/** 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
*/
.content-popup-opened .page-main {
  margin-bottom: 50vh !important;
}
@media only screen and (min-width: 672px) {
.page._condensed .content-popup-container {
    width: 39.5rem;
}
}
@media only screen and (min-width: 1056px) {
.page._condensed .content-popup-container {
    width: 55rem;
}
}
.content-popup .rich-text-editor:has(.mce-edit-focus) .mce-toolbar {
  border: 1px solid rgba(43, 99, 217, 0.4);
  border-bottom-color: #e7e9ec;
}
.content-popup .rich-text-editor .tox-tinymce {
  display: flex !important;
}
.content-popup .rich-text-editor .mce-toolbar {
  border-radius: 10px 10px 0 0;
}
.content-popup .rich-text-editor .mce-toolbar:not(:empty) + .mce-content-body {
  border-radius: 0 0 10px 10px;
}
.content-popup .rich-text-editor .mce-content-body {
  max-height: 5rem !important;
  border-radius: 10px;
}
@media only screen and (min-width: 1056px) {
.content-popup .rich-text-editor .mce-content-body {
    height: 7rem;
    max-height: 7rem !important;
}
}
.content-popup .rich-text-editor .mce-toolbar .tox-editor-container,
.content-popup .rich-text-editor .mce-toolbar .tox-toolbar__primary {
  border: none;
}
.content-subpage .content-popup-container.large {
  min-width: 400px;
  max-width: 680px;
}
@media only screen and (max-width: 671px) {
.content-subpage .content-popup-container.large {
    min-width: unset;
    max-width: calc(100vw - 2rem);
}
}
@media only screen and (min-width: 672px) and (max-width: 1055px) {
.content-subpage .content-popup-container.large {
    max-width: calc(600px - 2rem);
}
}
.content-popup-container {
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0 !important;
}
@media only screen and (max-width: 671px) {
.content-popup-container {
    max-width: calc(100vw - 2rem);
}
}
.content-popup-container.learning-fa .content-popup-header .title {
  color: #ea6613;
}
.content-popup-container.small {
  max-width: 343px;
}
.content-popup-container .content-popup {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem;
  width: 100%;
  display: none;
}
.content-popup-container .content-popup.has-overflow-menu-button {
  padding-bottom: 6rem;
}
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty) .bx--tooltip__trigger {
  margin-left: 0;
}
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty) > .field-tooltip {
  display: inline-flex;
}
@media only screen and (max-width: 375px) {
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty).has-info-logo {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 7rem 1fr;
    grid-gap: 0.5rem;
}
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty).has-info-logo > .bx--btn:first-child {
    grid-column: 2;
}
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty).has-info-logo > .field-tooltip {
    position: relative;
    left: 3rem;
    grid-row: 2;
}
.content-popup-container .content-popup.has-overflow-menu-button .content-popup-actions:not(:empty).has-info-logo > .overflow-menu-button {
    grid-row: 2;
}
}
.content-popup-container .content-popup.is-visible {
  display: block;
}
.content-popup-container .content-popup.has-header-icon .content-popup-header {
  justify-content: flex-start;
}
.content-popup-container .content-popup.has-header-icon .content-popup-header > .popup-icon {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.content-popup-container .content-popup.has-header-icon .content-popup-header > .bx--link {
  margin-left: auto;
}
.content-popup-container .content-popup > .wrapper {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(2, 41, 79, 0.1);
  border: 1px solid #e7e9ec;
}
@media only screen and (max-width: 671px) {
.content-popup-container .content-popup {
    max-width: calc(100vw - 2rem);
    margin-left: 0;
    margin-right: 0;
}
}
@media only screen and (min-width: 672px) {
.content-popup-container .content-popup {
    max-width: 39.5rem;
}
}
@media only screen and (min-width: 1056px) {
.content-popup-container .content-popup {
    max-width: 55rem;
}
}
.content-popup-container .bx--btn {
  min-width: 8rem;
}
@media only screen and (max-width: 671px) {
.content-popup-container .bx--text-input__field-wrapper::placeholder {
    font-size: 11px;
}
}
.content-popup-container div[data-text]:before,
.content-popup-container span[data-text]:before {
  content: attr(data-text);
}
.content-popup-container .content-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.content-popup-container .content-popup-header .title {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1056px) {
.content-popup-container .content-popup-header .title {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.content-popup-container .content-popup-header .title {
  padding-right: 1rem;
  word-break: break-word;
}
.content-popup-container .content-popup-header .close {
  display: flex;
  min-width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.content-popup-container .content-popup-header .close:hover {
  background-color: #e7e9ec;
}
.content-popup-container .content-popup-header .close:focus {
  outline: transparent;
  border: 1px solid #d5e0f7;
}
.content-popup-container .content-popup-header .close .sls-icon [fill] {
  fill: #2b63d9;
}
.content-popup-container .content-popup-content {
  padding: 0 1rem 1rem;
}
.content-popup-container .content-popup-actions {
  padding: 1rem;
}
.content-popup-container .content-popup-actions:not(:empty) {
  display: flex;
  justify-content: center;
  border-top: 1px solid #f3f5f8;
  gap: 1rem;
}
.content-popup-container .content-popup-actions .bx--btn {
  min-width: 8rem;
}
.content-popup-container .content-popup-actions .bx--tooltip__trigger:hover .sls-icon, .content-popup-container .content-popup-actions .bx--tooltip__trigger:active .sls-icon, .content-popup-container .content-popup-actions .bx--tooltip__trigger:focus .sls-icon {
  fill: none;
}
.content-popup-container .content-popup-actions .bx--tooltip__trigger [stroke] {
  stroke: #2b63d9;
}
.content-popup-container .content-popup-actions .bx--tooltip__trigger .sls-icon path {
  fill: #2b63d9;
}