::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.header *, .body * {
    /* -webkit-transform-style: preserve-3d; */
    transform-style: preserve-3d;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 40%;
}

.nav-bar {
  /* background: linear-gradient(-90deg, #16C0B0, #84CF6A); */
  background: #ffffff30;
  height: 65px;
}

li a {
    color: green;
    font-size: 25px;
}

label {
    color: #2e6c80;
    padding-left: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

input {
  width: 50%;
  padding: 12px 20px;
  margin: 0px 0px;
  box-sizing: border-box;
}

.alert {
  background-color: #def7dc54;
  width: 85%;
  padding: 12px 20px;
  color: #008CBA;
  padding-left: 40px;
}

header {
  background-color: #def7dc29;
  /* width: 85%; */
  margin-left: 6%;
  margin-right: 6%;
  padding: 12px 20px;
  color: #fff;
  border-radius: 15px;
}

header strong {
  color: #ffc562;
}

section {
  background-color: #def7dc54;
  /* width: 85%; */
  margin-left: 6%;
  margin-right: 6%;
  padding: 12px 20px;
  color: #008CBA;
  padding-left: 40px;
}

html {
  background: url(/static/images/cool-background.jpg) no-repeat center center fixed;
  /* background: url(https://images.unsplash.com/photo-1464376810568-596bdd5a1897?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2584&q=80) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%!important;
  width: 100%!important;
  margin: 0!important;
  display: table;
  overflow-y: scroll; /* Show vertical scrollbar */
  overflow-x: hidden;; /* Show horizontal scrollbar */
}

body {
  /* background-color: rgba(255, 255, 255, 0.5); */
  height: 100%;
  width: 100%;
  margin: 0;
  display: table;
  bottom: 0;
  overflow-y: scroll; /* Show vertical scrollbar */
  overflow-x: hidden;; /* Show horizontal scrollbar */
}

.divBack_active{
  background-color: #1b6a62cc;
  /* background-color: color-mix(in rgba(255, 255, 255, 0.597), rgba(255, 255, 255, 0.597)); */
  min-height:98.5%;
  min-width: 440px;
}

.divBack_inactive{
  background-color: hsl(60deg 3.61% 16.27%);
  /* background-color: color-mix(in  rgb(10 10 10 / 20%), rgba(255, 255, 255, 0.597)); */
  min-height:98.5%;
  min-width: 440px;
}


h1, h2, h3, h4 {
  /* font-family: 'Merriweather', serif; */
  font-family: "Abhaya Libre", Nunito, Helvetica, Arial, sans-serif;
  line-height: 25px;
}

/* .quote::first-letter {
  font-size: 50px;
  font-weight: bold;
  margin-right: 8px;
} */
 /* float: left; */

p {
  line-height: 20px;
  font-family: "Abhaya Libre", Nunito, Helvetica, Arial, sans-serif;
}

footer {
  display: table-footer-group;
  height: 56px !important; /* not applicaple nav bar prime */
  overflow-y: scroll; /* Show vertical scrollbar */
  overflow-x: hidden;; /* Show horizontal scrollbar */
}

.el-header {
    background-color: #B3C0D1;
    color: #333;
    line-height: 60px;
  }

.el-aside {
  color: #333;
}

.el-card__header {
    padding: 2px 2px;
}

.el-card__body {
  width: 100%;
}

.andForQuote {
  content: "&";
  font-size: 200px;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 20px;
  top: -30px;
}

.box-card {
  /* overflow: hidden; */
  /* background-image: radial-gradient(farthest-corner at 40px 40px,
  rgb(194 180 125 / 36%) 0%,
  rgb(255 255 255) 100%); */
  background-color: #fff9e6;
  /* background-image:url(/static/images/IMG_2618.png); */
  display: flex;
  align-items: center; 
  z-index: 500;
}

.highlight {
  /* font-size: x-large; */
  color: #2196F3; /* Optional: change the color of the bolded word */
  cursor: pointer;
  position: relative;
}

.beforeQuote {
  /* content: "“"; */
  font-family: Georgia;
  font-size: 6rem;
  /* margin: 0rem 0 1rem -2.9rem; */
  margin-left: -47px;
  position: absolute;
  opacity: 0.3;
}

.afterQuote {
  /* content: "”"; */
  /* margin: 2rem -3.5rem 0 -0.1rem; */
  bottom: -40px;
  font-family: Georgia;
  font-size: 6rem;
  position: absolute;
  opacity: 0.3;
}

/* height: 100vh; */

/* blockquote {
  color: rgba(250, 200, 130, 0.6);
  font-family: Tahoma, sans-serif;
  font-size: 40px;
  width: 60%;
  margin: 0 auto;
}
blockquote h1 {
  font-size: 4rem;
}
blockquote p {
  font-style: italic;
  margin-bottom: 0;
} */

/* blockquote cite {
  font-size: 1.5rem;
} */



.quote-container {
  display: flex;
  align-items: stretch;
  max-width: 800px;
  width: 100%;
}

.word-container {
  display: flex;
  align-items: stretch;
  max-width: 800px;
  width: 100%;
}


.fullscreen-button-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999;
}

