/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
:root {
  --vl-font: "Rubik", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.c-pointer {
  cursor: pointer;
}

.row-center {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.vl-tickets {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.vl-tickets *::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.vl-tickets *::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(172, 172, 172);
  border-radius: 10px;
}
.vl-tickets *::-webkit-scrollbar-thumb {
  background: rgb(168, 168, 168);
  border-radius: 10px;
}
.vl-tickets *::-webkit-scrollbar-thumb:hover {
  background: #afafaf;
}

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