@font-face { font-family: Averta; src: url('../fonts/Averta-Regular.otf'); }

@font-face { font-family: Averta-Bold; ; src: url('../fonts/Averta-Semibold.otf'); }

:root {
  --dark: #1E2436;
  --dark-light: #3E485B;
  --pink: #FF5399;
}

body {
  font-family: Averta !important;
  background-image: url(../img/blobs.svg);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--dark);
}

h2.main-header {
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
  color: var(--dark);
  margin-top: 32px;
  margin-bottom: 80px;
}

.col-12 .flex-center {
  width: 100%;
  text-align: center;
}

/*
.calculator-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
*/

.calculator-content {
  width: 100%;
  position: relative;
}

.input-content {
  background-color: white;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  width: 100%;
}

.input-content.second {
  margin-top: 80px;
  margin-bottom: 16px;
}

.input-title {
  font-weight: Regular;
  color: var(--dark);
  font-size: 16px;
  margin-bottom: 24px;
}

.input-box {
  font-size: 32px !important;
  line-height: 32px !important;
  padding: 0px !important;
  width: 100% !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #274292;
  opacity: 0.4; /* Firefox */
}

.click-here-btn {
  display: flex;
  color: var(--pink);
  flex-direction: row;
  border: 0;
  background: none;
  margin-top: 16px;
  position: absolute;
  right:0;
}

.click-here-btn:hover {
  color: var(--dark);
}

.usd-converter {
  color: var(--dark-light);
  font-size: 20px;
  margin-left: 24px;
}

h3 {
  font-size: 20px !important;
  line-height: 24px;
  color: var(--dark);
}

.chart-container {
  width: 100%;
  margin: 80px 0px;
}

.time-container {
  background-color: white;
  border-radius: 16px;
  color: var(--dark);
  border: 1px solid #e8e8e8;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
  margin-bottom: 50px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 960px) {
  .time-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.estimated {
  font-size: 20px;
  color: #1E2436;
}

.earnings {
  color: #000;
  font-size: 32px;
  margin: 4px 0px 8px 0px;
}

.cake {
  color: #868993;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.modal-content {
  border-radius: 24px;
}

.width-100 {
  width: 100%;
}

.faq-heading {
  margin-bottom: 24px;
}
