@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
html,
body,
html body {
    background-color: #f3f3f4;
    color: #252525;
    font-family: Poppins, sans-serif;
}

/* Start CHUP's Colors */

:root {
    --chup-primary: #115934;
    --chup-secondary: #f26522;
}

/* End CHUP's Colors */

html .pace .pace-progress {
    background: #115934;
}

html .content.app-content {
    padding: 6.25rem 1.5rem 0;
}

.ps__thumb-x,
.ps__thumb-y,
::-webkit-scrollbar-thumb:hover {
    background-color: #999 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #252525;
}

a {
    color: #115934;
}

a:hover {
    color: #026C3B;
}

.main-menu .navbar-header {
    width: auto;
    height: auto;
}

.main-menu .navbar-header .navbar-brand .brand-logo img.logo {
    max-width: 50px;
}

.header-navbar {
    font-family: Poppins, sans-serif;
}

.header-navbar.floating-nav {
    border-radius: 0;
    box-shadow: 0 1px 0 #e0e0e0;
    left: 75px;
    margin: 0;
}

.header-navbar #search {
    width: 80px;
}

.header-navbar .navbar-container li.dropdown-notification .dropdown-menu {
    min-width: 350px;
    left: inherit !important;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-text {
    font-size: 1rem;
    color: #6E6B7B;
}

.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-time {
    font-size: smaller;
    color: #B9B9C3;
}

.header-navbar #search-button:active,
.header-navbar #search-button:focus,
.header-navbar #search-button:hover {
    background-color: transparent;
}

u.mark-search {
    -webkit-text-decoration-color: #f26522;
            text-decoration-color: #f26522;
    text-decoration-thickness: 2px;
}
.wrapper-breadcrumbs {
    background: white;
    padding: 8px 12px;
    border-radius: 15px;
}

.table-custome > table {
    border-radius: 10px !important;
    border-collapse: separate;
}

.table-custome > .table thead th {
    border-bottom: none !important;
}
.table-custome > table th {
   border-top: none !important;
}



.table-custome > table > thead > tr > th {
    font-weight: 500 !important;
}

.table-custome > table > thead {
    background: #F9FAFB !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.table-custome > table > tbody > tr > td {
    padding: 5px 5px;
}

.text-gray {
    color: gray;
}
.text-green {
    color: #036B26 !important;
}

.table {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
    width: calc(100vw - 75px) !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a {
    padding: 4px 0;
    width: 200px;
    height: auto;
    text-align: left;
    font-size: 16px;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a .menu-title {
    width: 48px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    margin: 0 auto;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i,
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg {
    width: 24px;
    height: 24px;
    margin: 0 auto 4px auto;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a {
    color: #f26522;
}

.main-menu ul.navigation-main > li {
    margin-bottom: .75rem;
    width: 230px;
}

.vertical-layout.vertical-menu-modern .content,
.vertical-layout.vertical-menu-modern .footer,
.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    /* margin-left: 80px; */
    margin-left: 230px;
}

.vertical-layout.vertical-menu-modern .main-menu,
.vertical-layout.vertical-menu-modern .navbar .navbar-header,
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
    width: 230px;
    /* width: 80px; */
}

.main-menu.menu-light .navigation > li.active > a {
    background: #f5f5f5;
    box-shadow: none;
    color: #115934;
    font-weight: 600;
}

.main-menu.menu-light .navigation li a,
.bottom-nav-bar .navigation-bar a {
    color: #115934;
}

.main-menu.menu-light .navigation li a:hover,
.bottom-nav-bar .navigation-bar a:hover,
.bottom-nav-bar .navigation-bar a.active {
    color: #f26522;
}

.bottom-nav-bar .navigation-bar a {
    padding: 10px 4px;
}

.bottom-nav-bar .navigation-bar a .menu-title {
    font-size: 8px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    margin: 6px auto 0 auto;
    white-space: nowrap;
}

.sidebar-tooltip {
    font-size: 1rem;
    font-weight: 600;
}

.sidebar-tooltip .arrow {
    display: none;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: none;
}

.card .card-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 2rem;
}

.card .card-title {
    font-weight: 600;
    margin: 0;
}

.card .card-header + .card-body,
.card .card-header + .card-content > .card-body:first-of-type {
    padding: 1.5rem 2rem;
}

.card-transaction .transaction-item.transaction-item-bordered {
    margin-bottom: 0;
    padding: 1rem 0;
}

.card-transaction .transaction-item.transaction-item-bordered:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
}

