:root {
    --main: #006666;
    --secondary: #fe6a49;
}

/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05) !important;
} */

.tap-top {
    padding: 9px !important;
    padding-top: 7px !important;
}

.sidebar-main-title {
    z-index: 1000;
}
.sidebar-main {
    font-family: "Poppins", sans-serif;
}

body {
    font-family: "Poppins", sans-serif;
}

.main-footer {
    color: var(--main);
    font-size: 12px;
}

.main-footer strong {
    color: orange;
}

.datestatus {
    font-size: 12px;
    color: #6c757d;
}

table {
    font-family: "inter", sans-serif;
    font-size: 12px;
    width: 100%;
}

th {
    font-weight: 600;
    color: white;
    padding: 12px 16px;
    background-color: #006666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

td {
    font-weight: 400;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
    white-space: nowrap;
    text-overflow: ellipsis;
}

tfoot td {
    background-color: var(--secondary);
    color: white;
    font-weight: bold;
}

/* datepickr */
.flatpickr-day.today {
    background-color: var(--main);
    color: white;
}

.notitications-bar input {
    border-color: var(--main);
}

nav.nav.nav-pills.nav-fill {
    margin-bottom: 20px;
}
.nav-link {
    color: #111827;
}
.nav-link:hover {
    color: #006666;
}

.btn-footer-datepickr {
    display: flex;
    gap: 5px;
    width: 100%;
    flex-wrap: wrap;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
}

.btn-success:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #bcbcbc !important;
    cursor: not-allowed;
}

.btn-footer-datepickr .btn {
    flex: 1;
}

#customSearch {
    border-color: var(--main);
    font-size: 12px;
}
#customSearch:focus {
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 50%);
}

.dropdown-tbl {
    min-width: 6%;
    background-color: #006666;
}

.dropdown-tbl li:hover {
    background-color: white;
}

#customPagination .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

#customPagination .page-item.disabled .page-link {
    border: none;
    background: none;
}

#customPagination .page-link {
    background-color: white;
    color: var(--main);
    border-color: var(--main);
}

#customPagination .page-link:hover {
    background-color: var(--main);
    color: white;
}

body.dark-only .nav-panel button {
    color: #f1f1f1;
}

.panel-save {
    color: red;
    background-color: rgba(254, 106, 73, 0.3) !important;
    padding: 10px;
    border-radius: 50%;
}

.panel-save:hover {
    color: white;
    background-color: red !important;
    transform: translateY(-3px) scale(1.1);
}

.panel-date {
    color: #006666;
    background-color: rgba(0, 102, 102, 0.3) !important;
    padding: 10px;
    border-radius: 50%;
}

.panel-date:hover {
    color: white;
    background-color: #006666 !important;
    transform: translateY(-3px) scale(1.1);
}

.panel-dark {
    color: orange;
    background-color: wheat !important;
    padding: 10px;
    border-radius: 50%;
}

.panel-dark:hover {
    color: white;
    background-color: orange !important;
    transform: translateY(-3px) scale(1.1);
}

#nav-foc .nav-link {
    font-size: 12px;
    text-transform: uppercase;
}

#nav-foc .nav-link i {
    font-size: 18px;
    margin-right: 5px;
}

#filter-container .form-select {
    color: var(--secondary);
    font-size: 12px !important;
    border-color: var(--main);
    box-shadow: #006666;
}

/* RESPONSIVE (mobile) */
@media (max-width: 576px) {
    #nav-foc {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 1024px) {
    .toggle-sidebar {
        position: absolute;
        right: -15px !important;
        top: 30px;
        background-color: #006666;

        width: 35px;
        height: 35px;
        border-radius: 50%;

        border: 2px solid white;

        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;

        transition: all 0.3s ease;
        outline: none;
    }

    .toggle-sidebar:hover {
        background-color: #004d4d;
        transform: scale(1.1);
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2) !important;
    }
}

@media only screen and (max-width: 991.98px) {
    .page-wrapper.compact-wrapper
        .page-body-wrapper
        div.sidebar-wrapper
        .logo-wrapper
        .back-btn {
        position: absolute;
        right: -17px !important;
        top: 20px;
        z-index: 999;
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 35px !important;
        height: 35px !important;
        border-radius: 50% !important;
        padding: 0 !important;
        margin: 0 !important;

        background-color: #006666;
        border: 2px solid #ffffff;
        color: #fff;
        cursor: pointer;

        transition: all 0.3s ease-in-out !important;
        transform: scale(1);
    }

    .page-wrapper.compact-wrapper
        .page-body-wrapper
        div.sidebar-wrapper
        .logo-wrapper
        .back-btn:hover {
        background-color: #004d4d !important;
        transform: scale(1.15) !important;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
        color: #ffffff;
    }

    .back-btn i,
    .back-btn svg {
        margin: 0 !important;
        line-height: 1 !important;
        display: block !important;
    }
}

/* dmember */

.card {
    border-radius: 15px !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.static-top-widget i {
    font-size: 25px;
}

.font-white {
    color: #ffffff !important;
}

.widget-1 .widget-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.widget-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-round {
    padding: 10px;
}

.widget-round.primary {
    background-color: rgba(36, 105, 92, 0.1);
    color: #24695c;
}

.widget-round.secondary {
    background-color: rgba(186, 137, 93, 0.1);
    color: #ba895d;
}

.widget-round.warning {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.widget-round.danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.modern-stat-card {
    background-color: #24695c;
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.modern-stat-card:hover {
    transform: translateY(-5px);
}

.modern-stat-card .p-20 {
    padding: 25px;
    z-index: 2;
    position: relative;
}

.modern-stat-card .opacity-70 {
    opacity: 0.8;
    font-size: 14px;
}

.modern-stat-card .icon-background {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
    overflow: hidden;
}

.modern-stat-card .icon-background i {
    width: 80% !important;
    height: 80% !important;
    stroke: #ffffff;
    stroke-width: 1px;
    opacity: 0.15;
    transform: rotate(-15deg) translateX(10px);
}

/* end dmember */



/* dark mode */

.dark-mode .card-custom {
    background-color: #1e1e1e !important;
    border-color: #333333;
}

