.modal-content {
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #6c4d30;
    color: #ffffff;
    border-bottom: none;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f9f9f9;
}

.btn-close {
    color: #ffffff;
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}

.modal-body {
    font-size: 1rem;
    color: #333;
}

.form-label {
    font-weight: bold;
    color: #6c4d30;
}


.form-control {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    line-height: 10px;
    padding-left: 5px; 
    height: 30px;
}

button#findGiftBtn {
    background-color: #6c4d30;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    transition: background-color 0.3s;
}

button#findGiftBtn:hover {
    background-color: #5a3e26;
}
