@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Bold/ITC-Avant-Garde-Gothic-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Book/AvantGardeCE-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_CE_Demi/AvantGardeCE-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGarde';
    src: url('../../../static/games/fonts/ITC-Avant-Garde-Gothic/ITC_Avant_Garde_Gothic_Medium/ITC-Avant-Garde-Gothic-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

body,
input,
button,
select{
    text-transform: lowercase !important;
}


input:focus {
    outline: none;
  }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.input_confirm{
    width: 50%; 
    padding: 10px; 
    margin-top: 60px; 
    border-radius: 5px; 
    border: 1px solid #acb3b8; 
    text-align: center; 
    font-size: 35px; 
    letter-spacing: 14px;
}

.input_confirm::placeholder {
    color: #acb3b8;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: normal;
}


.green-text-menu {
    color: #2FB7A5 !important;
    font-weight: 700 !important;
}

#inputcontainer{
    display: flex;
    align-items: center;
}

#inputcontainer img{
    cursor: pointer;
    margin-top: -22px;
}

.container-header-public {
    height: auto;
}

.up-container {
    background: #00B4A2;
    background: -webkit-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 180, 162, 1) 0%, rgba(0, 180, 162, 1) 42%, rgba(0, 143, 115, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00B4A2", endColorstr="#008F73", GradientType=1);
    display: flex;
    padding: 23px;
    padding-bottom: 8px;
    align-items: center;
    justify-content: space-between;

}

.container_about{
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

#recover-password-section{
    display: none;
}

#pub_mob{
    display: none;
}

::-webkit-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}

:-moz-placeholder {
    color: #acb3b8;
    font-weight: 500;
    opacity: 1;
}

::-moz-placeholder {
    color: #acb3b8;
    font-weight: 500;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}

::-ms-input-placeholder {
    color: #acb3b8;
    font-weight: 500;
}

::placeholder {
    color: #acb3b8;
    font-weight: 500;
}

body {
    /* padding: 2rem;
    max-width: 1400px;
    margin: 0 auto; */
    font-family: 'AvantGarde', sans-serif !important;

}

.h2_pub {
    font-size: 24px;
    color: #2FB7A5;
    margin-bottom: 3%;
}

input {
    border: none;
    margin-bottom: 2%;
    display: block;
    font-size: 1.1rem;
    font-family: 'AvantGarde', sans-serif !important;
    font-weight: 500;
}

input[type="date"] {
    font-size: 1.1rem;
    color: #acb3b8;
    font-family: 'AvantGarde', sans-serif !important;
    font-weight: 500;
}



/* 
input[type="checkbox"]:checked {
    border: 1px solid #acb3b8;
    background-color: white;
    background-image: radial-gradient(circle, grey 60%, transparent 65%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
  } */


  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus, 
  input:-webkit-autofill:active{
      -webkit-box-shadow: 0 0 0 30px white inset !important;
  }
  
.container_all_content_pub input[type="checkbox"] {
    min-width: auto !important;
}


.container_all_content_pub select{
  -webkit-appearance: none !important;
  appearance: none !important; 
}


label {
    font-weight: 500;
    color: #acb3b8;
    margin-bottom: 1%;
    font-size: 1rem;
    margin-left: 3px;
    cursor: pointer;
}

select{
    border: none;
    font-size: 1.1rem;
    font-family: 'AvantGarde', sans-serif !important;
    font-weight: 500;
    margin-bottom: 2%;
    display: block;
    color: #acb3b8;
}


.psswd-container{
    width: 370px; 
    cursor: text; 
    color: #acb3b8; 
    margin-bottom: 20px;  
    font-size: 16px; 
}

.dropdown_legal {
    display: none;
}


.logo-desktop {
    width: 26%;
    min-width: 300px;
    height: auto;
}

.icon-group-public {
    display: flex;
    gap: 0;
    align-items: center;
}

.gap_adj{
    gap: 7px !important;
}



.no_events {
    pointer-events: none;
}

.icon {
    justify-content: space-around;
    display: flex;
}


.icon img {
    width: 32px;
    height: auto;
}

.icon-menu img {
    width: 50px;
    height: auto;
}

.icon-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.under-container-pub {
    width: 100%;
    background-color: #0F233C;
}

.container-input-checkbox{
    display: flex;
    gap: 3px;
    margin-bottom: 1.2%;
}

.under-container-pub ul {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: right;
    padding-right: 1%;
    color: white;
}

.under-container-pub ul li:first-child {
    list-style-type: none;
    padding-left: 7px;
}

