  /* Existing Styles */
    .country-selector {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 0 center;
        background-size: 1em;
        padding-right: 20px !important;
        max-width: 150px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .country-selector option {
        color: black;
        background: white;
    }
    .header-bottom-set {
        margin-right: 10px;
    }
    li a:hover {
        color: black !important;
    }
    /* Custom Country Selector Styles for switchcountryclass */
    .switchcountryclass {
        position: relative;
        display: inline-block;
        font-family: 'Georgia', serif !important;
        max-width: 170px;
    }
    .switchcountryclass .selected-country {
    
        color: #000 !important;
        padding: 8px 15px !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        font-size: 0.95em !important;
        transition: background-color 0.3s;
        border: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  
    .switchcountryclass .selected-country img {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        margin-right: 8px !important;
    }
    .switchcountryclass .selected-country i {
        margin-left: 8px !important;
    }
    .switchcountryclass .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 4px !important;
        min-width: 150px !important;
        z-index: 1000 !important;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
        padding: 0 !important;
        margin-top: 5px !important;
    }
    .switchcountryclass .dropdown-menu.show {
        display: block !important;
    }
    .switchcountryclass .dropdown-item {
        display: flex !important;
        align-items: center !important;
        padding: 10px 15px !important;
        color: #333 !important;
        font-size: 0.95em !important;
        cursor: pointer !important;
        transition: background-color 0.2s;
    }
    .switchcountryclass .dropdown-item:hover {
        background-color: #f8f9fa !important;
    }
    .switchcountryclass .dropdown-item img {
        width: 20px !important;
        height: 20px !important;
        border-radius: 50% !important;
        margin-right: 8px !important;
    }
    
    
    
    /* Custom Track Order Link */
.custom-top-header-bottom {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    padding-left: 4vw;
}

.custom-track-link {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

.custom-track-link:hover {
    color: #50016e;
}

/* Superscript Beta Badge */
.custom-beta-sup {
    font-size: 9px;
    font-weight: 600;
    background-color: #50026E;
    color: white;
    padding: 1px 6px;
    border-radius: 8px;
    position: relative;
    top: -0.6em;   /* superscript style */
    margin-left: 2px;
}
