.bootstrap-table .fixed-table-container .table thead th .th-inner {
  color: var(--portalThemeColor7);
  padding: 0px !important;
  font-size: 16px;
  white-space: unset;
  display: flex;
  align-items: center;
  font-weight: bold;
  width: 100% !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  z-index: 4;
}

.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("/icon-sort.png") !important;
  background-size: 11px 22px;
  width: 100% !important;
}

.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("/icon-sort-up.png") !important;
  background-size: 11px 22px;
}

.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("/icon-sort-down.png") !important;
  background-size: 11px 22px;
}

.bootstrap-table .fixed-table-container .table thead {
  text-align: left;
  background-color: var(--portalThemeColor1);
  color: var(--portalThemeColor7);
  overflow: hidden;
  border: none;
}

.bootstrap-table .fixed-table-container .table thead th {
  padding: 15px 10px !important;
  border: none;
  border-right: solid 1px var(--portalThemeOnColor10);
}

.bootstrap-table .fixed-table-container .table thead th:last-child {
  border-right: none;
}

.bootstrap-table .fixed-table-container .table thead th tr {
  border-width: 0px !important;
}

.bootstrap-table td a.icon {
  text-decoration: none;
  color: var(--portalThemeColor1);
}

.bootstrap-table .fixed-table-container .table tbody {
  background-color: var(--portalThemeColor7);
}

.bootstrap-table .fixed-table-container .table tbody tr {
  height: 1px;
}

.bootstrap-table .fixed-table-container .table tbody td.actions {
  height: inherit;
  padding: 0;
}

.bootstrap-table .fixed-table-container .table tbody td {
  border-right: solid 1px var(--portalThemeOnColor10);
  border-bottom: solid 1px var(--portalThemeOnColor10);
  padding: 10px;
  font-size: 0.9em;
  border-left: none;
}

.bootstrap-table .fixed-table-container .table tbody td:last-child {
  border-right: none;
}

.pagination-detail {
  font-size: 16px;
}

.pagination > li > a,
.pagination > li > span {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > li > a :hover,
.pagination > li > span:hover {
  text-decoration: none;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: var(--portalThemeColor1) !important;
  text-decoration: none;
  cursor: pointer;
}

/* Dropdown */

.open > .dropdown-button {
  display: block;
  padding: 0;
  border-radius: 5px;
  left: 42px;
  top: 6px;
  border: none;
}

.action .dropdown-button-table {
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  display: block;
  padding: 0;
  border-radius: 5px;
  left: 60px;
  top: 6px;
  border: none;
}

.action .dropdown-button-table > li > a {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  margin: 0 !important;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  clear: both;
  line-height: 1.42857;
  white-space: nowrap;
  background-color: var(--portalThemeColor7);
}

.action .dropdown-button-table > li > a {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  margin: 0 !important;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

.action .dropdown-button-table > li > a:focus,
.action .dropdown-button-table > li > a:hover {
  border: none;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--portalThemeColor1);
  background-color: var(--portalThemeColor12);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 16px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none !important;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--portalThemeColor7);
  text-decoration: none !important;
  background-color: #007bff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-menu.show {
  padding: 0;
}

.page-list .dropdown-toggle {
  background-color: transparent;
  border: 3px solid #d5d5d5;
  padding: 4px 6px;
  margin-left: 16px !important;
  margin-right: 4px;
}

/* Tabs */

@media (min-width: 1400px) {
  .spear-container {
    max-width: 1320px;
    margin: auto;
  }
}

.tabs-container {
  padding: 0px 60px;
}

.tabs-container__wrapper {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.tabs-container__columns {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

.tab-content {
  flex-wrap: wrap;
  margin: 0px;
  min-height: auto;
  padding: 8px;
  margin-bottom: 36px;
}

.tab-content__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tab-content__column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  padding: 0;
}

/*Action events*/

.action {
  text-align: center;
}

.action-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--portalThemeColor9);
  font-size: 30px;
}

.action-button {
  border: none;
  background-color: transparent;
  padding: 0;
}

#claim_intake_link {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  height: 30px;
}

.slice-text {
  max-width: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.slice-text .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: var(--portalThemeColor1);
  color: var(--portalThemeColor7);
  text-align: center;
  padding: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 20%;
  opacity: 0;
  transition: opacity 0.3s;
}

.slice-text .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -8px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--portalThemeColor1) transparent transparent;
}

.slice-text:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltiptext {
  top: calc(50% + 5px);
  left: calc(100% + 10px);
}

.bootstrap-table tbody tr {
  position: relative;
}

.display-button-action {
  opacity: 1;
  display: block;
}

.hide-button-action {
  opacity: 0;
  display: none !important;
  transition: opacity 0.5s, display 0.5s;
}

.small-grid .action .dropdown-button-table {
  left: 80px;
}

/*New styles*/

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  background-color: var(--portalThemeColor7);
  border-radius: 10px !important;
  border-collapse: collapse !important;
  border: none !important;
  overflow: hidden;
}

/*ACTION STYLES*/
.actions {
  cursor: pointer;
}

.actions-dropdown {
  top: -28px;
  border: 1px solid var(--portalThemeOnColor10);
  padding: 5px;
  text-align: left;
  display: none;
  position: absolute;
  background-color: var(--portalThemeColor7);
  min-width: 150px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px !important;
}

.actions-dropdown a {
  padding: 5px;
}

.actions-dropdown a {
  color: var(--portalThemeColor1);
  text-decoration: none;
  display: block;
  border-radius: 10px !important;
}

.actions.active-dropdown {
  background: var(--portalThemeOnColor10);
}

.actions i {
  transform: rotate(0deg);
  fill: var(--portalThemeColor1);
  transition: all 0.33s ease-out;
}

.actions.active-dropdown i {
  transform: rotate(90deg);
  fill: var(--portalThemeColor7);
  transition: all 0.33s ease-out;
}

.actions .actions-wrapper {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

.actions svg {
  transform: rotate(0deg);
  fill: var(--portalThemeColor1);
  transition: all 0.33s ease-out;
}

.actions.active-dropdown svg {
  transform: rotate(90deg);
  fill: var(--portalThemeColor7);
  transition: all 0.33s ease-out;
}

.action-link {
  color: var(--portalThemeColor1);
  text-decoration: none !important;
  display: block;
  border-radius: 10px !important;
  font-size: 0.9rem;
}

.action-link:hover {
  color: var(--portalThemeColor4);
  text-decoration: none;
  display: block;
  border-radius: 10px !important;
}

.table-container {
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 562px) {
  .actions .actions-wrapper {
    position: relative;
  }
}

@media (max-width: 768px) {
  .actions-dropdown {
    left: 100px;
    top: 0;
  }

  .actions .actions-wrapper {
    text-align: left;
    padding-left: 30px;
  }
}
