* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face{
    font-family: "Averta-Regular";
    src:url("../fonts/Averta-Regular.woff2") format("woff2");    
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
body {
    font-family: 'Averta-Regular';
}

.adidas-vibes-container .logo {
    max-width: 100px;
}
.hashtag{
    margin-bottom: 20px;
}
.adidas-vibes-container .main-wrap {
    max-width: 640px;
    min-height: 90vh;
}

.adidas-vibes-container .a_form input {
    max-width: 640px;
}
.adidas-vibes-container .a_form h2 {
    font-size: 26px;
    font-weight: 600;
}
.adidas-vibes-bg {
    /* background: url('../images/bg.jpg') no-repeat center center/cover; */
    background-color: #000 !important;
}

.adidas-vibes-container .a_content p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 21px;
}

.adidas-vibes-container .a_content p.t-c {
    font-size: 15px;
}
.adidas-vibes-container .a_form label.t-c{
font-size:15px;
}

.adidas-vibes-container .s-flag {
    max-width: 20px;
    height: auto;
}

.adidas-vibes-container .a_flag_wrap {
    font-size: 12px;
    line-height: 12px;
}

.adidas-vibes-container form button[type="submit"] {
    font-size: 16px;
    line-height: 16px;
    width: 70%;
    /* margin-left: auto;
    margin-right: auto; */
    padding: 12px 25px 10px;
    letter-spacing: 1px;
    background-color: #000;
    color: #fff;
    /* border-radius: 5px; */
    border: none;
    cursor: pointer;
}

.adidas-vibes-container footer {
    /* font-size: 14px;
    line-height: 14px; */
    margin-top: 20px;
}

.adidas-vibes-container .form-check-input.is-invalid~.form-check-label {
    color: black !important;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}


.popup-container-main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-container-main.active {
    display: flex;
}

.popup-container-main .popup-container {
    background-color: #fff;
    padding: 20px;
    margin: 0 15px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
}

.popup-container-main .popup-container h3,
.popup-container-main .popup-container button {
    text-align: center;
}

.popup-container-main .popup-container button {
    appearance: none;
    background: #fff;
    border: none;
    font-size: 18px;
    text-decoration: underline;
}

.open-popup {
    cursor: pointer;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: all 0.3s;
}

.open-popup:before {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    transition: width 0.3s ease-in-out;
}

.open-popup:hover::before {
    width: 100%;
}

@media (max-width: 700px) {
    .adidas-vibes-container .main-wrap {
        max-width: 90%;
    }
}

@media (max-width: 600px){
    .popup-container-main .popup-container {
        max-height: 80vh;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .popup-container-main .popup-container ul {
        padding-left: 10px;
        height: auto;
    }
}

.adidas-vibes-container .a_content h5, .adidas-vibes-container .a_content h5 a {
    font-size: 16px;
}
a.adidas-advisor {
    position: relative;
    display: inline-block;
    background-color: #000000;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    width: 150px;
    height: 40px;
    text-decoration: none;
    line-height: 26px;
    padding: 10px 0;
}