.modal-dialog {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    margin: auto 5%;
    width: 90%;
    height: 80%;
}

.btn-popup {
    background: #000 !important;
    border: none;
    padding: 5px 10px;
}

.modal.fade.show {
    justify-content: center;
    display: flex !important;
}

.modal-content {
    border-radius: 20px;

}



.modal-dialog {
    max-width: calc((var(--litepicker-month-width) * 2) + 80px);
    justify-content: center;
    margin: 0 auto;
}

.container__months.columns-2 {
    box-shadow: none;
}

.modal-body {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    display: flex;
}

.modal-dialog button,
.modal-dialog button span {
    font-size: 16px !important;
}