﻿@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@100;200;300;400;500;600;700&display=swap);

@media only screen and (min-width:960px) {
    .clear-changed {
        margin-left: -60px
    }
}

.vehicle-tabs .v-tabs-bar {
    margin-left: -16px
}

.photos-section {
    margin-bottom: 24px
}

    .photos-section .header {
        color: rgba(0,0,0,.5)
    }

        .photos-section .header .site {
            font-weight: 700
        }

.plate input {
    text-transform: uppercase
}

.section .field[data-v-999ccb7c] {
    display: block
}

.section .field .field-name[data-v-999ccb7c] {
    display: block;
    width: 100%
}

.planned-change-info[data-v-999ccb7c] {
    margin: 0 10px 10px 10px;
    font-size: 12px;
    color: orange
}

.ranges[data-v-3b81da54] {
    background-color: #f4f4f4
}

.inline[data-v-77abeb70] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.inline.inline-view button[data-v-77abeb70] {
    align-self: flex-start
}

.inline.inline-edit.horizontal[data-v-77abeb70] {
    flex-direction: column;
    align-items: flex-end
}

.inline-form[data-v-77abeb70] {
    width: 100%
}

.inline-actions[data-v-77abeb70] {
    width: 80px;
    min-width: 80px
}

.photo-collection .collection[data-v-97f974aa] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px
}

.photo-collection .photo[data-v-97f974aa] {
    position: relative;
    width: 100px;
    margin: 5px
}

.photo-collection .view[data-v-97f974aa] {
    border-radius: 5px;
    overflow: hidden
}

.photo-collection .delete[data-v-97f974aa] {
    position: absolute;
    z-index: 1000;
    top: -12px;
    right: -12px
}

.photo-collection .file-input[data-v-97f974aa] {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

.photo-collection label.photo[data-v-97f974aa] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 2px dashed grey
}

    .photo-collection label.photo[data-v-97f974aa]:hover {
        cursor: pointer;
        background-color: #d3d3d3
    }

.photos[data-v-28391960] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px;
    padding: 8px 0
}

.photos .photo[data-v-28391960] {
    position: relative;
    width: 100px;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden
}

.photos .download.v-icon[data-v-28391960] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 2
}

.photos .download.v-icon.dark[data-v-28391960] {
    color: #000
}

.damage-status {
    display: block
}

    .damage-status.auto-detect {
        color: #506381;
        font-size: .8em
    }

.park-time {
    font-size: 14px;
    color: rgba(0,0,0,.5)
}

.valuation-form {
    display: flex;
    align-items: center
}

    .valuation-form .valuation {
        width: 100px;
        max-width: 100px
    }

    .valuation-form .valuation-state {
        padding-left: 20px;
        font-weight: 700;
        text-transform: uppercase
    }

        .valuation-form .valuation-state.accepted {
            color: #02971e
        }

        .valuation-form .valuation-state.rejected {
            color: #e02020
        }

#keys-client {
    width: 200px;
    max-width: 200px
}

@media only screen and (min-width:960px) {
    .special-cleaning-only {
        padding: 0;
        margin: 0 0 0 30px
    }
}

.filters-side .filter-chips {
    display: flex;
    align-items: center
}

    .filters-side .filter-chips .filter-chips-name {
        min-width: 100px;
        margin-right: 10px;
        font-size: 14px;
        color: rgba(0,0,0,.5)
    }

.filters-side .filter {
    margin-bottom: 15px
}

@media only screen and (min-width:1264px) {
    .filters-side {
        flex: 1
    }

    .filters-grid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between
    }

        .filters-grid .filter {
            width: 48%
        }
}

.task-tabs .v-tabs-bar {
    margin-left: -16px
}

.damage-status {
    font-weight: 700;
    text-transform: uppercase
}

    .damage-status.old {
        color: rgba(0,0,0,.2)
    }

    .damage-status.new {
        color: #e02020
    }

    .damage-status.repaired {
        color: #02971e
    }

.service-details {
    display: flex;
    align-items: center;
    line-height: 1.222
}

    .service-details .details-items {
        margin-right: 20px
    }

.details-item {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.details-label {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    line-height: 1.714;
    color: rgba(0,0,0,.5)
}

.cleaning-codes {
    margin-top: 12px
}

    .cleaning-codes .header {
        font-size: 14px;
        color: grey
    }

    .cleaning-codes .cleaning-code {
        display: flex;
        align-items: center
    }

        .cleaning-codes .cleaning-code .inline {
            width: 100%
        }

.time-component {
    width: 80px;
    max-width: 80px
}

.filter[data-v-0d2db7a4] {
    margin-bottom: 15px
}

@media only screen and (min-width:1264px) {
    .filters-grid[data-v-0d2db7a4] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between
    }

    .filters-grid .filter[data-v-0d2db7a4] {
        width: 24%
    }
}

.items[data-v-0ea2f3aa] {
    margin-top: 12px
}

.items .header[data-v-0ea2f3aa] {
    font-size: 14px;
    color: grey
}

.items .item[data-v-0ea2f3aa] {
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    border-radius: 4px
}

.items .item .name[data-v-0ea2f3aa] {
    width: 100%;
    cursor: pointer
}

.items .item .inline[data-v-0ea2f3aa] {
    width: 100%
}

.items .item.selected[data-v-0ea2f3aa] {
    padding: 5px 0;
    border-color: #013567;
    background-color: #eae9e9
}

.items .item[data-v-0ea2f3aa]:hover {
    background-color: #eae9e9
}

.child-seat-blocked {
    background: rgba(224,32,32,.30980392156862746) !important
}

.filter[data-v-1de1a76d] {
    margin-bottom: 15px
}

.filters-grid[data-v-1de1a76d] {
    display: flex;
    flex-direction: column
}

@media only screen and (min-width:1264px) {
    .filters-grid[data-v-1de1a76d] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: flex-end
    }

    .filters-grid .filter[data-v-1de1a76d] {
        width: 24%
    }

    .filters-grid .filter[data-v-1de1a76d], .filters-grid button[data-v-1de1a76d] {
        margin-left: 12px
    }
}

