@import url("fonts/fonts.css");
@import url("text.css");
@import url("elements.css");

:root {
  --primary: #852df5;
}

body {
  font-family: "Space Grotesk Regular", Arial, sans-serif;
  margin: 0;
  padding: 0;
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clickable {
  cursor: pointer;
}

.info-block-wrapper {
  margin: 20px;
  background-color: white;
  border-radius: 8px;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 4px rgba(188, 188, 188, 0.25);
}
.info-block {
  padding: 20px;
}
h1 {
  font-family: "Space Grotesk", Arial;
  font-weight: 600;
  letter-spacing: 0.035em;
  font-size: 1.2em;
  margin-bottom: 1.4em;
}
h1.info-block-title {
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 1.4em;
}
.info-block-item {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.wrapper-block {
  padding: 24px;
}
.divider {
  border: 1px solid #dadada;
}
.bottom-anchor {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
}
.bottom-cta {
  background: #000000;
  border-radius: 8px;
  width: 360px;
  font-weight: normal;
}

/* 131, 56, 245 */
.flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block {
  background: rgba(255, 255, 255, 0.5);
  /* Light Grey */

  border: 1px solid #dadada;
  border-radius: 8px;
  margin: 20px;
}

.maz-flag {
  margin-top: 20px !important;
}
.m-phone-number-input__select {
  width: 95px !important;
}
