
/*  colors */
/* , div.container*/
body, header, footer, section.top-buttons {
	background-color: #ffffff;
	color: #464646;
	font-size: 16px;
}

html, body {
  height: 100%;
}

::placeholder {
  color: grey;
  opacity: 0.6;
}
.btn-top-circle-v1 {
  width: 120px;
  height: 120px; 
  margin-bottom: 84px;
  border-radius: 50%;
  background-color: #ffffff; /*#5a86bc; */
  border-color: #fff;
  font-size: 18px;
  color: #3d84d8;
  white-space: normal;
  font-family: OpenSans-Bold;
  box-shadow: silver 0px 10px 15px;
  background: radial-gradient(circle at 30px 30px, #a9d2ff, #225fa7);
  border-color: transparent;
}
.btn-top-circle-v2 {
  width: 120px;
  height: 120px; 
  margin: 10px;
  border-radius: 50%;
  background-color: #ffffff; /*#5a86bc; */
  border-color: #fff;
  border: 0px;
  font-size: 25px;
  color: #3d84d8;
  white-space: normal;
  font-family: OpenSans-Bold;
  box-shadow: silver 0px 10px 15px;
}
.btn-top-circle {
  width: 120px;
  height: 120px; 
  margin-bottom: 84px;
  border-radius: 50%;
  background-color: #ffffff; /*#5a86bc; */
  border-color: #fff;
  font-size: 25px;
  color: #3d84d8;
  white-space: normal;
  font-family: OpenSans-Bold;
  box-shadow: silver 0px 10px 15px;
  background: radial-gradient(circle at 45px 45px, #a9d2ff, #225fa7);
  border-color: transparent;
}
.btn-stats {
  width: 100%;
  max-width: 300px;
  height: 300px; 
  margin-bottom: 84px;
  border-radius: 15%;
  font-size: 25px;
  white-space: normal;
  font-family: OpenSans-Bold;
  box-shadow: silver 0px 10px 15px;
  background: radial-gradient(circle at 45px 45px, #a9d2ff, #225fa7);
  border-color: transparent;
}
.btn-top-circle:hover ,  .btn-top-circle:focus {
  background: radial-gradient(circle at 51px 51px, #a9d2ff, #225fa7);
  font-size: 24px;
  background-color: #fff;
  border-color: #fff;  
  box-shadow: white 0px 10px 15px;
}
.btn-top-circle-v1:hover ,  .btn-top-circle-v1:focus {
  background: radial-gradient(circle at 36px 36px, #a9d2ff, #225fa7);
  font-size: 17px;
  background-color: #fff;
  border-color: #fff;  
  box-shadow: white 0px 10px 15px;
}
.btn-stats:hover ,  .btn-stats:focus {
  background: radial-gradient(circle at 51px 51px, #a9d2ff, #225fa7);
  font-size: 24px;
  background-color: #fff;
  border-color: #fff;  
  box-shadow: white 0px 10px 15px;
}
.btn-top-circle-v2:hover ,  .btn-top-circle-v2:focus {
  background: radial-gradient(circle at 53px 53px, #a9d2ff, #225fa7);
  font-size: 24px;
  border-color: #fff;
  color: #fff;
  box-shadow: white 0px 10px 15px;
  /*animation: rotatebtn 0.5s linear;*/
}
/*
.btn-top-circle-v2:hover .btn-txt {
  display:flex;
  align-items:center;
  justify-content:center;
  animation: rotatebtntxt 0.5s linear;
}
*/
@media only screen and (max-width: 600px) {
    .btn-top-circle {
        height: 120px;
        width: 120px;
		font-size: 18px;
		margin-bottom: 30px;
		background: radial-gradient(circle at 31px 31px, #a9d2ff, #225fa7);
		border-color: transparent;
    }
	.btn-stats {
	  max-width: 240px;
	  height: 240px; 
	  margin-bottom: 30px;
	  border-radius: 15%;
	  font-size: 18px;
	  background: radial-gradient(circle at 31px 31px, #a9d2ff, #225fa7);
	  border-color: transparent;
	}
	.btn-top-circle:hover ,  .btn-top-circle:focus {
		background: radial-gradient(circle at 36px 36px, #a9d2ff, #225fa7);
		font-size: 17px;
		background-color: #fff;
		border-color: #fff;  
		box-shadow: white 0px 10px 15px;
	}	
	.btn-stats:hover ,  .btn-stats:focus {
	  background: radial-gradient(circle at 36px 36px, #a9d2ff, #225fa7);
	  font-size: 17px;
	  background-color: #fff;
	  border-color: #fff;  
	  box-shadow: white 0px 10px 15px;
	}
    .top-buttons .container {
		padding: 0px 35px;
  }
}
section.bottom1 {
  background-color: #ffffff;
  border-bottom: 0px solid;
  border-top: 0px solid;
}
section.bottom {
  background-color: #ffffff;
  border-bottom: 1px solid #3d84d8;
  border-top: 1px solid #3d84d8;
}
section.pagesection {
  background-color: #ffffff;
  border-bottom: 0px solid #3d84d8;
  border-top: 1px solid #3d84d8;
}
select {
  height: 30px;
}
@-webkit-keyframes rotatebtn {
  0% { 
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatebtntxt {
  0% { 
    transform: rotate(0deg); 
  }
  100% {
    transform: rotate(-360deg);
  }
}
.btn-primary {
  color: #fff;
  background-color: #3d84d8;
  border-color: transparent;
}
.btn-primary-v2 {
  color: #fff;
  background: radial-gradient(circle at 46px 46px, #a9d2ff, #225fa7);
  /*background: -webkit-radial-gradient(30% 20%, circle closest-corner, #cddef5, #3d84d8); */
}
.btn-title {
  color: #3d84d8;
  background-color: #ffffff;
  border-color: #3d84d8;
  margin: 12px 0px 0px 0px;
}
.btn-form {
  color: #000000;
  background-color: #ffffff;
  border-color: #464646;
  margin: 10px 0px 10px 0px;
  text-align: left;
}
.btn-webf {
  color: #fff;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
  border-color: 464646;
  text-align: left;
  cursor: none;
}
.btn-webf-lbl {
  color: #fff;
  background-color: #ffffff;
  border-color: #464646;
  margin: 0px 0px 0px 0px;
  text-align: center;
  cursor: none;
}
.field-webf {
  color: #fff;
  background-color: #fff;
  border-color: #3d84d8;
  text-align: center;
}
.field-webf-t {
  color: #fff;
  background-color: #fff;
  border-color: #3d84d8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #27ae60;
  border-color: #fff;
  color: #fff;
}
.btn-title:hover,
.btn-title:focus,
.btn-title.focus,
.btn-title:active,
.btn-title.active,
.open > .dropdown-toggle.btn-title {
  color: #464646;
  background-color: #ffffff;
  border-color: #3d84d8;
}
.btn-form:hover,
.btn-form:focus,
.btn-form.focus,
.btn-form:active,
.btn-form.active,
.open > .dropdown-toggle.btn-form {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #3d84d8;
}
.btn-webf:hover,
.btn-webf:focus,
.btn-webf.focus,
.btn-webf:active,
.btn-webf.active,
.open > .dropdown-toggle.btn-webf {
  color: #000000;
  background-color: #ffffff;
  border-color: #464646;
}
.btn-webf-lbl:hover,
.btn-webf-lbl:focus,
.btn-webf-lbl.focus,
.btn-webf-lbl:active,
.btn-webf-lbl.active,
.open > .dropdown-toggle.btn-webf-lbl {
  color: #000000;
  background-color: #ffffff;
  border-color: #464646;
}
div.form-group a:hover img {
  border: 0px solid #3d84d8;
  padding: 0px;
  display: block;
  position: fixed;
  z-index: auto;
  background-color: #3d84d8;
}

.price-format {
  font-weight: bold;
  font-size:30px;
}

input[type="checkbox"] {
  margin: 6px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  border: 1px solid #464646;
  border-radius: 5px;
}

.fieldv {
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #464646;
  border-radius: 5px;
}

.fieldvlg {
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #464646;
  border-radius: 5px;
}

.fieldt {
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: nowrap;
  background-image: none;
  border: 1px solid #464646;
  border-radius: 5px;
}
.form-web {
  display: block;
  width: 100%;
  margin: 0px 0px 4px 0px; 
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-image: none;
  border: 1px solid #464646;
  border-radius: 5px;
}
.fieldv[disabled],
.fieldv[readonly],
.fieldvlg[disabled],
.fieldvlg[readonly],
.filed-webf[readonly],
.fieldt[readonly],
.filed-webf[disabled],
.fieldt[disabled]{
  color: #464646;
  cursor: not-allowed;
  background-color: #c3c3c3;
  opacity: 0.9;
  border: 1px solid #464646;  
}
canvas {
  width: 300px;
  height: 150px;
  margin: 6px 0px 6px 0px;
  border: 1px solid #464646;
  border-radius: 5px;
}
.btnpdf {
  display: inline-block;
  width: 300px;
  padding: 8px 90px;
  font-size: 16px;
  color: #fff;
  line-height: 1.42857143;
  cursor: pointer;
  background-color: #3d84d8;
  border-radius: 5px;
}
.btnpdf.disabled,
.btnpdf[disabled],
fieldset[disabled] .btnpdf {
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.4;
}






.bar1, .bar2, .bar3 {
  width: 40px;
  height: 6px;
  background-color: #3d84d8;
  margin: 8px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change.bar1 {
  -webkit-transform: rotate(-45deg) translate(-12px, 12px) ;
  transform: rotate(-45deg) translate(-12px, 12px) ;
}

/* Fade out the second bar */
.change.bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change.bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}






/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */ 
  color: #fff;  
  width: 100%;
  height: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden; /* Disable vertical scroll */
  transition: 1s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 5%; /* 25% from the top */
  height: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 2px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff; /*#818181;*/
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  text-decoration: none;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: relative;
  top: 30px;
  right: 0px;
  font-size: 45px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 15px; padding: 0px;}
  .overlay .closebtn {
	  position: absolute;
	  top: 10px;
	  right: 0px;
	  font-size: 20px;
	}
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #3d84d8;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  position: relative;
  left: 10px;
  background: radial-gradient(circle at 5px 5px, #a9d2ff, #225fa7);
}

.dothz {
  height: 15px;
  width: 15px;
  background-color: #3d84d8;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 4px;
  position: relative;
  left: -10px;
  margin-top: 60px;
  background: radial-gradient(circle at 5px 5px, #a9d2ff, #225fa7);
}

.dotband {
  height: 10px;
  width: 10px;
  background-color: #3d84d8;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 5px;
  position: relative;
  right: 5px;
}

@media only screen and (max-width: 350px) {
    .form-control {
        width: 80%;
    }
}

.form-control-dropzone {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* toggle the plus minus signs of the accordion */
.accordion:after {
  content: "";
  color: #3d84d8;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}
.active:after {
  content: "";
}
.inactive:after {
  content: "";
}

/* used for tips*/
.fa-tip {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #696969;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}

.fa {
	float: none;	
}

#camera {
  display: inline-block;
  width: 290px;
  height: 250px;
}

.face-popup {
  display: inline-block;
  border: 0px solid #f1f1f1;
  border-radius: 10px;	
  background-color: #fff;
  transition: 1s; 
}
/* Add styles to the form container */
.face-container {
  max-width: 320px;
  padding: 0px 10px 0px 10px;
  background-color: #fff;
}

/* Full-width input fields */
.face-container input[type=text], .face-container textarea, .face-container select {
  width: 100%;
  padding: 5px;
  margin: 10px 0 0px 0;
  border: none;
  background: #f1f1f1;
  border-radius: 10px;
}

.face-container textarea {
  height: 200px;
  resize: none;
}

.face-container select {
  padding: 0px;
}
.face-container span {
  padding: 0px 0px 0px 5px;
}

/* Set a style for the submit/login button */
.face-container .btnface {
  background-color: #27ae60;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  opacity: 0.8;
  border-radius: 5px;
  padding: 6px 0px;
}

/* Add a red background color to the cancel button */
.face-container .save {
  background-color: #27ae60;
}

/* Add some hover effects to buttons */
.face-container .btnface:hover, .open-button:hover {
  opacity: 1;
}
.face-container .btnface:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.form-control-face {
  display: inline-block;
  width: 160px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #3d84d8;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-face:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control-face-i {
  display: inline-block;
  width: 40px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: #3d84d8;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-face-i:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(../img/loader.gif) no-repeat center center;
  z-index: 10000;
}

.pinsign {
	padding: 5px 14px;
	font-size: 14px;
	color: red;
}

#consent-popup {
	color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 5rem 0rem 5rem;
    background-color: #f6eed2;
    transition: opacity 1s ease;

    &.hidden {
        opacity: 0;
    }
}

.bandpass {
	color: #3d84d8;
}

.bandfail {
	color: #ff0000;
}

#reglinks {
  border: 2px solid #ddd;
  font-size: 80%;
  width: 50%;
  min-width: 280px;
  text-align: center;
  margin: 0px;
}
#reglinks td, th {
  border: 1px solid #ddd;
  padding: 4px;
}
#reglinks th {
  text-align: center;
}

#accesstbl {
  border: 2px solid #ddd;
  font-size: 80%;
  width: 100%;
  min-width: 280px;
  text-align: center;
  margin: 0px;
}
#accesstbl td, th {
  border: 1px solid #ddd;
  padding: 4px;
}
#accesstbl th {
  text-align: center;
}

[type='button'].stubs {
	color: red;
	border: 0px;
	border-radius: 5px;
}
/* begin dark mode */
/* begin switch for dark mode */
header div.darkmode{
	position: absolute;
	margin-left:48%;
	top: 15px;
	width:4rem;
	height:1.5rem;
	border-radius:500px;
	border:2px solid #888;
	cursor:pointer;
}
header div.darkmode::before{
	content:'';
	position:absolute;
	left:4px;
	top:50%;
	width:1rem;
	height:1rem;
	background-color:#888;
	border-radius:50%;
	transform:translateY(-50%);
}
header div.darkmode.active::before{
	left:auto;
	right:4px;
}
/* end switch for dark mode */
body.darkmode, header.darkmode, footer.darkmode, section.darkmode {
	background-color: #121212;
	color: #f5f5f5;
	font-size: 16px;
}
.banner.darkmode {      
  content: url("../img/banner-dark.png");
}
button.btn-top-circle.darkmode {
  width: 120px;
  height: 120px; 
  margin-bottom: 84px;
  border-radius: 50%;
  border-color: #283345;
  font-size: 25px;
  color: #f5f5f5;
  white-space: normal;
  font-family: OpenSans-Bold;
  background: radial-gradient(circle at 46px 46px, #8db6f3, #283345);
  box-shadow: #000000 0px 10px 15px;
}
button.btn-top-circle.darkmode:hover,  button.btn-top-circle.darkmode:focus {
  background: radial-gradient(circle at 53px 53px, #8db6f3, #283345);
  font-size: 24px;
  border-color: #283345;
  box-shadow: #001b00 0px 0px 0px;
  color: #f5f5f5;
}
button.btn-top-circle-v1.darkmode {
  width: 120px;
  height: 120px; 
  margin-bottom: 84px;
  border-radius: 50%;
  border-color: #283345;
  font-size: 18px;
  color: #f5f5f5;
  white-space: normal;
  font-family: OpenSans-Bold;
  background: radial-gradient(circle at 30px 30px, #8db6f3, #283345);
  box-shadow: #000000 0px 10px 15px;
}
button.btn-top-circle-v1.darkmode:hover,  button.btn-top-circle-v1.darkmode:focus {
  background: radial-gradient(circle at 36px 36px, #8db6f3, #283345);
  font-size: 17px;
  border-color: #283345;
  box-shadow: #001b00 0px 0px 0px;
  color: #f5f5f5;
}
button.btn-stats.darkmode {
  width: 100%;
  max-width: 300px;
  height: 300px; 
  margin-bottom: 84px;
  border-radius: 15%;
  border-color: #283345;
  font-size: 25px;
  color: #f5f5f5;
  white-space: normal;
  font-family: OpenSans-Bold;
  background: radial-gradient(circle at 46px 46px, #8db6f3, #283345);
  box-shadow: #000000 0px 10px 15px;
}
button.btn-stats.darkmode:hover,  button.btn-stats.darkmode:focus {
  background: radial-gradient(circle at 53px 53px, #8db6f3, #283345);
  font-size: 24px;
  border-color: #283345;
  box-shadow: #001b00 0px 0px 0px;
  color: #f5f5f5;
}
@media only screen and (max-width: 600px) {
    button.btn-top-circle.darkmode {
        height: 120px;
        width: 120px;
		font-size: 18px;
		margin-bottom: 30px;
		background: radial-gradient(circle at 31px 31px, #8db6f3, #283345);
		border-color: transparent;
    }
	button.btn-top-circle.darkmode:hover,  button.btn-top-circle.darkmode:focus {
		background: radial-gradient(circle at 36px 36px, #8db6f3, #283345);
		font-size: 17px;
		border-color: #283345;  
		box-shadow: 001b00 0px 0px 0px;
	}
	button.btn-stats.darkmode {
	  max-width: 240px;
	  height: 240px; 
	  margin-bottom: 30px;
	  border-radius: 15%;
	  font-size: 18px;
	  background: radial-gradient(circle at 31px 31px, #8db6f3, #283345);
	  border-color: transparent;
	}	
	button.btn-stats.darkmode:hover ,  button.btn-stats.darkmode:focus {
	  background: radial-gradient(circle at 36px 36px, #8db6f3, #283345);
	  font-size: 17px;
	  border-color: #283345;  
	  box-shadow: 001b00 0px 0px 0px;
	}
}
.social .icon.darkmode {
	text-align: center;
	padding: 6px 0px 0px 0px;
	margin: 10px 0px 0px 10px;
	font-size: 1.3em;
	margin-right: 0px;
	float: right;
}
@media (min-width: 420px) {
	.social .icon.darkmode {
		width: 32px;
		height: 32px;
		color: #3d3d3d; /*#ffffff;*/
		border-radius: 50%;
		text-align: center;
		padding: 9px 0px 0px 0px;
		margin: 10px 0px 0px 10px;
		font-size: 1.0em;
		margin-right: 7px;
		float: right;
		background: radial-gradient(circle at 5px 5px, #8db6f3, #8db6f3);
	}
}
.social .icon.darkmode:hover {
  background: #f5f5f5;
  font-size: 0.8em;
  color: #121212;
}
.dot.darkmode {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  position: relative;
  left: 10px;
  background: radial-gradient(circle at 1px 1px, #9fc1f5, #8db6f3);
}
.bottom.darkmode {
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
section.bottom.darkmode p {
  margin: 0px;
  font-size: 14px;
  color: #f5f5f5; /*#b1bbc7;*/
  font-family: OpenSans-SemiBold;
}
a.darkmode {
  color: #8db6f3;
}
section.bottom.darkmode a {
  color: #8db6f3;
  text-decoration: underline;
}
section.bottom.darkmode a:hover {
  color: #f5f5f5;
}
div.btn-form.darkmode {
  color: #f5f5f5;
  background-color: #212121;
  border-color: #464646;
  margin: 10px 0px 10px 0px;
  text-align: left;
}
div b.darkmode {
  color: #8db6f3;
}
button.btn-form.btn-block.darkmode {
  color: #f5f5f5;
  background-color: #3d3d3d;
}
button.btn-form.darkmode:hover,
button.btn-form.darkmode:focus,
button.btn-form.darkmode:active {
  border: 1px solid #f5f5f5;
}
button.form-control-face.darkmode, button.form-control-face-i.darkmode, button.form-control.darkmode  {
  color: #121212;
  background-color: #8db6f3;
}
.modal-content.darkmode {
  background-color: #3d3d3d;
}
.modal-title.darkmode, .modal-content.darkmode b {
  color: #8db6f3;
}
.modal-content.darkmode button {
  color: #121212;
  background-color: #8db6f3;
}
.modal-content.darkmode input {
  color: #000;
}
h2.darkmode {
  color: #f5f5f5;
}
h1.darkmode {
  color: #8db6f3;
}
h4.darkmode {
  color: #8db6f3;
}
h5.darkmode {
  color: #8db6f3;
}
.bandpass.darkmode {
	color: #bedaff;
}
.bandfail.darkmode {
	color: #afe713;
}
/* end dark mode */

.phone-input {
	margin: 10px;
	text-align: center;
}
.phone-input input {
	width: 200px;
	font-size: 1.6rem;
	padding: 5px 10px;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 8px;
	transition: all 0.3s ease;
}
.phone-input input:focus {
	border-color: #007bff;
	outline: none;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}
.oval-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}
.oval-option {
	display: inline-block;
	padding: 5px;
	border: 2px solid #ccc;
	border-radius: 30px;
	background-color: #e9f5ff;
	color: #007bff;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s ease;
}
.oval-option.selected {
	background-color: #007bff;
	color: #ffffff;
	border-color: #0056b3;
}
.oval-option:hover {
	background-color: #cce4ff;
}
.oval-option.selected:hover {
	color: #0056b3;
}