@import url('assets/css/cdn/googleapis.one.css');
@import url('assets/css/cdn/googleapis.two.css');

:root {
  --minimal-shadow: 0px 2px 15px rgba(0, 0, 0, 0.09);
  --hr-color: #E5E9EF;
  --sidebar-color: #f1f1f1;

  --sidebar-width: 285px;
  --header-height: 112px;

  --page-padding: 30px;

  --bs-heading-color: #333333
}
@media (max-width: 767px){
  :root {
    --header-height: 97.5px;

    --page-padding: 10px;
  }
}
::selection{
  color: #0A1629;
  background: #ebc55f ;
}
::-moz-selection{
  color: #0A1629;
  background: #ebc55f ;
}
/*==============used for css debugging=================*/
.bd {
  border: solid red 1px !important;
}
a{
    text-decoration: none !important;
}
/*=================================*/
body {
  font-family: "Open Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin: 0px !important;
}
.full-width{
  --sidebar-width: 0px!important;
}
.hide-all-layout{
  --sidebar-width: 0px!important;
  --header-height: 0px!important;
}

.hr {
  height: 0;
  margin: 1rem 0;
  overflow: hidden;
  border-top: 1px solid var(--hr-color);
  background-color: var(--hr-color);
  opacity: 1;
}
.bg-dark {
  background: #0a1629 !important;
}

.bg-secondary-50{
    background-color: #F6F6F6 !important;
}
.pointer{
  cursor: pointer;
}
.text-primary {
  color: #27ae60 !important;
}
.text-secondary {
  color: #ebc55f !important;
}

.card-top-bar {
  background-color: #27ae60;
}

.object-fit-contain{
  object-fit: contain;
}
.object-fit-cover{
  object-fit: cover;
}

.fs-12{
  font-size: 12px!important;
}
.fs-13{
  font-size: 13px!important;
}
.fs-14{
  font-size: 14px!important;
}
.fs-15{
  font-size: 15px!important;
}
.fs-16{
  font-size: 16px!important;
}
.fs-18{
  font-size: 18px!important;
}
.fs-20{
  font-size: 20px!important;
}
.fs-21{
  font-size: 21px!important;
}
.fs-22{
  font-size: 22px!important;
}
.fs-24{
  font-size: 24px!important;
}
.fs-26{
  font-size: 26px!important;
}

/* *********** Custom buttons overide boostrap  ******************/
.btn{
  font-weight: 600;
  font-size: 12.9599px;
  line-height: 140%;

  padding: 10px 24px;

  outline: 0px !important;

  gap: 8px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  transition: 0.15s background-color ease-out;
}
.btn .icon{
  font-size: 18px;
}

.btn .arrow{
  display: none;
  animation: icon-card-arrow 0.3s ease-out forwards;
}
.btn:hover .arrow{
  display: inline-block;
}

@keyframes icon-card-arrow {
  from{
    margin-left: -12px;
  }
  to{
    margin-left: 0;
  }
}

