/* Force login modal to appear above all other modals */
.register__modal {
    z-index: 999999999 !important;
    position: fixed !important;
}

.register__modal.show {
    z-index: 999999999 !important;
    position: fixed !important;
}

.register__modal .modal-dialog {
    z-index: 999999999 !important;
    position: relative !important;
}

.register__modal .modal-content {
    z-index: 999999999 !important;
    position: relative !important;
}

/* Specific targeting for register modal */
#register__modal {
    z-index: 999999999 !important;
    position: fixed !important;
}

#register__modal.show {
    z-index: 999999999 !important;
    position: fixed !important;
}

#register__modal .modal-dialog {
    z-index: 999999999 !important;
    position: relative !important;
}

#register__modal .modal-content {
    z-index: 999999999 !important;
    position: relative !important;
}

/* Override any competing z-index */
.modal.fade.register__modal {
    z-index: 999999999 !important;
}

.modal.fade.register__modal.show {
    z-index: 999999999 !important;
}