#animation,
#cover-spin,
#fileElem,
#resultsbox {
  display: none
}

body {
  font-family: 'Open Sans', "Lucida Sans Unicode", sans-serif;
  font-size: 90%;
  font-weight: 400;
  margin-bottom: 100px;
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #4d4d4d !important;
}

.card {
  border: none;
  border-radius: 10px;
}

.form-control,
.form-select {
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced4da;
  transition: border-color 0.2s;
}

.form-control:focus,
.form-select:focus {
  border-color: #86b7fe;
}

.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.navbar-brand h3,
.navbar-brand h5 {
  margin: 0;
}

@media (max-width: 576px) {
  .navbar-brand {
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-brand img {
    margin-bottom: 0.5rem;
  }
}

.colorcorrect,
a {
  color: #369
}

.note {
  margin: 50px auto;
  font-size: 1em;
  color: #333
}

#gallery img,
#resultsgif img,
.my-form {
  margin-bottom: 10px
}

input {
  width: 70%;
  padding: .1em
}

#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  margin: 25px auto;
  padding: 20px;
  font-size: small
}

p {
  margin-top: 0
}

#gallery {
  margin-top: 10px
}

#gallery img {
  width: 150px;
  margin-right: 10px
}

#resultsgif img,
.alertmsg {
  width: 750px;
  margin-right: 10px;
  vertical-align: middle
}

.button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc
}

.button:hover {
  background: #ddd
}

.report-button {
  display: inline-block !important;
  padding: 0.5rem 1.25rem !important;
  background-color: #4d4d4d !important;
  color: #fff !important;
  border: 1px solid #4d4d4d !important;
  border-radius: 0.375rem !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease !important;
}

.report-button:hover,
.report-button:focus {
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.alertmsg {
  padding: 1.5em;
  color: #f5f5f5;
  background-color: #dc143c;
  border: #ccc;
  border-radius: .5em;
  font-size: medium
}

.loader:after,
.loader:before,
.login-box .btn,
.ndorange,
input:checked+.slider {
  background-color: #e39d5b
}

.logo {
  position: relative;
  width: 105px;
  height: 105px;
  background-color: #fff;
  top: 25px;
  right: 25px;
  z-index: 1;
  background-image: url('https://hws-audit-ai.web.app/images/netdreams_logo_square_105x105.png');
  background-repeat: no-repeat;
  float: right
}

#cover-spin,
.footer {
  position: fixed;
  width: 100%;
  bottom: 0
}

.footer {
  height: auto;
  background-color: #f8f9fa;
  padding: 1.7em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px
}

#cover-spin {
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, .7);
  z-index: 9999
}

#spinner {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem
}

.div-gal-container {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center
}

.div-section-gal-container {
  display: contents;
  flex-flow: row wrap
}

.image-number-overlay {
  position: absolute;
  bottom: 8px;
  left: 7px;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  padding: 2px 5px;
  font-size: 14px;
  z-index: 1
}

.thumbnail-img {
  margin: 0;
  max-width: 190px;
  max-height: 107px;
  border: 0;
  display: block
}

.thumbnail-img-medium {
  margin-top: -5px;
  margin-bottom: 12px;
  max-width: 280px;
  height: auto;
  border: 0;
  display: block
}

.thumbnail-image-medium {
  margin-top: -5px;
  margin-bottom: 12px;
  max-width: 280px;
  height: auto;
  border: 0;
  display: block
}

.thumbnail-img-small {
  margin-top: -5px;
  margin-bottom: 12px;
  max-width: 180px;
  height: auto;
  border: 0;
  display: block
}

.reply-thumbnail-img-small {
  margin: 15px;
  max-width: 150px;
  height: auto;
  border: 0;
  display: block
}

.image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  margin: 3px
}

.image-fb-overlay,
.image-ls-overlay {
  font-family: 'Noto Sans', sans-serif;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  font-size: 14px;
  z-index: 1;
  color: #fff
}

.image-container .smalllabels {
  width: 130px;
  text-align: center;
  margin-top: 5px
}

.image-fb-overlay {
  background-color: rgba(0, 0, 0, .7)
}

.image-ls-overlay {
  background-color: rgba(12, 90, 42, .7)
}

.section-hover:hover .image-container {
  background-color: #e38110;
  transition: background-color .2s ease-in-out
}

.smalllabels {
  font-family: 'Open Sans', "Lucida Sans Unicode", sans-serif;
  font-size: 50%;
  font-weight: 400
}

.ai-brandtone-box,
.ai-code-box,
.ai-gallery-box,
.ai-offers-box {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 20px;
  font-family: monospace;
  font-size: medium
}

.ai-code-box {
  background-color: #17616f;
  color: #fff
}

.ai-offers-box {
  background-color: #f5f5f5
}

.ai-brandtone-box {
  background-color: #e0eed9
}

.ai-gallery-box {
  background-color: #d8e8f1
}

.ai-brandtone-box .title,
.ai-code-box .title,
.ai-gallery-box .title,
.ai-offers-box .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.1em
}

