#mainNav__container {
    background-color: #4C6FD4; 
    box-shadow: 0 4px 8px grey; 
    padding: 10px 0;
}
#mainNav__innercontainer {
    max-width: 1300px; 
    /* background-color: yellow;  */
    display: block;
    flex-direction: row;
    flex: 1; 
    padding: 5px 0;
}
.Main_logo {
    height: 35px; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    /* left: 0;  */
    right: 0; 
    margin: auto;
}

.mobile_view .searchAndBurgerIcon__container img {
    display: none;
}

.search__container {
    display: flex; 
    align-items: center; 
    justify-content: flex-start;  
    align-self: auto;
}

.mobileView__show, .search__innercontainer {
    display: none;
}
.credentials__container {
    display: flex;
    justify-content:center;
}

.sidepannel_mobileview{
    display: none !important;
}

.logout_main_container {
    display:inline-block;
    position:relative;
    text-align:left;
    cursor: pointer;
}

.logout_main_container .profile_dropdown_container {
    margin-top: 12px;
    color:rgb(93, 93, 93);
    background-color:#FFFFFF;
    font-weight:normal;
    font-size:15px;
    border-radius:8px;
    box-sizing:border-box;
    box-shadow:0 1px 8px #DDDDDD;

    position: absolute;
    top:50%;
    /* left:100%; */
    z-index:9999999;
    width: 11rem;
    transform: translateY(20px);
    transition: transform 0.25s ease 0s, opacity 0.25s ease 0s;
    overflow: hidden;

    visibility: hidden;
    opacity:0;
}

.logout_main_container.active .profile_dropdown_container {
    visibility:visible; opacity:1;
}

.logout_main_container .profile_dropdown_container .row_container{
    padding: 12px 12px;
    text-align: left;
    cursor: pointer;
}
.logout_main_container .profile_dropdown_container .row_container:hover {
    background-color: rgba(236, 236, 236, 0.594);
}

.logout_container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.logout_container .user_profile_img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-image: url(../images/profile-pictures/unknownPic.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.logout_container .user_name {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0.5rem;
    color: rgb(238, 238, 238);
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.logout_main_container .logout_container .arrow_mark:before{
    content: "";
    position: absolute;
    top: 10px;
    /* right: 18px; */
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transition: transform 0.2s ease 0s;
    transform: rotate(-45deg);
}

.logout_main_container.active .logout_container .arrow_mark:before{
    top: 15px;
    transform: rotate(-225deg);
}

.button-link {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    cursor: auto;
    display: block;
    cursor: pointer;
}
.button-link:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    cursor: auto;
    display: block;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background */
    display: none;
    z-index: 1000;
}
#getLocationButton {
    position: fixed;
    left: 40px;
    top: 70px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: none;
    z-index: 99999;
    max-width: 400px;
    padding: 18px 0 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.location-icon {
    width: 60px;
    height: 40px;
    color: #6f42c1;
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 24px;
    background: none;
    border: none;
    font-size: 20px;
    color: #888;
    cursor: pointer;
    z-index: 100000;
    line-height: 1;
    padding: 0;
}

.btn-close:hover {
    color: #000;
}



/* #useCurrentLocation {
    background-color: white;
    border: 1px solid #ff385c;
    color: #ff385c;
} */

@media (max-width: 480px) {
    #getLocationButton {
        position: fixed;
        left: 50%;
        top: 120px;
        transform: translate(-50%, -50%);
        max-width: 400px;
        width: 90%;
    }
    #mainNav__container {
        padding: 0;
        display: flex;
        flex-direction: row;
        /* background-color: yellow; */
    }
    #mainNav__innercontainer {
        display: flex;
        flex-direction: row;
        padding: 10px 20px;
        /* background-color: yellow; */
    }
    #movileView__container {
        display: flex;
        flex: 1;
        width: 100%;
        /* background-color: greenyellow; */
        padding: 0 10px;
    }
    .mobile_view {
        display: flex;
        flex: 1;
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        /* background-color: red; */
        padding: 5px 5px 5px !important;
    }
    .mobile_view .searchAndBurgerIcon__container {
        /* background-color: yellow; */
        color: aquamarine;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .mobile_view .searchAndBurgerIcon__container img {
        /* font-size: 20px; */
        /* font-weight: lighter; */
        display: block;
        width: 20px;
        color: white;
    }
    .navbar-brand {
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        margin: 0;
        /* background-color: aqua; */
    }
    /* .navbar-brand img {
        display: flex;
        flex: 1;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: bisque;
    } */
    .navbar-toggler {
        padding: 0;
        border: 0;
        display: flex;
        justify-items: flex-end;
    }
    .Main_logo {
        height: 28px; 
        position: absolute; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        /* right: 77%;  */
        margin: auto;
        float: left;
        /* background-color: yellow; */
    }
    #navbarNavDropdown .row {
        display: flex;
        flex-direction: column;
        /* background-color: yellow; */
    }
    .search__container {
        display: none;
        width: 30px;
    }
    .search__container input {
        width: 50px;
    }

    #HowItWorks__container {
        display: none;
        /* background-color: aquamarine; */
    }

    .mobileView__show {
        display: flex;
        padding: 5px 10px;
        color: rgb(238, 238, 238);
    }
    .mobileView__show a:link, .mobileView__show a:visited {
        text-decoration: inherit;
        color: inherit;
        cursor: auto;
    }

    #search__Maincontainer, #navbarNavDropdown_searchfield {
        padding: 0;
    }

    .search__innercontainer {
        display: flex;
        flex-direction: row;
        /* background-color: aqua; */
        gap: 10px
    }
    .credentials__container {
        display: flex;
        justify-content: flex-start;
        padding-left: 10px
    }
    .login__container {
        padding-left: 0 !important;
    }

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -60%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 65%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .sidepannel_mobileview{
        display: block !important;
    }
    .sidepannel_mobileview .profile_view {
        display: flex;
        align-items: center;
        padding: 20px 0 0 0;
        white-space: nowrap;
    }
    .sidepannel_mobileview .profile_view .main_profile_check {
        display: flex;
    }
    .sidepannel_mobileview .profile_view .truncate {
        max-width: 142px; /* Adjust this width as needed */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 5px;
    }
    .sidepannel_mobileview hr{
        width: 100%;
    }
    .sidepannel_mobileview .nav-item .nav_sub_text{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .sidepannel_mobileview .nav-item .nav_sub_text .image{
        width: 22px;
    }
    .sidepannel_mobileview .nav-item a{
        color: black !important;
    }
    #logoutDirect {
        padding: 0.5rem 0;
    }
    .text-truncate {
        display: flex;
        align-items: center;
    }
    .mobile_side_content{
        padding: 8px 0;
    }
}