/* src/styles.sass */
* {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
addres,
caption,
cite,
code,
dfh,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
b,
strong {
  font-weight: 600;
}
q:before,
q:after {
  content: " ";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  cursor: pointer;
}
textarea,
input,
button,
a {
  font: inherit;
  background: none;
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
button {
  color: inherit;
}
body .cdk-overlay-backdrop {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
body .cdk-overlay-pane {
  padding: 16px;
  border-radius: 16px;
  border: 0.5px solid rgba(0, 17, 49, 0.12);
  background: #FFF;
  box-shadow: 0px 12px 48px 0px rgba(0, 13, 32, 0.12);
}
body .cdk-overlay-container .reset-style {
  width: inherit;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
body .cdk-overlay-container .overlay-reset {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
body {
  background: #F5F7F8;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow-y: scroll;
}
.rotate-180 {
  transform: rotate(180deg);
}
.transition-all {
  transition: all 0.16s ease-in-out;
}
.form-field {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
