﻿/*Begin::Menu UI*/
[data-bs-theme=light] {
    --bs-app-bg-color: #ffffff;
    --bs-app-blank-bg-color: #ffffff;
    --bs-app-header-sticky-bg-color: #ffffff;
    --bs-app-header-primary-base-bg-color: #ffffff;
    --bs-app-header-primary-sticky-bg-color: #ffffff;
    --bs-app-header-primary-sticky-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
    --bs-app-header-secondary-base-bg-color: #ffffff;
    --bs-app-header-secondary-base-border-top: 1px solid #E4E7F0;
    --bs-app-header-secondary-base-border-bottom: 1px solid #E4E7F0
}


.app-header-menu .menu .menu-item > .menu-link.active {
    color: #00b2ff !important;
}

/*End::Menu UI*/


.custom-alert {
    max-width: 320px;
    width: 100%;
    position: fixed !important;
    max-height: 100vh;
    z-index: 9999;
    pointer-events: none;
    right: 15px;
    top: 15px;
}

.secLoader {
    display: none;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 100 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .secLoader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media screen and (max-width: 650px) {
    .menuLinkForMobileDevice {
        display: flex !important;
    }

    .menuLinkForOtherDevice {
        display: none !important;
    }
    /* show it on small screens */
}

@media screen and (min-width: 651px) and (max-width: 2000px) {
    .menuLinkForMobileDevice {
        display: none !important;
    }

    .menuLinkForOtherDevice {
        display: flex !important;
    }
    /* hide it elsewhere */
}

@media screen and (max-width: 990px) {
    .pagination {
    }
}

@media (min-width:320px) {
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:480px) {
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:600px) {
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:801px) {
    .header-logo {
        height: 58px !important;
        width: auto !important;
    }

    .auth-logo {
        width: 100%;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:1025px) {
    .header-logo {
        height: 70px !important;
        width: auto !important;
    }

    .auth-logo {
        width: auto;
        margin-bottom: 30px;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

@media (min-width:1281px) {
    .header-logo {
        height: 70px !important;
        width: auto !important;
    }

    .auth-logo {
        width: auto;
        margin-bottom: 30px;
    }

        .auth-logo > img {
            height: 150px;
            width: auto;
        }
}

.btn.btn-lg {
    --bs-btn-border-radius: 0.92rem !important;
}

.badge-light-warning {
    color: #FFA500;
    background-color: rgba(255, 165, 0, 0.2);
}

.breadCrumpBorder {
    border-bottom: var(--bs-app-separator-border);
}

/*Table Borders*/
.table thead tr th {
    background: #f0f0f0 !important;
}

.table, .table tr {
    border-color: var(--bs-gray-300) !important;
}

    .table tbody tr:hover {
        background: #f9f9f8 !important;
    }

    .table tbody tr:nth-child(2n+2) {
        background: #fbfbfa !important;
    }

table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 .50rem;
}

table tbody tr:last-child td:last-child {
    border-radius: 0 0 .50rem 0;
}

.table thead tr th:first-child {
    border-radius: .50rem 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 .50rem 0 0;
}


.table thead tr th:last-child {
    border-right: 0;
}

.table tbody tr td:last-child {
    border-right: 0;
}

.table tbody tr td {
    padding: .5rem !important;
}

/*checkbox checked*/
.btn-check:checked + .btn.btn-outline.btn-outline-dashed {
    border: 2px dashed !important;
    background-color: #f8f5ff !important;
    border-color: var(--bs-text-primary) !important;
}

.modal-header, .modal-footer {
    padding: 10px 25px !important;
}
