﻿/*set 1*/
.falcon-data-table .paging_full_numbers .page-item .page-link:hover,
.falcon-data-table .paging_first_last_numbers .page-item .page-link:hover,
.falcon-data-table .paging_full .page-item .page-link:hover,
.falcon-data-table .paging_numbers .page-item .page-link:hover,
.falcon-data-table .paging_simple_numbers .page-item .page-link:hover,
.falcon-data-table .paging_full_numbers .page-item.active .page-link,
.falcon-data-table .paging_first_last_numbers .page-item.active .page-link,
.falcon-data-table .paging_full .page-item.active .page-link,
.falcon-data-table .paging_numbers .page-item.active .page-link,
.falcon-data-table .paging_simple_numbers .page-item.active .page-link {
    background: linear-gradient(-45deg,#0021a3,#008fb1) !important;
    color: #fff !important;
}
.falcon-data-table .paging_simple_numbers .page-link{
    min-width: 34.89px;
}

.form-floating .select2.select2-container {
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
}

.form-row {
    --falcon-gutter-x: 2rem;
    --falcon-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--falcon-gutter-y) * -1);
    margin-right: calc(var(--falcon-gutter-x) * -0.125);
    margin-left: calc(var(--falcon-gutter-x) * -0.125);
}

    .form-row > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--falcon-gutter-x) * .125);
        padding-left: calc(var(--falcon-gutter-x) * .125);
        margin-top: var(--falcon-gutter-y);
    }