@media only screen and (min-width:1264px) {
    .custom-services .filter {
        width: 30%
    }
}

.filter[data-v-5d8b6a58] {
    margin-bottom: 15px
}

@media only screen and (min-width:1264px) {
    .filters-grid[data-v-5d8b6a58] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between
    }

    .filters-grid .filter[data-v-5d8b6a58] {
        width: 24%
    }
}

.with-damage[data-v-5d8b6a58] {
    min-width: 170px
}

.zoom-container {
    overflow: hidden
}

.zoom-view {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    transform: scale(1) translate(0);
    cursor: -webkit-grab;
    cursor: grab
}

    .zoom-view img {
        width: 100%;
        height: auto
    }

.adjustments {
    font-size: 14px
}

    .adjustments .activator {
        font-weight: 700;
        color: #2e4567
    }

        .adjustments .activator i {
            color: #2e4567
        }

.adjustment .v-label {
    width: 100px
}

.adjustments-container {
    background: #fff;
    padding: 12px;
    font-size: 12px
}

.image-set-view .header {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #2e4567;
    padding: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px
}

    .image-set-view .header .date {
        margin-left: auto;
        font-size: 22px;
        font-weight: 700;
        line-height: 22px
    }

.image-set-view .pictogram {
    display: flex;
    align-items: center;
    padding: 15px 0;
    background-color: #fff
}

    .image-set-view .pictogram .center {
        font-size: 40px;
        opacity: .5;
        position: absolute;
        left: 28px;
        bottom: 0
    }

.image-set-view .camera.other-damage {
    color: #abdfdc
}

.image-set-view .camera.new-damage {
    color: #ff8383
}

.image-set-view .camera.recent-damage {
    color: #ffc774
}

.image-set-view .camera.potential-damage {
    color: #b2b9f8
}

.image-set-view .camera.matched {
    opacity: .5
}

.image-set-view .camera.active {
    border: 1px solid #013567
}

.image-set-view .pictogram-left {
    position: relative;
    width: 120px;
    height: 60px;
    margin: 0 20px
}

    .image-set-view .pictogram-left .bottom.left {
        position: absolute;
        top: 40px;
        left: 70px
    }

    .image-set-view .pictogram-left .top.left {
        position: absolute;
        top: 20px;
        left: 70px
    }

    .image-set-view .pictogram-left .roof.left {
        position: absolute;
        top: 0;
        left: 50px
    }

    .image-set-view .pictogram-left .roof.right {
        position: absolute;
        top: 0;
        left: 20px
    }

    .image-set-view .pictogram-left .top.right {
        position: absolute;
        top: 20px;
        left: 0
    }

    .image-set-view .pictogram-left .bottom.right {
        position: absolute;
        top: 40px;
        left: 0
    }

.image-set-view .pictogram-right {
    position: relative;
    width: 120px;
    height: 60px;
    margin: 0 20px
}

    .image-set-view .pictogram-right .center {
        transform: rotate(270deg);
        left: 22px;
        top: 5px
    }

    .image-set-view .pictogram-right .front.left {
        position: absolute;
        top: 40px;
        left: 0
    }

    .image-set-view .pictogram-right .front.right {
        position: absolute;
        top: 0;
        left: 0
    }

    .image-set-view .pictogram-right .back.right {
        position: absolute;
        top: 0;
        left: 80px
    }

    .image-set-view .pictogram-right .back.left {
        position: absolute;
        top: 40px;
        left: 80px
    }

.image-set-view .left {
    transform: matrix(-1,0,0,1,0,0)
}

.image-set-view .roof.left {
    transform: rotate(105deg)
}

.image-set-view .roof.right {
    transform: rotate(75deg)
}

.image-set-view .front.left {
    transform: rotate(-27deg)
}

.image-set-view .front.right {
    transform: rotate(27deg)
}

.image-set-view .back.right {
    transform: rotate(-27deg) scale(-1)
}

.image-set-view .back.left {
    transform: rotate(27deg) scale(-1)
}

.image-set-view .image-container {
    position: relative
}

.image-set-view .image {
    position: relative;
    padding: 0 10px;
    background-color: #fff
}

.image-set-view .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: #fff
}

.image-set-view .image-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 100%;
    max-width: 800px
}

    .image-set-view .image-selector .selection {
        box-sizing: content-box;
        flex: 1;
        max-width: 25px;
        height: 100%;
        background-color: #506381;
        cursor: pointer;
        border: 1px solid transparent
    }

        .image-set-view .image-selector .selection.other-damage {
            background-color: #abdfdc
        }

        .image-set-view .image-selector .selection.new-damage {
            background-color: #ff8383
        }

        .image-set-view .image-selector .selection.recent-damage {
            background-color: #ffc774
        }

        .image-set-view .image-selector .selection.potential-damage {
            background-color: #b2b9f8
        }

        .image-set-view .image-selector .selection.active {
            border: 3px solid #48a7f2
        }

        .image-set-view .image-selector .selection.matched {
            opacity: .5
        }

        .image-set-view .image-selector .selection + .selection {
            margin-left: 6px
        }

