﻿@keyframes fadeInDown{0%{opacity:0;transform:translateY(0);height:0}10%{opacity:1;transform:translateY(2rem);height:auto}89%{opacity:1;transform:translateY(2rem)}90%{opacity:1;transform:translateY(2rem);height:auto}100%{opacity:0;transform:translateY(0);height:0}}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translateY(0);height:0}10%{opacity:1;transform:translateY(2rem);height:auto}89%{opacity:1;transform:translateY(2rem)}90%{opacity:1;transform:translateY(2rem);height:auto}100%{opacity:0;transform:translateY(0);height:0}}:root{--color--gray-light:hsl(0,0%,96%);--custom-color-dark:hsl(223,49%,27%);--custom-color-bright:hsl(358,89%,45%);--custom-color-bright-secundary:hsl(130,65%,43%);--custom-color-light:hsl(210,33%,94%);--custom-color-icons:hsl(223,49%,27%)}@font-face{font-family:"font-regular";src:url("../../../styling/fonts/Roboto-Regular.ttf") format("truetype")}@font-face{font-family:"font-medium";src:url("../../../styling/fonts/Roboto-Medium.ttf") format("truetype")}:root{--regular-font:"font-regular";--medium-font:"font-medium"}.alert{display:flex!important;justify-content:center;align-items:center;gap:10px;width:fit-content;margin:0 auto}.alert-wrapper{position:fixed;width:100%;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@media(min-width:992px){.alert-wrapper{width:calc(100% - 220px)}}.box{display:grid;gap:15px;background-color:hsl(0deg,0%,100%);border-radius:5px;padding:1rem}.box:not(:first-of-type){margin-top:1rem}.box__row,.box__grid{display:grid;align-items:start;gap:15px;height:100%}.box__row .item,.box__grid .item{display:grid;gap:5px}.box__row .item label,.box__grid .item label{font-family:var(--medium-font)}.box__row .item .licenseplate,.box__grid .item .licenseplate{position:relative;background-color:hsl(46deg,96%,54%);border-radius:5px;height:40px}.box__row .item .licenseplate__box,.box__grid .item .licenseplate__box{position:absolute;background-color:hsl(220deg,67%,38%);border-radius:5px 0 0 5px;height:inherit;width:20px}.box__row .item .licenseplate__text,.box__grid .item .licenseplate__text{display:flex;align-items:center;justify-content:center;height:inherit;font-family:var(--medium-font)}.box__row .item .licenseplate input,.box__grid .item .licenseplate input{background-color:#fac619;width:100%;border:0;text-align:center;text-transform:uppercase;font-family:var(--medium-font);padding-left:1rem}.box__row .item input,.box__grid .item input{height:40px;border-radius:5px;border:1px solid hsl(0deg,0%,80%);padding:0 .5rem}.box__row .item input[type=checkbox],.box__grid .item input[type=checkbox]{height:15px}.box__row .item .inputfield,.box__grid .item .inputfield{position:relative}.box__row .item .inputfield__sign,.box__grid .item .inputfield__sign{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;width:25px}.box__row .item .inputfield input,.box__grid .item .inputfield input{padding-left:1.5rem}.box__row .item--check input[type=checkbox],.box__grid .item--check input[type=checkbox]{display:flex;height:auto;margin:0 auto 0 0}@media(min-width:992px){.box__row{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.box__row--xw{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.box__row--flex{display:flex}.box__row .item:has(>button){align-items:end;margin-top:auto}.box__row button{width:max-content;padding:4px 10px}.box__row .mut-tooltip-root>button{padding:0}}@media(min-width:768px){.box__grid .item{display:flex}.box__grid .item label{width:190px}}.box__wrapper{display:grid}@media(min-width:992px){.box__wrapper{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}.box__wrapper .double-wrapper{position:relative;display:grid;align-items:start;background-color:var(--custom-color-light);border-radius:5px;padding:1rem}@media(min-width:992px){.box__wrapper .double-wrapper{grid-template-columns:1fr auto;grid-column-start:1;grid-column-end:3}.box__wrapper .double-wrapper--vehicle{grid-template-columns:1fr auto;grid-column-start:1;grid-column-end:5}}.box__wrapper .double-wrapper .details{display:grid;gap:10px}.box__wrapper .double-wrapper .details__row{display:grid;gap:5px}@media(min-width:992px){.box__wrapper .double-wrapper .details__row{display:flex;height:fit-content}}.box__wrapper .double-wrapper .details__row span{font-family:var(--medium-font);word-break:initial;width:175px}.box__wrapper .double-wrapper .vehicle{position:absolute;display:flex;align-items:center;gap:10px;background-color:var(--custom-color-light);border-radius:5px;filter:brightness(90%);width:fit-content;right:1rem;top:1rem;color:var(--custom-color-dark);padding:.3rem .7rem}@media(min-width:992px){.box__wrapper .double-wrapper .vehicle{position:relative;right:0;top:0}}.box__wrapper .double-wrapper .vehicle span{font-family:var(--medium-font)}.box .searchbox,.box .paginator{padding:0;margin:0}.bttn{display:flex;align-items:center;gap:10px;font-family:var(--medium-font);height:40px;color:hsl(0deg,0%,100%);font-size:1.1em;border-radius:5px;padding:.5rem .7rem}@media(min-width:768px){.bttn{width:fit-content}}.bttn--primary{background-color:var(--custom-color-dark);border:1px solid var(--custom-color-dark)}.bttn--primary:hover,.bttn--primary:active{background-image:linear-gradient(rgba(0,0,0,.4) 0 0);cursor:pointer}.bttn--primary i{background-color:var(--custom-color-bright)}.bttn--sec{color:var(--custom-color-dark);background-color:transparent;border:1px solid hsl(0deg,0%,65%)}.bttn--sec:hover,.bttn--sec:active{border:1px solid var(--custom-color-dark);cursor:pointer}.bttn--sec:hover i,.bttn--sec:active i{background-color:var(--custom-color-bright)}.bttn--sec i{background-color:var(--custom-color-dark);color:var(--custom-color-dark)}.bttn--ter{border:0;color:hsl(0deg,0%,28%);background:transparent;padding:0}.bttn--ter:hover,.bttn--ter:active{text-decoration:underline;color:var(--custom-color-dark)}.bttn i{display:flex!important;justify-content:center;align-items:center;flex-shrink:0;font-size:12px;color:hsl(0deg,0%,100%);width:22px;height:22px;border-radius:50%}.bttn span{width:100%}.bttn .spinner-border{width:25px;height:25px;flex-shrink:0;opacity:.9}.details-drop{background-color:var(--custom-color-light);border-radius:5px;padding:1rem}.details-drop summary{color:var(--custom-color-dark);text-decoration:underline;font-family:var(--medium-font)}.details-drop__item{display:grid;gap:5px;margin-top:1rem}.details-drop__item label{display:flex;align-items:center;gap:10px}.details-drop__item label:hover{cursor:pointer}.details-drop__item .list{display:grid;gap:5px;padding-left:1.1rem;margin:0}.details-drop__item img{max-width:100%}.details-drop__extra{display:block!important;margin:0 0 .5rem 0}.hyperlink{color:var(--custom-color-dark);font-family:var(--medium-font)}.hyperlink:hover,.hyperlink:active{cursor:pointer}input{border:1px solid var(--gray--color);border-radius:.25rem;height:40px}input::-webkit-calendar-picker-indicator{background-color:var(--calendar-icon--color);border-radius:50%;padding:.4rem}input[type=checkbox]{height:15px;width:15px;accent-color:var(--custom-color-bright)}input[type=checkbox]:hover{cursor:pointer}input[type=radio]{height:15px;width:15px;accent-color:var(--custom-color-bright)}input[type=radio]:hover{cursor:pointer}.input-search{display:flex;position:relative}.input-search i{position:absolute;display:flex!important;justify-content:center;align-items:center;height:40px;width:40px;top:0;color:var(--sb--color)}.input-search input{padding-left:40px}.input-search .reset{position:absolute;right:0;height:100%;border-radius:0 .25rem 5px 0;width:45px!important;background-color:var(--calendar-icon-bg--color);padding:.5rem .7rem}.input-search .reset i{right:0}.input-search .reset:hover{background-color:var(--btn-sec--color)}.input-search .reset:hover i{color:hsl(0deg,0%,100%)}.inputfield{position:relative;display:flex}.inputfield__sign{position:absolute;z-index:99;padding:.65rem}.inputfield--left input{padding-left:24px}.inputfield--right .input{padding-right:24px}.inputfield--right .inputfield__sign{right:0}@media(min-width:768px){.inputfield--right .inputfield__sign{right:50%}}.input-datepicker{display:flex;align-items:center;background:hsl(0deg,0%,100%);cursor:pointer;border:1px solid hsl(210deg,14%,83%);border-radius:.25rem;height:40px;width:100%;padding:5px 10px}@media(min-width:768px){.input-datepicker{width:200px}}.input-datepicker i{color:var(--title-primary--color)}select{height:40px}textarea{min-width:280px}.loader{position:absolute;display:flex!important;justify-content:center;align-items:center;gap:20px;background-color:hsla(0deg,0%,0%,.2);width:100%;height:100%;top:0}.loader .span{font-family:var(--medium-font);font-size:1.1rem}.loadingcircle{display:flex!important;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;top:0}.loadingcircle .span{font-family:var(--medium-font);font-size:1.1rem}.bm-container .blazored-modal{overflow-x:auto;z-index:999}.bm-container .blazored-modal-focus-trap{display:flex;align-items:center;min-height:100vh;margin:0 1rem}.bm-container .blazored-modal .bm-header{align-items:center;padding:0}.bm-container .blazored-modal .bm-header h3{font-size:1.2em}.bm-container .blazored-modal .bm-content .card-body{padding:1rem 0}.bm-container .blazored-modal .bm-content .card-body .border{overflow-x:auto}.bm-container .blazored-modal .bm-content .card-body .box{flex-shrink:0}.bm-container .blazored-modal .bm-content .card-body .box:not(:first-of-type){margin:0}.bm-container .blazored-modal .bm-content .card-body .box .d-flex>div{flex-shrink:0}.bm-container .blazored-modal .bm-content .content__footer{background-color:transparent;padding:0;margin-top:1rem}.paginator{display:flex;justify-content:space-between;padding:1rem 0 0 0}.paginator nav{display:flex;align-items:center;gap:10px}.paginator nav>button{border:0;background-color:transparent;line-height:1}.paginator nav>button:after{font-family:FontAwesome}.paginator nav>button[disabled]{opacity:.4}.paginator nav .go-first:after{content:""}.paginator nav .go-previous:after{content:""}.paginator nav .go-next:after{content:""}.paginator nav .go-last:after{content:""}.paginator nav .pagination-text{margin:0 .5rem}.postcodenl-autocomplete-group{margin:-15px 0 0 0;padding:0}.postcodenl-autocomplete-item{padding:.7rem .5rem;border-bottom:1px solid #d3d3d3;line-height:1.1;list-style:none;cursor:pointer}.postcodenl-autocomplete-item:hover,.postcodenl-autocomplete-item:active{color:var(--rb-only-circle--color)}.postcodenl-autocomplete-item:hover mark,.postcodenl-autocomplete-item:active mark{color:var(--rb-only-circle--color)}.postcodenl-autocomplete-item-label{margin-right:.4rem;font-weight:700}.postcodenl-autocomplete-item-label:hover,.postcodenl-autocomplete-item-label:active{cursor:pointer}.postcodenl-autocomplete-item-description{margin-right:.4em;color:#666;white-space:nowrap}.postcodenl-autocomplete-item mark{background-color:transparent;padding:0}.address-block{display:grid;gap:7px;background-color:var(--address-bg--color);border-radius:5px;padding:1rem;margin-top:1rem}.posts{display:block}@media(min-width:768px){.posts{width:50%;max-height:calc(100vh - 77px - 2rem);overflow-y:auto}}.posts .details-drop{width:100%}.posts .details-drop ul:last-of-type{margin:0}.editor{display:block}@media(min-width:768px){.editor{width:50%;max-height:calc(100vh - 77px - 2rem)}}.editor .details-drop{width:100%}.editor .details-drop ul:last-of-type{margin:0}.quill-container:lang(nl) .ql-tooltip[data-mode=link]::before{content:"Vul de URL in:"!important}.quill-container:lang(nl) .ql-tooltip.ql-editing a.ql-action::after{content:"Opslaan"!important}.quill-container:lang(nl) .ql-tooltip::before{content:"Bezoek URL:"!important}.quill-container:lang(nl) .ql-tooltip a.ql-action::after{content:"Wijzigen"!important}.quill-container:lang(nl) .ql-tooltip a.ql-remove::before{content:"Verwijderen"!important}.btn-radio *{vertical-align:middle}.searchbox{display:flex;margin-bottom:1rem}.searchbox__bar{display:flex;align-items:center;position:relative;width:100%;margin-right:1rem}@media(min-width:992px){.searchbox__bar{width:365px}}.searchbox__bar i{position:absolute}.searchbox__bar .search-glass{left:10px;color:hsl(0deg,0%,30%)}.searchbox__bar .reset{display:flex!important;justify-content:center;align-items:center;width:35px;height:30px;right:0;color:hsl(0deg,0%,50%)}.searchbox__bar .reset:hover,.searchbox__bar .reset:active{cursor:pointer}.searchbox__bar input{padding-left:35px}.searchbox__rows .amount-rows{display:flex;gap:5px}.sync-switch-container{display:grid;gap:.5rem;height:fit-content;margin-top:59px}.sync-switch-container button{height:35px;width:40px}.sync-switch-container button i{color:var(--custom-color-dark)}.sync-switch-container button:hover i,.sync-switch-container button:active i{color:var(--custom-color-bright)}.validation-message{font-size:.9rem;color:hsl(0deg,100%,50%);margin-top:.3rem}#blazor-error-ui{background:hsl(64deg,67%,92%);bottom:0;box-shadow:0 -1px 2px rgba(0,0,0,.2);display:none;left:0;padding:.6rem 1.25rem .7rem 1.25rem;position:fixed;width:100%;z-index:1000}#blazor-error-ui .dismiss{cursor:pointer;position:absolute;right:.75rem;top:.5rem}.blazor-error-boundary{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem,#b32121;padding:1rem 1rem 1rem 3.7rem;color:hsl(0deg,0%,100%)}.password-strength-text{text-align:center}.password-strength-bar{width:100%;height:10px;background-color:#e0e0e0;border-radius:5px;margin-top:10px;position:relative}.password-strength-fill{height:100%;background:linear-gradient(to right,#f00,#ff0,#008000);border-radius:5px}*,*:after,*:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}html,body.dsgarage{font-family:var(--regular-font);word-break:break-word;font-size:15px;margin:0}@media(max-width:1199px){body:has(>.sidebar.open){overflow:hidden}}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-track{background:hsl(0deg,0%,70%)}h1,h2,h3{font-family:var(--medium-font);outline:0}h1,h2,h3,p{margin:0}h2,h3{font-size:1rem}.highlight{color:var(--custom-color-dark)}.login{position:absolute;background:linear-gradient(to bottom,var(--color--gray-light) 0,var(--color--gray-light) 50vh,var(--custom-color-dark) 50vh,var(--custom-color-dark) 100vh);width:100vw;min-height:-moz-available;min-height:-webkit-fill-available;min-height:fill-available}@media(min-width:768px){.login{display:flex!important;justify-content:center;align-items:center;height:100vh;overflow:hidden}}.login__logos{z-index:2}@media(max-width:991px){.login__logos{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;padding:2rem 1rem 0 1rem}}.login__logos img{width:160px}@media(min-width:768px){.login__logos img{position:absolute;left:2rem;top:2rem;backdrop-filter:blur(10px);border-radius:10px;background-color:rgba(255,255,255,.3);width:200px;height:auto;padding:1rem}}.login__logos img:nth-child(2){right:2rem;left:unset}.login__bg{position:absolute;display:none;width:100%;height:100%;object-fit:cover;z-index:1}@media(min-width:768px){.login__bg{display:block}}.login__form{display:grid;grid-gap:1.2rem;background-color:hsl(0deg,0%,100%);border-radius:5px;border:1px solid var(--custom-color-light);z-index:2;padding:1.5rem;margin:1rem}@media(min-width:768px){.login__form{min-width:450px;max-width:450px}}.login__form--header{display:flex!important;justify-content:center;align-items:center;gap:15px}.login__form--header i{display:flex!important;justify-content:center;align-items:center;flex-shrink:0;background-color:var(--custom-color-light);color:var(--custom-color-dark);width:35px;height:35px;border-radius:50%}.login__form--header h1{font-size:1.3rem!important;font-family:var(--medium-font);margin:0}.login__form hr{background-color:#d3d3d3;margin:0}.login__form--body{display:grid;grid-gap:1.5rem}.login__form--body .header{display:grid;grid-gap:5px}.login__form--body .header h3{font-size:1rem}.login__form--body .form-group span{font-family:var(--medium-font)}.login__form--body .form-group input{margin-top:.5rem}.login__form--body .form-group .reset-password{display:block;width:fit-content;font-weight:600;color:var(--mud-palette-info-darken);text-decoration:underline;margin-left:auto}.login__form--body .form-group .reset-password:hover{color:var(--mud-palette-info)}.content{position:relative;display:flex;flex-direction:column;height:calc(100vh - 77px);background-color:hsl(0deg,0%,96%);margin-top:77px;z-index:5}@media(min-width:992px){.content{height:100vh;margin-left:240px;margin-top:0}}.content__header{display:grid;gap:10px;background-color:hsl(0deg,0%,100%);border-bottom:1px solid var(--custom-color-light);padding:1rem}@media(min-width:768px){.content__header{display:flex;justify-content:space-between;align-items:center}}.content__header .page-info{display:grid;grid-gap:3.71px}.content__header .page-info h1{font-size:1.1rem}.content__header .page-actions{display:grid;gap:7px}@media(min-width:768px){.content__header .page-actions{display:flex;gap:10px}}.content__header .page-actions img{display:none;width:200px}@media(min-width:768px){.content__header .page-actions img{display:block}}.content__body{background-color:var(--color--gray-light);padding:1rem}.content__body--grid{display:grid;gap:15px}.content__body .box .content__body{border-radius:5px}.content__body .box .content__body .paginator{padding-bottom:0}.content__body.dashboard{display:inline-table;min-height:calc(100vh - 77px);background-image:linear-gradient(var(--custom-color-dark),var(--custom-color-dark)),url("../../../../images/vehicles-bg.png");background-position:bottom right;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-blend-mode:soft-light}.content__body ul{list-style:disc;padding:0 0 0 2rem}.content__footer{display:grid;grid-gap:10px;background-color:var(--custom-color-light);width:-webkit-fill-available;padding:1rem;margin-top:auto}@media(min-width:768px){.content__footer{display:flex;justify-content:space-between}}.content__footer .footer-start{order:2}.content__footer .footer-start:empty{display:none}.content__footer .footer-end{display:flex;justify-content:flex-end;gap:1rem}.content__footer .footer-end:empty{display:none}@media(min-width:768px){.content__footer .footer-end{margin-left:auto;order:3}}.content a{color:hsl(215deg,98%,52%)}.content a:hover{color:hsl(215deg,100%,42%);text-decoration:underline}.pdf{border-spacing:0 5px;page-break-inside:auto;border-collapse:collapse;width:99%}@media print{*{box-sizing:border-box}}.pdf tr td,.pdf tr th{font-family:Roboto,Open Sans,sans-serif;border:1px solid #ddd;white-space:nowrap;padding:3px}.sidebar{position:fixed;left:0;top:0;width:100%;background-color:hsl(0deg,0%,100%);z-index:5}@media(min-width:992px){.sidebar{position:fixed;left:0;top:0;height:100vh;width:240px;border-right:1px solid var(--custom-color-light)}}@media(max-width:991px){.sidebar.open{position:fixed;overflow-y:scroll;top:0;right:0;bottom:0;left:0}.sidebar.open .sidebar__nav{display:grid}}.sidebar__upper{display:flex;justify-content:space-between;align-items:center;height:77px;padding:.5rem 1rem;border-bottom:1px solid var(--custom-color-light)}.sidebar__upper--logo{height:40px}.sidebar__upper--hamb{display:flex!important;justify-content:center;align-items:center;border:0;background-color:var(--custom-color-light);color:var(--custom-color-dark);width:35px;height:35px;border-radius:50%;transition:transform .2s}@media(min-width:992px){.sidebar__upper--hamb{display:none!important}}.sidebar__upper--hamb:hover,.sidebar__upper--hamb:active{transform:scale(1.2);filter:brightness(85%)}.sidebar__nav{display:none;align-content:space-between;background-color:hsl(0deg,0%,100%);width:100%;height:calc(100vh - 77px);overflow-y:auto}@media(min-width:992px){.sidebar__nav{display:grid}}.sidebar__nav .nav-group h3{font-size:.8rem!important;text-transform:uppercase;color:hsl(0deg,0%,75%);font-family:var(--regular-font);padding:1.5rem 1rem .5rem 1rem}.sidebar__nav .nav-group.sub .subtitle{display:flex;justify-content:space-between;align-items:flex-end}.sidebar__nav .nav-group.sub .subtitle h3{color:hsl(0deg,0%,50%);border-left:1.5px solid hsl(0deg,0%,50%);margin-left:22px;padding-left:1rem}.sidebar__nav .nav-group.sub .subtitle .dropdown{position:relative;display:inline-block}.sidebar__nav .nav-group.sub .subtitle .dropdown__btn{background-color:hsl(0deg,0%,100%);color:hsl(0deg,0%,40%);font-size:16px;border:0;width:37px;height:29px;border-radius:50%;padding:0}.sidebar__nav .nav-group.sub .subtitle .dropdown__btn i{display:flex!important;justify-content:center;align-items:center;width:22px;height:22px;border-radius:50%}.sidebar__nav .nav-group.sub .subtitle .dropdown__btn:focus+.dropdown__cnt{display:block}.sidebar__nav .nav-group.sub .subtitle .dropdown__btn:hover i,.sidebar__nav .nav-group.sub .subtitle .dropdown__btn:active i{background-image:linear-gradient(rgba(0,0,0,.1) 0 0);cursor:pointer}.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt{display:none;position:absolute;min-width:max-content;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);border:1px solid hsl(0deg,0%,90%);border-radius:5px;right:5px;z-index:1}.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt a{color:hsl(0deg,0%,0%);background-color:hsl(0deg,0%,100%);padding:.3rem .5rem;text-decoration:none;display:block}.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt a:hover,.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt a:active{background-color:hsl(0deg,0%,96%)}.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt:hover,.sidebar__nav .nav-group.sub .subtitle .dropdown__cnt:active{display:block}.sidebar__nav .nav-group.sub:has(a.nav-link.active)>.nav-item:first-of-type i{opacity:1}.sidebar__nav .nav-group.sub .nav-item{position:relative}.sidebar__nav .nav-group.sub .nav-item:not(:first-child){padding-left:22px}.sidebar__nav .nav-group.sub .nav-item:not(:first-child):after{content:"";position:absolute;left:22px;top:0;height:calc(100% - 17.5px);border-left:1.5px solid hsl(0deg,0%,50%)}.sidebar__nav .nav-group.sub .nav-item:nth-child(4),.sidebar__nav .nav-group.sub .nav-item:nth-child(5),.sidebar__nav .nav-group.sub .subtitle:nth-child(4),.sidebar__nav .nav-group.sub .subtitle:nth-child(5){margin-left:1.5rem}.sidebar__nav .nav-item i{display:flex!important;justify-content:center;align-items:center;flex-shrink:0;background-color:hsl(0deg,0%,100%);color:var(--custom-color-dark);border-radius:50%;font-size:.9rem;width:30px;height:30px;opacity:.7}.sidebar__nav .nav-link{display:flex;align-items:center;gap:10px;color:hsl(0deg,0%,30%);font-family:var(--medium-font);font-size:14px;padding:.2rem .3rem .2rem .5rem}.sidebar__nav .nav-link:hover,.sidebar__nav .nav-link:active,.sidebar__nav .nav-link.active{color:hsl(0deg,0%,0%)}.sidebar__nav .nav-link:hover i,.sidebar__nav .nav-link:active i,.sidebar__nav .nav-link.active i{opacity:1;color:var(--custom-color-bright)}.sidebar__nav .nav-footer{border-top:1px solid var(--custom-color-light)}.sidebar__nav .nav-footer .nav-link{padding:.4rem .3rem .4rem .5rem}@media(min-width:992px){.sidebar .collapse{display:grid!important}}.overview{width:100%;border-radius:8px;border:1px solid hsl(0deg,0%,90%);overflow:auto hidden}@media(min-width:992px){.overview--vehicles tr,.overview--vehicles a{grid-template-columns:125px 125px 125px 177px 123px 190px 165px 141px 141px 133px 2fr}.overview--import tr,.overview--import a{grid-template-columns:125px 155px 200px 125px 175px 170px 145px 1fr}.overview--agents tr,.overview--agents a{grid-template-columns:25% 35% 25%}.overview--garages tr,.overview--garages a{grid-template-columns:80px 150px 300px 300px 300px 2fr}.overview--gimport tr,.overview--gimport a{grid-template-columns:100px 150px 140px 200px 160px 160px 150px 250px 250px}.overview--insurances tr,.overview--insurances a{grid-template-columns:25% 35% 25%}.overview--users tr,.overview--users a{grid-template-columns:10% 145px 15% 20% 25% 1fr}.overview--vhistory tr,.overview--vhistory a{grid-template-columns:125px 128px 155px 325px 175px 150px 2fr}.overview--vdeduplicate tr,.overview--vdeduplicate a{grid-template-columns:125px 128px}.overview--logs tr,.overview--logs a{grid-template-columns:135px 200px 1fr}.overview--registrations tr,.overview--registrations a{grid-template-columns:200px 200px auto 100px}.overview--rdeduplicate tr,.overview--rdeduplicate a{grid-template-columns:150px 200px 200px auto}.overview--mi tr,.overview--mi a{grid-template-columns:25px 300px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px}.overview--mi2 tr,.overview--mi2 a{grid-template-columns:25px 300px 300px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px 66px}.overview--posts tr,.overview--posts a{grid-template-columns:135px 135px 400px 200px 200px 1fr}}.overview tr,.overview a,.overview th,.overview td{display:block}.overview a{color:hsl(0deg,0%,30%);text-decoration:none}.overview table.quickgrid{display:grid}.overview table.quickgrid thead{display:none}@media(min-width:992px){.overview table.quickgrid thead{display:table-header-group}}.overview table.quickgrid thead tr,.overview table.quickgrid thead a{display:grid;justify-content:start;grid-gap:10px;background-color:var(--custom-color-dark);color:hsl(0deg,0%,0%);border-radius:5px 5px 0 0;padding:.5rem .7rem}.overview table.quickgrid thead tr th.overview-item .col-header-content,.overview table.quickgrid thead a th.overview-item .col-header-content{padding-right:0}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox{display:flex;align-items:center;white-space:nowrap;background-color:var(--custom-color-light);border-radius:5px;min-height:34px;width:fit-content;font-size:.9rem;border:0;padding:.4rem .6rem}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox:hover,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox:hover{cursor:pointer}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox:has(.empty),.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox:has(.empty){display:none}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox label:hover,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox label:active,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox label:hover,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox label:active{cursor:pointer}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox label:hover+.fa-right-left,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox label:active+.fa-right-left,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox label:hover+.fa-right-left,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox label:active+.fa-right-left{background-image:linear-gradient(rgba(0,0,0,.1) 0 0);cursor:pointer}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i{color:var(--custom-color-dark)}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-right-left,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-right-left{rotate:90deg}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-right-left,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-filter,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-right-left,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-filter{display:flex!important;justify-content:center;align-items:center;color:hsl(0deg,0%,40%);font-size:.8rem;width:22px;height:22px;border-radius:50%}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-right-left:hover,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-right-left:active,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-filter:hover,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-filter:active,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-right-left:hover,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-right-left:active,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-filter:hover,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-filter:active{background-image:linear-gradient(rgba(0,0,0,.1) 0 0);cursor:pointer}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-right-left.active,.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox i.fa-filter.active,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-right-left.active,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox i.fa-filter.active{color:var(--custom-color-bright)}.overview table.quickgrid thead tr th.overview-item .col-header-content .titlebox .header-label,.overview table.quickgrid thead a th.overview-item .col-header-content .titlebox .header-label{font-family:var(--medium-font);font-weight:normal;margin:0 7px}.overview table.quickgrid thead tr th.overview-item .col-header-options,.overview table.quickgrid thead a th.overview-item .col-header-options{position:absolute;width:100%;height:100%;min-height:100vh;top:0;bottom:0;left:0;right:0;background-color:hsla(0deg,0%,0%,.5);z-index:999}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container{position:inherit;left:50%;top:50%;transform:translate(-50%,-50%);background-color:hsl(0deg,0%,100%);box-shadow:0 2px 2px 0 rgba(0,0,0,.1);border:1px solid hsl(0deg,0%,90%);border-radius:5px;padding:1rem}@media(min-width:768px){.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container{min-width:350px}}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container:hover,.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container:active,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container:hover,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container:active{display:block}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container:empty,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container:empty{display:none!important}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .header,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .header{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .header h2,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .header h2{font-size:1.1em}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .header button,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .header button{width:fit-content;margin:0 0 0 auto}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents>input,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents>input{margin-bottom:.6rem}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents label,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents label{display:flex;align-items:center;gap:10px;word-break:keep-all;font-size:.9rem;width:100%;color:hsl(0deg,0%,0%);background-color:hsl(0deg,0%,100%);border-bottom:1px solid hsl(0deg,0%,90%);padding:.4rem .5rem}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents label:hover,.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents label:active,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents label:hover,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents label:active{background-color:hsl(0deg,0%,96%);cursor:pointer}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents label:last-of-type,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents label:last-of-type{border-bottom:0}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .contents label input,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .contents label input{accent-color:var(--custom-color-bright)}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .footer,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .footer{margin-top:1.5rem}@media(min-width:768px){.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .footer,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .footer{display:flex;justify-content:flex-start;flex-direction:row-reverse;gap:10px}}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container .footer button,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container .footer button{flex-shrink:0;width:fit-content;margin:0}.overview table.quickgrid thead tr th.overview-item .col-header-options .options-container button,.overview table.quickgrid thead a th.overview-item .col-header-options .options-container button{width:100%;margin:20px 0 0 auto}.overview table.quickgrid tbody,.overview table.quickgrid tfoot{border-radius:5px}@media(max-width:991px){.overview table.quickgrid tbody,.overview table.quickgrid tfoot{display:block}}.overview table.quickgrid tbody tr,.overview table.quickgrid tbody a,.overview table.quickgrid tfoot tr,.overview table.quickgrid tfoot a{display:grid;grid-gap:10px;align-items:center;background-color:hsl(0deg,0%,100%);border-top:1px solid hsl(0deg,0%,93%);padding:.5rem .7rem}.overview table.quickgrid tbody tr:first-of-type,.overview table.quickgrid tbody a:first-of-type,.overview table.quickgrid tfoot tr:first-of-type,.overview table.quickgrid tfoot a:first-of-type{border-top:0}.overview table.quickgrid tbody tr:hover,.overview table.quickgrid tbody a:hover,.overview table.quickgrid tfoot tr:hover,.overview table.quickgrid tfoot a:hover{background-color:hsl(0deg,0%,98%)}.overview table.quickgrid tbody tr:empty,.overview table.quickgrid tbody a:empty,.overview table.quickgrid tfoot tr:empty,.overview table.quickgrid tfoot a:empty{display:none}.overview table.quickgrid tbody tr td h3,.overview table.quickgrid tbody a td h3,.overview table.quickgrid tfoot tr td h3,.overview table.quickgrid tfoot a td h3{margin-bottom:.4rem}@media(min-width:992px){.overview table.quickgrid tbody tr td h3,.overview table.quickgrid tbody a td h3,.overview table.quickgrid tfoot tr td h3,.overview table.quickgrid tfoot a td h3{display:none}}.overview table.quickgrid tbody tr td .overview-actions__wrapper,.overview table.quickgrid tbody a td .overview-actions__wrapper,.overview table.quickgrid tfoot tr td .overview-actions__wrapper,.overview table.quickgrid tfoot a td .overview-actions__wrapper{display:grid;gap:10px;background-color:transparent;padding:0}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper,.overview table.quickgrid tbody a td .overview-actions__wrapper,.overview table.quickgrid tfoot tr td .overview-actions__wrapper,.overview table.quickgrid tfoot a td .overview-actions__wrapper{display:flex;justify-content:flex-end;gap:0}}.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon{position:relative;display:flex;align-items:center;background-color:var(--custom-color-light);border-radius:15px;padding:0}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon{background-color:transparent}}.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:active{background-color:var(--custom-color-dark);border-radius:20px;cursor:pointer}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:active,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:hover,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:active{background-color:var(--custom-color-light)}}.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:active .icon{color:hsl(0deg,0%,100%)}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:active .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:hover .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:active .icon{background-color:var(--custom-color-light);color:var(--custom-color-dark);opacity:1}}.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:hover span,.overview table.quickgrid tbody tr td .overview-actions__wrapper .action-icon:active span,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:hover span,.overview table.quickgrid tbody a td .overview-actions__wrapper .action-icon:active span,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:hover span,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .action-icon:active span,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:hover span,.overview table.quickgrid tfoot a td .overview-actions__wrapper .action-icon:active span{color:hsl(0deg,0%,100%);width:100%}.overview table.quickgrid tbody tr td .overview-actions__wrapper .fa-right-from-bracket,.overview table.quickgrid tbody a td .overview-actions__wrapper .fa-right-from-bracket,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .fa-right-from-bracket,.overview table.quickgrid tfoot a td .overview-actions__wrapper .fa-right-from-bracket{color:var(--custom-color-bright)!important}.overview table.quickgrid tbody tr td .overview-actions__wrapper .fa-circle-info,.overview table.quickgrid tbody a td .overview-actions__wrapper .fa-circle-info,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .fa-circle-info,.overview table.quickgrid tfoot a td .overview-actions__wrapper .fa-circle-info{color:hsl(200deg,57%,46%)!important}.overview table.quickgrid tbody tr td .overview-actions__wrapper .fa-passport,.overview table.quickgrid tbody a td .overview-actions__wrapper .fa-passport,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .fa-passport,.overview table.quickgrid tfoot a td .overview-actions__wrapper .fa-passport{color:hsl(124deg,76%,34%)!important}.overview table.quickgrid tbody tr td .overview-actions__wrapper .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .icon{position:relative;display:flex!important;justify-content:center;align-items:center;flex-shrink:0;color:var(--custom-color-dark);width:30px;height:30px;border-radius:50%;padding-left:8px;z-index:2}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper .icon,.overview table.quickgrid tbody a td .overview-actions__wrapper .icon,.overview table.quickgrid tfoot tr td .overview-actions__wrapper .icon,.overview table.quickgrid tfoot a td .overview-actions__wrapper .icon{background-color:transparent;opacity:.6;padding-left:unset}}.overview table.quickgrid tbody tr td .overview-actions__wrapper span,.overview table.quickgrid tbody a td .overview-actions__wrapper span,.overview table.quickgrid tfoot tr td .overview-actions__wrapper span,.overview table.quickgrid tfoot a td .overview-actions__wrapper span{position:relative;width:100%;overflow:visible;text-align:center;font-size:.8rem;line-height:27px;left:0;border-radius:15px;white-space:nowrap;padding:5px 8px;z-index:2}@media(min-width:992px){.overview table.quickgrid tbody tr td .overview-actions__wrapper span,.overview table.quickgrid tbody a td .overview-actions__wrapper span,.overview table.quickgrid tfoot tr td .overview-actions__wrapper span,.overview table.quickgrid tfoot a td .overview-actions__wrapper span{display:none}}.overview table.quickgrid tbody tr td.overview-item,.overview table.quickgrid tbody a td.overview-item,.overview table.quickgrid tfoot tr td.overview-item,.overview table.quickgrid tfoot a td.overview-item{flex-shrink:0}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center;font-family:var(--medium-font)}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper .off,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper .off,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper .off,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper .off{color:hsl(0deg,79%,47%)}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper .active,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper .active,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper .active,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper .active{color:hsl(124deg,67%,46%)}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper .pending,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper .pending,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper .pending,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper .pending{color:hsl(200deg,57%,46%)}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper .warning,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper .warning,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper .warning,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper .warning{color:hsl(60deg,70%,47%)}.overview table.quickgrid tbody tr td.overview-item--license .license-wrapper .disabled,.overview table.quickgrid tbody a td.overview-item--license .license-wrapper .disabled,.overview table.quickgrid tfoot tr td.overview-item--license .license-wrapper .disabled,.overview table.quickgrid tfoot a td.overview-item--license .license-wrapper .disabled{color:hsl(0deg,0%,40%)}.overview table.quickgrid tbody tr td.overview-item--edate p:empty,.overview table.quickgrid tbody a td.overview-item--edate p:empty,.overview table.quickgrid tfoot tr td.overview-item--edate p:empty,.overview table.quickgrid tfoot a td.overview-item--edate p:empty{display:none}.overview table.quickgrid tbody tr td.overview-item .status,.overview table.quickgrid tbody a td.overview-item .status,.overview table.quickgrid tfoot tr td.overview-item .status,.overview table.quickgrid tfoot a td.overview-item .status{display:flex;align-items:center;gap:7px;font-size:.8rem;font-family:var(--medium-font);border-radius:5px;width:fit-content;padding:.3rem .5rem}.overview table.quickgrid tbody tr td.overview-item .status--pending,.overview table.quickgrid tbody a td.overview-item .status--pending,.overview table.quickgrid tfoot tr td.overview-item .status--pending,.overview table.quickgrid tfoot a td.overview-item .status--pending{background-color:#f6efef;color:hsl(200deg,57%,46%)}.overview table.quickgrid tbody tr td.overview-item .status--active,.overview table.quickgrid tbody a td.overview-item .status--active,.overview table.quickgrid tfoot tr td.overview-item .status--active,.overview table.quickgrid tfoot a td.overview-item .status--active{background-color:#e8f4e9;color:hsl(124deg,67%,46%)}.overview table.quickgrid tbody tr td.overview-item .status--off,.overview table.quickgrid tbody a td.overview-item .status--off,.overview table.quickgrid tfoot tr td.overview-item .status--off,.overview table.quickgrid tfoot a td.overview-item .status--off{background-color:#f6efef;color:hsl(0deg,79%,47%)}.overview table.quickgrid tbody tr td.overview-item .status--disabled,.overview table.quickgrid tbody a td.overview-item .status--disabled,.overview table.quickgrid tfoot tr td.overview-item .status--disabled,.overview table.quickgrid tfoot a td.overview-item .status--disabled{color:#d3d3d3}.overview table.quickgrid tbody tr td.overview-item .status i,.overview table.quickgrid tbody a td.overview-item .status i,.overview table.quickgrid tfoot tr td.overview-item .status i,.overview table.quickgrid tfoot a td.overview-item .status i{font-size:.4rem}.overview table.quickgrid tfoot tr,.overview table.quickgrid tfoot a{background-color:hsl(0deg,0%,98%)}.overview--garages tbody tr:hover,.overview--agents tbody tr:hover,.overview--users tbody tr:hover,.overview--vehicles tbody tr:hover{cursor:pointer}