﻿.modal-header {
    border-bottom: none;
}

    .modal-header .modal-title {
        color: #4A4A4A;
        font-weight: 400;
        font-size: 24px;
        padding: 1rem;
        text-align: center;
    }
    .modal-header .close {
        color: #014A90;
        font-weight: 100;
        font-size: 2.5rem;
        padding: 0.5rem 1rem;
    }

.modal-body {
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0;
}
    #emailConfirmModal .modal-body .modal-image {
        flex-basis: 200px;
    }

    #emailResentModal .modal-body .modal-image,
    #orderCallModal .modal-body .modal-image {
        flex-basis: 100px;
    }

    #orderSentModal .modal-body .modal-image {
        flex-basis: 85px;
    }

    .modal-body .modal-title {
        color: #4A4A4A;
        font-weight: 600;
        font-size: 24px;
        padding-top: 1.5rem;
    }
    
    .modal-body .modal-body-text {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        /* or 153% */
        text-align: center;
        padding: 1rem 3rem;
        color: #4A4A4A;
    }

        #emailResentModal .modal-body .modal-body-text {      
            padding: 1rem 2.5rem 2rem;
        }

        #emailResentModal .modal-body .modal-body-text {      
            padding: 1rem 4rem;
        }
    
        #orderSentModal .modal-body .modal-body-text {     
            margin-bottom: 0;
            padding: 1rem 7rem 0;
        }
    
    .modal-body .form-group {
        padding: 1rem 3rem;
    }

    .modal-body .btn {
        font-size: 18px;
        margin-bottom: 108px;
        height: 48px;
        margin: 0 3rem 3rem;
    }

    .modal-body .modal-body-note {
        padding: 0 6rem;
        text-align: center;
        color: #9B9B9B;
        margin-bottom: 15%;
    }

#emailConfirmModal .modal-footer {
    display: flex;
    flex-direction: column;
    border-top: none;
    padding: 0 0.75rem 0.75rem;
}
    #emailConfirmModal .modal-footer .btn {
        border-width: 2px;
        width: 55%;
    }
