/* Import Files */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  --primary-color: #000000;
  --primary-color-hover: #222222;
  --primary-color-light: #E7F4FF;
  --mtn-primary: #FFCC00;
  --main-text-color: #212529;
  --title-sub-text-color: #707379;
  --sub-text-color: #a3aab6;
  --form-labels: #858591;
  --site-bg: #F1F1F1;
}
/*#fcfbff*/
.bd {
  border: solid red 1px !important;
}
body,
html {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  background-color: var(--site-bg);
  color: var(--main-text-color);
  /* font-size: 16px; */
  font-weight: 500;
}

.drop-zone {
  border: 2px dashed #c3c7d9;
  border-radius: 10px;
  background: #f9fafb;
  box-sizing: border-box;
}

/* General Styles */
.pointer{
  cursor: pointer;
}
.subtext{
  color: var(--sub-text-color);
}
hr{
  border: 0;
  border-top: 1px solid #000000;
  background: transparent;
}
hr.hr {
  border: 1px dashed #a5a9bb;
}
.tag-pill {
  background: #e7f4ff;
  border-radius: 2px;
  padding: 6px;
  color: #00678f;
}

.form-switch .form-check-input:checked {
  /*background-image: url(../img/switch.svg);*/
}

.form-check-input:checked {
  background-color: #ffff;
  border-color: #a5adbb;
}

.dashed-divider {
  border-style: dashed;
}
a{
  text-decoration: none;
  color: var(--primary-color);
  transition: 0.3s;
  cursor: pointer;
}
a:hover{
  text-decoration: none;
  color: var(--primary-color);
  opacity: 0.85;
}




/* Header Styles */
.site-header {
  background: left center no-repeat var(--mtn-primary);
  background-size: contain;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1050;
}
.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-logo {
  height: 70px;
  width: auto;
  padding: 5px;
}

.site-header .language-selector {
  border: 0.8px solid var(--main-text-color);
  background: transparent;
  border-radius: 1000px;
  padding: 5px 10px;
}
.site-header .user-dropdown .user-icon {
  font-size: 32px;
}

@media (min-width: 768px) {
  .site-header {
    background-image: url(../img/header-bg.svg);
    box-shadow: none;
  }
}



/* Site Footer */
footer .country-selector {
  border: 0.8px solid #fff;
  background: transparent;
  border-radius: 1000px;
  padding: 5px 10px;
  color: #fff;
}



/* Site Main Styles */
.site-main {
  padding: calc(70px + 75px) 1rem 80px;
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 767px) {
  .site-main {
    padding: calc(70px + 30px) 1rem 60px;
  }
}



/* Innocent Styling Starts Here */

.mtn-subtitle {
  color: #a3aab6;
}
.mtn-reg {
  background: center no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: #fff;

  cursor: pointer;
  display: block;
  transition: 0.3s;
}
.mtn-reg:hover{
  transform: scale(1.02) translateY(-4px);
  opacity: 1;
}
.mtn-reg:hover .mtn-btn{
  transform: scale(1.2) translateX(-16px);
}

.mtn-btn {
  font-weight: 500;
  border: none;
  border-radius: 24px;
  /*color: #000;*/
  position: relative;
  height: 40px;
  margin: 0 0 10px;
  padding: 10px 16px;
  min-width: auto;
  font-size: 14px;
  line-height: 1 !important;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
  background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
  color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
  border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  margin-left: 4px;
  margin-right: 4px;
}
.mtn-btn:hover{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  transform: scale(0.9) translateY(-1px);
}

.mtn-btn:first-child{
  margin-left: 0;
}
.mtn-btn:last-child{
  margin-right: 0;
}

.mtn-btn-outline-primary-skip {
  color: #7b809a;
  background-color: transparent;
  border: 1px solid #7b809a;
}
.mtn-btn-outline-primary-skip:hover {
  color: #000000;
  background-color: #fc0;

  border: 1px solid #fc0;
}

