.loader {
  border: 3px solid #2e3148;
  border-top: 3px solid #f58634;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pt-3-half {
  padding-top: 1.4rem;
  
}

.rodape_div{
  position: absolute !important;
  bottom: 0px !important;
}

@media (max-width: 1000px) {
  .tableStyle{ 
    /* sabrina */
    overflow-x: auto !important;
    display: inherit !important;
  }  
}

.modalhide{
  display: none;
}



