* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* Google font family */
.inter {
    font-family: 'Inter';
}

.weight700 {
    font-weight: 600;
}
/* tabs active*/
.activeSidebar {
    color: var(--color-primary) !important;
    text-decoration: underline !important;
}
/*end*/
/* Navbar search css */
.bg-navbar {
    background-color: #001899;
    width: 100%;
    position: fixed;
    z-index: 9999;
}

.logo {
    width: 100%;
}

.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: 15px;
    }

.searching-btn {
    bottom: 9px;
    /* position: absolute; */
    right: 5px;
    top: 0;
    z-index: 1;
    border: 0;
}

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

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

.bg-nav {
    background: #001899;
}
/*logout btn */
.sign-color {
    color: var(--color-primary);
}

.btn-logout {
    background-color: #001899;
    color: black;
    font-weight: 500;
}

.update-btn {
    background: var(--color-primary);
    color: #fff;
}

    .update-btn:hover {
        background: linear-gradient(to right, var(--color-primary), transparent);
        border: 1px solid var(--color-primary);
        color: #fff;
    }

.admin-emailtit {
    width: fit-content;
    white-space: nowrap;
}
/* Media Queries */
@media screen and (max-width: 991px) {
    .smal-search {
        top: 14px !important;
    }
}

@media screen and (max-width: 767px) {
    .smal-search {
        top: 14px !important;
    }
}

@media screen and (max-width: 576px) {
    .user-align {
        width: 24px !important;
        margin-bottom: 4px !important;
    }
    .navbar-toggler .fa-search{
        position:relative !important;
        top:2px !important;
    }
    .profile-icoon {
        width: 26px;
        height: 26px;
    }

    .tour-sizenav {
        /*    margin-left: 6px;
       
        width: 200px*/
        margin-left: 16px;
        /*   width: 178px;*/
        width: 189px;
    }

    .nav-userbtn {
        margin-bottom: 3px;
    }
}


@media screen and (max-width: 375px) {
    .nav-tp {
        width: 15px;
    }
}

@media screen and (min-width: 991px) and (max-width:1200px) {

    .update-btn {
        font-size: 12px;
    }


    .search input {
        width: 380px;
    }
}

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