.btn-unset-all{
  all: unset;
}
.btn-primary{
  background-color: #27AE60 !important;
  color: #FFFFFF;
  border:1px solid #27AE60 !important;
}
.btn-outline-primary{
  --bs-btn-color: #27AE60;
  --bs-btn-border-color: #27AE60;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #27AE60;
  --bs-btn-hover-border-color: #27AE60;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #27AE60;
  --bs-btn-active-border-color: #27AE60;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #27AE60;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}
.btn-warning{
  background-color: #f1bd2e !important;
  color: #020;
  border:1px solid #f1bd2e !important;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-outline-primary:hover{
  background-color: #EBC55F !important;
    border-color: #EBC55F !important;
    color:#020;
    box-shadow: 1px 2px 10px rgba(2, 0, 0, 0.1);
}
.btn-warning:hover{
  background-color: #EBC55F !important;
  border-color: #EBC55F !important;
  color: #020;
  box-shadow: 1px 2px 10px rgba(2, 0, 0, 0.1);
}

.btn-back{
  all: unset;
  cursor: pointer;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  border-radius: 8px;
  padding-right: 10px;

  color: #0A1629!important;
  font-size: 15px;

  transition: 0.2s ease-out;
}
.btn-back:hover{
  background: rgba(1, 152, 57, 0.1);
}
.btn-back .btn-back-icon{
  background: rgba(1, 152, 57, 0.1);
  border-radius: 8px;
  height: 35px;
  width: 35px;
  min-width: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: #0A1629;

  opacity: 1;

  font-size: 20px;

  transition: 0.2s ease-out;
}

.border-success{
    border-color: #27AE60 !important;
}
/* *********** Custom Cards  ******************/
.form-bg {
  background: url(../img/form-background.png) center repeat #fff !important;
  padding: 20px;
}
.shadow-card {
  box-shadow: 0px 6px 58px rgba(121, 145, 173, 0.195504);
}

/* ======================== */

.report-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.report-card .card-icon{
  font-size: 46px;
  color: #EBC55F;
}
.signature-pad{
    height:200px;
    overflow: hidden;

}
.signature-pad-img{
    max-height: 150px !important;
    max-width: 80%;
}

/* ======================== */
.modal-md{
  --bs-modal-width: 630px;
}
.modal-lg{
  --bs-modal-width: 800px;
}
.modal-xxl{
  --bs-modal-width: 1200px;
}

.modal-content{
  background: #FFFFFF;
  box-shadow: 0px 6px 58px rgba(121, 145, 173, 0.195504);
  border-radius: 11px;
}

.modal-header{
  background: #ececec;
  border: 0;
  border-bottom: 1px solid #DADADA;
  padding: 0.875rem 1rem;
}

.modal-body{
  font-size: 15px;
}

.modal-title{
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.modal .btn-close{
  background: rgba(1, 152, 57, 0.1);
  border-radius: 14px;
  height: 35px;
  width: 35px;
  min-width: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  color: #0A1629;

  opacity: 1;

  font-size: 22px;

  transition: 0.2s ease-out;
}
.modal .btn-close:hover{
  background: rgba(1, 152, 57, 0.2);
}

@media (min-width: 576px) {
  .modal-dialog{
    padding: 0rem 0.5rem;
  }
}

/* @media (min-width: 767px) {
  .modal-lg,
  .modal-xl {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .modal-lg{
    max-width: 65%;
  }
    .modal-xl {
        max-width: 80%;
    }
}
@media (min-width: 1680px) {
    .modal-xl {
        max-width: 65%;
    }
}
@media (min-width: 1940px) {
    .modal-xl {
        max-width: 55%;
    }
    .modal-lg{
        max-width: 55%;
    }
} */
/* ******************************************** */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.text-success{
    color: #27AE60 !important;
}

.text-dark{
  color: #102E32 !important;
}

.text-warning{
    color: #EBC55F !important;
}
.rounded-0{
    border-radius: 0px !important;
}

.form-group{
    margin-bottom:20px;
}

.form-group label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #7d8592;
  margin-bottom: 5px;
}
label.required::after{
  content: ' *';
  color: #EB5757;
}

label.conditional-required::after{
  content: ' *';
  color: #57a1eb;
}

.form-control, .form-select {
  border: 1px solid #d8e0f0;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(184, 200, 224, 0.222055) !important;
  border-radius: 5px;
  font-size: 14px !important;
  min-height: 40px;
}
.form-control:focus{
  border-color: #d8e0f0;
}
.form-select{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #dadada !important;
  font-size: 14px !important;
}

/* File Input */
.form-control[type="file"]::-ms-browse{
  background: #27AE60!important;
  border: 1px solid #27AE60 !important;
  border-radius: 5px;
  color: #fff !important;
  height: 38px;
  /* position: absolute; */
}
.form-control[type="file"]::-webkit-file-upload-button{
  background: #27AE60!important;
  border: 1px solid #27AE60 !important;
  border-radius: 5px;
  color: #fff !important;
  height: 38px;
  /* position: absolute; */
}
.form-control[type="file"]::file-selector-button {
  background: #27AE60!important;
  border: 1px solid #27AE60 !important;
  border-radius: 5px;
  color: #fff !important;
  height: 38px;
  /* position: absolute; */
}

.form-control[type="file"]::-ms-browse:hover {
  background: #3ac775!important;
  color: #ffffff !important;
}
.form-control[type="file"]::-webkit-file-upload-button:hover {
  background: #3ac775!important;
  color: #ffffff !important;
}
.form-control[type="file"]:hover::file-selector-button {
  background: #3ac775!important;
  color: #ffffff !important;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 225px;
  }

  #page-wrapper {
    padding: 22px 10px;
  }
}

