:root {
    --code-color: darkred;
    --code-bg-color: #aaaaaa;
    --code-font-size: 14px;
    --code-line-height: 1.4;
    --scroll-bar-color: #c5c5c5;
    --scroll-bar-bg-color: #f6f6f6;
}

::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }

* {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color) var(--scroll-bar-bg-color);
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar-track {
    background: var(--scroll-bar-bg-color);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-color);
    border-radius: 20px;
    border: 3px solid var(--scroll-bar-bg-color);
}


.main-footer {
    background: #673ab7;
    padding: .9rem 1.3rem;
    font-size: 14px;
    color: #ffffff;
    /*position: fixed;*/
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#loading-wrapper {
    /*background: unset !important;*/
}

.card_hover:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);

}
span.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-l-md.leading-5 {
    display: none;
}
.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}
p.text-sm.text-gray-700.leading-5 {
    display: none;
}
button.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none;
}
button.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none;
}
span.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.rounded-r-md.leading-5 {
    display: none;
}
.pl-4, .px-4 {
    padding-left: 10px!important;
}
.pr-4, .px-4 {
    padding-right: 10px!important;
}
.pb-2, .py-2 {
    padding-bottom: 0px!important;
}
.pt-2, .py-2 {
    padding-top: 0px!important;
}

.form-control {
    padding: 0 .75rem !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #673ab782;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
    margin-left: 0.25rem;
}
.badge {
    /*padding: 7px 5px 10px 5px !important;*/
    min-width: 100px !important;
    padding: 0.375rem 0.75rem !important;
    font-size: .825rem !important;

    font-weight: 400 !important;
    line-height: 1.5 !important;

}

.dropdown-menu .dropdown-item.active-page {
     pointer-events: unset !important;
     cursor: pointer !important;
}

.image-upload>input {
    display: none;
}
a {
    text-decoration: none !important;
}
/*a:hover {*/
/*    color: unset !important;*/
/*}*/

.custom-navbar ul.navbar-nav ul.dropdown-menu a.dropdown-item:hover {
    background: #673ab7;
    color: #ffffff !important;
}
.btn-primary:hover {
    color: #ffffff !important;
    background-color: #6b4e9f !important;
    border-color: #6b4e9f !important;
}



.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #673ab7;
    box-shadow: unset !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #673ab7;
    box-shadow: unset !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #673ab7 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: #673ab7 !important;
}

.badge.badge-light {
    background: #8694a3 !important;
}

.badge-soft-dark {
    color: #132144;
    background-color: rgba(19, 33, 68, .1)
}

a.badge-soft-dark:focus, a.badge-soft-dark:hover {
    color: #fff;
    background-color: #132144
}

.custom-control {
    padding: 7px 0px 4px 0 !important;
}

span.toggle-switch-content {
    margin: 0 5px;
}




.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#34495e;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}


a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150 {
    display: none;
}


.select2-selection__rendered {
    line-height: 37px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
}
.select2-selection__arrow {
    height: 37px !important;
}

.select2-container {
    width: 100%!important;
}

.modal-open {
    overflow: hidden
}
