:root {
    --bb-primary: #206bc4;
}
.sr-only {
    display: none;
}
.eye-customize {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.gallery_image_wrapper {
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
.btn-remove-selected {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 12;
}
/* Spin load */

#status_processing {
    background-color: transparent;
    bottom: 0;
    height: 100%!important;
    left: 0!important;
    margin-inline-start:unset!important;margin-top: unset!important;
    position: absolute;
    right: 0;
    border:unset;
    top: 0!important;
    width: 100%!important;
    z-index: 1
}

#status_processing>div {
    display: none
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#status_processing:after {
    animation: loading-spinner .9s linear infinite;
    border: 3px solid;
    border-color: var(--bb-primary) transparent var(--bb-primary) transparent;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 40px;
    inset-inline-end: 50%;
    position: absolute;
    top: 50%;
    width: 40px
}

#status_processing {
    z-index: 999;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
}

#status_processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

#status_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(13, 110, 253);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

#status_processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

#status_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

#status_processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

#status_processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}
@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

@keyframes loading-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}
/* Dashboard */
.dashboard-widget-item .details {
    height: 9rem;
}
.dashboard-widget-item .details .number {
    font-size: 52px;
    line-height: 78px;
}
.dashboard-widget-item .details .desc {
    font-size: 14px;
    letter-spacing: 0;
}
.dashboard-widget-item .icon {
    --tblr-icon-size:3rem
}

.webkit-block {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.webkit-block-1-line {
    -webkit-line-clamp: 1;
}
.panel-section-item-icon {
    background-color: #f6f8fb;
    border-radius: 4px;
    height: 40px;
    padding: 4px;
    width: 40px;
  }