.under-container-pub ul li a {
    text-decoration: none;
    color: #2FB7A5;
}

.under-container-pub li {
    color: #2FB7A5;
    margin: 1%;
    font-weight: 700;
    font-size: 16.5px;
}

.section-numbers-games-public {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid #acb3b8;
    padding-bottom: 1rem;
}

.section-numbers-games-public ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.section-numbers-games-public li {
    font-weight: 300;
    font-size: 18px;
    margin-right: 32px;
    color: #acb3b8;
    font-weight: 500;
    cursor: pointer;
}


.confirm99{
    flex-direction: column; margin-top: 50px; margin-bottom: 70px; border-radius: 20px; border:1px solid gray; width: 40%; margin-left: auto; margin-right: auto;
}


.section-numbers-games-public li:first-child {
    list-style-type: none;
    margin-left: 22px;
}

.container_signup_registry {
    display: flex;
    align-items: center;
    gap: 8px;
}

.container_all_content_pub {
    padding-left: 14%;
    padding-top: 1%;
    /* border-top: 1px solid #acb3b8; */
    margin-top: 1%;
}

.container_all_content_pub input {
    min-width: 320px !important;
}


.container_all_content_pub ::placeholder{
    font-size: 1.1rem;
}

.end_container_pub{
    border-bottom: 1.5px solid #acb3b8; 
    border-top: 1.5px solid #acb3b8;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.end_container_pub ul{
    display: flex;
    gap: 20px;
    padding-left: 0;
}

.end_container_pub li{
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 15.5px;
    color: #acb3b8;
    cursor: pointer;
}

.end_container_pub li:first-child{
    list-style-type: none;
}

.end_container_pub a{
    text-decoration: none;
    color: #acb3b8;
}

.footer_sections_end_public {
    padding-top: 1%;
    display: flex;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #acb3b8;
}

.footer_left_public {
    width: 28%;
    padding-right: 2%;
    border-right: 1.5px solid #acb3b8;

}

.footer_right_public {
    width: 21%;
    padding-left: 2%;
}

.footer-section-images {
    display: flex;
    align-items: center;
    padding-right: 4%;
}

.spacer_common{
    margin-bottom: 2%;
}

.registry_button {
    border: none;
    background-color: white;
    font-weight: 700;
    color: #2FB7A5;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    margin-top: 1%;
    margin-bottom: 2%;
    cursor: pointer;
}

.registry_button:hover {
    font-size: 1.3rem;
}

.common_button {
    border: none;
    color: #acb3b8;
    background-color: white;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 2%;
    font-size: 1.1rem;
    cursor: pointer;
}

/* .common_button:hover {
    color: #2FB7A5;
} */

.container_all_content_flex_pub {
    padding-left: 14%;
    padding-top: 2%;
    margin-top: 1%;
    margin-bottom: 3%;
    min-height: 380px;
    display: flex;
}

.container_options_left_pub {
    padding-top: 7.3%;
    width: 20%;
    text-align: right;
    margin-right: 5%;
}

.container_options_left_pub button {
    display: inline;
    font-size: 1rem;
    margin-bottom: 6%;
}

/* .container_options_left_pub button:first-child {
    font-weight: 700;
    color: #2FB7A5;
} */

.container_text_right_pub {
    height: auto;
    width: 45%;
    color: #acb3b8;

    p {
        margin-top: 4%;
    }
}

.container_text_right_pub * h3 {
   margin-top: 6%;
}

.container_all_content_pub label{
    font-size: 14.5px;
}

.container_text_right_pub * hr{
    margin-top: 6%;
    margin-bottom: 6%;
}

.container_text_right_pub * span{
   font-weight: 700;
}

.ul_padding{
    padding-left: 14px;
}

.container_text_right_pub  li{
   padding-bottom: 3%;
}

#two,
#three,
#four,
#five,
#six {
    display: none;
}

.p_adj_right{
    font-size: 12px;
    margin-top: 8px;

}

.margin-top-3{
    margin-top:3px;
}
.bottom-0{
    margin-bottom:0;
}

.footer-section-desktop {
    padding-bottom: 2rem;
    border-bottom: 1px solid #acb3b8;
}

.footer-section {
    display: none;
}

.footer-logo {
    width: 64px;
    margin-bottom: 1%;
    height: auto;
}

.container_media_app {
    display: flex;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 2%;
}

.container_common {
    width: 23%;

    p {
        color: #acb3b8;
        font-size: 0.9rem;
    }
}