.ai-brandtone-box .loader,
.ai-code-box .loader,
.ai-gallery-box .loader,
.ai-offers-box .loader {
  display: block;
  justify-content: center;
  min-height: 50px
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.login-box {
  margin-top: 15%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  width: 300px;
  text-align: center
}

.login-box h2 {
  margin-bottom: 20px;
  color: #333
}

.login-box .textbox {
  margin-bottom: 15px
}

.login-box .textbox label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #555
}

.login-box .textbox input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box
}

.login-box .btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px
}

.login-box .btn.secondary {
  background-color: #634d0c
}

.login-box .btn:hover {
  opacity: .9;
  background-color: #e97c08
}

.login-box #message {
  margin-top: 15px;
  color: red
}

#loading-message {
  color: #333;
  animation: 1s step-end infinite blink
}

#loading-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle
}

#loading-icon svg {
  animation: 1s ease-in-out infinite move
}

@keyframes move {
  from {
    transform: translateX(5px)
  }

  to {
    transform: translateX(-5px)
  }
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 20px rgba(0, 0, 0, .15)
}

.overview-table td,
.overview-table th {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top
}

.overview-table th {
  background-color: #f4f4f4;
  font-weight: 700
}

.overview-table td {
  background-color: #fff
}

.overview-table,
.overview-table .smalltext {
  font-size: .9em
}

.overview-table .content {
  color: #333
}

.overview-table textarea {
  border-radius: 4px;
  font-size: .9em;
  resize: vertical;
  box-sizing: border-box
}

.overview-table .number-input {
  width: 50px
}

.overview-table .string-input {
  width: 300px;
  height: 12em
}

.big-textarea {
  font-family: monospace;
  font-size: medium;
  height: 20em
}

.mdsbackground {
  background: linear-gradient(to bottom, #0f2c7a, #66318b)
}

.mdsbackgroundlight {
  background: linear-gradient(to bottom, #858e96, #60696b)
}

.progress-bar-100,
.progress-bar-50 {
  background-image: linear-gradient(to right, #8bd58d 65%, #fff)
}

.mdslogo {
  max-width: 150px;
  height: auto
}

.circle-container {
  vertical-align: middle;
  align-content: center
}

.progress-bar {
  height: 20px;
  border-radius: 3px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center
}

.progress-bar-100 {
  width: 100%
}

.progress-bar-50 {
  width: 60%
}

.progress-bar-0 {
  background-color: #fff;
  width: 100%
}

.progress-bar span {
  color: #14552f;
  font-weight: 700;
  font-size: smaller;
  display: inline-block
}

.table-hotel-info {
  font-size: 1.2em;
  color: #fff
}

.table-hotel-info h2 {
  font-size: 2em;
  color: #fff
}

.table-hotel-score {
  width: 160px;
  color: #fff
}

.table-hotel-score thead {
  font-size: .6em;
  text-align: center
}

.table-hotel-score tbody {
  font-size: 2.5em;
  text-align: center
}

.table-hotel-score tbody td {
  background-color: #fff;
  width: 80px;
  border-collapse: collapse
}

.table-hotel-audit-results thead td,
.table-hotel-basic-info thead {
  background-color: #12475a;
  text-align: center
}

.table-hotel-imgalts-results thead td {
  background-color: #12475a;
  text-align: center
}

.table-hotel-score td,
.table-hotel-score th {
  border: 2px solid #062661;
  padding: 2px
}

.coloropportunity {
  color: #e65415
}

.chartContainer {
  width: 170px;
  height: 170px;
  display: block;
  margin-top: 5px
}

h2.mainmdstitle {
  font-size: 2.2em
}

canvas {
  width: 170px !important;
  height: 170px !important
}

.centered-content,
.hotel-logo {
  text-align: center
}

.table-seo-info h3 {
  font-size: 1.8em;
  color: #fff
}

.redfont {
  color: red
}

.loading-spinner {
  width: 16px;
  height: 16px;
  border: 4px solid #e39d5b;
  border-radius: 50%;
  border-top-color: red;
  animation: 1s linear infinite spin
}

@keyframes spin {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.loader {
  animation: 1s infinite rotate;
  height: 50px;
  width: 50px
}

.loader:after,
.loader:before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px
}

.loader:before {
  animation: 1s infinite ball1;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px
}

.loader:after {
  animation: 1s infinite ball2;
  box-shadow: 30px 0 0 #f8b334
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0) scale(.8);
    -moz-transform: rotate(0) scale(.8)
  }

  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2)
  }

  100% {
    -webkit-transform: rotate(720deg) scale(.8);
    -moz-transform: rotate(720deg) scale(.8)
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #e39d5b
  }

  50% {
    box-shadow: 0 0 0 #e39d5b;
    margin-bottom: 0;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    box-shadow: 30px 0 0 #e39d5b;
    margin-bottom: 10px
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #f8b334
  }

  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-top: -20px;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px)
  }

  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-top: 0
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 14px
}

.table-hotel-audit-results,
.table-hotel-basic-info,
.table-hotel-imgalts-results,
.table-social-media-info {
  border-collapse: collapse;
  width: 94%;
  margin: 2%
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 14px
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%
}

input:focus+.slider {
  box-shadow: 0 0 1px #e39d5b
}

