.text-left {
    text-align: left;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 84px;
}

.navbar .navbar-brand-wrapper .navbar-brand {
    padding-left: 0;
}

.helpfeedback {
    position: relative;
    bottom: 0;
    left: 24px;
    right: 24px;
    margin-bottom: 40px;
}

.helpfeedback a {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
    color: #0D141C;

}

.helpfeedback span {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-family: "Poppins-medium", sans-serif;
}

.search-field .input-group {
    border: 1px solid #E9E7E2;
    border-radius: 12px;
    min-height: 56px;
    align-items: center;
    min-width: 354px;
}

.sidebar-icon-only .sidebar .help-title {
    display: none;
}

.Log-Out {
    font-family: "Poppins-medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #4D4D4D !important;
    opacity: 1;
    display: flex;
    gap: 10px;
}

.notification-icon {
    margin-left: 32px;
    margin-right: 16px;
    background: #EAE6E1;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.notification-icon a.nav-link {
    min-width: 48px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
    color: #0D141C;
    font-size: 20px;

}

.page-header {
    margin: 0 0 12px 0;
}

.page-title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    font-family: "Poppins-bold", sans-serif;
}

.main-panel .row {
    --bs-gutter-x: 16px;
}

.main-panel .row.gap-0 {
    --bs-gutter-x: 16px;
}

.recent-card {
    height: 100%;
    display: flex;
    min-height: 218px;
}

.recent-card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recent-card .count-symbol {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px !important;
    background-color: #D80027 !important;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 12px;
}

.card-icon {
    width: 54px;
    height: 54px;
    position: relative;
    margin: 0 auto 16px;
}

.card-icon .count-symbol {
    position: absolute;
}

.card-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: left;
    font-family: "Poppins-medium", sans-serif;
    margin-bottom: 6px;
}

.satisfaction-card label {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #70707B;

}

.satisfaction-card .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.table thead {
    background-color: #FAFAF7;

}

.table thead th {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #1C140D;
    font-family: "Poppins-medium", sans-serif;
    background-color: transparent;
}

.table td span {
    color: #94754F;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0px;

}


.progress-block {
    display: flex;
    gap: 16px;
    flex-direction: row;
    align-items: center;
}

.progress-block spna {
    width: 5px;
}

.link-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.actions-list {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 16px;
    flex-direction: column;
    display: flex;
}

.actions-list a {
    text-decoration: none;
    color: #4D4D4D;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amounts {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-weight: bold;
    flex-wrap: wrap;
}

.amounts div {
    flex: 1;
}

.amounts .label {
    font-size: 14px;
    color: #b26a00;
    margin-bottom: 00;
    text-transform: uppercase;
    flex-direction: column;
    line-height: normal;
}

.amounts hr {
    display: flex;
    width: 1px;
    background: #98928b;
}

.amounts .value {
    font-size: 1.25rem;
    color: #663d01;
    line-height: 20px;
}

.amounts .value span {
    color: #000;
}

.invoices-header {
    padding: 20px;
    border-bottom: 1px solid #EAE6E1;
}

.invoices-header .progress-info {
    color: #d39f54;
    font-weight: 600;
    margin-bottom: 5px;
}

.receivables-cads .card-header:first-child {
    background-color: #FAFAF7;
    color: #b26a00;
    font-family: "Poppins-medium", sans-serif;
    border-radius: 12px 12px 0 0;
}

.amounts-item {
    text-align: left;
    padding: 20px;
}

.new-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

.new-btn i {
    font-size: 24px;
}

.new-btn span {
    font-weight: 500;
    color: #663d01;
}

.custom-legend {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.8;
    margin-top: 30px;
}

.custom-legend .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.approved {
    background-color: #1E9B3E;
}

.in-progress {
    background-color: #D6A04B;
}

.pending {
    background-color: #999999;
}

.rejected {
    background-color: #C43133;
}

.closed {
    background-color: #000000;
}

#datepicker-btn {
    border: 1px solid #F6F5F3;
    border-radius: 8px;
    background-color: #F6F5F3;
    color: #b5852e;
    padding: 8px 16px;
    height: 36px;
    min-width: 100px;
    display: flex;
    align-items: center;
    gap: 4px;
}

#datepicker-btn i {
    color: #b5852e;
}

.login-bg {
    background-image: url(/assets/images/login-bg.jpg) !important;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.login-bg::before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.login-form {
    position: relative;
    z-index: 111;
}

.login-form h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    margin: 24px 0;
}

.auth-form-light form {
    max-width: 385px;
    margin: 0 auto;
}

.auth form .auth-form-btn {
    border-radius: 12px;
    min-height: 52px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.6%;
    text-align: center;
}

.auth form .auth-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-align: right;
    color: #70707B !important;
    font-family: "Poppins-medium", sans-serif;
}

.register-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    font-family: "Poppins-medium", sans-serif;
    text-decoration: none;
}

.register-link a {
    color: #B17E25 !important;
}

.auth form .form-group .form-control {
    background: #FFFFFFCC;
    border: 1px solid #D1D1D6;
    border-radius: 12px;
    min-height: 56px;
    padding: 10px 16px;
}

.auth form .form-group i {
    font-size: 20px;
}

 .form-select {
    border: 1px solid #ebedf2;
    background-color: #ffffff;
    padding: 0.94rem 1.375rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    min-height: 60px;
    outline: none;
    border-radius: 1px;
}

@media screen and (max-width: 991px) {
    .sidebar-offcanvas {
        top: 90px;
    }

    .recent-card {
        height: auto;
    }

    .search-field .input-group {
        min-width: auto;
    }
}