﻿.tabulator-header-filter input {
  border: 1px solid gainsboro;
}

.tabulator-headers {
  background-color: #f7f7f7;
  /* display: flex;
  align-items: flex-start; */
}
.tabulator-col-content {
  padding: 5px 0px !important;
}
/* :not(.tabulator-headers:first-child) */
.tabulator-headers > div[role="columnheader"] {
  background-color: #f7f7f7 !important;
  border-right: 1px solid gainsboro;
  border-bottom: 1px rgb(204, 204, 204);
}

.tabulator-col-title {
  text-overflow: clip !important;
  overflow: visible;
  text-transform: uppercase;
  font-size: 13px;
  color: #424242;
}

.tabulator-cell.user-column:hover {
    overflow: visible;
}

.tabulator-col-title-holder {
  padding: 5px 8px;
}
.tabulator-row {
  line-height: 28px;
  height: auto;
  padding: 0px;
  border: 0px !important;
}
.tabulator-col {
  /* height: fit-content !important; */
}
.tabulator-header-filter {
  padding: 0px;
  padding-top: 10px;
  border-top: 1px solid gainsboro;
}
.tabulator-table
  > .tabulator-row
  > .tabulator-cell:not(.form .tabulator-table > .tabulator-row > .tabulator-cell, .country .tabulator-table > .tabulator-row > .tabulator-cell, .person-type .tabulator-table > .tabulator-row > .tabulator-cell) {
  border-bottom: 1px solid rgb(205, 205, 205);
  border-right: 0.5px solid rgb(241, 239, 239);
}
.tabulator-header-filter input {
  background: #ffffff;
  margin: 0px 8px;
  height: 30px;
  padding: 2px 4px !important;
  width: calc(100% - 16px) !important;
  outline: none !important;
}
.tabulator-calcs-holder {
  border-top: 0px !important;
}

.tabulator-footer {
  border: none;
}

.tabulator-footer .tabulator-cell {
  background-color: #f7f7f7;
}
/*.tabulator-tableHolder {
    overflow-x: hidden !important;
   
}*/
.tabulator-tableHolder::-webkit-scrollbar {
  width: 1em !important;
}

.tabulator-row.tabulator-selected {
  background-color: rgba(202, 226, 243, 0.68);
}
.tabulator-tableHolder::-webkit-scrollbar-track {
  background: transparent !important;
}

.tabulator-tableHolder::-webkit-scrollbar-thumb {
  background-color: #aeaeaeba !important;
  cursor: pointer;
  z-index: 1;
}

.tabulator-col:not([tabulator-field]) {
  border: 0px !important;
}

.tabulator .tabulator-loader {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.tabulator-col-sorter {
  opacity: 0.5;
  transition: opacity 0.1s;
  border-width: 4px !important;
  margin-right: 5px;
  border: 0;
}

.tabulator-col-sorter:hover {
  opacity: 1;
  color: #424242;
}

.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: transparent;
  font-weight: bold;
  font-size: 16px;
}

.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 0;
  color: rgba(0, 0, 0, 0);
}
.lds-ring {
  display: inline-block;
  background-color: transparent;
  position: relative;
  width: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
