.no-ellada-header  .login-links,
.ellada-header .login-links {
    display: flex;
    justify-content: flex-end;
    gap: 4px;
    align-items: center;
    padding: 10px;
}
.no-ellada-header .login-links a,
.ellada-header .login-links a {
    color: #494949;
    text-decoration: none;
}
.no-ellada-header .login-links .useful-documents,
.ellada-header .login-links .useful-documents{
    color: white;
    background-color: rgb(240, 163, 43);
    border-radius: 8px !important;
    padding: 5px 10px;
}

.ellada-header {
    position: sticky;
    top: -78px;
    z-index: 1000;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    width: 99vw;
    box-shadow: 0px 2px 3px 0px #d6d6d6;
}

.ellada-header .logo-menu {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3,1fr);
    justify-items: center;
    border-bottom: 1px solid #dfdfdf;
}
.no-ellada-header .logo-menu img
.ellada-header .logo-menu img {
    height: 75px;
}

.ellada-header .logo-menu .main-logo {
    justify-self: start;
    padding: 10px;
}

.no-ellada-header .main-logo img,
.ellada-header .logo-menu .main-logo img{
    height: 55px;
}

.ellada-header .logo-menu .municipality-logo {
    justify-self: end;
}

.main-menu .navbar-nav li a {
   text-transform: uppercase;
}
.mega-menu .navbar-nav li a {
   text-transform: uppercase;
}

.ellada-header .main-menu {
    display: flex;
    justify-content: center;
    position: relative;
    height: 70px;
}

.ellada-header .main-menu .topbar {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
}

.ellada-header .main-menu .mega-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-ellada-header .user-topbar ul,
.ellada-header .user-topbar ul{
    display: flex;
    justify-content: flex-end;
    gap: 3px;
    align-items: center;
    height: 100%;
    margin: 10px;
}

.no-ellada-header .navbar-nav > .active > a,
.ellada-header .navbar-nav > .active > a {
    color: #e9a62e;
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #e9a62e;
}

.search-block {
    position: sticky;
    top: 70px;
    z-index: 2;
}

.no-ellada-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    justify-items: center;
    width: 100%;
    box-shadow: 0px 2px 3px 0px #d6d6d6;
}

.no-ellada-header .main-logo {
    justify-self: start;
    padding: 10px;
}

.no-ellada-header .mega-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-ellada-header .topbar {
    justify-self: end;
}

.no-ellada-header .login-links {
    justify-self: end;
}

.no-ellada-header .topbar {
    position: unset;
    width: fit-content;
    list-style: none;
    padding: 15px;
}

.loginbar {
    list-style: none;
}

@media (max-width: 768px) {
    .ellada-header .logo-menu {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    
    .ellada-header .logo-menu img {
        height: 40px;
    }
    
    .ellada-header .logo-menu .main-logo {
        justify-self: center;
    }

    .ellada-header .logo-menu .municipality-logo {
        justify-self: center;
    }

    .ellada-header .main-menu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 45px;
    }
    
    .ellada-header .main-menu .mega-menu ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 76vw;
    }

    .ellada-header {
        top: -120px;
        width: 100vw;
    }
}