/* Minification failed. Returning unminified contents.
(353,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(447,5): run-time error CSS1035: Expected colon, found '}'
(1184,25): run-time error CSS1046: Expect comma, found '0'
(1184,29): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background-color: #FEF8E9;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #3a3a3c;
}

p {
    font-weight: 400;
}

a {
    color: #ef9b0f;
    cursor: pointer;
}


.fa-edit, .fa-trash, .fa-download, .fa-eye, .fa-upload {
    color: #ef9b0f !important;
}

h2 {
    font-size: 25px;
}

.bg-light {
    background-color: #fff !important;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.btn-alternative {
    background-color: #2084ff;
    padding: 7px 30px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}

    .btn-alternative:hover {
        background-color: #1b5aa6;
        color: #fff;
    }

.text-light {
    color: #fff;
}

/* pseudo elements */
.form-control::placeholder {
    font-size: 14px;
}

.form-section .page-header .logo {
    max-width: 250px;
}

.form-section .form-header img {
    max-width: 150px;
}

.form-section input,
.form-section select {
    background-color: #e6e6e6;
    border-radius: 0;
    border: 1px solid #ef9b0f;
    min-height: 55px;
}

    .form-section input.error,
    .form-section select.error {
        border: 2px solid #ee4b2b;
    }

.form-section .error-message {
    font-size: 12px;
    color: #842029;
}

.form-message {
    padding: 12px;
    font-size: 14px;
}

    .form-message .close img {
        max-width: 10px;
        float: right;
        margin-top: 5px;
    }

    .form-message.error {
        background: #f8d7da;
        color: #842029;
    }

    .form-message.success {
        background: #90EE90;
        color: #3a3a3c;
    }

.form-section .btn-primary {
    background: #ef9b0f;
    border-radius: 0;
    min-height: 55px;
    border: none;
    font-size: 19px;
    font-weight: 500;
}

.form-section .login-form {
    max-width: 450px;
    margin-top: 13vh;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    /* Adjust as needed */
    background: no-repeat center center scroll;
    background-size: cover;
}

/* Dashboard Page */
.sidebar {
    background-color: #78581f;
    min-height: 100vh;
}

.sidebar-small {
    background-color: #78581f;
    min-height: 100vh;
}

    .sidebar ul,
    .sidebar-small ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.sidebar-header .logo {
    max-width: 220px;
}

.sidebar-menu-toggle {
    float: right;
}

img.menu-icon {
    max-width: 15px;
    position: relative;
    top: -2px;
}

.sidebar-small .main-menu > li .menu-title {
    padding: 5px 5px;
    border-left: none;
    text-align: center;
}

.sidebar-small img.menu-icon {
    max-width: 100%;
    top: 3px;
    width: 32px;
    margin: 0 auto;
}

.sidebar-small .main-menu li a.title {
    font-size: 12px;
    margin-left: 0;
}

.sidebar-small .sidebar-menu-toggle {
    float: none;
}

.sidebar-small .sidebar-header {
    float: left;
    width: 100%;
    padding: 15px 22px !important;
    border-bottom: 1px solid #7e665c;
    margin-bottom: 7px;
}

.sidebar-small div.bar {
    margin: 4px auto;
}

div.bar {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
}

.main-menu > li .menu-title {
    padding: 15px 10px;
    border: 1px solid #7e665c;
    border-left: 5px solid #78581f;
    border-bottom: none;
}

.has-submenu.active .menu-title {
    background: #815d1f;
    border-bottom: 1px solid #7e665c;
    border-left: 5px solid #ef9b0f;
}

.main-menu li a.title {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin-left: 4%;
    font-size: 15px;
}

.submenu a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin-left: 20px;
    font-size: 14px;
}

    .submenu a.grayout {
        text-decoration: none;
        color: #a9acac;
        cursor: none;
    }

.main-menu .submenu {
    display: none;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #815d1f;
}

    .main-menu .submenu li {
        margin-bottom: 4px;
    }

.main-menu .has-submenu.active .submenu {
    display: block;
}

.top-bar {
    background-color: #fadeb6;
}

