.rounded-5 {
    border-radius: 1.25rem !important;
}
.dark-style .blockquote-footer {
    color: white !important;
    opacity: 0.5
}
/*Toast plugin*/
#toast-container {
    z-index: 999999999 !important;
}
/*Select 2*/
.select2-dropdown {
    z-index: 100000000 !important;
}
/*Datepicker */
.datepicker-dropdown {
    z-index: 100000000 !important;
}

.modal {
    z-index: 99999999 !important;
}
/*tooltip*/
.tooltip {
    z-index: 999999999 !important;
}
/*JConfirm Popup*/
@media (min-width: 320px) {
    .jc-bs3-container.container {
        max-width: 320px;
    }
}

@media (min-width: 375px) {
    .jc-bs3-container.container {
        max-width: 375px;
    }
}

@media (min-width: 430px) {
    .jc-bs3-container.container {
        max-width: 430px;
    }
}

@media (min-width: 576px) {
    .jc-bs3-container.container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .jc-bs3-container.container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .jc-bs3-container.container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .jc-bs3-container.container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .jc-bs3-container.container {
        max-width: 1440px;
    }
}

.jconfirm-content > div {
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 3rem;
}

.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
    background: #36445d !important;
}

    .jconfirm.jconfirm-dark .jconfirm-box.loading:before {
        background: #36445d !important;
    }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important;
}

/*Select 2 [Multiple]*/
.select2-selection--multiple .select2-selection__choice {
    background: #386bc0 !important;
    color: white !important;
    padding-bottom: 5px !important;
    padding-right: 25px !important;
    border-color: transparent !important;
}

    .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        color: white !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
/*JsTree*/
.jstree .jstree-search {
    color: #8b0000 !important;
}

.dark-style .jstree .jstree-search {
    color: yellow !important;
}
/*Image Mask*/
.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.hover-overlay .mask {
    --mdb-image-hover-transition: all 0.3s ease-in-out;
    opacity: 0;
    transition: var(--mdb-image-hover-transition);
}

    .hover-overlay .mask:hover {
        opacity: 1;
    }

a.disabled {
    /* Make the disabled links grayish*/
    /*color: gray !important;*/
    /* And disable the pointer events */
    pointer-events: none;
}
/* dropzone */
.dropzone .dz-preview .dz-details .dz-thumbnail .dz-content {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
}
/* circle button*/
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px !important;
    border-radius: 15px !important;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.42857 !important;
}

.grid-light-danger-row {
    background-color: #FFEAEB !important;
}

.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
    display:none;
}
html:not([dir=rtl]) .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
    padding-left: 10px !important;
}
[dir=rtl] .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
    padding-right: 10px !important;
}
/*SCROLL*/
::-webkit-scrollbar {
    width: 0.3em !important;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey !important;
    /*outline: 1px solid slategrey !important;*/
}
