/* added new */
html, body {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

body {
    font-size: 1rem;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 2;
    margin: 0px 0px 0px 0px;
    color: #212427;
    background-color: #f5f7fa;
    }
  header {
    position: sticky; top: 0px; margin-bottom:0px; z-index:1000;
    }
  nav a:js-active
    {color: #212427;}
  input[type='text']
    {
    resize:vertical;
    border:solid 1px lightgray;
    }
  li {list-style: none;}
  a {text-decoration: none;}
  a:link { color:#212427; text-decoration: none; }
  a:visited { color:#212427; text-decoration: none; }
  a:hover { color:#BF3143; }
  footer {
    position: relative;
    height: 60px;
    width: 100%;
    font-weight:200;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 100px;
    text-align: center;
    color:#212427;
    text-decoration: none; color:#212427;
    }
  footer a:link { color:#212427; text-decoration: none; }
  footer a:visited { color:#212427; text-decoration: none; }
  footer a:hover { color:#BF3143; text-decoration: none; }
  footer li {display: inline-block; margin-right: 10px; }
  img {display: block;}
  iframe {
    width: 100%;
    height: 100%;
    border:1px solid lightgray;
  }
  
  
  /* Sticky message section START - this is test on Sep 3 2024 */
  
  .sticky-message-box {
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: white;
    padding: 0.2rem;
    font-size: 1rem;
    z-index: 1001;
    background: #36454F;
    line-height: 1.2;
    padding-top: .3rem;
    padding-bottom: .3rem;
    }
  .sticky-message-box a {
    font-size: 1em;
    color: #ccc;
    }
  .sticky-message-box a:hover {
    color: #fff;
    }
  .text-color-gray {color: #ccc;}
  
  .cat2 {border: 0px solid red;}
  
  
  /* Overlay START*/
  .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 1100;
  }
  .area-alert {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  max-width: 330px;
  height: auto;
  padding: 1rem;
  color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  border-radius: 7px;
  font-weight: 300;
  background-color: white;
  border: 1px solid lightgray;
  color: #212427;
  font-size: .9rem;
  z-index: 1200;
  align-items: center;
  }
  .area-guest-message {
  line-height: 1.2rem;
  padding: .3rem;
  background-color: #f5f7fa;
  border: 1px solid lightgray;
  padding-left: 1rem;
  margin-bottom: 10px;
  font-size: .9rem;
  text-align: center;
  }
  .button-close-overlay {
  margin-left: 15px;
  color: #808080;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  }
  .button-close-overlay:hover {
  color: #212427;
  }
  .alert-msg1 {
  display: block;
  font-size: 1rem;
  padding: 5px;
  }
  .alert-msg1 a{color:#333; font-weight: 500; text-decoration: underline;
    }
    .alert-msg1 a:hover{color:#BF3143; font-weight: 500;
    }
  
    .button-popup {display: block;
      border: 1px solid rgba(27, 31, 35, 0.15);
      cursor:pointer;
      font-weight:400;
      color: #212427;
      background-color: #ededed;
      text-align: center;
      border-radius: 3px;
      padding: 5px;
      margin: 0.5rem 0rem;
      width: 12rem;}
      .button-popup:hover {border: 1px solid #808080;}
  
  
  .button-join-overlay {
  display: block;
  border: 1px solid rgba(27, 31, 35, 0.15);
  cursor:pointer;
  font-weight:400;
  color: #212427;
  background-color: #ededed;
  font-size: 1rem;
  text-align: center;
  padding: 7px;
  margin: 0.5rem 0rem;
  border-radius: 5px;
  z-index:2000;
  width: 12rem;
  }
  .button-join-overlay:hover {
  background-color: #F3F4F6;
  transition-duration: 0.1s;
  }
  .button-join-overlay:focus {
  outline: 1px transparent;
  }
  .link-login-overlay {
  display: block;
  font-size: 0.8rem;
  }
  .link-login-overlay a {color:gray; font-weight: 400;text-decoration-line: underline;}
  .alert-msg2 {
  display: block;
  font-size: 0.7rem;
  padding: 3px;
  }
  .alert-msg2 a {color:gray; font-weight: 400;text-decoration-line: underline;}
  
  /* Overlay END*/
  
  
  
  /* Shared START*/
  .color-tabbi {color: #BF3143;}
  .area-tools-combo1 {
  margin: 0rem;
  background-color:transparent;
  }
  .area-tools-combo2 {border-top:1px solid lightgray; background-color: #fff; padding: 0rem .2rem;}
  .tool-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: .5rem;
  padding-left: .5rem;
  padding-top: .3rem;
  padding-bottom: .3rem;
  z-index: 1000;
  border:0px solid red;
  }
  .tool-box img {
  flex: 1;
  max-width: 26px;
  }
  .guide-copied {background: lightgray; padding:2px 3px; position: absolute; right: 70px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear; border-radius: 4px; font-size: 0.9rem;     font-weight: 400;
  }
  .guide-copied.visible {
  visibility: visible;
  opacity: 1;
  }
  .area-write-error-tb {
  width:100%;
  padding: 0px 4px 4px 0px;
  color: #475569;
  font-size: 0.9rem;
  margin-top: .2rem;
  border:0px solid green;
  }
  /* .area-write-error-tr {border:1px solid green;} */
  .error-message-data {color:#BF3143; overflow-wrap:break-word;text-align:right; display: none; border:0px solid red; height: 1rem;}
  .error-message-color {color:#BF3143;}
  .section {width:400px;}
  
  
  /* ??? Only Write END*/
  .js-tabtopbar {margin:0px; }
  .js-tabtop:hover {background:#f5f7fa;}
  .original-text {
  background-color: #fff;
  position:relative;
  display:flex;
  flex-direction:column;
  }
  .diff-keep { color: #212427; }
  .diff-insert { color: #014523; background-color: #e7f0fa; text-decoration-line: underline; border:#e7f0fa 1px solid;}
  .diff-delete { color:#d79292; text-decoration: line-through; background-color: #f5ebec; border:#e7f0fa 1px solid;}
  .button-requests {
  display: none;
  position: fixed;
  width: 2.2rem;
  height: 5.5rem;
  top: 45%;
  right: 0rem;
  border-radius: 3px 0 0 3px;
  background-color: #708090;
  font-size: .85rem;
  cursor: pointer;
  transition: 0.2s ease-out;
  z-index: 1000;
  }
  .button-requests a:link, .button-requests a:visited, .button-requests a:hover { color:#fff !important; text-decoration: none;}
  .button-requests:hover {width: 2rem; }
  .button-requests-txt {
  transform: rotate(-90deg);
  position: absolute;
  right: -1rem;
  top: 1rem;
  transition: 0.2s ease-out;
  font-weight: 300;
  }
  .button-requests:hover .button-requests-txt {
  right: -1rem;
  }
  .button-requests a {
  color: #fff;
  text-decoration: none;
  }
  .area-agreement {
  position:fixed; bottom:0px; left:0px; width:100%; height:70px; background-color: #212427; z-index:1000; display:flex; justify-content: center; align-items:center; padding: 0rem 1rem 0rem 1rem;
  }
  .text-agreement {
  color:white; font-size: 0.9rem; line-height:1.3; z-index:1000; margin-right:2rem; margin-left:1rem;
  }
  .area-agreement a:link, .area-agreement a:visited, .area-agreement a:hover, .button-requests a:visited, .button-requests a:hover { color:#ccc !important; text-decoration: underline;}
  
  .button-agreement {
  cursor:pointer; font-weight:500; color: #212427; background-color: white; font-size: .9rem; text-align: center; padding: 3px 1px 3px 1px; margin: 0.2rem 0rem 0.2rem 1rem;border-radius: 5px; z-index:2000; width: 7rem;
  }
  .button-agreement:hover {
  background-color: #F3F4F6;
  text-decoration: none;
  transition-duration: 0.1s;
  }
  .button-agreement:focus {
  outline: 1px transparent;
  }
  .area-main2 {
  display:flex;
  flex-direction: column;}
  .oneResult-original .cell-title {display: none;}
  .js-tabtopbar-talk {
  padding: 10px 0px 0px 0px;
  box-sizing: border-box;
  background-color:#fff;
  display:flex;
  flex-direction:row;
  }
  .js-tabtop-talk {font-size: 1rem; font-weight: 300; color: #212427; text-align: center; background: #fff; padding:2px 12px 0px 12px;
  }
  .js-tabtop-talk:hover {background:#f5f7fa;}
  .js-tabtop-talk.js-selected {background: #f5f7fa; font-weight: 450; border-bottom: 1.4px solid #BF3143;}
  .js-tabtop-talk.loading {background-color: #f5f7fa;}
  .original-tab, .corrected-tab, .eloquent-tab, .feedback-tab {
  flex-grow: 1;
  max-width: 85px;
  margin: 0px 1px 0px 1px;
  align-self: center;
  }
  .area-main3 {
  padding: 0.5rem 1rem 0rem 1rem;
  line-height: 1.3;
  background-color: #f5f7fa;
  margin-bottom: 0px;
  }
  .js-tab-main {display:flex; flex-grow:1;font-size: 1em; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; overflow:auto;
  }
  .area-talk-input {
  position:relative;
  background-color: white;
  font-size:1.7rem !important;
  flex-grow: 1;
  overflow:auto;
  padding: 1rem ;
  line-height: 1.3;
  font-weight: 300;
  }
  
  /* below area-talk-input is the code for write - for input text */
  .area-write-input {
  background-color: #fff;
  font-size:1rem;
  flex-grow: 1;
  overflow:auto;
  padding:0.6rem 1.2rem 0.8rem 0.6rem;
  font-weight: 300;
  }
  .area-write-input:focus { outline: none ; }
  .area-talk-input:focus { outline: none ; }
  .area-talk-input.loading {opacity:0.25; }
  .area-write-input.loading {opacity:0.25; }
  .result-content {
  display:flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 1rem;
  overflow:auto;
  flex-grow: 1;
  height: inherit;
  }
  .result-content:focus { outline: none ; }
  
  
  /* only talk START */
  .cursor-talk-input {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  }
  .button-big-mic {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  }
  .area-main3 .corrected-text2 {background-color: #fff; width: 100%;}
  .area-main3 .eloquent-text2 {background-color: #fff; width: 100%;}
  .area-main3 .feedback-text2 {background-color: #fff; width: 100%;}
  .area-main3 .corrected-text {background-color: #fff; border: 1px solid lightgray; }
  .area-main3 .eloquent-text {background-color: #fff; border: 1px solid lightgray; }
  .area-main3 .feedback-text {background-color: #fff; border: 1px solid lightgray; width: inherit;}
  .area-main3 .corrected-diff {background-color: #FFFEFD; border: 1px solid lightgray; width: 100%;}
  .area-main3 .eloquent-diff {background-color: #FFFEFD; border: 1px solid lightgray; width: 100%;}
  .diff-text {
  overflow:auto; overflow-wrap: break-word;
  padding:0.4rem 0.6rem 0.4rem 0.6rem;
  color: #212427; font-size: 1rem; line-height: 1.3;
  padding:0.6rem 1.2rem 0.8rem 0.6rem;
  }
  
  .status-message {font-size:1rem; text-align: center; margin-top: .2rem; margin-bottom: 0rem; background-color: #f5f7fa;font-weight:450; flex-grow:0; }
  .area-buttons-talk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
  flex-grow: 0;
  position: fixed;
  bottom:0;
  width: 100%;
  background: #f5f7fa;
  z-index: 1;
  }
  .button-state {margin-top:4px;margin-bottom:4px;margin-left:24px; margin-right:24px; padding:6px;pointer-events:none; }
  .button-state.js-active {cursor:pointer;pointer-events:auto;}
  .button-set2 {display:none;}
  .button-set1.closeState {display:none;}
  .button-set2.closeState {display:flex;}
  .iconNumber2 {display:none;}
  .iconNumber3 {display:none;}
  .voiceIsOn .iconNumber1 {display:none;}
  .voiceIsOn .iconNumber2 {display:inline;}
  .voiceIsOn .iconNumber3 {display:none;}
  .shape-restart, .shape-mic, .shape-pause, .shape-submit, .shape-reset {fill: lightgray}
  .js-active .shape-restart, .js-active .shape-mic, .js-active .shape-pause, .js-active .shape-submit, .js-active .shape-reset {fill: #212427}
  .shape-restart:hover, .shape-mic:hover, .shape-pause:hover, .shape-submit:hover,.shape-reset:hover {fill: #BF3143}
  
  
  
  /* animation */
  .loading-visuals {
  position: fixed;
  top: 40%;
  left: 49%;
  font-size: 40px;
  color:#BF3143;
  }
  .dot-container .dot {display: inline-block;width: 15px;height: 15px;border-radius: 15px;background-color: #BF3143;   position: relative;
  }
  
  
  
  .dot-container .dot:nth-last-child(1) {animation: fallingAnimation 1.5s 0.6s linear infinite;}
  .dot-container .dot:nth-last-child(2) {animation: fallingAnimation 1.5s 0.4s linear infinite;}
  .dot-container .dot:nth-last-child(3) {animation: fallingAnimation 1.5s 0.2s linear infinite;}
  
  @keyframes fallingAnimation {
  0% {transform: translate(0,-15px);opacity:0;}
  25%, 50%, 75% {transform: translate(0,0);opacity:1;}
  100% {transform: translate(0,15px);opacity:0;}
  }
  
  .number {
  font-size: 130px;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #787777;
  pointer-events: none;
  }
  .number:nth-child(1) {
  animation: count 2s 0.2s ease-in-out forwards;
  }
  .number:nth-child(2) {
  animation: count 2s .9s ease-in-out forwards;
  }
  .number:nth-child(3) {
  animation: count 2s 1.5s ease-in-out forwards;
  }
  @keyframes count {
  0% {
  opacity: 1;
  }
  50% {
  opacity: 0;
  }
  100% {
  opacity: 0;
  }
  }
  
  
  /* START: New multi-prompt selection experience */
  .selected-prompt-mode {font-weight: 525;}
  .button-prompt-chooser {
  background-color: #f5f7fa;
  color:#475569;
  margin: 1rem 1rem .2rem 1rem;
  padding:0.3rem 0.5rem;
  border: lightgray 1px solid;
  position:relative;
  text-align: center;
  }
  .button-prompt-chooser:hover {
  background-color: #D9DBDD;
  cursor:pointer;
  }
  .prompt-menu {
  background-color:white;
  border: 1px solid lightgray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:90%;
  max-width:600px;
  overscroll-behavior-y: contain;
  z-index:1500;
  max-height: 82vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  box-sizing: border-box;
  border-radius: 3px;
  }
  .prompt-menu-list {
  overflow-y: scroll;
  }
  .prompt-menu-item {
  margin-left: 15px;
  margin-right: 15px;
  color:#212427;
  text-indent: 5px;
  padding:.2rem;
  background-color:white;
  border-bottom: lightgray 1px solid;
  cursor:pointer;
  }
  .prompt-menu-item:last-of-type {
  border-bottom: none;
  }
  .prompt-menu-item.selected {
  background-color:#D9DBDD;
  border:#f5f7fa 0.5px solid;
  color:#212427;
  }
  .button-close-prompt-menu {
  background-color: transparent;
  margin-top: .8rem;
  margin-right: .8rem;
  font-size: medium;
  color: #212427;
  position: absolute;
  top: 17%;
  right: 0;
  transform: translateY(-50%);
  }
  .button-close-prompt-menu img {height: 25px;}
  .button:hover {
  color: gray;
  cursor:pointer;
  }
  .prompt-menu-header{
  display: flex;
  position: sticky;
  top: 0;
  color:#212427;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  z-index: 5000;
  }
  .prompt-menu-title {
  margin-top: 15px;
  z-index: 2000;
  text-align: center;
  font-weight: 600;
  font-size: large;
  }
  .prompt-menu-subtitle {
  font-size: small;
  padding-top: .5rem;
  padding-left: 1rem;
  font-weight: 500;
  }
  .prompt-menu-footer {
  background-color:#ffffff;
  color: #212427;
  border-top: lightgray 1px solid;
  padding: 5px 0;
  margin: 0;
  font-style:italic;
  font-size: 90%;
  font-weight: 400;
  text-align: left;
  text-indent: 25px;
  width: 100%;
  margin-top: 5px;
  }
  /* END multi-prompt selection */
  
  
  /* START multi-prompt output */
  .oneResult {
  border:1px solid lightgray;
  z-index: 400;
  height: calc(73vh - 120px);
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  }
  .before-submit {height: calc(71vh - 120px);}
  .oneResultTitle {font-weight:bold;}
  .iconSpan {margin-left: .5rem; font-size:1.1rem;}
  .content-set{
  display: flex;
  flex-direction: column;
  flex:1;
  justify-content: left;
  }
  .cell-title {
  background-color: #fff;
  border-bottom: 1px solid lightgray;
  width:inherit;
  padding-top:0.2rem;
  padding-bottom:0.2rem;
  font-weight:500;
  font-size: 1.0rem;
  line-height: 1.3rem;
  }
  .result-text {
  line-height:1.3rem;
  font-size: 1.0rem;
  font-weight: 300;
  flex-grow: 1;
  background-color: #ffffff;
  padding:0.6rem 1.2rem 0.8rem 0.6rem;
  overflow:auto;
  }

  .oneResult-feedback .result-text {background-color: #F1F7F5;}
  /* END multi-prompt output */
  
  
  /* START multi-prompt History */
  .testdiv {
  margin-left: 1rem;
  margin-right: 1rem;
  border:0px solid red;
  }
  .editButton:hover{color: #BF3143;}
  .editButton {
  padding-left: 5px;
  padding-right:5px;
  }
  .flagged-count-data {
  color: #BF3143;
  border: 0px solid green;
  line-height: 1.1;
  text-align: right !important;
  }
  .requestlist {
  margin-left: .5rem;
  margin-right: .5rem;
  overflow-y: auto;
  height: 76%;
  border: 0px solid red;
  }
  .requestBasicsAll {
  display: flex;
  flex-direction: row;
  border-top: 0px solid red;
  border-right: 1px solid lightgray;
  border-left: 1px solid lightgray;
  border-bottom: 0px solid lightgray;
  }
  .requestBasics {
  display: grid;
  grid-template-rows: auto auto auto;
  cursor: pointer;
  padding: 5px 7px;
  line-height: 1.1;
  background-color: #fff;
  width: 90%;
  border-top: 1px solid lightgray;
  border-bottom: 0px solid lightgray;
  }
  
    /* START */
  
  .oneRequest.locked {
    position: relative;
    overflow: hidden;
    border-right:1px solid lightgray; border-left:1px solid lightgray; border-top:.5px solid lightgray;
  }
  
  
  .oneRequest.locked .requestBasicsAll {
    filter: blur(2px); /* Apply blur effect */
    z-index: 1; /* Lower z-index to keep it below the icon */
    color: #D3D3D3; 
    
  }
  
  .oneRequest.locked .info-row {color: #D3D3D3;}
  
  
  .oneRequest.locked .blur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0); 
    filter: blur(1px);
    z-index: 1;
    border:0.px solid gray;
  }
  
  .oneRequest.locked .locked-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    width: 25px; 
    height: 25px; 
    z-index: 2; 
  }
  
  /* END */
  
  
  .highlights-only.requestBasics {
  display: grid;
  grid-template-rows: auto auto auto;
  cursor: pointer;
  padding: 5px 7px;
  line-height: 1.1;
  background-color: #fff;
  width: 90%;
  }
  .requestBasics1 {
  border-right: 1px solid lightgray;
  border-top: 1px solid lightgray;
  
  background-color: #fff;
  width: 5%;
  }
  .requestBasics2 {
  border-left: 1px solid lightgray;
  border-top: 1px solid lightgray; background-color: #fff; width: 5%;
  }
  .title {border: 0px solid red; line-height: 1.2;}
  .has-highlights {border: 0px solid green; width: 16px; height: 16px; position:relative; top: 4px; width: 16px; margin-left: 4px; display: inline;}
  .summarySpan {
  font-weight: 500;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: .2rem;
  padding-top: .2rem;
  border:0px solid red;
  display: flex;
  }
  .summary-img {border:0px solid green; margin-right:.3rem;}
  .inputSpan {
  font-weight: 300;
  font-size: .85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .4rem;
  border: 0px solid red;
  }
  .center {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;}
  .requestBasics:hover {
  background-color: #f7f7f7;
  cursor:pointer;
  }
  .info-row {
  font-size: .7rem;
  font-style: italic;
  display:inline-flex;
  justify-content: end;
  }
  .timestampSpan, .request-mode, .mode-description, .wordcountSpan {padding-right: 2px; padding-left: 2px;}
  .oneResultCombo {
  display:flex;
  flex-direction:column;
  overflow:auto;
  }
  .oneResultCombo-topbar {
  width:inherit;
  padding: 5px 5px 0px 5px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  }
  .oneResultCombo-content {
  position:relative;
  top:40px;
  padding-left:20px;
  padding-right:15px;
  }
  .resultList {
  overflow:scroll;
  position: relative;
  padding-bottom:20px;
  }
  .setTitleSpan {
  font-size: medium;
  font-weight:500;
  line-height: 1.3;
  padding: 10px 10px 10px 0;
  flex-grow:1;
  }
  .img-back-button {
  height:20px;
  padding: 10px 5px 10px 0px;
  align-self: center;
  margin-top: 1rem;
  }
  .clickable-color {color:#BF3143;cursor:pointer; text-align: center;}
  .clickable {cursor:pointer; text-align: center;}
  .float-left { float: left; }
  
  .button-diff {margin: 0px -50px 0px 0px; }
  .button-read {margin: 0px 18px 0px 0px; }
  .area-history-results-tabs .image-one {width:1.2rem}
  .image-one:hover {background-color: #f0f0f0;border-radius: 3px;}
  .image-two:hover {background-color: #f0f0f0;border-radius: 3px;}
  .snippetOptions .image-one:hover {background-color: lightgray;border-radius: 3px;}
  .snippetOptions .image-two:hover {background-color: lightgray;border-radius: 3px;}
  .prompt-menu-item:hover{font-weight: 450;}
  .prompt-menu-item.pinned {background-color: #D9DBDD; color:gray; font-weight: 400;cursor: default;}
  .result-diff {flex-grow: 1; background-color: #f7f7f7; overflow:auto;}
  .ddTitleSpan {margin-left: .3rem;}
  .oneSliderBlock .js-tabtopbar-talk {
  padding: 0px 0px 0px 0px;
  display:flex;border: 0px solid red;
  margin-left:1rem;
  margin-bottom: .2rem;;
  padding-right:1rem;
  background-color: #f5f7fa;
  }
  .oneResultCombo {border: 0px solid green;}
  .oneSliderBlock .oneResultCombo-content {
  position:relative;
  top:0px;
  padding-left:20px;
  padding-right:15px;
  border: 0px solid pink;
  }
  .oneSliderBlock .js-tabtop {
  background-color: #f5f7fa;
  }
  .oneSliderBlock .original-tab, .oneSliderBlock .corrected-tab, .oneSliderBlock .eloquent-tab, .oneSliderBlock .feedback-tab {margin: 0px 1px 0px 1px; background-color: #f5f7fa ;}
  .setMainTitleSpan {font-weight: 500; line-height: 1.2; padding-left: 0rem; margin-top:1rem;  margin-right: 1rem; cursor: pointer;}
  .js-star {border-bottom:1.5px solid #FDCC0D;}
  .loading-message {text-align: center; font-style: italic; padding-top: 150px;padding-bottom: 150px;color:#808080;}
  .oneSliderBlock .js-selected {border-bottom: 1.5px solid #BF3143;}
  
  /* highlight START */
  .highlightOn {background-color:#FDCC0D;}
  .highlightOn:hover {background-color:#fce483;cursor:pointer;}
  .highlightDim {background-color:#fdf5d6;cursor:none;}
  .glowingSnippet {background-color:#FDCC0D;cursor:pointer;}
  .snippetOptions {border-radius: 5px;
  padding:.4rem; border:1px solid lightgray; overflow:auto;position:absolute; top:100px; left:100px; width:20rem; max-height:30rem;
  background-color:#f0f0f0; z-index:1000; }
  .spinner {width:30px; height:30px;}
  /* ÃƒÆ’Ã‚Â¬Ãƒâ€¹Ã¢â‚¬ Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¬ ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ 0215 padding */
  .oneSnipAI {font-size:.9rem; padding:0.5rem 0.5rem 1.8rem 0.5rem;border:1px solid lightgray; background-color:#fff; margin:0.5rem; line-height: 1.2;  border-radius: 3px; overflow:auto;}
  .snipAITitle {font-weight:bold;}
  .overlayTrans {background-color: rgba(0,0,0,0.0);}
  .tool-grabber {display: none;}

  /* ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â°ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ 0215 copy on AskTabbi*/
  .askTabbiResults .popupTextToCopy {position:relative}
  .askTabbiResults .popupCopyButton {
    position: absolute; 
    bottom: .2rem; right:.8rem; 
    padding:3px 5px 3px 5px; 
    background-color:white; 
    border: 1px solid gray;
    border-radius:5px; 
    cursor:pointer; 
    font-size: .8rem;
  }
  .askTabbiResults .popupCopyButton:hover {      
    background-color:#DCDCDC; 
  }

/* ÃƒÆ’Ã‚Â¬Ãƒâ€šÃ‚Â¶ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂªÃƒâ€šÃ‚Â°ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â«Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¨ 0215 copy on Toolbox*/
  .oneSnipAI .popupTextToCopy {position:relative}
  .oneSnipAI .popupCopyButton {
    position: absolute; 
    bottom: 1.2rem; right:1.2rem; 
    padding:3px 5px 3px 5px; 
    background-color:#DCDCDC; 
    border-radius:5px; 
    cursor:pointer; 
    font-size: .8rem;
  }
  .oneSnipAI .popupCopyButton:hover {      
    background-color:lightgray; 
  }


.oneSnipAI .guide-copied {border:0px solid gray; border-radius: 4px; background-color: transparent; position: absolute; right: 63px; bottom: 20px; color: gray; font-size: .8rem;}




  
  /* highlight END */
  
  
  /* history Start */
  
  
  .searchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    border:0px solid orange;
  }
  
  .history-search-input {
    padding: 4px 8px;
    font-size: .9rem;
    border-radius: 5px 0 0 5px;
    outline: none;
    max-width: 250px; 
    transition: border-color 0.3s;
    height: 1.8rem;
  }
  
  .history-search-input:focus {
    border-color: gray;
  }
  
  .searchbox button {
    padding: 4px 20px;
    font-size: .9rem;
    border: 1px solid lightgray;
    border-radius: 0 5px 5px 0; 
    height: 1.8rem;
    cursor: pointer; 
    color:#333;
  
  }
  
  
  
  
  
  /* history END */
  
  
  /* settings START */
  
  .settings-icons {width: 20px;}
  .status-bold {font-weight: 700;}
  .settingsArea {background-color:#fff; padding-left:15px; padding-right:15px; margin:10px; border:1px solid lightgray; line-height: 1.1rem; overflow-y: auto; height: 85%; display: flex; justify-content: space-between;}
  .settingsArea-success {background-color:#fff; padding-left:15px; padding-right:15px; margin:10px; border:1px solid lightgray; line-height: 1.1rem; overflow-y: auto; height: 80%; }
  .settings-left {
    flex: 1;
    padding: 20px; border: 0px solid green;
    }
  .settings-right {
    flex: 1;
    padding: 20px;border: 0px solid green;
    }
  .settings-input {border: 0px solid red; margin-bottom: .3rem;display: flex; }
  .settings-input input:focus { border:1px solid gray;
  background-color: #f7f7f7;
  outline: none;
  }
  .settings-section {border:0px solid blue; margin-top: 1.5rem; margin-bottom: 0rem;;}
  
  .settingsAreaTitle {color:#212427; font-size:1.2rem; font-weight:700; border: 0px solid red; margin: 1rem 0rem;}

  .settings-item {border:0px solid green; padding-bottom: .5rem;}
  .settings-item.currentplan {border:0px solid green; display:flex; align-items: center; gap: 0.3rem; line-height: 1.5;}
  .settings-item.challengepoint {border:0px solid green; display:flex; align-items: center; gap: 0 0.3rem;}
  .settingsAreaSubtitle {color:#212427; font-size:1.0em; font-weight:medium; border: 0px solid red;}
  
  
  
  .settings-input {border:0px solid blue; display: flex; height: 2.2rem;}
  .settings-input-text {border:0px solid red; width: 7rem;display: inline-flex; align-items: center; line-height: 1;}
  .js-area-input {color: #212427; padding: .5rem; margin-bottom: 0px; border-radius: 3px; font-size: 1rem;}
  
  
  .js-area-input::placeholder {color: lightgray;}
  
  .save-button {padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #212427; color: white; text-align: center; border:none; border-radius: 3px; box-shadow: none; cursor: pointer; outline: none; min-width: 7rem;}
  
  .settings-save-area {border:0px solid green; display: flex; align-items: center;}
  
  
  .settings-links a:link {color:#212427;text-decoration: underline;}
  .settings-links a:visited {color:#212427;}
  .settings-links a:hover {color:#BF3143;}
  .settings-links-delete {border:0px solid red; margin-top: 1.5rem; }
  .message {font-size: 0.8em; font-weight: 450; margin: 0rem .3rem;}
  
  .success.message {color:#488474; border:0px solid red; padding-left:1rem; line-height: 1.1; display: flex; align-items: center; height: 100%; max-width: 11rem;}
  .error.message {color:#BF3143; border:0px solid red; padding-left:1rem; line-height: 1.1; display: flex; align-items: center; height: 100%; max-width: 11rem;}
  
  .popup-message {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 400px ;
    z-index: 1000; background-color:#f8eeee; padding: 10px 18px ; border: 2px solid gray; border-radius: 5px;}
  .popup-message-title {border:0px solid red; display: inline-block; font-size: 1.2rem; font-weight: 550; padding:0; line-height: 1.2; margin-top: .4rem;}
  
   .popup-message-text {border:0px solid blue ; display: inline-block; line-height: 1.2; margin-bottom:.5rem; margin-top:.3rem;}
   .popup-message-button-area {border: 0px solid red; display: flex;  justify-content: center; align-items: center; flex-direction: row; margin-top: .8rem; margin-bottom: .5rem; }
  
  .popup-message-text.line3 {font-weight: 600;}
  
   .popup-message-button-left {border:1.5px solid gray; border-radius: 5px; background-color: white; width: 8.5rem; height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; color:#212427; cursor: pointer;}
   .popup-message-button-right {border:1.5px solid #333; border-radius: 5px; background-color: #333; color: #fff; width: 8.5rem;height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; cursor: pointer;}
  
  
  .account-delete .popup-message-button-left {border:1.5px solid gray; border-radius: 5px; background-color: white; width: 8.5rem; height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; color:#212427; cursor: pointer; display: none;}
  .account-delete .popup-message-button-right {border:1.5px solid #333; border-radius: 5px; background-color: #333; color: #fff; width: 12rem;height: 1.7rem; margin: 0rem .3rem 0rem 0.3rem; font-weight: 500; font-size: .9rem; cursor: pointer;}
  
  
  
  
   /* settings END */
  
  .blankArea {background-color:#fff; padding-left:10px; padding-right:10px; margin:10px; border:1px solid lightgray; line-height: 1.1rem; overflow-y: auto; height: 85%; display: flex; align-items: center; justify-content: center; flex-direction: column ; overflow-x: hidden;}
  
  
  .blankArea-title {font-size: 1.6rem; display: block; margin: 1rem; }
  .blankArea-text {font-size: 1rem; display: block; text-align: center; border:0px solid red;}
  .blankArea-text p {border:0px solid blue; margin-top:.3rem;}

  .blankArea a {color: #BF3143;}
  /*highlight START*/
  .history-filter-button-bar {border: 0px solid orange; align-items: center; display: flex; width: 70%;
  }
  .history-filter-button {
  margin-right: .3rem;
  border:1px solid lightgray;
  border-radius: 5px;
  background-color: white;
  padding: 0rem 2.5rem;
  display: inline-block;
  }
  .history-filter-button:hover {background-color: #f0f0f0; border: 1px solid gray;}
  .history-filter-button.js-selected {border: 2px solid #FDCC0D; border-radius: 3px;}
  .requestSnippets {
  border-bottom: 0px solid blue;
  display: grid;
  grid-template-rows: auto auto auto;
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .history-snippet-div {padding:3px 5px; border-top: 1px solid lightgray; line-height: 1.5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
  .history-snippet-span {font-size: .9rem; border: 0px solid green; }
  .history-snippet-div:hover {background-color:#f0f0f0}
  .separator {color: lightgray ;margin-left: 5px; margin-right: 5px;}
  .area-history-bar {border:0px solid red; display:flex; margin: 1rem 0.5rem 0rem 0.5rem;}
  .area-flagged-action {margin-left: auto; order: 2; border:0px solid orange; margin-top: 1rem; font-size: 1rem;}
  .js-tabtop.js-highlights {border-bottom:1.5px solid #FDCC0D;}
  .requestBundle {border-bottom: 1px solid lightgray;}
  
  .history-empty {border: 0px solid red; width: 100%; display: flex; justify-content: center; align-items: center; height: 70vh; flex-direction: column;}
  .history-empty img {width: 5rem; border:0px solid green; margin-top:1.5rem; }
  .history-empty-text {border:0px solid red; color: lightgray; font-size: .9rem; font-weight: 500;}
  
  
  .js-tabtop.js-selected {background: #f5f7fa; font-weight: 450; border-bottom: 1.5px solid #BF3143;}
  
  /*Highlight END*/
  
  
  
  /* Challenge START*/
  
  .challenge-header {border:1px solid lightgray; margin: .5rem .5rem 0rem .5rem; padding: 0rem; display: flex; justify-content: center;
  align-items: center; background-color: white; line-height: 1.3rem; }
  .challenge-link {border-bottom:0px solid gray; margin: 0rem 2rem; cursor:pointer; font-size: .8rem; line-height: 1;}
  .challenge-link:hover {color: #BF3143;}
  .separation-bar {color:lightgray}
  .glow-transition {animation: colorFade 4s ease;}
  @keyframes colorFade {0% {background-color:rgb(203, 230, 240);} 100% {background-color: rgb(235, 241, 243);}}
  .sub-by-me {background-color:rgb(235, 241, 243);}
  
  .comment-end {border:0px solid red;}
  .challenge-welcome {font-size: 1.7rem; font-weight: 600; color: #333; margin: 1.5rem 2rem 0rem 2rem; border:0px solid red; line-height: 1.2;}
  .challenge-welcome-sub {font-size: 1rem; font-weight: 400; color: #333; margin: 0.2rem 2rem .2rem 2rem; line-height: 1.2; border:0px solid red;}
  
  
  .challenge-main {
    border: 0px solid red;
    margin: 0.5rem 2rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    height: 100vh; }
  
  
  
  .challenge-left {border:0px solid blue; margin: 0rem;
  padding: .2rem 0rem .2rem 0rem; flex: 1; box-sizing: border-box; width: 0px; }
  
  .challenge-right {border:0px solid green; display:flex; margin: 0rem; padding: .5rem 0rem .2rem 0rem; overflow-x: hidden; overflow-y:scroll;flex: 1; box-sizing: border-box; padding: .5rem 1rem 0rem 0rem;
  }
  
  /* .just-response-list {border:1px solid green; overflow-x: hidden;overflow-y:scroll;} */
  
  .temp-text {color:gray; line-height: 1.2; font-size: 1rem;
  }
  
  
  
  
  .challenge-thumbbar-tools {
    border:red solid 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .challenge-thumbbar-holder {margin:0px; overflow:hidden; border:green solid 0px; display: flex; align-items: center; height: 60px;}
  
  /* .challenge-thumbbar {position:relative;display:inline-block; white-space:nowrap; left:0px;
  border:0px solid yellow;display:flex; flex: 1;} */
  
  .challenge-thumbbar {position:relative; white-space:nowrap; left:0px;
    border:0px solid yellow;display:flex; flex: 1;}
  
  /* this is for image */ 
  .type-image .thumbnail {margin:.2rem; cursor:pointer; border:2px solid lightgray; border-radius: 2px; position: relative;
    width: 40px;height: 40px; } 
  
  
  .type-image .thumbnail:hover {border:2px solid #BF3143;}
  .type-image .thumbnail.selected {border: 2px solid #BF3143;}
  
  .type-image .thumbnail-end {margin:.2rem;  border:0px solid red; border-radius: 2px; position: relative;
    width: 40px; } 
  
  
  
  
  /* this is for reading */
  .type-reading .thumbnail {margin:.2rem; cursor:pointer; border:2px solid lightgray; border-radius: 2px; position: relative;width: 80px; height: 40px; }
  .type-reading .thumbnail:hover {border: 2px solid #BF3143;}
  .type-reading .thumbnail.selected {border: 2px solid #BF3143;}
  
  
  .cImageTop {border:0px solid lightgray; display: block; width: 100%; height: auto;}
  
  
  
  .type-reading .thumbnail-end {margin:.2rem;  border:0px solid red; border-radius: 2px; position: relative;
    width: 40px; } 
  
  
  
  .type-reading .submission-count {border:0px solid yellow;    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0px 3px;
    font-size: 0.5rem;
    border-radius: 0px 0px 0px 2px;}
  
  
    .type-image .submission-count {border:0px solid red;    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 0px 3px;
    font-size: 0.5rem;
    border-radius: 0px 0px 0px 2px;}
  
  .type-image .challenge-target {border:1px solid lightgray; position: relative; margin-right: .7rem; padding: 5px; height:fit-content;}
  
  .type-reading .challenge-target {border:1px solid lightgray; position: relative; margin-right: .7rem; padding: 8px; height:80%;}
  
  .hoveringbuttons {position: absolute;  width:100%; top: 45%; left:0%; }
  .hoveringbuttons a {position: absolute; background-color: #fff; border-radius: 5px; margin:.4rem; opacity: 0.4;}
  .hoveringbuttons .left-side {left:2px;}
  .hoveringbuttons .right-side {right:2px;}
  .challenge-right .area-buttons-talk {position: relative; border: 0px solid blue; width: 100%; padding-top: 0rem ; padding-bottom: 1rem ;}
  .challenge-right .oneResultCombo {
  display:flex;
  flex-direction:column;
  overflow:auto;
  border:0px solid red;
  }
  .challenge-right .oneResult {
  border:1px solid lightgray;
  z-index: 400;
  justify-content: space-around;
  align-items: stretch;
  max-height: 290px !important;
  }
  .challenge-right .js-tabtopbar-talk {
  padding: 5px 0px 0px 0px;
  box-sizing: border-box;
  background-color:#f5f7fa;
  flex-direction:row;
  }
  .challenge-right .area-write-input {
  background-color: #fff;
  font-size:1rem;
  flex-grow: 1;
  overflow:auto;
  
  
  font-weight: 300;
  }
  .challenge-right .js-tabtop {font-weight: 300; font-size: 1rem ; background: #f5f7fa;padding: 1px; }
  .challenge-responses {width: 100%; margin-left:.7rem;}
  .challenge-right .area-main3  {
  border: 0px solid red;
  padding: 0.2rem 0.5rem 0.5rem 0.5rem;
  line-height: 1.3;
  background-color: #f5f7fa;
  margin-bottom: 0px;
  width: inherit;
  }
  .challenge-right .loading-visuals {
  position: absolute;
  top: 38%;
  left: 45%;
  font-size: 40px;
  color:#BF3143;
  }
  .type-image.challenge-button-area {border:0px solid red; display: flex;
  justify-content: center; margin-top: .5rem;}
  .type-reading .challenge-button-area {display:none;}
    
  
  .challenge-button {margin: .4rem 0rem; cursor: pointer; }
  .challenge-mine {border:1px solid lightgray; }
  
  .area-input-mode {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid lightgray;
    padding: .2rem .2rem 0rem .2rem;
  }
  
  /* .button-container {
    display: flex;
    width: 100%; 
    height: 2.2rem;
  } */
  
  .area-input-mode button {
    border: 1px solid lightgray;
    margin: .2rem;
    border-radius: 3px;
    cursor: pointer;
    flex: 1; 
    max-width: 50%; 
    color:#212427;
    height: 1.6rem;
  }
  
  .area-input-mode button:hover {
    border: 1.5px solid gray;
  }
  
  
  .area-input-mode button.active {
    background-color: lightgray; border:1.5px solid gray
  }
  
  
  
  /* 
  .area-input-mode button:hover {
    background-color: gray; 
    color: white;
    border-color: gray;
  } */
  
  /* .challenge-mode button:hover {
  } */
  
  
  
  .publish-button-all {display: flex; justify-content: space-between;}
  .publish-button {flex: 1; border: 0px solid #BF3143; cursor:auto; color: white; font-weight: 400; font-size: .95rem; margin: 1rem 0.1rem .2rem 0rem; background-color: #BF3143; padding:.5rem 1rem; border-radius: 5px; color:white; cursor: pointer;}
  .publish-button:hover {border: 0px solid red; background-color: #992635; }
  
  .publish-button.inactive {background-color: #212427;cursor:auto; }
  .jointoparticipate {flex: 1; font-size: .95rem; margin: 1rem 0.1rem .2rem 0rem; background-color: gray; padding:.5rem 1rem; border-radius: 5px; cursor: pointer; border: 0px solid white;}
  .jointoparticipate a {color:white;}
  .jointoparticipate:hover {background-color: #333 }
  
  .publish-button-private {flex: 1; border: 0px solid #BF3143; cursor:auto; color: white; font-weight: 400; font-size: .95rem; margin: 1rem 0rem .2rem 0.1rem; background-color: #040404; padding:.5rem 1rem; border-radius: 5px; color:white; cursor: pointer;}
  .publish-button-private:hover {border: 0px solid red; background-color: #444; }
  .publish-button-private.inactive {background-color: #a9a9a9;cursor:auto;}
  .view-button-all {display: flex; justify-content: space-between;}
  .view-entries-public {flex: 1; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 2px solid gray; cursor:auto; font-weight: 400; font-size: .95rem; margin: .3rem 0.1rem .2rem 0rem; padding:.5rem 1rem; color:#333; cursor: pointer; background-color: #f5f7fa;}
  .view-entries-public:hover {border-bottom: 3px solid #BF3143; }
  .view-entries-public.selected {border-bottom: 3px solid #BF3143; }
  .view-entries-mine {flex: 1; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 2px solid gray; cursor:auto; font-weight: 400; font-size: .95rem; margin: .3rem 0.1rem .2rem 0rem; padding:.5rem 1rem; color:#333; cursor: pointer; background-color: #f5f7fa;}
  .view-entries-mine:hover {border-bottom: 3px solid #488474; }
  .view-entries-mine.selected {border-bottom: 3px solid #488474; }
  .challenge-others {border:0px solid green; }
  .othersText {border-bottom: 0px solid red; font-size:1rem; line-height: 1.3rem; margin: .5rem .5rem; display: block; font-weight: 350;}
  .submitAreaOuter {border: 0px solid green; }
  .submitArea {background-color:#f5f7fa; padding:5px;margin:5px;border:0px solid red; display:flex;}
  .challSubmissions {padding:.5rem .5rem 0.2rem .5rem; margin: .5rem 0rem; border:1px solid #A9A9A9;display:block; background-color:rgb(248, 248, 233); border-radius: 5px;}
  .challSubmissions:hover {border:1px solid gray;}
  .submission-header {border-bottom:1px solid lightgray; display: flex; justify-content: space-between;   width: 100%; flex-direction: row;
  justify-content: center; align-items: center;
  }
  .submission-pic img {width:30px; border:0px solid red;margin:.3rem;}
  .submission-user {border:0px solid red; margin-left:.3rem; font-size: .9rem;}
  .sub-share-button {font-size: .8rem; margin-right: .5rem; color: #888; border:0px solid red; cursor: pointer; }
  .sub-share-button:hover {color: #BF3143; }
  .comment-header .submission-user, .comment-header .submission-date  {border:0px solid red; margin: 0rem .3rem; font-size: .8rem;}
  .submission-header span.submission-pic + span {
  margin-right: auto;}
  .submission-date {float:right; font-size: .9rem; border:0px solid red;}
  .submission-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid lightgray;
  }
  .sub-by-me .submission-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  .submission-footer .control-area {
  margin-left: auto;
  }
  .comment-header {border-bottom:1px solid lightgray; display: flex; justify-content: space-between; width: 100%; flex-direction: row; justify-content: center; align-items: center;
  }
  .comment-header span.submission-pic + span {
  margin-right: auto;}
  .sub-delete-button {font-size: .8rem; margin-right: .5rem; color: #888; border:0px solid red; cursor: pointer; }
  .sub-delete-button:hover {color: #BF3143; }
  .upvote-area {margin-right: .3rem; display: flex; align-items: center;}
  .comment-body {border:0px solid pink; display: flex; align-items: center;   justify-content: space-between; margin-left:.1rem;}
  .challSubResponses .upvote-area {border:0px solid blue; margin-right: .0rem; width:39px; margin-left: .0rem; }
  .challSubResponses .upvote-icon {padding-left:.3rem; margin-right:.2rem; width: 11px; height: 11px;}
  .challSubResponses .control-area {border-left:0px solid lightgray; margin-left:.2rem;padding-left:.4rem;}
  .challSubResponses .comment-text {padding-left: .3rem; margin: .4rem 0rem .4rem 0rem; display: block; width: 100%; border-top:0px solid green; border-right:0px solid lightgray; border-bottom:0px solid green; border-left:0px solid lightgray;  }
  .challSubResponses .delete-button:hover {color: #BF3143;}
  .upvote-icon {cursor: pointer; font-size: .8rem; margin-right: .3rem; padding-left: .5rem; border:1px green; width: 13px; height: 13px;}
  .upvote-count {margin-right: .5rem; font-size: .8rem; }
  
  .comment-area:hover {color:#BF3143;}
  .comment-icon {cursor: pointer; font-size: .8rem; margin-right: .3rem; }
  .comment-count {font-size: .8rem; }
  .tabs {display:block; margin:.5rem; border:0px solid red; padding:.2rem 0rem;}
  .tab {cursor:pointer; padding:.2rem 0.5rem; margin:2rem 0rem; border-bottom:1.5px solid lightgray; width: 20rem;}
  .tab:hover {border-bottom:1.5px solid #BF3143;}
  .tab.selected {border-bottom:1.5px solid #BF3143;}
  .comment-list {margin-left: 1.3rem; border:0px solid blue;}
  .comment-button {border: 1px solid #404040; font-weight: 300; font-size: .8rem; background-color: #404040; color: white; padding:.2rem 0rem; border-radius: 3px;width:70px; height: inherit; flex-grow:0; cursor: pointer; }
  .challSubResponses {
  border:1px solid lightgray;
  font-size: .8rem;
  background-color: rgb(247, 238, 238);
  border-radius: 3px;
  margin: .25rem 0rem 0rem 0rem;
  padding: .3rem 0.3rem 0.1rem 0.3rem;
  }
  .comment-text {border:1px solid red; line-height: 1.2; font-size: .9rem; padding-left: 0.3rem; margin: .4rem 0rem .2rem 0rem; display: block;}
  .comment-input {padding: .2rem .5rem; margin-right: 0.5rem; flex-grow: 1;  border-radius: 3px; margin-left: 1.3rem; border:1px solid blue; height: inherit;}
  .comment-input:focus { border:1px solid gray;
  outline: none;
  }
  .comment-new {border:0px solid blue; align-items: center;
  justify-content: flex-start; width:100%; display: flex; margin: .5rem 0rem;
  }
  .challSubResponses .submission-pic img {width:24px; border:0px solid red;}
  .publish-button img {width:15px; display: inline; margin-left: .2rem;}
  .challenge-right .before-submit {height:300px; border:1px solid lightgray;}
  .sub-by-me {background-color:rgb(235, 241, 243);}
  
  
  
  
  /* Challenge END*/
  
  
  /* Challenge-Other START*/
  .other-challenges {border: 0px solid green; display: flex; flex-direction: column; align-items:center;}
  .other-challenges .challenge-main {border:0px solid blue; flex-start; align-items: flex-start; }
  
  .other-challenges .challenge-main {border:0px solid blue;
    display:block;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 3rem;
  }
  
  
  
  
  
  .other-challenges .challenge-welcome {max-width: 700px; margin-top:2rem;}
  .other-challenges .challenge-welcome-sub {margin-bottom: 1rem; max-width: 700px; margin-top: 1rem;}
  .other-challenges .challenge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  border:0px solid red;
  }
  
  
  .challenge-hr {border:0px;
  height: 1.5px;
  background-image: linear-gradient(to right, #ccc, #BF3143, #ccc);
  margin: 1rem 0rem .5rem 0rem;}
  
  .other-challenges .challenge-past {border:0px solid red; text-align: right; text-decoration: underline; color: gray; font-size: .9rem;}
  
  
  .challenge-item {
  border: 1.5px solid lightgray;
  padding: 10px; margin:.5rem ;
  border-radius: 5px;
  background-color: white;
  }
  /* .challenge-item:hover {
  border: 1.5px solid gray;
  } */
  .challenge-title {font-size: 1.3rem; line-height: 1.2; margin: .4rem .2rem .4rem .2rem;}
  .challenge-desc {line-height: 1.2; margin: 0.2rem .2rem .7rem .2rem; font-size: 0.90rem; font-weight: 300;}
  .challenge-date {font-size: 1.3rem; font-weight: 500;}
  .coming-soon {
    background-color: lightgray;
    color: #BF3143;
    font-size: .4em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
  }
  
  .completed {
    background-color: lightgray;
    color: #333;
    font-size: .4em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
  }
  
  
  .in-progress {
    background-color: lightgray;
    color: #488474;
    font-size: .4em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
  }
  
  .challenge-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 0.1rem 0.6rem;
  font-size: 0.85rem;
  width: 100px;
  margin-bottom: .3rem;
  }
  .challenge-signup:hover {
  background-color: #BF3143;
  }
  .entries-end {
  border: none;
  border-top: 3px solid lightgray;
  width: 100%;
  }
  .challenge-comingsoon {color:gray;}
  
  /* Challenge-Other END*/
  
  
  /*  Quiz START*/
  
  .snippetOptions.dragMode {border: 1px solid lightgray;background-color: #f6eaea; }
  .prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  }
  .area-talk-input.recording-on {background-color: #f5ebec;}
  .movablePopup {z-index:1000; }
  .quizPopup {border-radius: 5px;
  padding:.4rem; border:2px solid lightgray; overflow:auto;
  position: absolute;
  top: 100px;
  left: 100px;
  width:20rem; max-height:30rem;
  background-color:#f0f0f0; z-index:1000;
  overscroll-behavior-y: contain;
  box-sizing: border-box;
  }
  .quizPopup.glowingDrag {background-color:#f6eaea;border:2px solid lightgray;}
  .quizPopup img {width: 25px;}
  .quizAIArea {border: 0px solid red; padding-bottom: .5rem;}
  .quiz-choice-all {display: flex; align-items: center; border: 0px solid blue;padding-right:.2rem;}
  .unclicked .quiz-choice-all:hover .quiz-choice {cursor:pointer; border:2.5px solid gray;}
  .quiz-choice {background-color:white; border:2.5px solid #D3D3D3; border-radius: 5px; margin:.3rem .5rem .3rem .5rem; padding:.3rem .5rem; line-height: 1.2; flex: 0 0 80%; font-size: .9rem;}
  .quiz-onoff {position:absolute; width:70px; height:70px; z-index:401;cursor:pointer;}
  .quizTitle {font-size: 1.4rem; font-weight: 400; line-height: 1.1; padding: .8rem .5rem .3rem .5rem;}
  .quiz-result-explained {font-size:.85rem; line-height: 1.2; padding: .7rem 2.2rem .0rem .8rem; border-radius: 5px;}
  .quiz-result-explanation {font-weight: 600;}
  .unclicked .quiz-button img {cursor: pointer; }
  .popup-close-button {float: right;cursor: pointer; }
  
  .popup-close-button img {border:0px solid red; width: 25px;}
  
  .quizAITool-box {border:0px solid green;}
  .correct-choice {font-weight: 600; color:#488474; font-size: 1.4rem; padding-left: .8rem;font-style: italic; margin-right: .7rem;}
  .incorrect-choice {font-weight: 600; color:#BF3143; font-size: 1.4rem; padding-left: .8rem;font-style: italic;margin-right: .7rem;}
  .quiz-history-link {text-decoration: underline; font-size: .9rem;margin-right: .7rem;}
  .another-quiz-button {font-size: .9rem;}
  .quiz-incorrect.choice-chosen .quiz-choice {border:3px solid #BF3143; border-radius: 5px;}
  .quiz-correct.choice-chosen .quiz-choice {border:3px solid #488474; border-radius: 5px;}
  .history-title-space {margin-right:1rem; }
  .two-img-button .mainImg {display:block;}
  .two-img-button .tempImg {display:none;}
  .two-img-button:hover .mainImg {display:none;}
  .two-img-button:hover .tempImg {display:block;}
  .quizzesMessage {background-color:pink;}
 
  /* .feedback-button {padding: 2px 10px ; margin:0px 4px; background-color: #488474; color: #fff; text-align: center; border:none; border-radius: 5px; box-shadow: none; cursor: pointer; outline: none; float: right; font-size: .95rem; }
  */
  .feedback-button {padding: .2px 10px ; margin:0px 4px; background-color: #488474; color: #fff; text-align: center; border:none; border-radius: 5px; box-shadow: none; cursor: pointer; outline: none; float: right; font-size: .85rem; }
 

  .feedback-button:hover {background-color: #366357;color:white;}
  .feedback-button.js-active {background-color: #366357;color:white; }
  .feedback-button:hover.js-active {background-color: #488474;color:white; }
  /* Quiz END*/
  
  
  /* payment START*/
  .success-img {margin-top: 7rem;}
  .success-title {font-size: 2rem; margin: 2rem; font-weight: 450; line-height: 1.1;}
  .success-msg {font-size: 1.1rem; margin: 2rem; font-weight: 300;  line-height: 1.2;}
  .success-button {padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #212427; color: white; text-align: center; border:none; border-radius: 3px; box-shadow: none; cursor: pointer; outline: none; width: 230px;}
  .success-button a:link {color:#fff;text-decoration: none;}
  .success-button a:visited {color:#fff;text-decoration: none;}
  .success-button:hover {text-decoration: none; background-color: #404040;}
  
  /* payment END*/
  
  
  /* survey START*/
  
  .popupOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  }
  .surveyPopup {
  border-radius: 5px;
  padding: .4rem;
  border: 2px solid gray;
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  max-height: 30rem;
  background-color: #f0f0f0;
  z-index: 10000;
  overscroll-behavior-y: contain;
  box-sizing: border-box;
  }
  .survey-onoff {position: absolute; width: 70px; height: 70px;z-index: 401;cursor: pointer;}
  .survey-choice-label {background-color: white; border-radius: 5px;border: 1.5px solid lightgray; margin: .4rem .5rem; padding: .0rem; text-align: center; height:2rem; font-size: 1rem;}
  .survey-choice-label:hover {background-color: #f6eaea; border-radius: 5px;border: 1.5px solid gray;}
  .survey-choice-label.selected {background-color:#f6eaea; border-radius: 5px;border: 1.5px solid gray;}
  .survey-title {font-size:1.6rem; font-weight: 550; line-height: 1.1; margin:.5rem;}
  .survey-subtitle {line-height: 1.1; margin:.7rem .5rem;}
  .survey-submit-button {border-radius: 5px; margin: .4rem .5rem; padding: .0rem .5rem; text-align: center; background-color: lightgray;border: 1.5px solid lightgray;}
  .survey-submit-button:hover {background-color: gray; color: white; border: 1.5px solid gray;}
  .survey-submit-button.active {background-color:#BF3143;color:#fff; border: 1.5px solid #BF3143;}
  .button-other input {width: 90%; height: 90%; border:0px;  }
  .button-other input:focus { outline: none; background-color: #f6eaea;}
  .other-text {text-align: center; font-size: 1rem; justify-content: center; align-items: center;
  }
  .selected .other-text {background-color:#f6eaea;}
  .other-text:hover {background-color:#f6eaea;}
  
  /* survey END*/
  .tutorialPopup {min-height: 420px;
    border-radius: 5px;
    padding: .4rem;
    border: 2px solid gray;
    overflow: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20rem;
    max-height: 30rem;
    background-color: white;
    z-index: 10000;
    overscroll-behavior-y: contain;
    box-sizing: border-box;
  }
  
  .tutorialArea {border: 0px solid red; padding:1rem;  }  
  .tutorial-button  {border-radius: 5px; ; padding: .0rem .5rem; text-align: center; background-color: white; background-color: #BF3143; color: white; border: 1px solid lightgray; cursor: pointer;}
  .tutorial-button:hover {background-color: #992635; color: white; }
  .tutorial-title {border: 0px solid red; font-size:1.6rem; font-weight: 550; line-height: 1.1; margin: 1rem 0rem .5rem 0rem; text-align: center; height: 2rem;}
  .tutorial-text {border: 0px solid red; line-height: 1.1; margin:0.3rem 0rem 1.2rem 0rem; height:fit-content; position: relative; padding: 0 5px;}
  .tutorial-main {border: 0px solid red; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap;}
  .tutorial-image {width:100%;}
  
  
  
  
  
  
  
  
  
  
  
  /* tutorial START */
  
  
  /* tutorial END */
  
  
  /* Additional css for Privacy/Terms page */
  .content-title {font-size: 2.5rem; font-weight: 500; line-height: 1.2; margin-top: 3rem; margin-bottom: 1rem;}
  .content-subtitle {font-size: 1.5rem; font-weight: 250; line-height: 1.2; margin-top: 2rem; margin-bottom: 1rem;}
  .content-update {font-size: 1rem; font-weight: 300; margin-bottom: 3rem; font-style: italic; color: #808080;}
  .content-main {font-size: 1rem; font-weight: 200; line-height: 1.2; margin-bottom: 0.5rem;}
  .bullet-circle{list-style-type: circle; margin-bottom: 0.3rem;}
  .main-box-content {margin-left:1.5rem;margin-right:1.5rem; overflow:auto;}
  
  /* Additional css for 404 page */
  .fof{
  display: table-cell;
  vertical-align: middle;
  }
  .fof h1{
  font-size: 50px;
  display: inline-block;
  padding-right: 12px;
  animation: type .5s alternate infinite;
  }
  .fof-main{
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  }
  
  
  /* Plan page START*/
  .blankTitle {font-size: 50px; font-weight: 600; color: rgb(51, 51, 51); margin: 2.5rem 2rem 0rem 2rem; line-height: 1; border:0px solid blue; justify-content: center; text-align: center;}
  .blankSubtitle  {font-size: 24px; font-weight: 400; color: rgb(136, 136, 136); margin: 1rem 2rem 0rem 2rem; line-height: 1.2; border:0px solid red; justify-content: center; text-align: center;}
  .threeplans {display: flex; justify-content: space-between; border:0px solid red; margin-top: 2rem; flex-wrap: wrap; justify-content: space-around; margin-bottom: 5rem;}
  .plan {
    width: 290px;
    height: 390px;
    text-align: left;
    line-height: 1.3rem;
    border: 0px solid lightgray; border-radius: 10px; margin: 12px; background-color: #fff;
    box-shadow: 0 .7961918735236395px 2.3885756205709185px -.625px #0000000d, 0 2.414506143104518px 7.2435184293135535px -1.25px #0000000d, 0 6.382653521484461px 19.147960564453385px -1.875px #0000000d, 0 20px 60px -2.5px #0000000d;
  box-sizing: border-box; padding:10px 20px; margin-bottom: ;
  }
  .plan-title {font-weight: 450; font-size:30px; margin: 1.8rem 0rem 2rem 0rem; color: #666666}
  .plan-bullets {border:0px solid blue; height: 150px;
    list-style-type: none;
    padding-left: 0;
  }
  .plan-bullets li {
      background-image: url('images/plan-li.png');
      background-repeat: no-repeat;
      background-position: 0 center;
      background-size: 20px 20px;
      padding-left: 30px;
      margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #666;}

  .plan-price {font-weight: 700; font-size: 43px; margin: 1.5rem 0rem 1.5rem 0rem; display: flex; align-items:first baseline;}
  .plan-price-end {font-weight: 300; font-size: 18px; display:block;}
  .plan-button {border:1px solid purple; padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #212427; color: white; text-align: center; border:none; border-radius: 8px; cursor: pointer; outline: none; width: 9rem; box-shadow:0 .7065919983928324px .7065919983928324px -.625px #00000026, 0 1.8065619053231785px 1.8065619053231785px -1.25px #00000025, 0 3.6217592146567767px 3.6217592146567767px -1.875px #00000023, 0 6.8655999097303715px 6.8655999097303715px -2.5px #00000020, 0 13.646761411524492px 13.646761411524492px -3.125px #0000001b, 0 30px 30px -3.75px #0000000d;
    display: flex; align-items: center; justify-content: center;}
  
  .plan-button-gray {border:1px solid purple; padding: 10px 15px 10px 15px; margin:10px 0px 10px 0px; background-color: #f2f2f2; color: #111; text-align: center; border:none; border-radius: 8px; cursor: pointer; outline: none; width: 9rem;
    display: flex; align-items: center; justify-content: center;}
  
  .plan-button-gray a {color:#111;}
  .challenge-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  /* margin: auto; */
  border:0px solid red;
  }
  .challenge-item {
  border: 1.5px solid lightgray;
  padding: 10px; margin:.5rem ;
  border-radius: 5px;
  background-color: white;
  }
  /* .challenge-item:hover {
  border: 1.5px solid gray;
  } */
  .challenge-title {font-size: 1.3rem; line-height: 1.2; margin: .4rem .2rem .4rem .2rem;}
  .challenge-desc {line-height: 1.2; margin: 0.2rem .2rem .7rem .2rem; font-size: 0.90rem; font-weight: 300;}
  .challenge-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 0.1rem 0.6rem;
  font-size: 0.85rem;
  width: 100px;
  margin-bottom: .3rem;
  }
  .challenge-signup:hover {
  background-color: #BF3143;
  }
  
  /* Plan page END*/
  
  /* Notification START*/
  
  .notification {
    position: relative;
    display: inline-block;
    padding-right: 15px;
  }
  
  
  .entry.noti-number-dot {
    height: 20px;
    width: 20px;
    background-color: #BF3143;
    color: white;
    border-radius: 50%;
    /* display: inline-block; */
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  
  .comment.noti-number-dot {
    height: 20px;
    width: 20px;
    background-color: #488474;
    color: white;
    border-radius: 50%;
    /* display: inline-block; */
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }
  
  
  .thumbnail .entry.noti-dot {height: 6px;
  width: 6px;
  background-color: #BF3143;
  border-radius: 50%;
  position: absolute;
  top: -10px; 
  right: 0;
  left: 35%; 
  }
  
  
  .thumbnail .comment.noti-dot {height: 6px;
  width: 6px;
  background-color: #488474;
  border-radius: 50%;
  /* display: inline-block; */
  position: absolute;
  top: -10px;
  right: 0;
  left: 65%; 
  }
  
  
  .comment-area .comment.noti-dot {  height: 5px;
    width: 5px;
    background-color: #488474;
    border-radius: 50%;
    position: absolute;
    top: -13px; /* Adjust the position as needed */
    left: -1px;
    border-radius: 50%;
  }
  
  .dotposition {
    position: relative;}
  
  .dotposition .entry.noti-dot {  height: 6px;
    width: 6px;
    background-color: #BF3143;
    border-radius: 50%;
    position: absolute;
    top: 0px; 
    left: 3px;
    border-radius: 50%;
  }
  
  /* .in-progress-menu { border:0px solid red; color: #488474; font-weight: 800; padding:0.1rem .2rem; border-radius: 4px; font-size: .6rem; border:1.5px solid #488474; margin-left: 4px; background-color: #488474; color: white;} */
  
  
  /* Notification END*/
  
  
  
    
  @media (max-width: 600px) {
    iframe {
        height: 50vh;
    }
  }
  

  
  @media only screen and (max-width: 1000px) {
    .threeplans {border:0px solid red; justify-content:center;}
  
  
  }
   
    
  
  @media only screen and (max-width: 750px) {
  .history-filter-button-bar {border:0px solid red;
    flex-wrap: wrap;}
    .searchbox  {margin: 10px 10px 10px 0px;}
    .area-flagged-action {margin-top: .7rem; }
  }
    
  
  
  
  @media only screen and (max-width: 700px) {
  body {margin: 0rem 0rem;}
  
  .center-400 {
  width: 100%;
  margin: 0rem;
  padding: 0rem;
  margin: auto;
  }
  .main-box-chooser {margin:0rem; background-color: #f5f7fa; }
  .testdiv {
  margin-left: 0rem;
  margin-right: 0rem;
  }
  .requestBasics {width: 80%;}
  .requestBasics1 {width: 10%}
  .requestBasics2 {width:10%}
  .flagged-count-data {
  float: right;
  }
  .main-box-content {margin-left:1rem;margin-right:1rem;}
  .history-filter-button {
  margin-left: 0rem;
  margin-right:0.4rem;
  border:1px solid lightgray;
  border-radius: 5px;
  background-color: white;
  padding: 0rem 2rem;
  display: inline-block;
  }
  
  
  .challenge-welcome {margin: 1rem 1rem 0rem 1rem; line-height: 1.1;}
  .challenge-welcome-sub {margin: 0.2rem 1rem 1rem 1rem; }
  
  .challenge-target {margin-right: .2rem;}
  .challenge-responses {margin-left:.2rem;}
  .settingsArea {flex-direction: column;}
  
  
  .challenge-main {margin:1rem 1rem 0rem 1rem; flex-direction: column; margin:.5rem 1rem; }
  .challenge-left {border:0px solid green; width: 100%;}
  .challenge-right {border:0px solid blue; padding-top: 2rem;}

  .save-button {width: 6rem;}
  .settings-left {border:0px solid orange; padding: 1rem 1rem 0rem 1rem; }
  .settings-right {border:0px solid red; padding: 1rem 1rem 2rem 1rem;}
  
  }
  
  @media only screen and (max-width: 430px) {
  body {margin: 0rem 0rem;}
  
  
  .center-400 {
  width: 100%;
  margin: 0rem 0rem 0rem 0rem;
  padding: 0rem 0rem 0rem 0rem;
  margin: auto;
  }
  .button-requests {display: none;}
  .area-agreement {position:fixed; bottom:0px; left:0px; width:fit-content; height:70px; background-color: #212427; z-index:50; display:flex; padding:0.5rem 1rem 0rem 1rem; }
  .text-agreement {display:inline; color:white; font-size: .9rem; z-index:200; margin: 0rem 1rem 0rem 0rem;}
  .button-agreement { color: #212427; background-color: white; font-size: .9rem; text-align: center; padding: 3px 1px 3px 1px; margin: 0.2rem 0rem 0.2rem 0rem;border-radius: 5px; z-index:2000; width: 7rem;}
  .area-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 1rem;
  margin: 0rem;
  line-height: 1.3;
  border-radius: 7px;
  font-weight: 300;
  background-color: white;
  border: 1px solid lightgray;
  color: #212427;
  font-size: .9rem;
  z-index: 200;
  }
  .area-history-results-tabs .js-tabtop {font-weight: 300; font-size: 1rem ; background: #fff;padding: 3px 1px; }
  .button-big-mic {
  position: absolute;
  top: 46%;
  left: 46%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  }
  .js-tabtopbar-talk {
  left: 0;
  padding-top: 10px;
  box-sizing: border-box;
  background-color:#fff;
  display:flex;
  flex-direction:row;
  width: 100%;
  }
  .js-tabtop-talk {
  padding:2px 8px 0px 8px;
  }
  .loading-visuals {
  position: absolute;
  top: 50%;
  left: 44%;
  font-size: 40px;
  color:#BF3143;
  z-index: 600;
  }
  .button-prompt-chooser {
  margin-left: 9px;
  margin-right: 9px;
  }
  .prompt-menu-title {
  font-size: 1rem;
  line-height: 1.3rem;
  }
  .prompt-menu-subtitle {
  font-size: 0.8rem;
  }
  .prompt-menu-item {
  font-size: 0.9rem;
  }
  .prompt-menu-footer {
  font-size: 0.9rem;
  }
  .button-close-prompt-menu {
  font-size: 0.9rem;
  }
  .area-main3 {
  padding-left:8px;
  padding-right:8px;
  }
  .area-buttons-talk {
  padding: 10px 0px 10px 0px;
  }
  .setTitleSpan {
  line-height: 1.2;
  }
  .oneResultCombo-topbar {
  top:90px;
  }
  .oneResultCombo-content {
  top:65px;
  }
  .requestBasics {width: 80%;}
  .requestBasics1 {width: 10%}
  .requestBasics2 {width:10%}
  .area-write-input {
  padding:0.6rem 0.6rem 0.8rem 0.6rem;
  }
  .result-text {
  padding:0.6rem 0.6rem 0.8rem 0.6rem;
  }
  .diff-text {
  padding:0.6rem 0.6rem 0.8rem 0.6rem;
  }
  .oneResult {
  height: calc(70vh - 120px);
  border:1px solid lightgray;}
  .before-submit {height: calc(63vh - 120px); }
  .main-box-content {margin-left:.5rem;margin-right:.5rem;}
  .snippetOptions {border-radius: 5px;
  padding:.2rem .2rem .4rem .2rem; border:1px solid lightgray; overflow:auto;position:absolute; width:15rem; max-height:30rem;
  background-color:#f0f0f0; z-index:1000; }
  .tool-grabber {border:1px solid lightgray; display:none ; background-color: white; border-radius: 2px;}
  .history-filter-button {
  margin-left: 0rem;
  margin-right:0.3rem;
  padding: 0rem 1.5rem;
  }
  .area-history-bar {border:0px solid blue; display:flex; margin: .5rem 0.5rem 0.2rem 0.5rem;}
  .settingsArea {flex-direction: column; }
  
  .settings-left {border:0px solid red; padding: 1rem .3rem 0rem .3rem; }
  .settings-right {border:0px solid red; padding: 0rem .3rem 0rem .3rem; }
  
  
  
  .settings-section {border:0px solid blue; margin-top:1rem; margin-bottom: 2rem;}
  
  .challenge-main {flex-direction: column; margin:0rem;}
  .challenge-welcome {margin: 1rem 1rem 0rem .8rem; border:0px solid red; font-size: 1.5rem;}
  
  
  .challenge-welcome-sub {margin: 0.2rem 1rem 0cqmin .8rem; }
  .challenge-target {border: 1px solid lightgray; margin-left:0.6em; margin-right:0.6rem;}
  .challenge-responses {margin-left:0.5rem; margin-right:0.5rem;
  }
  .challenge-thumbbar {border:0px solid green;display:flex; margin:0rem; }
  .challenge-left .area-main3 {padding: 0rem;}
  .challenge-right {padding: 1rem 0rem .2rem 0rem;  flex: 1; }
  .challenge-right .area-buttons-talk {
  padding: 0px 0px; border: 0px solid red;}
  .challenge-right .area-write-input {
  overflow-y: scroll;
  font-weight: 300;
  border:0px solid green;}
  .challenge-right .before-submit {height: 12.5rem; border:1px solid lightgray; }
  .challenge-main {
    height:auto;
  }
  .challenge-header {padding-top: 3px; padding-bottom: 3px}
    
  
  .popup-message {border-radius: 5px; min-width: 250px; margin:0;}
  .popup-message-title {padding-right: 12px; margin-top:0rem;}
  .popup-message-text {padding-right: 12px;}
  .popup-message-button-area {padding-right: 7px;}
  
  .popup-message hr {margin-block-start: .5rem; margin-block-end: .5rem;}
  
  .blankTitle {font-size: 40px; }
  .blankSubtitle  {margin: 1rem 0rem 0rem 0rem; line-height: 1.2; border:0px solid red;}
  .plan {margin: 1rem 0rem; border:0px solid lightgray;}
  
  
  .blankArea {height: 80%; }
  
  
  .area-tools-combo1 {
    height:4.5rem; 
    }
  
    .success.message  {border:0px solid blue; justify-content: center; align-items: center; padding-left:1rem; line-height: 1.1;}
    .error.message  {border:0px solid blue; justify-content: center; align-items: center; padding-left:.8rem; line-height: 1.1;}
  
    .js-area-input {padding: .4rem .6rem;}
    .quiz-onoff.atTop {display: none;}  
  
  }
  

  
  /* askTabbi START */
.askTabbiOnOff {padding:.5rem;cursor:pointer;background-color:#f0f0f0;border-radius:5px;}

.askTabbiPopup {
  border-radius: 5px;
  padding:.5rem .4rem 1.5rem .6rem; border:2px solid lightgray; 
  overflow: hidden;   position: absolute;
  top: 100px;
  left: 100px;
  width:20rem; max-height:30rem;
  background-color:#f0f0f0; z-index:1000;
box-sizing: border-box;

  }

  .ask-tabbi-title {border:0px solid red; display: block; margin-bottom:.5rem ; font-weight: 550; color: #BF3143; }

  /* bottom */
  
  .askTabbiPopup::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 18rem;
    height: 1rem;
    background-image: radial-gradient(circle, #666 1px, transparent 1px);
    background-size: 6px 6px;
    background-repeat: repeat;
    background-position: 0 0, 0 6px;
    /* background-color: #f0f0f0; */
    /* border-top:.2rem solid #f0f0f0; */
    /* margin-top: .1rem; */
  }
      




      

.askTabbiPopup.glowingDrag {background-color:#f6eaea;border:2px solid lightgray;}

.askTabbiArea {
  overflow:hidden;
  max-height: 28rem;
  border:0px solid red;
  padding-bottom: 0rem;
}

.askTabbiResults-title {font-weight: 600; border:0px solid green; padding-left:.2rem; padding-bottom:.2rem; line-height: 1.2;padding-right:1.8rem; padding-top:.5rem; }
.askTabbiResults-rest {border:0px solid green; }
.askTabbiResults-loading {border:0px solid green; margin: 2rem;}


.askTabbiResults-text {overflow: auto; border:0px solid blue; 
  overflow: auto;
  padding: 0rem 1rem 1rem .3rem;
  line-height: 1.2;
  max-height: 24rem;
}
.askTabbiResults-text p {border: 0px solid red;}
.askTabbiResults-text h3 {border: 0px solid green; font-size: 1rem; margin-block-start: 1em;
  margin-block-end: .3em;
}
.askTabbiResults-text strong {font-weight: 400;}

.askTabbiResults-text br{display:none;}

.askTabbiResults-basic {padding: 1rem .5rem; border:0px solid red;}
.askTabbiResults-basic-title {font-weight: 700; border:0px solid green; display: flex; font-size: 1.1rem; line-height: 1.2; align-items: center; }


.askTabbiResults-basic-text {
  border:0px solid lightgray;
  line-height: 1.2; margin: .5rem 0rem 1rem 0rem;}
.askTabbiResults-basic-button {
  width: 100%;
  padding-top: .6rem;
  padding-bottom: .6rem;
  background-color: #BF3143;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer; 
  display: block; margin:auto; font-size: 1rem;
}
.askTabbiResults-basic-button:hover {background-color: #992635;}


.askTabbiPopup .popup-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.askTabbiPopup img {width: 25px;}
.diff-insert:hover {border:#014523 1px solid; cursor:pointer;}
.diff-delete:hover {border:#d79292 1px solid; cursor:pointer;}

.askTabbiResults {border:red 0px solid;}
.askTabbiResults .diff-insert:hover {border:#f0f0f0 1px solid;  cursor: default;}
.askTabbiResults .diff-delete:hover {border:#f0f0f0 1px solid; cursor: default;}




/* toolsTarget js-bs-top  unclicked  */
.ask {z-index:1000;}
.ask img {width: 25px;}
.askTabbiResults-image img {
  margin-left: .5rem;
  border: 0px solid purple;
  vertical-align: middle;
}

.askTabbiResults .guide-copied {border:0px solid gray; border-radius: 4px; background-color: transparent; position: absolute; right: 60px; bottom: 5px; color: gray; font-size: .8rem;}
  .guide-copied.visible {
  visibility: visible;
  opacity: 1;
  }

/* askTabbi END */

/* Tabbi Read START */
.fulltext-translation {line-height: 1.3;}
.oneRowFlexParent {display: flex; flex-direction: row; justify-content: space-evenly; align-items: stretch;}
.oneColumnFlexParent {display: flex; flex-direction: column; justify-content: space-evenly; align-items: stretch;}
.showAsFlexChild {flex-grow: 1; flex-basis: 0; display: flex;}
/* Tabbi Read END */
 

/* Tabbi Daily START */
.dailyPageProgressHeader {height:110px; background-color:#F3F6F9; text-align:left; font-size:1.3rem; padding: 0rem 1rem; border:0px solid red; display: flex; align-items: center;padding: 10px; gap:15px; }


.streakStart, .streakBreak{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.2;
}

.streakOn {border:0px solid red; display: flex; align-items: flex-end;}
.streakLeft {border:0px solid green; line-height: 1; display: flex; align-items: flex-end; gap: 8px;}
.streakRight {border:0px solid green; display: flex;align-items: center;}

.streakBreak {border:0px solid red; line-height: 1.2;}


.daily-noti-dot {
  height: 7px;
  width: 7px;
  background-color: #BF3143;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
}

.daily-page {border:0px solid red;   padding: 0.5rem 2.5rem 0rem 2.5rem;
}
.oneRowFlexParent {display: flex; flex-direction: row; justify-content: space-evenly; align-items: stretch; border:0px solid red;}
.oneColumnFlexParent {display: flex; flex-direction: column; justify-content: space-evenly; align-items: stretch; border:0px solid red;}
.showAsFlexChild {flex-grow: 1; flex-basis: 0; display: flex; border:0px solid red;}
.daily_content .result-content {font-size:20px; line-height:36px; border:0px solid red; padding:0.6rem 0.6rem 0.8rem 0.6rem; }
.daily_date_line {background-color:white; border:0px solid red; text-align: center;display: flex;align-items: center;
  justify-content: space-between; }
.bigProgressNumber {font-size:5rem; color:#212427; font-weight:bold; border:0px solid red;  position: relative;top: 10px;
}
.daily_content .contentSpan {font-size:1.5rem; line-height: 1.3; padding: .2rem .5rem;} 
.daily_content .iconSpan {display:none;}
.dailyTitle {border: 0px solid red; font-weight: 550; display: block; margin-bottom: .5rem; font-size:1.6rem; line-height: 1.2;}
.dailyText {border: 0px solid green;font-weight: 400;}
.dailyLink {border: 0px solid green; font-size: 16px;   display: block;
text-align: right;  margin-top: 0rem;margin-right: .5rem;}

.dailyLink a {
color: #475569;  text-decoration: none; 
}
.dailyLink a:hover {
color: #212427; 
text-decoration: underline;
}
.invisible-space {visibility: hidden;}

.daily-page .result-text {border-bottom: 0px solid green;position: relative;
padding:0;

}
.progressIcon {display:inline-block; margin:.4rem; border:3px solid lightgray; background-color:white; width:30px; height:30px; border-radius: 50%;}
.achieved {background-color:#FDCC0D;}
.dailyArrow:hover {background-color:lightblue; cursor:pointer;}
.dailyArrow.disabled { 
  pointer-events: none; 
}
.streak-image {border: 0px solid red; margin-right: 20px; }

.mic-play-combo {border:0px solid green; background-color:#CFE0DC; display:flex; border-radius: 7px; padding: 0px 30px; gap: 30px;}
.daily-button-wrapper  { display: flex;
justify-content: center;
align-items: center;
min-height: 60vh;}
.daily-launch-card {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.daily-launch-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.daily-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  text-align: center;
}

.daily-button {
  background: none;
  border: none;
  padding: 30px 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.daily-button:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dailycat {
  width: 180px;
  border: 0px solid red;
}

.daily-caption {
  font-size: 30px;
  color: #333;
  font-weight: 500;
  width: 300px;
}
.daily-caption-click {font-weight: 1000; }
.dailycat {width: 300px; }



@media only screen and (max-width: 750px) {
  .daily-page {padding: 0.5rem 1rem 0rem 1rem;}
}

@media only screen and (max-width: 430px) {
.daily-page {padding: 0.5rem .5rem 0rem .5rem;}
.dailyPageProgressHeader {border: 0px solid red;}
.streakStart {border: 0px solid red; margin-top: 1rem;}
.streakOn {border: 0px solid orange; display: flex;   width: 100%;}
.streakLeft {border: 0px solid red; display: flex;flex-direction: column; align-items: flex-start; padding-left: 10px;   width: 50%;}
.streakRight {border:0px solid green; display: flex;align-items: center; gap: 0px;   width: 50%;} 
.bigProgressNumber {border: 0px solid yellow; margin:0px; font-size:5rem; }   






}




/* Tabbi Daily END */


  /* Always stay at the END */
  .mic-in-toolbar {display:none;}
  .invisible {display: none;}
