.bx--tile {
  border: 1px solid #eef0f2;
  border-radius: 0.35rem;
  background-color: white !important;
}

h1,
.bx--type-alpha {
  font-size: 2.25rem !important;
  line-height: 1.25;
}

h2,
.bx--type-beta {
  font-size: 1.75rem !important;
  line-height: 1.25;
  font-weight: 300;
}

.bx--type-caps {
  text-transform: uppercase;
}

.bx--type-caption {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
}

h4,
.bx--type-delta {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 600;
}

h5,
.bx--type-epsilon {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
}

h3,
.bx--type-gamma {
  font-size: 1.25rem !important;
  line-height: 1.25;
  font-weight: 300;
}

.bx--type-giga {
  font-size: 4.75rem;
  line-height: 1.25;
  font-weight: 300;
}

strong,
.bx--type-strong {
  font-weight: 700;
}

h6,
.bx--type-zeta {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
}

.xpa-name-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-border {
  border: 1px solid black;
  text-align: center;
}

.table-border th {
  border-right: 1px solid black;
  padding: 4px;
}

.table-border td {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 4px;
  vertical-align: middle;
}

.color-blue {
  background-color: #4a8ddc;
  color: white;
  font-weight: bold;
}

.color-red {
  background-color: red;
  color: white;
  font-weight: bold;
}

.color-orange {
  background-color: orange;
  color: white;
  font-weight: bold;
}

.color-gray {
  background-color: gray;
  color: white;
  font-weight: bold;
}

.color-yellow {
  background-color: yellow;
  color: white;
  font-weight: bold;
}

.color-light-green {
  background-color: darkseagreen;
  color: white;
  font-weight: bold;
}

.color-dark-green {
  background-color: darkgreen;
  color: white;
  font-weight: bold;
}

.color-white {
  color: white;
}

.heading-color {
  background-color: darkblue;
  color: white;
  font-weight: bold;
  min-height: 40px;
}

.profile-report-row {
  min-width: 70px;
  background-color: darkblue;
  border-top: 1px solid white;
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 70px;
}

.dashed-border {
  border-bottom: 2px dashed black;
}

.border-left-right {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.bg-color-gba-score {
  background-color: #aec5ec;
  padding: 15px;
  text-align: center;
  font-size: large;
}

.font-weight-bold {
  font-family: "Roboto";
  font-size: larger;
}

.gba-row-border {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.border-bottom {
  border-bottom: 2px solid black !important;
  width: 100%;
}

.text-trsf-270 {
  transform: rotate(270deg);
}

a.bx--tabs__nav-link:focus,
a.bx--tabs__nav-link:active {
  outline: none !important;
}

.font-style-italic {
  font-style: italic;
}

.css-default-text-color {
  color: #162759 !important;
}

.w-20 {
  width: 20% !important;
}

.bx--toggle-input__label {
  font-size: medium;
  color: #162759 !important;
}

.main-header-b {
  border-right: 1px solid white !important;
  height: 1.5rem !important;
}

a.bx--header__menu-item:focus {
  border-color: #162759 !important;
}

#xsw-update {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 10px;
  color: white !important;
  background-color: #6b6d72;
}

body .dashboard-analytics-container>div {
  height: 100vh;
  width: 100%;
  zoom: 2;
}

body .t-scores-graph-container>div {
  height: 47vh;
  width: 100%;
  zoom: 2;
}

.xpa-width--200px {
  width: 200px;
}

/*Just triggering update */

.xpa-link {
  color: #002072 !important;
  cursor: pointer !important;
}

.custom-zebra-table .custom-zebra-row {
  background-color: white;
  margin-top: 0.5rem !important;
}

.custom-zebra-table .custom-zebra-row:nth-of-type(even) {
  background-color: #68626250;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.xpa-btn-gen-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #673AB7;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
}

.xpa-gen-ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #673AB7;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* .ml7 {
  position: relative;
  font-weight: 900;
  font-size: 3.7em;
}

.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml7 .letter {
  transform-origin: 0 100%;
  display: inline-block;
  line-height: 1em;
} */

.custom-editor-wrapper .DraftEditor-root {
  min-height: 150px !important;
}

.xpa-video-transcript {
  border-style: solid;
  border-width: 2px;
  border-color: #673AB7;
  padding-top: 0.5rem;
  margin-left: 0.5rem;
  line-height: 21px;
}