/* GLOBAL STYLES
-------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

body {
  color: #ebebeb;
  overflow: overlay;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

/* Track */
#user-content::-webkit-scrollbar-track,
#user-content::-webkit-scrollbar-corner {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
  border: 3px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4c4cff;
  border: 2px solid transparent;
  background-clip: content-box;
}

.gauss-bg-primary {
  background-color: #4c4cff !important;
}

.gauss-bg-secondary {
  background-color: #2e2e8a !important;
}

.gauss-bg-dark {
  color: #f8f9fa;
  background-color: #10101f !important;
}

a {
  color: #4c4cff !important;
  text-decoration: none;
  background-color: transparent;
}

.btn-primary {
  color: white !important;
  background-color: #4c4cff !important;
  border-color: #4c4cff !important;
}

.btn-outline-primary {
  color: #4c4cff !important;
  border-color: #4c4cff !important;
}

.btn-outline-primary:hover {
  color: white !important;
  background-color: #4c4cff !important;
  border-color: #4c4cff !important;
}

.btn-outline-light {
  color: white !important;
  border-color: white !important;
  border-radius: 0.5em !important;
  transition: all 0.2s ease;
}

.btn-outline-light:hover {
  color: #4c4cff !important;
  background-color: white !important;
  text-decoration: none;
  box-shadow: 0.1em 0.2em 0.1em rgba(100, 100, 255, 50%);
}

.logo {
  height: 30px;
  transition: all .3s ease-out;
}

.logo-main {
  height: 72px;
  transition: all .3s ease-out;
}

.partner-logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 1.2em;
  font-size: 1.2em;
  font-weight: 500;
  gap: 0.5em;
}

.shadow-header {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.img-shadow {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25) !important;
}

.bg-img-opt {
  background-image: url("../img/background_opt.png");
  background-position: center;
  background-size: cover;
}

.bg-img-waves {
  background-image: url("../img/background_waves.jpg");
  background-position: center;
  background-size: cover;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

.gauss-text-primary {
  color: #4c4cff !important;
}

.gauss-text-secondary {
  color: #2e2e8a !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.screenshot {
  width: 100%;
  border-radius: 1rem;
  border: 4px solid #99b;
  margin: 1rem auto 2rem auto;
  box-shadow: 0 8px 16px rgb(0 0 0 / 25%);
}

.small {
  font-size: smaller;
  color: rgb(100, 100, 100);
}

.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

#toasts-container {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding-left: 1rem;
  z-index: 2;
}

.help-tooltip {
  width: 1.0em;
  height: 1.0em;
  border: 0;
  background: url(../img/icons/help.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.help-tooltip:focus {
  outline: none;
}

.card-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 0.5rem 0rem 0rem 0.5rem;
}

.optimyzer-btn {
  font-size: 1.0em;
  transition: all 0.2s ease;
  margin: 0 0.5em 0 0.5em;
  padding: 0.5em 1.0em;
  border: 0;
  border-radius: 0.5em !important;
  color: #FFFFFF !important;
  background: #4C4CFF;
  display: inline-block;
  text-align: center;
}

.optimyzer-btn:hover {
  text-decoration: none;
  box-shadow: 0.1em 0.2em 0.1em rgba(100, 100, 255, 50%);
}

.optimyzer-btn-outline {
  color: #4C4CFF !important;
  background: #FFFFFF;
  border: 1px solid #4C4CFF;
  transition: all 0.2s ease;
}

.optimyzer-btn-outline:hover {
  box-shadow: 0.1em 0.2em 0.1em rgba(100, 100, 255, 50%);
}

.optimyzer-btn-white {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0.5em !important;
  transition: all 0.2s ease;
}

.optimyzer-btn-white:hover {
  box-shadow: 0.1em 0.2em 0.1em rgba(255, 255, 255, 66%);
}

.announcement-toast {
  position: fixed;
  bottom: 2em;
  right: 2em;
  width: fit-content;
  max-width: 420px;
  padding: 2.5em;
  background-color: white !important;
  text-align: center;
  border: 0 !important;
  border-radius: 1em !important;
  box-shadow: 0 12px 12px -6px rgb(0 0 0 / 50%) !important;
  z-index: 9999;
}

.announcement-title {
  font-size: 1.5em;
  font-weight: 600;
  padding: 0.5em;
}

.announcement-cta-button {
  font-size: 1.25em !important;
  font-weight: 600 !important;
  padding: 0.75em 1.5em !important;
  border-radius: 0.5em !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1000px) {
  .logo {
    height: 24px;
  }

  .logo-main {
    height: 48px;
  }
}

@media (max-width: 768px) {
  .screenshot {
    border-radius: 0.5em;
  }

  #toasts-container {
    bottom: 80px;
  }

  .card-image {
    height: 200px;
    width: 100%;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
  }
}