:root {
    --tw_purple: #625FB6;
    --old_purple1: #6548EA;
    --old_purple2: #8640F9;
    --old_purple3: #4609C8;
    --dark_navy: #121317;
}

/* var(--tw_purple) */

/* START White Navigation Bar */
.navbar {
    /*border-bottom: 1px solid lightgray;*/
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    padding: 0;
    width: 100%;
}

.dropdown-menu {
    z-index: 999 !important;
}

.navbar.dark {
    background: transparent;
}

.navbar.light{
    background: white;
}

.navbar-container {
    margin: 19px 25px 16px 30px !important;
    width: 100%;
    display: flex;
}

.navbar-logo img {
    width: 45px;
}

.navbar-logo{
    margin-right: 25px;
}


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

#left-side {
    width: 35%;
    min-width: 270px;
    margin-right: 8px;
}

.ticket-search-container {
    height: 42px;
    width: 488px;
    margin-top: auto;
    margin-bottom: auto;
}

.search-bar {
    width: 100%;
    height: 100%;
    /* border-radius: 15px !important; */
    border: 0;
    box-shadow: none;
    padding-left: 50px;
    padding-top:5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
}

.search-bar::placeholder {
    font-size: 14px;
}

.light .search-bar{
    outline: none !important;
    color: #4E4E4E;
    border-radius: 60px !important;
    background: #F3F5F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none !important;
}

.light .search-bar::placeholder{
    color: #CCC;
}

.dark .search-bar {
    background: #D9D9D94F;
}

.dark .search-bar::placeholder{
    color: white;
}

.search-icon {
    height: 100%;
    width: 20px;
    color: white;
    position: absolute;
}

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

#ticket-search::placeholder {
    font-family: 'Roboto'; /*"Domine";*/
    color: #ADADAD;
}

.navbar li {
    font-family: 'Roboto'; /*'Pragati Narrow', sans-serif;*/
    font-weight: 400;
    font-size: 25px;
    justify-content: center;
    color: white !important;
}

.dropdown-menu {
    height: 391px !important;
    translate: 0 15px;
    border-radius: 15px;
    padding-bottom: 20px;
    max-height: 1000px !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
}

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

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

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

.categories-container {
    margin-left: 24px;
}

.events-category {
  flex: 1 !important;
  display: flex !important;
}
.unique-categories {
    display: flex !important;
    width: 100% !important;
    justify-content: space-evenly !important;
    max-width: 264px !important;
}

.category-item {
    margin-right: 23px;
    margin-top: auto;
    margin-bottom: auto;
}

.nav-link {
    background-color: transparent;
    font-family: 'Roboto'; /*'Pragati Narrow';*/
    /*font-weight: 700;*/
    font-size: 17px !important;
    /*line-height: 42px;*/
    padding: 0 !important;
}

.dark .nav-link {
    color: white !important;
    font-size: 18px !important;
}

.light .nav-link {
    /* color: #121317 !important;
    font-size: 18px !important; */
    color: #000 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
}

.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;
}

.home_profile_icon {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    background: rgba(66, 66, 66, 1);
    border: rgba(255, 255, 255, 0.3);
    color: #FAFEFF !important;
}

.navbar-profile-text-container {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    background: rgba(240, 240, 240, 1);
    border: 0.3px solid rgba(234, 234, 255, 1);
    /*border: 1px solid #EAEAFF;*/
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap');
.navbar-profile-text {
    color: linear-gradient(169.01deg, #121317 0.84%, #A4A4A4 110.17%);
    font-family: 'Roboto', sans-serif !important;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

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

.navbar-dropdown-content .navbar-dropdown-item{
    font-size: 15px;
    padding: 1px 15px;
}

.navbar-dropdown-item{
    color: black;
}

.navbar-dropdown-item.navbar-dropdown-active, .navbar-dropdown-item:hover {
    background-color: #D3DFFF45;
    border-radius: 10px;
    color: black;
}

.navbar-dropdown-content{
    min-width: 300px;
    display: none;
    margin: 8px 0;
}

.navbar-dropdown-content.navbar-dropdown-active{
    display: inline;
}

.navbar-dropdown-tabs{
    margin: 5px;
}

.navbar-dropdown-scroll{
    overflow-y: auto;
    height: 100%;
    margin-right: 3px;
    margin-bottom: 10px;
    overscroll-behavior: contain;
}

.navbar-dropdown-scroll::-webkit-scrollbar {
    width: 5px; /* Adjust the width as needed */
    margin-right: 5px;
}

.navbar-dropdown-scroll::-webkit-scrollbar-thumb {
    background: #625FB6; /* Main color for the thumb */
    border-radius: 5px; /* Rounded corners for the thumb */
}

.navbar-dropdown-scroll::-webkit-scrollbar-track {
    background: white; /* Background color for the track */
}


/* media query here */
