<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login_view{
  background-image: url(https://www.bestcarehh.com/best-login/assets/images/backgroundbest.png);
  background-size: cover;
  height: 100%;
}

.login_inputs{
  width: 470px;
  margin: 0 auto;
  position: relative;
  top: 70px;
  height: auto;
  border-radius: 10px;
  background-color: rgba(137, 203, 243,.9);
}

.login_inputs .logo{
  padding-top:50px;
}

.login_inputs .logo h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  margin:50px 0 0 0;
}

.text_div{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 0px;
  height: 50px;
}
.text_div input{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-left: none;
}
.text_div span{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background: #ffffff;
}

.buttonlogin{
  height: 50px;
  width: 80%;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700
}
.fpcr{
  color: #ffffff;
  margin: 20px 0 0 0px;
  padding: 0 0 25px 0;
}

.fpch:hover{
  text-decoration: underline;
  cursor: pointer;
}
.reg:hover ,.log:hover{
  text-decoration: underline;
  cursor: pointer;
}

#navUl li a{
  font-weight: 700;
  /* color: #000000 !important; */
}

#navUl svg{
  width: 100%;
}

.card-center{
  width: 95%;
  margin: 0 auto;
}

.card-center-md{
  width: 70%;
  margin: 0 auto;
}

.prof_nav{
  position: absolute;
  right: 40px;
  top: 6px;
}
.prof_nav a{
  color: #ffffff !important;
}

.Uploadvid{
  padding: 7px 20px;
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 700;
}
.Uploadvid:hover{
  cursor: pointer;
  background:#ffffff;
  color:#0668b1;
}

.modal-backdrop
{
    opacity:0.5 !important;
    background: #0668b1 !important;
}

.uploadervidDoc .input-group-prepend{
  width:100px;
}

#topic_disp thead tr th,#table_staff_manage thead tr th,#download_form thead tr th{
  background: #64bff7;
  color:#ffffff;
}

.cbutton {
  background: #ffffff;
  color: #000;
  border-color: gray;
}

.viewerFile{
  padding: 0;
}


.buttonholder{
  width: 100%;
}
.buttonholder button{
  width: 51%;
  background: #64bff7;
  border-color: #64bff7;
}

.activeCos{
  background: #40abeb;
  color: #ffffff !important;
}

#block_staff{
  width: 100px;
}

.boxing{
  width: 300px;
  margin: 5px 12px;
  padding: 20px;
}
.boxing p{
  margin: 0;
  text-align: center;
  background: #39aef5;
  color: #fff;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.boxdiv{
    display: inline-flex;
}

.button_card{
  width: 100%;
  padding: 6px;
  border: 4px solid #4fbbfc;
  border-radius: 5px;
  background: #39aef5;
  color: #ffffff;
  font-weight: 700;
}

.button_card:hover{
  background: #005ca0;
  color:#ffffff;
  cursor: pointer;
}

.button_card2{
  width: 100%;
  padding: 6px;
  border: 4px solid #4fbbfc;
  border-radius: 5px;
  background: #39aef5;
  color: #ffffff;
  font-weight: 700;
}
.button_card2:hover{
  background: #005ca0;
  color:#ffffff;
  cursor: pointer;
}

.vid_div{
  height: 200px;
  border: 1px solid gray;
  margin:0 0 5px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none;
  position: relative;
  overflow: hidden;
}

.reviewerview{
  height: 800px;
}

.question_name{
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.choices_list{
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 0 50px;
}
.exam_box{
  padding: 20px;
}

.take_exam_div h4{
  color: #0065b1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.examinee_info p{
  width: 48%;
  display: inline-block;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  vertical-align: top;
}

.button_submit{
  width: 20%;
  padding: 6px;
  border: 2px solid #0065b1;
  border-radius: 5px;
  background: #0065b1;
  color: #ffffff;
  font-weight: 700;
}

.button_submit:hover{
  background: #ffffff;
  color:#000000;
  cursor: pointer;
  text-decoration: none;
}

.fixedBack{
  position: fixed;
  width: auto;
  left: 5px;
}

 .ui-effects-transfer { border: 2px dotted green; }

input:disabled:checked ~ .corAns::before{
  background: blue !important;
}

input:disabled:checked ~ .wrongAns::before{
  background: red !important;
}

.card-nav-md{
  width: 70%;
margin: 0 auto;
background: #007bff;
border: none;
}

#staffEditModal .btn-file input[type="file"] {
  position: absolute;
  top: 179px;
  right: 0;
  min-width: 100%;
  min-height: 0%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
  height: 56px;
  width: 100%;
}

.btn-file{
  width: 100%;
}
.imgdiv img {
    height: 145px;
}
.imgdiv {
  text-align: center;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.profimg{
  height: 35px;
}
.profLi{
  background: white;
  padding: 6px;
  border-radius: 50%;
}

.cospaginate{
  display: flex;
  margin: 10px auto;

}
.cospaginate li {
    margin: 0 5px 0 0;
    position: relative;
    list-style: none;
    padding: 5px 10px;
    background: #39aef5;
    border-radius: 5px;
  }
.cospaginate li a{
  color:#ffffff;
  font-weight: 700;
}

.staff_img_div img{
  height: 100%;
  padding: 5px;
}

.noData{
  background: #39aef5;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
}
.searchByName{
  width: 30%;
}
.records{
  width: 150px;
  display: inline-block;
  margin: 0 0 0 7px;
  text-align: center;
  border: 1px solid #4fbbfc;
  border-radius: 5px;
}
.records h5{
  color: #ffffff;
  font-weight: 700;
}
.records .passed_r{
  background: #4fbbfc;
}
.records .failed_r{
  background: #c11313;
}
.records p{
  margin: 0;
}
.div_li{
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  padding: 8px;
  background: #0668b1;
  color: #ffffff;
}
.style_bot{
  position: absolute;
  bottom:15px;
  padding: 5px;
}

.appendYtd p{
  font-size: 100px;
padding: 23px;
background: #ffffff;
color: #000000;
}

.iconVid:hover{
  cursor: pointer;
}

.vidlist{
  background: #4fbbfc;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-radius: 9px;
}
.vidlist span{
  color: #005ca0;
  font-style: italic;
}

.comp-logo img{
  height: 50px;
}

.appendherevid{
  height: 100%;
}

.comp_badge{
  position: absolute;
  padding: 7px;
  bottom: 0;
  left: 0;
}

.view_completed_exam{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
}

.view_completed_exam:hover{
  background: #20a547;
  cursor: pointer;
}


/*LOADER CSS*/
.progress {
  position: relative;
  height: 6px;
  display: block;
  width: 100%;
  background-color: #27bc0d;
  overflow: hidden;
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    transition: width .3s linear
}
.progress .indeterminate {
    background-color: #e7eef1;
}
.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}
.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}


.send_rp{
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
}

.send_rp:hover{
  color: #16b216;
}

.boxPass{
  height: 25px;
  margin-bottom: 15px !important;
}
.vcode{
  margin: 0 0 5px 0;
background: #0d490d;
color: #fff;
font-weight: 700;
}

.div_password_r{
  background: #b57145;
height: auto;
overflow: hidden;
padding: 10px;
display: none;
}
</pre></body></html>