.card-footer, .card-header {
    background-color: transparent;
}

.form-control {
    border-color: #ccc;
    color: #252525;
}

.form-control:focus {
    border-color: #115934;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f02848;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f02848;
    box-shadow: 0 0 0 0.2rem rgb(240 40 72 / 25%);
}

.input-group:not(.bootstrap-touchspin):focus-within {
    box-shadow: none;
    border-radius: 0;
}

.bg-primary {
    background-color: #115934 !important;
}

.bg-secondary {
    background-color: #f26522 !important;
}

.btn {
    color: #252525;
    border-radius: 2.25rem;
}

.btn.btn-primary {
    background-color: #115934 !important;
    border-color: #115934 !important;
}

.btn.btn-primary.focus,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: rgba(17, 89, 52, .8) !important;
    border-color: rgba(17, 89, 52, .8) !important;
}

.btn.btn-secondary {
    background-color: #fff !important;
    border-color: #ccc !important;
    color: #252525 !important;
}

.btn.btn-secondary:not(:disabled):active,
.btn.btn-secondary:not(:disabled):focus,
.btn.btn-secondary:not(:disabled):focus-visible,
.btn.btn-secondary:not(:disabled):focus-within,
.btn.btn-secondary:not(:disabled):hover {
    background-color: #ececec !important;
    border-color: #b9b9b9 !important;
}

.btn.btn-custom-secondary {
    background-color: #f26522 !important;
    border-color: #f26522 !important;
    color: #fff !important;
}

.btn.btn-line-secondary {
    background-color: white !important;
    border-color: #f26522 !important;
    color: #f26522 !important;
}


.btn.btn-custom-secondary.focus,
.btn.btn-custom-secondary:focus,
.btn.btn-custom-secondary:hover {
    background-color: rgba(242, 101, 34, .8) !important;
    border-color: rgba(242, 101, 34, .8) !important;
}

.btn.btn-success {
    background-color: #00cc33 !important;
}

.btn.btn-success.focus,
.btn.btn-success:focus,
.btn.btn-success:hover {
    background-color: rgba(0, 204, 51, .8) !important;
    border-color: rgba(0, 204, 51, .8) !important;
}

.btn.btn-danger {
    background-color: #ea5455 !important;
}

.btn.btn-danger.focus,
.btn.btn-danger:focus,
.btn.btn-danger:hover {
    background-color: rgba(234, 84, 85, .8) !important;
    border-color: rgba(234, 84, 85, .8) !important;
}

.btn-outline-dark:hover:not(.disabled):not(:disabled) {
    color: #252525;
}

.btn:hover:not(.disabled):not(:disabled) {
    box-shadow: none;
}

.btn-add {
    bottom: 1.5rem;
    position: fixed;
    right: 1.5rem;
    z-index: 1050;
}

.btn.btn-lg.btn-icon {
    padding: .75rem;
}

.btn.btn-lg svg.feather,
.btn.btn-lg i.feather {
    height: 24px;
    width: 24px;
}

.wrapper-option-table {
    list-style: none;
    padding-left: 0px;
}

.wrapper-option-table > li {
    display: inline-block;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 10px;
    text-align: center;
    background: #F0F2F5;
    border: 1px solid #D0D5DD;
}

.wrapper-option-table > li.active {
    background: #FFECE5;
    border: 1px solid #FCD2C2;
}


