@charset "UTF-8";

.common-style-popup .modal-content {border-radius:10px;}
.common-style-popup .close {display:none;}
.common-style-popup .modal-header {text-align:center;}
.common-style-popup .modal-title {margin:0 auto;font-size:24px;line-height:1;color:#2e2e2e;}
.common-style-popup .modal-body {padding:25px 35px;}
.common-style-popup .modal-footer {padding:0;}
.common-style-popup .modal-footer .btn-close {display:block;width:100%;height:100%;padding:20px;border:none;border-top:1px solid #e8e8e8;border-radius: 0px 0px 10px 10px;background:#f1f1f1;line-height:1;font-weight:400;font-size:19px;color:#2e2e2e;cursor:pointer}

@media (max-width: 991px) {
    .common-style-popup .modal-title {font-size:23px;}
    .common-style-popup .modal-body {padding:15px 25px;}
    .common-style-popup .modal-footer .btn-close {font-size:18px;}
}