.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: 100%;
}

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

@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;
}

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

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

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

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

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

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

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

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

.bg-pink {
    color: white;
    background-color: #e2619f;
}

.border-pink {
    border: 2px solid #e2619f !important;
}

.btn-pink {
    color: #fff;
    background-color: #e2619f;
    border-color: #e2619f;
}

.bg-blue {
    color: white;
    background-color: #005b96;
}

.border-blue {
    border: 2px solid #005b96 !important;
}

.btn-blue {
    color: #fff;
    background-color: #005b96;
    border-color: #005b96;
}

.btn-red {
    color: #fff;
    background-color: #F3143F;
    border: #F3143F;
}
