.error-message {
    color: red;
    text-align: center;
}
.custom-modal {
    max-width: 500px;
}
.custom-modal-body {
    padding: 1rem;
}

.modal-content {
    padding: 20px;
    border-radius: 10px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding: 10px;
}
.modal-title {
    text-align: center;
    margin: 0 auto;
}
.custom-form .form-label {
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}
.custom-form .form-control {
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}
.btn-primary {
    background-color: #26f044;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #393737;
}
.btn-primary:focus {
    background-color: #26f044;
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #393737;
}
.btn-primary:hover {
    background-color: #17d934;
}
.invalid-feedback {
    font-size: 12px;
    color: red;
}