/*
Theme Name: BWW
Theme URI: http://bravand.com
Author: Bravand
Author URI: http://bravand.com
Description: Custom theme for BWW
Version: 1.0
*/

.swal-title {
    font-size: 32px;
    color: #1b305b;
    display: block;
    font-weight: 500;
    line-height: normal;
    font-family: 'ff-real-headline-pro', Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0 !important;
}

.swal-content {
    font-family: 'ff-real-headline-pro', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #54565a;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
}

.swal-modal {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;

    max-height: 80vh;
    overflow-y: auto;
}

@media only screen and (max-width: 540px) {
    .swal-modal {
        width: 80%;
    }

    .swal-title {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .swal-content {
        margin-top: 0px;
    }

    .swal-footer {
        margin-top: 0px;
    }
}

.swal-modal button {
    font-family: 'ff-real-headline-pro', Helvetica Neue, Helvetica, Arial, sans-serif;

    background: #395da8 !important;
    color: #fff;
    border: none;
    margin-bottom: 0;
}

.swal-modal button:hover {
    color: #fff;
    background: #395da8;
    opacity: 0.8;
}

.swal-footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.swal-overlay {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
