.error {
    color: #dc3545!important;
}
.form-control.error {
    border: 1px solid #dc3545;
}
.form-control.error:focus{
  border: 1px solid #dc3545;
}
.text-danger{
  color: #dc3545!important;
}
.mt_-30{
  margin-top:-30px!important;
}
.mt_-35{
  margin-top:-35px!important;
}
.mt_-15{
  margin-top:-15px!important;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-10{
  margin-bottom: 10px!important;
}
.mb-0{
  margin-bottom: 0px!important;
}
.ml-10{
  margin-left: 10px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
input.largerCheckbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid #222f80;
    border-radius: 3px;
    background-color: white;
}
input.largerCheckbox:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid #222f80;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}
input.largerCheckbox {
    /* position: relative; */
    cursor: pointer;
}


.form-error-message p{
  margin-top: 0px;
}

.no-margin-p p{margin-top: 0px;}

.success-message{
    color: green;
    margin-bottom: 15px;
    background: aliceblue;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bae6ba;
}

.danger_error_msg{
  color: red;
background: #f5e0c4;
padding: 10px;
border-radius: 7px;
}

main.register {
    background-image: url(../img/login-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.disclaimer.boxed {
    border: 1px solid #2db3aa;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1.4rem;
}

.text-transform-none{
  text-transform: none;
}
.fontsize_16{
  font-size: 16px;
}

h1::after {
  background: #2db3aa;
}
.questionnaire_box_border{
  border: 3px solid #2db3aa;
  margin: 0px 15px;
  padding: 10px;
}


/* input, textarea, select, fieldset {
    margin-bottom: 0px;
} */


    img[src*="data:image"]{
      max-width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: fill-available;
    }
    img{
      max-width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: fill-available;
    }

    .note-video-clip{
   max-width: -moz-available;
    max-width: -webkit-fill-available;
    max-width: fill-available;
}

@media (min-width: 800px){
  .floatWrap {
      padding: 10px 20px;
  }
  .floatWrap:hover {
    background: #c1fffb;
    border-radius: 20px;
  }
  .floatWrap:hover .floatingLabel {
    position: absolute;
    float: right;
    display: inline !important;
    right: 20px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
  }

  .floatWrap:hover .floatingLabelContent {
    position: absolute;
    float: right;
    display: contents !important;
    right: 20px;
    margin-top: 3px;
    font-size: 14px;
    font-weight: bold;
  }
}

.fade_in_effect {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

    -webkit-animation: fadeInAnimation ease 5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;

}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInAnimation {
    0% {
        -webkit-opacity: 0;
    }
    100% {
        -webkit-opacity: 1;
    }
}

.iframe-container{
   position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.quiz_que_answer{
  cursor: pointer;
}
.wrong_answer{
  background-color: #ecc4c4;
}
.correct_answer{
  background-color: #a5f5a5;
}

@media only screen and (max-width: 768px) {
  table{
    overflow-x: auto;
    display: inline-block;
  }
}

.cursor-move{
  cursor: move;
}

.help_button{
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 0;
  width: 125px;
}
.btn_help_popup{
  padding: 0;
  background: transparent;
  border: 0;
  width: 125px;
}
.btn_help_popup:focus{
  outline: 0px;
}
.google_translate{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
@media only screen and (max-width: 768px) {
  .help_button{
    width: 80px;
  }
  .btn_help_popup{
    width: 75px;
  }
  .google_translate{
    position: relative;
    text-align: center;
    margin-top: 15px;
    top: auto;
    transform: inherit;
  }
}
