@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');

@font-face {
    font-family: 'Digital-7 Mono';
    src: url('../fonts/Digital-7Mono.woff2') format('woff2'),
        url('../fonts/Digital-7Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  overflow-y: auto;
}

.container{
  padding-top: 64px;
}

.site-title{
  font-family: 'Poiret One', cursive;
  font-size: 1.5rem;
}

.row{
  width: 100%;
}

.overlay{
  position: relative;
}

.overlay:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.7) 100%);
}

.timer{
  font-size: 3rem;
  font-family: 'Digital-7 Mono';
  position: relative;
  z-index: 1;
}

.dater{
  font-family: 'Digital-7 Mono';
  position: relative;
  z-index: 1;
}

.temperature{
  position: relative;
  z-index: 1;
}

.v-skeleton-loader{
  height: 96px;
  padding: 2.5px 16px;
  display: flex;
}

.v-skeleton-loader__image{
  height: 100% !important;
  flex-basis: 150px;
}

.v-skeleton-loader__list-item-three-line{
  flex-grow: 1;
}

.news-image{
  width: 150px;
  margin-right: 15px;
  height: 84px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expand-row){
  background: #8D6E63;
}

table tr td:first-child{
  width: 120px;
}

.usb-info{
  overflow-y: auto;
  max-height: 500px;
}

.usb-info__wrapper{
  flex-wrap: wrap;
}
