/*MODAL*/
.modal-header {
    background-color: #1f5d3b;
    color: white;
    font-size: 18px;
}

.modal-header .modal-title {
    font-weight: bold;
}

.modal-body {
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-height: 70vh;
    overflow-y: auto;
}

.terms-content p {
    font-size: 16px;
    color: #555;
    text-align: justify;
}

.modal-footer {
    justify-content: flex-end;
}

.modal-footer button {
    font-weight: bold;
    background-color: #1f5d3b;
    color: white;
}

.modal-footer button:hover {
    background-color: #559b45;
    border-color: #559b45;
}

.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.btn-close-white {
    background-color: #ffffff;
}