.wrapper-option-table > li > a {
    color: black;
}

.wrapper-option-table > li > a > .badge {
    color: black;
    background: #E4E7EC;
    border-radius: 12px;
    padding: 4px 9px;
    font-weight: 400;
}
.wrapper-option-table > li.active > a > .badge {
    color: white;
    background: #F56630;
}

.btn:disabled,
.btn:disabled.btn-primary,
.btn:disabled.btn-secondary {
    color: #c4c4c4 !important;
    background-color: #f5f5f7 !important;
    border-color: #f5f5f7 !important;
}

.btn:disabled, .btn:disabled *, .btn:disabled i {
    cursor: not-allowed !important;
}

.btn.btn-link {
    color: #176fb8;
}

.btn-red-danger {
    background: #FFECE5;
    font-weight: 400;
    color: #AD3307; 
    border-radius: 8px;
}

.btn-yellow-warning {
    background: #FEF6E7;
    font-weight: 400;
    color: #865503; 
    border-radius: 8px;
}

.btn-info-blue {
    border-radius: 8px;
    background: #E3EFFC;
    font-weight: 400;
    border-radius: 8px;
}
.custom-control-input:active ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-primary .custom-control-input:active ~ .custom-control-label::before,
.custom-control-primary .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #115934;
    border-color: #115934;
}

.dropdown-menu {
    border-radius: .75rem;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(115, 103, 240, .12);
    color: #026C3B;
}

.nav .btn-danger.dropdown-toggle:not(.active)::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ij48L3BvbHlsaW5lPjwvc3ZnPg');
}

.footer-logo {
    height: 2rem;
}

.dropdown .btn-secondary.dropdown-toggle:after,
.dropdown.show .btn-secondary.dropdown-toggle:after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNmU2YjdiIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1jaGV2cm9uLWRvd24iPjxwb2x5bGluZSBwb2ludHM9IjYgOSAxMiAxNSAxOCA5Ij48L3BvbHlsaW5lPjwvc3ZnPg==');
}

.modal-content {
    border-radius: .5rem
}

.modal .modal-header {
    background-color: transparent;
    border-bottom: 1px solid #e0e0e0;
}

.modal .modal-footer {
    border-top: 1px solid #e0e0e0;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-18 {
    width: 18px;
    height: 18px;
}

