.modal-body {
    font-size: 14px;
    line-height: 1.5715;
    word-wrap: break-word;
    color: rgba(0,0,0,.85);
    padding: 0 40px 22px 48px!important;
}
.modal-header {
    border-bottom: none;
    height: 64px;
    padding: 20px 40px;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 24px;
    border-radius: 12px 12px 0 0;
}

.modal-footer {
    border-top: none;
    padding-right: 40px;
}

.modal-confirm-btn {
    height: auto;
    padding: 10px 16px;
    color: #fff;
    background: #247bbf;
    border-radius: 4px;
    box-shadow: none;
    border-color: #247bbf;
}
.modal-confirm-btn:hover,.modal-confirm-btn:focus {
    color: #fff;
    background: #247bbf;
    border-radius: 4px;
    box-shadow: none;
    border-color: #247bbf;
}
.modal-content {
    border: 1px solid #db1f1f;
    border-left-width: 12px;
    border-radius: 0!important;
}