html {
    font-size: 14px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar-nav {
    margin-left: 0px;
    width: 100%
}

.title {
    font-size: 14px;
    font-weight: 500;
    color: #27262B;
    line-height: 22px
}

.form-label {
    font-size: 14px !important;
    color: #27262B !important;
    line-height: 20px !important;
}

.form-control {
    font-size: 14px !important;
    /*color: #A1A1AA !important;*/
    line-height: 30px;
    background-color: #F9FAFB !important;
}

#wrapper {
    padding-left: 250px;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 0px;
    }

#sidebar-wrapper {
    width: 250px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    transition: all 0.5s ease;
    background-color: #fff;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    padding: 0px;
    background-color: #F4F4F6;
}

#wrapper.toggled #page-content-wrapper {
    margin-right: -250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
            padding: 6px 0px;
        }

.activem {
    background-color: #005A95;
    color: #fff !important;
}

    .activem img {
        filter: brightness(300%)
    }

.sidebar-nav li a:hover {
    background-color: #C6F1F8;
    color: black !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 18px;
    line-height: 47px;
}

    .sidebar-nav > .sidebar-brand a {
        color: #fff;
    }

/*.sidebar-nav > .sidebar-brand a:hover {
            color: #fff;
            background: none;
        }*/

.Filtertxt {
    font-size: 13px;
    font-weight: 500;
    color: #005A95;
}

.bellIcon {
    position: absolute;
    font-size: 7px;
    font-weight: 500;
    left: 20px;
    bottom: 21px;
}

.top-box {
    background-color: #f9fafb;
}

.backBtn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.sub-heading {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    color: #27262b;
}

.form-control-lg {
    background-color: #f9fafb !important;
    color: #71717b !important;
    font-size: 14px !important;
    font-family: Poppins;
    height: 50px !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

        #wrapper.toggled #page-content-wrapper {
            margin-right: 0;
        }
}
