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