.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}

.auth-layout-wrap .auth-content {
    max-width: 660px;
    margin: auto;
}

.auth-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.auth-logo img {
    width: 100px;
    height: 100px;
}

@media (min-width: 1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 660px;
    }
}

@media (max-width: 767px) {
    .auth-layout-wrap .auth-content {
        min-width: 100vw;
        padding: 15px;
    }

    .auth-right {
        padding: 80px 15px;
    }
}

.sortable-placeholder-75 {
    background: #ffa426;
    border: 1px solid #90580c;
    height: 75px;
    padding: 20px;
    opacity: 0.5;
}

.sortable-placeholder-250 {
    background: #ffa426;
    border: 1px solid #90580c;
    height: 250px;
    padding: 20px;
    opacity: 0.5;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.modal-xl {
    max-width: 90%;
}

.bootstrap-select .dropdown-menu li .disabled {
    background-color: #bdbbbb;
}

.ck-editor__editable_inline {
    min-height: 350px;
}

.gesso-font {
    font-family: 'gessoregular', sans-serif !important;
}

.btn-yellow {
    background-color: #e0bb2e;
}

.dataTables_wrapper .dataTables_filter{
    width: 100% !important;
    float: left !important;
}
.dataTables_wrapper .dataTables_length{
    float: right !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100% !important; <!-- or whatever width you want -->
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 100% !important; <!-- or whatever width you want -->
}

.set-type-2 {
    border: 2px solid #428cff !important;
}

.set-type-3 {
    border: 2px solid #e67e22 !important;
}

.set-type-4 {
    border: 2px solid #5C4033 !important;
}

.set-type-5 {
    border: 2px solid #6a64ff !important;
}

.super-set-badge {
    position: absolute;
    left: 0;
    top: -25px;
    background: #428cff;
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.giant-set-badge {
    position: absolute;
    left: 0;
    top: -25px;
    background: #e67e22;
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.drop-set-badge {
    position: absolute;
    left: 0;
    top: -25px;
    background: #5C4033;
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.pyramid-set-badge {
    position: absolute;
    left: 0;
    top: -25px;
    background: #6a64ff;
    text-align: center;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}

.hidden {
    display: none
}