/* Fullscreen styles */
#content-to-capture:fullscreen {
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #content-to-capture:fullscreen .quote-card {
  max-width: 80%;
} */

#content-to-capture-word:fullscreen {
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #content-to-capture-word:fullscreen .word-card {
  max-width: 80%;
} */

.voice-dialog {
  /* Ensure dialog is fully visible in full-screen */
  z-index: 9999 !important;
}

.voice-selector-container {
  position: relative;
  width: 100%;
}

/* Ensure dropdown is visible in full-screen */
.el-select-dropdown {
  z-index: 9999 !important;
}

.el-input__inner {
border-color: #ffc562;
border-width: 2px;
}

.el-button.is-round {
    border-radius: 20px;
    padding: 7px 7px;
}

.el-button {
  opacity: 80%;
  border-color: #ffffffb5;
}

.el-input__inner {
    background-color: #f5f7faad;
    border-radius: 5px !important; 
}

.el-input el-input--suffix {
  border-radius:5px;
}

.tag {
  /* height: 40px; */
  /* width: 70%; */
  border: 1px solid;
  border-radius: 10px;
  padding: 2px;
  background-color: #67657640;
  margin-right: 3px;
  /* margin-top: 20px; */
}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */


/* Google Translate */


/* Don't show Google Topbar */
/* Don't show Google Topbar */
/* Don't show Google Topbar */
/* Don't show Google Topbar */
.goog-te-banner-frame {display:none;}
#goog-gt-tt {display:none!important;visibility:hidden!important;}  



#google_translate_element {
  /* position: absolute;
  bottom: calc(53px + 16px);*/
  margin-left: 10px;
  display: inline-flex;
  align-items: baseline;
  /* z-index: 99999; */
}
.goog-te-menu2-item {
  text-align: center;
  font-size: 16px;
  color: #000;
  /* Change the text to "Translate" */
  
}
.goog-te-gadget {
  font-family: Nunito, Helvetica, Arial, sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget-simple  {
  background-color: rgb(236 245 255)!important;
  border: 1px solid rgb(43 195 166) !important;
  padding-top: 7px!important;
  border-radius: 3px!important;
  font-size: 0.7rem!important;
  line-height:1.5rem!important;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: #409eff !important;
}
.goog-te-menu2 {
  max-width: 100%;
}
/* .goog-te-menu-value {
  color: #409eff !important;
    &::before {
    font-family: 'Material Icons';
    content: "\E927";
    margin-right: 16px;
    font-size: 2rem;
    vertical-align: -10px;
  }
}
.goog-te-menu-value span:nth-child(5) {
    display:none;
}
.goog-te-menu-value span:nth-child(3) {
    border:none!important;
    font-family: 'Material Icons';
    &::after {
      font-family: 'Material Icons';
      content: "\E927";
      font-size: 1.5rem;
      vertical-align: -6px;
    }
} */

.goog-te-menu-value {
  color: #409eff !important;
}

.goog-te-menu-value::before {
  font-family: 'Material Icons';
  content: "\E927";
  margin-right: 16px;
  font-size: 2rem;
  vertical-align: -10px;
  /* width:32px!important; */
}

.goog-te-menu-value span:nth-child(5) {
  display: none;
}

.goog-te-menu-value span:nth-child(3) {
  /* display:none; */
  border: none !important;
  font-family: 'Material Icons';
}

.goog-te-menu-value span:nth-child(3)::after {
  font-family: 'Material Icons';
  content: "\E927";
  font-size: 1.5rem;
  vertical-align: -6px;
}


.goog-te-menu-value img {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.goog-te-gadget-icon {
    display: none;
}

/* // ============ HIDE TOP BAR ============ */
.goog-te-banner-frame.skiptranslate {display: none!important;}
body {top: 0px!important;}


.goog-logo-link {
  display:none !important;
} 
  
.goog-te-gadget{
  color: transparent !important;
}

.skiptranslate iframe {
  visibility: hidden !important;
}

.offscreen_active {
  position: fixed;
  height: 100px;
  width: 100px;
  right: 0px;
  top: 50px;
  transform: translateX(100px);
}

.offscreen_inactive {
  display: inline-flex;
  align-items: baseline;
}

/* Progress bar */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #f1f1f1;
  z-index: 20000;
}

.progress-bar {
  height: 100%;
  background-color: #cea557;
  width: 0%;
  transition: width 0.5s ease-in-out;
}