﻿@media (min-width: 1051px) {
    .hover-dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; 
    }
}

.rtl-direction {
    direction: rtl;
}

.navbar-container {
    position: sticky;
    top: 0px;
    right: 0px;
    background: #313131;
    font-family: Inter;
    font-style: normal;
    zoom: 1.25;
    z-index: 20;
    margin: 0px;
    height: max-content !important;
    display: block !important;

}


.sticky-table-toolbar {
    position: sticky;
    background:white;
    z-index:19;
    top: 85px;

}



.navbar1, .navbar2 {
    gap: 10px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 68px;
    flex-shrink: 0;
}

.navbar-container .logo {
    width: 134px;
    height: 36px;
    margin: 16px 16px 16px 24px;
}

    .navbar-container .lngbutton {
        margin: auto 8px;
        height: 38px;
        width: 88px;
        display: flex;
        align-items: center;
        border-radius: 2px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        text-transform: uppercase;
    }

    .navbar-container .searchblock {
        padding: 0px;
        margin: 10px 8px;
        position: relative;
        width: 415px;
    }

    .navbar-search {
        display: flex;
        width: 170px;
        padding: 6px 10px;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        border-radius: 200px;
        background: #151515;
        margin: auto 0px;
        border: 1.5px solid #151515;
        box-sizing: border-box;
        height: 32px;
    }

        .navbar-search:focus-within {
            border: 1.5px solid white;
            background: #151515;
        }

.navbar-search input {
    border: none;
    background: transparent;
    width: 100%;
    color: white;
    font-family: Inter;
    font-style: normal;
    text-transform: uppercase;
}


.search-active {
    background-color: #8B8B8B;
    border: 1.5px solid #8B8B8B;
}


.navbar-container .lngbtn-ctrl {
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
}

.navbar-container .lngbtn {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #151515;
    cursor: pointer;
}


.lngbtn-off {
    color: #8B8B8B;
}

.lngbtn-on {
    color: white;
}

.btn-logout, .btn-login, .btn-signup {
    display: flex;
    height: 36px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 200px;
    border: 1px solid #DB4C51;
    margin: auto 0px;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    gap: 3px;
    color: #DB4C51;
}


    .btn-logout:hover {
        background: #151515;
        color: #DB4C51;
        text-decoration: none;
    }





.btn-login {
    color: #151515;
    border: 1px solid #FFF;
    background: #FFF;
}

    .btn-login:hover {
        background: #DB4C51;
        border: 1px solid #DB4C51;
        color: #FFFFFF;
        text-decoration: none;
    }




.btn-signup {
    border: 1px solid #8B8B8B;
    color: #8B8B8B;
    background: rgba(255, 255, 255, 0.10);
    cursor: default;
}

.navbar-menu {
    display: flex;
}

@media (max-width: 1050px){
    .navbar-container {
        zoom:1;
    }

    .navbar-menu {
        display: grid;
        padding-right:0px;
    }
        .navbar-menu li a {
            color: #FFFFFF;
        }

    .navbar2 {
        height: 50px;
        justify-content: initial !important;
        margin: 0px 10px 10px;
    }

    .navbar-search {
        margin:initial;
        width:160px;
    }

    .navbar-menu > li {
        width:max-content!important;
    }

        .navbar-menu > li > a {
            margin:6px 22px!important
        }
}


    .navbar-menu > li {
        display: inline-block;
        padding: 0px 1px;
    }

        .navbar-menu > li > a {
            padding: 8px 12px;
        }

        .navbar-menu > li a {
            direction: ltr;
        }

            .navbar-menu > li a:focus {
                background: transparent !important;
            }

    .navbar-menu .dropdown-toggle {
        display: flex;
        padding: 4px 2px 4px 0px;
        margin: 0px 6px 0px 8px;
        justify-content: center;
        align-items: center;
        gap: 0px;
        height: 36px;
        color: #DEDEDE;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        text-transform: uppercase;
        box-sizing: border-box;
        border: 2px solid #313131;
    }

        .navbar-menu .dropdown-toggle:hover {
            color: #FFFFFF;
            font-weight: 600;
            background: transparent;
            border-bottom: 2px solid #DB4C51;
        }

    .navbar-menu .open > a {
        color: #FFFFFF !important;
        font-weight: 600;
        background: transparent !important;
        border-color: transparent !important;
        border-bottom: 2px solid #DB4C51 !important;
    }

    .navbar-menu > .active {
        background-color: transparent !important;
    }

    .navbar-menu >.active > a {
        color: #FFFFFF !important;
        font-weight: 600;
        border-color: transparent !important;
        border-bottom: 2px solid #DB4C51 !important;
    }

    .navbar-menu .dropdown-menu {
        
        margin-left: 8px !important;
    }
