.modal-top-header {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 15px solid #FAC83D;
    border-radius: 30px;
    padding: 15px 25px !important;
    max-height: 500px;
}

.modal-top-header .modal-header{
    border-bottom: 2px solid #707070;
}

.modal-top-header .modal-body{
    padding: 1rem 0;
    overflow: auto;
}


.modal-top-header .button-close {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    position: absolute;
    left: 102%;
    bottom: 102%;
}

.modal-top-header .modal-footer {
    border-top: 2px dotted #707070;
}


.modal-top-header .modal-footer .button-footer .icon-button-footer{
    width: 16px;
    position: absolute;
    top: 36%;
    right: 5%;
}

.modal-top-header .modal-footer .button-footer{
    background: none;
    padding: 12px 50px;
    border: 2px solid #3589DD;
    border-radius: 30px;
    gap: 12px;
}

@media screen and (max-width: 767px) {
    .modal-top-header .button-close {
        left: 97%;
        bottom: 105%;
        transform: translate(-50%);
    }
}

#modal-top-header-2 .modal-top-header span,
#modal-top-header-1 * {
    font-family: "BIZUDPGothic-Bold", sans-serif;
}

#modal-top-header-2 .option-modal .position-relative,
#modal-top-header-2 .option-modal {
    background: linear-gradient(to bottom, white 55%, #F8E780 55%, #F8E780 90%, white 90%);
}

#modal-top-header-2 .modal-top-header .underline .sub-text {
    font-size: 12px;
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

#modal-top-header-2 .modal-title .title-modal {
    display: -webkit-box;
    letter-spacing: 1.6px;
}

#modal-top-header-2 .modal-top-header p {
    letter-spacing: 2.5px;
}

#modal-top-header-2 .modal-top-header .underline {
    display: inline-block;
    text-align: center;
    line-height: 1em;
}

#modal-top-header-2 .modal-top-header p {
    display: -webkit-box;
}
