.swal2-confirm.custom-ok-btn {
    background-color: #581036; /* same as .btn-fill */
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 999px; /* Fully rounded */
    font-weight: 600;
    font-size: 16px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.swal2-confirm.custom-ok-btn:hover {
    background-color: #3a0028; /* darker shade for hover */
}

.dropdown-account.dropdown-login #myAccount,
.dropdown-account.dropdown-login #logoutButton {
    font-size: 13px !important;
    padding: 6px 12px !important;
    line-height: 1.5 !important;
    min-width: 100px !important;
    border-radius: 4px !important;
}

.dropdown-account.dropdown-login #logoutButton {
    background-color: #581036; /* same as .btn-fill */ 
    color: #fff;
}

#form-errors {
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease;
}


.address-options {
    display: flex;
    flex-direction: column;
}

.address-option {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.address-option input[type="radio"] {
    margin-right: 8px;
}

#otherAddressInput {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px;
    font-size: 14px;
}


