/* 
Modals
Framework LLC
Version: 1.0.0
*/

.fw-modal-body {
    height: calc(100vh - 30px);
    overflow-y: auto !important;
    padding: 25px 20px 130px 20px;
    scrollbar-width: none !important;
}

.modal-body::-webkit-scrollbar {
    display: none !important;
}

.fw-modal-content {
    padding: 0;
}

.btn-close {
    right: 20px;
    top: 20px;
    width: 40px !important;
    height: 40px !important;
    background-color: #ebebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close i {
    font-size: 20px;
}

.fw-modal-content div {
    border-radius: 25px 25px 0 0;
}