﻿.top-nav-bar-container {
   /* flex: auto;*/
    justify-content: flex-end;
}

.top-nav-bar {
    display: flex;
    background: #fff;
    justify-content: center;
    padding-top: 5px;
    flex-direction: column;
    align-items: center;
    /*border-bottom: solid 1.5px #c4281f !important;
    box-shadow: inset 0px 0px 0px 0px #c4281f !important;*/
}

.top-nav-bar-logo-and-others
{
    display: flex;
    width: 100%;
    justify-items: center;
    justify-content: space-between;
}

.top-nav-bar-logo
{
    margin-right: auto;
    /*margin-left: auto;
    margin-right: auto;
    margin-top: -43px;*/
}
.top-nav-bar-logo img
{
    width:130px;
    padding-top: 2px;
}
.top-nav-bar-logo-client
{
   /*padding: 9px; */
    /* align-self: end; */
    text-align: right;
}
.top-nav-bar-logo-client img
{
    max-width: 144px;
    max-height: 50px;
}
.top-nav-bar-notifications
{
   display: inline-block;
   margin-top: 8px;
}
.top-nav-bar-hamburger-menu
{
    margin-left: 5px;
}
.top-nav-bar-menu
{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border-bottom: solid 1px #e7e7e7;*/
    /* border-top: solid 1px #e7e7e7; */
    /*margin: -18px 5px 5px 5px;*/
    /*margin: -35px 5px 5px 5px;*/
    margin: -32px 5px 5px 5px;
    padding-bottom: 10px;
    /* width: 100%;*/
}

.notification-bell {
    margin-top: 0px;
}
/*.Top-Search
{
   margin: 0px 0px 5px 8px;
}*/
.top-nav-bar-profile {
    z-index: 1001;
    padding: 0px 10px 0px 10px;
    font-family:sans-serif;
}
    .top-nav-bar-profile h1, .top-nav-bar-profile h2, .top-nav-bar-profile h3, .top-nav-bar-profile h4, .top-nav-bar-profile p
    {
        font-family:sans-serif;
        margin:0px;
        padding:0px;
    }
    .top-nav-bar-profile .photo-right-small {
        height: 40px;
        max-width: 50px;
        border: 0;
        border-radius: 50%;
    }
.top-nav-bar-profile-popup-show {
    display: block !important;
}
.top-nav-bar-profile-popup {
    display: none;
    position: absolute;
    right: 0;
    /*padding: 10px;*/
    margin: 5px;
    background: #fff;
    border: solid 1px #e7e7e7;
    z-index: 2000;
    border-radius: 9px;
    min-width: 350px;
    max-width: 350px;
   /* font-family: 'Roboto';*/
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
    /*font-family: Calibri light;*/
}
.top-nav-bar-profile-popup-body
{
    text-align:center;
    /*padding: 0px 0px 5px 0px;*/
    padding: 4px 12px 12px 12px;
}
.top-nav-bar-profile-popup-body h2
{
    font-size: 18px;
    font-weight: 600;
    font-family: Calibri light;
}
.top-nav-bar-profile-popup-body h3
{
    font-size: 15px;
    font-weight: 500;
    /*font-family: Calibri light;*/
}
.top-nav-bar-profile-popup-profile-image {
    max-height: 110px;
    width: 110px;
    height: 110px;
    padding: 5px;
    border-radius: 50%;
}

