/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Medium;
  src: url('../fonts/roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: Roboto-Light;
  src: url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: Baloo-Tamma2-Bold;
  src: url('../fonts/baloo_tamma_2/BalooTamma2-Bold.ttf') format('truetype');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: roboto, sans-serif;
}

/*---------------------------------------------*/
a {
	font-size: 18px;
	line-height: 1.7;
	margin: 0px;
    color: #D4213D;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
    color: #4d5258;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
  list-style-type: none;
}

#kc-locale ul, li:nth-child(odd) {
  background: #f0f0f0
}

.kc-locale-item {
  font-size: 14px;
  margin-right: 12px;
  font-family: Roboto-Medium;
  border: 1px solid #3b3a39;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  width: 24px;
  height:24px;
  border-radius: 28px;
  text-align: center;
  background-color: white;
}

.kc-locale-active-item {
  background-color: #D4213D;
  border: 1px solid #D4213D;
  color: #FFFFFF;
}

#kc-locale-list {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 2%;
}

#kc-locale ul, li {
  text-indent: 6px
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: #D4213D !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

#kc-passwd-update-form {
  padding: 20px 30px 15px 30px;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Roboto;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  margin: 0;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-image: url("../img/wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.container-login100.darkMode {
  background-color: #333333;
}

.form-horizontal {
  margin-top: 15px;
}

.main-page {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  min-height: 280px;
  min-width: 400px;
}

.main-page.darkMode {
  background: #3B3A39;
}

.wrap-login100 {
   background: none;
   overflow: hidden;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-around;
   padding: 33px 30px;
 }

 .wrap-content-gumed {
    background: #fff;
    border-radius: 8px;
 }


/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
  max-height: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  /*width: 290px;*/
}
.reset100-form,.registration100-form {
  /*width: 390px;*/
}

.card-pf {
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  padding: 5px;
  width: 100%;
  display: block;
}

.login100-form-title {
  font-family: Roboto-Bold;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  padding: 3px;
  width: 100%;
  display: block;
}
.social-account-list-link {
  border-radius: 24px;
}

.pageTitle {
  color: #333333;
}

.pageTitle.darkMode {
  color: white;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-size: 15px;
  font-family: Roboto;
  line-height: 1.5;
  color: #666666;
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid #333333;
  border-radius: 4px;
  padding: 0 30px 0 68px;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #D4213D;
}

.form-login-wrapper {
    width: 44%
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 35px;
  border-radius: 24px;
  background: #D4213D; /* 57b846 */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.login100-form-btn:hover {
  background: #333333;
  cursor: pointer;
}

.container-reset100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login-message-title {
  font-family: Roboto;
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding: 3px;
  width: 100%;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  max-width: 600px;
  width: 600px;
  background-color: #747474;
  color: #fff;
  text-align: left;
  border-radius: 12px;
  padding: 10px 15px;
  font-size: 15px;
  font-family: Roboto-Light;
  white-space: pre-wrap;
  opacity: 0.89;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  position: absolute;
  z-index: 10;
  top: -5px;
  right: 110%
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.modal {
  display: none;
  position: fixed;
  z-index: 11111;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
  background-color: #f9fafc;
  margin: auto;
  padding: 0px 25px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  color: black;

  white-space: pre-wrap;
  font-family: Roboto-Light;
  font-size: 17px;
  width: 50%;
}

.psbText {
  font-family: Baloo-Tamma2-Bold,cursive;
  font-weight: 600;
  letter-spacing: 1px;
  color: #d4213d;
  font-size: 36px;
  display: inline-block;
}

.modalHeader {
  width: 100%;
  display: table;
}

/* The Close Button */
.closeBtn {
  color: #aaaaaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.iconButton:hover,
.iconButton:focus {
  box-shadow: none;
  color: black;
  background-color: black;
  cursor: pointer;
  border-radius: 50%
}

.messageTitleClass {
  align-items: center;
  justify-content: center;
  display: flex;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media only screen and (min-width: 993px){
  .wrap-login100 {
    width:960px;
  }
  .form-login-wrapper {
      width:44%
  }
}

@media only screen and (max-width: 992px) {

  .login100-pic img{
    height: 70%
  }
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  .tooltip .tooltiptext {
    width: 350px;
    font-size: 14px;
  }
  .login-message-title{
    padding: 0px 15px;
  }
  .modal {
    width: 100%;
  }
  .modal-content {
    width: 80%;
    font-size: 16px;
  }
  .psbText {
    font-size: 30px;
  }
}

@media only screen and (max-width: 768px) {

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }

  .form-login-wrapper {
     width:100%
  }
  .tooltip .tooltiptext {
    width: 300px;
    font-size: 14px;
  }
  .login-message-title{
    padding: 0px 15px;
  }
  .modal {
    width: 100%;
  }
  .modal-content {
    width: 100%;
    font-size: 16px;
  }
  .psbText {
    font-size: 26px;
  }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

.alert-success {
  background-color: #d4edda;
  border-color: #01cc2d;
  color: #333333;
}

.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeb3b;
  color: #333333;
}

.alert-info {
  background-color: #cce5ff;
  border-color: #2196F3;
  color: #333333;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: Roboto;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}
/* biobank registration form */

.container-reg-biobank {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.wrap-registration100 {
   width: 960px;
   background: #fff;
   border-radius: 8px;
   overflow: hidden;

   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 77px 70px 33px 95px;
 }
 .registration100-form {
   width: 350px;
 }


.reg-biobank-form-title {
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 44px;
}

 .wrap-reg-biobank {
    width: 960px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 100px 33px 110px;
  }

   .wrap-reg-biobank .row input[type='text']{
        margin-bottom:10px;
   }


.form-label{
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    color: #79818b;
}

.biobank_registration_success{
    margin-top: 15px;
    margin-bottom: 15px;
}

.notDisplayed{
  display: none
}

.btn-reset {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
