
/*# sourceMappingURL=custom.min.css.map */

.auth-two-bg {
    background-image: url("./images/auth-two-bg.jpg");
    background-position: center;
    background-size: cover;
}

.auth-three-bg {
    background-image: url("../images/auth-three-bg.jpg");
    background-position: center;
    background-size: cover;
}

.text-box-rtl {
    direction: rtl;
}

.auth-one-bg-mo3lem {
    background-image: url(../images/auth/mo3lem-bg-01.png);
    background-position: center;
    background-size: cover
}

    .auth-one-bg-mo3lem > .bg-overlay {
        background-image: url("../images/cover-pattern.png");
        background-position: center;
        background-size: cover;
        opacity: 0.35;
        background-color: black;
    }

    .auth-one-bg-mo3lem .footer {
        background-color: rgba(var(--vz-primary-rgb), 0.95);
        color: rgba(255, 255, 255, 1);
    }

.frame-360 {
    display: flex;
    min-width: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1000/562;
    margin: auto;
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #495057;
}
