#root_modals {
    position: relative;
    z-index: 100;
    font-family: "Suisse Intl",sans-serif;
    text-transform: lowercase;
}

.SmartCaptcha-Shield {
    display: none!important;
}

.alert-enter {
    opacity: 0;
}

.alert-enter-active {
    opacity: 1;
    transition: opacity .3s;
}

.alert-exit {
    opacity: 1;
}

.alert-exit-active {
    opacity: 0;
    transition: opacity .3s;
}
