/*
    Brand color
    blue: #1867c0;
    grey: #9E9E9E;
    red: #ff5252;
    yellow: #fb8c00;
    green: #4caf50;

*/

.custom textarea {
    line-height: normal !important;
    font-size: 11pt;
    font-family: monospace;
    white-space: pre;
}

.v-footer--absolute {
    z-index: 0;
}
/* code mirror */
.CodeMirror {
    border-radius: 4px;
}

.CodeMirror pre.CodeMirror-placeholder {
    color: #999;
}

.textMarker {
    background-color: #C6FF00;
}

/* custom */
.dashboard-card-mobile {
    height: 70px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.dashboard-card-title-desktop {
    font-size: 1.1rem;
}
.hack-nav-bottom {
	height: 56px;
    transform: none;
	
	bottom: 0;
    display: flex;
    left: 0;
    justify-content: center;
    width: 100%;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
	
}
.hack-nav-bottom .v-btn:not(.v-btn--round).v-size--default {
	height: inherit;
}
.hack-nav-bottom .v-btn:not(.v-btn--active) {
    color: rgba(0,0,0,.6)!important;
}
.hack-nav-bottom .v-btn.v-btn--active {
    color: inherit;
}
.hack-nav-bottom .v-btn {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    flex: 0 1 auto;
    font-size: .75rem;
    height: inherit;
    max-width: 168px;
    min-width: 80px;
    position: relative;
    text-transform: none;
}
.hack-nav-bottom .v-btn .v-btn__content {
    flex-direction: column-reverse;
    height: inherit;
}
.hack-nav-bottom .v-btn__content {
    align-items: center;
    color: inherit;
    display: flex;
    flex: 1 0 auto;
    justify-content: inherit;
    line-height: normal;
    position: relative;
    transition: inherit;
    transition-property: opacity;
}
.hack-nav-bottom .v-btn.v-btn--active:not(:hover):before {
    opacity: 0;
}
.hack-nav-bottom .v-btn:after {
    content: none;
}
.hack-nav-bottom .v-btn:hover {
    color: #1976d2 !important;
    caret-color: #1976d2 !important;
}

.hack-nav-bottom .v-btn .v-btn__content>:not(.v-icon) {
    line-height: 1.2;
}
.hack-nav-bottom .v-btn.v-btn--has-bg {
	background-color: transparent;
}
/* Custom Data trimmer */
.data-trimmer .v-input__prepend-outer {
    margin: 0px !important;
}
.data-trimmer .v-input__append-outer {
    margin: 0px !important;
}

/* Custom json-formatter */
.json-formatter .theme--light.v-bottom-navigation {
    background-color: transparent !important;
}

.json-formatter .theme--light.v-sheet {
    background-color: transparent !important;
}