﻿.login-background {
    background: url(../Images/body-background.png);
    background-color: rgb(0 0 0 / 3%);
}

.login-card {
    min-height: 400px;
    border-radius: 20px !important;
}

.login-logo {
    padding-top: 20px;
}

.login-header {
    position: absolute;
    display: block;
    top: 0;
}

.login-header, .login-footer {
    margin-left: 0px !important;
    background: #343a40;
    color: #ffffff;
    border-top: none;
    width: 100%;
    padding: 16px;
    min-height: 50px;
}

    .login-header span {
        color: #ffffff;
    }

.login-footer {
    border-top: none;
    position: absolute;
    display: block;
    bottom: 0;
}

.clsMandatory {
    color: #ff0000 !important;
    font-size:13px
}

/* Style for mandatory field with asterick */
.mandatory-indicator {
    color: #ff851b;
    font-size: 14px;
    cursor: pointer;
}

/* Style for the generate default password key icon */
.keyGeneratorHref {
    color: gold;
    cursor: pointer;
}

.block-quotes {
    background: #eee;
    font-style: normal;
    border-left: .3rem solid skyblue;
    padding: 10px 10px 10px 10px;
    min-height: 50px;
    font-size: 13px;
}

/* Style for action page buttons */
.btn-action {
    padding: 6px 20px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.footerResize {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnLogin {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(45deg, #29323c 10%, #2196F3 90%);
    background-size: 200% 100%;
    padding: 0.5rem 1.5rem;
    color: white;
    border-radius: 100px;
    font-size: 1rem;
    transition: .5s;
    box-shadow: 0 4px 15px 0 rgb(45 54 65 / 25%);
    margin: 0 80px;
    width: 50% !important;
}

.bsk-btn-default {
    color: #333;
    background-color: #eee;
    border-color: #eee;
}

.bsk-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btnReset, .btnReset:focus {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(45deg, dimgrey 10%, #cccccc 90%);
    background-size: 200% 100%;
    padding: 0.5rem 1.5rem;
    color: white;
    border-radius: 100px;
    font-size: 1rem;
    transition: .5s;
    box-shadow: 0 4px 15px 0 rgb(45 54 65 / 25%);
    margin: 0 80px;
    width: 50% !important;
    text-align: center;
}

    /*.btnLogin:hover, .btnReset:hover {
        background: #00234B;
        color: #fff;
    }*/

.br-10 {
    border-radius: 10px !important;
}

.br-20 {
    border-radius: 20px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mr-20 {
    margin-right: 20px;
}

.mg-10 {
    margin: 10px;
}

.mg-20 {
    margin: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pd-0 {
    padding: 0 !important;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px !important;
}

.pd-50 {
    padding: 50px !important;
}

.m-lr-auto {
    margin: 0 auto !important;
}

.m-10 {
    margin: 10px;
}

.m-20 {
    margin: 20px;
}

.p-20 {
    padding: 20px;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-85 {
    width: 85% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}

.bc-white {
    border-color: #fff !important;
}

.color-white {
    color: #fff !important;
}

.text-semibold {
    font-weight: 500;
}

.text-wrap {
    word-wrap: break-word !important;
}

.border-none {
    border: none !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient-lightblue {
    background: #60a8cd linear-gradient(180deg,#81c1dd,#60a8cd) repeat-x !important;
    color: #fff;
}

.box-action {
    box-shadow: 0px 1px 22px -12px #607d8b !important;
    border: 2px solid rgba(0,0,0,.125) !important;
}

/* New Toggle Design */
.custom-switch .custom-control-label::before {
    width: 2.75rem !important;
    border-radius: 2rem !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #2e6da4 !important;
    background-color: #337ab7 !important;
    box-shadow: none;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    border-color: #ced4da !important;
    background-color: #e9ecef !important;
}

.custom-switch .custom-control-label::before {
    left: -3.25rem !important;
}

.custom-control-label::before {
    background-color: #fff !important;
    height: 1.45rem !important;
    top: 0.1rem !important;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0) !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff !important;
    transform: translateX(1.3rem) !important;
}

.custom-switch .custom-control-label::after {
    top: calc(0.18rem + 2px) !important;
    left: calc(-3.15rem + 2px) !important;
    width: calc(1rem) !important;
    height: calc(1rem) !important;
}
/* //////////////////////////////////////////////////////   */

.page-title {
    display: flex;
}

/* ------------------------------------------------------------------------------
*
*  # Breadcrumb component
*
*  Overrides for breadcrumb bootstrap component
*
* ---------------------------------------------------------------------------- */
.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 !important;
    background-color: transparent !important;
}

    .breadcrumb > li {
        position: relative;
    }

        /*.breadcrumb > li > a {
    color: #333333;
}*/

        .breadcrumb > li > a:hover,
        .breadcrumb > li > a:focus {
            opacity: 0.85;
            filter: alpha(opacity=85);
        }

        .breadcrumb > li i {
            display: inline-block;
        }

        .breadcrumb > li > .dropdown-menu {
            margin-top: 0;
            margin-left: 5px;
        }

        .breadcrumb > li:first-child > .dropdown-menu {
            margin-left: 0;
        }

        .breadcrumb > li > .dropdown-menu-right {
            margin-left: 0;
            margin-right: -10px;
        }

        .breadcrumb > li:hover > .dropdown-menu {
            display: block;
        }

        .breadcrumb > li.location-text {
            margin-right: 7px;
        }

            .breadcrumb > li.location-text + li:before {
                content: none;
            }

            .breadcrumb > li.location-text + li > .dropdown-menu {
                margin-left: 0;
            }

@media (max-width: 768px) {
    .heading-elements .breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
    }

    /*.breadcrumb > li {
        position: static;
    }*/

    .breadcrumb > li .dropdown-menu {
        width: 100%;
        margin: 0;
        border-radius: 0;
        border-width: 1px 0;
    }

        .breadcrumb > li .dropdown-menu > li {
            position: static;
        }

    .breadcrumb .dropdown-submenu > .dropdown-menu {
        position: static;
    }
}

.page-title .breadcrumb {
    /* float: right; */
    display: inline-flex;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #cbd2d9;
    margin: 0;
    padding-bottom: 0;
}

.breadcrumbItem {
    background: #fff;
    color: #333;
    outline: none;
    padding: 5px 15px;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}


    .breadcrumbItem:hover:after,
    .breadcrumbItem:hover {
        background: #edf1f5;
    }

    .breadcrumbItem:focus:after,
    .breadcrumbItem:focus,
    .breadcrumbItem.active:focus {
        background: #323f4a;
        color: #fff;
    }

    .breadcrumbItem:after,
    .breadcrumbItem:before {
        background: white;
        bottom: 0;
        clip-path: polygon(50% 50%, -50% -50%, 0 100%);
        content: "";
        left: 100%;
        position: absolute;
        top: 0;
        transition: background 0.2s linear;
        width: 1em;
        z-index: 1;
    }

    .breadcrumbItem:before {
        background: #cbd2d9;
        margin-left: 1px;
    }

    .breadcrumbItem:last-child {
        border-right: none;
    }

.page-title .breadcrumb.position-right {
    margin-left: 28px;
}

.page-header-content > .breadcrumb {
    padding-top: 0;
    padding-bottom: 16px;
}

    .page-header-content > .breadcrumb:first-child {
        padding-bottom: 0;
        padding-top: 16px;
    }

.breadcrumb-dash > li + li:before {
    content: '\2013\00a0';
}

.breadcrumb-arrow > li + li:before {
    content: '\2192\00a0';
}

.breadcrumb-arrows > li + li:before {
    content: '\00bb\00a0';
}

.breadcrumb-caret > li + li:before {
    content: '\203A\00a0';
}

.breadcrumb-line {
    position: inherit;
    line-height: 20px;
    text-align: right;
    margin: auto;
}

    .breadcrumb-line:after {
        content: '';
        display: table;
        clear: both;
    }

.page-header-content + .breadcrumb-line {
    border-bottom-width: 0;
    border-top: 1px solid #ddd;
}

.page-header-transparent .page-header-content + .breadcrumb-line {
    border-bottom-width: 1px;
    margin-bottom: 20px;
}

.breadcrumb-line .breadcrumb {
    margin-right: 56px;
}

.breadcrumb-menu-title {
    font-size: 20px;
    float: left;
    min-width: 271px;
    font-weight: 800;
    flex: 1;
    text-align: left;
}

@media (min-width: 769px) {
    .breadcrumb-line .breadcrumb {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .breadcrumb-line {
        z-index: 998;
        order: 2;
        text-align: left;
        padding-top: 10px
    }

    .page-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .breadcrumb-menu-title {
        order: 1;
    }
}

.page-header-transparent .breadcrumb-line {
    background-color: #fff;
}

.page-header-transparent .breadcrumb-line-component {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
}

    .page-header-transparent .breadcrumb-line-component > .breadcrumb-elements {
        margin-right: 0;
    }

.breadcrumb-line[class*=bg-] a,
.breadcrumb-line[class*=bg-] i {
    color: inherit;
}

.breadcrumb > .active {
    color: #333333 !important;
}

.breadcrumb-line[class*=bg-] .breadcrumb > .active,
.breadcrumb-line[class*=bg-] .breadcrumb > li + li:before {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb-line[class*=bg-] .breadcrumb-elements {
    border-top-color: rgba(255, 255, 255, 0.1);
}

    .breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a {
        color: #fff;
    }

.breadcrumb-line-component {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-header .breadcrumb-line-component {
    margin-left: 20px;
    margin-right: 20px;
    background-color: #fcfcfc;
}

.page-header > .breadcrumb-line-component {
    border-width: 1px;
}

    .page-header > .breadcrumb-line-component:first-child {
        margin-top: 20px;
        margin-bottom: 0;
    }

.breadcrumb-line-component .breadcrumb {
    margin-left: 15px;
}

.breadcrumb-line-component .breadcrumb-elements {
    margin-right: 0;
}

    .breadcrumb-line-component .breadcrumb-elements > li:last-child > .dropdown-menu-right {
        right: -1px;
    }

.breadcrumb-elements {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    font-size: 0;
}

    .breadcrumb-elements:after {
        content: '';
        display: table;
        clear: both;
    }

    .breadcrumb-elements > li {
        display: inline-block;
        position: static;
        font-size: 13px;
    }

        .breadcrumb-elements > li > a {
            display: block;
            padding: 8px 15px;
            color: #333333;
        }

            .breadcrumb-elements > li.open > a,
            .breadcrumb-elements > li > a:hover,
            .breadcrumb-elements > li > a:focus {
                opacity: 0.75;
                filter: alpha(opacity=75);
            }

    .breadcrumb-elements .dropdown-menu {
        margin-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

@media (max-width: 768px) {
    .breadcrumb-elements .dropdown-menu {
        left: 0;
        right: 0;
        border-width: 1px 0;
        border-radius: 0;
    }

        .breadcrumb-elements .dropdown-menu > li > a {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.breadcrumb-elements .dropup > .dropdown-menu {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.breadcrumb-elements [data-toggle="collapse"] {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
}

@media (min-width: 769px) {
    .breadcrumb-elements {
        float: right;
        margin-right: 20px;
        text-align: inherit;
        border-top: 0;
    }

        .breadcrumb-elements.collapse {
            display: block;
            visibility: visible;
        }

        .breadcrumb-elements > li {
            float: left;
        }

            .breadcrumb-elements > li,
            .breadcrumb-elements > li .btn-group {
                position: relative;
            }

        .breadcrumb-elements [data-toggle="collapse"] {
            display: none;
        }
}

@media (max-width: 768px) {
    .breadcrumb-elements {
        background-color: inherit;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 20px;
        height: 36px;
        margin-top: -18px;
    }
}

/* ------------------------------------------------------------------------------
*
*  # Filter sidebar style
*
* ---------------------------------------------------------------------------- */
.filter-sidebar-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.filter-sidebar-overlay-open {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
}

.filter-sidebar {
    z-index: 1051;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -webkit-transition: right .25s ease-in-out;
}

@media (min-width: 576px) {
    .filter-sm-sidebar {
        z-index: 1051;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        transition: right .25s ease-in-out;
        -moz-transition: right .25s ease-in-out;
        -webkit-transition: right .25s ease-in-out;
    }
}

@media (min-width: 768px) {
    .filter-md-sidebar {
        z-index: 1051;
        position: fixed;
        right: -55%;
        top: 0;
        width: 55%;
        transition: right .25s ease-in-out;
        -moz-transition: right .25s ease-in-out;
        -webkit-transition: right .25s ease-in-out;
    }
}

@media (min-width: 992px) {
    .filter-lg-sidebar {
        z-index: 1051;
        position: fixed;
        right: -40%;
        top: 0;
        width: 40%;
        transition: right .25s ease-in-out;
        -moz-transition: right .25s ease-in-out;
        -webkit-transition: right .25s ease-in-out;
    }
}

@media (min-width: 1200px) {
    .filter-xl-sidebar {
        z-index: 1051;
        position: fixed;
        right: -42.5%;
        top: 0;
        width: 42.5%;
        transition: right .25s ease-in-out;
        -moz-transition: right .25s ease-in-out;
        -webkit-transition: right .25s ease-in-out;
    }
}

.filter-sidebar-open {
    right: 0;
    transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -webkit-transition: right .25s ease-in-out;
}

.filter-sidebar::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
}

.filter-sidebar-heading {
    font-size: 1.25rem;
}

body.text-sm .filter-sidebar {
    bottom: calc(2.9365rem + 1px);
    top: calc(2.93725rem + 1px);
}

.main-header.text-sm ~ .filter-sidebar {
    top: calc(2.93725rem + 1px);
}

.main-footer.text-sm ~ .filter-sidebar {
    bottom: calc(2.9365rem + 1px);
}

.filter-sidebar-push-slide .content-wrapper,
.filter-sidebar-push-slide .main-footer {
    transition: margin-right 0.3s ease-in-out;
}

.filter-sidebar-open .filter-sidebar {
    display: block !important;
}

    .filter-sidebar-open .filter-sidebar, .filter-sidebar-open .filter-sidebar::before {
        right: 0;
    }

.filter-sidebar-open.filter-sidebar-push .content-wrapper,
.filter-sidebar-open.filter-sidebar-push .main-footer, .filter-sidebar-open.filter-sidebar-push-slide .content-wrapper,
.filter-sidebar-open.filter-sidebar-push-slide .main-footer {
    margin-right: 250px;
}

.filter-sidebar-slide-open .filter-sidebar {
    display: block;
}

    .filter-sidebar-slide-open .filter-sidebar, .filter-sidebar-slide-open .filter-sidebar::before {
        right: 0;
        transition: right 0.3s ease-in-out, display 0.3s ease-in-out;
    }

.filter-sidebar-slide-open.filter-sidebar-push .content-wrapper,
.filter-sidebar-slide-open.filter-sidebar-push .main-footer, .filter-sidebar-slide-open.filter-sidebar-push-slide .content-wrapper,
.filter-sidebar-slide-open.filter-sidebar-push-slide .main-footer {
    margin-right: 250px;
}

.filter-sidebar-dark {
    background-color: #343a40;
}

    .filter-sidebar-dark,
    .filter-sidebar-dark a,
    .filter-sidebar-dark .nav-link {
        color: #c2c7d0;
    }

        .filter-sidebar-dark a:hover {
            color: #fff;
        }

        .filter-sidebar-dark h1,
        .filter-sidebar-dark h2,
        .filter-sidebar-dark h3,
        .filter-sidebar-dark h4,
        .filter-sidebar-dark h5,
        .filter-sidebar-dark h6,
        .filter-sidebar-dark label {
            color: #fff;
        }

        .filter-sidebar-dark .nav-tabs {
            background-color: rgba(255, 255, 255, 0.1);
            border-bottom: 0;
            margin-bottom: 5px;
        }

            .filter-sidebar-dark .nav-tabs .nav-item {
                margin: 0;
            }

            .filter-sidebar-dark .nav-tabs .nav-link {
                border-radius: 0;
                padding: 10px 20px;
                position: relative;
                text-align: center;
            }

                .filter-sidebar-dark .nav-tabs .nav-link, .filter-sidebar-dark .nav-tabs .nav-link:hover, .filter-sidebar-dark .nav-tabs .nav-link:active, .filter-sidebar-dark .nav-tabs .nav-link:focus, .filter-sidebar-dark .nav-tabs .nav-link.active {
                    border: 0;
                }

                    .filter-sidebar-dark .nav-tabs .nav-link:hover, .filter-sidebar-dark .nav-tabs .nav-link:active, .filter-sidebar-dark .nav-tabs .nav-link:focus, .filter-sidebar-dark .nav-tabs .nav-link.active {
                        border-bottom-color: transparent;
                        border-left-color: transparent;
                        border-top-color: transparent;
                        color: #fff;
                    }

                    .filter-sidebar-dark .nav-tabs .nav-link.active {
                        background-color: #343a40;
                    }

        .filter-sidebar-dark .tab-pane {
            padding: 10px 15px;
        }

.filter-sidebar-light {
    color: #4b545c;
    background-color: #fff;
    border-left: 1px solid #dee2e6;
}

.sidebar-mini.sidebar-collapse .sidebar .user-panel > .custom-sidebar-info {
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .user-panel > .custom-sidebar-info, .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .user-panel > .custom-sidebar-info {
    display: inline-block;
    margin-left: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible
}

/* ------------------------------------------------------------------------------
*
*  # Header style
*
* ---------------------------------------------------------------------------- */
.content-header {
    padding: 10px .5rem 5px .5rem !important;
}

/* ------------------------------------------------------------------------------
*
*  # Select2 Mutiple choice style
*
* ---------------------------------------------------------------------------- */
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    border: none !important;
    width: auto !important;
    height: 26px;
}

    .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field:focus {
        border: none !important;
        width: 100%;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 0 !important;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #1870ce !important;
    }

/* ------------------------------------------------------------------------------
*
*  # Button style
*
* ---------------------------------------------------------------------------- */
.btn-close-filter {
    font-size: 1.5rem !important;
    padding: 5px 0 0 0 !important;
}

/* ------------------------------------------------------------------------------
*
*  # Dashboard style
*
* ---------------------------------------------------------------------------- */
.dashboard-chart .card-footer {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.dashboard-chart .small-box .icon > i.fa-solid {
    font-size: 3.5rem;
    top: 30px
}

a.small-box-footer {
    cursor: pointer;
}

/* ------------------------------------------------------------------------------
*
*  # Dropdown Item style
*
* ---------------------------------------------------------------------------- */
.dropdown-item-link {
    color: #888 !important;
}

.dropdown-item:has(> .dropdown-item-link) {
    cursor: pointer;
}

    .dropdown-item:has(> .dropdown-item-link):hover .dropdown-item-link {
        color: #000 !important;
    }

/* ------------------------------------------------------------------------------
*
*  # Overflow style
*
* ---------------------------------------------------------------------------- */
.ox-auto {
    overflow-x: auto !important;
}

/* ------------------------------------------------------------------------------
*
*  # Vertical Align style
*
* ---------------------------------------------------------------------------- */
.veralign-middle {
    vertical-align: middle !important;
}

.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed !important;
    border-color: #ced4da !important;
}

.btn-group:has(input[type=checkbox]:disabled) {
    opacity: 0.65;
    pointer-events: none;
}

.toggle-wrapper:has(input[type=checkbox]:disabled),
.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::after, .custom-control-input[disabled] ~ .custom-control-label::after,
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

.custom-control-input ~ .custom-control-label::before, .custom-control-input ~ .custom-control-label::before,
.custom-control-input ~ .custom-control-label::after, .custom-control-input ~ .custom-control-label::after {
    cursor: pointer;
}

.collapsed-card:not(.expanding-card) .card-header {
    border-radius: 0.25rem;
}

/* ------------------------------------------------------------------------------
*
*  # Mini Sidebar
*  Currently using in Role Function Action Page
*
* ---------------------------------------------------------------------------- */
.mini-sidebar {
    color: #fff;
    width: 200px;
    height: 40px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: 0;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    top: 40%;
    cursor: pointer;
    transform: translate(10%) rotate(270deg);
    transition: all .5s ease-in-out;
}

    .mini-sidebar.mouse-out {
        opacity: .7;
        right: -90px;
    }

    .mini-sidebar.mouse-in {
        opacity: 1 !important;
        right: 208px !important;
        z-index: 999;
    }

.mini-sidebar-content {
    height: 200px;
    float: right;
    background-color: #fff;
    border: 1px solid #ddd;
    color: black;
    word-wrap: initial;
    text-align: left;
    font-size: 13px;
    z-index: 10;
    position: relative;
    width: 300px;
    transition: all .5s ease-in-out;
}

    .mini-sidebar-content.mouse-out {
        opacity: .7;
        right: -330px;
    }

    .mini-sidebar-content.mouse-in {
        opacity: 1 !important;
        right: -32px !important;
        z-index: 999;
    }

.mini-sidebar-container {
    top: 40%;
    position: fixed;
    right: 30px;
    transition: all .5s ease-in-out;
}

    .mini-sidebar-container:has(.mouse-in) {
        z-index: 999 !important;
    }

    .mini-sidebar-container:has(.mouse-out) {
        z-index: 1;
    }

.mini-sidebar-btn {
    padding: 5px !important;
    border-radius: 1rem !important;
    width: 100%
}

    .mini-sidebar-btn:hover {
        background-color: #f8f9fa !important;
    }

.mini-sidebar-body {
    padding: 5px 10px !important;
}

/* Mini Sidebar scrollbar */
.mini-sidebar-container .mini-sidebar-content .mini-sidebar-content-container {
    overflow-y: auto;
    height: 155px;
}

    .mini-sidebar-container .mini-sidebar-content .mini-sidebar-content-container::-webkit-scrollbar {
        width: 5px;
    }

    .mini-sidebar-container .mini-sidebar-content .mini-sidebar-content-container::-webkit-scrollbar-corner,
    .mini-sidebar-container .mini-sidebar-content .mini-sidebar-content-container::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .mini-sidebar-container .mini-sidebar-content .mini-sidebar-content-container::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
    }

/* Search Criteria scrollbar */
.filter-sidebar-body {
    max-height: 80%;
    overflow: auto;
}

    .filter-sidebar-body::-webkit-scrollbar {
        width: 5px;
    }

    .filter-sidebar-body::-webkit-scrollbar {
        background-color: transparent;
    }

    .filter-sidebar-body::-webkit-scrollbar-thumb {
        background-color: #a9a9a9;
    }

    .filter-sidebar-body .filter-sidebar-content {
        width: 95%
    }

.border-grey {
    border: 1px solid #ced4da !important;
}

.d-inline {
    display: inline !important;
}

/* ------------------------------------------------------------------------------
*
*  # Range Slider Styles
*
* ---------------------------------------------------------------------------- */
/* relevant stuff */
.range-slider-wrapper {
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    display: flex;
    flex-wrap: nowrap;
    max-width: 448px;
    width: 100%;
}

.range-slider {
    position: relative;
    width: 100%;
    margin-inline: 16px;
    height: 10px !important;
    border-radius: 5px;
    top: 10px;
}

    .range-slider input[type="range"] {
        -webkit-appearance: none;
        height: 10px !important;
        border-radius: 5px;
        background: transparent;
        outline: none;
        padding: 0 !important;
        margin: 0;
        display: inline-block !important;
        position: absolute;
        z-index: 1;
        width: 100%;
        top: calc(50% - 5px);
        pointer-events: none;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }

        /*Range Handle*/
        .range-slider input[type="range"]::-webkit-slider-thumb {
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #0e2768;
            cursor: pointer;
            transition: background .15s ease-in-out;
            -webkit-appearance: none;
            pointer-events: all;
        }

            .range-slider input[type="range"]::-webkit-slider-thumb:hover {
                background: #0c70b0;
                filter: drop-shadow(0 3px 6px #00000029);
            }

        .range-slider input[type="range"]:active::-webkit-slider-thumb {
            background: #0c70b0;
        }

        .range-slider input[type="range"]::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: #0e2768;
            cursor: pointer;
            transition: background .15s ease-in-out;
            pointer-events: all;
        }

            .range-slider input[type="range"]::-moz-range-thumb:hover {
                background: #0c70b0;
                filter: drop-shadow(0 3px 6px #00000029);
            }

        .range-slider input[type="range"]:active::-moz-range-thumb {
            background: #0c70b0;
        }

        /*Focus state*/
        .range-slider input[type="range"]:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0c70b0;
        }

/*Firefox Overrides*/
::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}


.range-slider input[type="range"] ~ input[type="range"] {
    background: transparent;
}

/*===================*/
/* Scollbar */
/*===================*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}


::-webkit-scrollbar-thumb {
    background: #a9a9a9;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/*===================*/

.img-container {
    border: 4px solid #dee2e6;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.full-width {
    width: 100%;
}

.profile-content-container {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}

.p-10-0 {
    padding: 10px 0px;
}

.pr-5px {
    padding-right: 5px;
}

.profile-container {
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
}

.swiper-slide {
    border: 4px solid #dee2e6;
    border-radius: 0.75rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0.55rem;
    }

.theme-active {
    border: 4px solid #17a2b8 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.pl-15 {
    padding-left: 15px;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

/* Color Picker */
.lf-radios input[type=radio] {
    width: 1.8em;
    height: 1.8em;
    background: none
}

    .lf-radios input[type=radio]:focus {
        box-shadow: none
    }

    .lf-radios input[type=radio]:before {
        content: " ";
        width: 2.3em;
        height: 2.3em;
        display: block;
        border-radius: 50%;
        position: relative;
        left: -0.31em;
        top: -0.3em;
        border: 2px solid rgba(0,0,0,0)
    }

    .lf-radios input[type=radio].radio-custom {
        position: relative;
        margin-left: 0;
    }

        .lf-radios input[type=radio].radio-custom:before {
            content: "\f1fb" !important;
            left: 0.31em;
            top: 0.3em;
        }
        .lf-radios input[type=radio].radio-custom:checked, .lf-radios input[type=radio].radio-custom:focus {
            border-color: var(--bs-border-color)
        }

        .lf-radios input[type=radio].radio-custom:after {
            position: absolute;
            top: 1px;
            left: 5px
        }

    .lf-radios input[type=radio].radio-blue {
        background-color: #0d6efd
    }

        .lf-radios input[type=radio].radio-blue:checked {
            border-color: #0d6efd;
            background-color: #0d6efd
        }

            .lf-radios input[type=radio].radio-blue:checked:before {
                border: 2px solid #0d6efd
            }

    .lf-radios input[type=radio].radio-indigo {
        background-color: #6610f2
    }

        .lf-radios input[type=radio].radio-indigo:checked {
            border-color: #6610f2;
            background-color: #6610f2
        }

            .lf-radios input[type=radio].radio-indigo:checked:before {
                border: 2px solid #6610f2
            }

    .lf-radios input[type=radio].radio-purple {
        background-color: #6f42c1
    }

        .lf-radios input[type=radio].radio-purple:checked {
            border-color: #6f42c1;
            background-color: #6f42c1
        }

            .lf-radios input[type=radio].radio-purple:checked:before {
                border: 2px solid #6f42c1
            }

    .lf-radios input[type=radio].radio-pink {
        background-color: #d63384
    }

        .lf-radios input[type=radio].radio-pink:checked {
            border-color: #d63384;
            background-color: #d63384
        }

            .lf-radios input[type=radio].radio-pink:checked:before {
                border: 2px solid #d63384
            }

    .lf-radios input[type=radio].radio-red {
        background-color: #dc3545
    }

        .lf-radios input[type=radio].radio-red:checked {
            border-color: #dc3545;
            background-color: #dc3545
        }

            .lf-radios input[type=radio].radio-red:checked:before {
                border: 2px solid #dc3545
            }

    .lf-radios input[type=radio].radio-orange {
        background-color: #fd7e14
    }

        .lf-radios input[type=radio].radio-orange:checked {
            border-color: #fd7e14;
            background-color: #fd7e14
        }

            .lf-radios input[type=radio].radio-orange:checked:before {
                border: 2px solid #fd7e14
            }

    .lf-radios input[type=radio].radio-yellow {
        background-color: #ffc107
    }

        .lf-radios input[type=radio].radio-yellow:checked {
            border-color: #ffc107;
            background-color: #ffc107
        }

            .lf-radios input[type=radio].radio-yellow:checked:before {
                border: 2px solid #ffc107
            }

    .lf-radios input[type=radio].radio-green {
        background-color: #198754
    }

        .lf-radios input[type=radio].radio-green:checked {
            border-color: #198754;
            background-color: #198754
        }

            .lf-radios input[type=radio].radio-green:checked:before {
                border: 2px solid #198754
            }

    .lf-radios input[type=radio].radio-teal {
        background-color: #20c997
    }

        .lf-radios input[type=radio].radio-teal:checked {
            border-color: #20c997;
            background-color: #20c997
        }

            .lf-radios input[type=radio].radio-teal:checked:before {
                border: 2px solid #20c997
            }

    .lf-radios input[type=radio].radio-cyan {
        background-color: #0dcaf0
    }

        .lf-radios input[type=radio].radio-cyan:checked {
            border-color: #0dcaf0;
            background-color: #0dcaf0
        }

            .lf-radios input[type=radio].radio-cyan:checked:before {
                border: 2px solid #0dcaf0
            }

    .lf-radios input[type=radio].radio-black {
        background-color: #000
    }

        .lf-radios input[type=radio].radio-black:checked {
            border-color: #000;
            background-color: #000
        }

            .lf-radios input[type=radio].radio-black:checked:before {
                border: 2px solid #000
            }

    .lf-radios input[type=radio].radio-white {
        background-color: #fff
    }

        .lf-radios input[type=radio].radio-white:checked {
            border-color: #ced4da;
            background-color: #fff
        }

            .lf-radios input[type=radio].radio-white:checked:before {
                border: 2px solid #ced4da
            }

    .lf-radios input[type=radio].radio-gray {
        background-color: #6c757d
    }

        .lf-radios input[type=radio].radio-gray:checked {
            border-color: #6c757d;
            background-color: #6c757d
        }

            .lf-radios input[type=radio].radio-gray:checked:before {
                border: 2px solid #6c757d
            }

    .lf-radios input[type=radio].radio-gray-dark {
        background-color: #343a40
    }

        .lf-radios input[type=radio].radio-gray-dark:checked {
            border-color: #343a40;
            background-color: #343a40
        }

            .lf-radios input[type=radio].radio-gray-dark:checked:before {
                border: 2px solid #343a40
            }

.lf-radios .leafy-color-picker {
    position: relative
}

    .lf-radios .leafy-color-picker .ringer {
        position: absolute;
        width: 2.3em;
        height: 2.3em;
        display: block;
        border-radius: 50%;
        left: -0.25em;
        top: 0;
        opacity: 0
    }

    .lf-radios .leafy-color-picker input[type=radio] {
        position: relative;
        z-index: 1
    }

        .lf-radios .leafy-color-picker input[type=radio]:checked ~ .ringer {
            opacity: 1
        }

    .lf-radios .leafy-color-picker input[type=color] {
        display: none
    }

.gap-1 {
    gap: 1rem !important
}

.gap-3 {
    gap: 3rem !important
}

.page-header-breadcrumb span{
    font-size:20px;
}

.table th {
    padding: .75rem !important;
    font-size: 13px;
}

.table td {
    padding: .5rem !important;
    font-size: 12px;
}

.clsPreview {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    cursor: pointer;
}

.lazy { 
    background: url('~/Images/No_image.png');
    width: 100%;
    height: auto;
}

.text-right.sorting {
    padding-right:1.5rem !important;
}

.text-break {
    word-wrap: break-word;
    white-space: normal;
    display: block;
}

.form-check-input.radio-custom, .form-check-input.radio-color {
    --bs-form-check-bg: #fff;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: var(--bs-form-check-bg);
    border: 1px solid #dee2e6;
    appearance: none;
    print-color-adjust: exact
}

.form-check-input[type=radio].radio-color, .form-check-input[type=radio].radio-custom {
    border-radius: 50%
}

.form-check-input.radio-color:active, .form-check-input.radio-custom:active {
    filter: brightness(90%)
}

.form-check-input.radio-color:focus, .form-check-input.radio-custom:focus {
    border-color: #d0ee80;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(161,221,0,.25)
}

.form-check-input.radio-color:checked[type=radio], .form-check-input.radio-custom:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
                                 }

.form-check-input.radio-color:disabled, .form-check-input.radio-custom:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input.radio-color[disabled] ~ .form-check-label, .form-check-input.radio-color:disabled ~ .form-check-label,
.form-check-input.radio-custom[disabled] ~ .form-check-label, .form-check-input.radio-custom:disabled ~ .form-check-label {
    cursor: default;
    opacity: .5
}

.filepond--custom-button-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9999;
    width: unset;
    height: unset;
    margin-top: 5px !important;
    color: white !important;
    text-decoration:underline;
}

    .filepond--custom-button-edit:hover {
        border:white;
    }
    .filepond--file-poster {
        background: none !important;
    }

.p-20-10{
    padding: 20px 10px;
}

.p-40-10{
    padding: 40px 10px;
}

.filepond--credits {
    display: none;
    visibility: hidden;
}

.filepond--root {
    margin-bottom: 0 !important;
}

    .filepond--root[data-disabled] {
        pointer-events: unset;
        cursor: not-allowed;
    }

.select2-results__option.select2-results__option--selectable {
    word-break: break-all !important;
}

.pl-35 {
    padding-left: 35px!important;
}

.pl-30 {
    padding-left: 30px !important;
}

.filepond-custom-container {
    background-color: white;
    /*background-color: #f8f7f6;*/
    border-radius: 10px;
    margin: 5px !important;
    height: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .225), 0 1px 3px rgba(0, 0, 0, .3);
}

.filepond-custom-border {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    background-color: #f1f0ef;
}

.filepond-custom-label {
    display: inline-block;
    margin: .5rem;
}

.filepond-custom-message {
    display: inline-block;
    margin: .5rem;
    width: -webkit-fill-available;
}

.filepond-custom-border .filepond{
    width:99.9% !important;
}

.filepond-custom-container > div{
    padding:0px !important;
}

.card-body {
    border-radius:.25rem !important;
}

.clsActionBtn {
    cursor: pointer;
    color: white;
    padding: 5px 6px;
    border-radius: 5px;
}

    .clsActionBtn:hover {
        color: white; /* optional, reinforces text stays white */
    }

#divtblGV_custom .dataTables_filter {
    display: inline-block;
}

.bg-light-gray {
    background: #f5f5f5 !important;
}

.w-90 {
    width:90% !important;
}

/* Universal: hide all default password reveal icons */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-textfield-decoration-container {
    display: none !important;
}
