#header {
    height: 100px !important;
    line-height: 100px !important;
}
.header-inner {
    height: 100px !important;
    line-height: 100px !important;
}

#mainMenu {
    margin-left: -30px;
    background: rgb(255, 255, 255);
    padding-left: 30px;
    /* min-height: 500px; */
    width: calc(100% + 60px) !important;
}

a.slider-anchor {
    font-size: 1.5rem;
}

#mainMenu .active-menu a{
    color: #2250fc !important;
}

.profilebar .view-site-btn:hover {
    color: #fff !important;
}

p.help-block-error  {
    margin-left: 1px;
    color: red;
    font-size: 0.8rem;
}

.dash-icons {
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 8px; */
    filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}

.border-none {
    border: none !important;
}