.offcanvas-backdrop:before {
  z-index: 90 !important;
}

/*Dashboard==============================*/

.bg-body {
  background: #fefefe !important;
}

.nav-tabs {
  border: none;
  padding: 3px;
  background: #e5f4eb;
  border-radius: 20px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #27ae60;
  border-radius: 100px;
  font-weight: 600;
}
.nav-tabs .nav-link {
  border-radius: 100px;
  font-size: 14px;
  color: #0A1629;
}
.finger-capture-bg{
    /* min-height: 200px; */
    background: #E6F5EC;
}
.camera-capture-1{
    width: 280px;
    height: 300px;
    background: #000;
}
.camera-capture-sm{
    width: 140px;
    height: 150px;
    background: #E6F5EC;
}
.fingerprint-big{
    font-size: 14rem;
}
.fp-modal-left{
  width: 335px;
}
.fp-modal-right{
  width: calc(100% - 335px);
}
@media (max-width: 767px) {
  .fp-modal-left,
  .fp-modal-right{
    width: 100%;
  }
}
.hint-card{
    background: #E6F5EC;

    border-top: 4px solid #27ae60;

    padding: 1rem;

    max-width: 430px;
    margin: auto;
}
.hint-card .h6,
.hint-card h6{
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  /* identical to box height, or 133% */

  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 1.5rem;

}
.hint-card .h6 .icon,
.hint-card h6 .icon{
  font-size: 24px;
}
.bg-color-1{
    background: #E6F5EC;
}
.hint-card ul li{
    margin-bottom: 0.75rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;

    position: relative;
    list-style: none;
}
.hint-card ul li:last-child{
    margin-bottom: 0px;
}
.hint-card ul li::before{
  content: '';
  position: absolute;
  left: -18px;
  top: 6px;
  background: #27AE60;
  height: 10px;
  width: 10px;
  border-radius: 1000px;
}
@media (max-width: 767px){
  .hint-card ul{
    padding-right: 10px;
  }
}

.step-card{
    color: #C4C4C4;
    cursor: default;
    text-align: left;
}
.step-card .active{
    color: #27AE60 !important;
}






@media (max-width: 767px){
    .nav-tabs{
        /* border-radius: 3px; */
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        border-radius: 5px;
    }
    .nav-link{
        border-radius: 5px;
        font-size: 14px;
    }
}



.tabx {
    font-size: 14px;
    border-collapse: separate;
    border-spacing:0px 0px !important;
}

.tabx th,
.tabx tr td {
    padding: 5px 5px 5px 5px;
    vertical-align: middle;
    border: 0.5px solid rgba(100,100,100,0.1) !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-top: 0px !important;
    white-space: nowrap;
}

