<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mobile_header {
    display: none !important;
}

.header__wrapper {
    padding: 50px 60px 1.5rem 0 !important;
/*    z-index: 9999;*/
    top: 0;
}

.button__group {
    padding-right: 1.5rem !important;
}

.button__group .btn-outline-secondary {
    margin-right: .25rem !important;
}

#back-arrow {
    margin-left: 15px;
}
.ref_code_model .swal2-popup .swal2-title {
    font-size: 1.875em !important;
}
.ref_code_model .btn-primary-btn {
    width: 100%;
    height: 40px;
    background-color: #EC661A;
    color: #fff;
    border-radius: 6px;
    border: none;
}
.ref_code_model .swal2-actions {
    width: 50% !important;
}
.ref-code-section input[name="bhid"]:read-only {
    background-color: #c9c8ce;
    color: #6f6b7d;
}
@media(max-width:768px) {
    #back-arrow {
        margin-left: 0px;
    }

    #desktop_header #back-arrow {
        display: none !important;

    }

    .back-arrow-col {
        display: none !important;

    }

    .back-arrow-col-btn {
        width: 100% !important;
    }

    .button__group .btn-outline-secondary {
        margin-right: 0 !important;
    }

    .header__wrapper {
        padding: 20px 10px 10px 10px !important;
    }

    #mobile_header {
        display: flex !important;
    }

    #mobile_header {
        display: flex !important;
    }

    .button__group {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 10px 0;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    #desktop_header {
        display: none;
    }
}
</pre></body></html>