body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.app-wrapper-container {
  height: 100vh;
  display: flex;
  overflow: hidden;
}

* {
  outline: none;
  font-family: 'Poppins', 'Helvetica', 'Arial', sans-serif;
  box-sizing: border-box;
}

textarea {
  padding-top: 20px;
  min-height: 191px;
}

.textarea .input-field {
  padding-right: 0px !important;
}

h1 {
  margin: 0px;
}

p,
h2,
h3,
h4 {
  margin: 0px;
}

a {
  color: #f89232;
  text-decoration: none;
}

.inline-display {
  display: inline;
}

.flex-row {
  display: flex;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.pos-relative {
  position: relative;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-orange {
  color: #f89232;
}

.text-grey-dark {
  color: #8d8c8e;
}

.text-center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #f4f4fa inset !important;
}

.margin-center {
  margin: 0 auto;
}

.mr-0 {
  margin-right: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.f-14 {
  font-size: 14px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.pointer {
  cursor: pointer;
}

/* FONTS */

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Regular'),
    url(./fonts/Poppins-Regular.woff) format('woff');
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Bold'),
    url(./fonts/Poppins-Bold.woff) format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-ExtraBold'),
    url(./fonts/Poppins-ExtraBold.woff) format('woff');
  font-weight: bolder;
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Black'),
    url(./fonts/Poppins-Black.woff) format('woff');
  font-weight: 900;
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Medium'),
    url(./fonts/Poppins-Medium.woff) format('woff');
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Italic'),
    url(./fonts/Poppins-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Poppins';
  src:
    local('Poppins-Light'),
    url(./fonts/Poppins-Light.woff) format('woff');
}

/* General */

.toast {
  background: #414155 !important;
  color: #fff !important;
  border-radius: 11px !important;
  max-width: 410px;
}

.label {
  font-weight: bold;
  font-size: 18px;
}
.page-container {
  padding: 91px 80px;
  width: 100%;
  overflow: scroll;
  height: 100%;
  min-width: 631px;
}
.page-container h1 {
  font-size: 26px;
}

@media (max-width: 800px) {
  .page-container {
    padding: 50px;
  }
}

/* Landing */

.l-split {
  height: 100%;
  width: 50%;
  z-index: 1;
  top: 0;
}

.l-left {
  left: 0;
  background: var(--primary-blue);
  color: white;
  position: relative;
}

.l-right {
  right: 0;
  background: white;
  overflow: scroll;
}

.l-centered {
  padding: 40px 94px;
  margin-top: 60px;
}

@media (max-width: 1250px) {
  .l-left {
    width: 40%;
  }

  .l-right {
    width: 60%;
  }
}

@media (max-width: 1050px) {
  .l-centered {
    padding: 0px 40px;
  }
}

@media (max-width: 960px) {
  .l-left {
    width: 100%;
  }

  .l-right {
    width: 100%;
    overflow: initial;
  }
}

.l-centered h1 {
  margin-bottom: 32px;
}

/* Modal */

body.ReactModal__Body--open {
  overflow: hidden;
}

.ReactModal__Overlay {
  background-color: #1508289c !important;
  z-index: 10000 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ReactModal__Content {
  max-height: 90vh;
  min-width: 200px;
  border-radius: 20px !important;
  width: 523px;
  animation: fadein 0.2s;
  transition: all 0.2s ease;
  inset: auto !important;
  padding: 36px !important;
  background-color: white !important;
  overflow-y: scroll !important;
}

.ReactModal__Overlay .modal-big {
}

.ReactModal__Overlay .modal-big .modal-content .modal-content__content {
}

.ReactModal__Overlay .modal-small {
}

@keyframes fadein {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

.ReactModal__Content--after-open {
  transform: scale(1);
}
