/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 *
 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}

.pointer-input {
  font-family: PoppinsMedium;
  width: 30%;
  height: 2rem;
  padding: 0.2rem 1rem 0.2rem 1rem !important;
}

.default-button {
  width: 10rem;
  height: 3rem;
  background: #ffc121;
  color: #191919;
  font-size: 1.2rem;
  font-family: PoppinsBold;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  margin-top: 2rem;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
}

.button-link {
  text-decoration: none;
}

.paywall-title {
  font-family: PoppinsBold;
  font-size: 2rem;
  color: #191919;
  font-weight: 600;
}

.main-container {
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
}

.main-container-child {
  width: 40%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: 1px solid rgba(25, 25, 25, 0.16);
  border-radius: 8px;
}

.blur {
  overflow: hidden;
}

.pipe-page {
  position: absolute;
}

.pipe-blur-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.pipe-content {
  position: relative;
  z-index: 1;
}