.fullscreen-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #000
}

    .fullscreen-content img {
        height: auto;
        max-height: 100vh;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.fullscreen.v-icon {
    top: 10px
}

.download.v-icon, .fullscreen.v-icon {
    position: absolute;
    right: 10px;
    color: #fff
}

.download.v-icon {
    bottom: 10px;
    z-index: 2
}

.damage-box {
    position: absolute;
    border: 2px solid #fff
}

.damage-help-tooltip.menuable__content__active {
    opacity: 1
}

.damage-help {
    cursor: pointer
}

.damage-colors {
    font-size: 12px;
    color: rgba(0,0,0,.81)
}

    .damage-colors .color-help {
        display: flex;
        align-items: center
    }

.square {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px
}

    .square.other-damage {
        background-color: #abdfdc
    }

    .square.new-damage {
        background-color: #ff8383
    }

    .square.recent-damage {
        background-color: #ffc774
    }

    .square.potential-damage {
        background-color: #b2b9f8
    }

.image-sets-more {
    padding: 12px
}

.views {
    display: flex;
    overflow: auto
}

    .views .view {
        flex: 1;
        min-width: 320px
    }

        .views .list, .views .view + .view {
            margin-left: 24px
        }

    .views .list {
        width: 320px;
        min-width: 320px
    }

.image-set {
    padding: 10px 20px 15px 20px;
    margin-bottom: 4px;
    background-color: #fff;
    border-left: 6px solid transparent
}

    .image-set.recent-damage {
        border-left-color: #ffc774
    }

    .image-set.new-damage {
        border-left-color: #ff8383
    }

    .image-set .meta {
        display: flex;
        align-items: center;
        margin-bottom: 10px
    }

        .image-set .meta .rig {
            font-size: 14px
        }

        .image-set .meta .date {
            font-size: 18px;
            font-weight: 700;
            margin-left: auto
        }

    .image-set .sides {
        display: flex
    }

    .image-set .side {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        border: 1px solid #000;
        width: 70px;
        text-transform: uppercase
    }

        .image-set .side:hover {
            background-color: #506381;
            cursor: pointer;
            color: #fff
        }

        .image-set .side.selected {
            background-color: #2e4567;
            color: #fff
        }

.logo-selection .view {
    margin-bottom: 12px
}

.logo-selection .file-input {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px
}

.logo-selection .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

.logo-selection label.selection {
    text-decoration: underline
}

    .logo-selection label.selection:hover {
        cursor: pointer
    }

.filter[data-v-22b61d68] {
    margin-bottom: 15px
}

@media only screen and (min-width:1264px) {
    .filters-grid[data-v-22b61d68] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between
    }

    .filters-grid .filter[data-v-22b61d68] {
        width: 24%
    }
}

.with-damage[data-v-22b61d68] {
    min-width: 170px
}

@media only screen and (min-width:960px) {
    .flagged-only {
        padding: 0;
        margin: 0 0 0 30px
    }
}

.damage-details[data-v-2af3e338] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 24px;
    min-height: 80px
}

.damage-details .detail[data-v-2af3e338] {
    padding: 12px
}

.damage-details .status[data-v-2af3e338] {
    width: 200px
}

.damage-details .created-at[data-v-2af3e338], .damage-details .type[data-v-2af3e338] {
    width: 150px
}

.damage-details .part[data-v-2af3e338] {
    width: 400px
}

.return[data-v-2af3e338] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.damage-photos[data-v-2af3e338] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0
}

.damage-photos .photo[data-v-2af3e338] {
    position: relative;
    padding: 12px
}

    .damage-photos .photo[data-v-2af3e338]:hover {
        cursor: pointer
    }

.damage-photos .photo .v-image[data-v-2af3e338] {
    border: 4px solid transparent
}

.damage-photos .photo.selected .v-image[data-v-2af3e338] {
    border: 4px solid #02971e
}

.damage-photos .photo .check.v-icon[data-v-2af3e338] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.wenn[data-v-2af3e338] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.wenn .header[data-v-2af3e338] {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #2e4567;
    padding: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px
}

.wenn .header .date[data-v-2af3e338] {
    margin-left: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.wenn .slider .content[data-v-2af3e338] {
    display: flex;
    align-items: center;
    justify-content: center
}

.wenn .slider .control[data-v-2af3e338] {
    padding: 20px;
    color: #3b3d4a
}

.wenn .slider .photo[data-v-2af3e338] {
    position: relative;
    margin: 12px
}

    .wenn .slider .photo[data-v-2af3e338]:hover {
        cursor: pointer
    }

.wenn .slider .photo .v-image[data-v-2af3e338] {
    border: 4px solid transparent
}

.wenn .slider .photo.selected .v-image[data-v-2af3e338] {
    border: 4px solid #02971e
}

.wenn .slider .photo .check.v-icon[data-v-2af3e338] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.wenn .slider .navigation[data-v-2af3e338] {
    display: flex;
    align-items: center;
    justify-content: center
}

.wenn .slider .navigation .item[data-v-2af3e338] {
    width: 20px;
    height: 20px;
    margin: 3px;
    background-color: #d3d5df
}

.wenn .slider .navigation .item.selected[data-v-2af3e338] {
    background-color: #02971e
}

.wenn .slider .navigation .item.active[data-v-2af3e338] {
    background-color: #2e4567
}

.wenn .slider .navigation .item[data-v-2af3e338]:hover {
    cursor: pointer
}

.actions[data-v-2af3e338] {
    padding: 16px;
    margin-top: 16px;
    text-align: center;
    background-color: #fff
}

.no-damages[data-v-2af3e338] {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff
}

.damage-details[data-v-11c9bf6d] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 24px;
    min-height: 80px
}

.damage-details .detail[data-v-11c9bf6d] {
    padding: 12px
}

.damage-details .status[data-v-11c9bf6d] {
    width: 200px
}

.damage-details .created-at[data-v-11c9bf6d], .damage-details .type[data-v-11c9bf6d] {
    width: 150px
}

.damage-details .part[data-v-11c9bf6d] {
    width: 400px
}

.return[data-v-11c9bf6d] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.damage-photos[data-v-11c9bf6d] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0
}

.damage-photos .photo[data-v-11c9bf6d] {
    position: relative;
    padding: 12px
}

    .damage-photos .photo[data-v-11c9bf6d]:hover {
        cursor: pointer
    }

.damage-photos .photo .v-image[data-v-11c9bf6d] {
    border: 4px solid transparent
}

.damage-photos .photo.selected .v-image[data-v-11c9bf6d] {
    border: 4px solid #02971e
}

.damage-photos .photo .check.v-icon[data-v-11c9bf6d] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.wenn[data-v-11c9bf6d] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.wenn .header[data-v-11c9bf6d] {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #2e4567;
    padding: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 18px
}

