@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;
}

body{
    background: rgb(242, 243, 244) !important;
}


select option{
    background-color: rgb(242, 243, 244) !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;
}

#cvv2::placeholder {
    color: #acb3b8 !important;
}


#born-date,
#genders {
    padding-left: 0 !important;
}

#login_adj { 
    padding-left: 18%;
    padding-top: 2%;
}

.container-title-menú,
.container-title-menú-inside{
    display: none
}


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

.header_Adjust_mob{
    font-weight: 300;
    font-size: 32px;
    padding-bottom: 1.5%;
    border-bottom: 1px solid #D3D3D3;
    text-transform: none !important;
}

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

#input_container_register{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

#input_container_register img{
    cursor: pointer;
    margin-top: -8px;
}

#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;
    background-color: transparent;
}

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

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

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

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

::placeholder {
    color: gray;
    font-weight: 300;
    background-color: transparent;
}

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

}

.h2_pub {
    font-size: 35px;
    color: #2FB7A5;
    padding-bottom: 1.5%;
    margin-bottom: 2.5%;
    font-weight: 300;
    padding-left: 79px;
    padding-top: 12px;
}

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

/* input[type="radio"] {
    accent-color: gray; 
  } */

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: rgb(242, 243, 244); 
    cursor: pointer;
  }
  
  input[type="radio"]:checked {
    background-color: gray;
    border-color: gray;
    box-shadow: inset 0 0 0 2px white;
  }


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