.company-logo {
    padding: 5px;
    max-width: 145px;
    max-height: 55px;
}

.company-name {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.notification-area,
.calendar-area {
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    font-size: 25px;
    position: relative;
}

    .notification-area a,
    .calendar-area a {
        color: #3a3a3c;
        font-size: 19px;
        position: relative;
    }

#trigger-calendar.active::after,
#trigger-notification.active::after {
    content: ' ';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ef9b0f;
    border-radius: 50%;
    left: 15px;
    top: 1px;
}


.notification-container,
.calendar-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 0.5rem 0;
    border: 1px solid #ced4da;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 110px;
    list-style: none;
    padding: 5px;
    margin: 0;
    margin-top: -5px;
    min-width: 250px;
    font-size: 15px;
    text-align: left;
}

.notification-title,
.calendar-title {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 7px;
    padding-top: 5px;
    padding-left: 10px;
}

.notification-container ul,
.calendar-container ul {
    margin: 0;
    padding: 1px 10px;
    list-style: none;
    font-size: 14px;
}

.notification-area.open .notification-container,
.calendar-area.open .calendar-container {
    display: block;
}

.plusminus {
    position: relative;
    display: block;
    float: right;
    width: 11px;
    height: 17px;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 15px;
    &.active

{
    &:before

{
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}

&:after {
    transform: translatey(-50%) rotate(0);
}

}

&:before,
&:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: .35s;
    width: 100%;
    height: 2px;
}

&:before {
    transform: translatey(-50%);
}

&:after {
    transform: translatey(-50%) rotate(90deg);
}

}

/* Profile */
.profile-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-dropdown {
    position: relative;
    margin-left: 15px;
}

    .profile-dropdown a {
        color: #3a3a3c;
    }

.dropdown-menu-profile {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 0.5rem 0;
    border: 1px solid #ced4da;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 110px;
    list-style: none;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
    min-width: 200px;
}

.profile-dropdown a.dropdown-item:hover, .profile-dropdown a.dropdown-item:focus {
    color: #3a3a3c;
    background-color: transparent;
}

.dropdown-menu-profile li {
    margin-top: 5px;
    padding-left: 10px;
}

    .dropdown-menu-profile li:first-child {
        margin-top: 0;
    }

    .dropdown-menu-profile li.profile {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 15px;
        padding-top: 10px;
        F
    }

.dropdown-menu-profile.show {
    display: block;
}

.headermenu a.logout {
    color: #3a3a3c;
}

.dropdown-toggle::after {
    display: none;
}

.dashboard-grid {
    background-color: #fff;
    border: 2px solid #ef9b0f;
    border-radius: 10px;
}

    .dashboard-grid .grid-header p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .dashboard-grid ul {
        list-style: none;
        padding-left: 7px;
        margin-top: 10px;
        margin-bottom: 0;
    }

        .dashboard-grid ul li a {
            margin-left: 8px;
            font-size: 15px;
            color: #3a3a3c;
        }

            .dashboard-grid ul li a.grayout {
                color: #8d8888;
                text-decoration: none;
                cursor: none;
            }


            .dashboard-grid ul li a.view-more {
                margin-left: 15px !important;
            }

        .dashboard-grid ul li i {
            font-size: 12px;
        }

.equal-height {
    display: flex;
}

    .equal-height .equal-col {
        display: flex;
        flex-direction: column;
    }

        .equal-height .equal-col > * {
            flex: 1;
        }

.sidebar-small {
    display: none !important;
}

.hide-main-menu .sidebar-small {
    display: block !important;
}

.hide-main-menu .sidebar {
    display: none !important;
}

.messages .alert {
    background: #fff;
    padding: 8px;
}

    .messages .alert span {
        font-weight: 400;
    }

/* Alert message colors */

.messages .alert-success {
    color: #4aa249 !important;
    border: 2px solid #4aa249;
}

.messages .alert-danger {
    color: red !important;
    border: 2px solid red;
}

.messages .alert-warning {
    color: #fff3cd !important;
    border: 2px solid #fff3cd;
}

