table.desktop-table {
  font-size: 14px;
  margin-bottom: 0;
}

.table.desktop-table thead {
  background: var(--green);
}

.table.desktop-table th {
  background: var(--green);
  padding: 26px 12px;
  color: var(--white);
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.1;
}

table.desktop-table td {
  padding: 10px 12px;
  border: 1px solid #d8dadd;
  border-bottom: none;
}

table.desktop-table td a {
  color: var(--soft-green) !important;
}

table.desktop-table tr.top-row td {
  padding-top: 20px;
}

table.desktop-table tr.bottom-row td {
  padding-bottom: 20px;
}

.table-pagination-holder {
  display: flex;
  width: 100%;
  align-items: center;
}

.table-pagination-holder .table-pagination-wrap {
  flex-grow: 1;
}

.table-pagination-holder .table-pagination {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}

.table-pagination-holder .table-pagination li {
  line-height: 1;
  padding: 14px 19px;
  margin: 0px 5px;
  color: var(--orange);
  border-radius: 4px;
}
.table-pagination-holder .table-pagination li.active {
  background-color: #fcefe3;
  border: var(--orange);
}

.table-pagination-holder select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: var(--orange);
  font-weight: 500;
  padding: 14px 40px 14px 20px;
  outline: none !important;
  position: relative;
}

.table-pagination-holder label {
  position: relative;
}

.table-pagination-holder label svg {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  transition: 0.5s all;
}

.table-pagination-holder select:focus + svg {
  transform: translate(0, -50%) rotate(180deg);
  transition: 0.5s all;
}

.tbf-filter {
  display: flex;
  width: 100%;
}

.tbf-filter select {
  max-width: 240px;
}

.tbf-select-holder {
  display: flex;
  flex-grow: 1;
  font-size: 14px;
  align-items: center;
}
.tbf-select-holder .select2-container .select2-selection--single {
  height: auto;
}
.tbf-select-holder
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 19px;
  border-radius: 4px;
  border: 1px solid var(--green);
  line-height: 1;
}

.select2-container--default .select2-results > .select2-results__options {
  font-size: 14px;
}

.tbf-select-holder
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: calc(50% - 13px);
}

.tbf-search-holder {
  display: flex;
  align-items: center;
}

.tbf-search-wrap {
  position: relative;
}

.tbf-search-wrap input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  border: none;
  background-color: #e9ebec;
  border-radius: 4px;
  padding: 18px 40px 18px 24px;
  outline: none !important;
}

.tbf-search-wrap svg {
  position: absolute;
  right: 24px;
  width: 20px;
  height: auto;
  top: calc(50% - 10px);
}

.gone-col > div {
  opacity: 0;
}
table.desktop-table td.gone-col {
  border-top: none;
}
.mobile-table {
  display: none !important;
}
tr[data-rmode="0"] {
  background: var(--gray);
}

li.active {
  font-weight: 700;
}
.tblview-prog {
  text-align: center;
}
.tblview-prog p {
  margin-top: 0;
  margin-bottom: 0;
}
.tblview-prog p:first-of-type {
  display: inline-block;

  padding: 4px 8px;
  border-radius: 10px;
  background: #ffdad5;
  color: #e61e00;
}
.tblview-prog.tbl-active p:first-of-type,
.tblview-prog.tbl-aktif p:first-of-type,
.tblview-prog.tbl-aktiflihatprogres p:first-of-type{
  display: inline-block;
  padding: 4px 8px;
  border-radius: 10px;
  background: #e5f5e4;
  color: #40a345;
}

table.desktop-table td.tblview-prog a {
  color: var(--orange) !important;
  border: 1px solid var(--orange);
  display: block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 4px 8px;
  margin-top: 16px;
}
table.desktop-table,
table.desktop-table th,
table.desktop-table td {
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .mobile-table {
    display: block !important;
  }
}

.table.desktop-table tbody tr td p {
  text-align: left !important;
}