.feather-20 {
    width: 20px;
    height: 20px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.mb-1px {
    margin-bottom: 1px;
}

.mb-2px {
    margin-bottom: 2px;
}

.mb-3px {
    margin-bottom: 3px;
}

.table {
    color: #252525;
}

.table:not(.table-dark):not(.table-light) tfoot:not(.thead-dark) th,
.table:not(.table-dark):not(.table-light) thead:not(.thead-dark) th {
    background-color: transparent;
}

.page-item.active .page-link {
    /* background-color: #115934; */
    background-color: #EB5017;
    border-radius: 10px !important;
}

.customizer .tab-pane {
    padding: 0;
}

.customizer {
    max-width: 400px;
    width: 100%;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.text-muted {
    color: #757677 !important;
}

/*
 * Swal - SweetAlert
 */
button.swal2-confirm.swal2-styled {
    background-color: #115934 !important;
    border-radius: 2.25rem;
    font-weight: 600 !important;
    padding: 0.786rem 1.5rem;
    line-height: 1;
}

button.swal2-cancel.swal2-styled {
    border-radius: 2.25rem;
    font-weight: 600 !important;
    padding: 0.786rem 1.5rem;
    line-height: 1;
}

.swal2-popup {
    border-radius: 20px;
}

.swal2-popup.swal2-icon-error,
.swal2-popup.swal2-icon-success,
.swal2-popup.swal2-icon-question,
.swal2-popup.swal2-icon-warning {
    padding-top: 60px;
}

.swal2-icon {
    position: absolute;
    top: -37px;
    margin: 0;
}

.swal2-icon.swal2-error {
    background-color: #D12020;
    border-color: #D12020;
    color: #fff;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #fff;
}

.swal2-icon.swal2-success {
    background-color: #74B566;
    border-color: #74B566;
    color: #fff;
}

.swal2-icon.swal2-success span {
    background-color: #fff !important;
}

.swal2-icon.swal2-success .swal2-success-circular-line-left,
.swal2-icon.swal2-success .swal2-success-circular-line-right,
.swal2-icon.swal2-success .swal2-success-ring,
.swal2-icon.swal2-success .swal2-success-fix {
    display: none;
}

.swal2-icon.swal2-question,
.swal2-icon.swal2-warning {
    background-color: #E58A01;
    border-color: #E58A01;
    color: #fff;
}

canvas.qrcode-stream-camera {
    background-color: #000;
}

.table.custom-table td,
.table.custom-table th {
    padding: 0.75rem;
}

.bg-transparent {
    background-color: transparent !important;
}

.pb-15 {
    padding-bottom: .15rem;
}

.gap-1 {
    gap: 1rem;
}

.gap-2 {
    gap: 1.5rem;
}

.gap-3 {
    gap: 3rem;
}

.gap-4 {
    gap: 3.5rem;
}

.gap-25 {
    gap: 0.25rem;
}

.gap-50 {
    gap: 0.5rem;
}

.gap-75 {
    gap: 0.75rem;
}

.display-5 {
    font-size: 2.5rem;
    line-height: 1.2
}

.display-6 {
    font-size: 2rem;
    line-height: 1
}

.badge.badge-counter {
    top: -33px;
    right: -13px;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    color: #f26522;
}

.nav-tabs .nav-link:after {
    background: #f26522 !important;
}

.mobile-right-sidebar {
    right: -400px;
}

.mobile-right-sidebar.open.mobile-open {
    right: 0;
}

.mobile-right-sidebar a.menu-item {
    padding: .75rem 1rem;
}

.mobile-right-sidebar a.menu-item:first-child {
    padding-top: 1.25rem;
}

.mobile-right-sidebar a.active {
    font-weight: 600;
    background-color: rgba(75, 75, 75, .2);
    color: #f26522;
}
.cover-media {
    height: 220px;
    border: 1px solid #E4E7EC;
    border-radius: 6px;
}
.border-none {
    border: none;
}
/*
 * Customize Toast
 */
#toastContainer {
    margin-top: 65px;
    --body-bg-color-light: rgba(255, 255, 255);
}

.toast {
    box-shadow: 0 0 10px 0 rgb(34 41 47 / 8%);
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    top: 0;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    padding: 0;
}

@media (max-width: 576px) {
    .header-navbar.floating-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
    }

    /*.vertical-layout.vertical-menu-modern .main-menu,*/
    /*.vertical-layout.vertical-menu-modern .navbar .navbar-header,*/
    /*.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {*/
    /*    width: 80px;*/
    /*}*/
    .header-navbar .navbar-container li.dropdown-notification .dropdown-menu {
        right: .5rem !important;
    }
}

@media (max-width: 767px) {
    .user-content-wrapper {
        padding-bottom: 5rem;
    }

    .btn-add {
        bottom: 5rem;
    }

    .vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
        position: absolute;
        left: 0;
        width: 100% !important;
    }

    .vertical-layout.vertical-menu-modern .content,
    .vertical-layout.vertical-menu-modern .footer,
    .vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
    .vertical-layout.vertical-menu-modern.menu-collapsed .footer {
        margin-left: 0;
    }

    .vertical-layout.vertical-menu-modern .main-menu,
    .vertical-layout.vertical-menu-modern .navbar .navbar-header,
    .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
        width: 0;
    }

    .customizer {
        z-index: 1029;
    }
}

.details-container p {
    margin: 2px 0;
    line-height: 1.8;
}