.wenn .header .date[data-v-11c9bf6d] {
    margin-left: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.wenn .slider .content[data-v-11c9bf6d] {
    display: flex;
    align-items: center;
    justify-content: center
}

.wenn .slider .control[data-v-11c9bf6d] {
    padding: 20px;
    color: #3b3d4a
}

.wenn .slider .photo[data-v-11c9bf6d] {
    position: relative;
    margin: 12px
}

    .wenn .slider .photo[data-v-11c9bf6d]:hover {
        cursor: pointer
    }

.wenn .slider .photo .v-image[data-v-11c9bf6d] {
    border: 4px solid transparent
}

.wenn .slider .photo.selected .v-image[data-v-11c9bf6d] {
    border: 4px solid #02971e
}

.wenn .slider .photo .check.v-icon[data-v-11c9bf6d] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.wenn .slider .navigation[data-v-11c9bf6d] {
    display: flex;
    align-items: center;
    justify-content: center
}

.wenn .slider .navigation .item[data-v-11c9bf6d] {
    width: 20px;
    height: 20px;
    margin: 3px;
    background-color: #d3d5df
}

.wenn .slider .navigation .item.selected[data-v-11c9bf6d] {
    background-color: #02971e
}

.wenn .slider .navigation .item.active[data-v-11c9bf6d] {
    background-color: #2e4567
}

.wenn .slider .navigation .item[data-v-11c9bf6d]:hover {
    cursor: pointer
}

.actions[data-v-11c9bf6d] {
    padding: 16px;
    margin-top: 16px;
    text-align: center;
    background-color: #fff
}

.no-damages[data-v-11c9bf6d] {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff
}

.damage-details[data-v-081b0e84] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 24px;
    min-height: 80px
}

.damage-details .detail[data-v-081b0e84] {
    padding: 12px
}

.damage-details .status[data-v-081b0e84] {
    width: 200px
}

.damage-details .created-at[data-v-081b0e84], .damage-details .type[data-v-081b0e84] {
    width: 150px
}

.damage-details .part[data-v-081b0e84] {
    width: 400px
}

.return[data-v-081b0e84] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.damage-photos[data-v-081b0e84] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0
}

.damage-photos .photo[data-v-081b0e84] {
    position: relative;
    padding: 12px
}

    .damage-photos .photo[data-v-081b0e84]:hover {
        cursor: pointer
    }

.damage-photos .photo .v-image[data-v-081b0e84] {
    border: 4px solid transparent
}

.damage-photos .photo.selected .v-image[data-v-081b0e84] {
    border: 4px solid #02971e
}

.damage-photos .photo .check.v-icon[data-v-081b0e84] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.actions[data-v-081b0e84] {
    padding: 16px;
    margin-top: 16px;
    text-align: center;
    background-color: #fff
}

.no-damages[data-v-081b0e84] {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff
}

.damage-details[data-v-6a0aed1f] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    margin-top: 20px;
    padding: 0 24px;
    min-height: 80px
}

.damage-details .detail[data-v-6a0aed1f] {
    padding: 12px
}

.damage-details .status[data-v-6a0aed1f] {
    width: 200px
}

.damage-details .created-at[data-v-6a0aed1f], .damage-details .type[data-v-6a0aed1f] {
    width: 150px
}

.damage-details .part[data-v-6a0aed1f] {
    width: 400px
}

.return[data-v-6a0aed1f] {
    padding: 16px;
    margin-top: 16px;
    background-color: #fff
}

.damage-photos[data-v-6a0aed1f] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 0
}

.damage-photos .photo[data-v-6a0aed1f] {
    position: relative;
    padding: 12px
}

    .damage-photos .photo[data-v-6a0aed1f]:hover {
        cursor: pointer
    }

.damage-photos .photo .v-image[data-v-6a0aed1f] {
    border: 4px solid transparent
}

.damage-photos .photo.selected .v-image[data-v-6a0aed1f] {
    border: 4px solid #02971e
}

.damage-photos .photo .check.v-icon[data-v-6a0aed1f] {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2
}

.actions[data-v-6a0aed1f] {
    padding: 16px;
    margin-top: 16px;
    text-align: center;
    background-color: #fff
}

.no-damages[data-v-6a0aed1f] {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff
}

.container {
    background-color: var(--gray-1)
}

    .container.login .row {
        height: 100vh
    }

#menu .v-list-item {
    height: 70px;
    font-weight: 700
}

#menu .v-list-item--active {
    color: #013567
}

#menu .sub-menu-item.v-list-item {
    height: 48px;
    color: rgba(0,0,0,.25)
}

#menu .sub-menu-item.v-list-item--active {
    color: #013567
}

#logo {
    fill: #fff
}

:root {
    --gray-0: #f8f9fc;
    --gray-1: #f0f1f7;
    --gray-2: #d3d5df;
    --gray-3: #9396a7;
    --gray-4: #6f7385;
    --gray-5: #565a6a;
    --black-text: #3b3d4a;
    --accent-blue: #3b5cff
}

.font-weight-600 {
    font-weight: 600
}

.uppercase-input input {
    text-transform: uppercase
}

.font-14 {
    font-size: 14px !important
}

.w-100 {
    width: 100%
}

.mw-300 {
    max-width: 300px
}

.container.login {
    padding: 12px
}

.w-mobile {
    width: 328px
}

