@font-face {
  font-family: 'dana';
  src: url('dana-regular.woff2');
  font-weight: normal;
}
@font-face {
  font-family: 'dana';
  src: url('dana-bold.woff2');
  font-weight: bold;
}

[v-cloak] {
  display: none;
}

.v-btn {
  letter-spacing: normal !important;
}

html, body, div, p, span,
h1, h2, h3, h4, h5, h6,
input, select, option, textarea, button,
.v-application .text-h5, .v-application .text-h6, .v-application .caption, .v-application .text-h5,
.v-application .text-subtitle-1 {
  font-family: 'dana' !important;
}

a {
  text-decoration: none;
}

.hand {
  cursor: pointer;
}

.ltr {
  direction: ltr;
}

.nw {
  white-space: nowrap;
}

.v-btn {
  text-transform: none !important;
}

.v-input--selection-controls {
  margin-top: 0 !important;
}

.v-label {
  text-align: right;
}

.color_change {
  -webkit-animation: color_change 1s infinite;
  animation: color_change 1s infinite;
}
@-webkit-keyframes color_change {
  0% { color: red; }
  50% { color: #d1d1d1; }
  100% { color: red; }
}
@keyframes color_change {
  0% { color: red; }
  50% { color: #d1d1d1; }
  100% { color: red; }
}

.color_change_g {
  -webkit-animation: color_change_g 1s infinite;
  animation: color_change_g 1s infinite;
}
@-webkit-keyframes color_change_g {
  0% { color: #4CAF50; }
  50% { color: red; }
  100% { color: #4CAF50; }
}
@keyframes color_change_g {
  0% { color: #4CAF50; }
  50% { color: red; }
  100% { color: #4CAF50; }
}