.countryModal-wrapper .modal-inner-wrap {
    width: 75%;
}
.countryModal-wrapper .action-close {
    z-index: 100;
}
#countryModal {
    text-align: center;
}
#countryModal h3 {
    color: #152847;
    font-size: 24px;
    margin-bottom: 16px;
}
.countryModal-wrapper .countryModalYes {
    background: #36bfcc !important;
    margin-right: 36px;
}
.countryModal-wrapper .countryModalNo {
    background: #efefef !important;
    color: black;
}
.countryModalButtons {
    margin-top: 16px;
}
.countryModalButtons button {
    width: 150px;
}

@media (max-width: 540px){
    .countryModal-wrapper br {
        display: inline-block !important;
    }
    .countryModal-wrapper .countryModalYes {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}

