.app-sidebar {
/*    background-color: midnightblue;*/
/*      background-color: #f7f8fd;*/
}
/*--------------header*-------------------*/
@media (max-width: 576px){
    .gm-style-iw .gm-style-iw-c{
        max-width: 299px !important;
    }
}
@media (max-width: 480px){
    a.navbar-brand.web-logo {
        font-size: 16px !important;
   }
}
a.navbar-brand.web-logo {
    font-size: 25px;
}

i.material-icons {
    color: #fff;
}
.app.sidebar-hidden .app-header {
    width: 100%;
}
@media (max-width: 1199px){
.app-header {
     left: 0px; 
    }
}
.first-text{
    border-radius: 4px 0px 0px 4px;
    width: 189px;
    padding: 10px 8px;
}
.first-dropdown{
    border-radius: 0px 8px 8px 0px;
    width: 200px;
}
.second-dropdown{
    margin-left: 10px;
    width: 200px;
}

@media (max-width: 991px){
    .first-text{
        padding: 10px 0px !important;
        width: 307px;
    }
    .first-dropdown{
        width: 100px;
    }
    .second-dropdown{
        width: 105px;
    }
}
@media (max-width: 840px){
    .first-text{
        width: 189px;
    }
    .first-dropdown{
        width: 100px;
    }
    .second-dropdown{
        width: 105px;
    }
}
@media (max-width: 576px){
    .app-header {
        left: 0px; 
    }
    .second-dropdown{
        border-radius: 8px 8px 8px 8px;
        margin-left: 1px; 
        width: 73px;
        margin: 0px 15px 0px 2px;
    }
    .first-dropdown{
        width: 74px;
        border-radius: 8px;
    }
    .first-text{
        display: none;
    }
}

/*---------------End-Header-7mar-----------------*/
.app-header .navbar{
    padding: 0;
}
.navbar-nav {
    display: flex;
    flex-direction: row;

}
.navbar{
    flex-wrap:nowrap;
}

.app-menu>ul>li>a {
    color: #001759;
}
.app-sidebar .logo {
    background-color: #f7f8fd;
/*    padding: 15px 28px;*/
}
/*.filter-group{
    display: flex;
}*/
.filter-group h6{
    color: #001759;
}
.top-head{
    background-color: #001759;
    color: #fff;
    display: flex;
    padding: 10px;
}
.filter-card{
    background-color: #e5e5e5;
}
.filter-group{
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
}
.filter-color{
    margin: 5px 5px 20px 5px;
    padding: 6px 6px 10px;
    background-color: #e8f1f8;
    border-radius: 7px;
    border: 1px solid #bfbfbf;
}
.filter-color h5{
    padding: 10px;
    background-color: #c2cbe4;
    border-radius: 7px;
    border: 1px solid #bfbfbf;
    color: #001759;
}
.for-radius{
    border-radius: 10px;
}
.home-active-page{
    background-color: #e2e7f5;
}
/*Header*/
.app-header {
    position: fixed;
    right: 0px;
    width: 100%;
    z-index: 10000;
}
.app-header::before{
    background: none;
}
.app-header .navbar{
    background-color: #001759;
    height: 67px;
    border-radius: 1px;
}
.app-container{
    padding: 0px 30px 30px 30px;
}
.app-sidebar{
    border-right: 2px solid #dae2f9;
    padding: 20px 0;
/*    width: 290px;*/
/*    overflow-y: scroll;*/
/*    height: 86vh;*/
}
.app-sidebar .logo {
    padding: 35px 28px
}
.app-content{
    margin-top: 70px;
}
.web-logo{
    color: #fff !important;
    margin-left: 20px;
    font-size: 19px;
}
.menu-counter{
    float: right;
    background: #031859;
    color: white;
    padding: 1px 8px;
    border-radius: 2px;
}
.app-header::before {
    height: 0px;
}
.app-menu ul li {
    margin-left: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: darkslategrey;
}

a.block-wise-button-dropdown {
    background: #fefefe;
    color: darkslategrey;
    padding: 4px 8px;
    border-radius: 5px;
}

.dropdown-menu li a {
    
    padding: 3px 10px;
    margin: 0px 0;
}

.app-menu>ul>li>a {
    font-size: 12px;
    font-weight: 600;
    margin: 3px 7px;
    padding: 5px 0px;
}

.app-menu {
    height: 78vh !important;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    overflow-y: scroll;
}
.accordion-menu img{
    width: 18px;
}
.filter-btn{
   text-align: center;
   margin-top: 22px;
}
.btn i {
     margin-right: 0px; 
    margin-left: 2px;
}
/**/

{

}
.drop-arrow{
    position: relative;
}
/*
.drop-arrow:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
}
*/
.drop-arrow:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 18px;
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #9b9b9b;
}
.form-control{
    padding: 10px 42px 10px 18px;
}
/*-----------------Footer-----------------*/
.page-footer{
    width: 100%;
    z-index: 9999;
    background-color: #001759;
    color: #fff;
    padding: 18px;
}
.first-col p{
    line-height: 1.5;
    font-size: 14px;
    padding-top: 7px;
}
.footer-copyright{
    line-height: 1.5;
    font-size: 14px;
    color: #e1e1e1;
}
.quick-link-text{
    padding-bottom: 7px;
}
.quick-link-text a{
    color: #fff;
}
.social-md-ic ul li{
    text-decoration: none;
    list-style: none;
}
.social-md-ic ul li a{
    color: #fff;
}
ul li a:hover{
    color: #009688;
}
.ic-ft{
    padding-right: 10px;
}
/*----------------------ABOUT US PAGE-------------------*/
.container-fluid .header-background{
    background-color: #001759;
}