/* Modal-start */

.modal .modal-body .close-button{
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    border-radius: 100%;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.modal{
    --bs-modal-border-color: none;
}

.modal .modal-body{
    padding: 0;
}

.modal-content{
    background: none;
}

.modal-body .close-button i{
    font-size: 35px;
    color: var(--white-color);
    transition: all 0.4s;
    margin-top: 2px;
    line-height: 20px;
}

/* Modal-end */