* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Google font family */
.inter {
    font-family: 'Inter';
}
/* Navbar search css */
.bg-navbar {
    background-color: #81c5be;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.navbar-brand {
    max-width: 310px;
}

.logo {
    width: 100%;
}

.top-sidemenus {
    padding-top: 2px !important;
}

.toggle-color {
    border: 0;
    color: white;
}

.nav-fix {
    position: fixed !important;
    width: 100%;
    z-index: 9999;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

    .search input {
        width: 525px;
        padding-block: 7px;
        text-indent: 20px;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 50px;
        font-size: 12px;
    }

    .search .fa-search {
        position: absolute;
   /*     top: 10px;*/
    }

    .search .fa-search {
        /*   left: auto;
        right: 10px;
        font-size: 18px;*/
        padding-top: 0px;
        left: auto;
        right: 10px;
        font-size: 15px;
    }

.user {
    width: 30px;
    height: 30px;
}

.signin {
    font-size: 10px;
    color: #001899;
}

.navbar-toggler {
    border-color: #fff !important;
}

/*title*/
.title-fix {
    overflow: hidden;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 9px;
}

.email-titles {
    font-size: 11px;
    font-weight: 600;
    padding-left: 5px;
    /* overflow: hidden; */

    white-space: nowrap;
    /* text-overflow: ellipsis; */
    padding-top: 9px !important;
    width: fit-content;
}
/*logout btn */
.btn-logout {
    background-color: white;
    color: black;
    font-weight: 500;
}
/* tabs active*/
.activeSidebar {
    color: #81c5be !important;
    text-decoration: underline !important;
}

/*.footer {
    position: fixed !important;
    background: border-box white;
    bottom: 0;
    width: 100%;
    z-index: 99999;*/
    /*   padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;*/
    /*border-top: 1px solid #cddfff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

    .footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #012970;
    }*/

.footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    white-space: nowrap !important;
    line-height: 60px !important;
}

/* Media Queries */
@media screen and (max-width: 575px) {
    .search .fa-search {
        /*   left: auto;
        right: 10px;
        font-size: 18px;*/
        padding-top: 4px;
      
    }
    .search_ident {
        text-indent: 12px;
        font-size: 11px;
    }
    .tour-sizenav {
        margin-left: 6px;
    }

    .nav-top {
        width: 160px;
        margin-bottom: 3px;
    }

    .navbar-brand {
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 991px) {
    .search input {
        width: 100%;
        margin-top: 5px;
    }

    .nav-top {
        width: 160px;
        margin-bottom: 3px;
    }
}


@media screen and (max-width: 767px) {
    .nav-top {
        width: 160px;
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 991px) and (max-width:1200px) {
    .search input {
        /*    width: 423px;*/
        width: 393px;
    }

    .user {
        width: 18% !important;
    }

    .btn-logout {
        font-size: 11px;
    }
}
