@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");

html{
    scroll-padding-top: 160px;
}

#allrecords{
    overflow-y: hidden;
}

.remove-right-border{
    border-right: none !important;
}

.t-form__errorbox-wrapper{
    display: none !important;
}

.second-btn-effects{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
    
.second-btn-effects_effect{
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .4)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .4));
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
  
@media (max-width: 850px){
    
    .remove-right-border{
        border-right-style: none !important;
    }
    
    .t189__buttons-wrapper{
        justify-content: center;
    }
    
    .t189 :not(.t-btnwrapper) .t-btn,
    .t189 :not(.t-btnwrapper) .t-btn:nth-child(1),
    .t189 .t-btnwrapper,
    .t189 .t-btnwrapper:nth-child(1){
        margin: 0;
    }
    
    .t-select{
        /*font-size: 12px;*/
        webkit-appearance: none;
        appearance: none;
    }
    
    .t-select option {
        padding-inline: 0;
    }
    
    .t981__logo-wrapper{
        justify-content: center;
        height: 50px;
    }
    
    .t981__logo-wrapper .t981__logo{
        max-width: 250px !important;
    }
    
    .#rec768004773 .t395__tab:nth-last-child(2){
        border-right-style: none !important;
    }
}