/** Breakpoints for responsive design
 *  Carbon Breakpoints: https://www.carbondesignsystem.com/guidelines/2x-grid/overview/#breakpoints
 *  Reference: https://davidwalsh.name/write-media-queries-sass
*/
/* Gradient for gamification background
   Value from Figma: https://www.figma.com/file/7RkxF5r3E2JPdtJdyxLWoF/Gamification?node-id=813%3A69686
*/
.bx--modal.content-subpage.light-theme .bx--modal-container > .header {
  background-color: #ffffff;
  color: #1a1a1a;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .sls-icon {
  color: #2b63d9;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .bx--btn--primary .sls-icon {
  color: #ffffff;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header ._completed .bx--btn--primary .sls-icon {
  color: #2b63d9;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .button {
  color: #2b63d9;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .button.close:hover [stroke] {
  stroke: #2b63d9;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .star-resource-button .sls-icon [stroke] {
  stroke: #2b63d9;
}
.bx--modal.content-subpage.light-theme .bx--modal-container > .header .star-resource-button .sls-icon [fill]:not([fill="#FBBC04"]) {
  fill: #2b63d9;
}
@media only screen and (min-width: 672px) {
.bx--modal.content-subpage.small .bx--modal-container {
    width: 600px;
    min-height: 420px;
}
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage.small .bx--modal-container {
    width: 1000px;
}
}
@media only screen and (max-height: 600px) {
.bx--modal.content-subpage.small .bx--modal-container {
    min-height: auto;
}
}
.bx--modal.content-subpage.loading-state .bx--modal-container > .header .close-wrapper {
  cursor: not-allowed;
}
.bx--modal.content-subpage.loading-state .bx--modal-container > .header .close-wrapper .btn-close {
  pointer-events: none;
}
.bx--modal.content-subpage._condensed .icon-link {
  margin: 1rem 0 0 1rem;
}
.bx--modal.content-subpage._condensed .bx--modal-container .content .main {
  padding: 0;
}
.bx--modal.content-subpage._condensed .bx--modal-container .content .main .main-header {
  padding: 1rem 1rem 0 1rem;
  margin: 0;
}
.bx--modal.content-subpage._condensed .bx--modal-container .content .main > .search-bar-wrapper {
  padding: 1rem;
  background-color: #f3f5f8;
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage.has-sticky-header .search-bar-wrapper {
    position: sticky;
    top: 0;
    z-index: 4;
}
}
.bx--modal.content-subpage .content-bg-wrapper {
  padding: 1rem;
  background-color: #ffffff;
}
.bx--modal.content-subpage .bx--modal-container {
  grid-template-rows: 3rem 1fr;
}
@media only screen and (max-width: 671px) {
.bx--modal.content-subpage .bx--modal-container {
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    border-radius: 0;
}
}
@media only screen and (min-width: 672px) and (max-width: 1055px) {
.bx--modal.content-subpage .bx--modal-container {
    width: 600px;
}
}
@media only screen and (min-width: 672px) {
.bx--modal.content-subpage .bx--modal-container {
    min-height: 420px;
    max-height: calc(var(--vh, 1vh) * 100 - 4rem);
    border-radius: 10px;
}
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage .bx--modal-container {
    width: 1000px;
}
}
@media only screen and (max-height: 600px) {
.bx--modal.content-subpage .bx--modal-container {
    min-height: auto;
}
}
.bx--modal.content-subpage .bx--modal-container > .header {
  display: flex;
  align-items: center;
  padding-right: 1rem;
  background-color: #0b233f;
  color: #ffffff;
  width: inherit;
  border-bottom: 1px solid #e7e9ec;
}
@media only screen and (min-width: 672px) {
.bx--modal.content-subpage .bx--modal-container > .header {
    border-radius: 10px 10px 0 0;
}
}
.bx--modal.content-subpage .bx--modal-container > .header.has-buttons {
  grid-template-columns: 1fr 3.5rem auto;
}
.bx--modal.content-subpage .bx--modal-container > .header.has-buttons .bx--btn-set {
  justify-content: flex-end;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.bx--modal.content-subpage .bx--modal-container > .header.has-overflow-menu-button {
  grid-template-columns: 1fr 9.5rem auto;
}
.bx--modal.content-subpage .bx--modal-container > .header .close-wrapper {
  display: inline-flex;
}
.bx--modal.content-subpage .bx--modal-container > .header .btn-close {
  cursor: pointer;
  color: #aac1f0;
}
.bx--modal.content-subpage .bx--modal-container > .header .btn-close path {
  stroke: currentColor;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 100%;
  padding: 0 1rem;
  word-break: break-word;
  overflow: hidden;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb.singular .title {
  max-width: 100%;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb .ellipsis {
  flex: 0 0 auto;
  color: #9da7b2;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb .ellipsis::before {
  content: " ... ";
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb .title {
  position: relative;
  width: auto;
  max-width: calc(50% - 1rem);
  margin-bottom: 0;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb .title:not(:last-of-type) {
  color: #9da7b2;
}
.bx--modal.content-subpage .bx--modal-container > .header .breadcrumb .sls-icon {
  flex: 0 0 auto;
  color: #aac1f0;
}
.bx--modal.content-subpage .bx--modal-container > .header .button {
  cursor: pointer;
  color: #aac1f0;
}
.bx--modal.content-subpage .bx--modal-container > .header .button path {
  fill: currentColor;
}
.bx--modal.content-subpage .bx--modal-container > .header .bx--btn {
  border: 1px solid transparent;
}
.bx--modal.content-subpage .bx--modal-container > .header .bx--btn.bx--btn--icon-only {
  width: 2.5rem;
  height: 2.5rem;
}
.bx--modal.content-subpage .bx--modal-container > .header .bx--btn:focus {
  box-shadow: none;
  border: 1px solid #d5e0f7;
}
.bx--modal.content-subpage .bx--modal-container > .header .fetch-data-button._completed .bx--btn {
  background-color: rgb(212.6, 223.8, 247.4);
  border: 2px solid #2b63d9;
  color: #2b63d9;
}
.bx--modal.content-subpage .bx--modal-container > .header .fetch-data-button .message-component {
  z-index: 100;
}
.bx--modal.content-subpage .bx--modal-container > .header .title-buttons {
  margin-left: 0.5rem;
}
.bx--modal.content-subpage .bx--modal-container > .content {
  width: inherit;
  overflow-y: auto;
  position: relative;
  border-radius: 10px;
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage .bx--modal-container > .content {
    display: flex;
    flex-flow: row wrap;
    overflow-y: hidden;
}
.bx--modal.content-subpage .bx--modal-container > .content > :is(.main, .sub) {
    position: relative;
    flex: 1 1 50%;
    max-height: 100%;
    overflow-y: auto;
}
}
.bx--modal.content-subpage .bx--modal-container > .content {
  /* Additional bottom padding to prevent the action-button from overlapping the content
   * For desktop, the bottom padding is added to the main and sub-content instead as
   * the scrollbar should appear for the two panels instead of the whole content
  */
}
@media only screen and (max-width: 671px) {
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button {
    padding-bottom: 6rem;
}
}
@media only screen and (min-width: 672px) and (max-width: 1055px) {
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button {
    padding-bottom: 1rem;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button > .main {
    min-height: 19rem;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button > .main > div:last-child {
    padding-bottom: 2rem;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button.has-sub-content > :is(.main, .sub) {
    min-height: 9rem;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button.has-sub-content > .main > div:last-child {
    padding-bottom: 0;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button.has-sub-content > .sub > div:last-child {
    padding-bottom: 2rem;
}
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button {
    padding-bottom: 0;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button > .main > :is(div, .bx--form):last-child {
    padding-bottom: 6rem;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button.has-sub-content > .main > :is(div, .bx--form):last-child {
    padding-bottom: 0;
}
.bx--modal.content-subpage .bx--modal-container > .content.has-action-button.has-sub-content > .sub > :is(div, .bx--form):last-child {
    padding-bottom: 6rem;
}
}
.bx--modal.content-subpage .bx--modal-container > .content > :is(.main, .sub) {
  padding: 1rem;
}
.bx--modal.content-subpage .bx--modal-container > .content > .sub {
  position: relative;
  background-color: #ffffff;
}
.bx--modal.content-subpage .has-action-button .bx--list-box__menu {
  z-index: 50;
}
.bx--modal.content-subpage .star-resource-button .sls-icon [stroke] {
  stroke: #aac1f0;
}
.bx--modal.content-subpage .star-resource-button .sls-icon [fill]:not([fill="#FBBC04"]) {
  fill: #aac1f0;
}
.bx--modal.content-subpage .media-component .star-resource-button .sls-icon [fill]:not([fill="#FBBC04"]) {
  fill: #6d7b8c;
}
.bx--modal.content-subpage .action-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0;
  cursor: pointer;
  z-index: 100;
}
@media only screen and (max-width: 671px) {
.bx--modal.content-subpage .action-button {
    position: fixed;
}
}
@media only screen and (min-width: 672px) and (max-width: 1055px) {
.bx--modal.content-subpage .action-button {
    position: sticky;
    float: right;
    bottom: 0;
}
}
.bx--modal.content-subpage .action-button .bx--btn,
.bx--modal.content-subpage .action-button .fetch-data-button .bx--btn {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.6688rem;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  display: flex;
  flex-flow: column;
  min-width: 68px;
  height: 68px;
  max-height: 68px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 15px rgba(43, 99, 217, 0.25);
}
.bx--modal.content-subpage .action-button .bx--btn[disabled],
.bx--modal.content-subpage .action-button .fetch-data-button .bx--btn[disabled] {
  opacity: 1;
  box-shadow: 0px 4px 10px rgba(2, 41, 79, 0.1);
}
.bx--modal.content-subpage .action-button .bx--btn .sls-icon,
.bx--modal.content-subpage .action-button .fetch-data-button .bx--btn .sls-icon {
  margin-right: 0;
}
.bx--modal.content-subpage .action-button .bx--btn .sls-icon path[fill],
.bx--modal.content-subpage .action-button .fetch-data-button .bx--btn .sls-icon path[fill] {
  fill: currentColor;
}
.bx--modal.content-subpage .action-button .bx--btn .sls-icon path[stroke],
.bx--modal.content-subpage .action-button .fetch-data-button .bx--btn .sls-icon path[stroke] {
  stroke: currentColor;
}
.bx--modal.content-subpage .main-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.bx--modal.content-subpage .main-header > .title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1056px) {
.bx--modal.content-subpage .main-header > .title {
    font-size: 1.313rem;
    line-height: 1.75rem;
}
}
.bx--modal.content-subpage .main-header > .title {
  word-break: break-word;
}
.bx--modal.content-subpage .main-header .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 0.25rem;
  margin-right: 0.5rem;
  color: #2b63d9;
}
.bx--modal.content-subpage .main-header .field-tooltip {
  display: flex;
  align-items: center;
}
.bx--modal.content-subpage .main-header .bx--tooltip__trigger .sls-icon {
  fill: none;
}
.bx--modal.content-subpage .main-header .bx--tooltip__trigger .sls-icon [stroke] {
  stroke: #2b63d9;
}
.bx--modal.content-subpage .main-header .bx--tooltip__trigger .sls-icon [fill] {
  fill: #2b63d9;
}
.bx--modal.content-subpage .main-header .title-link {
  margin-left: 0.5rem;
  width: 24px;
  height: 24px;
}
.bx--modal.content-subpage .main-header .title-link .sls-icon [fill] {
  fill: #2b63d9;
}
.bx--modal.content-subpage .rich-text-editor .mce-content-body.mce-edit-focus {
  overflow-y: scroll;
}
.bx--modal.content-subpage .rich-text-editor .tox .tox-menu.tox-collection.tox-collection--list {
  max-height: 260px !important;
}
body.tox-dialog__disable-scroll .content-subpage .bx--modal-container > .content > .sub {
  overflow: visible;
}