.mtn-info-bg {
  background: #e1e2ff;
}
.mtn-info-text {
  color: #0b0f5e;
}
.mtn-pwa-card {
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
.mtn-form-select {
  background-color: transparent;
  border-color: #000;
  border-radius: 100px;
  font-weight: bold;
}

.bdln {
  border: 1px solid black;
}

.mtn-pwa-attest-card {
  background: rgba(239, 239, 239, 0.7);
  border-radius: 5.63953px;
}
.attest-text-spacing {
  line-height: 29px;
}
.mtn-pwa-footer {
  background: #000000;
}


@media (min-width: 768px) {
  .mtn-border {
    border-right: 1.5px dashed rgba(47, 47, 47, 0.4);
  }
}

@media (max-width: 767px) {
  .mtn-border {
    border-bottom: 1.5px dashed rgba(47, 47, 47, 0.4);
  }
  .mtn-sm-non-ng-text {
    font-size: 0.7rem;
  }
  .attest-text-spacing {
    font-size: 14px;
  }
  .mtn-footer-info-text {
    font-size: 14px;
  }
}

/* Innocent Styling Ends Here */




/* Forms */
.form-label{
  font-size: 14px;
  line-height: 125%;

  color: var(--form-labels);
}
.form-control {
  color: #18192D;
  border: 1px solid #C3C7D9;
  border-radius: 8px;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  color: #18192D;
  background-color: #fff;
  border-color: #FDEEB8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(240, 180, 0, 0.36);
}




/* Buttons */
.btn{
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  /* identical to box height, or 17px */

  text-align: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  margin-left: 4px;
  margin-right: 4px;
}
.btn:first-child{
  margin-left: 0;
}
.btn:last-child{
  margin-right: 0;
}
.btn-primary{
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-check:focus + .btn-primary{
  color: #fff;
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.btn-primary-2{
  color: var(--primary-color);
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-light);
}
.btn-primary-2:hover,
.btn-primary-2:focus,
.btn-check:focus + .btn-primary-2{
  color: var(--primary-color-hover);
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-light);
}






/* Cards */
.card{
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 103, 143, 0.08);
  border-radius: 11px;
}
.card-header{
  background: #F0F2F5;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 11px 11px 10px 10px!important;

  padding: 1rem 1.25rem;
}
.card-header .ch-title{
  font-size: 18px;
  line-height: 125%;
}
.card-body{
  padding: 1rem;
  font-size: 14px;
}




/* Modals */
.modal{
  /* z-index: 999999; */
}
.modal-content{
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 103, 143, 0.08);
  border-radius: 11px;
}






/* Navs and Tabs */
.tab-navs{
  width: 100%;
  flex-wrap: nowrap;
}
.tab-navs .nav-item{
  width: 100%;
  text-align: center;
}
.tab-navs .nav-link{
  color: var(--sub-text-color);
  border-bottom: 1.6px solid #C3C7D9;
}
.tab-navs .nav-link.active{
  color: var(--primary-color);
  border-bottom: 1.6px solid var(--primary-color);
}





/* Page Title Section */
.title-section{
  margin-bottom: 50px;
}
.title-back-arrow-wrapper .title-section{
  margin-bottom: 0px;
}
.title-section .main-title{
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
}
.title-section .sub-title{
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: var(--title-sub-text-color);
}

@media(max-width: 767px){
  .title-section{
    margin-bottom: 35px;
  }
  .title-back-arrow-wrapper .title-section{
    margin-bottom: 0px;
    text-align: end;
  }
  .title-section .main-title{
    font-size: 20px;
  }
  .title-section .sub-title{
    font-size: 16px;
  }
}



/* App Back Arrow */
.app-back-arrow{
  font-size: 20px;
  /* line-height: 150%; */

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

  text-decoration: none;
  color: var(--main-text-color);
}
.app-back-arrow:hover,
.app-back-arrow:active{
  text-decoration: none;
  color: var(--main-text-color);
}
.app-back-arrow .arrow-wrapper{
  background: #FDEEB8;
  border-radius: 5.7px;

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

  height: 40px;
  width: 40px;

  font-size: 28px;

  margin-right: 10px;
}
.title-back-arrow-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media(max-width: 767px){
  .title-back-arrow-wrapper{
    margin-bottom: 35px;
  }
}





/* Actions Description */
.actions-description{
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 25px;
}

@media(max-width: 767px){
  .actions-description{
    font-size: 14px;
    margin-bottom: 18px;
  }
}

/* Action Card */
.dash-action-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.dash-action-wrapper-2{
  min-height:80px !important;
}
.dash-action-wrapper-2 .dac-text{
  font-size: 17px;
  line-height: 150%;
  margin-top: 0px !important;
}
.dash-action-card{
  min-height: 200px;
  /* min-width: 270px; */
  width: 100%;
  /* max-width: 270px; */
  padding: 16px;
  margin-bottom: 20px;

  background: url("../img/action-btn-img.svg") top right no-repeat #FFFFFF;
  border-radius: 22.2335px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;

  box-shadow: 0px 1px 8.8px rgba(0, 103, 143, 0.06);

  text-align: center;
  text-decoration: none;
  color: var(--main-text-color);
}
.dash-action-card:hover,
.dash-action-card:active{
  background-image: url(../img/action-btn-img-hover.svg);
  background-color: var(--mtn-primary);
  color: var(--main-text-color);
}
.dash-action-card .dac-icon-wrapper{
  background: rgba(255, 235, 154, 0.55);
  border-radius: 14px;
  padding: 17px;
  height: 66px;
  width: 66px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 32px;
}
.dash-action-card .dac-text{
  font-size: 17px;
  line-height: 150%;
  margin-top: 20px;
}