/* 
input[type="checkbox"]:checked {
    border: 1px solid #acb3b8;
    background-color: transparent;
    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 rgb(242, 243, 244) inset !important;
  }

  #number:-webkit-autofill,
  #number:-webkit-autofill:hover, 
  #number:-webkit-autofill:focus, 
  #number:-webkit-autofill:active{
      -webkit-box-shadow: 0 0 0 30px rgb(242, 243, 244) inset !important;
  }

  #securityCode:-webkit-autofill,
  #securityCode:-webkit-autofill:hover,
  #securityCode:-webkit-autofill:focus,
  #securityCode:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px rgb(242, 243, 244) inset !important;
  }   
  
.container_all_content_pub input[type="checkbox"] {
    min-width: auto !important;
    margin-bottom: 0;
}


.container_all_content_pub select{
  -webkit-appearance: none !important;
  appearance: none !important; 
  margin-bottom: 17px;
}


label {
    font-weight: 300;
    color: gray;
    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: 300;
    margin-bottom: 2%;
    display: block;
    color: gray;
}


.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: 14px;
}

.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: 92px;
    margin-top: 0;
    margin-bottom: 6%;
}

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

.border-bottom-common{
    border-bottom: 1px solid #acb3b8; 
}

.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: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #2FB7A5;
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-top: 1%;
    margin-bottom: 2%;
    cursor: pointer;
}

.registry_button_new {
    border: none;
    background-color: transparent;
    font-weight: 300;
    font-family: 'AvantGarde', sans-serif;
    color: #2FB7A5;
    margin: 0;
    padding: 0;
    font-size: 23px;
    margin-top: 1%;
    margin-bottom: 2%;
    cursor: pointer;
}


.adj-registry{
    width: 650px;
    text-align: right;
}

.container-code-phone{
    display: flex;
    gap: 4px;
}

.container-code-phone span {
    color: gray;
    font-weight: 300;
    padding-top: 2px;
}

#phone_2{
    margin-bottom: 1%;
}

.password-instructions{
    font-size: 12px;
    color: #2FB7A5;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 17px;
}

.common_button {
    border: none;
    color: gray;
    background-color: transparent;
    font-family: 'AvantGarde', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 14px;
    font-size: 1.1rem;
    cursor: pointer;
}


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

.common_button_legals:hover {
    color: #2FB7A5;
}

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

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

.container_options_left_pub {
    padding-top: 128px;
    width: 20%;
    text-align: right;
    margin-right: 5%;
    min-width: 220px;
}

.container_options_left_pub button {
    display: inline;
    font-size: 1.1rem;
    margin-bottom: 6%;
    font-weight: 300 !important;
}

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

.container_text_right_pub {
    height: auto;
    color: gray;

}

.container_text_right_pub p {
    margin-top: 2.5%;
    font-weight: 300;
    padding-right: 4%;
}

.container_text_right_pub * h1{
    font-weight: 300;
    color: #2FB7A5;
    padding-bottom: 2%;
    border-bottom: 1px solid #acb3b8;
}

.container_text_right_pub * h3 {
   margin-top: 2%;
   font-weight: 300;
   padding-right: 2%;
}

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

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

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

.ul_padding{
    padding-left: 14px;
    list-style: none;
}

.container_text_right_pub  li{
   padding-bottom: 0.3%;
   font-weight: 300;
}

.list-style-none{
    list-style: none;
    padding-left: 0;
}

#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;
}

.adj-new-style{
    margin-left: auto;
    font-weight: 300;
    color: #2FB7A5;
    font-size: 19px;
    cursor: pointer;
    font-family: 'AvantGarde', sans-serif;
}

.container-50-90{
    width: 50%;
}

.margin-top-24{
 margin-top: 24px;
 border-top: 1px solid #D3D3D3;
 padding-top: 28px;
}

.margin-bottom-0{
    margin-bottom: 0;
}


@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: 14.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;
    }

    .adj-registry{
        width: 312px;
    }

    .password-instructions{
        font-size: 12px;
    }

    .registry_button_new {
        font-size: 19px;
    }

    #genders{
        margin-bottom: 4%;
    }

    .container_all_content_pub hr {
        width: 97% !important;
        margin-bottom: 4% !important;
    }

    #end-hr-register{
        display: none;
    }
    
    .psswd-container{
        width: 285px;
        margin-top: 10px;
    }

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

    #login_adj {
        padding: 11px;
        padding-left: 24px;
    }
    

    .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: 5%;
    margin-top: 0;

   }

   .container_all_content_pub * input{
    font-size: 16.2px;
    margin-bottom: 4%;
   }

   .container-code-phone span{
    font-size: 15px;
   }

   .container_all_content_pub *  label{
    font-size: 12px;
    margin-left: 0 !important;
   }

   #adj_button_orange{
    font-size: 17.5px;
   }

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

   #login_password{
    margin-bottom: 4%;
   }
   .spacer_common{
    margin-bottom: 3%;
   }
   .common_button{
    font-size: 14px;
   }

   .container_all_content_pub{
    padding: 14px;
    padding-top: 3%;
    padding-left: 16px;
   }
   .h2_pub {
    font-size: 22px;
    padding-left: 12px;
    padding-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
    }

    .adjust_top_mob{
        padding-top: 6%;
    }

    .adj-padding-form{
        padding-left: 24px;
    }

    .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;
    }
    
    .container-50-90{
        width: 90%;
    }

    .container-title-menú{
        display: flex;
        padding: 14px;
        padding-bottom: 6px;
        padding-top: 8px;
        align-items: center;
        margin-bottom: 14px;
        justify-content: space-between;
        border-bottom: 1px solid #a0a0a0;
    }

    .container-title-menú-inside{
        display: flex;
        padding: 0;
        align-items: center;
        margin-bottom: 14px;
        justify-content: space-between;
        border-bottom: 1px solid #a0a0a0;
    }


    .container-title-menú h1,
    .container-title-menú-inside h1 {
        font-size: 21px;
        font-weight: 300;
        color: #00B4A2;
    }


    .container-open-menu{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .container-open-menu img{
        width: 100%;
        height: auto;
        cursor: pointer;
    }
}

@media(min-width:759px)  and (max-width: 1200px) {
    .container-50-90{
        width: 90%;
    }
}

@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(min-width:760px)  and (max-width: 1190px) {
    .container_all_content_pub{
        padding-left: 0;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #end-hr-register{
        display: none;
    }

    .adj-registry{
        width: 530px;
    }

    #register_form{
        padding-top: 12px;
    }

    .h2_pub {
        margin-left: auto;
        margin-right: auto;
    }

}


@media(min-width:760px)  and (max-width: 840px) {
    
    .h2_pub{
        width: 85%;
    }
}

@media(min-width:841px)  and (max-width: 940px) {
    .h2_pub{
        width: 80%;
    }

    #register_form {
        padding-left: 4%;
    }
}

@media(min-width: 941px) and (max-width: 1000px) {
    .h2_pub{
        width: 75%;
    }

    #register_form {
        padding-left: 6%;
    }
}

@media(min-width:1001px)  and (max-width: 1090px) {
    .h2_pub{
        width: 72%;
    }

    #register_form {
        padding-left: 10%;
    }
}


@media(min-width:1091px)  and (max-width: 1190px) {
    .h2_pub{
        width: 64.5%;
    }

    #register_form {
        padding-left: 15%;
    }
}


@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;
        text-transform: none;
    }
    .container_text_right_pub * h3{
        font-size: 15.5px;
        font-weight: 500;
        color: gray;
    }
    .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: transparent;
        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: transparent;
        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: transparent;
        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%;
    }
   
    .container_text_right_pub * h1{
        display: none;
    }
    
}

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

@media (min-width: 901px) and (max-width: 1190px) {
    .container_all_content_flex_pub{
        width: 800px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .container_options_left_pub button {
        min-width: auto;
        font-size: 15px;
    }

    .container_text_right_pub * h1{
        font-size: 28px;
    }

    .container_text_right_pub * h3{
        font-size: 17px;
    }

    .container_text_right_pub p {
        font-size: 15px;
    }

    .container_text_right_pub ul,
    .container_text_right_pub ol
    {
        padding-left: 12px;
    }
    
}

@media (min-width: 809px) and (max-width: 900px) {
    .container_all_content_flex_pub{
        width: 760px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .container_options_left_pub{
        min-width: auto;
    }


    .container_options_left_pub button {
        min-width: auto;
        font-size: 15px;
    }

    .container_text_right_pub * h1{
        font-size: 26px;
    }

    .container_text_right_pub * h3{
        font-size: 16px;
    }

    .container_text_right_pub p {
        font-size: 15px;
    }

    .container_text_right_pub ul,
    .container_text_right_pub ol
    {
        padding-left: 12px;
    }
}

@media (min-width: 760px) and (max-width: 809px) {
    .container_all_content_flex_pub{
        width: 710px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .container_options_left_pub{
        min-width: auto;
    }

    .container_options_left_pub button {
        min-width: auto;
        font-size: 15px;
    }

    .container_text_right_pub * h1{
        font-size: 25px;
    }

    .container_text_right_pub * h3{
        font-size: 15.5px;
    }

    .container_text_right_pub p {
        font-size: 14.5px;
    }

    .container_text_right_pub ul,
    .container_text_right_pub ol
    {
        padding-left: 12px;
    }
}


@media(min-width:600px)  and (max-width: 1190px) {
/* .container_all_content_flex_pub{
    padding-left: 0;
} */
.container_options_left_pub{
   padding-top: 12%;
   min-width: 180px;
}
.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;
        padding-top: 0;
    }
   
}



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

   input{
    font-size: 16px;
   }
}


@media (min-width: 901px) and (max-width: 1190px) {
    .registry_button{
        font-size: 18px;
        padding-right: 2%;
    }
}

@media (min-width: 809px) and (max-width: 900px) {
    .registry_button{
        font-size: 17px;
        padding-right: 2%;
    }
}

@media (min-width: 760px) and (max-width: 808px) {
    .registry_button{
        font-size: 16px;
        padding-right: 2%;
    }
}