body  {
   font-size: 18px;line-height: 24px; color:rgb(40, 45, 47); overflow-x: hidden;
}

#app {
   font-size: 18px;line-height: 24px; color:rgb(40, 45, 47); overflow-x: hidden;
}

.theme--light.v-application {
    font-size: 18px;line-height: 24px; color:rgb(40, 45, 47); overflow-x: hidden;
    background-color: #737778;
}

.v-icon notranslate v-treeview-node__toggle v-icon--link mdi mdi-menu-down theme--light v-treeview-node__toggle--open {
    color:#737778;
}

.v-icon notranslate v-treeview-node__toggle v-icon--link mdi mdi-menu-down theme--light v-treeview-node__toggle--close {
    color:#737778;
}

.theme--light.v-tabs > .v-tabs-bar {
    background-color: #737778 !important;
}

.ar-recorder__duration {
    margin-top: 30px!important;
}


.v-tooltip__content.menuable__content__active {
    opacity: 1!important;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.email-content p {
    font-size: 12pt;
    margin-bottom: 2pt;
}
.email-content div {
    font-size: 12pt;
    line-height: 18pt;
}
.email-content blockquote {
    font-size: 12pt;
    line-height: 18pt;
}

.v-calendar-weekly {
    display: table;
    table-layout: fixed;
}
.v-calendar-weekly__week {
    height: auto;
    display: table-row;
}
.v-calendar-weekly__day {
    display: table-cell;
    width: calc(100% / 7)
}

.v-calendar-weekly__head {
    height: auto;
    display: table-row;
}

.v-calendar-weekly__head-weekday {
    display: table-cell;
    width: calc(100% / 7)
}

.v-calendar-weekly {
    margin-bottom: 10px;
}

.theme--light.v-input--is-disabled, .theme--light.v-input--is-disabled input, .theme--light.v-input--is-disabled textarea {
    color: rgba(0, 0, 0, .87);
}
.theme--light.v-select .v-select__selection--disabled {
    color: rgba(0, 0, 0, .87);
}

@font-face {
   font-family: akkurat;
   src:url('../fonts/AkkuratStd-Regular.otf') format("opentype");
 }
@font-face {
    font-family: akkurat;
    font-weight: bold;
    src:url('../fonts/AkkuratStd-Bold.otf') format("opentype");
}
