@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
	
	font-family: 'Rubik', sans-serif;
	height: 100%;
	width: 100%;
	margin: 0px;
	background: rgba(247,252,249,1.00);
}

.border{
	
	border-radius: 10px;
	border: 1px solid rgba(152,152,152,1.00);
}

.center-div {
	
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full height of the viewport */
}


.input-wrapper {
  position: relative;
}

input {
  text-align: center;
  padding: 4px;
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
  width: 250px;
  margin: 10px;
  line-height: 6ex;
}

.info{
	
	padding: 20px;
	font-size: 11px;
	text-align: center;
}

label {
  position: absolute;
  top: 0.2ex;
  z-index: 1;
  left: 2em;
  background-color: white;
  padding: 0 5px;
}

.megabox {
	box-shadow: 0px 0px 100px 12px #abb9cf;
}
option {
    font-size: 16px; /* Adjust the size as needed */
    padding: 10px; /* Add some padding */
	
}

.pad{
	padding: 40px;
	
}
.pad-top{
	
	padding-top: 10px;
}


.select-box{
	text-align: center;
  padding: 4px;
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
  width: 259px;
  margin: 10px;
  line-height: 6ex;
	height: 50px;
	
	
}

.submit {
	padding: 4px;
  border: 1px solid gray;
  border-radius: 6px;
  position: relative;
	background: rgba(206,225,239,1.00);
  width: 259px;
  margin: 10px;
  line-height: 6ex;
}

.title{
	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 30px 0;
}
.diamonds {
	
}

