#dirNavbarNavMobile {
        background: #e8e8e8;
        border-top:1px solid gainsboro;
        display:flex ;
        position: fixed;
        padding:5px;
        bottom: 0;
        left:0;
        right:0;
        height:60px;
    }
#signInBtn, #forgotPwBtn, #btnUpdateAttendee {
    min-width: 260px;
}
#dirNavbarNav .invertBtn, 
#dirNavbarNavMobile .invertBtn{
    background: transparent !important;
    max-height: 43px;
    font-size: 14px !important;
    color: #999999 !important;
}
#dirNavbarNavMobile .invertBtn{
    max-height:50px;
    opacity: 1 !important;
}
#dirNavbarNavMobile > li a{
    width: 100%;
    display: inline-flex;
}

#dirNavbarNavMobile > li a .invertBtn{
    width: 100%;
}
.invertBtn:disabled, #dirNavbarNav .invertBtn:disabled, #dirNavbarNavMobile .invertBtn:disabled {
    background: white !important;
    color: #999999 !important;
}
.invertBtn:disabled, #dirNavbarNav .invertBtn:disabled i, #dirNavbarNavMobile .invertBtn:disabled i{
    /* background: white !important; */
    color: #999999 !important;
}

.invertBtn:hover , ul#dirNavbarNav a button.invertBtn:hover:not(:disabled), ul#dirNavbarNavMobile a button.invertBtn:hover:not(:disabled){
    color: rgb(153, 153, 153) !important;
    background: rgb(243,243,243) !important;
}
.invertBtn:disabled:hover , ul#dirNavbarNav a button.invertBtn:disabled:hover{
    color: initial !important;
    background: initial !important;
}
ul#dirNavbarNav a button.invertBtn:disabled:hover, ul#dirNavbarNavMobile a button.invertBtn:disabled:hover{
    color:#999999;
}
.invertBtn:disabled i{
	color: #151515 !important;
    transform: scale(1.25);
    transition: 0.001s;
}
#dirNavbarNav .invertBtn:disabled i{
    color: #999999 !important;
}
#dirNavbarNav i, #dirNavbarNavMobile i{
    color: #999999 !important;
}
#dirNavbarNavMobile .invertBtn{
    border-radius: 30px !important;
    outline: none;
    border: none !important;
    box-shadow: none !important;
    background-color: transparent ;
}
/* COMPANY DETAIL CSS  */
div ul#dirNavbarNavMobile{
    border: 0px solid #dddddd !important;
    background-color: #dddddd;
    border-top-color: #999999 !important;
    border-top-width: 1px !important;
}
.directoryCatNav-btn, .categoryBtn{
    display:none;
}
.directoryAttendNav-btn, .dashboardBtn{
    display: none;
}
#dirNavbarNavMobile{
    display: none;
}
/* FLOORPLAN  */
#signInLi{
    margin-right:25px !important;
}
#signInLi a{
    border-radius: 99px;
 background: #e8e8e8 !important;
 border: 6px solid #e8e8e8;
    border-color: #e8e8e8 !important;
}
#attLoginButtonContainer #attendeeSignInTrigger.invertBtn{
    background-color: transparent !important;
}
#attLoginButtonContainer #attendeeSignInTrigger.invertBtn:hover{
    background-color: white !important;
}
#signInLi:hover button{
    background-color: #e8e8e8;
    outline:none !important;
}
#signInLi:active button, #signInLi:focus button{
    background-color: white !important;
    outline:none !important;
    color:#999999 !important;
}
#attendeeSignInTrigger.invertBtn{
    background-color: #e8e8e8  !important;
    padding-top:10px !important;
    padding-bottom: 10px !important;
    color:#999999 !important;
    opacity: 1;
}
#attendeeSignInTrigger.invertBtn:focus, #attendeeSignInTrigger.invertBtn:hover{
    outline:none !important;
     color:#999999 !important;
     background-color: white !important;
     opacity: 1;
}
#attendeeSignInTrigger.invertBtn i{
    color:#999999 !important;
}
#attendeeSignInTrigger.invertBtn:hover i{
    transform: scale(1) !important;
}
#signInLi a:hover{
    color: rgb(153, 153, 153) !important;
    background-color: #e8e8e8 !important;;
    border: 6px solid #e8e8e8;
    border-color: #e8e8e8 !important;
    border-radius: 99px;
}
#signInNavbar{
    width:auto;
}
.attendeeLoginDisalbed #navToggler{
    display: none !important;
}
#navFullscreenBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    top: 0;
	left: 8px;
	margin-right: initial !important;
    transition: all 0.4s ease-in-out;
    width:fit-content;
}
.navbar-expand-lg .navbar-toggler{
    display: none;
}
@media only screen and (max-width: 992px) {
    .dash-container {
        margin-bottom: 60px;
    }
    body{
        padding-bottom: 70px !important;
    }
    .directoryBadge{
        display: inline-block;
        white-space: pre-wrap !important;
    }
    .directoryBadge.categoriesTagBtn{
        white-space: initial !important;
    }
        .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        background-color: transparent;
        box-shadow: none;
    }
    #directoryNav .top-nav-container #messagesDropDownNav{
        width: 100vw !important;
        max-width: 360px;
    }
    #attLoginButtonContainer .attendeeNavName{
            color: rgb(33, 37, 41) !important;
        }
    #attLoginButtonContainer{
        margin-right:auto;
        margin-left: 0px !important;
        width:100%;
    }
    .nav-item.attendeeProfileLi{
        margin:0;
    }
    #navbarMessage{
        margin-left:0;
        margin-right: auto;
    }
    #signInNavbar{
        width:100%;
    }
    #signInLi{
        margin-right:auto !important;
        
    }
    #profileLi{
        margin-left:auto;
    }
    #navToggler .fa-chevron-down{
        transform: rotate(180deg) !important;
        padding:0;
    }
    #navToggler.collapsed .fa-chevron-down{
        transform: rotate(0deg) !important;
         padding:0;
    }
    /* #directoryNav #navbarSupportedContent{
        overflow: visible !important;
        transition: 0.05s;
    } */
    #searchBar{
        padding-left:0 !important;
    }
    #searchBar .logo{
        display:flex;
        margin-right:auto;
    }
    #searchBar .logo:hover{
        transform: none !important;
    }
    #searchBar .navbar-brand{
        display: none;
    }
    .navbar-collapse{
        width: auto !important;
    }
    div#directoryCompanyImage {
        margin: 0 auto;
    }
    #navbarSupportedContent ul#dirNavbarNav {
        display:none !important
    }
    #dirNavbarNavMobile {
        background: #e8e8e8;
        border-top:1px solid gainsboro;
        display:flex ;
        position: fixed;
        padding:5px;
        bottom: 0;
        left:0;
        right:0;
        height:60px;
    }
    #minimap{
        transform: translateY(-60px) !important;
    }
    #ftr{
        margin-bottom:60px;
    }
    .navbar-brand{
        display:none;
    }
    
    .directoryWhiteNav ul{
        width:auto;
        margin-top:10px;
    }
    #directoryNav #navbarSupportedContent{
        position: relative;
        top: auto;
        right: auto;
        /* border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;  */
    }
    #navFullscreenBtn{
        display: none;
    }
    #attendeeSignInTrigger{
        width:45px;
    }
    #attendeeSignInTrigger span {
        display: none;
    }
    .default-event-logo img{
        height:55px !important;
    }
    .dir-view-btns{
        display:none;
    }
    .exhib-wrapper, #exhibitorDirectory{
        margin-top:2px !important;
    }
    #attendeeSignInTrigger{
        padding:0;
    }
    #attendeeSignInTrigger .fa-sign-in-alt{
        padding:0;
    }
    #attendeeSignInTrigger .fa-sign-in-alt:before{
        content: "\f007";
        font-size: 24px;
    }
}
.dir-login-modal-header, .login-modal-header{
    display: none !important;
}
@media only screen and (max-width: 768px) {
    #attLoginButtonContainer .attendeeNavName{
        display:none;
    }
    #navbarMessage{
        margin-right:0 !important;
    }
    .dir-login-modal-header, .login-modal-header{
        display: flex !important;
        width:100%;
    }
    #signInWrapperBody{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #attendeeFormsContainer .attendeeModal .modal-dialog{
        width:100vw  !important;
    }
    #signInWrapperBody hr{
        display: none;
    }
    .attendeeTopHalf{
        display: none !important;
    }
    .modal-content{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #dirNavbarNavMobile .invertBtn{
        position: relative;
        padding-bottom: 20px !important;
         padding-top: 10px !important;
    }
    #dirNavbarNavMobile .invertBtn span {
        position: absolute;
        font-size: 10px;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .invertBtn:disabled, #dirNavbarNav .invertBtn:disabled, #dirNavbarNavMobile .invertBtn:disabled {
    height: fit-content;
}
}
@media only screen and (max-width: 400px){
    #searchBar .logo {
        display: block;
        width: calc(100% - 150px);
        max-width: 230px;
        height: auto !important;
        min-height: 0;
        max-height: none;
        aspect-ratio: 230 / 65;

        padding: 0;
        margin: 0;

        flex: 0 0 auto;
        align-self: flex-start;
    }
    #searchBar .default-event-logo{
        opacity: 0 !important;
    }
}
#directoryNav #searchBar{
    background-color:white;
}
#directoryNav .navbar-toggler i{
    color:rgb(153, 153, 153) !important;
}
#directoryNav .navbar-toggler #navBars{
    margin: 4px;
    color:rgb(153, 153, 153) !important;
    border:1px solid rgb(153, 153, 153);
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 100px;
    padding:7px 9px;
    font-size: 24px;;
}
button:not(#dirNavbarNav button):enabled:hover i:not(#navBars):not(.mapCloseIcon){
    color:#999999 !important;
}
.dropdown-toggle::after{
    display:none;
}