.tabx tr{
    background:#fafafa;
    /*box-shadow: 0px 1px 3px 0px rgb(54 74 99 / 5%);*/
}
.tabx tr:hover{
    background: #F5f5f5 !important;
}
.tabx tr th:first-child,.tabx tr th:last-child, .tabx tr td:last-child{
    padding: 8px 5px 6px 8px !important;
}
.tabx thead tr th{
    border-top: 4px solid #27AE60 !important;
    padding: 15px 5px 15px 5px !important;
}
.overScroll-x{
    overflow-x: auto;
}
.over-hide{
    overflow: hidden;
}
.finger-layout-point{
    display: flex;
    justify-content: center;
    border:dashed 1px black;
    height:100px;
    overflow: hidden;
    object-fit: contain;
    border-radius:120px 120px 15px 15px !important;
}
.finger-layout-point img{
    /* width: auto;     */
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #fff;
}
.finger-layout-point-text{
    background-color: #ebc55f;
    padding: 2.5px 4px;
    border-radius: 2px;
    position: absolute;
    font-size:10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -10px !important;
}

@media (max-width: 1024px){
    .finger-layout-point{
        height:75px;
    }
}
@media (max-width: 991px){
    .finger-layout-point{
        height:105px;
    }
}
@media (max-width: 767px){
    .finger-layout-point{
        height:65px;
    }
}



.mt-3f{
    margin-top:45px;
}
.mt-5f{
    margin-top:100px;
}
.bt-c{
    position: absolute;
    right:15px;
    top:10px;
    z-index: 100000;
}


.cir{
    all: unset;
    position: relative;
    margin-bottom:0.5rem;

    display: flex;
    align-items: center;
    flex-direction: column;

    cursor: pointer;
}
.cir-container{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  white-space: nowrap;
}


.cir-box{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    border-radius: 100%;

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);

    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 600;

    background: #27AE60;
    border: 1px solid#27AE60;
    color: #e5f4eb !important;
}
.cir-title {
    display: none;
}
.cir-text{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #27AE60;
    letter-spacing: 0.05em;
    margin-left:4px;
    margin-right:4px;
}
.stepper{
    border-top: 5px solid #EAF7F0;
    height: 0;
    margin: 0 -50px;
    margin-bottom: 30px;
    min-width: 140px;
}

.cir.active .cir-box,
.cir.active ~ .cir .cir-box{
    background: #EAF7F0;
    border-color: #EAF7F0;
    color: #333333 !important;
}
.cir.active .cir-box{
  border: 1px solid#27AE60;
}
/* .cir.active .cir-text, */
.cir.active ~ .cir .cir-text{
    color: #7D8592;
}
.cir-icon{
    display: inline;
    color: #FFFFFF;
    font-size: 1.5rem;
}
.cir.active .cir-icon,
.cir.active ~ .cir .cir-icon{
    display: none;
}
.cir.active .cir-title,
.cir.active ~ .cir .cir-title {
    display: inline-block;
}


@media (max-width: 767px){
    .cir-container{
        flex-direction:column;
        padding: 15px 0px;
        border-radius: 5px;
    }
    .cir{
        background: #F6F6F6;
        padding-top:6px;
        padding-left: 10px;
        padding-right: 6px;
        border-radius:5px;
        flex-direction: row;
        width: 100%;
    }
    .cir.active{
        background: #27AE60;
    }

    .cir.active .cir-box{
        background: #fff;
        color: #27AE60 !important;
    }
    .cir-icon{
        color: #fff;
    }
    .cir.active .cir-icon{
        color: #27AE60;
    }
    .cir.active .cir-text{
        color: #fff !important;
    }
    .stepper{
        display: none;
    }
}
@media (min-width: 767px) and (max-width: 1020px){
    .stepper{
        min-width: 90px !important;
    }

}




/* Download Plugin Card */
.download-plugin-wrapper{
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #E6E6E6;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.14);
  border-radius: 30px;

  text-align: center;
  padding: 16px 20px 22px;

  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  /* or 20px */

  margin: 0 10px;

  color: rgba(16, 46, 50, 0.78);
}

.download-plugin-wrapper .btn{
  padding: 8px 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  column-gap: 6px;

  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}

.download-plugin-wrapper .hide-btn{
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;

  color: #677181;
}



/* Operator Dashboard */
.intro-text{
  line-height: 125%;
  color: #757575;
}
.intro-text .hello-txt{
  font-weight: 400;
  font-size: 16px;
}
.intro-text .fep-name{
  font-weight: 600;
  font-size: 18px;

  color: #025514;
}