@media(max-width: 767px){
  .dash-action-card{
    min-height: 90px;
    padding: 20px 16px;

    border-radius: 10px;

    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;

    box-shadow: 0px 1px 8.8px rgba(0, 103, 143, 0.06);

    text-align: start;
  }
  .dash-action-card .dac-icon-wrapper{
    border-radius: 10px;
    padding: 12px;
    height: 50px;
    width: 50px;

    font-size: 24px;
  }
  .dash-action-card .dac-text{
    font-size: 15px;
    margin-top: 0;
    margin-left: 14px;
  }
}






/* Biometric Trigger Card */
.biometic-trigger-card{
  background: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.4s;

  text-align: center;
  text-decoration: none;
  color: var(--main-text-color);


  min-height: 250px;
  /* min-width: 270px; */
  width: 100%;
  /* max-width: 270px; */
  padding: 16px;
  margin-bottom: 20px;
}
.biometic-trigger-card:hover{
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
  opacity: 1;
  border: 1px solid #ffc720;
  text-decoration: none;
  color: var(--main-text-color);
}
.biometic-trigger-card .btc-icon-wrapper{}
.biometic-trigger-card .btc-icon-wrapper .btc-icon{
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.biometic-trigger-card .btc-text{
  font-size: 16px;

  margin-top: 30px;
}
.biometic-trigger-card .btc-check{
  width: 65px;
  height: 65px;

  background: #E3E3E3;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  transition: 0.3s;

  position: absolute;
  top: -7px;
  right: -7px;

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

  font-size: 42px;
  color: #fff;
}
.biometic-trigger-card .btc-check.active{
  background: #11AE52;
}







.nav-pills .nav-link.active{
  background: #ffc720 !important;
  color: #000000 !important;
  font-weight: 600 !important;
  border-radius: 1000px !important;
  padding-left:30px;
  padding-right: 30px;
}

.nav-pills .nav-link{
  color: #000000 !important;
  border-radius: 1000px !important;
}
.nav-pills .nav-link.active span{
  display:block !important;
}
.navy-tabs{
  border: 1px solid #ffc720;
  background: #fff;
  border-radius: 1000px;
}
.form-select{
  color: #18192D;
  border: 1px solid #C3C7D9;
  border-radius: 8px;
  font-size: 14px;
  height: 40px;
}
.form-select:focus{
  box-shadow: none !important;
  border-color: #ffc720 !important;
}

.fp-img{
  width: 100%;
}




.btn-check-type{
  height: 80px !important;
  width: 100px !important;
  border-radius:0px !important;
}
.form-check-input.btn-check-type {
  /*width: 0em !important;*/
  /*height: 0em !important;*/
}

.form-check-input.btn-check-type:checked[type="radio"] {
  background-image:none !important;
}
.form-check-input.btn-check-type:checked {
  background-color:transparent !important;
  border-color: transparent !important;
}
.form-check-input.btn-check-type:focus {
  border-color:transparent;
  outline: 0;
  box-shadow:none;
}

.result-image{
  max-width: 210px;
  max-height: 210px;
  min-height: 210px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.result-item{
  display: flex;
  /* align-items: center; */
}

.result-text{
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.subtext{
  color: #74788C;
}

.nimc-card{
  border: 1.6px solid #01913C;
  box-shadow: 0px 1px 6px rgba(1, 145, 60, 0.08);
  border-radius: 11px;
  position: relative;
}

.nimc-card-border-bottom{
  border-bottom: 1px solid #01913C;
  margin-right: -11px;
  margin-left: -11px;
}

.nimc-verified{
  width: 70px;
  height: auto;
  position: absolute;
  top: -5px;
  right: -5px;
}

.match-score{
  /* display: flex;
  align-items: center;
  justify-content: center; */
  /* column-gap: 20px; */
}
.match-score .score-icon{
  font-size: 45px;
}
.match-score .score-text{
  font-size: 15px;
}
.match-score .score{
  font-size: 60px;
  line-height: 100%;
}

lottie-player{
  width: 100px;
  height: 100px;
  /* position: absolute; */
  /* right: -40px;
  top: -30px; */
}

@media (max-width: 767px) {
  .match-score{
    /* display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px; */
  }
  .match-score .score-icon{
    font-size: 33px;
  }
  .match-score .score-text{
    font-size: 13px;
  }
  .match-score .score{
    font-size: 48px;
  }



  .result-text{
    font-size: 15px;
  }

  .result-item{
    font-size: 13px;
  }
}



.bg-hp{
  background-image:url("../img/bg-success.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=file]::file-selector-button {
  height: 50px;
  /*display: none;*/
  align-items: flex-end;
}


.finger-layout-point-text {
  background-color: #f0f0f0;
  border: 1px solid #dedede;
  /*color: #fff;*/
  padding: 4.5px 11px;
  border-radius: 10px;
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -15px !important;
}


.finger-layout-point {
  display: flex;
  justify-content: center;
  border: dashed 1px #F1F1F1;
  overflow: hidden;
  object-fit: contain;
  border-radius: 15px !important;
}

.form-select{
  height: 50px;
}

@media only screen and (max-width: 600px) {
  aw-wizard-navigation-bar ul.steps-indicator li a .label {
    display: none !important;
  }
}


/* Table rsponsive */

/*RESPONSIVE TABLE CSS*/
@media screen and (max-width: 985px) {
  /*.table {*/
  /*  border: 0;*/
  /*  display: block;*/
  /*  box-shadow: none;*/
  /*  min-width: unset !important;*/
  /*  overflow-x: auto;*/
  /*}*/

  /*.table thead {*/
  /*  position: absolute;*/
  /*  opacity: 0;*/
  /*  display: none;*/
  /*}*/

  /*.table tbody {*/
  /*  display: block;*/
  /*  !*min-width: 19em;*!*/
  /*  !*max-width: 25em;*!*/
  /*}*/

  /*.table tr {*/
  /*  display: block;*/
  /*  margin-bottom: 1em;*/
  /*}*/

  /*.table td {*/
  /*  display: flex;*/
  /*}*/
  /*.table td::before {*/
  /*  display: inline-block;*/
  /*  font-weight: bold;*/
  /*  margin-right: auto;*/
  /*  padding-right: 1em;*/
  /*}*/

  /*.table td:last-child {*/
  /*  border-bottom: 0;*/
  /*}*/

  /*.table-no-responsive.table tr {*/
  /*  display: table-row;*/
  /*}*/

  /*.table-no-responsive.table td {*/
  /*  display: table-cell;*/
  /*}*/

  /*.table-no-responsive.table tbody {*/
  /*  display: table-row-group;*/
  /*}*/

  /*.table-no-responsive.table {*/
  /*  display: table;*/
  /*}*/
}

.table thead tr {
  background: #f9fafb;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

.table tbody tr {
  background: #ffffff;
  /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);*/
  /*border-radius: 5px;*/
}
.table > :not(caption) > * > *{
  padding:1rem !important;
}
.table-borderless > :not(caption) > * > *{
  border-bottom-width:1px;
}
.tbody, td, tfoot, th, thead, tr{
  border-bottom-width:1px;
}
.dropdown-toggle::after {
  content: none;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.tooltip-arrow,
.white-tooltip + .tooltip > .tooltip-inner {
  background-color: #fff;
  color: #000;
}



.mtn-pwa-card{
  background: url("../img/action-btn-img.svg") top right no-repeat #FFFFFF;
  border-radius: 22.2335px;

}


/*width mgt */
.finger-img-size{
  max-width: 140px;
  width: 130px;
  height: auto;
}

.hand-img-size{
  max-width: 70px;
  width: 65px;
  height: auto;
}


button:disabled,
button[disabled].mtn-btn.btn-dark {
  background-color: #cccccc;
  color: #acacac;
  box-shadow: none;
  transform: none;
}

.mtn-title-card {
  background: #f9f9f9;
  background-image: url("/assets/img/title-pattern.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  border-left: 8px solid #ffe47a;
  box-sizing: border-box;
  box-shadow: 0px 0px 34px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.carousel-indicators {
  position: relative;
}

.guide {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.guide-success {
  color: #022c35;
  background-color: #e9f2f7;
  border-color: none;
}

.carousel-indicators .active {
  color: #ffff;
  background: #222324;
}
.carousel-indicators [data-bs-target] {
  text-indent: 0px !important;
  padding: 4px 19px;
  width: auto !important;
  height: auto !important;
  border: 1px solid #bfbfbf;
  border-radius: 38px;
}
.bg-highlight {
  background: rgba(217, 217, 217, 0.1);
}
.settings-item-cards {
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 8px;
}