.form-floating ul.tagit,
.advancedDemo {
    display: block;
    padding: 0.7rem 1rem 1rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg);
    background-clip: padding-box;
    border: 1px solid var(--falcon-input-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-check-input[type=checkbox].indeterminate {
    background-color: #2c7be5;
    border-color: #2c7be5;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-floating ul.tagit {
    height: auto;
    padding: 1.6rem 1rem 0.5rem 1rem;
    margin-bottom:0px;
}
    .form-floating ul.tagit ~ label {
        transform: scale(.85) translateY(-0.7rem) translateX(0.15rem);

    }
.btn-xs {
    /*padding: 0.1875rem 0.75rem;*/
    font-size: 0.875rem !important;
    /*border-radius: 0.2rem;*/
    padding: 1px 5px !important;
    /*font-size: 12px;*/
    line-height: 1.5 !important;
}
.input-group-xs > .form-control,
.input-group-xs > .form-select,
.input-group-xs > .input-group-text,
.input-group-xs > .btn,
[data-list] .input-group-xs > .page,
.tox .tox-menu__footer .input-group-xs > .tox-button:last-child,
.tox .tox-dialog__footer .input-group-xs > .tox-button:last-child,
.tox .tox-menu__footer .input-group-xs > .tox-button--secondary,
.tox .tox-dialog__footer .input-group-xs > .tox-button--secondary {
    padding: 0.094rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-xs > .form-select {
    padding-right: 4rem;
}

.navbar-vertical.navbar-card .navbar-collapse, .navbar-vertical.navbar-card .navbar-vertical-content, .navbar-vertical.navbar-inverted .navbar-collapse, .navbar-vertical.navbar-inverted .navbar-vertical-content {
    max-height: calc(100vh - 4.125rem - 1rem) !important;
}

.footer {
    position: relative;
}

.form-check .form-check-label .form-check-input{
    margin-top:0.33rem;
}

:root {
    /*--falcon-body-font-size: 0.875rem;*/
}
html {
    /*font-size: .875rem;*/
}
.white-space-normal {
    white-space: normal;
}

.daterange-new {
    position: relative;
    width: 23.5rem;
    max-width: 100%;
    margin:auto;
}
    .daterange-new > input {
        padding-right: 2.7rem;
        position: relative;
        z-index: 1;
        background-color: transparent !important;
    }
    .daterange-new > .icon {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.7rem;
        display: flex;
        align-items: center;
        justify-content: start;
        height: 100%;
        z-index: 0;
        padding-left: 0.5rem;
    }
        .daterange-new > .icon > i {
            color: #333333;
        }

    .daterange-new > input:focus ~ .icon > i {
        color: var(--falcon-input-focus-border-color)
    }

    /*form-falcon start*/
.form-falcon.form-falcon-inline {
    width: auto;
    display: inline-block;
}

    .form-falcon.form-falcon-inline > input {
        display: inline-block;
        width: auto;
    }

.form-falcon {
    display: block;
    position: relative;
    width: 100%;
}
    /*.form-falcon > select,*/
    .form-falcon > label {
        pointer-events: none;
        position: absolute;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 400 !important;
        max-width: calc(100% - (1rem));
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        white-space: nowrap;
        width: auto;
        z-index: 1;
        bottom: 0.6rem;
        color: #5f6368;
        font-size: 1rem;
        left: 0.25rem;
        line-height: 1.3;
        padding: 0 0.375rem;
        -webkit-transition: all 0.2s ease-in-out !important;
        -o-transition: all 0.2s ease-in-out !important;
        -ms-transition: all 0.2s ease-in-out !important;
        transition: all 0.2s ease-in-out !important;
        margin-bottom: 0;
    }

    .form-falcon > select:hover ~ label,
    .form-falcon > select:not(:placeholder-shown) ~ label,
    .form-falcon > select:focus ~ label,
    .form-falcon > input[type*="number"]:hover ~ label,
    .form-falcon > input:not(:placeholder-shown) ~ label,
    .form-falcon > input:focus ~ label {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        left: 0.75rem;
        font-size: 0.75rem;
        top: -0.6rem;
        font-weight: normal !important;
        line-height: 1.8;
        height: 1.2rem;
        max-width: calc(100% - (2rem));
    }

        .form-falcon > select:focus ~ label,
        .form-falcon > input:focus ~ label {
            color: #1a73e8;
        }

    .form-falcon > select,
    .form-falcon > input {
        display: block;
        width: 100%;
        padding: 0.4286rem 1rem;
        font-size: 1rem;
        font-weight: 400 !important;
        line-height: 1.5;
        color: #344050;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d8e2ef;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0.25rem;
        -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    }
    .form-falcon > select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234d5969' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 16px 12px;
        padding: 0.4286rem 3rem 0.4286rem 1rem;
    }

        .form-falcon > input:focus {
            color: #344050;
            background-color: #fff;
            border-color: #1a73e8;
            outline: 0;
            border-width: 2px;
            padding: calc(0.4286rem - 1px) calc(1rem - 1px);
        }

    .form-falcon > select:focus {
        color: #344050;
        background-color: #fff;
        border-color: #1a73e8;
        outline: 0;
        border-width: 2px;
        padding: calc(0.4286rem - 1px) calc(3rem - 1px) calc(0.4286rem - 1px) calc(1rem - 1px);
    }

        /*.form-falcon > input[type*="text"]:not([data-typeold*="password"]):hover,*/
        /*.form-falcon > input[type*="text"]:not([data-typeold*="password"]):focus,*/
        .form-falcon > input[data-typeold*="password"],
        .form-falcon > input[type*="password"] {
            padding: 0.4286rem 2rem 0.4286rem 1rem;
            width: 100%;
            margin-right: -1rem;
        }

            .form-falcon:not(:has(span.icon-clear)) > input[data-typeold*="password"]:focus,
            .form-falcon:not(:has(span.icon-clear)) > input[type*=password]:focus {
                padding: calc(0.4286rem - 1px) calc(2rem - 1px) calc(0.4286rem - 1px) calc(1rem - 1px);
            }

        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):hover {
            padding: 0.4286rem 2rem 0.4286rem 1rem;
            width: 100%;
            margin-right: -1rem;
        }

        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):focus {
            /*padding: calc(0.4286rem - 1px) calc(2rem - 1px) calc(0.4286rem - 1px) calc(1rem - 1px);*/
            padding: calc(0.4286rem - 1px) calc(2rem - 1px) calc(0.4286rem - 1px) calc(1rem - 1px);
            width: 100%;
            margin-right: -1rem;
        }

    .form-falcon:has(span.icon-clear:focus) > input[type*="text"]:not([data-typeold*="password"]):not(:hover),
    .form-falcon:has(span.icon-clear:hover) > input[type*="text"]:not([data-typeold*="password"]):not(:focus) {
        padding: 0.4286rem 2rem 0.4286rem 1rem;
        width: 100%;
        margin-right: -1rem;
    }

    .form-falcon:has(span.icon-see:hover):has(input[data-typeold*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-see:focus):has(input[data-typeold*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-see:hover):has(input[type*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-see:focus):has(input[type*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-clear:hover):has(input[data-typeold*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-clear:focus):has(input[data-typeold*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-clear:hover):has(input[type*="password"]:placeholder-shown) > label,
    .form-falcon:has(span.icon-clear:focus):has(input[type*="password"]:placeholder-shown) > label,
    .form-falcon:has(input[type*="text"]:not([data-typeold*="password"]):placeholder-shown):has(span.icon-clear:focus) > label,
    .form-falcon:has(input[type*="text"]:not([data-typeold*="password"]):placeholder-shown):has(span.icon-clear:hover) > label {
        max-width: calc(100% - 4rem);
    }

    .form-falcon > input[type*="text"]:not([data-typeold*="password"]):hover ~ label,
    .form-falcon > input[type*="text"]:not([data-typeold*="password"]):focus ~ label,
    .form-falcon > input[data-typeold*="password"] ~ label,
    .form-falcon > input[type*="password"] ~ label {
        max-width: calc(100% - 2rem);
    }

    .form-falcon > input[type*="text"] ~ span.icon-clear,
    .form-falcon > input[data-typeold*="password"] ~ span.icon-clear,
    .form-falcon > input[type*="password"] ~ span.icon-clear,
    .form-falcon > input[data-typeold*="password"] ~ span.icon-see,
    .form-falcon > input[type*="password"] ~ span.icon-see {
        position: absolute;
        top: 0.75rem;
        bottom: 0;
        right: 0.5rem;
        z-index: 1;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        color: #d7d7d7;
        width: 1.4rem;
        height: 1.4rem;
        cursor: pointer;
        text-align: center;
    }

        .form-falcon > input[type*="password"] ~ span.icon-see:after {
            content: "\f06e";
        }

        .form-falcon > input[data-typeold*="password"] ~ span.icon-see:after {
            content: "\f070";
        }

    .form-falcon > input[data-typeold*="password"] ~ span.icon-clear,
    .form-falcon > input[type*="password"] ~ span.icon-clear {
        right: 2rem;
        display: none;
    }

    .form-falcon > input[type*="text"]:not([data-typeold*="password"]) ~ span.icon-clear {
        display: none;
    }


        .form-falcon > input[type*="text"]:not([data-typeold*="password"]) ~ span.icon-clear:after,
        .form-falcon > input[type*="password"] ~ span.icon-clear:after,
        .form-falcon > input[data-typeold*="password"] ~ span.icon-clear:after {
            content: "\f00d";
        }

        .form-falcon > input[type*="text"]:not([data-typeold*="password"]) ~ span.icon-clear:focus,
        .form-falcon > input[type*="text"]:not([data-typeold*="password"]) ~ span.icon-clear:hover,
        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):hover ~ span.icon-clear,
        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):focus ~ span.icon-clear,
        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):hover ~ span.icon-clear,
        .form-falcon > input[type*="text"]:not([data-typeold*="password"]):focus ~ span.icon-clear,
        .form-falcon > span.icon-see:hover ~ span.icon-clear,
        .form-falcon > span.icon-see:focus ~ span.icon-clear,
        .form-falcon > input[data-typeold*="password"] ~ span.icon-clear:hover,
        .form-falcon > input[data-typeold*="password"] ~ span.icon-clear:focus,
        .form-falcon > input[type*="password"] ~ span.icon-clear:hover,
        .form-falcon > input[type*="password"] ~ span.icon-clear:focus,
        .form-falcon > input[data-typeold*="password"]:hover ~ span.icon-clear,
        .form-falcon > input[data-typeold*="password"]:focus ~ span.icon-clear,
        .form-falcon > input[type*="password"]:hover ~ span.icon-clear,
        .form-falcon > input[type*="password"]:focus ~ span.icon-clear {
            display: inline-block;
        }

    .form-falcon:has(span.icon-see:hover) > input[data-typeold*="password"],
    .form-falcon:has(span.icon-see:focus) > input[data-typeold*="password"],
    .form-falcon:has(span.icon-see:hover) > input[type*="password"],
    .form-falcon:has(span.icon-see:focus) > input[type*="password"],
    .form-falcon:has(span.icon-clear:hover) > input[data-typeold*="password"],
    .form-falcon:has(span.icon-clear:focus) > input[data-typeold*="password"],
    .form-falcon:has(span.icon-clear:hover) > input[type*="password"],
    .form-falcon:has(span.icon-clear:focus) > input[type*="password"],
    .form-falcon:has(span.icon-clear) > input[data-typeold*="password"]:hover,
    .form-falcon:has(span.icon-clear) > input[type*="password"]:hover {
        padding: 0.4286rem 3.5rem 0.4286rem 1rem;
        margin-right: -2.5rem;
    }

    .form-falcon:has(span.icon-clear) > input[data-typeold*="password"]:focus,
    .form-falcon:has(span.icon-clear) > input[type*="password"]:focus {
        padding: calc(0.4286rem - 1px) calc(3.5rem - 1px) calc(0.4286rem - 1px) calc(1rem - 1px);
        /*padding: calc(0.4286rem) calc(3.5rem - 1px) calc(0.4286rem) calc(1rem - 1px);*/
        margin-right: -2.5rem;
    }

    .form-falcon > input[type*="text"]:not([data-typeold*="password"]) ~ span.icon-clear,
    .form-falcon > input[data-typeold*="password"] ~ span.icon-clear:hover,
    .form-falcon > input[type*="password"] ~ span.icon-clear:hover,
    .form-falcon > input[data-typeold*="password"] ~ span.icon-see:hover,
    .form-falcon > input[type*="password"] ~ span.icon-see:hover {
        background: linear-gradient(44deg, #0235d7 33%, #22d7d9, #e1f4f1);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation: aitf 80s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
    }
    /*form-falcon end*/
/* ajaxLoader satrt */
.ajaxLoader1 {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

    .ajaxLoader1 > div {
        background: url(/assets/images/all/ajax-loading.gif) no-repeat;
        width: 40px;
        height: 40px;
        float: right;
        margin: 9px 9px 0 0;
    }

.ajaxLoader {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: #0000003d;
    overflow: hidden;*/
    display: none;
    position: fixed;
    z-index: 10000000;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .ajaxLoader > div:first-child {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        box-shadow: 0 3px 3px 0 rgba(255, 0, 0, 1);
        transform: translate3d(0, 0, 0);
        -moz-animation: loading 2s ease infinite;
        -webkit-animation: loading 2s ease infinite;
        -o-animation: loading 2s ease infinite;
        animation: loading 2s ease infinite;
    }

        .ajaxLoader > div:first-child:after,
        .ajaxLoader > div:first-child:before {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        .ajaxLoader > div:first-child:before {
            top: 0.5rem;
            left: 0.5rem;
            right: 0.5rem;
            bottom: 0.5rem;
            box-shadow: 0 3px 3px 0 rgba(255, 228, 32, 1);
            -moz-animation: loading 1s ease infinite;
            -webkit-animation: loading 2s ease infinite;
            -o-animation: loading 1s ease infinite;
            animation: loading 1s ease infinite;
        }

        .ajaxLoader > div:first-child:after {
            top: 1rem;
            left: 1rem;
            right: 1rem;
            bottom: 1rem;
            box-shadow: 0 3px 3px 0 rgba(33,154,239, 1);
            -moz-animation: loading 1.5s ease infinite;
            -webkit-animation: loading 1.5s ease infinite;
            -o-animation: loading 1.5s ease infinite;
            animation: loading 1.5s ease infinite;
        }

    .ajaxLoader > div > div:first-child {
        opacity: 0;
        top: 0;
        left: 0;
        display: block;
        position: absolute;
        width: 80px;
        height: 80px;
        margin: 35px 0 0 35px;
        border-radius: 50%;
        box-shadow: 0 3px 3px 0 rgba(255,56,106,1);
        transform: translate3d(0,0,0);
        -moz-animation: loading 2s ease infinite;
        -webkit-animation: loading 2s ease infinite;
        -o-animation: loading 2s ease infinite;
        animation: loading 2s ease infinite;
    }

        .ajaxLoader > div > div:first-child:after,
        .ajaxLoader > div > div:first-child:before {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        .ajaxLoader > div > div:first-child:before {
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            box-shadow: 0 3px 3px 0 #ffe420;
            -moz-animation: loading 1s ease infinite;
            -webkit-animation: loading 2s ease infinite;
            -o-animation: loading 1s ease infinite;
            animation: loading 1s ease infinite;
        }

        .ajaxLoader > div > div:first-child:after {
            top: 30px;
            left: 30px;
            right: 30px;
            bottom: 30px;
            box-shadow: 0 3px 3px 0 rgba(61, 175, 255, 1);
            -moz-animation: loading 1.5s ease infinite;
            -webkit-animation: loading 1.5s ease infinite;
            -o-animation: loading 1.5s ease infinite;
            animation: loading 1.5s ease infinite;
        }

/* ajaxLoader end */
/* busyLoader satrt */
#busyLoader--hidden {
    opacity: 0;
    visibility: hidden;
}

#busyLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000000003;
    background: #0000003d;
}

    #busyLoader > div:first-child {
        display: block;
        position: relative;
        width: 5rem;
        height: 5rem;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        box-shadow: 0 0.25rem 0.25rem 0 rgba(255, 56, 106, 1);
        transform: translate3d(0, 0, 0);
        -moz-animation: loading 2s ease infinite;
        -webkit-animation: loading 2s ease infinite;
        -o-animation: loading 2s ease infinite;
        animation: loading 2s ease infinite;
    }

        #busyLoader > div:first-child:after,
        #busyLoader > div:first-child:before {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        #busyLoader > div:first-child:before {
            top: 0.5rem;
            left: 0.5rem;
            right: 0.5rem;
            bottom: 0.5rem;
            box-shadow: 0 0.25rem 0.25rem 0 rgb(255, 228, 32);
            -moz-animation: loading 1s ease infinite;
            -webkit-animation: loading 1s ease infinite;
            -o-animation: loading 1s ease infinite;
            animation: loading 1s ease infinite;
        }

        #busyLoader > div:first-child:after {
            top: 1rem;
            left: 1rem;
            right: 1rem;
            bottom: 1rem;
            box-shadow: 0 0.25rem 0.25rem 0 rgba(61, 175, 255, 1);
            -moz-animation: loading 1.5s ease infinite;
            -webkit-animation: loading 1.5s ease infinite;
            -o-animation: loading 1.5s ease infinite;
            animation: loading 1.5s ease infinite;
        }

@keyframes loading {
    from {
        transform: rotate(0turn)
    }

    to {
        transform: rotate(1turn)
    }
}
/* busyLoader end */


body.modal-open:has(.modal-xxl.max-size) {
    overflow: hidden !important;
}

body.modal-open[style^="overflow: hidden;"] {
    overflow: hidden !important;
}
body #header:has(.offcanvas.offcanvas-start.show) {
    z-index: 1045;
}
/*.header-end-menu[style^="opacity: 1;"]*/
body #header-end .header-end-client.client-login:has(.header-end-menu:hover):hover:after,
body #header-end .header-end-client.client-login:has(.header-end-icon:hover):hover:after,
body #header-end .header-end-client.client-login:has(.header-end-content:hover):hover:after {
    position: absolute;
    content: '';
    width: 100vw;
    right: -1rem;
    height: 100vh;
    top: 0;
    background: #0000;
    z-index: -1;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

/*@font-face {
    font-family: 'MuseoSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol';
    src: url('/assets/data/font/4uabrenhsxjlgdugo1oillu94yt8cwm.ttf') format('truetype');
}*/

/**/
/*Set xs */
@media (min-width:425px) {
}
/* Set sm */
@media (min-width: 576px) {

}
/* Set md */
@media (min-width: 768px) {
    
}
/* Set lg */
@media (min-width: 992px) { 
    
}
/* Set xl */
@media (min-width: 1200px) {
    body:has(.offcanvas.offcanvas-start.show#menu_manage) {
        overflow: auto !important;
        padding-right: 0px !important;
    }

    .offcanvas.offcanvas-filter-sidebar.offcanvas-start {
        border-right: 0px;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .offcanvas.offcanvas-filter-sidebar {
        z-index: 0;
        position: sticky;
        top: 4.3125rem;
        height: calc(100vh - 4.3125rem);
        visibility: visible;
        background-color: rgba(0,0,0,0);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    body .offcanvas.offcanvas-start:not(.show) .box-close{
        opacity:0 !important;
    }
}
/* Set xxl */
@media (min-width: 1540px) {
    
}
/*max-width*/
@media (max-width: 1199px) {
    body:has(#content-body-menu[style^="left: 0px"]) {
        overflow: hidden;
    }

    body:has(#menu-body[style^="left: 0px;"]) {
        overflow: hidden;
    }

    body .offcanvas.offcanvas-start:not(.show) .box-close {
        opacity: 0 !important;
    }
}

