@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Cabin:400");
/* The following line is used to measure usage of this code in production. For more info see our usage billing page */

@font-face {
  font-family: "SF Pro-Medium";
  font-style: normal;
  /*font-weight: 500;*/
  src: url("../fonts/SF-Pro.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro-Semibold";
  font-style: normal;
  /*font-weight: 400;*/
  /*src: url("../fonts/SF-Pro-Text-Semibold.otf") format("opentype");*/
  src: url("../fonts/SF-Pro.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro-Bold";
  font-style: normal;
  /*font-weight: 700;*/
  /*src: url("../fonts/SF-Pro.ttf") format("truetype");*/
  src: url("../fonts/SF-Pro.ttf") format("truetype");
}
@font-face {
  font-family: "SF Pro-Regular";
  font-style: normal;
  /*font-weight: 400;*/
  /*src: url("../fonts/SF-Pro.ttf") format("truetype");*/
  src: url("../fonts/SF-Pro.ttf") format("truetype");
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.modal-body {
  padding: 2rem !important;
}

input:focus, input:focus-visible, textarea:focus, textarea:focus-visible {
  outline: none !important;
  border-color: var(--blue-1) !important;
}
.modal-content {
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}

.cursor {
  cursor: pointer;
}
.gap-8-px {
  gap: 8px !important;
}

.gap-16-px {
  gap: 16px !important;
}