.modal-body{ padding: 0 70px;}
.modal-header{ padding:30px 0 0; border: none;display: block;}
.modal-header h2{ font-size: 30px; line-height: 49px; margin: 0 0 25px; position: relative;}
.modal-content { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.modal-body{ padding-top: 30px; padding-bottom: 30px;}
.modal-header h2::after{
    position: absolute; left: 50%; bottom: -10px; width: 60px; height: 4px; background: var(--buttoncolor); content: ''; margin-left: -30px;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px;
}
.modal-header .close{
    width: 35px; height: 35px; text-align: center; line-height: 35px; color: #fff; font-size: 30px; background-color: #b8565f;
    position: absolute; right: 6px; top: 8px; z-index: 1000; cursor: pointer; opacity: 1; outline: none;
    -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px;
}
.modal-header .close span{ display: block; width: 100%; height: 35px; line-height: 29px;}
.verifynumber {
    position: relative;
}
.float-right{float:right}
.verifynumber .verifybutton button {
    background: var(--button-color);
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12.6px 15px;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.verifynumber .verifybutton {
    position: absolute;
    top: 24px;
    right: 11px;
    /*z-index: 10000;*/
}
.verifynumber .verifiedbtn {
    position: absolute;
    top: 24px;
    right: 11px;
    /*z-index: 10000;*/
}
.verifynumber .verifiedbtn button {
    background: var(--button-color);
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 12.6px 15px;
    font-weight: 600;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.form-check-input:checked {
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.swal2-confirm{
    background-color: var(--button-color) !important;
}

.fa-rotate-minus-40 {
    -webkit-transform: rotate(90deg);
    transform: rotate(-40deg);
}