body {
  background-color: #fff;
  margin: 0;
}

body,
html {
  height: 100%;
}

@font-face {
  font-family: "Optimo-Plain";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("/fonts/Optimo-Plain/Plain-Regular.otf") format("opentype");
}


@font-face {
  font-family: "Geist-Mono";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("https://media.thoughtspot.com/35707/1757325523-geistmono-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("https://media.thoughtspot.com/35707/1757325502-geist-regular.woff2") format("woff2");
}

.modal {
  background: white;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
  /* font-family: "Optimo-Plain"; */
  font-family: "Geist";
  position: relative;
}

.modal-header {
  color: #6b7280;
  font-size: 14px;
  line-height: 18px;
  margin-top: calc(53px - 32px - 16px) !important;
  margin-bottom: 4px !important;
  font-weight: 400;
}

.modal h2 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Geist-Mono";
}

.modal-sign-up {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px !important;
  margin-bottom: 16px !important;
  font-weight: 375;
  padding-left: 26px;
  padding-right: 26px;
}

.trial-button {
  width: 255px;
  height: 32px;
  border: double 0px transparent;
  border-radius: 9999px;
  background-image: linear-gradient(black, black),
    linear-gradient(45deg, #0a6cf9, #00e7ff, #c600ff, #ff6500);
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: white;
  padding: 0.05rem 0.05rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 375;
  /* margin-bottom: 53px; */
  cursor: pointer;
}
.close-modal-btn {
  display: block;
  margin-left: auto;
  background: none;
  border: none;
  color: #111;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  width: 16px;
  height: 16px;
  font-size: 18px;
  border-radius: 50%;
  transition:
    background 0.2s,
    color 0.2s;
  margin-top: 16px;
  margin-bottom: 16px;
}

.close-modal-btn:hover {
  color: #111;
  background: #e5e7eb;
}

.spotter-embedcredit-info{
  font-size: 12px;
  color: #000;
}

.spotter-embed-cta{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.trial-cta-button{
  font-family: "Geist-Mono";
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 12px 16px;
    line-height: 24px;
    background-color: #00D2FF;
    color: #000;
    transition: background-color 0.2s 
ease-out;
    border: double 0px transparent;
      cursor: pointer;
}

/* .trial-cta-button:hover {
  background: linear-gradient(180deg, #00D2FF 18.2%, #FFF 113.43%);
} */

.trail-demo-btn{
   display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
font-family: "Geist-Mono";
  /* spacing */
 padding: 12px 16px;
  border-radius: 8px;
 font-size: 14px;
  line-height: normal;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #0A082D;
  transition: all 0.2s ease-out;
  cursor: pointer;
  height: 48px;
}

/* Banner */
#blocking-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 35, 47, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;

  .modal {
    width: calc(428px - 32px);
    /* height: calc(260px); */
    height: auto;
    padding-bottom: 24px;
  }
}

.banner-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.hiddenBanner {
  display: none !important;
}

.embed {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.spotterembed-loader.rdLoader-Wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.spotterembed-loader .rdCircle {
  display: inline-block;
  height: 0.857rem;
  width: 0.857rem;
  margin-right: 0.571rem;
  background-color: #bec6d0;
  border-radius: 50%;
  animation: rdLoadingspotterembed 1.6s infinite;
}

.spotterembed-loader.rdLoader-Wrapper .rdCircle:nth-child(1) {
  animation-delay: 0.1s;
}

.spotterembed-loader.rdLoader-Wrapper .rdCircle:nth-child(2) {
  animation-delay: 0.3s;
}

.spotterembed-loader.rdLoader-Wrapper .rdCircle:nth-child(3) {
  animation-delay: 0.5s;
}

.spotterembed-loader .rdLoadingText {
  color: #777e8b;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
  margin-top: 1.142rem;
}

@keyframes rdLoadingspotterembed {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
