[v-cloak] {display: none}

.none {
	display: none;
}

body {
	background: url('images/background-mask-20.png');
	background-size: cover;
	font-family: "Poppins", sans-serif;
}

.auth-well {
	border-radius: 150px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: #fff 0 0 80px 30px;
	/*border: #000 solid;*/
}
	
.signup-verify-wrap {
  text-align: center;
  padding: 5rem;
  
}
.signup-verify-outer-container{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.signup-verify-wrap h1 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
  color: #1c2121;
}
.signup-verify-wrap .content p {
  font-size: 16px;
  margin-bottom: 32px;
  color: #1c2121;
}
.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.button-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #FFFFFF;
  text-decoration: none;
  color: black;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.3s ease;
  border: 2px solid #ddd; 
}
.button-container a img {
  margin-right: 8px;
}
.button-container a:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10);
}
.note {
  background-color: #F0F1F3;;
  padding: 15px;
  margin-bottom: 24px;
  font-size: 14px;
  width: max-content;
  margin: 0 auto 24px; 
  border-radius: 20px;
}

.auth-well .form-sm {
	padding-top: 20px;
}

.line {
	width: 100%;
	height: 2px
}

.select2-results {
	font-size: 13px !important;
}

.logo-link, .logo-link:hover {
	text-decoration: none !important;
}

a.a-underline {
	text-decoration: none !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #000;*/
}

.btn.btn-min-width {
	min-width: 80px;
}

/* For later */
.btn.btn-outline-primary.btn-survey-choice {
}


/* Select2 custom styles */
.select2-container--default .select2-selection--single {
    height: 36px !important;
    padding: 4px 4px;
    font-size: 14px;
    /*border-color: #007bff !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 65% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #CCC !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border-color: #007bff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff !important;
}

.btn-success {
	background-color: #13cc73; /* #06ba63; */
	border-color: #12ba6a; /* #06ad5c; */
}

.btn-success:hover {
	background-color: #12ba6a;
	border-color: #12ba6a;
}


.btn-info {
	background-color: #419cfd;
	/*border-color: #3d8de2;*/
	border-color: #3892f1;
}

.btn-info:hover {
	background-color: #3892f1;
	border-color: #3892f1;
}

.form-sm, .form-md, .form-md2, 
.block-sm, .block-md, .block-md2 {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	padding-top: 40px;
}

.form-md, .block-md {
	max-width: 540px;
}

.form-md2, .block-md2 {
	max-width: 720px;
}

.text-sm {
	font-size: small;
}

.text-block {
	display: block;
}

.required::after {
	content: ' *';
	color: red;
}

.g2crowd-badges img {
    height: 125px;
    opacity: 0.8;
}

.carousel img {
	width: 100%;
}

.survey .section, .survey .section .form-control {
	font-size: 85%;
}

.survey .section select.form-control {
	height: 32px;
}

.survey .section input.form-control {
	border: 1px solid #007bff;
}

.survey .section .col.left {
	border-right: 1px solid lightgray;
}

/* For footer friendliness */
html {
	position: relative; 
	min-height: 100%;
}
body {
	margin-bottom: 60px;
}
.footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
}
.footer .policy-link {
	color: #888;
	font-size: 14px;
}
.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

/* password-container */
.password-container .password-input-strength {
  position: relative;
}

.password-container input[type="password"] {
  height: auto;
  overflow: hidden;
  outline: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.password-container input[type="password"]:focus {
  border: 1px solid #2196F3;
}

.password-container .password_length {
  padding: 2px 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FBD490;
  color: rgba(71, 87, 98, .8);
  border-radius: 4px;
  font-size: 13px;
  display: none;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.password-container .valid_password,
.password-container .valid_password_length {
  background: #00AD7C;
  color: rgba(255, 255, 255, .9);
}

.password-container .show_password_length {
  display: block;
}

.password-container .help_container {
  display: block;
  margin: 10px auto;
  padding: 0 10%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.password-container .help_container p {
  width: 20%;
  height: auto;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  border-radius: 2px;
  color: rgba(71, 87, 98, .8);
  background: linear-gradient(to right, #00AD7C 50%, #eee 50%);
  background-size: 201% 100%;
  background-position: right;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.password-container .expectation_met {
  background-position: left !important;
  color: rgba(255, 255, 255, .9) !important;
}

.password-container .valid_password_container {
  display: block;
  margin: 10px auto;
  border-radius: 4px;
  position: relative;
  background: #00AD7C;
  width: 20px;
  height: 20px;
  visibility: hidden;
  opacity: 0;
}

.password-container .show_valid_password_container {
  visibility: visible;
  opacity: 1;
}
