.header {
    height: 55px !important;
    width: calc(100% - 250px) !important;
}

@media (min-width: 1301px) {
    .sidebar-shrink .header {
        width: 100% !important;
    }
}

.user-notification{
    padding-top:"18px" !important;
}

.user-info-dropdown .dropdown-toggle .user-icon {
    width: 45px !important;
    height: 43px !important; 
    line-height: 0px !important;
    background-color: rgb(255, 255, 255);
}

img {
    max-width: 91% !important;
}


.brand-logo{
    height:56px !important;
    width: 250px !important;
}

.menu-block{
    width: 250px !important;
}

/* .left-side-bar {
    width: 350px !important;
} */

.left-side-bar .menu-block {
    height: calc(100vh - 70px);
    padding: 0px 0 !important;
}

.sidebar-menu > ul > li {
    padding: 0px 0px !important;
}

ol, ul {
    padding-left: 0rem !important;
}

.sidebar-menu .dropdown-toggle {
    border-radius: 0px !important;
}

.sidebar-light .sidebar-menu .dropdown-toggle:hover, .sidebar-light .sidebar-menu .show > .dropdown-toggle, .sidebar-light .sidebar-menu .submenu li a.active, .sidebar-light .sidebar-menu .submenu li a:hover {
    color: #fff;
    background-color: #f9a63a !important;
}

a{
    text-decoration: none !important;
}

.main-container {
    padding: 20px 5px 5px 225px !important;
}

@media (min-width: 1301px) {
    .sidebar-shrink .main-container {
        padding-left: 20px !important;
    }
}

.searchtable{
    margin-left: 68%;
}

.custom-scroll{
    overflow-y: scroll;
    height: 400px;
}

.custom-scroll::-webkit-scrollbar{
    width: 7px;
}

.custom-scroll::-webkit-scrollbar-track{
    background: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb{
    background: #f9a63a;
    border-radius: 8px;
}

.footer-wrap{
    margin-top: 165px !important; 
}

.widget-style3{
    background: #f9a63a !important;
}

