﻿/*BEGIN SPINNER*/
.sth-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .85);
    z-index: 999999;
    cursor: wait;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

html[data-theme='dark'] .sth-loader {
    background: rgba(21, 21, 33, .85);
}

.sth-loader .loader-spinner {
    width: 70px;
    text-align: center;
}

.sth-loader .loader-spinner > div {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.sth-loader .loader-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sth-loader .loader-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        background-color: #16003a;
        -webkit-transform: scale(0)
    }

    40% {
        background-color: #7766ff;
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        background-color: #16003a;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        background-color: #7766ff;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*END SPINNER*/

.user-select-none {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.user-select-text {
    user-select: text;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.image-input .image-input-wrapper {
    background-position: center center;
}

.symbol-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0.475rem;
}

.symbol-img.bgi-size-contain {
    background-size: contain;
}

.symbol-100px .symbol-img {
    width: 100px;
    height: 100px;
}

.symbol-50px .symbol-img {
    width: 50px;
    height: 50px;
}

.symbol-70px .symbol-img {
    width: 70px;
    height: 70px;
}

.symbol-30px .symbol-img {
    width: 30px;
    height: 30px;
}

.symbol-25px .symbol-img {
    width: 25px;
    height: 25px;
}

.symbol-35px .symbol-img {
    width: 35px;
    height: 35px;
}

.symbol-40px .symbol-img {
    width: 40px;
    height: 40px;
}

.symbol-circle .symbol-img {
    border-radius: 100rem;
}

@media (min-width: 768px) {
    .symbol-md-40px .symbol-img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .symbol-lg-160px .symbol-img {
        width: 160px;
        height: 160px;
    }

    .symbol-lg-100px .symbol-img {
        width: 100px;
        height: 100px;
    }

    .symbol-lg-150px .symbol-img {
        width: 150px;
        height: 150px;
    }
}

.no-results {
    text-align: center;
    margin: 40px 0;
}

.no-results > .svg-icon > svg {
    width: 10em;
    height: auto;
    margin-bottom: 1em;
}

.no-results h1 {
    text-align: center;
    margin-bottom: 0.5em;
}

.no-results h2 {
    text-align: center;
    margin-bottom: 1em;
    font-weight: lighter;
}

p {
    margin-bottom: 0 !important;
}

.locked {
    position: relative;
}

.locked::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: wait;
    z-index: 100;
}

.locked::after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    border: 2px solid #009EF7;
    border-right: 2px solid transparent;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.75rem;
    left: 50%;
    margin-left: -.75rem;
    z-index: 101;
    -webkit-animation: animation-spinner .5s linear infinite;
    animation: animation-spinner .5s linear infinite
}

@-webkit-keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.app-sidebar-menu .menu > .menu-item.here > .menu-link .menu-icon {
    background-image: linear-gradient(45deg, #5440ff, #7766ff);
}

.swal2-input {
    width: auto !important;
}

.language-tab {
    display: none;
}

.language-tab.active {
    display: flex;
    flex-direction: column;
}

.swal2-lg {
    width: 60%;
    max-width: 800px;
}

.swal2-md {
    width: 40%;
    max-width: 600px;
}

.swal2-html-container {
    max-height: unset !important;
}

.ql-container {
    height: unset !important;
}

.ql-tooltip {
    z-index: 100;
}

.max-width-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
}

.field-validation-errors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
    padding-left: 10px;
    gap: 5px;
}

.field-validation-errors span {
    display: flex;
    align-items: center;
}

.field-validation-errors span i {
    margin-right: 5px;
}