.custom-navbar {
    background-color: #f4e9df !important;
    /* Light beige background */
    padding: 10px 0;
}

.btn-blue {
    color: #fff !important;
    background-color: #102D4F !important;
}

.modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    opacity: 1;
    background: transparent url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.292893 0.292893C0.683417 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L7 5.58579L12.2929 0.292893C12.6834 -0.0976311 13.3166 -0.0976311 13.7071 0.292893C14.0976 0.683417 14.0976 1.31658 13.7071 1.70711L8.41421 7L13.7071 12.2929C14.0976 12.6834 14.0976 13.3166 13.7071 13.7071C13.3166 14.0976 12.6834 14.0976 12.2929 13.7071L7 8.41421L1.70711 13.7071C1.31658 14.0976 0.683417 14.0976 0.292893 13.7071C-0.0976311 13.3166 -0.0976311 12.6834 0.292893 12.2929L5.58579 7L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683417 0.292893 0.292893Z' fill='%23102D4F'/%3E%3C/svg%3E%0A") center/1em auto no-repeat;
    width: 14px;
    height: 14px;
    border-radius: 0;
}

.navbar-brand img {
    height: 100px;
    /* Adjust size as needed */
}

.navbar-brand span {
    font-weight: bold !important;
    color: #c0392b;
    /* Red color for text */
    margin-left: 8px;
}

.btn-member {
    background-color: #BB6721 !important;
    color: white !important;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
}

.btn-member:hover {
    background-color: #8c4915 !important;
}

.btn-login {
    border: 1px solid #a35a1d !important;
    color: #a35a1d !important;
    padding: 6px 12px;
    border-radius: 5px;
}

.btn-login:hover {
    background-color: #a35a1d !important;
    color: white !important;
}


.userInput input {
    margin: 10px;
    height: 40px;
    width: 30px;
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 1.2rem;
    background: #eef2f3;
}

.modal-content {
    background-image: url('../images/popup-bg.png');
}

.capitalize {
    text-transform: capitalize;
}