.menu-item {
    position: relative;
    display: inline-block;
    padding: 8px;
    color: #FFFFFF8C !important;
}


.submenu {
    display: none;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    list-style: none;
    padding: 0;
    margin: 0;
}



.submenu li a {
    color: white;
    text-decoration: none;
}

.menu-item:hover .submenu {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;

    opacity: 1;
}


/* navbar */ 



.custom-dropdown::before{
    position: absolute;
    background-color: #fff;
    z-index: -1;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);

    top: -3px;
    content: "";

    transform: rotate(45deg);
    border-radius: 4px;

    transition: top .3s;
}

.custom-dropdown{
    /*position: absolute;
    top: 75px;*/

    position: absolute;
    left: -225px;

    background-color: #fff;
    border-radius: 10px;

    height: max-content;
    width: max-content;


    padding: 20px !important;
    padding-bottom: 15px !important;


    /*opacity: 0;*/



    display: none;

    transition: .5s;
}

.custom-dropdown img{
    background-color: rgba(0, 0, 0, .03);
    border-radius: 5px;
    padding: 8px !important;
}

.custom-dropdown ul{
    padding: 0;
    list-style-image: none;
    list-style-type: none !important;


}

.custom-dropdown li{
    margin-bottom: 10px;
}

.custom-dropdown li:last-child{
    margin-bottom: 0;
}

.custom-dropdown .menuContent{
    color: #000 !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    top: 2.5px;
}

.custom-dropdown .menuContent text{
    color: #000;
}

.custom-dropdown .menuContent span{
    color: #000;
    opacity: .7;
    position: relative;
    top: -5px;
    transition: .3s;
}

.custom-dropdown i{
    position: relative;
    top: 2px;
}

.custom-dropdown .show-more-arrow{
    color: #000 !important;
    opacity: 0;

    left: -20px;
    transition: .15s;
}

.custom-dropdown li:hover .show-more-arrow{
    opacity: 1;
    left: 0px;
}

.custom-dropdown li:hover .menuContent span{
    opacity: 1;
    transition: .3s;
}


.custom-dropdown li:hover{
    cursor: pointer;
}


/* moved here from navbar.php */
/* mobile nav */
.mobileNavbar {
    position: fixed;
    z-index: 99999;

    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    background-color: rgba(131, 52, 235, 1) !important;
}

.mobileNavbar .btn {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
}

/*
old mobile navbar
.mobileNavbar h2 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
}

.mobileNavbar .btn {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
}

.mobileNavbar .btn:hover,
.mobileNavbar .btn:active,
.mobileNavbar .btn:focus {
    background-color: transparent !important;
    border: 0 !important;
}

.mobileNavbar .navLink {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent !important;
    border: 0 !important;
    font-weight: 500 !important;
}*/

.navbar-links a {
    color: rgba(131, 52, 235, 0.5) !important;
}

.offcanvas {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.dropdown {
    list-style-type: none;
    background-color: transparent;
}

.dropdown .btn {
    color: #fff !important;
    border: 0 !important;
}

.navLinkFlag img {
    width: 30px;
    opacity: .8;
}

.navLinkFlag img:hover {
    opacity: 1;
}

/* Language selector desktop */
.languageSelectorDropdown {
    min-width: 0;
    margin-right: 15px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 10px;
    color: #fff !important;
    border: 0;
    padding: 0;
}

.languageSelectorDropdown .dropdown-item {
    color: #fff !important;
    font-weight: 600;
    opacity: .7;
    padding: 7px 15px;
}

.languageSelectorDropdown .dropdown-item:hover {
    opacity: 1;
    background-color: transparent;
}

/* Mobile navbar v2 */
#navbar-mobile {
    visibility: hidden;

    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 1);
    opacity: 0;

    transition: opacity .25s !important;
}

#navbar-mobile .row {
    margin: 20px 5px;
    border-bottom: 2px dashed rgba(255, 255, 255, .07);
}

#navbar-mobile .row .col {
    padding: 0;
    padding-bottom: 10px;
}

.navbar-mobile-closeButton {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    padding-right: 5px;
    color: #fff !important;
}

.navbar-mobile-link,
.navbar-mobile-link-category {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0;
    margin: 0;
    transition: .2s;
    cursor: pointer;
    display: block;
    min-width: 100%;
}

.navbar-mobile-link:hover,
.navbar-mobile-link-category:hover {
    color: rgba(255, 255, 255, 1);
    transition: .2s;
}

.navbar-mobile-link-category i {
    position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, .7);
}

#navbar-mobile-back {
    display: none;
}



.importantMessageBox .container{
    position: relative;
}

.importantMessageBox button{
    position: absolute;
    font-size: 30px;
    right: 5px;
    top: 5px;
    border: 0;
    background-color: transparent;
    width: 30px;
    opacity: .8;
}

.importantMessageBox button:hover{
    opacity: 1;
}

.importantMessageBox button svg{
    max-width: 100%;
}
