      
::-webkit-scrollbar{
width: 10px;
height: 10px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(13deg, #7A8997 14%,#7A8997 64%);
border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
background: linear-gradient(13deg, #7A8997 14%,#7A8997 64%);
}
::-webkit-scrollbar-track{
background: #FFFFFF;
border-radius: 10px;
box-shadow: inset 7px 10px 12px 0px #fff;
}    


        table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
            vertical-align:middle;
        }

        div.dataTables_wrapper div.dataTables_filter input {
            width:190px;
        }




        .dataTables_wrapper {
            padding:0px!important;
            width: calc(100% - 0px);
        }

        .swal2-styled.swal2-confirm:focus {
            box-shadow: 0 0 0 3px rgb(0 95 168 / 34%);
        }

        .m-b-0 {
            margin-bottom:0px
        }


  

    .app-contentbar {
        max-width:1468px;
        margin: 0 auto;
        margin-bottom:60px;
    }


    .jstree-icon.jstree-checkbox, .jstree-no-dots .jstree-closed>.jstree-ocl, .jstree-no-dots .jstree-open>.jstree-ocl {
    background-image: none;
    background-position: initial;
    color: #767676;

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    .jstree-icon.jstree-checkbox:before {
    content: "\f096";
    font-size: 17px;
    }

    .jstree-clicked>.jstree-checkbox:before, .jstree-default-large .jstree-checked>.jstree-checkbox:before {
    content: "\f046" !important;
    font-size: 17px;
    margin-left: 2px; /* checkedSquare icon is wider -> margin simulates same square position as unchecked */
    }

    .jstree-default-large .jstree-anchor>.jstree-undetermined:before{
    content: "\f147";
    font-size: 17px;
    }

    .jstree-default-large>.jstree-no-dots .jstree-closed>.jstree-ocl:before{
    content: "\f0da";
    line-height: 32px;
    }

    .jstree-default-large>.jstree-no-dots .jstree-open>.jstree-ocl:before{
    content: "\f0d7";
    line-height: 32px;
    }

    .jstree-default .jstree-icon:empty {
        color: #0c5fa8;
    }


    .tox .tox-statusbar__branding svg {
        display:none;
    }


    .border-grey {
        border:1px solid #eee;
    }
    

   .check-last-nodes .jstree li.jstree-open > a.jstree-anchor > i.jstree-checkbox, 
   .check-last-nodes .jstree li.jstree-closed > a.jstree-anchor > i.jstree-checkbox { 
        display:none; 
    }

    .form-text {
        display: block;
        margin-top: 0.25rem;
        font-size: 11px;
    }

    .select2-container .select2-selection--single {
        height: 35px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }

    .show-order-email h3 {

        margin-top:30px;
        padding-bottom:0px !important;
    }

    .dtr-bs-modal input {
        display:none
    }

    @media all and (max-width:768px) {
        .btn span {
            display:none;
        }
        .dt-buttons .btn span {
            display: inline-block;            
        }
    }

.dataTables_processing
{
z-index: 105
}



.submit .loader {
    display: none;
    justify-content: right;
    align-items: center;
    width: 20px;
    height: 20px;
    background: transparent;
    /* margin: 30px auto 0 auto; */
    border: solid 2px #efefef;
    border-top: solid 2px transparent;
    border-radius: 50%;
    opacity: 0;
    vertical-align: middle;
    margin-left: 5px;
}

.submit .loader.active {
    animation-name: loading;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1;
}

@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }

}

.module-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color:#333;
    border-left: 3px solid #0c5fa8;
    padding-left: 10px;
    margin-bottom: 30px;
}

body[data-bs-theme="dark"] .module-title {
    color:#999;
}


