.top-bar {
    height: 29px;
    
}

.top-bar span
{
	font-weight: 600;
    font-size: 1rem;
}

.nav-link
{
	font-size: 0.97rem;
    font-weight: 600;
}

.dropdown-item
{
	font-size : 0.875rem;
}

.topbar-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0em;
}

offcanvasSidebar li {
    font-size: 0.8rem;
}

#offcanvasSidebar .nav-link
{
	font-size : 0.8rem;
}


.search-mb {
    /* z-index: 9999;
    position: fixed;
    width: 99%;
    top: 24px;
    left: 0;
    padding: 0px 6px;
    background: #FFFFFF; */
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
    z-index: 10000;
    position: relative;
    width: 99%;
    top: 12px;
    left: 0;
    padding: 0px 6px;
    background: #FFFFFF;
    box-shadow: 0 2pxrem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 11px;
    /* outline: 1px solid green; */
    border: 1px solid green;
}

.navbar .search-mb form[role=search] {
    width: 100%;
    background: transparent;
    align-items: center;
}

.search-mb .form-control {
    margin-right: 10px;
    border: 0;
}


.search-mb .closeBtn {
    width: 18px;
    height: 18px;
    margin-left: 15px;
}

/* ------------------- */
/* ≤ 576px (Mobile) */
/* ------------------- */
@media (max-width: 576px) {
    .top-bar {
        height: fit-content;
        width: 100%;
        z-index: 2 !important;
        top: 0;
        /* position: sticky !important; */ /* Uncomment if needed */
    }

    .topbar-text {
        line-height: 15px;
        font-size: 12px;
    }

    .top-bar span {
        font-size: 1rem;
        font-weight: 600;
    }

    .search-mb .btn {
        padding: 0;
        border: 0 !important;
        height: 20px;
    }

    .top_becomesaler {
        justify-content: center !important;
    }

    .top_calldetails {
        text-align: center !important;
    }
}


/* ------------------- */
/* 577px to 767px (Small tablets) */
/* ------------------- */
@media (max-width: 767px) and (min-width: 577px) {
    .top-bar {
        height: 50px;
    }

    .topbar-text {
        font-size: 12px;
        line-height: 18px;
    }
}


/* ------------------- */
/* ≥ 768px (Tablets and up) */
/* ------------------- */
@media (min-width: 768px) {
    .top-bar {
        flex-wrap: wrap;
        height: auto;
        align-items: center;
    }

    .top_calldetails {
        text-align: center !important;
        justify-content: flex-end !important;
        align-items: center !important;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .top_calldetails a {
        flex-shrink: 0;
        /* max-width: 100%; */
        white-space: normal;
    }
}

