.soluta-tabs-title {
  max-width: 100px;
  min-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.6rem 0;
  margin: auto;
  display: inline-block;
  text-align: center;
}

.tab-title-container {
  height: 27.7px;
  display: inline-block;
}

.tab-title-x {
  margin-right: -8px;
  margin-bottom: 20px;
}

.soluta-tabs-title.unsaved-changes {
  color: rgb(226, 194, 13);
  font-style: italic;
}

.soluta-tabs-title.val-errors {
  color: red;
}

/**
* CSS for ReactTabs
*/

.react-tabs {
  -webkit-tap-highlight-color: transparent;
}

.react-tabs__tab-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 10px;
  padding: 0;
}

.react-tabs__tab {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  min-height: 38px;
}

.react-tabs__tab--selected {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  color: black;
  border-radius: 5px 5px 0 0 !important;
  box-shadow: 2px -5px 5px 0px hsl(6deg 93% 37% / 52%);
  z-index: 10;
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:hover {
  /* ORIGINAL SETTINGS
  box-shadow: 0 0 5px hsl(208, 99%, 50%);
  border-color: hsl(208, 99%, 50%);
  outline: none; */
  box-shadow: 2px -5px 5px 0px hsl(6deg 93% 37% / 52%);
  border-color: hsl(6deg 89% 41%);
  border-radius: 5px 5px 0 0 !important;
  outline: none;
  z-index: 10;
}

.react-tabs__tab:focus:after {
  content: '';
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
  display: none;
  overflow-y: auto;
  height: calc(100vh - 186px);
  overflow-x: hidden;
  position: relative;
}

.react-tabs__tab-panel--selected {
  display: block;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: hidden;
}

.page-content {
  min-height: 0;
  height: calc(100vh - 84px);
  position: relative;
}

.soluta-tab-spinner {
  display: inline-block;
}

.soluta-tab-spinner > img {
  width: 12px;
  position: unset;
  margin-left: 2px;
  margin-top: -3px;
  margin-right: 3px;
}