.info-card{
  background: #FFFFFF;
  border-left: 8px solid #5FB282;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 5px;

  padding: 22px;
}



/* Action Cards */
.icon-card{
  all: unset;
  display: block;
  background: #FFFFFF;
  border: 1px solid #E6E6E6!important;
  box-shadow: 0px 0.65948px 7.91376px rgba(0, 0, 0, 0.08);
  border-radius: 3.2974px;

  font-weight: 600;
  font-size: 15px;
  line-height: 145%;
  /* identical to box height */


  /* Gray 1 */

  color: #333333;

  width: 100%;

  overflow: hidden;

  transition: 0.2s ease-out;
}

.icon-card:hover{
  color: #333333;
  cursor: pointer;
  transform: scale(1.025);
  box-shadow:0px 2px 15px rgba(0, 0, 0, 0.09) ;
}

.icon-card .btn{
  border-radius: 0 0 3.2974px 3.2974px;
  width: 100%;
  font-size: 12px;
  box-shadow: none !important;
}

.icon-card:hover .btn{
  background: #EBC55F !important;
  border-color: #EBC55F !important;
  color:#020;
}

.icon-card:hover .btn .arrow{
  display: inline-block;
}

.icon-card .top-info{
  min-height: 170px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-direction: column;

  padding: 1rem;
}

.icon-card .top-info .icon{
  font-size: 80px;
}




/* Modification Select */
/* .modification-select{} */
.modification-select *{
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  /*
    Introduced in Internet Explorer 10.
    See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
  */
  -ms-user-select: none;
  user-select: none;
}

.modification-select .ms-label{
  display: block;
  cursor: pointer;

  margin-bottom: 0.5rem;
}
.modification-select .ms-label input{
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}
.modification-select .ms-content-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #FFFFFF;
  border: 1px solid #E5E9EF;
  border-radius: 5px;
  padding: 14px;

  /* transition: 0.1s; */
}
.modification-select .ms-label input:checked ~ .ms-content-wrapper{
  border-color: rgba(39, 174, 96, 0.4);
}
.modification-select .ms-content-wrapper .ms-label-icon{
  background: #000;
  border-radius: 1000px;

  color: #fff;
  font-size: 22.4px;

  display: flex;
  align-items: center;
  justify-content: center;

  height: 35px;
  width: 35px;
  min-width: 35px;
}
.modification-select .ms-content-wrapper .ms-label-text{
  font-weight: 600;
  font-size: 15px;
  line-height: 145%;

  color: #102E32;
}
.modification-select .ms-content-wrapper .ms-label-desc{
  font-weight: 500;
  font-size: 13px;
  line-height: 145%;
  /* identical to box height */

  color: #6b7380;

}
.modification-select .ms-content-wrapper .ms-check{
  font-size: 17px;
  height: 28px;
  width: 28px;
  min-width: 28px;

  background-color: #27ae60;
  color: #fff;

  display: none;
  align-items: center;
  justify-content: center;

  border-radius: 1000px;

  /* transition: 0.1s; */
}
.modification-select .ms-label input:checked ~ .ms-content-wrapper .ms-check{
  display: flex;
}



/* Page Title */
.page-title{
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  /* identical to box height */

  display: inline-flex;
  align-items: center;

  color: #757575;
}
.page-title .icon{
  font-size: 20px;
}



/* Peripherals Indicators */

.peripherals-indicator-wrapper{
  background: #E6F5EC;
  /* background: linear-gradient(94.78deg, #f1f1f1 2.26%, #f4f7f6 95.3%); */
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */

  color: #102E32;


  padding: 18px var(--page-padding);
}
.peripherals-indicator{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}
.peripherals-indicator .iconify{
  font-size: 16px;
  margin-right: 8px;
}
.peripherals-indicator-wrapper .peripherals-indicator{
  column-gap: 26px;
}
