/* Modal */
.modal-footer {
    justify-content: space-between;
}

.modal-body p {
    margin-top: 20px;
}

/* Modal Styles */
.modal-content {
    background-color: #1f1b2c;
    border: 1px solid #3f3a4c;
}

.modal-header {
    border-bottom: 1px solid #3f3a4c;
}

.modal-footer {
    border-top: 1px solid #3f3a4c;
}

.modal-title {
    color: white;
}

.modal-body label {
    color: #c8bdcb;
    margin-bottom: 0.5rem;
}

.form-control {
    background-color: #282534;
    border: 1px solid #3f3a4c;
    color: white;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}