.app-logo-inverse {
    height: 180px;
    width: 300px;
    background: url("../../images/logo.svg");
    background-repeat: no-repeat;
    margin-bottom: -100px !important;
}

.modal-content {
    border-radius: 0.8rem;
}

.modal-footer {
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}

.bg-premium-dark {

    background-color: #06252b; /*343a40*/
    background-image: none !important;
}

.registration-country-code {
    height: 35px;
    width: 117px;
    font-weight: 400;
    color: #777;
    border-color: #ced4da;
}

.dropdown-menu{
    min-width: 2rem;
}


body.swal2-shown > [aria-hidden='true'] {
    transition: 0.1s filter;
    filter: grayscale(75%) blur(3px);
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #066361;
}
