#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: #AF2321 !important;
   font-size: 14px !important;
}



.tn-atom {
    color: #0A0A0A;
    transition: color 0.3 ease;
  }
  

.tn-atom>a>div:hover {
    color: #AF2321 !important;
    transition: color 0.3 ease;
  }
  
  .tn-atom>a:hover {
    color: #AF2321 !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;
}

.custom_link{
 margin-left:6px;
}


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

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


.custom_link2 {
 margin-left:2px;
}


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


@media screen and (max-width: 640px) {
.t722__textwrapper {
   text-align: left !important; 
}
}


@media screen and (max-width: 640px) {
    .custom_link2 {
    display: grid;
    grid-template-columns: 25px 1fr;
    align-items: center;
    height: fit-content;
    display: block !important;
    }
}   

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


.t457__ul>li>a:hover {
    color: #AF2321 !important;
    transition: color 0.3 ease;
  }
  


  

.custom_link3 {
 margin-left:2px;
}


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