.tabulator {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 80px;
}

.tabulator .tabulator-header {
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.tabulator .tabulator-header,
.tabulator .tabulator-header .tabulator-col {
  background-color: #1d3d56;
}

.tabulator .tabulator-header .tabulator-col {
  border: none;
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: #1d3d56;
}

.tabulator-header
  .tabulator-col.tabulator-sortable[aria-sort="none"]
  .tabulator-col-content
  .tabulator-arrow {
  border-bottom-color: #ffffff !important;
}

.tabulator-col-title {
  padding-bottom: 10px;
}

.tabulator-header-filter > input {
  border-radius: 4px;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.tabulator-header-filter > input::placeholder {
  color: #2b5172;
}

.tabulator-placeholder > span {
  color: #1d3d56 !important;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  background-color: transparent;
}

.tabulator-row.tabulator-row-even,
.tabulator-row.tabulator-row-odd {
  background-color: #ffffff;
  margin: 3px 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.tabulator-row.tabulator-selectable:hover {
  background-color: #eaeaea;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: none;
  padding-left: 15px;
}

.tabulator-row .tabulator-cell {
  padding: 10px 0;
  border-right: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1d3d56;
}

.tabulator-row
  .tabulator-cell.tabulator-row-handle
  .tabulator-row-handle-box
  .tabulator-row-handle-bar {
  background: #7490a9;
}

.tabulator .tabulator-footer {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
  margin: 40px 0 0 0;
}

.tabulator-paginator {
  display: flex;
  justify-content: center;
}

.tabulator .tabulator-footer .tabulator-paginator label {
  justify-self: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #1d3d56;
}

.tabulator .tabulator-footer .tabulator-page-size {
  justify-self: flex-start;
  border-radius: 13px;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: none;
  padding: 3px 7px;
  margin-right: 30px;
}

.tabulator .tabulator-footer .tabulator-pages {
  justify-self: center;
  padding: 10px 17px;
  border-radius: 13px;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.tabulator .tabulator-footer .tabulator-page {
  justify-self: center;
  border: none;
  padding: 0 10px;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  background-color: #efefef;
  color: #000000;
}
.black-text {
  color: black;
}
.blobOdeme {
  background: #fa9696;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
.blobOdemeRadiussuz {
  background: white;
  margin: 10px;
  height: %100;
  width: %100;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 1s infinite;
}

.blob {
  background: white;
  border-radius: 50%;
  margin: 10px;
  height: %100;
  width: %100;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 1s infinite;
}
.blobb {
  background: white;
  border-radius: 50%;
  height: %100;
  width: %100;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  transform: scale(1);
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.99);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.mydiv {
  animation: changeBg 20s infinite;
}
@keyframes changeBg {
  0%,
  100% {
    background: #fa6161;
  }
  25% {
    background: #faf7aa;
  }
  50% {
    background: #faf582;
  }
  75% {
    background: #fa7878;
  }
}