.login-logo {
    color: #fff;
    background-color: #2e4567;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

    .login-logo .application {
        margin-top: 38px;
        line-height: 1.1;
        letter-spacing: 10px;
        font-size: 32px;
        font-weight: 700
    }

.page-title {
    font-size: 26px
}

.search {
    min-width: 320px
}

.btn-link.v-btn {
    font-weight: 600;
    letter-spacing: .13px;
    text-transform: none;
    text-decoration: underline
}

    .btn-link.v-btn:before {
        background-color: transparent
    }

.v-btn {
    line-height: 16px
}

.v-select input {
    cursor: pointer !important
}

.a-icon {
    fill: currentColor
}

.black--text .v-label {
    color: #000
}

.a-pagination .v-pagination.left {
    justify-content: flex-start
}

.a-pagination .v-pagination .v-pagination__item, .a-pagination .v-pagination .v-pagination__navigation {
    box-shadow: none;
    background-color: transparent
}

.a-pagination .v-pagination.v-pagination--circle .v-pagination__item {
    border-radius: 20px
}

.a-pagination.left .v-pagination {
    justify-content: flex-start
}

.a-table.v-data-table {
    background-color: transparent
}

    .a-table.v-data-table table {
        border-spacing: 0 2px
    }

    .a-table.v-data-table thead {
        border-spacing: 0 20px
    }

        .a-table.v-data-table thead.v-data-table-header:after {
            content: "text";
            color: rgba(255,0,0,0)
        }

    .a-table.v-data-table .v-data-table__wrapper > table > thead > tr > th {
        height: 60px;
        font-size: 18px;
        font-weight: 700;
        color: #000;
        background-color: #fff
    }

    .a-table.v-data-table .v-data-table__wrapper > table > thead > tr:last-child > th {
        border-bottom: none
    }

    .a-table.v-data-table tbody {
        background-color: transparent;
        border-top: 10px solid transparent
    }

        .a-table.v-data-table tbody tr {
            height: 80px;
            background-color: #fff
        }

            .a-table.v-data-table tbody tr.v-data-table__selected {
                background: rgba(245,193,125,.4392156862745098) !important
            }

                .a-table.v-data-table tbody tr.v-data-table__selected:hover {
                    background: rgba(255,210,150,.8235294117647058) !important
                }

    .a-table.v-data-table .v-data-table__wrapper > table > tbody > tr > td {
        font-size: 18px
    }

    .a-table.v-data-table .v-data-table__wrapper > table > tbody > tr:not(:last-child) > td:not(.v-data-table__mobile-row), .a-table.v-data-table .v-data-table__wrapper > table > tbody > tr:not(:last-child) > th:not(.v-data-table__mobile-row) {
        border-bottom: none
    }

@media only screen and (min-width:600px) {
    .a-table.v-data-table .v-data-table__wrapper > table > tbody > tr > td:first-child, .a-table.v-data-table .v-data-table__wrapper > table > thead > tr > th:first-child {
        padding-left: 46px
    }
}

.table-selectable.v-data-table tbody tr:hover:not(.selectable-disabled) {
    cursor: pointer
}

.table-striped.v-data-table tr:nth-of-type(2n) {
    background-color: #eee
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
    background: #d6d6d6
}

.a-tabs.v-tabs .v-tab {
    opacity: .3;
    font-size: 18px
}

    .a-tabs.v-tabs .v-tab:focus:before, .a-tabs.v-tabs .v-tab:hover:before {
        opacity: 0
    }

    .a-tabs.v-tabs .v-tab.v-tab--active {
        opacity: 1
    }

.a-tabs.v-tabs .v-tab--active:focus:before, .a-tabs.v-tabs .v-tab--active:hover:before {
    opacity: 0
}

.a-tabs.v-tabs.a-tabs-transparent .v-tabs-items, .a-tabs.v-tabs .v-tabs-bar {
    background-color: transparent
}

.v-input--reverse .v-input__slot {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.v-application--is-ltr .v-input--reverse .v-input__slot .v-input--selection-controls__input {
    margin-right: 0;
    margin-left: 8px
}

.v-application--is-rtl .v-input--reverse .v-input__slot .v-input--selection-controls__input {
    margin-left: 0;
    margin-right: 8px
}

.v-input--expand .v-input__slot .v-label {
    display: block;
    flex: 1
}

.status.v-chip {
    height: 40px !important;
    width: 120px !important;
    justify-content: center;
    font-size: 16px !important;
    border-radius: 20px !important
}

.section {
    padding: 10px;
    background-color: #fff
}

    .section .section-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 1.22;
        color: rgba(0,0,0,.85);
        margin-bottom: 40px
    }

    .section .section-title-addon {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: .13px;
        color: rgba(0,0,0,.5)
    }

    .section .field {
        display: flex;
        align-items: center;
        padding-bottom: 25px
    }

    .section .field-name {
        font-size: 14px;
        letter-spacing: .13px;
        line-height: 27px;
        color: rgba(0,0,0,.5);
        width: 140px;
        padding-right: 10px
    }

        .section .field-name.top {
            align-self: flex-start
        }

    .section .field-value {
        flex: 1
    }

    .section .address-zip-code {
        flex: none;
        width: 27%
    }

    .section .address-city {
        flex: none;
        width: 70%
    }

    .section .field-info {
        font-size: 14px;
        letter-spacing: .13px;
        color: rgba(0,0,0,.5)
    }

    .section .open-hours {
        flex: none;
        width: 49%
    }

    .section .configuration-item {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        .section .configuration-item .v-input {
            padding: 0;
            margin: 0
        }

        .section .configuration-item .code {
            font-size: 14px;
            line-height: 1.714;
            color: rgba(0,0,0,.5)
        }

        .section .configuration-item + .configuration-item {
            margin-top: 40px
        }

@media only screen and (min-width:600px) {
    .container {
        padding: 40px
    }

    .section {
        padding: 45px 80px
    }
}

.photos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px
}

    .photos .photo {
        width: 100px;
        margin: 5px;
        border-radius: 5px;
        overflow: hidden
    }

.service-configurations .service-configuration {
    margin-bottom: 20px
}

    .service-configurations .service-configuration .service {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 25px 0 50px;
        background-color: #fff
    }

        .service-configurations .service-configuration .service .service-delete {
            position: absolute;
            top: -12px;
            right: -12px
        }

        .service-configurations .service-configuration .service .service-body {
            flex: 1;
            padding: 30px 0
        }

        .service-configurations .service-configuration .service .service-name {
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.22;
            color: rgba(0,0,0,.85);
            margin-bottom: 10px
        }

        .service-configurations .service-configuration .service .service-code {
            display: inline-block;
            min-width: 150px;
            font-size: 14px;
            line-height: 1.714;
            color: rgba(0,0,0,.5);
            margin: 0 10px
        }

        .service-configurations .service-configuration .service .cleaning-code {
            display: flex;
            align-items: center
        }

            .service-configurations .service-configuration .service .cleaning-code .cost {
                padding-left: 40px;
                width: 100px
            }

            .service-configurations .service-configuration .service .cleaning-code .code-configuration {
                margin-left: auto;
                padding-left: 10px;
                text-align: right;
                font-size: 14px;
                line-height: 1.714;
                color: rgba(0,0,0,.5)
            }

        .service-configurations .service-configuration .service .code-cost.v-input {
            max-width: 200px
        }

        .service-configurations .service-configuration .service .code-edit {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .service-configurations .service-configuration .service .service-actions {
            display: flex;
            align-items: center;
            align-self: flex-start;
            padding: 30px 0
        }

            .service-configurations .service-configuration .service .service-actions .v-btn {
                display: block
            }

            .service-configurations .service-configuration .service .service-actions .up {
                transform: rotate(-90deg)
            }

            .service-configurations .service-configuration .service .service-actions .down {
                transform: rotate(90deg)
            }

    .service-configurations .service-configuration .movement {
        display: flex;
        align-items: center;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
        padding: 5px 10px;
        color: rgba(0,0,0,.5);
        background-color: rgba(0,0,0,.1)
    }

.service-configurations .service-selection {
    margin-bottom: 20px;
    padding: 30px 40px;
    background-color: #fff
}

.service-configurations .service-add {
    border: 2px dashed rgba(0,0,0,.5)
}

    .service-configurations .service-add:hover {
        color: rgba(0,0,0,.8);
        border: 2px dashed rgba(0,0,0,.8)
    }

.service-configurations .service-configuration-add {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    border: 2px dashed rgba(0,0,0,.5);
    cursor: pointer
}

    .service-configurations .service-configuration-add:hover {
        color: rgba(0,0,0,.8);
        border: 2px dashed rgba(0,0,0,.8)
    }

.codes-configuration .service-code {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
    line-height: 1.714;
    color: rgba(0,0,0,.5);
    margin: 0 10px
}

.codes-configuration .code-cost.v-input {
    max-width: 200px
}

.confirm-dialog .text {
    text-align: center;
    font-size: 14px;
    letter-spacing: .13px;
    color: rgba(0,0,0,.5)
}

.site-group .group-name {
    font-weight: 700;
    margin-right: 5px
}

.site-group .group-site {
    font-size: 12px;
    color: rgba(0,0,0,.5)
}

.a-tabs.keys-tabs .v-tabs-bar {
    margin-left: -16px
}

.a-tabs.keys-tabs .v-tab {
    font-size: 26px
}

.hide-spin input[type=number] {
    -moz-appearance: textfield
}

.hide-spin input::-webkit-inner-spin-button, .hide-spin input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.child-seats-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px
}

    .child-seats-stats .type {
        padding: 10px;
        margin-top: 10px;
        margin-right: 10px;
        font-weight: 700;
        font-size: 1.2rem
    }

    .child-seats-stats .status {
        margin-top: 12px;
        margin-right: 8px;
        padding: 5px;
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
        width: 120px
    }

        .child-seats-stats .status .value {
            font-weight: 700
        }

.child-seat-dialog.v-dialog {
    overflow-y: hidden
}

.tasks-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

    .tasks-stats .item {
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
        min-width: 150px;
        max-width: 250px
    }

        .tasks-stats .item .value {
            font-weight: 700
        }

.codes {
    margin-top: 12px
}

    .codes .header {
        font-size: 14px;
        color: grey
    }

    .codes .code {
        display: flex;
        align-items: center
    }

        .codes .code .inline {
            width: 100%
        }

.v-icon.icon-xxl .v-icon__component {
    width: 58px;
    height: 58px
}

.tasks-list {
    font-family: Manrope,sans-serif;
    font-weight: 600;
    width: 100%
}

    .tasks-list .v-btn {
        color: var(--gray-3);
        font-size: 14px;
        letter-spacing: normal;
        border-radius: 6px
    }

    .tasks-list .v-btn-toggle > .v-btn.v-btn {
        opacity: 1
    }

    .tasks-list .v-text-field--outlined {
        border-radius: 6px
    }

    .tasks-list .v-input, .tasks-list .v-label {
        font-size: 14px
    }

    .tasks-list .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        color: var(--gray-3);
        font-size: 22px;
        font-weight: 600
    }

        .tasks-list .header .active {
            color: var(--black-text)
        }

    .tasks-list .header-side {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .tasks-list .show-summary .v-label {
        color: var(--gray-3)
    }

    .tasks-list .show-summary .v-icon {
        margin-right: 6px;
        color: inherit
    }

    .tasks-list .header-date-range {
        width: 300px
    }

    .tasks-list .summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 6px;
        color: var(--gray-3);
        background-color: #fff
    }

        .tasks-list .summary .v-icon {
            color: var(--gray-3)
        }

        .tasks-list .summary .item {
            font-size: 11px;
            font-weight: 600;
            line-height: 16px;
            min-width: 150px
        }

            .tasks-list .summary .item .name {
                display: flex;
                align-items: center;
                line-height: 16px;
                font-weight: 700;
                text-transform: uppercase
            }

                .tasks-list .summary .item .name .v-icon {
                    margin-right: 6px
                }

            .tasks-list .summary .item .value {
                color: var(--gray-5);
                font-size: 24px;
                line-height: 26px;
                font-weight: 700;
                letter-spacing: 0,34px;
                margin-top: 12px;
                margin-bottom: 16px
            }

            .tasks-list .summary .item .progress {
                display: flex;
                align-items: center;
                height: 6px;
                border-radius: 5px;
                background-color: var(--gray-2);
                cursor: pointer
            }

                .tasks-list .summary .item .progress .val {
                    height: 100%;
                    border-radius: 5px;
                    background-color: var(--gray-4)
                }

                .tasks-list .summary .item .progress .no-val {
                    flex: 1;
                    height: 100%
                }

        .tasks-list .summary .line {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .tasks-list .summary .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-right: 10px
        }

            .tasks-list .summary .dot.petrol {
                background-color: #02971e
            }

            .tasks-list .summary .dot.diesel {
                background-color: #3b3d4a
            }

            .tasks-list .summary .dot.ad-blue {
                background-color: #3b5cff
            }

        .tasks-list .summary .icon {
            margin-left: -2px;
            margin-right: 7px
        }

    .tasks-list .search-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px;
        margin-bottom: 12px;
        background-color: #fff;
        border-radius: 6px;
        font-size: 14px
    }

        .tasks-list .search-section .search {
            min-width: 320px;
            margin-right: 12px
        }

        .tasks-list .search-section .v-input, .tasks-list .search-section .v-label {
            font-size: 14px
        }

    .tasks-list .content {
        display: flex
    }

    .tasks-list .main {
        flex: 1;
        color: var(--gray-3);
        font-size: 14px
    }

    .tasks-list .main-top {
        background-color: #fff;
        margin-bottom: 12px;
        border-radius: 6px;
        color: #9396a7
    }

        .tasks-list .main-top .v-label {
            color: #9396a7
        }

    .tasks-list .status-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
        border-bottom: 1px solid var(--gray-1)
    }

        .tasks-list .status-section .v-btn-toggle > .v-btn {
            font-weight: 700;
            height: 56px !important;
            margin: 0 5px;
            padding: 18px 20px;
            text-transform: none;
            border-width: 0;
            border-bottom-width: thick
        }

            .tasks-list .status-section .v-btn-toggle > .v-btn.v-item--active {
                border-bottom-color: inherit
            }

                .tasks-list .status-section .v-btn-toggle > .v-btn.v-item--active:before {
                    opacity: 0
                }

    .tasks-list .show-filters .v-icon {
        margin-right: 6px;
        color: inherit
    }

    .tasks-list .show-filters .v-icon__component {
        width: 20px;
        height: 20px
    }

    .tasks-list .display-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px
    }

    .tasks-list .view-options {
        text-transform: none;
        font-weight: 600
    }

        .tasks-list .view-options .v-icon {
            margin-right: 6px;
            color: inherit
        }

        .tasks-list .view-options .v-icon__component {
            width: 20px;
            height: 20px
        }

    .tasks-list .tasks-table {
        margin-bottom: 12px;
        border-radius: 6px;
        background-color: #fff
    }

    .tasks-list table.a-table {
        color: var(--gray-4);
        width: 100%;
        border: none;
        border-collapse: collapse;
        font-size: 14px;
        border-bottom: 1px solid var(--gray-1)
    }

        .tasks-list table.a-table a {
            color: var(--accent-blue)
        }

        .tasks-list table.a-table td + td, .tasks-list table.a-table th + th {
            border-left: 1px solid var(--gray-1)
        }

        .tasks-list table.a-table thead tr {
            position: sticky;
            top: 100px;
            background-color: #fff;
            z-index: 2;
            box-shadow: 0 5px 10px #e1e5ee
        }

        .tasks-list table.a-table thead th {
            padding: 18px 16px;
            font-weight: 700;
            text-align: left
        }

            .tasks-list table.a-table thead th:first-of-type {
                border-top-left-radius: 5px
            }

            .tasks-list table.a-table thead th:last-of-type {
                border-top-right-radius: 5px
            }

        .tasks-list table.a-table tbody tr:nth-child(odd) {
            background: var(--gray-0)
        }

        .tasks-list table.a-table tbody td {
            padding: 14px 16px;
            font-weight: 500
        }

    .tasks-list .pagination {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 16px
    }

        .tasks-list .pagination .a-pagination .v-pagination__item {
            color: #9396a7;
            font-size: 14px
        }

        .tasks-list .pagination .a-pagination .v-pagination__item--active {
            color: #fff
        }

    .tasks-list .filters {
        width: 300px;
        height: 100%;
        margin-left: 12px;
        color: var(--gray-3);
        background-color: #fff;
        border-radius: 6px;
        font-size: 14px
    }

        .tasks-list .filters .filters-reset {
            font-weight: 600;
            text-transform: none;
            padding: 0 8px
        }

            .tasks-list .filters .filters-reset .v-icon {
                margin-right: 6px;
                color: inherit
            }

            .tasks-list .filters .filters-reset .v-icon__component {
                width: 20px;
                height: 20px
            }

        .tasks-list .filters .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 8px 10px 16px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
            color: var(--gray-5);
            border-bottom: 1px solid var(--gray-1)
        }

        .tasks-list .filters .section-header {
            margin: 16px 16px 10px 16px;
            color: var(--gray-3);
            font-size: 11px;
            line-height: 16px;
            font-weight: 700;
            text-transform: uppercase
        }

        .tasks-list .filters .filter {
            margin: 12px
        }

            .tasks-list .filters .filter .v-input {
                font-size: 14px
            }

    .tasks-list .v-text-field--filled > .v-input__control > .v-input__slot, .tasks-list .v-text-field--full-width > .v-input__control > .v-input__slot, .tasks-list .v-text-field--outlined > .v-input__control > .v-input__slot {
        min-height: 48px
    }

    .tasks-list .v-text-field--enclosed .v-input__append-inner, .tasks-list .v-text-field--enclosed .v-input__append-outer, .tasks-list .v-text-field--enclosed .v-input__prepend-inner, .tasks-list .v-text-field--enclosed .v-input__prepend-outer, .tasks-list .v-text-field--full-width .v-input__append-inner, .tasks-list .v-text-field--full-width .v-input__append-outer, .tasks-list .v-text-field--full-width .v-input__prepend-inner, .tasks-list .v-text-field--full-width .v-input__prepend-outer {
        margin-top: 13px
    }

    .tasks-list .text-right .v-text-field__slot input {
        text-align: right
    }

