/* SCROLLBAR */

::-webkit-scrollbar {
  min-width: 8px;
  min-height: 8px;
  max-width: 12px;
  max-height: 12px;
  width: 1.8vmin;
  height: 1.8vmin;
}


table tr td {
  width: 1%;
  white-space: nowrap;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
}

.content {
  /* min-height: 250px; */
  /* padding: 15px; */
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007d47;
  border-color: #007d47;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007d47;
  background-color: #fff;
  border: 1px solid #dee2e6;
}


.sidebar {
  height: calc(100% - (3.5rem + 1px));
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin;
  scrollbar-color: #a9a9a9 transparent;
}

@media only screen and (max-width: 800px){
  .video{
      width: 320px;
      height: 200px;
      text-align: center;
  }
}

.card-body{

  border-radius: 60%;
background-color: rgb(255, 255, 255);
text-align: center;
}

.btn-prima{
  background-color: #007d47;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