.container_imgs {
    display: flex;
    align-items: center;
    gap: 16px;
}


.media_icons {
    width: 30px;
    cursor: pointer;
}

.apps_icons { 
    width: 90px;
    cursor: pointer;
}

.payment_icons {
    width: 35px;
}

.payment_icons_visa{
    width: 65px;
}
.master_card_icon_public {
    width: 45px;
}

.open_pay_icon_public {
    width: 108px;
    display: none !important;
}



.security_icon {
    width: 98px;
    height: 25px;
}

.eighteen_icon {
    width: 31px;
    height: 31px;
}



@media (max-width: 759px) {
    #pub_mob{
        display: block;
    }
    #header-desktop{
        display: none;
    }
}


@media (max-width: 759px) {

    #born-date{
        min-width: 150px !important;
    }

    .container_all_content_pub ::placeholder{
        font-size: 15.5px;
    }

    .container_all_content_pub input {
        min-width: 300px !important;
    }
    .container_about{
        padding: 0
    }
    .footer-section {
        width: 100%;
        text-align: center;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 500;
        font-size: 9px;
        padding-top: 14%;
        display: none;
    }

    .psswd-container{
        width: 285px;
        margin-top: 10px;
    }

    #footer-section-end{
        padding-top: 0;
    }

    #login_adj{
        padding-left: 25px;
    }
    

    .adj99{
        padding: 12px;
    }

    .logo-desktop {
        width: 26%;
        min-width: 300px;
        height: auto;
    }

    .logo-mob{
        width: 150px;
    }
    .user_name_mob {
        color: white;
        font-weight: 500;
        font-size: 16.5px;
        margin-right: 3px;
        margin-top: 0;
        margin-bottom: 7px;
        cursor: pointer;
    }
    .header_Adjust_mob{
        font-size: 19px;
        padding-bottom: 3%;
    }

   #testf > li{
    visibility: hidden;
   }

   #rgstr{
    padding-bottom: 3%;
   }

   .container_all_content_pub * input{
    font-size: 16.2px;
    margin-bottom: 3%;
   }
   .container_all_content_pub *  label{
    font-size: 14px;
    margin-left: 0 !important;
   }

   #adj_button_orange{
    font-size: 17.5px;
   }

   .registry_button {
    font-size: 17px;
    padding-bottom: 2%
   }

   #login_password{
    margin-bottom: 4%;
   }
   .spacer_common{
    margin-bottom: 3%;
   }
   .registry_button:hover {
    font-size: 19.5px;
   }
   .common_button{
    font-size: 15.5px;
   }

   .container_all_content_pub{
    padding: 14px;
    padding-top: 3%;
    padding-left: 16px;
   }
   .h2_pub {
    font-size: 18px;
    }

    .adjust_top_mob{
        padding-top: 6%;
    }

    .input_confirm{
        width: 85%;
        font-size: 25px;
        letter-spacing: 8px;
    }

    #all_code{
        padding: 8px;
    }

    #resend{
        font-size: 16px !important;
    }

    #eight_seciton{
        padding: 13px;
    }

    .input_confirm::placeholder {
        font-size: 16px;
    }
    

}

@media(min-width:600px)  and (max-width: 900px) {
    .end_container_pub{
        margin-top: 2%;
    }


    .input_confirm{
        width: 82%;
    }

    #all_code{
        padding: 8px;
    }
}

@media(min-width:760px)  and (max-width: 900px) {
    .end_container_pub ul{
        gap: 0;
        justify-content: space-between;
    }
    .end_container_pub li{
        font-size: 13px;
        width: 100px
    }
}

@media(min-width:901px)  and (max-width: 1190px) {
    .end_container_pub ul{
        gap: 0;
        justify-content: space-between;
    }
    .end_container_pub li{
        font-size: 14px;
        width: 110px
    }

    .footer_left{
        width: 50%;
    }
    .footer_right{
        width: 50%;
    }
}


@media(min-width:901px)  and (max-width: 1450px) {
    #adj3 ul{
        gap: 0;
        justify-content: space-between;
    }
    #adj3 li{
        font-size: 14px;
        width: 110px
    }

    .footer_left{
        width: 48%;
    }
    .footer_right{
        width: 48%;
    }
}


@media (min-width: 1600px) {
    .end_container_pub ul{
        padding-left: 0;
        gap: 30px;

    }

    .end_container_pub li{
        font-size: 16px;
    }


}

