@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'montserrat-regular';
  src: url('/static/fonts/montserrat/montserrat-regular-webfont.woff2')
      format('woff2'),
    url('/static/fonts/montserrat/montserrat-regular-webfont.woff')
      format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'muli-regular';
  src: url('/static/fonts/muli/muli-regular-webfont.woff2') format('woff2'),
    url('/static/fonts/muli/muli-regular-webfont.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham-rounded-book';
  src: url('/static/fonts/gotham-rounded/gotham-rounded-book.woff2')
      format('woff2'),
    url('/static/fonts/gotham-rounded/gotham-rounded-book.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gotham-rounded-bold';
  src: url('/static/fonts/gotham-rounded/gotham-rounded-bold.woff2')
      format('woff2'),
    url('/static/fonts/gotham-rounded/gotham-rounded-bold.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'avenir-next-regular';
  src: url('/static/fonts/avenirnext/AvenirNext-Regular.woff2') format('woff2'),
    url('/static/fonts/avenirnext/AvenirNext-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'avenir-next-medium';
  src: url('/static/fonts/avenirnext/AvenirNext-Medium.woff2') format('woff2'),
    url('/static/fonts/avenirnext/AvenirNext-Medium.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

button,
hr,
input {
  overflow: visible;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

html,
legend {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
li,
main,
menu,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0;
  padding: 0;
}

.no-border,
a img {
  border: none;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

a,
b,
em,
i,
small,
strong {
  line-height: inherit;
}

.antialiased,
body,
button,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

html {
  font-size: 62.5%;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 60%;
}

ol,
ul {
  list-style: none;
}

.group:after,
.row:after,
[class*='block-']:after {
  content: '';
  display: table;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  border-inline-end: none;
  border-inline-start: none;
}

input[type='url'],
input[type='password'],
input[type='number'],
input[type='search'],
input[type='email'],
input[type='text'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.emailSent {
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: gotham-rounded-book, sans-serif;
  font-weight: bold;
}

.notifySuccess {
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: gotham-rounded-book, sans-serif;
  font-weight: bold;
  line-height: 20px;
}

.notifyError {
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: gotham-rounded-book, sans-serif;
  font-weight: bold;
  line-height: 20px;
}

.notifyWarning {
  font-size: 16px;
  text-align: center;
  color: white;
  font-family: gotham-rounded-book, sans-serif;
  font-weight: bold;
  line-height: 20px;
}

input[type='password']::-ms-reveal,
input[type='password']::-ms-clear {
  display: none;
}

body,
body * {
  font-family: 'gotham-rounded-book', sans-serif;
}

.react-calendar {
  font-size: 13px;
  font-family: gotham-rounded-book, sans-serif;
}

/*
.Toastify__toast:after{
    content:' ';
    min-height:max-content;
    font-size:0;
    align-items: center;
    display: inline-block;
}
*/

.page-transition-enter {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.page-transition-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms; /*, transform 300ms;*/
}
.page-transition-exit {
  opacity: 1;
}
.page-transition-exit-active {
  opacity: 0;
  transition: opacity 300ms;
}
.loading-indicator-appear,
.loading-indicator-enter {
  opacity: 0;
}
.loading-indicator-appear-active,
.loading-indicator-enter-active {
  opacity: 1;
  transition: opacity 300ms;
}

.autocompleteDropdownContainer {
  border-bottom: honeydew;
  border-left: honeydew;
  border-right: honeydew;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 2px 2px;
}

.suggestionItem,
.suggestionItemActive {
  padding: 8px;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  font-family: gotham-rounded-book, sans-serif;
  font-size: 14px;
}

.suggestionItemActive {
  background-color: #fafafa;
}

.documentsDropzone {
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

button:focus,
a:focus,
input:focus,
textarea:focus {
  outline: none;
}

[class^="pages__StyledHowItWorks"] {
  background-color: #00CBC3;
}

.MuiDialog-container .login-dialog {
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  height: auto !important;
}

.MuiDialog-container .login-dialog .modal-header {
  background: #00667D;
}

.MuiDialog-container .login-dialog h2 {
  padding: 15px;
  position: relative;
  font-family: gotham-rounded-book, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  text-align: center;
  color: #fff;
}

.MuiDialog-container .login-dialog button {
  width: 100%;
  max-width: 280px;
  margin: 30px auto 15px;
  font-family: gotham-rounded-book, sans-serif;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background-color: #00CBC3;
  border: none;
}

.MuiDialog-container .login-dialog .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  flex: 1 0 auto;
  padding-top: 20px;
}
