@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
    font-family: 'Cabin', sans-serif;
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
body {
    background-color: #e2e2e2;
    font-family: 'Roboto Slab', serif;
}
.hidden {
    display: none !important;
}
.brands-img-td img{
    max-width: 100% !important;
}

.logonav-bb {
    padding-top: 50px;
    width: auto;
    margin-bottom: 50px;
    max-height: 250px;
}
.socials-list{
    display: flex;
}
.socials__item{
    margin: 0 3px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.1);
    border-radius: 100%;
    transition: .3s ease-out;
}
.modal-index-ol{
    margin-left: 20px;
    list-style-type: disc;
}
.socials__item > img{
    height: 25px;
}
.socials__item:before {
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
}
.socials__item > img:hover{
    opacity: 0.3;
}
.group-icons  img {
    width: 150px;
    border: 1px solid #131313;
    background-color: #1e1e1e;
    border-radius: 30px;
}
.geo-popup{
    z-index: 99999;
}
.main-page-content{
    z-index: 999;
    opacity: 0.55;
    pointer-events: none;
}
.group-icons > .row > .col {
    margin-top: 50px;
}
.row.footer{
    font-size: 20px;
    margin: 30px;
    margin-top: 60px
}
.view-from{
    margin: 30px;
}
.expired-brand-container{
    margin-top: 200px;
    margin-bottom: 300px;
}
.expired-brand-name{
    margin-top: 50px;
}
.group-icons h4 {
    margin-top: 10px;
}
.view-from img {
    width: 22px;
    position: relative;
    bottom: 2px;
    cursor: pointer;
}
.footer a {
    color: #212529;
    text-decoration: none;
}
.footer a:hover {
     color: #212529;

}
.modal {
     --bs-modal-width: 70%;
}
.modal-header > div > img {
    width: 60px;
    border: 1px solid #131313;
    background-color: #1e1e1e;
    border-radius: 15px;
}
.modal-header{
    height: 140px;
    border-bottom: 0;
}
.modal-header > div{
    text-align: center;
    position: absolute;
    margin: 38%;
    width: 250px;
}
.modal-body > .nav.nav-tabs {
    margin-bottom: 20px;
}
.row.align-items-center.text-center > .col > div{
    cursor: pointer;
}
.content-load > .row > .row {
    margin-bottom: 50px;
}
.modal-header h4 {
    margin-top: 20px;
}
.content-load h2 {
    margin-bottom: 25px;
}

.content-load > .row > .row > .col-5 > div {
    line-height: 30px;
}
.change-location{
    position: absolute;
    margin: 0;
    right: 40px;
    width: 500px;
    overflow: hidden;
    padding: 40px;
    background-color: white;
    margin-top: 40px;
    border-radius: 15px;
    z-index: 9;
}
.change-location > select{
    width: 100%;
}
.change-location .btn {
    margin: 20px 0;
    padding: 6px 15px;
}
@media(max-width:767px) {
    .logonav-bb {
        width: 500px;
    }
    .modal-header > div {
        margin: unset;
    }
    .group-icons img {
        width: 125px;
    }
    .modal {
        --bs-modal-width: 95%;
    }
    .col-xs-12{
        width: 100%;
    }
    .change-location {
        width: 330px;
    }
}

@media(max-width:500px) {
    .logonav-bb {
        width: 370px;
    }
    .group-icons img {
        width: 80px;
    }
    .group-icons h4 {
        font-size: 17px;
        margin-top: 10px;
    }
    .align-self-start {
        font-size: 14px;
    }
    .text-end {
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .logonav-bb {
        width: 260px;
    }
    .text-end {
        font-size: 11px;
    }
}
