/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/app/styles/index.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Chivo";
  src: url('Chivo-Light.ttf') format("truetype");
}
@font-face {
  font-style: italic;
  font-weight: 300;
  font-family: "Chivo";
  src: url('Chivo-LightItalic.ttf') format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Chivo";
  src: url('Chivo-Regular.ttf') format("truetype");
}
@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: "Chivo";
  src: url('Chivo-Italic.ttf') format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Chivo";
  src: url('Chivo-Bold.ttf') format("truetype");
}
@font-face {
  font-style: italic;
  font-weight: 700;
  font-family: "Chivo";
  src: url('Chivo-BoldItalic.ttf') format("truetype");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Chivo";
  src: url('Chivo-Black.ttf') format("truetype");
}
@font-face {
  font-style: italic;
  font-weight: 900;
  font-family: "Chivo";
  src: url('Chivo-BlackItalic.ttf') format("truetype");
}
* {
  box-sizing: border-box;
  box-shadow: unset;
  margin: 0;
  border: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-family: "Chivo", sans-serif;
}
* :focus {
  outline: 1px solid #005ecc;
  outline-offset: 2px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

button {
  background-color: transparent;
}
button:hover {
  cursor: pointer;
}

.font-bold {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
}

.text-primary {
  color: #1b65e2;
  font-weight: inherit;
  font-size: inherit;
}

.text-warning {
  color: #f79a65;
  font-weight: inherit;
  font-size: inherit;
}

.text-error {
  color: #f76567;
  font-weight: inherit;
  font-size: inherit;
}

.gray-bg {
  background-color: #f7f7f7;
}

.app-container {
  position: fixed;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding-bottom: 30px;
}

.no-scroll {
  overflow: hidden;
}

/*# sourceMappingURL=styles.css.map*/