.messages .alert-info {
    color: blue !important;
    border: 2px solid blue;
}

.alert-dismissible .btn-close {
    padding: 10px 15px !important;
    top: 3px;
    font-size: 13px;
}

.messages .alert i {
    margin-right: 15px;
    margin-left: 5px;
}


.breadcrumb i {
    margin-right: 5px;
}

.breadcrumb a {
    color: #3a3a3c;
    text-decoration: none;
}

/* Form style */

#editor {
    background-color: #fff;
}

label.form-label {
    margin-bottom: 0;
    font-size: 13px;
}

.form-control,
.form-select {
    min-height: 45px;
    border-radius: 3px;
}

button.btn, a.btn {
    padding: 10px 32px;
    border-radius: 3px;
}

.btn-primary {
    background-color: #ee9b0f;
    border-color: #ee9b0f;
}

    .btn-primary:hover {
        background-color: #c17f0c;
        border-color: #c17f0c;
    }

    .btn-primary:disabled {
        background-color: #a9a9a9;
        border-color: #a9a9a9;
    }

.btn-success {
    background-color: #00abf5;
    border-color: #00abf5;
}

    .btn-success:hover {
        background-color: #0286bf;
        border-color: #0286bf;
    }

    .btn-success:disabled {
        background-color: #a9a9a9;
        border-color: #a9a9a9;
    }

.btn-danger {
    background-color: #f85641;
    border-color: #f85641;
}

    .btn-danger:hover {
        background-color: #cd4938;
        border-color: #cd4938;
    }

    .btn-danger:disabled {
        background-color: #a9a9a9;
        border-color: #a9a9a9;
    }

.btn-green {
    background-color: #1cbe29;
    border-color: #1cbe29;
    color: #fff;
}

    .btn-green:hover {
        background-color: #1a9c15;
        border-color: #1a9c15;
        color: #fff;
    }

    .btn-green:disabled {
        background-color: #a9a9a9;
        border-color: #a9a9a9;
    }
.btn-white {
    background-color: #fff;
    border-color: #3c3a3a;
    color: #000;
}

    .btn-white:hover {
        background-color: #fff;
        border-color: #3c3a3a;
        color: #000;
    }


table {
    background-color: #fff;
}

.dataTables_info {
    font-weight: 400;
}

table.dataTable thead th {
    text-align: center !important;
}

#mwbTable {
    margin-bottom: 25px !important;
}

td {
    font-weight: 400;
}

.page-link {
    color: #3a3a3c;
}

    .active > .page-link,
    .page-link.active {
        background-color: #ef9b0f;
        border-color: #ef9b0f;
    }

.hide {
    display: none;
}

.background-img {
    background-image: url(../../../Content/assets/images/Advertisment-usat.jpg);
}

/* Tabs */

.nav.nav-tabs .nav-link {
    color: #3a3a3c;
}

.nav-link {
    position: relative;
    padding: 10px 15px;
    border: none !important;
    color: #3a3a3c;
}

    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ef9b0f;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .nav-link.active::after {
        transform: scaleX(1);
    }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: none;
    color: #3a3a3c;
}

.inner-tabs.nav.nav-tabs .nav-link {
    font-size: 15px;
}