.v-popper__popper {
    font-family: Manrope,sans-serif;
    font-size: 12px;
    font-weight: 600
}

    .v-popper__popper .v-popper__wrapper .v-popper__inner {
        border-radius: 2px
    }

.dark-gray.v-input {
    color: var(--gray-3)
}

    .dark-gray.v-input ::-moz-placeholder {
        color: var(--gray-3) !important;
        opacity: 1
    }

    .dark-gray.v-input :-ms-input-placeholder {
        color: var(--gray-3) !important;
        opacity: 1
    }

    .dark-gray.v-input ::placeholder {
        color: var(--gray-3) !important;
        opacity: 1
    }

    .dark-gray.v-input fieldset {
        border-color: var(--gray-2)
    }

    .dark-gray.v-input .v-icon, .dark-gray.v-input .v-icon__component, .dark-gray.v-input input {
        color: var(--gray-3)
    }

    .dark-gray.v-input.v-input--is-focused, .dark-gray.v-input.v-input--is-focused .v-icon, .dark-gray.v-input.v-input--is-focused .v-icon__component, .dark-gray.v-input.v-input--is-focused input {
        color: var(--gray-3) !important
    }

        .dark-gray.v-input.v-input--is-focused fieldset {
            border-color: var(--black-text)
        }

    .dark-gray.v-input.v-input--is-disabled {
        color: var(--gray-2) !important;
        background-color: var(--gray-1);
        caret-color: var(--gray-2) !important
    }

        .dark-gray.v-input.v-input--is-disabled .v-icon, .dark-gray.v-input.v-input--is-disabled .v-icon__component, .dark-gray.v-input.v-input--is-disabled input {
            color: var(--gray-2) !important
        }

        .dark-gray.v-input.v-input--is-disabled ::-moz-placeholder {
            color: var(--gray-2) !important
        }

        .dark-gray.v-input.v-input--is-disabled :-ms-input-placeholder {
            color: var(--gray-2) !important
        }

        .dark-gray.v-input.v-input--is-disabled ::placeholder {
            color: var(--gray-2) !important
        }

    .dark-gray.v-input.has-value {
        color: var(--gray-2) !important;
        background-color: var(--black-text);
        caret-color: var(--gray-2) !important;
        transition: background-color .2s ease
    }

        .dark-gray.v-input.has-value fieldset {
            border-color: var(--black-text)
        }

        .dark-gray.v-input.has-value ::-moz-placeholder {
            color: #fff !important
        }

        .dark-gray.v-input.has-value :-ms-input-placeholder {
            color: #fff !important
        }

        .dark-gray.v-input.has-value ::placeholder {
            color: #fff !important
        }

        .dark-gray.v-input.has-value input {
            color: #fff !important
        }

        .dark-gray.v-input.has-value .v-chip {
            color: #fff;
            background-color: var(--gray-4)
        }

        .dark-gray.v-input.has-value .v-icon, .dark-gray.v-input.has-value .v-icon__component {
            color: var(--gray-2) !important
        }

        .dark-gray.v-input.has-value .v-input__icon--clear {
            opacity: 1
        }

        .dark-gray.v-input.has-value .v-select__selections {
            color: #fff !important
        }

        .dark-gray.v-input.has-value:hover {
            background-color: var(--gray-5)
        }

            .dark-gray.v-input.has-value:hover fieldset {
                border-color: var(--gray-5)
            }

    .dark-gray.v-input .v-input__prepend-inner {
        padding-right: 6px
    }

    .dark-gray.v-input .v-icon__component {
        width: 20px;
        height: 20px
    }

    .dark-gray.v-input .v-input__icon--clear .v-icon {
        font-size: 16.66px
    }

