.dropdown-multimarket {
    position: relative;
    display: inline-block;
    min-width: 150px;
    max-height: 35px;
    vertical-align: text-top;
}

.dropdown-content-multimarket {
    display: none;
    top: 30px;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
    padding: 2px 8px;
    z-index: 1;
}

.dropdown-multimarket:hover .dropdown-content-multimarket {
    display: block;
}

.customA {
    line-height: 16px;
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 12px;
    color: var(--bb-sidenav-text-regular);
    cursor: pointer;
    display: inline-flex;
}

.customA > img {
    max-width: 22px;
    max-height: 16px;
    height: auto;
    margin-right: 7px;
    top: 2px;
    position: relative;
}

.footer-desc {
    text-align: left;
    position: absolute;
    left: 160px;
    top: 2px;
}

.dropdown-content-multimarket > a {
    line-height: 16px;
    font-size: 14px;
    color: var(--bb-sidenav-text-regular);
    padding: 8px 4px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: 1px solid #cccccc;
}

.dropdown-content-multimarket > a > img {
    max-width: 22px;
    height: auto;
    margin-right: 7px;
    top: -1px;
    position: relative;
}

i.bb-icon-l.bb-icon-angle-down.multimarket-droppdown::before {
    content: '\e826';
    font-family: bb-icons;
    font-weight: 400;
    speak: none;
    display: inline-block;
    color: var(--bb-header-links);
    position: relative;
    left: 10px;
    top: 2px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}

.dropdown-content-multimarket > a:last-child {
    border-bottom: none;
}

#page .footer-bottom {
    padding-bottom: 70px !important;
}

@media only screen and (max-width: 768px) {
    .footer-desc {
        position: relative;
        text-align: center;
        left: 0;
        top: -113px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .footer-socials {
        position: relative;
        top: -60px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-socials {
        position: relative;
        top: -15px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-desc {
        position: relative;
        text-align: center;
        left: 0;
        top: -160px;
    }

    .footer-logo-wrap {
        margin-bottom: 45px !important;
    }

    .footer-bottom-right {
        padding-left: 0 !important;
    }

    #page .footer-bottom {
        padding-bottom: 30px !important;
    }

    .bb-footer.style-2 .footer-bottom-right {
        display: block !important;
    }

    .dropdown-content-multimarket {
        display: none;
        top: 32px;
        left: 24px;
        position: absolute;
        background-color: white;
        min-width: 150px;
        box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
        padding: 2px 8px;
        z-index: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .footer-desc {
        position: absolute;
        text-align: left;
        left: 160px;
        top: 2px;
    }
}

@media screen and (min-width: 1025px) {
    .showOnlyMobile {
        display: none !important;
    }
}

.hideForNonAuth {
    display: none !important;
}

li.showOnlyMobile > ul.sub-menu.bb-open {
    padding-left: 0px !important;
}


footer.footer-bottom > .container.flex {
    max-width: 1200px !important;
    position: relative;
    align-items: flex-end;
}

img.profileIcon {
    max-width: 22px;
    margin-right: 8px;
}

.form2bc > p > select {
    width: 350px;
    margin-right: 30px;
}