@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --primarycolr: #900c3e;
    --secondrycolr: #ececec;
    --bgcolor: #FFF6FB;
    --bordercolr: #F2F2F2;
    --textcolr: #42495B;
    --lighttext: #7A839E;
    --blkcolr: #000000;
    --whtcolr: #ffffff;
}
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    background: #ededed;
    font-weight: 500;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ececec url('../images/drop-icon.png') center no-repeat !important;
    background-position: calc(100% - 15px) !important;
    background-size: 12px !important;
    padding-right: 40px !important;
}
a,
a:hover {
    text-decoration: none !important;
}
img{
    max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.btn-primary {
    background: #900c3e;
    color: var(--whtcolr);
    border-color: rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}
.btn-primary:hover {
    background: var(--primarycolr);
    border-color: var(--primarycolr);
    transition-duration: 0.4s;
}
.btn-outline-primary{
    color: var(--primarycolr);
    border-color: var(--primarycolr);
    font-size: 14px;
    font-weight: normal;
}
.btn-outline-primary:hover{
    color: var(--whtcolr);
    background: var(--primarycolr);
    border-color: var(--primarycolr);
}
.btn-secondary {
    background: var(--secondrycolr);
    color: var(--primarycolr);
    border-color: var(--secondrycolr);
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
}

.btn-secondary:hover {
    background: var(--secondrycolr);
    border-color: var(--secondrycolr);
    transition-duration: 0.4s;
}

.btn-primary.focus, .btn-primary:focus
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
    background: var(--secondrycolr);
    border-color: var(--secondrycolr);
    color: var(--blkcolr);
}
.btn {
    padding: .575rem 2rem;
    -webkit-box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px  rgba(0, 0, 0, 0.1);
    border-radius: 0.5em;
    font-weight: 500;
    font-size: 16px;
}
.icon{
    display: flex;
}
header{
    position: relative;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    background: none;
    position: fixed;
    background: #900c3e;
}
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
  
header.sticky + .inner-pages {
    padding-top: 102px;
}
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
header .wrapper{
    justify-content: center;
}
header .right-nav{
    display: flex;
    align-items: center;
}

.humburger{
    position: relative;
    width: 30px;
}
.humburger span{
    width: 100%;
    height: 3px;
    background: var(--whtcolr);
    display: block;
    border-radius: 100px;
}
.humburger span:nth-child(2){
    margin: 5px 0px;
    background: none;
    position: relative;
}
.humburger span:nth-child(2)::after{
    content: "";
    background: var(--whtcolr);
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.humburger span:nth-child(2)::before{
    content: "";
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primarycolr);
}

.header-logo img{
    width: 60px;
}
.main-section{
    /* padding-top: 115px; */
}
.card-box{
    background: #fff;
    border-radius: 15px;
}
.pad-40-bg{
    padding: 40px;
}
.main-section .tab-content{
    width: 100%;
}

