.dark-mode .nav-item svg {
    fill: white !important;
    stroke: white;
}

.dark-mode .navbar__search input {
    color: white;
}




.dark-mode .navbar {
    background-color: rgb(24, 24, 24);

}

.dark-mode .navbar__search {
    background-color: transparent;

}

.dark-mode .nav-item span {
    color: white;
}

.ll {
    width: 100%;
}

.navbar {
    padding-left: 10px;
    padding-right: 10px;
}

.h7 {
    height: 70px;
}

/* Navbar styles */
.navbar {
    top: 0;
    /* Initial background color */
    color: black;
    /*  background-color: #ba8105; */
    display: flex;
    flex-flow: column;
    padding: 10px 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.sb {
    justify-content: space-between;
}

.navbar__logo {
    display: flex;
    align-items: center;
}

.logo a {
    text-transform: uppercase();
    color: black;
    font-weight: 500;
    max-height: 60px;
    font-family: sohneb;
    /* color: #f4f4f4; */
}


.navbar__search {
    display: flex;

    align-items: center;
    background-color: #f4f4f4;
    border: none;
    outline: none;
    /*  padding: 13px; */
    margin-left: 15px;
    border-radius: 25px;
}

/*
.navbar__search svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

*/

.navbar__search {
    padding-left: 10px;
}

.navbar__search svg {
    margin-right: 6px;
}

.nav-item>svg {
    fill: black;
}

.navbar__search input {
    border: none;
    outline: none;
    background-color: transparent;
    color: black;
    width: 100%;
}

.navbar__menu {
    display: flex;
    align-items: center;
    margin-right: 100px;
    gap: 13px;
}

.navbar__menu-item {
    display: flex;
    align-items: center;

}

.dark-mode .sd,
.dark-mode .xvg,
.dark-mode .brand {
    color: gray;
    fill: gray;
    stroke: none;
}

.tt {
    display: inline-block;
    /* turn it into a box you can size */
    font-size: 14px;
    /* your desired text size */
    line-height: 14px;
    /* exactly match font-size → no extra space */
    padding: 0;
    /* eliminate any padding */
    vertical-align: top;
    /* if you want this span to sit flush at the top among other inline elements */
}


.col {
    flex-flow: column;
}

.navbar .btn {
    font-size: 12px;
    font-weight: bold;
    color: rgb(24, 24, 24, 1);
    height: 40px;
    border-radius: 20px 10px 11px 110px;
    margin: 0 !important;
    min-width: 60px;
}

.ccp {
    width: 50px;
    height: 45px;
}

.dark-mode .ccp {
    background: none !important;
}

.navbar .navbar__menu button {
    border: none;
    background-color: black;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    font-weight: 900;
}

.dark-mode .navbar .navbar__menu button,
.navbar .navbar__menu button a,
.dark-mode .navbar .navbar__menu button a {
    background-color: transparent;
    color: white !important;
    box-shadow: none;
}


.nav-item,
.nav-item .hidden,
.dark-mode .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-item span {
    font-size: 10px;
    font-weight: bold;
    color: black;
    font-family: sohnedb;
}



@media only screen and (max-width: 767px) {
    .no_disp {
        display: none
    }

    .navbar__search {
        width: 100%;
        margin: 0;
        height: 50px;
        background-color: #ebebeb;
    }

    #anav {
        margin-top: 20px;
    }

    .navbar__menu {
        margin-right: 0 !important;
        padding: 0 !important;
    }
}

/*
@media only screen and (max-width: 500px) {
    .navbar__search {
        height: 10px;
        width: 100px;
    }

}
    */