@font-face {
  font-family: Roboto;
  font-weight: normal;
  font-display: swap;
  src: url('/static/annex/fonts/RobotoRegular.ttf');
}
@font-face {
  font-family: Roboto;
  font-weight: bold;
  font-display: swap;
  src: url('/static/annex/fonts/RobotoBold.ttf');
}
@font-face {
  font-family: 'PT Sans';
  font-weight: normal;
  font-display: swap;
  src: url('/static/annex/fonts/PT_Sans-Regular.ttf');
}
@font-face {
  font-family: 'PT Sans';
  font-weight: bold;
  font-display: swap;
  src: url('/static/annex/fonts/PT_Sans-Bold.ttf');
}
@font-face {
  font-family: 'PT Sans';
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url('/static/annex/fonts/PT_Sans-Italic.ttf');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-weight: normal;
  font-display: swap;
  src: url('/static/annex/fonts/PT_Sans_Narrow-Regular.ttf');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-weight: bold;
  font-display: swap;
  src: url('/static/annex/fonts/PT_Sans_Narrow-Bold.ttf');
}
.v-content {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.fill-width {
  width: 100%;
}
body {
  font-family: Roboto,sans-serif;
  font-size: 14px;
}
body a {
  color: #5C6BC0;
}
a:hover {
  text-decoration: none;
}
.modal-confirm .v-card__actions {
  border-top: none;
  background: transparent;
}
.wide {
  width: 100%;
}