.card.card-survei{
  background-color: #ffffff;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid !important;
  border-color: var(--border-light) !important;
  transition: .25s ease-out;
  z-index: 1;
}
.card.my-card .table-responsive.main-table{
  max-height: calc(100vh - 150px);
}
.card.card-survei:hover{
  border-color: transparent !important;
  border-radius: 12px;
  box-shadow: 0px 2px 8px 1px var(--border-light) !important;
  z-index: 2;
}
.extra-padding{
  padding: 1.5rem 2rem;
}
@media (max-width: 768px){
  .extra-padding{
    padding: 1rem 1.25rem;
  }
}