body{
    font-family: 'Noto Sans', sans-serif;
}
body[data-theme=colored] .sidebar {
    background: #1C4D2A;
}
body[data-theme=colored] .sidebar-content {
    background: #1C4D2A;
}
body[data-theme=colored] .sidebar-brand {
    color: #1C4D2A;
    background: #fff;
}
body[data-theme=colored] .sidebar-item.active>.sidebar-link {
    border-left-color: #e12c0b;
}
body[data-theme=colored] .sidebar-item.active>.sidebar-link:hover {
    border-left-color: #e12c0b;
}
.hamburger, .hamburger:after, .hamburger:before {
    background: #168044;
}
:focus, :active {
    outline: none !important;
    box-shadow: none !important;
}
a {
    color: #168044;
    text-decoration: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1C4D2A;
    --bs-btn-border-color: #1C4D2A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #168044;
    --bs-btn-hover-border-color: #168044;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #afafaf;
    --bs-btn-border-color: #afafaf;
}
.nav-icon {
    color: #6c757d;
    font-size: 1rem;
}
.nav-item .indicator {
    background: #e12c0b;
    top: -7px;
}
.form-control, .form-select {
    border-radius: 1px;
    padding: .5rem .85rem;
}
.navbar-nav .dropdown-menu {
    box-shadow: .2rem 0rem .5rem rgba(0, 0, 0, .05);
    border: 1px #f2f2f2 solid;
}
.sidebar-brand {
    padding: 0.8rem 1.5rem;
}
.sidebar-brand:hover .sidebar-brand-text {
    color: #1C4D2A;
}
.btn-primary, .btn-danger, .btn-warning, .btn-secondary, .btn-success {
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 3px !important;
}
.tab-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-tab-cont {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.list-tab-cont:last-child {
    margin-bottom: 0px;
}
.list-tab-cont p {
    margin-bottom: 7px;
    color: #999;
}
.text01 {
    color: #333;
}
.list-tab-cont h4 {
    font-size: 15px;
    margin-bottom: 0;
    word-wrap: break-word;
}
.btn-success-light {
    background-color: rgba(38, 191, 148, .1);
    color: rgb(38, 191, 148);
    padding: 5px;
    border-radius: 3px;
    border:0;
}
.btn-pending-light {
    background-color: rgba(241, 141, 20, .1);
    color: #FF7941;
    padding: 5px;
    border-radius: 3px;
    border:0;
}
.btn-review-light {
    background-color: rgba(65, 172, 244, .1);
    color: rgb(65, 172, 244);
    padding: 5px;
    border-radius: 3px;
    border:0;
}
.btn-forward-light {
    background-color: rgba(50, 106, 188, .1);
    color: rgb(50, 106, 188);
    padding: 5px;
    border-radius: 3px;
    border:0;
}
h4.card-title {
    color: var(--bs-heading-color);
    font-size: 16px;
    font-weight: 500;
}
.list-card-cont {
    background: #fff;
}
.list-card-cont p {
    margin-bottom: 4px;
    color: #999;
}
.list-card-cont h4 {
    font-size: 15px;
    margin-bottom: 0;
}
.subaccount-acrdn {
    --bs-accordion-bg: transparent;
}
.subaccount-acrdn .accordion-button::after {
    position: absolute;
    right: 10px;
    top: 9px;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item {
    border: 0;
}
.table.active-requests td {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}
.subaccount-acrdn .card-content h4 {
    font-size: 15px;
}
.scroll-cont{
    height: 205px; overflow-y: scroll;
}
.scroll-cont-l{
    height: 500px; overflow-y: scroll;
}

.custom-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
  }
  
  /* Custom circle */
  .custom-radio .circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
  }
  
  /* Inner dot */
  .custom-radio .circle::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    transform: scale(0);
    transition: .2s ease;
  }
  
  /* Checked state */
  .custom-radio input[type="radio"]:checked + .circle {
    border-color: var(--accent);
    background-color: rgba(0,0,0,0.03);
  }
  .custom-radio input[type="radio"]:checked + .circle::after {
    transform: scale(1);
  }
  
  /* Colours */
  .allow {
    --accent: #28c76f;
    --border-color: #28c76f;
  }
  .deny {
    --accent: #ea5455;
    --border-color: #ea5455;
  }

  .priv-list,
.priv-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.priv-list li {
  position: relative;
  padding-left: 28px; 
  margin-bottom: 8px;
  line-height: 1.4;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 18px 18px;
}

