ul#ew-navbar {
    align-items: center;
}

.navbar-blue {
    color: #000;
    background-color: #fff;
    background-image: linear-gradient(58deg,#fff 20%,#0d6efd 100%);
}

a.nav-link {
    color: #fff;
    font-weight: bold;
    transition: transform 0.1s;
}
/* .nav-link > span:hover {
    transform: scale(1.2);
    transition: transform 0.3s;
} */

.nav-link:focus, .nav-link:hover {
    color: white;
    transform: scale(1.15);
    transition: transform 0.5s;
}

.wrapper.ew-layout {
    /* margin: 0px 20px; */
    box-shadow: 0 0 11px 5px #cccccc;
    /* border: 1px solid #ccc; */
    border-top: 0px;
    border-bottom: 0px;
}

aside.main-sidebar.sidebar-dark-blue {
    display: none;
}

a.nav-link.active {
    color: white !important;
    transition: transform 0.5s;
    border-bottom: 2px solid #ffffff;
}

#ew-navbar-end a.nav-link.active {
    border-bottom: 0px;
    color: white !important;
}

a.nav-link.active:hover {
    transform: scale(1.15);
}

nav.main-header {
    padding: 0 !important;
}
.main-header {
    display: flex;
    align-items: stretch;
}

.ew-navbar-end {
    display: flex;
    align-items: center;
    height: inherit;
}

.ew-navbar-end > * {
    align-self: stretch;
    display: flex;
    align-items: center;
}

/* #ew-navbar-end li.nav-item{
    border-left: 1px solid #064cb3;
} */

#ew-navbar-end a.nav-link {
    color: rgba(255,255,255,.5);
    padding-left: 5px;
}

#ew-navbar-end a.nav-link:hover {
    scale: 1.2;
}


/* responsive css */

@media (max-width: 575px) {
    aside.main-sidebar.sidebar-dark-blue {
        display: none;
    }
}

.headerRMA{
    height: 59px;
    width: 70%;
    margin: auto;
    background-color: white;
    box-shadow: 10px 0 5px -2px #cccccc, -10px 0 5px -2px #cccccc;
}

.logoTeldat{
    float:left
}

.titleRMA{
    float: right;
}