/* * {
  outline: 1px solid red;
} */

.slides,
.slides p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.slides h1 {
  font-family: 'Caveat', cursive;
}

.slides h2,
.slides h3,
.slides h5,
.slides h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.slides h4 {
  font-family: 'Open Sans', sans-serif;
  color: #ffda79;
  font-weight: 600;
}

.slides .button,
.slides .slides-form {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.logoHolder {
  display: inline-flex !important;
  align-items: center;
  float: left !important;
  width: 100% !important;
}

.tripticoLogo {
  width: 52px;
  height: 52px;
  border-radius: 8px;
}

.subscribeNowBtn {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .pageSubMenu {
    text-align: left !important;
  }
}

/* Too narrow to show Preview buttons etc */
@media only screen and (max-width: 680px) {
  .footerBtns .button {
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 4px !important;
  }
  .footerBtns .button span {
    display: none !important;
  }
  .footerBtns .button i {
    padding: 4px;
    margin: auto !important;
  }
  .footerRightText {
    font-size: 10px;
    position: absolute;
    right: 16px;
    top: 46px;
  }
}

/* Overwrite default anim for footer when sidebar opens */

.sidebarShown .panel.bottom {
  opacity: 0 !important;
  transform: scale(1) translateY(0) !important;
}

.pageSubText {
  text-align: left;
  width: 90%;
  margin-top: 12px;
}

.pageSubMenu {
  text-align: right;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
}

.pageSubMenu a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffda79;
  font-weight: 900;
  font-size: 14px;
}

.pageSubMenu b {
  text-transform: uppercase;
  color: #eee;
  font-weight: 900;
  font-size: 14px;
}

.formBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 23%;
  height: 54px;
  border-radius: 0px;
  margin-left: 7px !important;
  margin-right: 0px !important;
  background-color: #ffda79;
  color: #333;
}

.pubPriNote {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 18px;
}

.invisible {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.fadeIn {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
}

/* INPUT */

.tripticoInput {
  background: #eee;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  border-color: rgba(255, 255, 255, 0.8);
  height: 54px;
  padding: 12px !important;
}

.tripticoTextInput {
  width: 100%;
  height: 30vh;
  overflow-y: scroll;
  font-family: 'Open Sans', sans-serif;
  font-size: 2vmin;
  padding: 0.75vw;
  margin-top: 2vh;
  resize: none;
  border-radius: 0.5vmin;
  border: none;
}

.app-list-title {
  width: 84%;
}

/* HIDE DOT SIDE MENU */

@media screen and (min-width: 1350px) {
  .side .navigation li:before {
    display: none;
  }

  .navigation li {
    padding: 20px;
  }

  /* style your text */
  .side .navigation li:after {
    content: attr(data-title);
    font-size: 15px;
    opacity: 0.6;
    transition: opacity 0.35s;
    background: none;
    white-space: nowrap;
    left: auto;
    position: fixed;
    right: 20px;
    display: block;
    text-align: right;
    width: 100px;
    box-shadow: none;
    border-radius: 0;
  }

  .side .navigation li:hover:after {
    opacity: 0.8;
  }

  /* style selected item */
  .side .navigation li.selected:after {
    opacity: 1;
    color: #ffda79;
  }
}

@media screen and (max-width: 519px) {
  .side .navigation li span {
    display: none;
  }
}

/* DIVIDER */

.wrapper {
  padding-bottom: 90px;
}

.divider {
  position: relative;
  margin-top: 90px;
  height: 1px;
}

.div-transparent:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 0.25px;
  /* background-image: linear-gradient(to right, transparent, white, transparent); */
  background-color: white;
}

