/*.new-select {*/
/*    display: block;*/
/*    min-width: 96%;*/
/*    background-color: transparent;*/
/*    border: 1px solid black;*/
/*    border-radius: 20px;*/
/*    padding: 20px;*/
/*    color: #06021f82;*/
/*    font-size: 16px;*/
/*    line-height: 1.4;*/
/*}*/

   .new-select,
   .new-select-age{
      width: 96%;
      background-color: transparent;
      border: 1px solid black;
      border-radius: 20px;
      padding: 20px;
      color: #06021f82;
      font-size: 16px;
      line-height: 1.4;
      display: block;
      margin-bottom: 1em;
   }
   
   @media (max-width: 850px) {
   .new-select,
   .new-select-age{
      width: 88%;
   }
}

[data-input-lid="1669631582339"] .t-input-block {
    display: none;
}

.new-select-age,
.text-age{
    /*display: none;*/
    margin-bottom: 1em;
font-size: 16px;
font-family: 'gothampro',Arial,sans-serif;

}






.new-select option,
.new-select-age option{
    background-color: #ffffff;
}