input:checked+.slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px)
}

.ql-editor {
  min-width: 100% !important;
  min-height: 300px !important
}

.centered-container {
  display: flex;
  justify-content: center;
  align-items: center
}

.stripe {
  height: 200px;
  background-image: url('https://hws-audit-ai.web.app/images/nd-stripe.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #fff
}

.report-index,
.report-titles {
  text-align: center;
  padding: 200px 0
}

.report-titles h1 {
  color: #12475a;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 4em;
  margin-top: 45px;
  margin-bottom: 70px
}

.report-index ul,
.report-titles h2 {
  color: #3f3f3f;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.report-titles h2 {
  font-size: 2.3em;
  margin-bottom: -1px
}

.report-index {
  padding: 100px 0
}

.report-index ul {
  padding-left: 0;
  list-style-type: none;
  font-size: 1.4em;
  padding-bottom: 200px
}

.report-index li {
  text-align: left;
  margin-left: 30%;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding-top: .7em
}

.report-index li a {
  text-decoration: none;
  font-weight: lighter
}

.report-index li.list-title {
  text-align: left;
  margin-left: 20%;
  font-size: 1.6em;
  padding-bottom: 1.3em
}

div .block-w-margins {
  display: block
}

.table-hotel-basic-info td,
.table-hotel-basic-info thead,
.table-social-media-info td,
.table-social-media-info thead {
  border: 1px solid #ddd;
  padding: 8px
}

.table-hotel-basic-info thead h2 {
  font-size: 1.35em;
  color: #fff
}

.table-hotel-basic-info tr:nth-child(2n) {
  background-color: #f2f2f2
}

.table-social-media-info thead {
  background-color: #cdec14;
  text-align: center
}

.table-social-media-info thead h2 {
  font-size: 1.35em;
  color: #555
}

.table-social-media-info img {
  width: 38px;
  height: 38px;
  border: 0;
  padding: 2px
}

.table-social-media-info a {
  color: #467886;
  text-decoration: none;
  margin-left: 5px
}

.hotel-logo img {
  width: 30%;
  margin: 10%
}

h1.audits_page_names {
  margin-top: 2em;
  color: #12475a;
  font-size: 2.9em;
  margin-left: 1%
}

h1.audits_page_imgatltxt_titles {
  color: #12475a;
  font-size: 2.0em;
  margin-left: 1%
}

.table-hotel-imgalts-results {
  background-color: #fff
}

.table-hotel-audit-results {
  background-color: #eaeff7
}

.table-hotel-imgalts-results thead td,
.table-hotel-audit-results td,
.table-hotel-audit-results thead {
  border: 1px solid #fff;
  padding: 8px
}

.table-hotel-imgalts-results td {
  border: 1px solid #12475a;
  padding: 8px
}

.table-hotel-audit-results thead td {
  font-size: 1.15em;
  color: #fff
}

.table-hotel-imgalts-results thead td {
  font-size: 1.05em;
  color: #fff
}

.table-hotel-audit-results tr:nth-child(2n) {
  background-color: #d2deef
}

.table-hotel-imgalts-results tr:nth-child(2n) {
  background-color: #fff
}

.table-hotel-imgalts-results td,
.table-hotel-audit-results td {
  font-size: .8em;
  color: #000
}

.report-div-gal-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-audit-container {
  margin-bottom: 50px;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 1.2em;
  padding-right: 6%;
}

.bottomline {
  display: block;
  background-color: #fff;
  padding: 2%;
  width: 95%;
  height: fit-content;
}

.bottomline p {
  font-family: Calibri, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  color: #b2b8ba;
}

.logond {
  background-image: url('https://hws-audit-ai.web.app/images/logond.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 140px auto;
}

.alertmsgred {
  color: red;
  font-weight: bold;
  padding: 0 !important;
}

.edit-button {
  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
  height: 30px;
  padding: 0px 3px;
  border-radius: 50px;
  background-color: #4d4d4d !important;
  color: #fff !important;  
  font-size: 10px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.edit-button:hover {
  background-color: #e39d5b !important;
}

.resubmit-button {
  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
  height: 30px;
  padding: 0px 3px;
  border-radius: 50px;
  background-color: #8e0f0f !important;
  color: #fff !important;  
  font-size: 10px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.resubmit-button:hover {
  background-color: #e39d5b !important;
}

.div-alttextfixmsg-container {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 2%;
  margin-right: 2%;
  font-size: 1.2em;
  padding-right: 6%;
}

pre {
  max-height: 800px !important;
  font-family: monospace !important;
  font-size: 12px !important;
  white-space: pre-wrap !important;
  word-break: break-word !important;
}

.code-container {
  max-height: 300px !important;
  max-width: 300px !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
  padding: 5px !important;
  background: #f8f9fa !important;
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.ai-eval-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.ai-thumb {
  width: 60px;
  height: auto;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 4px;
  object-fit: cover;
}
.ai-text {
  flex: 1;
}
.ai-global {
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #ddd;
}
.ai-global .title {
  font-weight: bold;
}
.ai-thumb-mid {
  width: 200px;
  height: auto;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 4px;
  object-fit: cover;
}