:root {
    --tw_purple: #625FB6;
    --old_purple1: #6548EA;
    --old_purple2: #8640F9;
    --old_purple3: #4609C8;
    --dark_navy: #0a1158;
}
/* var(--tw_purple) */

/* START White Navigation Bar */
.navbar {
    /* border-bottom: 1px solid lightgray; */
    /* position: sticky; */
    top: 0;
    z-index: 1;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.logo-filter {
    filter: drop-shadow(0px 0px 1.2px var(--tw_purple));
}

#left-side {
    width:50%;
    min-width: 270px;
    margin-right: 8px;
}
.ticket-search {
    width: 100%;
}

#event-search-input {
    /* min-width: 0 !important; */
    /* width: 488px; */
    border: 0.5px solid rgba(113, 118, 159, 1);
    border-radius: 11px;
    font-family: 'Roboto';
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: none;
    padding-left: 50px;

}

/* #event-search-input input[type="text"] {
    flex: 1;
    padding: 5px;
} */

#ticket-search::placeholder {
    /* font-family: rgba(113, 118, 159, 1); */
    /* padding-left: 20px; */
    color: rgba(113, 118, 159, 1);
}

.navbar li {
    font-family: 'Roboto'; /*'Pragati Narrow', sans-serif;*/
    font-weight: 400;
    font-size: 25px;
    line-height: 42px;
    color: #0A1158;
}

.dropdown-menu {
    max-height: 250px;
    overflow: auto;
    width:75px;
    margin-top: -10px !important;
}

.dropdown-menu {
    font-family: 'Roboto'; /*'Goldman';*/
    font-size: 1rem;
}

.dropdown-item {
    font-family: 'Roboto'; /*'Goldman';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #0A1158;
}

#nav-profile-pic {
    height: 40px;
    width: 40px;
    border: 1px solid var(--tw_purple);
    border-radius: 50%;
}


.nav-link {
    color: #0A1158!important;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(10, 17, 88, 1);    
}

.nav-link.active {
    
    /* color: white !important; */
    /* text-decoration: underline; */
    text-decoration: none;
}

.nav-link:not(.active):hover {
    color: var(--tw_purple)!important;
    /* text-decoration: underline; */
    text-decoration: none;
}

#profile-pic-circle-button {
    display: inline !important;
}

#profile-pic-circle {
    margin-top: 4px !important;
}

/* Small devices (phones, 600px and down) */
/* @media only screen and (max-width: 1050px) {
    #event-search-input {
        max-width: 300px !important;
    }
}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 430px) {
    #event-search-input {
        max-width: 150px !important;
    }
} */

/*@media (max-width: 990px) {
    #left-side {
        width: 93%;
        
    }
}

@media (max-width: 840px) {
    #left-side {
        width: 90%;
    }
}
@media (max-width: 640px) {
    #left-side {
        width: 85%;
    }
}

@media (max-width: 450px) {
    #left-side {
        width: 82%;
    }
}*/

#profile-pic-circle {
    height: 46px;
    width: 46px;
    text-align: center;
    color: linear-gradient(169.01deg, #0A1158 0.84%, #A4A4A4 110.17%);
    /* border: 1px solid var(--dark_navy); */
    /* background-color: rgb(83, 83, 83); */
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    font-size: 20px !important;
    background: linear-gradient(0deg, #EAEAFF, #EAEAFF),
    linear-gradient(0deg, #F9F9F9, #F9F9F9);
    ;
}

#circle-text {
    color: var(--dark_navy);
    text-align: center;
    font-family: 'Roboto'; /*Pragati Narrow;*/
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
}