/* font theme */
.font-28-medium{
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.205rem;
  margin: 0 !important;
  letter-spacing: -1.05px;
}
.font-22-medium{
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.7325rem;
  margin: 0 !important;
}
.font-20-medium{
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.575rem;
  margin: 0 !important;
}
.font-18-medium{
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.4175rem;
  margin: 0 !important;
}
.font-18-light{
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4175rem;
  margin: 0 !important;
}
.font-16-light{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 !important;
}
.font-15-light{
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.1625rem;
  margin: 0 !important;
  letter-spacing: -0.11px;
}
.font-14-medium{
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1025rem;
  letter-spacing: -0.11px;
  margin: 0 !important;
}
.font-14-light{
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1025rem;
  letter-spacing: -0.11px;
  margin: 0 !important;
}
.font-12-medium{
  font-weight: 500;
  font-size: .75rem;
  line-height: 0.945rem;
  margin: 0 !important;
}

.rounded-8{
  border-radius: 8px !important;
}
.c-pb-12{
  padding-bottom: 12px;
}
.c-px-12{
  padding-inline: 12px !important;
}
.c-py-12{
  padding-block: 12px !important;
}
.c-pb-12{
  padding-bottom: 12px !important;
}
.mb-12{
  margin-bottom: 12px;
}
.mt-12{
  margin-top: 12px;
}
.c-px-24{
  padding-inline: 24px !important;
}

.pointer-events-none{
  pointer-events: none !important;
}   



/* .app-brand-link{


    width: 100%;
    height: 40px;
    object-fit: contain;
}
.form-label{
    font-size: 0.8rem!important;
    font-weight: 600!important;
    margin-bottom: 0.5rem!important;
    color:#000!important;
}
.fs-7{
    font-size: 0.8rem;
}

p{
    font-size: 0.815rem!important;
    color: #626262!important;
}

input::placeholder {

    opacity: 0.5;
    font-size: 0.8rem;

  }
.form-control,.input-group-text{
    border-color: #e9edf6!important;
    color: #626262!important;
    font-size: 0.91rem!important;
    font-weight: 500!important;
}
select{
    border-color: #e9edf6!important;
} */

/* .authentication-inner.py-4{
    max-width: 500px!important;
} */
/* .authentication-wrapper.authentication-cover .authentication-inner .auth-multisteps-bg-height{
   position: sticky!important;
   top: 0;
}
a.menu-link{
    padding: 0.8em!important;
}
li.menu-item{
    padding-bottom: 1em!important;
}
.color-black{
    color: #000000!important;
}

.table:not(.table-dark) thead:not(.table-dark) th{
    color: #000!important;
}
.copy-btn{
    padding: 0.5em!important;
}
.btn-none{
    padding: 0!important;
    box-shadow: none!important;
}
.max-width-40{
    max-width: 36em!important;
}
.kyc-img{
    width: 50px!important;
    height: 50px!important;
    object-fit: cover!important;
} */
/* .switch-btn{
    width: 30px!important;
    height: 10px!important;
} */
 /* .bg-color-blue{
   background-color: f0f8ff;
 }
 .border-0{
    border: 0!important;
 }
 .max-width-25{
    width: 25%!important;
 }
 .dz-message{
    margin: 4rem 0 0rem!important;
 }
 .dz-message::before{
    top: 2rem!important;
 } */
 /* .card-title:before {
    background: linear-gradient(to bottom, var(--primary05) 50%, rgba(var(--secondary-rgb), .5) 50%);
    border-radius: .5rem;
    content: "";
    height: 1rem;
    inset-block-start: .15rem;
    inset-inline-start: -.65rem;
    position: absolute;
    width: .2rem;
} */

 /* .card-title{
    font-weight: 600!important;
    font-size: .9375rem!important;
    color: #000000!important;
 }
 .rounded-4{
    border-radius: 0.8rem!important;
 }
 .table thead tr th {
   font-size: 0.8rem!important;
    font-weight: 600!important;

}
.table td, .table th {
    font-size: .813rem!important;
    font-weight: 400;
    line-height: 1.462;

    color: #626262!important;
    vertical-align: middle;
}
.layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu{
    min-width: 12rem!important;
}
thead, tbody, tfoot, tr, td, th{
    border-color: #f2f2f2!important;
}
.border-top-1 {
    border-top: 1px solid #f2f2f2 !important;
}
.border-bottom-1 {
    border-bottom: 1px solid #f2f2f2 !important;
}

.fs-8{
    font-size: 0.7rem!important;
}
.max-width-200{
    max-width: 200px;
}
.modal-body{
    padding: 0!important;
}
.max-width-42{
    max-width: 40rem!important;
}
.modal .btn-close{
    border-radius: 0.6rem!important;
}
input, select, textarea{
    color: #626262!important;
    font-size: 0.91rem!important;
    font-weight: 500!important;
}

.word-limit{
    width: 30ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.word-limit-25{
    width: 25ch!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
color: #7539FF!important;
}
.nav-link {
    color: #000!important;
}
.user-profile-info ul li{
font-weight: 500;
font-size: 0.9rem;
}
 .nav-pills .nav-item .nav-link{
    color: #000!important;
    font-weight: 600;
}
.nav-align-top .nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus{
    color: #ffffff!important;
    font-weight: 600;
}
.form-check-input{
    width: 1em!important;
    height: 1em!important;
}
.form-switch .form-check-input{
    width: 2em!important;
    height: 1.2em!important;
}

.main-img{
    width: 100%;
    height: 200px!important;
}
.shadow-0{
    box-shadow: none!important;
}

.border-1{
    border: 1px solid #f2f2f2 !important;
} */