.top-nav-bar-profile-popup-body ul {
    overflow: hidden;
    margin-top: 14px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.top-nav-bar-profile-popup-body ul li
{
    padding: 2px 6px 2px 6px;
}
.top-nav-bar-profile-popup-body ul li a
{
    /*border-right:solid 1px #f1f1f1;*/
}
.top-nav-bar-profile-popup-body ul li i
{
    margin-right:3px;
}
.top-nav-bar-profile-popup-body ul li img
{
    margin-right: 3px;
    width: 20px;
    filter: invert(0%) sepia(51%) saturate(17%);
}
.top-nav-bar-profile-popup-body-logout-button {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
    margin-top: 9px;
    display: block;
    font-weight: 600;
}
.top-nav-bar-profile-popup-body-logout-button:hover
{
    background: #e7e7e7;
}
.top-profile-photo-background
{
   background: linear-gradient(0deg, #8d828400 24%, #f1f1f1 51%);
    border-radius: 9px 9px 0px 0px;
    text-align:center;
}
.top-nav-bar-profile-popup-open
{
    cursor: pointer;
}
.top-nav-bar-profile-popup-open:hover
{
    font-weight:800;
}

.top-nav-bar-top-1
{
    /*border-bottom: solid 1px #e7e7e7;*/ 
    display: flex; 
    width: 100%; 
    /*margin-bottom: 7px;*/ 
    justify-content: end;
    flex-wrap: wrap;
    padding: 8px;
}
.top-nav-bar-search
{
    margin-right: auto;
    margin-left: auto;
    align-self: center;
    position: absolute;
    top: 9px;
}
.top-nav-bar-search .Top-Search
{
    /*margin: 0px 0px 5px 8px;*/
    /*display:none;*/
}

.Top-Serach_button_open
{
    display:none;
    border-radius: 5px !important;
    cursor: pointer;
    height: 34px;
    border: 1px solid #f1f1f1;
    padding: 6px;
    background: #f1f1f1;
}
.Top-Serach_box_show {
    display: inline-block !important;
}

.Top-Serach_Drowpdown {
    border-radius: 5px 0px 0px 5px !important;
}
.Top-Serach_button {
    border-radius: 0 5px 5px 0px !important;
}

.top-nav-bar-menu .nav .caret {
	border-top-color:#333;
	border-bottom-color:#333
}

.flex-break-row {
  flex-basis: 100%;
  height: 0;
}

.flex-break-row:hover, .flex-break-column:hover{
    background:none !important;
}

/* Use a collapsed column to break to a new column */
.flex-break-column {
  flex-basis: 100%;
  width: 0;
}

/*Navbar Bottom Mobile*/
.navMenu-bottom-mobile {
    display: flex;
    position: sticky;
    bottom: 0px;
    background: #eee8e8;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    font-size: 13.5px;
    margin: 0px;
    background: #fff;
    color: #333;
    border-top: solid 1px #e1e1e1;
    transition: all .7s linear;
}

.navMenu-bottom-mobile li {
}

    .navMenu-bottom-mobile li i {
        display: block;
        text-align: center;
    }

    .navMenu-bottom-mobile li span {
        display: block;
        text-align: center;
    }

.nav-link-mobile {
    color: #555;
}

    .nav-link-mobile.active {
        background-color: rgba(255,255,255,0.25);
        color: #444;
        font-weight: 600;
    }

    .nav-link-mobile:hover {
        background-color: rgba(255,255,255,0.1);
        color: #444;
        font-weight: 600;
    }

.nav-search {
    text-align: end;
    flex: auto;
    margin-right: 10px;
}
.nav-search img
{
    width:20px;
}
    .nav-search i {
        font-size: 25px;
        padding: 5px;
        margin-top: 5px;
        color: #777;
        cursor: pointer;
    }

.nav-search-box {
    display: flex;
    padding: 0px 5px 5px 8px;
    margin: 0px;
    background: #fff;
    justify-content: center;
    box-shadow: 1px 2px 2px rgb(0 0 0 / 10%);
}

.public-menu-inside-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    padding: 5px 8px 5px 10px;
    /* background: #e7e7e7; */
    /* color: #fff; */
    border-top: solid 1px #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

    .public-menu-inside-app li {
        border-right: solid 1px #1f1f1f3d;
        padding-left: 6px;
        padding-right: 6px;
    }

        .public-menu-inside-app li a {
            color: #1f1f1f;
        }

    .public-menu-inside-app li a:hover {
        font-weight:600;
    }


@media (min-width: 1170px) {
    .navMenu-bottom-mobile {
        display: none;
    }
}

@media (min-width: 667px)
{
    .navMenu-bottom-mobile {
        justify-content: center;
        gap: 30px;
    }
 }
/*End Nvabar Bottom Mobile*/
@media(max-width:1169px) {

    .public-menu-inside-app li {
        flex:auto;
    }
    .top-nav-bar-top-1 {
        /*justify-content:flex-start;*/
        padding: 8px 2px 8px 3px;
    }
    .top-nav-bar-logo-client {
        display:none;
    }
    .top-nav-bar-logo-client img
    {
        width:80px;
    }
    .top-nav-bar-logo {
    }
    .top-nav-bar-logo img{
        width: 88px;
        margin-top: 2px;
    }
    .top-nav-bar-search {
        position: initial;
    /* width: 100%; */
    /* top: 0; */
    margin-left: 5px;
    /* margin-right: 5px;*/
    }
    .top-nav-bar-profile {
        /*margin-top: -107px;*/
        top: 4px;
    }
    .top-nav-bar-menu {
        /*padding-bottom: 0px;*/
        padding: 15px 0 4px 0px;
    }
    /*for landing page*/
    .landing-page-category-1col-balen-margin-left
    {
        margin-right:initial;
    }
    .landing-page-category-1col-balen-margin-right
    {
        margin-left:initial;
    }
    .landing-page-panel-bottom {
    padding: 6px;
    }

    .landing-page-panel-bottom ul li {
    width: 102px;
    }

    .landing-page-body {
        padding: 0 3px 2px 3px;
        margin: 5px 0px 0 0px;
    }
    /*for landing page*/

    .top-recorder-button, .notshow-in-mobile, #li_ShareScreen, #li_toggleRecord
    {
        display:none !important;
    }
    .photo-right-small {
        height: 50px;
        max-width: 50px;
        border: 0;
        border-radius: 50%;
    }

    .Top-Search {
        width: 100% !important;
        padding: 4px;
    }

    .Top-Search input {
        width: 100% !important;
    }
}