.priv-list li.allow {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2328c76f'/%3E%3Cpath d='M8 12l3 3 5-5' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}
.priv-list li.deny {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23ea5455'/%3E%3Cline x1='8' y1='8' x2='16' y2='16' stroke='%23ffffff' stroke-width='2'/%3E%3Cline x1='16' y1='8' x2='8' y2='16' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E");
}
.priv-list ul {
  padding-left: 20px; 
  margin-top: 6px;
}
.priv-list ul li {
  background-size: 14px 14px; 
  padding-left: 24px;
}
body[data-theme=colored] .sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #000 !important;
    background: #f5f7fb !important;
}
thead tr {
    background: #DDECE3;
}
.btn {
    border-radius: 7px;
}
.card-title {
    color: #333;
    font-weight: 500;
}

.nav-tabs .nav-link{
    border:none;
    color:#495057;
    font-weight:600;
}

.nav-tabs .nav-link.active{
    color:#168044;
    border-bottom:3px solid #168044;
    background:transparent;
}

/* .timeline-item{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
} */

/* .timeline-item::before{
    content:'';
    position:absolute;
    left:0;
    top:3px;
    width:14px;
    height:14px;
    border-radius:50%;
    background:#198754;
}

.timeline-item::after{
    content:'';
    position:absolute;
    left:6px;
    top:17px;
    width:2px;
    height:30px;
    background:#dee2e6;
} */

/* .timeline-item:last-child::after{
    display:none;
} */
.table>:not(caption)>*>* {
    padding: .5rem .75rem;
}
.info-card, .action-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
    height: 100%;
}
.profile-image{
    width:100px;
    height:100px;
    border-radius:50%;
    background:#eef4ff;
    border:6px solid #fff;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}
.active-user{
    margin-top:20px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    border-radius:30px;
    background:#eef8f0;
    color:var(--success);
    font-weight:600;
}
.info-box{
    display:flex;
    align-items:center;
    gap:18px;
    padding:10px;
    border-bottom:1px solid #edf1f7;
}
.info-box:last-child{
    border-bottom:none;
}
.info-box i{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#e5faeb;
    color:#6fac81;
    font-size:24px;
}
.info-box small{
    color:var(--muted);
}
.info-box h5{
    margin-top:6px;
    margin-bottom:0;
    font-weight:700;
}
.action-card{
    height:100%;
}
.card-header-custom{
    display:flex;
    gap:20px;
    align-items:center;
    background:#f8fbff;
    border:1px solid #edf2ff;
    padding:10px;
    border-radius:15px;
    margin-bottom:20px;
}
.card-header-custom h3 {
    font-size: 17px;
}
.blue i.icon-circle{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    background:#e9f1ff;
}
.green i.icon-circle{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    background:#eef8f0;
}
.blue{
    color:#1d4ed8;
}
.green{
    color:#188038;
}
.feature-list{
    list-style:none;
    padding-left:0;
    margin-top:15px;
}
.feature-list li{
    padding:7px 0;
    display:flex;
    gap:14px;
    align-items:center;
}
.feature-list i{
    width:35px;
    height:35px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f5f7fb;
}
.bg-primary {
    background-color: #168044 !important;
}
.text-primary {
    color: #168044 !important;
}
.btn-outline-primary {
    --bs-btn-color: #168044 ;
    --bs-btn-border-color: #168044 ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1C4D2A;
    --bs-btn-hover-border-color: #1C4D2A;
    --bs-btn-focus-shadow-rgb: 59, 125, 221;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #168044;
    --bs-btn-active-border-color: #168044;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #168044;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #168044;
    --bs-gradient: none;
}
.password-group {
    border: 1px solid #ced4da;
    border-radius: .375rem;
    overflow: hidden;
}
.password-group .input-group-text{
    background: #fff;
    border: 0;
    border-right: 1px solid #ced4da;   /* <-- Border after lock icon */
    color: #6c757d;
    width: 48px;
    justify-content: center;
}
.password-group .form-control{
    border: 0;
    box-shadow: none;
    outline: none;
}
.password-group .password-toggle{
    border: 0;
    background: #fff;
    color: #6c757d;
    padding: 0 15px;
}
.password-group .password-toggle:hover,
.password-group .password-toggle:focus{
    background: #fff;
    color: #0d6efd;
    box-shadow: none;
    outline: none;
}
.password-group:focus-within{
    border-color:#86b7fe;
    box-shadow:none;
}
.input-group-text {
    border-right: 0;
    background-color: #fff;
}
.input-group>.form-control {
    border-left: 0;
}

.captcha-box {
    height: 34px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.captcha-text {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 7px;
    font-style: italic;
    color: #168044;
    transform: rotate(-2deg);
    user-select: none;
}
.top-strip {
    height: 20px;
    background-color: #188038;
}