@media (max-width: 759px) {

    #long_link{
        font-size: 11.5px;
        word-break: break-word;
    }
    .end_container_pub{
        margin-top: 8px;
    }

    .end_container_pub ul{
        gap: 4.5px;
        flex-wrap: wrap;
        list-style-position: inside;
        list-style-type: none; 
    }

    .end_container_pub li{
        font-size: 13px;
    }

    .end_container_pub li::before {
        content: "•"; 
        margin-right: 2px;
        color: #acb3b8
    }

    .container-input-checkbox{
        margin-bottom: 3.5%;
    }

    .center_padding{
       text-align: center;
       padding-top: 1px;
    }

    .padd-twelve-right{
        padding-right: 12px;
    }

    .confirm99{
        width: 95%;
        margin-top: 20px;
    }
    label {
        font-size: 14px;
    }

    #adj3{
        border-top: 1px solid #acb3b8 !important;
        border-bottom: 1px solid #acb3b8 !important;
    }
    .footer-section-images {
        padding-right: 20%;
    }
    .footer_sections_end_public {
        display: block;
    }
    .footer_left_public,
    .footer_right_public{
        width: 100%;
        border: none;
        margin: 0;
        padding: 0;
    }
    .container_all_content_flex_pub{
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .container_options_left_pub{
        display: none;
    }
    .container_text_right_pub{
        width: 100%;
        padding: 14px;
        padding-top: 0;
    }
    .container_text_right_pub * h3{
        font-size: 15.5px;
    }
    .container_text_right_pub * ul{
        padding-left: 16px;
    }
    .container_text_right_pub * p{
        font-size: 14.5px;
    }
    .container_text_right_pub * li{
        font-size: 14.5px;
    }
   

    .under-container {
        width: 100%;
        background-color: #0F233C;
    }
    
    .under-container ul {
        margin-top: 0;
        margin-right: 1%;
        padding: 0;
        display: flex;
        justify-content: right;
        color: white;
    }
    
    .under-container ul li:first-child {
        list-style-type: none;
        cursor: pointer;
    }
    
    .under-container ul li a {
        text-decoration: none;
        color: #2FB7A5;
    }
    
    .under-container li {
        color: #2FB7A5;
        margin: 1%;
        font-weight: 700;
        font-size: 15px;
    }

    .dropdown_legal {
        display: block;
        position: relative;
        width: 100%;
    }

    .dropdown-content_legal {
        display: none;
        position: absolute;
        background-color: white;
        min-width: 160px;
        width: 100%;
        z-index: 1;
        top: 0;

    }

    .dropdown-content_legal button {
        color: #acb3b8;
        padding: 12px 16px;
        border: none;
        text-decoration: none;
        display: block;
        background-color: white;
        font-size: 16px;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 500;
    }

    .close-menu {
        width: 28px;
        margin-left: auto;
    }

    .close_user {
        display: flex;
        width: 100%;
        padding-top: 15px;
        justify-content: space-between;
    }


    .user-adjust-color {
        color: #2FB7A5;
    }


    .light-font {
        font-weight: 300;
    }

    .dropbtn_legal {
        color: #00B4A2;
        padding: 0;
        text-align: left;
        font-size: 20px;
        padding-left: 0;
        font-family: 'AvantGarde', sans-serif;
        font-weight: 700;
        border: none;
        width: 100%;
        background-color: white;
        padding-left: 3%;
        cursor: pointer;
    }
    #pub_end_1st{
        padding: 12px;
        padding-top: 0;
    }
    #pub_end_2st{
        padding: 12px;
    }

    .container_all_content_pub select{
        font-size: 15.5px;
    }

    #new_password, #confirm_password{
      margin-top: 5%;
    }
   
    
}

/* @media(min-width:520px)  and (max-width: 600px) {
    .end_container_pub{
        ul{
            gap: 17px;
            flex-wrap: wrap;
        }
        li{
            font-size: 13px;
        }
       
    }
} */

@media(min-width:600px)  and (max-width: 1024px) {
.container_all_content_flex_pub{
    padding-left: 0;
}
.container_options_left_pub{
   width: 33%;
   padding-top: 12%;
}
.container_about{
    padding: 1rem;
}
}


@media(min-width:430px)  and (max-width: 759px) {
    #whole-body{
        width: 375px;
        margin: 0 auto;
    }

    .adj99{
        padding: 0;
    }
    .container_all_content_flex{
        padding: 0.9rem;
    }
   
}



@media(min-width:760px)  and (max-width: 1080px) {
   .common_button{
    font-size: 16px;
   }

   input{
    font-size: 16px;
   }
}