/* Solid border */
hr.solid {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

/* BACKGROUND COLS */

.col-0 {
  background: #3498db;
}

.col-1 {
  background: #2980b9;
}

.tagHolder {
  /* display: flex; */
  /* background: #eee; */
  width: 100%;
  height: 120px;
  overflow: scroll;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0.5rem 0.5rem 0 0;
  padding: 0.5rem 0.75rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(255, 255, 255, 0.2);
}

.inputCardWidth {
  width: 384px;
  max-width: 100%;
  position: relative;
}

.inputCardHeight {
  width: 100%;
  height: auto;
  padding-top: 66.6%;
  position: relative;
}

.inputCard {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #333;
  background: #fff;
  border-radius: 12px;
  font-size: 22px;
  overflow: hidden;
  position: relative;
}

.inputCardHeight .inputCard {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.inputCard:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.dragover .inputCard {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.inputCard span {
  background-color: rgba(255, 255, 255, 0.5);
}

.buttonGroup {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.button {
  margin-bottom: 0px !important;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.pad {
  display: inline-flex;
  padding: 12px;
  color: #fff;
  background: #216694;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2),
    0 1px 2px rgba(255, 255, 255, 0.2);
  min-width: 186px;
  margin: 6px;
}

.padSavePanel {
  display: inline-grid;
  padding: 20px;
  color: #333;
  border-radius: 0px;
  border: 3px solid #fff;
  background: #dfe6e9;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3),
    0 4px 2px rgba(0, 0, 0, 0.75);
  min-width: 186px;
  cursor: pointer;
  margin: 6px;
}

.imageBtn {
  cursor: pointer;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.imageBtn.padBtn {
  display: inline-block;
  min-width: 120px;
}

.padBtn {
  display: initial;
  color: #333;
  background: #ffda79;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-size: 16px;
  max-width: fit-content;
}

.padInvis {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  font-weight: 500;
}

.bckColHeader {
  padding: 10px;
  background-color: #2c3e50;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bckCol0 {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bckCol1 {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bckCol2 {
  padding: 40px;
  background-color: #34495e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.panel.tripticoBlue {
  background-color: #48a2df !important;
  border-top: 4px solid #71b7e6;
}

.panel.tripticoBlueHeader {
  background-color: #48a2df !important;
  border-bottom: 4px solid #2a7aaf;
}

.button {
  box-shadow: inset 0 1px 0px rgba(255, 255, 255, 0.2),
    0 3px 1px rgba(0, 0, 0, 0.2);
}

.button.tripticoGreen {
  background: #16a085 !important;
  color: #fff !important;
}

.button.tripticoRed {
  background-color: #b33939 !important;
  color: #fff !important;
}

.button.tripticoYellow {
  background: #ffda79 !important;
  color: #000 !important;
}

.tripticoYellow {
  background: #ffda79 !important;
  color: #000 !important;
}

.button.tripticoDarkBlue {
  background: #34495e !important;
  color: #fff !important;
}

.button.tripticoBlue {
  background: #3498db !important;
  color: #fff !important;
}

.rowCountText,
.trueFalseLabel {
  margin-top: -24px !important;
  color: #999;
  font-weight: bolder;
}

span.input[contenteditable]:empty::before {
  content: 'Text';
  color: #ccc;
  display: inline-block;
}

span.input[contenteditable]:empty:focus::before {
  content: '';
  color: #333;
}

.toast-height {
  height: 72px !important;
  /* border: 3px solid #ffda79; */
}

/* SWITCH ONE */

.switch-field {
  display: flex;
  /* overflow: hidden; */
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #2980b9;
  color: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  /* line-height: 1; */
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.3);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #218c74;
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* SWITCH TWO */

.switch-input {
  display: none;
}

.switch-label {
  position: relative;
  /* display: inline-block; */
  min-width: 112px;
  cursor: pointer;
  text-align: left;
  /* margin: 16px; */
  padding: 16px 0 16px 44px;
}

.switch-label:before,
.switch-label:after {
  content: '';
  position: absolute;
  margin: 0;
  outline: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.switch-label:before {
  left: 1px;
  width: 34px;
  height: 14px;
  background-color: #2980b9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.switch-label:after {
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #b33939;
  border-radius: 50%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14),
    0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.switch-label .toggle--on {
  display: none;
}

.switch-label .toggle--off {
  display: inline-block;
}

.switch-input:checked + .switch-label:after {
  background-color: #218c74;
  -ms-transform: translate(80%, -50%);
  -webkit-transform: translate(80%, -50%);
  transform: translate(80%, -50%);
}

.switch-input:checked + .switch-label .toggle--on {
  display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
  display: none;
}

@media (max-width: 800px) {
  .container_table td:nth-child(5),
  .container_table th:nth-child(5),
  .container_table td:nth-child(4),
  .container_table th:nth-child(4) {
    display: none;
  }

  .hiddenInfo {
    display: inherit;
  }

  .extraInfo {
    width: 80%;
  }

  .formBtn {
    margin-left: 0px !important;
  }
}

.tags {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 4px 16px 8px 4px;
  padding: 0 10px 0 12px;
  background: #ffda79;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 12px;
  font-family: 'Open Sans', Verdana, sans-serif;
  text-decoration: none;
}

.tags:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #ffda79 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}

.introjs-tooltip {
  color: #333 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  min-width: 400px !important;
  max-width: 450px !important;
  background-color: #fff !important;
}

.introjs-tooltip-header {
  background-color: #f1f2f6 !important;
}

.introjs-tooltip h1 {
  color: #111 !important;
  margin-top: 5px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}

.inputCard textarea {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-align: inherit;
  background-color: transparent;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  resize: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  overflow-x: hidden;
}

.app-list-img {
  position: absolute;
  inset: 0;
}

#app-list-background img {
  width: 100%;
}

textarea.input {
  position: relative;
  max-height: 90%;
  min-width: 90%;
}

.app-file-upload {
  display: none;
}

#app-imgeditor-popup,
#app-import-popup {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  position: fixed;
  inset: 0;
  background-color: #2980b9;
  z-index: 500;
}

.app-imgeditor-top {
  display: flex;
  padding-bottom: 0.5rem;
}

.app-imgeditor-title,
.app-imgeditor-main,
.app-imgeditor-tip,
.app-import-main {
  flex-grow: 1;
}

.app-imgeditor-tools {
  text-align: right;
  padding-right: 1.5rem;
}

.app-imgeditor-main {
  display: flex;
}

#app-imgeditor-container {
  flex: 1 0 0%;
  width: 100%;
}

.app-imgeditor-bottom {
  padding-top: 0.5rem;
  display: flex;
}

.app-list-background-btns {
  margin-top: 10px;
  display: none;
}

.app-table {
  width: 100%;
  height: 100%;
}

.app-table textarea {
  width: 100%;
  height: 100%;
}

/* Import Data */

#app-import-col1-textarea {
  font-size: 22px;
  padding: 12px;
  resize: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
  border: 16px solid #216694;
}

#app-import-col2-textarea {
  font-size: 22px;
  padding: 12px;
  resize: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
  border: 16px solid #216694;
}

.app-import-tip {
  font-weight: 700;
  margin: 14px;
}

.app-import-title {
  margin: 18px;
}

.app-import-bottom {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px !important;
}

.mb-2 {
  background-color: #216694;
  border-top: 16px solid #216694;
}

/* LOADER */

/* svg path,
svg rect {
  fill: #ffda79;
} */

.loader {
  background: #34495e;
  padding: 16px;
  padding-top: 20px;
  border-radius: 16px;
  position: fixed;
  right: 28px;
  top: 94px;
  box-shadow: 0 5px 0px rgba(0, 0, 0, 0.3), 0 -1px 0px rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.loader p {
  color: #ffda79;
  font-size: 14px !important;
  margin: 0;
}

/* MENU ACTIVE */

.menu a {
  color: #fff;
  font-weight: 400;
}

.menu .menu-active {
  color: #333;
  font-weight: 400;
  background: #ffda79;
  border-radius: 8px;
  padding: 8px !important;
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4), 0 1px 0px rgba(255, 255, 255, 0.8);
  pointer-events: none !important;
}

/* PROGRESS BARS */

.app-list-img-progress {
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #eee;
}

.app-list-img-bar {
  height: 20px;
  background-color: #16a085;
  position: relative;
}

/* Blur background, but not any alerts */

.blurBody > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(15px);
}

/* Blur background by default for SweetAlert */

body.swal2-shown > [aria-hidden='true'] {
  transition: 0.1s filter;
  filter: blur(10px);
}

.sidebar {
  opacity: 1 !important;
  background-size: 5px 5px !important;
  background-image: repeating-linear-gradient(
    45deg,
    #3498db 0,
    #3498db 1px,
    #48a2df 0,
    #48a2df 50%
  ) !important;
}

.setTrueOrFalseSwitch {
  vertical-align: top;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 186px;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
}

.slider.autoHeight {
  transition: 0s !important;
}

.controller {
  display: flex;
  justify-content: center;
  align-items: center;
}

.helpBtnAdded {
  width: 100%;
  margin-top: 12px;
}

.helpBtnAdded * {
  margin: 0 !important;
}

.smallHelpBtn {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 !important;
  color: #eee;
  margin-top: 3px !important;
}

.smallHelpBtn .material-icons {
  font-size: 20px !important;
}

.smallHelpBtnSwitch {
  margin-top: 5px !important;
}

.processingScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  height: 100vh;
  background-color: #3498db;
  background: url(https://www.tripticoplus.com/media/resources/css/aiBck.jpg)
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.processingScreen p {
  font-size: 3vmin;
  font-family: 'Open Sans', _sans;
}

.processingScreen img {
  width: 12vmin;
  height: auto;
}

#aiShow_btn {
  display: none;
}

.ai_letterCount {
  font-weight: 700;
  font-size: smaller;
  color: #eee;
}

.inputInfo {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 4vh;
}

/* INITIAL DECISION */

.initialDecisionBack {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  position: absolute;
  z-index: 999;
  grid-template-columns: 10vw 80vw 10vw;
  grid-template-rows: 10vh 15vh 65vh 10vh;
  grid-template-rows: 10svh 15svh 65svh 10svh;
  background: url(https://www.tripticoplus.com/media/resources/css/aiBck.jpg)
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.decisionHolder {
  width: 100%;
  height: 100%;
  background-color: #eee;
  border-radius: 1vmin;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 4;
  display: flex;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.decisionHeader {
  width: 100%;
  height: 100%;
  background-color: #16a085;
  border-radius: 1vmin 1vmin 0 0;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 5px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.decisionHeader h1 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 5vmin;
  font-weight: 900;
}

.decisionOptions {
  width: 100%;
  height: 100%;
  border-radius: 0 0 1vmin 1vmin;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 80% 20%;
  justify-items: center;
}

.decisionOptions h1 {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5vmin;
  font-weight: 900;
  text-align: center;
}

.createActivity {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.createLesson {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.decisionOptions p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25vmin;
  font-weight: 300;
  text-align: center;
  padding-top: 4vmin;
  padding-left: 4vmin;
  padding-right: 4vmin;
  margin-bottom: 0;
}

.createActivity p:first-of-type,
.createLesson p:first-of-type {
  font-weight: 600;
  font-size: 2.5vmin;
}

.createActivity p:last-of-type,
.createLesson p:last-of-type {
  margin-top: 2vmin;
  padding: 0;
}

.decisionOptions a {
  font-weight: 600;
  text-decoration: underline;
}

.decisionLinks a {
  font-size: 2vmin;
  font-weight: 600;
  text-decoration: underline;
}

.tripticoDarkBlue {
  color: #34495e !important;
}

.createActivityButton {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffda79;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 1vmin;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.createLessonButton {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #ffda79;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 1vmin 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.initialDecisionBack .button {
  font-size: 2.5vmin;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  font-weight: 600;
}

.weight-900 {
  font-weight: 900;
}

/* -------------------------------------------------------------------------- */
/*                                IMAGE SEARCH                                */
/* -------------------------------------------------------------------------- */

.background-cover {
  position: fixed;
  display: none;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: #3498db;
  overflow: auto;
}

.imSearchHeaderBck {
  width: 100vw;
  height: fit-content;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 4vh;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0.5vmin;
}

.imSearchHeader {
  height: 10vh;
  width: 80vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.imSearchHeader p {
  font-size: 2.5vmin;
  font-weight: 900;
  margin: 0;
  padding: 0;
}

.imSearchHeader img {
  height: 6vh;
  /* background-color: rgba(255, 255, 255, 0.05); */
  width: auto;
  margin: 0;
  padding: 0;
  padding-right: 1vw;
  border-radius: 1vmin;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
}

.search-container {
  width: 80vw;
  height: fit-content;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  box-sizing: border-box;
}

#searchQuery {
  width: 100%;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25vmin;
  margin-bottom: 2vh;
  border-radius: 1vmin;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.image-results {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(300px, 1fr)
  ); /* Responsive columns */
  gap: 20px; /* Gap between the grid items */
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px; /* Add padding to the container */
}

.image-results p {
  text-align: center;
  font-size: 2.25vmin;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1vmin;
  padding: 2vmin;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.image-result-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.image-result {
  width: 100%;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  border-radius: 1vmin;
}

.photographer-name {
  font-size: 1vmin;
  text-transform: uppercase;
}

.photographer-name a {
  text-decoration: underline;
}

.pagination-controls {
  display: flex;
  justify-content: center;
  margin-top: 4vh;
}

.pagination-button {
  margin: 0 5px;
  padding: 10px 15px;
  border: none;
  background-color: #3498db;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.pagination-button.active {
  background-color: #2980b9;
}

.pagination-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.cancel-button {
  font-family: 'Open Sans', sans-serif;
  background-color: rgba(192, 57, 43, 1);
  color: white;
  border: none;
  padding: 1.5vmin 3vmin;
  font-size: 1.75vmin;
  border-radius: 1vmin;
  cursor: pointer;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0.2vmin 0.4vmin,
    rgba(0, 0, 0, 0.3) 0px 0.7vmin 1.3vmin -3vmin,
    rgba(0, 0, 0, 0.2) 0px -0.3vmin 0px inset;
  margin-top: 5vh;
  margin-bottom: 2.5vh;
}

.cancel-button:hover {
  background-color: rgba(231, 76, 60, 1);
}

/* Translate */

/* Style each translation option */
.translate-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 28px;
}

/* Style the checkboxes */
.translate-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Style the labels */
.translate-label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

/* Style the dropdown */
.translate-dropdown {
  width: 100%;
  max-width: 250px;
  padding: 5px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Hide dropdown initially */
.hidden {
  display: none;
}

.swal2-footer {
  text-align: center;
  font-size: 14px !important;
}

/* -------------------------------------------------------------------------- */
/*                            ENHANCED DATA DISPLAY                           */
/* -------------------------------------------------------------------------- */

.answer-field {
  display: none;
}
.answer-field.active {
  display: block;
}

.answer-toggle-container {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