.columns-selector {
    font-family: Manrope,sans-serif;
    background-color: #fff;
    padding: 4px;
    border: 1px solid #d3d5df;
    border-radius: 6px;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.05),0 8px 10px 1px rgba(0,0,0,.05),0 3px 14px 2px rgba(0,0,0,.05)
}

    .columns-selector .header {
        padding: 12px 10px 0 10px;
        color: var(--gray-3);
        font-size: 11px;
        line-height: 16px;
        font-weight: 700;
        text-transform: uppercase
    }

    .columns-selector ul.list {
        list-style: none;
        padding: 0
    }

        .columns-selector ul.list li {
            padding: 8px 10px;
            margin: 4px 0
        }

            .columns-selector ul.list li .v-label {
                font-size: 14px;
                line-height: 20px;
                font-weight: 600;
                color: var(--gray-4)
            }

            .columns-selector ul.list li:hover {
                background-color: #f8f9fc;
                border-radius: 6px
            }

.completed-services {
    width: 100%
}

    .completed-services .v-select__selections {
        padding: 4px 0
    }

.completed-services-menu {
    font-family: Manrope,sans-serif
}

    .completed-services-menu .v-list {
        padding: 4px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: var(--gray-4)
    }

    .completed-services-menu .v-list-item {
        color: var(--black-text) !important;
        padding: 7px 10px 8px 10px;
        margin: 4px 0;
        min-height: 20px
    }

    .completed-services-menu .v-list-item__action, .completed-services-menu .v-list-item__action:first-child {
        margin: 0 6px 0 0
    }

    .completed-services-menu .v-list-item__content {
        padding: 0;
        margin: 0
    }

    .completed-services-menu .v-list-item__title {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: var(--gray-4)
    }

    .completed-services-menu .v-list-item--link:before {
        content: none
    }

    .completed-services-menu .v-list-item--link:hover {
        background-color: #f8f9fc;
        border-radius: 6px
    }

.menu-dense .v-list {
    font-family: Manrope,sans-serif
}

    .menu-dense .v-list .v-list-item {
        min-height: 40px;
        color: var(--black-text) !important
    }

    .menu-dense .v-list .v-list-item__content {
        padding: 6px 0
    }

    .menu-dense .v-list .v-list-item__title {
        font-size: 14px;
        font-weight: 600;
        color: var(--gray-4)
    }

    .menu-dense .v-list .v-list-item--active .v-list-item__title {
        color: var(--black-text)
    }

    .menu-dense .v-list .v-list-item__action {
        margin: 6px 0
    }