.main-section .nav-pills .nav-link{
    background: #fff;
    color: #900c3e;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
}
.main-section .nav-pills .nav-link.active, 
.main-section .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #900c3e;
}
.form-control {
    color: #212529;
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.form-select{
    background-color: #ececec;
}
.imp-astr{
    color: #900c3e;
}
.main-footer{
    background: #cccccc;
    padding: 15px 0px;
    margin-top: 80px;
}
.main-footer .contact-inf,
.main-footer .social{
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
}
.main-footer .item{
    list-style: none;
    margin-right: 15px;
}
.main-footer .item:last-child{
    margin-right: 0;
}
.main-footer .item a{
    display: inline-flex;
    align-items: center;
    color: #000000;
    font-weight: 500;
}
.main-footer .item .icon{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.main-footer .contact-inf .icon{
    margin-right: 10px;
}
.main-footer .wrapper{
    justify-content: space-between;
}


/* @keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
  }
  
  @property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }
  
  [role="progressbar"] {
    --percentage: var(--value);
    --primary: #900c3e;
    --secondary: #fff;
    --size: 100px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
  }
  
  [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
  }
  
  [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
    font-weight: 700;
  }   */

  .pt-l-150{
      padding-top: 150px;
  }
  .progress-bar{
      background-color: #900c3e;
  }
  .register-progress .progress-contain{
    /* display: flex; */
    text-align: center;
  }
  .register-progress .progress{
    max-width: 450px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .progress-contain .txt{
    color: #900c3e;
    font-size: 18px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .register-progress .p-note{
      font-size: 12px;
      text-align: right;
      color: #3e3e3e;
  }

  .card-box .btn-secondary{
      font-size: 13px !important;
      padding: .375rem 0.9rem;
  }
  .card-box  .form-action{
      text-align: center;
  }
  .form-check-input:checked {
    background-color: var(--primarycolr);
    border-color: var(--primarycolr);
}




@media print {
    body {-webkit-print-color-adjust: exact;}
  }
  @page {
      -webkit-print-color-adjust: exact;
  }
  page {
    display: block;
    margin: 0 auto;
  }
  
  /* page[size="A4"] {  
    width: 21cm;
    height: 29.7cm; 
  } */
  .pt-l-50{
      padding-top: 50px;
  }
  page[size="A4"][layout="portrait"] {
    width: 21cm;
    /* height: 29.7cm;  */
    overflow: hidden;
    page-break-after: always;
    /* background: red; */
  }
  
  @media print{@page {size: portrait}
  body, page {
      margin: 0;
      box-shadow: 0;
    }
  }

  page .logo-wrap{
    border-bottom: 1px solid var(--primarycolr);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  page .logo-wrap img{
      width: 100px;
      margin: 0 auto;
  }
  page .title-wrap{
      text-align: center;
      position: relative;
      min-height: 150px;
  }
  page .title-wrap .title{
      font-weight: 700;
      padding-top: 30px;
  }
  page .profile-img{
    position: absolute;
    right: 0;
    top: 0;
  }


  .agency-portal .nav-pills .nav-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .agency-portal .nav-pills .counts{
      display: flex;
      margin-left: 30px;
  }
  .agency-portal .nav-pills .count{
    display: flex;
    flex-direction: column;
    font-size: 9px;
    text-align: center;
    margin-left: 10px;
    align-items: center;
    color: #cccccc;
  }
  .agency-portal .nav-pills .count .circle-bg{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #cccccc;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1px;
  }
  .agency-portal .nav-pills .count.pink-bg{
    color: #d893af;
  }
  .agency-portal .nav-pills .count.pink-bg .circle-bg{
    background: #d893af;
  }
  .agency-portal .nav-pills .nav-link.dark-gray-bg {
      background: #808080;
      color: #fff;
}

.table-act-btn,
.table-act-btn:hover{
    background: #808080;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.log-reg-form-wrap{
    max-width: 600px;
    margin: 0 auto;
}
.log-reg-form-wrap .header-sec .logo-wrap{
    text-align: center;
}

.log-reg-form-wrap .header-sec .logo-wrap img{
    width: 100px;
}
.log-reg-form-wrap .header-sec .title{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: var(--primarycolr);
}
.log-reg-form-wrap .title-wrap{
    margin-top: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.log-reg-form-wrap .form{
    margin-top: 30px;
}
.log-reg-form-wrap .txt{
    text-align: center;
}
.log-reg-form-wrap .btn-primary{
    font-size: 18px;
    width: 180px;
    height: 50px;
}
.log-reg-form-wrap a{
    color: #0071bc;
}

/* Upadate */

.main-section,
.main-section.agency-portal{
    min-height: calc(100vh - 151px);
}
.disabled-tab{
    pointer-events: none !important;
}
.foot-note-block{
    display: flex;
    justify-content: space-between;
    padding-left: 315px;
    padding-bottom: 15px;
}
.register-progress .p-note {
    font-size: 13px;
    background: rgb(144 12 62 / 11%);
    padding: 8px 10px;
    font-weight: 600;
    display: inline-block;
}

@media (max-width: 767.98px) { 
    .foot-note-block{
        padding-left: 0px;
    }
    .main-section > .container > .d-flex{
        flex-direction: column;
    }
    .main-section .nav-pills .nav-link {
        white-space: inherit;
    }
    .main-footer .wrapper {
        flex-direction: column;
    }
    .main-footer .contact-inf{
        flex-wrap: wrap;
    }
    .pad-40-bg {
        padding: 25px 15px;
    }
    .main-section .nav-pills{
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .main-footer .contact-inf, .main-footer .social{
        justify-content: center;
    }
    
    .main-footer .contact-inf{
        font-size: 14px;
        margin-bottom: 15px;
    }
 }


