﻿.main-header {
    background:#3f90a9!important;
}

.icon_menu .menu-toggler {
    border-top: 2px solid #fff!important;
    border-bottom: 2px solid #fff!important;
    height: 20px;
    width: 25px;
}
.menu-toggler:before {
    background: #fff!important;
}

.side_bar {
    background: #fff!important;
}

.side_bar:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0.16) 0%, rgba(122,182,230,0.16) 3%, rgba(107,166,217,0.91) 19%, rgba(72,130,188,1) 56%, rgba(30,87,153,1) 100%)!important;
     background: -webkit-linear-gradient(top, rgba(125,185,232,0.16) 0%,rgba(122,182,230,0.16) 3%,rgba(3, 241, 253, 0.91) 19%,rgb(1, 24, 47) 56%,rgb(16, 142, 43) 100%)!important;  
    /*background: linear-gradient(to bottom, rgba(125,185,232,0.16) 0%,rgba(122,182,230,0.16) 3%,rgba(10, 221, 255, 0.91) 19%,rgb(0, 31, 62) 56%,rgb(39, 152, 63) 100%)!important;*/ 
     background: linear-gradient(to bottom, rgba(125,185,232,0.16) 0%,rgba(122,182,230,0.16) 3%,rgb(0, 178, 151) 19%,rgb(5, 119, 119) 56%,rgb(29, 41, 57) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297db9e8', endColorstr='#1e5799',GradientType=0 );
    opacity: 0.8;
}

.header-User-balance {
    color:#fff!important;
        font-weight: 600;
    margin: 0px;
    margin-top:-10px;
}
.header-aeps-User-balance {
    color:#fff!important;
        font-weight: 600;
    margin: 0px;
    margin-bottom:-10px;
}