#allrecords .t-form__errorbox-wrapper {
    background: #FEFEFE !important;
    padding: 0px !important;
    text-align: left !important;
}

#allrecords .t-form__errorbox-text .t-form__errorbox-link {
   color: #E84032 !important;
   font-size: 14px !important;
}

.tn-atom {
    color: #1A1A18;
    transition: color 0.3 ease;
  }
  

.tn-atom>a>div:hover {
    color: #E84032 !important;
    transition: color 0.3 ease;
  }
  
  
#custom_button:disabled{
    cursor: not-allowed;
    opacity: 50%;
}  

.custom_text_form{
    display:flex;
    justify-content:center;
    align-items:center;
}

@media screen and (max-width: 960px) {
    .custom_text_form{
         display:block !important;
    }
    
}


.custom_link{
 margin-left:6px;
}
  
#custom_checkbox[type="checkbox"] {
  margin:0;
  margin-right:8px;
  accent-color: #E84032;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  
}


.custom_link2 {
 margin-left:2px;
}

.custom_text_form2{
    display:grid;
    grid-template-columns: 25px 1fr;
    align-items:center;
}


@media screen and (max-width: 960px) {
    .t422__textwrapper {
       padding-top: 30px;
        padding-right: 0px !important;
        padding-bottom: 30px;
        padding-left: 0px !important;
    }
}



@media screen and (max-width: 425px) {
    .t555__contentwrapper {
        padding: 30px 0px !important;
    }
}



@media screen and (max-width: 960px) {
    .t555__contentwrapper {
        padding: 30px 0px !important;
    }
    
    
    
@media screen and (max-width: 640px) {
    .t422__textwrapper {
            height: fit-content;
    }
}   




.t-section__descr>div {
    font-size: 18px !important;
}











    