/* Custom CSS for the switch */
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-xs:before,
    .btn-toggle.btn-xs:after {
        display: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle.active {
        background-color: #29b5a8;
    }

    .btn-toggle.btn-lg {
        margin: 0 5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 2.5rem;
        width: 5rem;
        border-radius: 2.5rem;
    }

        .btn-toggle.btn-lg:focus,
        .btn-toggle.btn-lg.focus,
        .btn-toggle.btn-lg:focus.active,
        .btn-toggle.btn-lg.focus.active {
            outline: none;
        }

        .btn-toggle.btn-lg:before,
        .btn-toggle.btn-lg:after {
            line-height: 2.5rem;
            width: 5rem;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-lg:before {
            content: 'Off';
            left: -5rem;
        }

        .btn-toggle.btn-lg:after {
            content: 'On';
            right: -5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-lg > .handle {
            position: absolute;
            top: 0.3125rem;
            left: 0.3125rem;
            width: 1.875rem;
            height: 1.875rem;
            border-radius: 1.875rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-lg.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-lg.active > .handle {
                left: 2.8125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-lg.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-lg.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-lg.btn-sm:before,
        .btn-toggle.btn-lg.btn-sm:after {
            line-height: 0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.6875rem;
            width: 3.875rem;
        }

        .btn-toggle.btn-lg.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-lg.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-lg.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-lg.btn-xs:before,
        .btn-toggle.btn-lg.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-sm {
        margin: 0 0.5rem;
        padding: 0;
        position: relative;
        border: none;
        height: 1.5rem;
        width: 3rem;
        border-radius: 1.5rem;
    }

        .btn-toggle.btn-sm:focus,
        .btn-toggle.btn-sm.focus,
        .btn-toggle.btn-sm:focus.active,
        .btn-toggle.btn-sm.focus.active {
            outline: none;
        }

        .btn-toggle.btn-sm:before,
        .btn-toggle.btn-sm:after {
            line-height: 1.5rem;
            width: 0.5rem;
            text-align: center;
            font-weight: 600;
            font-size: 0.55rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-sm:before {
            content: 'Off';
            left: -0.5rem;
        }

        .btn-toggle.btn-sm:after {
            content: 'On';
            right: -0.5rem;
            opacity: 0.5;
        }

        .btn-toggle.btn-sm > .handle {
            position: absolute;
            top: 0.1875rem;
            left: 0.1875rem;
            width: 1.125rem;
            height: 1.125rem;
            border-radius: 1.125rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-sm.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-sm.active > .handle {
                left: 1.6875rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-sm.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-sm.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-sm.btn-sm:before,
        .btn-toggle.btn-sm.btn-sm:after {
            line-height: -0.5rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.4125rem;
            width: 2.325rem;
        }

        .btn-toggle.btn-sm.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-sm.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-sm.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-sm.btn-xs:before,
        .btn-toggle.btn-sm.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-xs {
        margin: 0 0;
        padding: 0;
        position: relative;
        border: none;
        height: 1rem;
        width: 2rem;
        border-radius: 1rem;
    }

        .btn-toggle.btn-xs:focus,
        .btn-toggle.btn-xs.focus,
        .btn-toggle.btn-xs:focus.active,
        .btn-toggle.btn-xs.focus.active {
            outline: none;
        }

        .btn-toggle.btn-xs:before,
        .btn-toggle.btn-xs:after {
            line-height: 1rem;
            width: 0;
            text-align: center;
            font-weight: 600;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: absolute;
            bottom: 0;
            transition: opacity 0.25s;
        }

        .btn-toggle.btn-xs:before {
            content: 'Off';
            left: 0;
        }

        .btn-toggle.btn-xs:after {
            content: 'On';
            right: 0;
            opacity: 0.5;
        }

        .btn-toggle.btn-xs > .handle {
            position: absolute;
            top: 0.125rem;
            left: 0.125rem;
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 0.75rem;
            background: #fff;
            transition: left 0.25s;
        }

        .btn-toggle.btn-xs.active {
            transition: background-color 0.25s;
        }

            .btn-toggle.btn-xs.active > .handle {
                left: 1.125rem;
                transition: left 0.25s;
            }

            .btn-toggle.btn-xs.active:before {
                opacity: 0.5;
            }

            .btn-toggle.btn-xs.active:after {
                opacity: 1;
            }

        .btn-toggle.btn-xs.btn-sm:before,
        .btn-toggle.btn-xs.btn-sm:after {
            line-height: -1rem;
            color: #fff;
            letter-spacing: 0.75px;
            left: 0.275rem;
            width: 1.55rem;
        }

        .btn-toggle.btn-xs.btn-sm:before {
            text-align: right;
        }

        .btn-toggle.btn-xs.btn-sm:after {
            text-align: left;
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:before {
            opacity: 0;
        }

        .btn-toggle.btn-xs.btn-sm.active:after {
            opacity: 1;
        }

        .btn-toggle.btn-xs.btn-xs:before,
        .btn-toggle.btn-xs.btn-xs:after {
            display: none;
        }

    .btn-toggle.btn-secondary {
        color: #6b7381;
        background: #bdc1c8;
    }

        .btn-toggle.btn-secondary:before,
        .btn-toggle.btn-secondary:after {
            color: #6b7381;
        }

        .btn-toggle.btn-secondary.active {
            background-color: #ff8300;
        }

.form-errors {
    color: red;
    padding: 10px 15px;
    border: 1px solid red;
    background: rgb(255 0 0 / 5%);
    margin-top: 15px;
}

    .form-errors p {
        margin-bottom: 0;
    }

.hide-search .dataTables_filter {
    display: none;
}

.form-control[type=file] {
    min-height: auto;
}



.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    /* semi-transparent white background */
    z-index: 9999;
    /* ensure it's above other content */
}

/* Loader animation */
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner-border {
    color: #ff8300 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.autocomplete-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 100px;
    overflow-y: scroll;
    border: 1px solid #bbb8b8;
    box-shadow: 2px 2px 9px 2px #dfdfdf;
    position: absolute;
    width: 100%;
}

    .autocomplete-list li {
        padding-left: 10px;
        font-weight: 400;
    }

        .autocomplete-list li:hover {
            background-color: #1967d2;
            color: #fff;
            cursor: pointer;
        }

.bg-theme-orange {
    background-color: #ee9b0f;
    color: #fff;
}

.bottom-25 {
    bottom: 25px;
}

.display-none {
    display: none;
}

.dt-paging-button.page-item.active {
    color: #fff;
}

.accordion-button.collapsed {
    box-shadow: none !important;
    background: #f2f4f7 !important;
    color: #212529 !important;
}

.accordion-button {
    font-weight: 600;
    box-shadow: none !important;
    background: #ef9b0f !important;
    color: #fff !important;
}


.icon-accordion .accordion-button::after {
    content: '';
    background-image: url('data:image/svg+xml,');
    transition: transform 0.2s ease-in-out;
}

.icon-accordion .accordion-button:not(.collapsed) .plus-icon {
    display: none;
}

.icon-accordion .accordion-button:not(.collapsed) .minus-icon {
    display: inline-block;
}

.icon-accordion .plus-icon {
    display: inline-block;
}

.icon-accordion .minus-icon {
    display: none;
}

.accordion-button .plan-names span {
    margin-left: 30px;
    color: #fff;
    min-width: 60px;
    display: inline-block;
    text-align: center;
}

.accordion-button.collapsed .plan-names span {
    color: #898989;
}

label.required:after {
    content: " *";
    color: red;
}

.voidRow td {
    background-color: #fa03037a !important;
    color: maroon !important;
}

    .voidRow td a {
        color: maroon !important;
    }

.greenRow td {
    background-color: #90EE90 !important;
}

button.greenRow {
    background-color: #90EE90 !important;
}

.grayRow td {
    background-color: #cdd0d1 !important;
}

button.grayRow {
    background-color: #cdd0d1 !important;
}

.fa.greenRow {
    color: #437043 !important;
}

.fa.grayRow {
    color: #454747 !important;
}


i[class=fa]::before {
    background: transparent;
}

a.dropdown-item:hover,
a.dropdown-item:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #ef9b0f;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: none;
    box-shadow: none;
}

.select2-container .select2-selection--single {
    height: 45px !important;
    padding-top: 10px;
}

.imagePreviewContainer {
    width: 100%;
    height: 300px;
    border: 1px solid #000;
    position: relative;
    overflow: hidden;
}

.imagePreview {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    text-align: center;
}

.header-bar .top-bar {
    min-height: 75px;
    text-align: center;
}

    .header-bar .top-bar .col-8 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.sidebar .main-menu {
    max-height: calc(100vh - 75px);
    /*overflow-y: scroll;*/
}

.sidebar-header {
    min-height: 75px;
}

.caret {
    font-size: 25px;
    color: #fff;
}

.hide-main-menu .caret {
    margin-top: 10px;
}


.inline-links-editor {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

    .inline-links-editor li {
        display: inline-block;
        margin-right: 15px;
    }

/* Toaster message */
.toast-container {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
}

    .toast-container.bottom-right {
        bottom: 20px;
        right: 20px;
    }

    .toast-container.bottom-left {
        bottom: 20px;
        left: 20px;
    }

    .toast-container.top-right {
        top: 20px;
        right: 20px;
    }

    .toast-container.top-left {
        top: 20px;
        left: 20px;
    }

    .toast-container.center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .toast-container.center-bottom {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

.toast-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    z-index: 1000;
    pointer-events: auto;
    margin-top: 10px;
}

    .toast-message .toast-content p {
        margin-bottom: 0;
    }

    .toast-message .close-btn {
        background: none;
        border: none;
        font-size: 1.2rem;
        cursor: pointer;
        margin-left: 10px;
    }

    .toast-message.error {
        background-color: #f8d7da;
        border-left: 5px solid #dc3545;
    }

    .toast-message.success {
        background-color: #d4edda;
        border-left: 5px solid #28a745;
    }

    .toast-message.warning {
        background-color: #fff3cd;
        border-left: 5px solid #ffc107;
    }

.reports-grid .create-report {
    width: 100%;
    margin-top: 30px;
}

.breadcrumb-item.clickable:hover {
    cursor: pointer
}


/* Style for the multi-column dropdown */
.dd-multi .dropdown-menu {
    /*min-width: 800px;*/
    max-height: 300px !important;
    overflow-y: auto !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 250px;
    overflow-x: hidden;
}

/* Table-like header styles */
.table-header {
    display: flex;
    font-weight: bold;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}


/* Table-like row styles */
.row-item {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    padding: 8px;
}

    .row-item:last-child {
        border-bottom: none;
    }

.column {
    flex: 1;
    min-width: 150px;
    text-align: left;
    padding: 0 10px;
}

.row-item:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.dropdown-container {
    position: relative;
}
/*
    .dropdown-container::before {
        cursor: pointer;
        position: absolute;
        right: 0;
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        height: 45px;
        width: 45px;
        border: 1px solid #dee2e6;
        font-weight: 900;
        text-align: center;
        padding: 8px;
        background: #f6f6f6;
    }

*/
/* Style for the multi-column dropdown End */

.form-control, .form-select {
    border: 1px solid #7a7a7a85;
}

    .form-control:focus, .form-select:focus {
        border: 1px solid #7a7a7a85;
        box-shadow: none;
    }

.select2-selection {
    border: 1px solid #7a7a7a85 !important;
}

.select2-container--open .select2-selection {
    border: 1px solid #ced4da !important;
}

.select2-container--open .select2-search__field {
    border: 1px solid #7a7a7a85 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #7a7a7a85 !important;
}

    input,
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
        box-shadow: none !important;
    }


.dataTable .form-switch {
    justify-content: center !important;
    align-items: center !important;
    display: flex !important;
    padding-left: 0 !important;
}

.dataTable .form-check-input {
    margin: 0 !important;
}

.form-check-input:checked {
    background-color: #ff8300;
    border-color: #ff8300;
}

@media (max-width: 768px) {
    .dashboard-grid .grid-header p {
        display: none;
    }
}
.small-textarea{
    max-height: 45px;
}

.boolean-control .btn-toggle.btn-sm:before {
    content: 'No' !important;
}
.boolean-control .btn-toggle.btn-sm:after {
    content: 'Yes' !important;
}
/*
.sidebar .main-menu {
    scrollbar-width: thin;
    scrollbar-color: #fadeb642 transparent;
}

    .sidebar .main-menu::-webkit-scrollbar {
        width: 3px;
    }

    .sidebar .main-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar .main-menu::-webkit-scrollbar-thumb {
        background-color: #fadeb642;
        border-radius: 4px;
        border: none;
    }*/


select + .select2-container--bootstrap-5 {
    width: 100% !important;
}

.form-check-input {
    border: 1px solid #313234;
}

