.choices{position:relative;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.5}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button{display:none}.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__placeholder{opacity:.5}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide-invisible-blank{visibility:hidden}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev{left:10px;right:auto}.swiper-button-prev:after{content:'prev'}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.iti__v-hide{visibility:hidden}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#000;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}.h1,.h2,.h3,.h5,.h6,h1,h2,h3,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}b,strong{font-weight:bolder}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}img,svg{vertical-align:middle}tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[hidden]{display:none!important}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:var(--bs-gutter-x,12px);padding-left:var(--bs-gutter-x,12px);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1440px){.container{max-width:1344px}}.row{--bs-gutter-x:24px;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col-24{flex:0 0 auto;width:100%}@media (min-width:576px){.col-sm-10{flex:0 0 auto;width:41.66667%}.col-sm-14{flex:0 0 auto;width:58.33333%}}@media (min-width:768px){.col-md-6{flex:0 0 auto;width:25%}.col-md-8{flex:0 0 auto;width:33.33333%}.col-md-18{flex:0 0 auto;width:75%}}@media (min-width:992px){.col-lg-5{flex:0 0 auto;width:20.83333%}.col-lg-9{flex:0 0 auto;width:37.5%}.col-lg-10{flex:0 0 auto;width:41.66667%}.col-lg-12{flex:0 0 auto;width:50%}.col-lg-14{flex:0 0 auto;width:58.33333%}}@media (min-width:1200px){.col-xl-12{flex:0 0 auto;width:50%}}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1439.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1599.98px){.table-responsive-exxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid{border-color:#198754}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid{border-color:#198754}.was-validated .form-check-input:valid:checked{background-color:#198754}.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated .form-check-input:valid~.form-check-label{color:#198754}.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid{border-color:#dc3545}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid{border-color:#dc3545}.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#000;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#000}.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled{pointer-events:none;opacity:.65}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown{position:relative}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover{z-index:1}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1440px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}@media (min-width:1600px){.navbar-expand-exxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-exxl .navbar-nav{flex-direction:row}.navbar-expand-exxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-exxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-exxl .navbar-nav-scroll{overflow:visible}.navbar-expand-exxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-exxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#000;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;user-select:none;opacity:.25}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1439.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}@media (max-width:1599.98px){.modal-fullscreen-exxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-exxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-exxl-down .modal-header{border-radius:0}.modal-fullscreen-exxl-down .modal-body{overflow-y:auto}.modal-fullscreen-exxl-down .modal-footer{border-radius:0}}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#000}.carousel-item-prev{display:block}.active.carousel-item-end{transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev{transition:none}}.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}@keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-none{display:none!important}.position-relative{position:relative!important}.border-secondary{border-color:#6c757d!important}.w-100{width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-center{align-items:center!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ms-3{margin-left:1rem!important}.ms-auto{margin-left:auto!important}.text-secondary{color:#6c757d!important}.bg-secondary{background-color:#6c757d!important}.bg-white{background-color:#fff!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.d-sm-flex{display:flex!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-evenly{justify-content:space-evenly!important}}@media (min-width:768px){.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-none{display:none!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-center{align-items:center!important}}@media (min-width:992px){.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-none{display:none!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.mt-lg-0{margin-top:0!important}.mb-lg-0{margin-bottom:0!important}}@media (min-width:1200px){.d-xl-flex{display:flex!important}.d-xl-none{display:none!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-evenly{justify-content:space-evenly!important}}@media (min-width:1440px){.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}}@media (min-width:1600px){.flex-exxl-row-reverse{flex-direction:row-reverse!important}.flex-exxl-column-reverse{flex-direction:column-reverse!important}.flex-exxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-exxl-evenly{justify-content:space-evenly!important}}header{position:sticky;position:-webkit-sticky;top:0;background-color:#d4002a;transition:ease background-color .3s;z-index:5;min-height:48px}@media (min-width:992px){header .nav-item:before{content:'';position:absolute;top:0;left:0;display:inline-block;width:1px;height:100%;background-image:linear-gradient(to bottom,rgba(173,10,39,0),#ad0a27 49%,rgba(173,10,39,0))}}@media (max-width:991px){header.nav-opened{background-color:#d4002a;height:100vh;overflow:auto}}header .navbar{padding:0}header .navbar-brand{padding:0 16px 0 0;margin-right:auto;flex-shrink:0;font-size:0;max-width:188px}@media (min-width:1200px){header .navbar-brand{max-width:270px}}header .navbar-collapse{justify-content:space-between}@media (max-width:991px){header .navbar-collapse{margin:0 -12px;padding:0 12px}}header .navbar-toggler-wrapper{display:flex;align-items:center;margin-right:-12px;flex-wrap:nowrap}@media (min-width:992px){header .navbar-toggler-wrapper{display:none}}header .navbar-toggler{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:48px;padding:0;border:0;font-size:19px;color:#fff}header .navbar-toggler:focus{box-shadow:none}header .navbar-toggler:before{content:'';position:absolute;top:0;left:0;display:inline-block;width:1px;height:100%;background-image:linear-gradient(to bottom,rgba(173,10,39,0),#ad0a27 49%,rgba(173,10,39,0))}header .navbar-expand-lg .navbar-nav{margin:0 40px}@media (min-width:992px){header .navbar-expand-lg .navbar-nav .nav-link{padding:24px 6px}}@media (min-width:1200px){header .navbar-expand-lg .navbar-nav .nav-link{padding:24px 8px}}@media (min-width:1440px){header .navbar-expand-lg .navbar-nav .nav-link{padding:29px 10px;text-align:center;flex-grow:1}}header .nav-item{display:flex}@media (max-width:991px){header .nav-item{display:list-item}header .nav-item:not(:last-child){margin-bottom:8px}}header .nav-item>.nav-link{font-size:14px;font-weight:600;color:#fff;white-space:nowrap}@media (max-width:991px){header .nav-item>.nav-link{padding:16px;border-radius:4px;background-color:#fff;color:#000}}@media (min-width:992px) and (max-width:1199px){header .nav-item>.nav-link{font-size:10px}}@media (min-width:1200px) and (max-width:1439px){header .nav-item>.nav-link{font-size:11px}}header .nav-item>.nav-link:hover{color:#000}@media (min-width:992px){.breadcrumb header .nav-item>.nav-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header header .nav-item>.nav-link .btn-close,.fleet-detail-modal .accordion header .nav-item>.nav-link .accordion-button:after,.primary-switch header .nav-item>.nav-link .slider:after,.swal2-container header .nav-item>.nav-link .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse header .nav-item>.nav-link .btn-link:after,footer .footer-link-collapse header .nav-item>.nav-link .link-item:not(.has-dropdown):after,header .nav-item>.nav-link .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .nav-item>.nav-link .calendar-wrap .calendar-header .btn-close,header .nav-item>.nav-link .choices[data-type*=select-one]:after,header .nav-item>.nav-link .dashboard-modal .modal-header .btn-close,header .nav-item>.nav-link .fleet-detail-modal .accordion .accordion-button:after,header .nav-item>.nav-link .icon,header .nav-item>.nav-link .menu-item:before,header .nav-item>.nav-link .packages-card .features-list li:before,header .nav-item>.nav-link .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,header .nav-item>.nav-link .primary-switch .slider:after,header .nav-item>.nav-link .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .nav-item>.nav-link .swal2-container .swal2-styled.swal2-cancel.type-delete::after,header .nav-item>.nav-link .swiper-scrollbar .swiper-scrollbar-drag:after,header .nav-item>.nav-link .swiper-scrollbar .swiper-scrollbar-drag:before,header .nav-item>.nav-link .top-selected-item .top-selected-button:before,header .nav-item>.nav-link footer .footer-link-collapse .btn-link:after,header .nav-item>.nav-link footer .footer-link-collapse .link-item:not(.has-dropdown):after{display:none}}header .nav-item>.dropdown-menu{padding:0 8px 8px;border:0;border-radius:0 0 8px 8px;width:100%;background-color:#fff}@media (min-width:768px){header .nav-item>.dropdown-menu{padding:16px}}@media (min-width:992px){header .nav-item>.dropdown-menu{min-width:328px;top:64px}}@media (min-width:1200px){header .nav-item>.dropdown-menu{top:67px}}@media (min-width:1440px){header .nav-item>.dropdown-menu{top:80px}}@media (min-width:992px) and (max-width:1199px){header .nav-item>.dropdown-menu{transform:scale(.8);transform-origin:0 0}}header .nav-item>.dropdown-menu .dropdown-item{padding:0;background-color:transparent}@media (min-width:992px){header .nav-item>.dropdown-menu .dropdown-item:focus,header .nav-item>.dropdown-menu .dropdown-item:hover{color:#000;background-color:transparent}header .nav-item>.dropdown-menu .dropdown-item:focus>.nav-link,header .nav-item>.dropdown-menu .dropdown-item:hover>.nav-link{color:#d4002a}}header .nav-item>.dropdown-menu .dropdown-item .nav-link{padding:16px;background-color:#f1f1f1;font-size:15px;font-weight:600;line-height:normal}header .nav-item>.dropdown-menu .dropdown-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}header .nav-item>.dropdown-menu .dropdown-item .dropdown-menu{position:static}@media (min-width:768px){header .nav-item>.dropdown-menu>.dropdown-item>.nav-link:not(.expanded){border-radius:4px}}@media (min-width:768px){header .nav-item>.dropdown-menu>.dropdown-item:not(:last-child){margin-bottom:8px;border-bottom:0}}header .navbar-nav>.nav-item:hover:before{display:none}header .navbar-nav>.nav-item:hover>.nav-link{background-color:#fff;color:#000}@media (min-width:992px){header .navbar-nav>.nav-item.dropdown:hover>.dropdown-menu{display:block}}header .dropdown-item,header .nav-item{position:relative}header .dropdown-item .nav-link,header .nav-item .nav-link{display:flex;align-items:center}header .dropdown-item .nav-link.expanded,header .nav-item .nav-link.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}@media (max-width:991px){header .dropdown-item .nav-link.expanded,header .nav-item .nav-link.expanded{color:#d4002a}}.breadcrumb header .dropdown-item .breadcrumb-item+.breadcrumb-item:before,.breadcrumb header .nav-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header header .dropdown-item .btn-close,.dashboard-modal .modal-header header .nav-item .btn-close,.fleet-detail-modal .accordion header .dropdown-item .accordion-button:after,.fleet-detail-modal .accordion header .nav-item .accordion-button:after,.primary-switch header .dropdown-item .slider:after,.primary-switch header .nav-item .slider:after,.swal2-container header .dropdown-item .swal2-styled.swal2-cancel.type-delete::after,.swal2-container header .nav-item .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse header .dropdown-item .btn-link:after,footer .footer-link-collapse header .dropdown-item .link-item:not(.has-dropdown):after,footer .footer-link-collapse header .nav-item .btn-link:after,footer .footer-link-collapse header .nav-item .link-item:not(.has-dropdown):after,header .dropdown-item .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .dropdown-item .choices[data-type*=select-one]:after,header .dropdown-item .dashboard-modal .modal-header .btn-close,header .dropdown-item .fleet-detail-modal .accordion .accordion-button:after,header .dropdown-item .icon,header .dropdown-item .primary-switch .slider:after,header .dropdown-item .swal2-container .swal2-styled.swal2-cancel.type-delete::after,header .dropdown-item footer .footer-link-collapse .btn-link:after,header .dropdown-item footer .footer-link-collapse .link-item:not(.has-dropdown):after,header .nav-item .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .nav-item .calendar-wrap .calendar-header .btn-close,header .nav-item .choices[data-type*=select-one]:after,header .nav-item .dashboard-modal .modal-header .btn-close,header .nav-item .fleet-detail-modal .accordion .accordion-button:after,header .nav-item .icon,header .nav-item .menu-item:before,header .nav-item .packages-card .features-list li:before,header .nav-item .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,header .nav-item .primary-switch .slider:after,header .nav-item .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .nav-item .swal2-container .swal2-styled.swal2-cancel.type-delete::after,header .nav-item .swiper-scrollbar .swiper-scrollbar-drag:after,header .nav-item .swiper-scrollbar .swiper-scrollbar-drag:before,header .nav-item .top-selected-item .top-selected-button:before,header .nav-item footer .footer-link-collapse .btn-link:after,header .nav-item footer .footer-link-collapse .link-item:not(.has-dropdown):after{display:flex;justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;font-size:10px}header .dropdown-item .nav-link{color:#000}header .dropdown-item .dropdown-menu{position:static}header .dropdown-menu{background-color:#f1f1f1}header .dropdown-menu .dropdown-item:first-child .nav-link,header .dropdown-menu .nav-item:first-child .nav-link{border-top-left-radius:4px;border-top-right-radius:4px}header .dropdown-menu .dropdown-item:last-child .nav-link,header .dropdown-menu .nav-item:last-child .nav-link{border-bottom-left-radius:4px;border-bottom-right-radius:4px}header .dropdown-menu .dropdown-menu{padding:0 8px 8px;border:0;border-radius:0}header .dropdown-menu .dropdown-menu .dropdown-item .nav-link{background-color:#fff}header .dropdown-btn .dropdown-menu.type-red-theme{display:none;flex-flow:column;align-items:center;flex-grow:1;width:360px;padding:20px 0 0;background-color:transparent;border:none;right:0;top:42px}header .dropdown-btn .dropdown-menu.type-red-theme .dropdown-item{padding:16px;background-color:#ad0a27}header .dropdown-btn .dropdown-menu.type-red-theme .dropdown-item:last-of-type{border-radius:0 0 8px 8px;padding:0 16px 16px}header .dropdown-btn .dropdown-menu.type-red-theme .dropdown-item .nav-link{padding:18px 24px;border-radius:240px;background-color:#f1f1f1;color:#000;text-align:left;font-size:15px;font-weight:600;line-height:1.33}header .nav-buttons{display:flex;align-items:center;position:relative}header .nav-buttons>:not(:last-child){margin-right:4px}header .nav-buttons .dropdown .btn:after{display:none}header .nav-buttons .btn-rounded{background-color:#ad0a27;color:#fff;font-size:14px;padding:14px 24px}@media (min-width:1200px) and (max-width:1439px){header .nav-buttons .btn-rounded{font-size:11px;padding:14px 20px}}@media (min-width:992px) and (max-width:1199px){header .nav-buttons .btn-rounded{font-size:10px;padding:12px 18px}}header .nav-buttons .btn-rounded.dropdown-btn.open::after{content:'';position:absolute;width:100%;height:36px;bottom:-16px;z-index:-1;background-color:#ad0a27}header .nav-buttons .btn-rounded.type-small{font-weight:600;padding:14px}@media (min-width:1440px){header .nav-buttons .btn-rounded.type-small{padding:14px;font-size:12px}}@media (min-width:1200px) and (max-width:1439px){header .nav-buttons .btn-rounded.type-small{font-size:10px;padding:12px 8px}}header .nav-buttons .btn-search{padding:15px}.breadcrumb header .nav-buttons .btn-search .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header header .nav-buttons .btn-search .btn-close,.fleet-detail-modal .accordion header .nav-buttons .btn-search .accordion-button:after,.primary-switch header .nav-buttons .btn-search .slider:after,.swal2-container header .nav-buttons .btn-search .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse header .nav-buttons .btn-search .btn-link:after,footer .footer-link-collapse header .nav-buttons .btn-search .link-item:not(.has-dropdown):after,header .nav-buttons .btn-search .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .nav-buttons .btn-search .calendar-wrap .calendar-header .btn-close,header .nav-buttons .btn-search .choices[data-type*=select-one]:after,header .nav-buttons .btn-search .dashboard-modal .modal-header .btn-close,header .nav-buttons .btn-search .fleet-detail-modal .accordion .accordion-button:after,header .nav-buttons .btn-search .icon,header .nav-buttons .btn-search .menu-item:before,header .nav-buttons .btn-search .packages-card .features-list li:before,header .nav-buttons .btn-search .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,header .nav-buttons .btn-search .primary-switch .slider:after,header .nav-buttons .btn-search .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .nav-buttons .btn-search .swal2-container .swal2-styled.swal2-cancel.type-delete::after,header .nav-buttons .btn-search .swiper-scrollbar .swiper-scrollbar-drag:after,header .nav-buttons .btn-search .swiper-scrollbar .swiper-scrollbar-drag:before,header .nav-buttons .btn-search .top-selected-item .top-selected-button:before,header .nav-buttons .btn-search footer .footer-link-collapse .btn-link:after,header .nav-buttons .btn-search footer .footer-link-collapse .link-item:not(.has-dropdown):after{padding-left:0}header .nav-buttons-mobile{text-align:center;display:flex;flex-flow:column;text-align:center;display:flex;flex-flow:column}header .nav-buttons-mobile .btn-rounded{margin-top:12px;background-color:#ff0134;margin-top:12px;background-color:#ff0134;color:#fff;width:100%;font-size:15px;font-weight:600;line-height:1.33;position:relative;width:100%;font-size:15px;font-weight:600;line-height:1.33;position:relative}header .search-section{background-color:#ad0a27;position:absolute;width:100%;visibility:hidden;opacity:0;height:0;transition:all ease .3s}header .search-section .container{display:flex;flex-flow:column;align-items:center;justify-content:center;text-align:center}@media (min-width:992px){header .search-section .container{flex-flow:row}}header .search-section form{width:100%}header .search-section .input-wrapper{width:100%}@media (min-width:992px){header .search-section .input-wrapper{width:auto}}header .search-section .section-title{font-size:32px;font-weight:700;line-height:1.41;color:#fff;margin:0 0 16px 0}@media (min-width:992px){header .search-section .section-title{margin:0 12px 0 0;font-size:28px}}@media (min-width:1200px){header .search-section .section-title{margin:0 26px 0 0;font-size:32px}}header .search-section .search-bar{display:flex;align-items:center;justify-content:space-between;background-color:#fff;min-width:296px;width:100%;padding:8px 11px 8px 24px;border-radius:52px;margin:0}@media (min-width:768px){header .search-section .search-bar{width:auto;padding:10px 14px 10px 32px;margin:0 26px 0 0;min-width:504px}}header .search-section .search-bar input{border:none;min-width:167px;display:flex;flex-grow:1;font-size:15px;outline:0}header .search-section .search-bar input ::placeholder{color:#000;opacity:1}@media (min-width:768px){header .search-section .search-bar input ::placeholder{color:inherit}}header .search-section .search-bar input :-ms-input-placeholder{color:#000;opacity:1}@media (min-width:768px){header .search-section .search-bar input :-ms-input-placeholder{color:inherit}}header .search-section .search-bar input ::-ms-input-placeholder{color:#000;opacity:1}@media (min-width:768px){header .search-section .search-bar input ::-ms-input-placeholder{color:inherit}}header .search-section .close-btn{padding:6px 10px;background-color:#d4002a}@media (min-width:768px){header .search-section .close-btn{padding:14px 18px}}.breadcrumb header .search-section .close-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header header .search-section .close-btn .btn-close,.fleet-detail-modal .accordion header .search-section .close-btn .accordion-button:after,.primary-switch header .search-section .close-btn .slider:after,.swal2-container header .search-section .close-btn .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse header .search-section .close-btn .btn-link:after,footer .footer-link-collapse header .search-section .close-btn .link-item:not(.has-dropdown):after,header .search-section .close-btn .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .search-section .close-btn .choices[data-type*=select-one]:after,header .search-section .close-btn .dashboard-modal .modal-header .btn-close,header .search-section .close-btn .fleet-detail-modal .accordion .accordion-button:after,header .search-section .close-btn .icon,header .search-section .close-btn .primary-switch .slider:after,header .search-section .close-btn .swal2-container .swal2-styled.swal2-cancel.type-delete::after,header .search-section .close-btn footer .footer-link-collapse .btn-link:after,header .search-section .close-btn footer .footer-link-collapse .link-item:not(.has-dropdown):after{padding-left:0}footer .footer-collapse{color:#fff}footer .footer-collapse .title{font-size:15px;font-weight:600;line-height:1.6;margin-bottom:8px}@media (min-width:768px){footer .footer-collapse .title{margin-bottom:0;margin-right:16px}}footer .footer-collapse .desc{font-size:12px;line-height:1.33;margin-bottom:15px}@media (min-width:768px){footer .footer-collapse .desc{margin-bottom:0}}@media (min-width:768px){footer .btn-collapse-toggle{margin-left:auto}}footer .btn-collapse-toggle:not(.active) .active-text{display:none}footer .btn-collapse-toggle.active .passive-text{display:none}@media (max-width:991px){footer .btn-collapse-toggle{font-size:12px}}footer .collapse-content{font-size:15px;line-height:1.6;margin-top:10px;margin-bottom:20px}@media (min-width:768px){footer .collapse-content{margin-bottom:0}}footer .collapse-content p:last-child{margin-bottom:0}footer .footer-top{padding:16px 0;background-color:#d4002a}@media (min-width:768px){footer .footer-top{padding:24px 0}}footer .footer-top .btn-link{color:#fff}footer .footer-bottom{background-color:#ad0a27}@media (min-width:768px){footer .footer-bottom{padding:25px 0}}@media (min-width:992px){footer .footer-bottom{padding:30px 0}}@media (min-width:1200px){footer .footer-bottom{padding:35px 0}}footer .footer-link-collapse{background:#ad0a27;position:relative}@media (min-width:768px){footer .footer-link-collapse{background:0 0;border:0;margin:0 0 50px 0;padding:0}}@media (min-width:1200px){footer .footer-link-collapse{margin-bottom:0}}footer .footer-link-collapse::after{content:'';position:absolute;width:calc(100% + 24px);height:3px;background-color:#d4002a;left:-12px;bottom:0}@media (min-width:768px){footer .footer-link-collapse::after{background-color:#ad0a27;height:1px;width:100%;left:0}}@media (min-width:768px){footer .footer-link-collapse .collapse{display:block}}footer .footer-link-collapse .btn-link{display:flex;align-items:center;padding:16px 0;font-size:15px;font-weight:600;color:#fff;border:0;width:100%;text-align:left;border-radius:0}@media (min-width:768px){footer .footer-link-collapse .btn-link{padding:0 0 24px 0;font-weight:700;pointer-events:none}}@media (min-width:1200px){footer .footer-link-collapse .btn-link{font-size:16px}}@media (min-width:1200px) and (max-width:1439px){footer .footer-link-collapse .btn-link{font-size:14px}}footer .footer-link-collapse .btn-link:after{padding-left:10px;margin-left:auto;font-size:12px}@media (min-width:768px){footer .footer-link-collapse .btn-link:after{display:none}}@media (max-width:767px){footer .footer-link-collapse .btn-link[aria-expanded=true]:after{transform:rotate(180deg) translateX(-10px)}}footer .footer-link-collapse .link-item{display:flex;align-items:center;padding:12px 0;font-size:12px;font-weight:600;border-bottom:1px solid #d4002a;color:#fff}@media (min-width:1440px){footer .footer-link-collapse .link-item{padding:16px 0}}@media (min-width:1200px){footer .footer-link-collapse .link-item{font-size:14px}}@media (min-width:1200px) and (max-width:1439px){footer .footer-link-collapse .link-item{font-size:12px}}@media (max-width:767px){.breadcrumb footer .footer-link-collapse .link-item.has-dropdown[aria-expanded=true]>.breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header footer .footer-link-collapse .link-item.has-dropdown[aria-expanded=true]>.btn-close,.fleet-detail-modal .accordion footer .footer-link-collapse .link-item.has-dropdown[aria-expanded=true]>.accordion-button:after,.swal2-container footer .footer-link-collapse .link-item.has-dropdown[aria-expanded=true]>.swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .breadcrumb .link-item.has-dropdown[aria-expanded=true]>.breadcrumb-item+.breadcrumb-item:before,footer .footer-link-collapse .dashboard-modal .modal-header .link-item.has-dropdown[aria-expanded=true]>.btn-close,footer .footer-link-collapse .fleet-detail-modal .accordion .link-item.has-dropdown[aria-expanded=true]>.accordion-button:after,footer .footer-link-collapse .swal2-container .link-item.has-dropdown[aria-expanded=true]>.swal2-styled.swal2-cancel.type-delete::after{color:#fff;transform:rotate(180deg) translateX(-10px)}}.breadcrumb footer .footer-link-collapse .link-item.has-dropdown>.breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header footer .footer-link-collapse .link-item.has-dropdown>.btn-close,.fleet-detail-modal .accordion footer .footer-link-collapse .link-item.has-dropdown>.accordion-button:after,.swal2-container footer .footer-link-collapse .link-item.has-dropdown>.swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .breadcrumb .link-item.has-dropdown>.breadcrumb-item+.breadcrumb-item:before,footer .footer-link-collapse .dashboard-modal .modal-header .link-item.has-dropdown>.btn-close,footer .footer-link-collapse .fleet-detail-modal .accordion .link-item.has-dropdown>.accordion-button:after,footer .footer-link-collapse .swal2-container .link-item.has-dropdown>.swal2-styled.swal2-cancel.type-delete::after{margin-left:auto;padding-left:10px}footer .footer-link-collapse .link-item:not(.has-dropdown):after{padding-left:10px;margin-left:auto;font-size:12px}@media (min-width:1200px) and (max-width:1439px){footer .footer-link-collapse .link-item:not(.has-dropdown):after{font-size:10px}}footer .footer-link-collapse .dropdown{display:flex;flex-flow:column}@media (max-width:767px){footer .footer-link-collapse .dropdown>.dropdown-menu{padding:0 0 6px 0}}footer .footer-link-collapse .dropdown-menu{position:static!important;transform:none!important;margin-top:0;background-color:transparent;border:0;padding:0 0 14px 0;border-radius:0}footer .footer-link-collapse .dropdown-menu .dropdown-item{padding:6px 0;font-size:12px;line-height:normal}@media (min-width:768px){footer .footer-link-collapse .dropdown-menu .dropdown-item{padding:2px 0;color:#fff}}@media (min-width:1440px){footer .footer-link-collapse .dropdown-menu .dropdown-item{font-size:15px;line-height:1.6}}footer .footer-link-collapse .dropdown-menu .dropdown-item:focus,footer .footer-link-collapse .dropdown-menu .dropdown-item:hover{background-color:transparent;color:#000}@media (min-width:768px){footer .footer-link-collapse .dropdown-menu .dropdown-item:focus,footer .footer-link-collapse .dropdown-menu .dropdown-item:hover{color:#fff}}footer .footer-social-media{background:#d4002a;padding:16px 0;margin:-3px 0 0 0}@media (min-width:768px){footer .footer-social-media{padding:21px 0;margin:0}}footer .footer-social-media .copyright-text{font-size:13px;font-weight:600;line-height:1.15;color:#fff;opacity:.5}@media (min-width:768px){footer .footer-social-media .copyright-text{position:absolute;left:50%;transform:translateX(-50%)}}footer .language-select-wrapper{display:flex;align-items:center;margin-top:auto;margin-left:12px}@media (min-width:992px){footer .language-select-wrapper{margin-left:24px}}.social-media-links{display:flex;list-style:none;margin:0;padding:0;margin-top:0}@media (min-width:576px){.social-media-links{margin-top:16px}}@media (min-width:768px){.social-media-links{margin-top:0;margin-left:12px}}.social-media-links li:not(:first-child){display:flex;margin-left:16px}@media (min-width:768px){.social-media-links li:not(:first-child){margin-left:8px}}.social-media-link{display:flex;align-items:center;justify-content:center;height:48px;width:48px;min-width:48px;border-radius:50%;background-color:#ad0a27;color:#fff}.breadcrumb .social-media-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .social-media-link .btn-close,.fleet-detail-modal .accordion .social-media-link .accordion-button:after,.primary-switch .social-media-link .slider:after,.social-media-link .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.social-media-link .choices[data-type*=select-one]:after,.social-media-link .dashboard-modal .modal-header .btn-close,.social-media-link .fleet-detail-modal .accordion .accordion-button:after,.social-media-link .icon,.social-media-link .primary-switch .slider:after,.social-media-link .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.social-media-link footer .footer-link-collapse .btn-link:after,.social-media-link footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .social-media-link .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .social-media-link .btn-link:after,footer .footer-link-collapse .social-media-link .link-item:not(.has-dropdown):after{font-size:18px}.social-media-link:hover{color:#fff}.general-section{padding:24px 0;font-size:15px;line-height:1.6;position:relative}@media (min-width:992px){.general-section{padding:32px 0}}@media (min-width:1200px){.general-section{padding:48px 0}}@media (min-width:1440px){.general-section{padding:72px 0;font-size:16px;line-height:1.5}}.general-section.small-padding{padding:16px 0}@media (min-width:768px){.general-section.small-padding{padding:32px 0}}.general-section .section-bg-img{display:flex;justify-content:flex-end;position:fixed;right:0;top:0;max-width:40.625vw;height:100%;padding:0;margin-bottom:0;z-index:-1}.general-section .section-bg-img img{object-position:left;aspect-ratio:.911214;height:100%}.general-section .section-title{font-size:20px;font-weight:700;color:#d4002a;margin:0}@media (min-width:1200px){.general-section .section-title{font-size:24px}}.general-section .section-title.medium{font-size:15px;line-height:1.33}@media (min-width:1200px){.general-section .section-title.medium{font-size:20px;line-height:normal}}.general-section .section-text{display:inline-block;font-size:16px;line-height:1.5;margin-top:8px}.breadcrumb .contact-card .contact-option .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-card .contact-option .btn-close,.fleet-detail-modal .accordion .contact-card .contact-option .accordion-button:after,.swal2-container .contact-card .contact-option .swal2-styled.swal2-cancel.type-delete::after{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:10px;border-radius:50%;width:32px;height:32px;background-color:#d4002a;margin-right:12px}@media (min-width:992px){.breadcrumb .contact-card .contact-option .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-card .contact-option .btn-close,.fleet-detail-modal .accordion .contact-card .contact-option .accordion-button:after,.swal2-container .contact-card .contact-option .swal2-styled.swal2-cancel.type-delete::after{margin-right:8px;width:24px;height:24px;min-width:24px}}.breadcrumb .download-card:hover .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-card:hover .btn-close,.fleet-detail-modal .accordion .download-card:hover .accordion-button:after,.swal2-container .download-card:hover .swal2-styled.swal2-cancel.type-delete::after{background:#ff0134}.breadcrumb .download-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-card .btn-close,.fleet-detail-modal .accordion .download-card .accordion-button:after,.swal2-container .download-card .swal2-styled.swal2-cancel.type-delete::after{margin-left:16px;color:#fff;font-size:12px;padding:10px;background:#d4002a;border-radius:50%;transition:ease background .3s}@media (min-width:1200px){.breadcrumb .download-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-card .btn-close,.fleet-detail-modal .accordion .download-card .accordion-button:after,.swal2-container .download-card .swal2-styled.swal2-cancel.type-delete::after{font-size:18px;padding:15px}}.gallery-slider .swiper-video iframe{width:100%;height:100%;pointer-events:none}.gallery-slider .gallery-navigation{position:absolute;bottom:28px;right:28px;width:fit-content;z-index:2}.gallery-slider .gallery-navigation .slider-navigation{background-color:#f1f1f1}.primary-accordion{padding:8px;border:1px solid #e2e2e2;border-radius:8px}@media (min-width:992px){.primary-accordion{padding:16px 24px}}.primary-accordion.type-boxes{padding:0;border:none}.primary-accordion.type-boxes .accordion-item:not(:last-child){margin-bottom:16px}.primary-accordion.type-boxes .accordion-button{border:1px solid #e2e2e2;border-radius:8px}.primary-accordion.type-boxes .accordion-button[aria-expanded=true]{border-color:transparent;border-radius:8px 8px 0 0}.primary-accordion .accordion-item{border:none;border-radius:8px;overflow:hidden}.primary-accordion .accordion-item:not(:last-child) .accordion-button{border-bottom:1px solid #e2e2e2}.primary-accordion .accordion-item:not(:last-child) .accordion-button[aria-expanded=true]{border-bottom:1px solid transparent}.primary-accordion .accordion-button{background:#fff;box-shadow:none;color:#000;font-size:15px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;display:flex;align-items:center;justify-content:space-between;z-index:1;padding:16px}@media (min-width:992px){.primary-accordion .accordion-button{font-size:16px}}.primary-accordion .accordion-button::after{display:none}.breadcrumb .primary-accordion .accordion-button .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .primary-accordion .accordion-button .btn-close,.fleet-detail-modal .accordion .primary-accordion .accordion-button .accordion-button:after,.primary-accordion .accordion-button .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.primary-accordion .accordion-button .choices[data-type*=select-one]:after,.primary-accordion .accordion-button .dashboard-modal .modal-header .btn-close,.primary-accordion .accordion-button .fleet-detail-modal .accordion .accordion-button:after,.primary-accordion .accordion-button .icon,.primary-accordion .accordion-button .primary-switch .slider:after,.primary-accordion .accordion-button .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.primary-accordion .accordion-button footer .footer-link-collapse .btn-link:after,.primary-accordion .accordion-button footer .footer-link-collapse .link-item:not(.has-dropdown):after,.primary-switch .primary-accordion .accordion-button .slider:after,.swal2-container .primary-accordion .accordion-button .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .primary-accordion .accordion-button .btn-link:after,footer .footer-link-collapse .primary-accordion .accordion-button .link-item:not(.has-dropdown):after{display:flex;align-items:center;justify-content:center;min-width:32px;width:32px;height:32px;font-size:11px;background-color:#d4002a;color:#fff;border-radius:50%}.primary-accordion .accordion-button[aria-expanded=true]{background-color:#f8f6f6;color:#d4002a;padding-bottom:4px;margin-top:-3px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom:none}.primary-accordion .accordion-body{border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#f8f6f6;display:flex;flex-direction:column;font-size:15px;font-weight:400;line-height:1.6;letter-spacing:normal;color:#000;padding:16px}.primary-accordion .accordion-body p:last-child{margin-bottom:0}.form-group{display:block;margin-bottom:16px;position:relative}.form-group.type-open-relative .choices[data-type*=select-one].is-open .choices__list--dropdown{max-height:150px;overflow:auto;position:relative;margin-top:4px}.form-group .choices[data-type*=select-one].is-flipped .choices__list--dropdown{bottom:auto!important;top:calc(100% + 4px)!important}.form-group .choices[data-type*=select-one].is-flipped .choices__list--dropdown .choices__list{overflow-y:auto!important;overflow-x:hidden!important}.form-group .choices__list--dropdown .choices__item{white-space:nowrap;padding:13.5px 16px 13.5px 8px;font-size:12px}.breadcrumb .form-group .clear-input-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .form-group .clear-input-btn .btn-close,.fleet-detail-modal .accordion .form-group .clear-input-btn .accordion-button:after,.swal2-container .form-group .clear-input-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:8px;font-weight:700}.breadcrumb .primary-form .checkbox-show-detail .btn-link[aria-expanded=true] .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .primary-form .checkbox-show-detail .btn-link[aria-expanded=true] .btn-close,.fleet-detail-modal .accordion .primary-form .checkbox-show-detail .btn-link[aria-expanded=true] .accordion-button:after,.swal2-container .primary-form .checkbox-show-detail .btn-link[aria-expanded=true] .swal2-styled.swal2-cancel.type-delete::after{transform:rotate(180deg)}.breadcrumb .primary-form .checkbox-show-detail .btn-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .primary-form .checkbox-show-detail .btn-link .btn-close,.fleet-detail-modal .accordion .primary-form .checkbox-show-detail .btn-link .accordion-button:after,.swal2-container .primary-form .checkbox-show-detail .btn-link .swal2-styled.swal2-cancel.type-delete::after{font-size:10px;transition:transform .3s}.choices{margin-bottom:0}.choices.is-open .choices__inner,.choices.is-open .choices__list{border-color:#a2a2a2!important}.choices[data-type*=select-one]:after{border:0;right:16px;top:20px;transform:translateY(-50%);line-height:0;margin:0;width:12px;height:12px;font-size:12px;color:#000;transition:ease color,transform .3s}.choices[data-type*=select-one].is-open:after{margin-top:0;transform:translateY(-50%) rotate(180deg)}.choices[data-type*=select-one].is-open .choices__list--dropdown{top:calc(100% + 4px)}.choices[data-type*=select-one].is-flipped .choices__list--dropdown{top:auto;bottom:calc(100% + 4px)}.choices[data-type*=select-one] .choices__inner{padding-bottom:7px;border-color:#e2e2e2}.choices__inner{align-items:center;display:flex;height:48px;padding:7px 16px;background-color:#fff;border-radius:4px;border-color:#a2a2a2;transition:ease border-color .3s}.choices__placeholder{opacity:1;color:#5f5f60}.choices__list--single{padding:0}.choices__list--single .choices__placeholder{opacity:.6}.choices__list--single .choices__item{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:90%;font-size:13px}.choices__list--dropdown{border-radius:4px;background-color:#fff;z-index:3}.choices__list--dropdown .choices__list{padding:1px 0;max-height:296px}.choices__list--dropdown .choices__list{scrollbar-width:thin;scrollbar-color:#ff0134 #e2e2e2}.choices__list--dropdown .choices__list::-webkit-scrollbar{width:4px;height:4px}.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb{background:#ff0134;border-radius:2px}.choices__list--dropdown .choices__list::-webkit-scrollbar-track{background:#e2e2e2;border-radius:2px}.choices__list--dropdown .choices__item{padding:13.5px 16px;font-size:13px;line-height:1.57}.choices__list--dropdown .choices__item+.choices__item{border-top:1px solid #e8eaf1}.choices__list--dropdown .choices__placeholder{display:none}.choices__list--dropdown .choices__placeholder+.choices__item{border-top:0}.cookie-modal .modal-content{border-radius:10px}.cookie-modal .modal-dialog{max-width:700px}.cookie-modal .modal-header{background:#d4002a;color:#fff;border-top-right-radius:9px;border-top-left-radius:9px;padding:12px}@media (min-width:1200px){.cookie-modal .modal-header{padding:24px}}.cookie-modal .modal-body{font-size:14px;font-weight:400;line-height:1.57;padding:12px}@media (min-width:768px){.cookie-modal .modal-body{padding:24px;font-size:16px;line-height:1.5}}.cookie-modal .modal-body p:last-child{margin-bottom:0}.cookie-modal .modal-body.type-secondary{padding:12px 12px 0}@media (min-width:768px){.cookie-modal .modal-body.type-secondary{padding:16px 24px 0}}.cookie-modal .modal-footer{border-top:1px solid #f1f1f1;justify-content:center;padding:16px 12px}@media (min-width:1200px){.cookie-modal .modal-footer{padding:24px 0;margin:0 24px}}.cookie-modal .modal-footer.type-secondary{border:none;padding:12px 0 26px;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (min-width:1200px){.cookie-modal .modal-footer.type-secondary{padding:24px 0 36px}}.cookie-modal .modal-footer .btn-rounded{min-width:195px}.cookie-modal .modal-footer .button-wrapper{display:flex;width:100%;align-items:center;justify-content:center;flex-direction:column;margin-bottom:24px}@media (min-width:576px){.cookie-modal .modal-footer .button-wrapper{flex-direction:row;justify-content:space-between}}.cookie-modal .modal-footer .button-wrapper .btn{min-width:200px;justify-content:center;margin-right:0}.cookie-modal .modal-footer .button-wrapper .btn span{text-align:center;justify-content:center}@media (min-width:576px){.cookie-modal .modal-footer .button-wrapper .btn{min-width:unset;flex-grow:1;flex-basis:200px}}.cookie-modal .modal-footer .button-wrapper .btn:not(:last-child){margin-bottom:12px}@media (min-width:576px){.cookie-modal .modal-footer .button-wrapper .btn:not(:last-child){margin:0;margin-right:8px}}@media (min-width:992px){.cookie-modal .modal-footer .button-wrapper .btn:not(:last-child){margin-right:8px}}@media (min-width:1200px){.cookie-modal .modal-footer .button-wrapper .btn:not(:last-child){margin-right:12px}}@media (min-width:1440px){.cookie-modal .modal-footer .button-wrapper .btn:not(:last-child){margin-right:16px}}.cookie-modal .modal-title{font-size:16px;font-weight:700;color:#fff}@media (min-width:1200px){.cookie-modal .modal-title{font-size:20px}}.cookie-modal .modal-title.medium{font-size:15px;font-weight:700;line-height:1.33;color:#000}@media (min-width:768px){.cookie-modal .modal-title.medium{font-size:16px;line-height:1.5}}.cookie-modal .btn-link{background:0 0;color:#fff;font-size:12px;font-weight:600;line-height:1.25}@media (min-width:1200px){.cookie-modal .btn-link{font-size:15px;line-height:1}}.cookie-modal .modal-close{font-size:12px;font-weight:600;line-height:1;color:#222;background-color:transparent;border:none;text-decoration:underline}@media (min-width:1200px){.cookie-modal .modal-close{font-size:15px}}.cookie-modal .cookie-card{padding:12px 16px 16px;border-radius:10px;background-color:#f8f6f6}@media (min-width:1200px){.cookie-modal .cookie-card{padding:16px}}.cookie-modal .cookie-card:not(:last-child){margin-bottom:12px}.cookie-modal .cookie-card .description{font-size:12px;line-height:1.5;margin:8px 0 0}@media (min-width:1200px){.cookie-modal .cookie-card .description{max-width:90%}}.primary-switch{position:relative;display:inline-block;width:48px;height:24px}.primary-switch input{opacity:0;width:0;height:0}.primary-switch input:checked+.slider{background-color:#ad0a27}.primary-switch input:checked+.slider:before{background-color:#fff0f0}.primary-switch input:checked+.slider:before{transform:translateX(calc(100% + 2px))}.primary-switch input:checked+.slider:after{right:inherit;left:9px}.primary-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#646464;transition:.5s}.primary-switch .slider:before{position:absolute;content:'';height:20px;width:20px;left:2px;bottom:2px;right:2px;background-color:#fff;transition:.5s;box-shadow:0 0 20px 0 rgba(0,0,0,.1)}.primary-switch .slider:after{position:absolute;right:9px;top:0;bottom:0;display:flex;align-items:center;font-size:10px;color:#fff}.primary-switch .slider.round{border-radius:12px}.primary-switch .slider.round:before{border-radius:50%}.primary-switch.type-small{width:36px;height:18px}.primary-switch.type-small .slider::before{height:15px;width:15px}.primary-switch.type-small .slider:after{font-size:8px;right:8px}.primary-switch.type-small input:checked+.slider:after{left:6px}.breadcrumb .icon-text-list .list-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-text-list .list-item .btn-close,.fleet-detail-modal .accordion .icon-text-list .list-item .accordion-button:after,.swal2-container .icon-text-list .list-item .swal2-styled.swal2-cancel.type-delete::after{border:solid 1px #e2e2e2;background-color:#fff;color:#ff0134;border-radius:50%;font-size:15px;padding:12px;margin-right:8px;display:flex;align-items:center;justify-content:center;height:fit-content}@media (min-width:1200px){.breadcrumb .icon-text-list .list-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-text-list .list-item .btn-close,.fleet-detail-modal .accordion .icon-text-list .list-item .accordion-button:after,.swal2-container .icon-text-list .list-item .swal2-styled.swal2-cancel.type-delete::after{font-size:30px;padding:25px;margin-right:16px}}.breadcrumb .bordered-content.secondary .content-img .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .bordered-content.secondary .content-img .btn-close,.fleet-detail-modal .accordion .bordered-content.secondary .content-img .accordion-button:after,.swal2-container .bordered-content.secondary .content-img .swal2-styled.swal2-cancel.type-delete::after{font-size:13px}@media (min-width:1200px){.breadcrumb .bordered-content.secondary .content-img .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .bordered-content.secondary .content-img .btn-close,.fleet-detail-modal .accordion .bordered-content.secondary .content-img .accordion-button:after,.swal2-container .bordered-content.secondary .content-img .swal2-styled.swal2-cancel.type-delete::after{font-size:18px}}@media (min-width:768px){.gallery-modal .modal-dialog{max-width:680px}}.gallery-modal .modal-content{padding:8px;border:0;border-radius:7px}@media (min-width:768px){.gallery-modal .modal-content{padding:16px;border-radius:8.4px}}.gallery-modal .btn-modal-close{position:absolute;top:16px;right:16px}@media (min-width:768px){.gallery-modal .btn-modal-close{top:30px;right:38px}}.primary-modal .modal-dialog{max-width:100%}@media (min-width:768px){.primary-modal .modal-dialog{max-width:648px}}@media (max-width:767px){.primary-modal .modal-dialog{margin:0}}.primary-modal .modal-content{border:0;border-radius:10px}@media (max-width:767px){.primary-modal .modal-content{border-radius:0;height:100vh}}.primary-modal .modal-header{padding:0 0 16px;margin:16px 12px 8px}@media (min-width:768px){.primary-modal .modal-header{padding-bottom:24px;margin:24px 24px 0}}.primary-modal .modal-body{font-size:15px;line-height:1.6;padding:16px 12px}@media (min-width:768px){.primary-modal .modal-body{padding:24px}}@media (min-width:1440px){.primary-modal .modal-body{font-size:16px;line-height:1.5}}@media (max-width:991px){.primary-modal .modal-dialog-scrollable{height:inherit}}@media (min-width:768px){.primary-modal .modal-dialog-scrollable{max-height:443px}}.primary-modal .modal-dialog-scrollable .modal-body{max-height:443px;background:linear-gradient(#fff 33%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),#fff 66%) 0 100%,radial-gradient(farthest-side at 50% 0,rgba(143,143,143,.5),rgba(0,0,0,0)),radial-gradient(farthest-side at 50% 100%,rgba(143,143,143,.5),rgba(0,0,0,0)) 0 100%;background-color:#fff;background-repeat:no-repeat;background-attachment:local,local,scroll,scroll;background-size:100% 45px,100% 45px,100% 15px,100% 15px}.primary-modal .modal-dialog-scrollable .modal-body{scrollbar-width:thin;scrollbar-color:#cdcdcd transparent}.primary-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar{width:6px;height:6px}.primary-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb{background:#cdcdcd;border-radius:2.5px}.primary-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track{background:0 0;border-radius:2.5px}@media (max-width:991px){.primary-modal .modal-dialog-scrollable .modal-body{padding:12px 12px;margin-top:-8px;max-height:inherit}}.primary-modal .modal-title{font-size:16px;font-weight:700;line-height:normal;color:#d4002a}@media (min-width:768px){.primary-modal .modal-title{font-size:18px}}@media (min-width:992px){.primary-modal .modal-title{font-size:20px}}.primary-modal .content>p:last-child{margin-bottom:0}.btn-modal-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;margin:0;padding:0;border-radius:50%;border:0;font-size:12px;color:#ff0134;background:#f8f6f6;opacity:1}.modal-body strong a{word-break:break-all}.swal2-container .swal2-popup{display:flex!important;flex-flow:column;justify-content:center;width:478px;box-shadow:0 2px 24px 0 rgba(0,0,0,.24);padding:75px 32px 32px;border-radius:8px;z-index:0}@media (min-width:768px){.swal2-container .swal2-popup{min-height:379px}}.swal2-container .swal2-title{padding:0;font-size:18px;font-weight:700;line-height:normal;color:#000}@media (min-width:768px){.swal2-container .swal2-title{font-size:20px}}.swal2-container .swal2-html-container{font-size:15px;line-height:1.6;margin:8px 0 0}@media (min-width:768px){.swal2-container .swal2-html-container{font-size:16px;line-height:1.5;margin-top:16px}}.swal2-container .swal2-actions{flex-direction:column;margin-top:24px}.swal2-container .swal2-actions button{margin:0}.swal2-container .swal2-actions button+button{margin-top:16px}@media (min-width:768px){.swal2-container .swal2-actions button+button{margin-top:0;margin-right:16px}}@media (min-width:768px){.swal2-container .swal2-actions{flex-direction:row-reverse;margin-top:40px}}.swal2-container .swal2-actions.type-column{flex-direction:column}.swal2-container .swal2-actions.type-column button{margin:0}.swal2-container .swal2-actions.type-column button+button{margin-top:16px}.swal2-container .swal2-icon{position:absolute;top:-40px;right:0;left:0;border:0;margin:0;width:auto;height:auto}.breadcrumb .swal2-container .swal2-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .swal2-container .swal2-icon .btn-close,.fleet-detail-modal .accordion .swal2-container .swal2-icon .accordion-button:after,.primary-switch .swal2-container .swal2-icon .slider:after,.swal2-container .swal2-icon .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.swal2-container .swal2-icon .calendar-wrap .calendar-header .btn-close,.swal2-container .swal2-icon .choices[data-type*=select-one]:after,.swal2-container .swal2-icon .dashboard-modal .modal-header .btn-close,.swal2-container .swal2-icon .fleet-detail-modal .accordion .accordion-button:after,.swal2-container .swal2-icon .icon,.swal2-container .swal2-icon .menu-item:before,.swal2-container .swal2-icon .packages-card .features-list li:before,.swal2-container .swal2-icon .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.swal2-container .swal2-icon .primary-switch .slider:after,.swal2-container .swal2-icon .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.swal2-container .swal2-icon .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .swal2-icon .swiper-scrollbar .swiper-scrollbar-drag:after,.swal2-container .swal2-icon .swiper-scrollbar .swiper-scrollbar-drag:before,.swal2-container .swal2-icon .top-selected-item .top-selected-button:before,.swal2-container .swal2-icon footer .footer-link-collapse .btn-link:after,.swal2-container .swal2-icon footer .footer-link-collapse .link-item:not(.has-dropdown):after,footer .footer-link-collapse .swal2-container .swal2-icon .btn-link:after,footer .footer-link-collapse .swal2-container .swal2-icon .link-item:not(.has-dropdown):after{display:flex;align-items:center;justify-content:center;width:64px;height:64px;font-size:24px;background-color:#a2a2a2;border-radius:50%;box-shadow:0 3px 1px 0 rgba(0,0,0,.06),0 3px 8px 0 rgba(0,0,0,.15)}@media (min-width:768px){.breadcrumb .swal2-container .swal2-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .swal2-container .swal2-icon .btn-close,.fleet-detail-modal .accordion .swal2-container .swal2-icon .accordion-button:after,.primary-switch .swal2-container .swal2-icon .slider:after,.swal2-container .swal2-icon .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.swal2-container .swal2-icon .calendar-wrap .calendar-header .btn-close,.swal2-container .swal2-icon .choices[data-type*=select-one]:after,.swal2-container .swal2-icon .dashboard-modal .modal-header .btn-close,.swal2-container .swal2-icon .fleet-detail-modal .accordion .accordion-button:after,.swal2-container .swal2-icon .icon,.swal2-container .swal2-icon .menu-item:before,.swal2-container .swal2-icon .packages-card .features-list li:before,.swal2-container .swal2-icon .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.swal2-container .swal2-icon .primary-switch .slider:after,.swal2-container .swal2-icon .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.swal2-container .swal2-icon .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .swal2-icon .swiper-scrollbar .swiper-scrollbar-drag:after,.swal2-container .swal2-icon .swiper-scrollbar .swiper-scrollbar-drag:before,.swal2-container .swal2-icon .top-selected-item .top-selected-button:before,.swal2-container .swal2-icon footer .footer-link-collapse .btn-link:after,.swal2-container .swal2-icon footer .footer-link-collapse .link-item:not(.has-dropdown):after,footer .footer-link-collapse .swal2-container .swal2-icon .btn-link:after,footer .footer-link-collapse .swal2-container .swal2-icon .link-item:not(.has-dropdown):after{width:80px;height:80px}}.dashboard-modal .modal-header .swal2-container .swal2-icon .btn-close:after,.fleet-detail-modal .accordion .swal2-container .swal2-icon .accordion-button:after,.primary-switch .swal2-container .swal2-icon .slider:after,.swal2-container .swal2-icon .calendar-wrap .calendar-header .btn-close:after,.swal2-container .swal2-icon .choices[data-type*=select-one]:after,.swal2-container .swal2-icon .dashboard-modal .modal-header .btn-close:after,.swal2-container .swal2-icon .fleet-detail-modal .accordion .accordion-button:after,.swal2-container .swal2-icon .icon:after,.swal2-container .swal2-icon .primary-switch .slider:after,.swal2-container .swal2-icon .swiper-scrollbar .swiper-scrollbar-drag:after,.swal2-container .swal2-icon footer .footer-link-collapse .btn-link:after,.swal2-container .swal2-icon footer .footer-link-collapse .link-item:not(.has-dropdown):after,footer .footer-link-collapse .swal2-container .swal2-icon .btn-link:after,footer .footer-link-collapse .swal2-container .swal2-icon .link-item:not(.has-dropdown):after{content:'';position:absolute;top:40px;right:0;left:0;height:100%;border-top-right-radius:6px;border-top-left-radius:6px;background-repeat:no-repeat;background-size:contain;background-position:center top;z-index:-1}.swal2-container .swal2-icon .icon-check,.swal2-container .swal2-icon .packages-card .features-list li:before{background-color:#e9f6e5;color:#208b00}.swal2-container .swal2-icon .icon-check:after{background-image:url(/assets/img/swal2-shapes/check.png)}.dashboard-modal .modal-header .swal2-container .swal2-icon .btn-close,.swal2-container .swal2-icon .calendar-wrap .calendar-header .btn-close,.swal2-container .swal2-icon .dashboard-modal .modal-header .btn-close,.swal2-container .swal2-icon .icon-close{background-color:#fde5ec;color:#f1004a}.dashboard-modal .modal-header .swal2-container .swal2-icon .btn-close:after,.swal2-container .swal2-icon .calendar-wrap .calendar-header .btn-close:after,.swal2-container .swal2-icon .dashboard-modal .modal-header .btn-close:after,.swal2-container .swal2-icon .icon-close:after{background-image:url(/assets/img/swal2-shapes/close.png)}.swal2-container .swal2-icon .icon-info{background-color:#ebf4ff;color:#0b5fbc}.swal2-container .swal2-icon .icon-info:after{background-image:url(/assets/img/swal2-shapes/info.png)}.swal2-container .swal2-icon .icon-exclamation{background-color:#fff6e7;color:#ffa814}.swal2-container .swal2-icon .icon-exclamation:after{background-image:url(/assets/img/swal2-shapes/exclamation.png)}.swal2-container .swal2-styled{display:flex;align-items:center}.swal2-container .swal2-styled.swal2-cancel,.swal2-container .swal2-styled.swal2-confirm{border-radius:24px;font-size:15px;font-weight:600;line-height:1.33;padding:14px 24px;width:100%}@media (min-width:768px){.swal2-container .swal2-styled.swal2-cancel,.swal2-container .swal2-styled.swal2-confirm{width:auto}}.swal2-container .swal2-styled.swal2-cancel:focus,.swal2-container .swal2-styled.swal2-confirm:focus{box-shadow:none}.swal2-container .swal2-styled.swal2-confirm{background-color:#ff0134;min-width:164px}@media (min-width:768px){.swal2-container .swal2-styled.swal2-confirm{min-width:174px}}.swal2-container .swal2-styled.swal2-cancel.type-delete{display:flex!important;background-color:transparent;border:1px solid #ff0134;color:#ff0134;min-width:164px}@media (min-width:768px){.swal2-container .swal2-styled.swal2-cancel.type-delete{min-width:128px}}.swal2-container .swal2-styled.swal2-cancel.type-delete::after{content:'';margin-left:auto}.swal2-container .swal2-styled.swal2-cancel.type-text{background-color:transparent;padding:0;font-size:12px;font-weight:600;line-height:1;color:#000;min-width:164px}.swal2-container .swal2-styled.swal2-cancel.type-text:focus,.swal2-container .swal2-styled.swal2-cancel.type-text:hover{background:0 0}@media (min-width:768px){.swal2-container .swal2-styled.swal2-cancel.type-text{font-size:15px;font-weight:600;text-decoration:underline;min-width:132px}}.breadcrumb .swal2-container .swal2-styled .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .swal2-container .swal2-styled .btn-close,.fleet-detail-modal .accordion .swal2-container .swal2-styled .accordion-button:after,.primary-switch .swal2-container .swal2-styled .slider:after,.swal2-container .swal2-styled .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.swal2-container .swal2-styled .calendar-wrap .calendar-header .btn-close,.swal2-container .swal2-styled .choices[data-type*=select-one]:after,.swal2-container .swal2-styled .dashboard-modal .modal-header .btn-close,.swal2-container .swal2-styled .fleet-detail-modal .accordion .accordion-button:after,.swal2-container .swal2-styled .icon,.swal2-container .swal2-styled .menu-item:before,.swal2-container .swal2-styled .packages-card .features-list li:before,.swal2-container .swal2-styled .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.swal2-container .swal2-styled .primary-switch .slider:after,.swal2-container .swal2-styled .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.swal2-container .swal2-styled .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .swal2-styled .swiper-scrollbar .swiper-scrollbar-drag:after,.swal2-container .swal2-styled .swiper-scrollbar .swiper-scrollbar-drag:before,.swal2-container .swal2-styled .top-selected-item .top-selected-button:before,.swal2-container .swal2-styled footer .footer-link-collapse .btn-link:after,.swal2-container .swal2-styled footer .footer-link-collapse .link-item:not(.has-dropdown):after,footer .footer-link-collapse .swal2-container .swal2-styled .btn-link:after,footer .footer-link-collapse .swal2-container .swal2-styled .link-item:not(.has-dropdown):after{margin-left:auto;font-size:12px;color:#ff0134}.breadcrumb .home-section .slider-content .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .home-section .slider-content .btn-rounded .btn-close,.fleet-detail-modal .accordion .home-section .slider-content .btn-rounded .accordion-button:after,.swal2-container .home-section .slider-content .btn-rounded .swal2-styled.swal2-cancel.type-delete::after{padding-left:0}@media (min-width:768px){.breadcrumb .home-section .slider-content .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .home-section .slider-content .btn-rounded .btn-close,.fleet-detail-modal .accordion .home-section .slider-content .btn-rounded .accordion-button:after,.swal2-container .home-section .slider-content .btn-rounded .swal2-styled.swal2-cancel.type-delete::after{padding-left:10px}}@keyframes homeSliderAnimation{from{opacity:0}to{left:0;opacity:1}}.services-card-list{margin-top:-20px}@media (min-width:1200px){.services-card-list{margin-top:0}}.services-card-list>div{margin-top:20px}.services-card{border-radius:10px;overflow:hidden}.services-card.type-no-body.active figcaption,.services-card.type-no-body:hover figcaption{padding-bottom:16px}@media (min-width:768px){.services-card.type-no-body.active figcaption,.services-card.type-no-body:hover figcaption{padding:24px}}.services-card.type-no-body.active .card-header,.services-card.type-no-body:hover .card-header{padding-bottom:0}.breadcrumb .services-card.type-no-body.active .card-header .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .services-card.type-no-body:hover .card-header .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .services-card.type-no-body.active .card-header .btn-close,.dashboard-modal .modal-header .services-card.type-no-body:hover .card-header .btn-close,.fleet-detail-modal .accordion .services-card.type-no-body.active .card-header .accordion-button:after,.fleet-detail-modal .accordion .services-card.type-no-body:hover .card-header .accordion-button:after,.primary-switch .services-card.type-no-body.active .card-header .slider:after,.primary-switch .services-card.type-no-body:hover .card-header .slider:after,.services-card.type-no-body.active .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.type-no-body.active .card-header .calendar-wrap .calendar-header .btn-close,.services-card.type-no-body.active .card-header .choices[data-type*=select-one]:after,.services-card.type-no-body.active .card-header .dashboard-modal .modal-header .btn-close,.services-card.type-no-body.active .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card.type-no-body.active .card-header .icon,.services-card.type-no-body.active .card-header .menu-item:before,.services-card.type-no-body.active .card-header .packages-card .features-list li:before,.services-card.type-no-body.active .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.type-no-body.active .card-header .primary-switch .slider:after,.services-card.type-no-body.active .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.type-no-body.active .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.type-no-body.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.type-no-body.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.type-no-body.active .card-header .top-selected-item .top-selected-button:before,.services-card.type-no-body.active .card-header footer .footer-link-collapse .btn-link:after,.services-card.type-no-body.active .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.services-card.type-no-body:hover .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.type-no-body:hover .card-header .calendar-wrap .calendar-header .btn-close,.services-card.type-no-body:hover .card-header .choices[data-type*=select-one]:after,.services-card.type-no-body:hover .card-header .dashboard-modal .modal-header .btn-close,.services-card.type-no-body:hover .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card.type-no-body:hover .card-header .icon,.services-card.type-no-body:hover .card-header .menu-item:before,.services-card.type-no-body:hover .card-header .packages-card .features-list li:before,.services-card.type-no-body:hover .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.type-no-body:hover .card-header .primary-switch .slider:after,.services-card.type-no-body:hover .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.type-no-body:hover .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.type-no-body:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.type-no-body:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.type-no-body:hover .card-header .top-selected-item .top-selected-button:before,.services-card.type-no-body:hover .card-header footer .footer-link-collapse .btn-link:after,.services-card.type-no-body:hover .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .services-card.type-no-body.active .card-header .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .services-card.type-no-body:hover .card-header .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .services-card.type-no-body.active .card-header .btn-link:after,footer .footer-link-collapse .services-card.type-no-body.active .card-header .link-item:not(.has-dropdown):after,footer .footer-link-collapse .services-card.type-no-body:hover .card-header .btn-link:after,footer .footer-link-collapse .services-card.type-no-body:hover .card-header .link-item:not(.has-dropdown):after{transform:none}.services-card.type-no-body.active .card-content::after,.services-card.type-no-body:hover .card-content::after{background-color:none}.services-card .card-content{position:relative}.services-card .card-content::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 61%,#000);z-index:1;pointer-events:none;transition:background-color .3s ease;border-radius:10px}.services-card .btn-rounded{width:32px;height:32px;border-radius:50%;padding:0 11px}.breadcrumb .services-card .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .services-card .btn-rounded .btn-close,.fleet-detail-modal .accordion .services-card .btn-rounded .accordion-button:after,.primary-switch .services-card .btn-rounded .slider:after,.services-card .btn-rounded .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card .btn-rounded .calendar-wrap .calendar-header .btn-close,.services-card .btn-rounded .choices[data-type*=select-one]:after,.services-card .btn-rounded .dashboard-modal .modal-header .btn-close,.services-card .btn-rounded .fleet-detail-modal .accordion .accordion-button:after,.services-card .btn-rounded .icon,.services-card .btn-rounded .menu-item:before,.services-card .btn-rounded .packages-card .features-list li:before,.services-card .btn-rounded .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card .btn-rounded .primary-switch .slider:after,.services-card .btn-rounded .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card .btn-rounded .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card .btn-rounded .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card .btn-rounded .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card .btn-rounded .top-selected-item .top-selected-button:before,.services-card .btn-rounded footer .footer-link-collapse .btn-link:after,.services-card .btn-rounded footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .services-card .btn-rounded .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .services-card .btn-rounded .btn-link:after,footer .footer-link-collapse .services-card .btn-rounded .link-item:not(.has-dropdown):after{padding:0;margin:0;font-size:11px}.services-card.active figcaption,.services-card:hover figcaption{padding-bottom:0}.services-card.active .card-header,.services-card:hover .card-header{padding-bottom:8px}.breadcrumb .services-card.active .card-header .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .services-card:hover .card-header .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .services-card.active .card-header .btn-close,.dashboard-modal .modal-header .services-card:hover .card-header .btn-close,.fleet-detail-modal .accordion .services-card.active .card-header .accordion-button:after,.fleet-detail-modal .accordion .services-card:hover .card-header .accordion-button:after,.primary-switch .services-card.active .card-header .slider:after,.primary-switch .services-card:hover .card-header .slider:after,.services-card.active .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.active .card-header .calendar-wrap .calendar-header .btn-close,.services-card.active .card-header .choices[data-type*=select-one]:after,.services-card.active .card-header .dashboard-modal .modal-header .btn-close,.services-card.active .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card.active .card-header .icon,.services-card.active .card-header .menu-item:before,.services-card.active .card-header .packages-card .features-list li:before,.services-card.active .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.active .card-header .primary-switch .slider:after,.services-card.active .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.active .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.active .card-header .top-selected-item .top-selected-button:before,.services-card.active .card-header footer .footer-link-collapse .btn-link:after,.services-card.active .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.services-card:hover .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card:hover .card-header .calendar-wrap .calendar-header .btn-close,.services-card:hover .card-header .choices[data-type*=select-one]:after,.services-card:hover .card-header .dashboard-modal .modal-header .btn-close,.services-card:hover .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card:hover .card-header .icon,.services-card:hover .card-header .menu-item:before,.services-card:hover .card-header .packages-card .features-list li:before,.services-card:hover .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card:hover .card-header .primary-switch .slider:after,.services-card:hover .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card:hover .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card:hover .card-header .top-selected-item .top-selected-button:before,.services-card:hover .card-header footer .footer-link-collapse .btn-link:after,.services-card:hover .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .services-card.active .card-header .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .services-card:hover .card-header .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .services-card.active .card-header .btn-link:after,footer .footer-link-collapse .services-card.active .card-header .link-item:not(.has-dropdown):after,footer .footer-link-collapse .services-card:hover .card-header .btn-link:after,footer .footer-link-collapse .services-card:hover .card-header .link-item:not(.has-dropdown):after{transform:rotate(45deg)}.services-card.active .card-body,.services-card:hover .card-body{max-height:100%;opacity:1;height:100%;overflow:auto}.services-card.active ::-webkit-scrollbar,.services-card:hover ::-webkit-scrollbar{width:5px}.services-card.active ::-webkit-scrollbar-track,.services-card:hover ::-webkit-scrollbar-track{background:0 0}.services-card.active ::-webkit-scrollbar-thumb,.services-card:hover ::-webkit-scrollbar-thumb{background:#ff0134;border-radius:8px}.services-card.active .card-text,.services-card:hover .card-text{height:auto}.services-card.active .card-content::after,.services-card:hover .card-content::after{background-color:rgba(0,0,0,.7)}.services-card figcaption{position:absolute;display:flex;flex-direction:column;justify-content:flex-end;bottom:0;width:100%;height:100%;color:#fff;z-index:2;padding:16px}@media (min-width:768px){.services-card figcaption{padding:24px}}.services-card .card-img{margin:0}.services-card .card-img img{width:100%;height:100%;object-fit:cover}.services-card .card-header{display:flex;justify-content:space-between;align-items:center;border:none;padding:0;transition:padding .5s ease-in-out}.services-card .card-body{max-height:0;transition:max-height .5s ease-in-out,opacity .5s ease-in-out;padding:0;opacity:0;overflow:hidden}.services-card .card-title{font-size:16px;font-weight:600;line-height:1.38}@media (min-width:768px){.services-card .card-title{font-size:20px;line-height:1.35;margin-bottom:0}}.services-card .card-text{font-size:14px;line-height:1.57;height:0;text-overflow:ellipsis}@media (min-width:768px){.services-card .card-text{line-height:1.5}}.services-card.type-secondary .card-content::after{background-image:none;background-color:transparent}.breadcrumb .services-card.type-secondary .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .services-card.type-secondary .btn-rounded .btn-close,.fleet-detail-modal .accordion .services-card.type-secondary .btn-rounded .accordion-button:after,.primary-switch .services-card.type-secondary .btn-rounded .slider:after,.services-card.type-secondary .btn-rounded .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.type-secondary .btn-rounded .calendar-wrap .calendar-header .btn-close,.services-card.type-secondary .btn-rounded .choices[data-type*=select-one]:after,.services-card.type-secondary .btn-rounded .dashboard-modal .modal-header .btn-close,.services-card.type-secondary .btn-rounded .fleet-detail-modal .accordion .accordion-button:after,.services-card.type-secondary .btn-rounded .icon,.services-card.type-secondary .btn-rounded .menu-item:before,.services-card.type-secondary .btn-rounded .packages-card .features-list li:before,.services-card.type-secondary .btn-rounded .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.type-secondary .btn-rounded .primary-switch .slider:after,.services-card.type-secondary .btn-rounded .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.type-secondary .btn-rounded .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.type-secondary .btn-rounded .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.type-secondary .btn-rounded .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.type-secondary .btn-rounded .top-selected-item .top-selected-button:before,.services-card.type-secondary .btn-rounded footer .footer-link-collapse .btn-link:after,.services-card.type-secondary .btn-rounded footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .services-card.type-secondary .btn-rounded .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .services-card.type-secondary .btn-rounded .btn-link:after,footer .footer-link-collapse .services-card.type-secondary .btn-rounded .link-item:not(.has-dropdown):after{font-size:16px}.breadcrumb .services-card.type-secondary.active .card-header .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .services-card.type-secondary:hover .card-header .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .services-card.type-secondary.active .card-header .btn-close,.dashboard-modal .modal-header .services-card.type-secondary:hover .card-header .btn-close,.fleet-detail-modal .accordion .services-card.type-secondary.active .card-header .accordion-button:after,.fleet-detail-modal .accordion .services-card.type-secondary:hover .card-header .accordion-button:after,.primary-switch .services-card.type-secondary.active .card-header .slider:after,.primary-switch .services-card.type-secondary:hover .card-header .slider:after,.services-card.type-secondary.active .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.type-secondary.active .card-header .calendar-wrap .calendar-header .btn-close,.services-card.type-secondary.active .card-header .choices[data-type*=select-one]:after,.services-card.type-secondary.active .card-header .dashboard-modal .modal-header .btn-close,.services-card.type-secondary.active .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card.type-secondary.active .card-header .icon,.services-card.type-secondary.active .card-header .menu-item:before,.services-card.type-secondary.active .card-header .packages-card .features-list li:before,.services-card.type-secondary.active .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.type-secondary.active .card-header .primary-switch .slider:after,.services-card.type-secondary.active .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.type-secondary.active .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.type-secondary.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.type-secondary.active .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.type-secondary.active .card-header .top-selected-item .top-selected-button:before,.services-card.type-secondary.active .card-header footer .footer-link-collapse .btn-link:after,.services-card.type-secondary.active .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.services-card.type-secondary:hover .card-header .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.services-card.type-secondary:hover .card-header .calendar-wrap .calendar-header .btn-close,.services-card.type-secondary:hover .card-header .choices[data-type*=select-one]:after,.services-card.type-secondary:hover .card-header .dashboard-modal .modal-header .btn-close,.services-card.type-secondary:hover .card-header .fleet-detail-modal .accordion .accordion-button:after,.services-card.type-secondary:hover .card-header .icon,.services-card.type-secondary:hover .card-header .menu-item:before,.services-card.type-secondary:hover .card-header .packages-card .features-list li:before,.services-card.type-secondary:hover .card-header .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.services-card.type-secondary:hover .card-header .primary-switch .slider:after,.services-card.type-secondary:hover .card-header .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.services-card.type-secondary:hover .card-header .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.services-card.type-secondary:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:after,.services-card.type-secondary:hover .card-header .swiper-scrollbar .swiper-scrollbar-drag:before,.services-card.type-secondary:hover .card-header .top-selected-item .top-selected-button:before,.services-card.type-secondary:hover .card-header footer .footer-link-collapse .btn-link:after,.services-card.type-secondary:hover .card-header footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .services-card.type-secondary.active .card-header .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .services-card.type-secondary:hover .card-header .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .services-card.type-secondary.active .card-header .btn-link:after,footer .footer-link-collapse .services-card.type-secondary.active .card-header .link-item:not(.has-dropdown):after,footer .footer-link-collapse .services-card.type-secondary:hover .card-header .btn-link:after,footer .footer-link-collapse .services-card.type-secondary:hover .card-header .link-item:not(.has-dropdown):after{transform:rotate(180deg)}.services-card.type-secondary.active .card-content::after,.services-card.type-secondary:hover .card-content::after{background-color:#fff0f0}.services-card.type-secondary figcaption{color:#222}.services-card.type-secondary .card-header{background-color:transparent}.services-card.type-secondary .card-header .btn-rounded{width:32px;height:32px}@media (min-width:1200px){.services-card.type-secondary .card-header .btn-rounded{width:48px;height:48px}}.services-card.type-secondary .card-text{font-weight:400}.breadcrumb .info-card .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .info-card .icon-wrapper .btn-close,.fleet-detail-modal .accordion .info-card .icon-wrapper .accordion-button:after,.swal2-container .info-card .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{color:#ff0134;font-size:20px}@media (min-width:1200px){.breadcrumb .info-card .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .info-card .icon-wrapper .btn-close,.fleet-detail-modal .accordion .info-card .icon-wrapper .accordion-button:after,.swal2-container .info-card .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{font-size:34.8px}}.breadcrumb .info-card .card-title .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .info-card .card-title .btn-close,.fleet-detail-modal .accordion .info-card .card-title .accordion-button:after,.swal2-container .info-card .card-title .swal2-styled.swal2-cancel.type-delete::after{font-size:20px;margin-right:8px;color:#ff0134}.sms-modal .modal-dialog{max-width:424px}.sms-modal .modal-content{border:0;border-radius:8px}@media (min-width:992px){.sms-modal .modal-content{border-radius:10px}}.sms-modal .modal-header{padding:12px;background-color:#d4002a;color:#fff;border-top-left-radius:8px;border-top-right-radius:8px}@media (min-width:992px){.sms-modal .modal-header{padding:16px;border-top-left-radius:10px;border-top-right-radius:10px}}.sms-modal .modal-title{font-size:16px;font-weight:700}@media (min-width:992px){.sms-modal .modal-title{font-size:18px}}@media (min-width:1200px){.sms-modal .modal-title{font-size:20px}}.sms-modal .modal-body{padding:16px}@media (min-width:992px){.sms-modal .modal-body{padding:24px}}@media (min-width:1440px){.sms-modal .modal-body{padding:40px 55px}}.sms-modal .modal-body .text,.sms-modal .modal-body .title{text-align:center}.sms-modal .modal-body .title{font-size:20px;font-weight:700;margin-bottom:8px;color:#d4002a}@media (min-width:992px){.sms-modal .modal-body .title{font-size:24px;margin-bottom:16px}}.sms-modal .modal-body .text{font-size:15px;line-height:1.6;margin-bottom:24px}@media (min-width:992px){.sms-modal .modal-body .text{font-size:16px;line-height:1.5}}.sms-modal .modal-footer{padding:16px 12px;justify-content:space-between}@media (min-width:992px){.sms-modal .modal-footer{padding:24px 16px}}.sms-modal .modal-footer .btn-rounded{min-width:150px}@media (min-width:992px){.our-services-card{border-radius:8px;background-color:#fafafa;padding:16px}}@media (min-width:1440px){.our-services-card{padding:24px}}.our-services-card .title{font-size:20px;font-weight:700;line-height:1.35;color:#d4002a;margin-bottom:4px}@media (min-width:576px){.our-services-card .title{margin-bottom:8px}}.our-services-card .description{font-size:14px;line-height:1.57;margin-bottom:8px}@media (min-width:576px){.our-services-card .description{font-size:16px;line-height:1.5}}.our-services-card .services-card .card-title{font-size:16px;font-weight:600;line-height:1.38}.our-services-card .our-services-slider{display:flex;flex-direction:column}.our-services-card .our-services-slider .slider-navigation{margin:8px auto 0 auto;background-color:#222}.our-services-card .our-services-slider .swiper-pagination{color:#666}.our-services-card .our-services-slider .swiper-pagination .swiper-pagination-current{color:#fff}.breadcrumb .step-wizard .steps-tab .tab-item.done .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .step-wizard .steps-tab .tab-item.done .icon-wrapper .btn-close,.fleet-detail-modal .accordion .step-wizard .steps-tab .tab-item.done .icon-wrapper .accordion-button:after,.swal2-container .step-wizard .steps-tab .tab-item.done .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{display:inline}.breadcrumb .step-wizard .steps-tab .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .step-wizard .steps-tab .icon-wrapper .btn-close,.fleet-detail-modal .accordion .step-wizard .steps-tab .icon-wrapper .accordion-button:after,.swal2-container .step-wizard .steps-tab .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{display:none;color:#fff;font-size:8.2px}.breadcrumb .step-wizard.primary .steps-tab .tab-item .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .step-wizard.primary .steps-tab .tab-item .icon-wrapper .btn-close,.fleet-detail-modal .accordion .step-wizard.primary .steps-tab .tab-item .icon-wrapper .accordion-button:after,.swal2-container .step-wizard.primary .steps-tab .tab-item .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{display:none;color:#fff;font-size:10px}.breadcrumb .step-wizard.primary .steps-tab .tab-item.done .icon-wrapper .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .step-wizard.primary .steps-tab .tab-item.done .icon-wrapper .btn-close,.fleet-detail-modal .accordion .step-wizard.primary .steps-tab .tab-item.done .icon-wrapper .accordion-button:after,.swal2-container .step-wizard.primary .steps-tab .tab-item.done .icon-wrapper .swal2-styled.swal2-cancel.type-delete::after{display:inline}.service-selection-card{padding:16px;border-radius:4px;background-color:#f8f6f6;display:flex;align-items:center}.service-selection-card .toggle-text{font-size:16px;font-weight:600;color:#000}.breadcrumb .service-selection-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .service-selection-card .btn-close,.fleet-detail-modal .accordion .service-selection-card .accordion-button:after,.primary-switch .service-selection-card .slider:after,.service-selection-card .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.service-selection-card .calendar-wrap .calendar-header .btn-close,.service-selection-card .choices[data-type*=select-one]:after,.service-selection-card .dashboard-modal .modal-header .btn-close,.service-selection-card .fleet-detail-modal .accordion .accordion-button:after,.service-selection-card .icon,.service-selection-card .menu-item:before,.service-selection-card .packages-card .features-list li:before,.service-selection-card .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.service-selection-card .primary-switch .slider:after,.service-selection-card .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.service-selection-card .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.service-selection-card .swiper-scrollbar .swiper-scrollbar-drag:after,.service-selection-card .swiper-scrollbar .swiper-scrollbar-drag:before,.service-selection-card .top-selected-item .top-selected-button:before,.service-selection-card footer .footer-link-collapse .btn-link:after,.service-selection-card footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .service-selection-card .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .service-selection-card .btn-link:after,footer .footer-link-collapse .service-selection-card .link-item:not(.has-dropdown):after{margin-left:auto;width:24px;height:24px;background:#fff;border-radius:100%;font-size:11px;display:flex;align-items:center;justify-content:center}.breadcrumb .menu-item.type-bg-gradient .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .menu-item.type-bg-gradient .btn-close,.fleet-detail-modal .accordion .menu-item.type-bg-gradient .accordion-button:after,.swal2-container .menu-item.type-bg-gradient .swal2-styled.swal2-cancel.type-delete::after{width:28px;height:28px;background-color:#fff;border-radius:50%;color:#ad0a27;display:flex;align-items:center;justify-content:center}.dashboard-modal .modal-header .menu-item.type-bg-gradient .btn-close::before{font-weight:700}.breadcrumb .filo-summary-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .filo-summary-card .icon-wrap .btn-close,.fleet-detail-modal .accordion .filo-summary-card .icon-wrap .accordion-button:after,.swal2-container .filo-summary-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{font-size:24px;color:#fff}@media (min-width:992px){.breadcrumb .filo-summary-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .filo-summary-card .icon-wrap .btn-close,.fleet-detail-modal .accordion .filo-summary-card .icon-wrap .accordion-button:after,.swal2-container .filo-summary-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{font-size:32px}}.breadcrumb .filo-summary-card .card-content .btn-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .filo-summary-card .card-content .btn-link .btn-close,.fleet-detail-modal .accordion .filo-summary-card .card-content .btn-link .accordion-button:after,.swal2-container .filo-summary-card .card-content .btn-link .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}.breadcrumb .dashboard-sub-section .button-area .btn-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-sub-section .button-area .btn-icon .btn-close,.fleet-detail-modal .accordion .dashboard-sub-section .button-area .btn-icon .accordion-button:after,.swal2-container .dashboard-sub-section .button-area .btn-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:12px}.breadcrumb .image-amount-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .image-amount-card .btn-close,.fleet-detail-modal .accordion .image-amount-card .accordion-button:after,.swal2-container .image-amount-card .swal2-styled.swal2-cancel.type-delete::after{font-size:29px;margin:0 16px 0 0}.breadcrumb .dashboard-ignition-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-ignition-card .icon-wrap .btn-close,.fleet-detail-modal .accordion .dashboard-ignition-card .icon-wrap .accordion-button:after,.swal2-container .dashboard-ignition-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{font-size:30px;color:#d4002a}@media (min-width:992px){.breadcrumb .dashboard-ignition-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-ignition-card .icon-wrap .btn-close,.fleet-detail-modal .accordion .dashboard-ignition-card .icon-wrap .accordion-button:after,.swal2-container .dashboard-ignition-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{font-size:32px}}.service-card-wrapper{display:flex;justify-content:space-between;flex-wrap:nowrap;overflow:auto;scroll-snap-type:x mandatory}@media (min-width:1200px){.service-card-wrapper{flex-wrap:wrap}}.dashboard-service-card{display:flex;flex-flow:row;justify-content:space-between;align-items:center;background-color:#fff;border:1px solid #e2e2e2;border-radius:4px;min-width:250px;margin:0 8px 0 0;scroll-snap-align:start}@media (min-width:1200px){.dashboard-service-card{min-width:calc(50% - 16px);margin:0 0 16px;margin-right:16px}}.dashboard-service-card .icon-wrap{width:70px;height:100%;background-color:#d4002a;display:flex;align-items:center;justify-content:center;padding:13px}.breadcrumb .dashboard-service-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-service-card .icon-wrap .btn-close,.dashboard-service-card .icon-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.dashboard-service-card .icon-wrap .calendar-wrap .calendar-header .btn-close,.dashboard-service-card .icon-wrap .choices[data-type*=select-one]:after,.dashboard-service-card .icon-wrap .dashboard-modal .modal-header .btn-close,.dashboard-service-card .icon-wrap .fleet-detail-modal .accordion .accordion-button:after,.dashboard-service-card .icon-wrap .icon,.dashboard-service-card .icon-wrap .menu-item:before,.dashboard-service-card .icon-wrap .packages-card .features-list li:before,.dashboard-service-card .icon-wrap .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.dashboard-service-card .icon-wrap .primary-switch .slider:after,.dashboard-service-card .icon-wrap .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.dashboard-service-card .icon-wrap .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.dashboard-service-card .icon-wrap .swiper-scrollbar .swiper-scrollbar-drag:after,.dashboard-service-card .icon-wrap .swiper-scrollbar .swiper-scrollbar-drag:before,.dashboard-service-card .icon-wrap .top-selected-item .top-selected-button:before,.dashboard-service-card .icon-wrap footer .footer-link-collapse .btn-link:after,.dashboard-service-card .icon-wrap footer .footer-link-collapse .link-item:not(.has-dropdown):after,.fleet-detail-modal .accordion .dashboard-service-card .icon-wrap .accordion-button:after,.primary-switch .dashboard-service-card .icon-wrap .slider:after,.swal2-container .dashboard-service-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .dashboard-service-card .icon-wrap .btn-link:after,footer .footer-link-collapse .dashboard-service-card .icon-wrap .link-item:not(.has-dropdown):after{font-size:30px;color:#fff}.dashboard-service-card .card-content{display:flex;flex-flow:row;justify-content:space-between;align-items:center;width:100%;padding:24px 16px}.dashboard-service-card .card-content .card-title{font-size:14px;font-weight:600;margin-bottom:0;display:flex;align-items:center;color:#000}.breadcrumb .dashboard-service-card .card-content .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-service-card .card-content .btn-close,.dashboard-service-card .card-content .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.dashboard-service-card .card-content .calendar-wrap .calendar-header .btn-close,.dashboard-service-card .card-content .choices[data-type*=select-one]:after,.dashboard-service-card .card-content .dashboard-modal .modal-header .btn-close,.dashboard-service-card .card-content .fleet-detail-modal .accordion .accordion-button:after,.dashboard-service-card .card-content .icon,.dashboard-service-card .card-content .menu-item:before,.dashboard-service-card .card-content .packages-card .features-list li:before,.dashboard-service-card .card-content .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.dashboard-service-card .card-content .primary-switch .slider:after,.dashboard-service-card .card-content .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.dashboard-service-card .card-content .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.dashboard-service-card .card-content .swiper-scrollbar .swiper-scrollbar-drag:after,.dashboard-service-card .card-content .swiper-scrollbar .swiper-scrollbar-drag:before,.dashboard-service-card .card-content .top-selected-item .top-selected-button:before,.dashboard-service-card .card-content footer .footer-link-collapse .btn-link:after,.dashboard-service-card .card-content footer .footer-link-collapse .link-item:not(.has-dropdown):after,.fleet-detail-modal .accordion .dashboard-service-card .card-content .accordion-button:after,.primary-switch .dashboard-service-card .card-content .slider:after,.swal2-container .dashboard-service-card .card-content .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .dashboard-service-card .card-content .btn-link:after,footer .footer-link-collapse .dashboard-service-card .card-content .link-item:not(.has-dropdown):after{font-size:12px;font-weight:700;color:#a2a2a2}.dashboard-service-card:hover{border:1px solid #d4002a}.breadcrumb .dashboard-service-card:hover .card-content .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-service-card:hover .card-content .btn-close,.dashboard-service-card:hover .card-content .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.dashboard-service-card:hover .card-content .calendar-wrap .calendar-header .btn-close,.dashboard-service-card:hover .card-content .choices[data-type*=select-one]:after,.dashboard-service-card:hover .card-content .dashboard-modal .modal-header .btn-close,.dashboard-service-card:hover .card-content .fleet-detail-modal .accordion .accordion-button:after,.dashboard-service-card:hover .card-content .icon,.dashboard-service-card:hover .card-content .menu-item:before,.dashboard-service-card:hover .card-content .packages-card .features-list li:before,.dashboard-service-card:hover .card-content .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.dashboard-service-card:hover .card-content .primary-switch .slider:after,.dashboard-service-card:hover .card-content .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.dashboard-service-card:hover .card-content .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.dashboard-service-card:hover .card-content .swiper-scrollbar .swiper-scrollbar-drag:after,.dashboard-service-card:hover .card-content .swiper-scrollbar .swiper-scrollbar-drag:before,.dashboard-service-card:hover .card-content .top-selected-item .top-selected-button:before,.dashboard-service-card:hover .card-content footer .footer-link-collapse .btn-link:after,.dashboard-service-card:hover .card-content footer .footer-link-collapse .link-item:not(.has-dropdown):after,.fleet-detail-modal .accordion .dashboard-service-card:hover .card-content .accordion-button:after,.primary-switch .dashboard-service-card:hover .card-content .slider:after,.swal2-container .dashboard-service-card:hover .card-content .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .dashboard-service-card:hover .card-content .btn-link:after,footer .footer-link-collapse .dashboard-service-card:hover .card-content .link-item:not(.has-dropdown):after{color:#d4002a}.dashboard-modal .modal-content{border-radius:8px;padding:16px}@media (min-width:768px){.dashboard-modal .modal-content{padding:24px}}@media (min-width:992px){.dashboard-modal .modal-content{padding:32px}}@media (min-width:992px){.dashboard-modal .modal-content.custom-height{min-height:700px}}.dashboard-modal .modal-dialog{max-width:296px;margin:8rem auto}@media (min-width:768px){.dashboard-modal .modal-dialog{max-width:400px}}@media (min-width:992px){.dashboard-modal .modal-dialog{max-width:532px;margin:10rem auto}}.dashboard-modal .modal-header{border-bottom:none;padding:0}.dashboard-modal .modal-header .btn-close{background-color:#d4002a;border-radius:100%;color:#fff;padding:14px;margin-bottom:16px;position:absolute;height:40px;width:40px;box-sizing:inherit;opacity:1;top:-48px;right:0;font-size:12px}@media (min-width:992px){.dashboard-modal .modal-header .btn-close{height:48px;width:48px;padding:17px;font-size:14px;top:-60px}}.dashboard-modal .modal-body{padding:0;color:#000}.dashboard-modal .modal-body .modal-body-title{color:#d4002a;font-size:16px;font-weight:700;margin-bottom:8px;text-align:left}@media (min-width:768px){.dashboard-modal .modal-body .modal-body-title{font-size:18px}}@media (min-width:992px){.dashboard-modal .modal-body .modal-body-title{font-size:20px}}.dashboard-modal .modal-body .modal-body-description{color:#000;font-size:15px;font-weight:600;margin-bottom:8px;text-align:left}@media (min-width:768px){.dashboard-modal .modal-body .modal-body-description{font-size:16px;margin-bottom:16px}}.dashboard-modal .modal-body .modal-body-description.scrollable{font-size:12px;max-height:130px;overflow-y:auto}@media (min-width:768px){.dashboard-modal .modal-body .modal-body-description.scrollable{font-size:14px;max-height:150px}}.dashboard-modal .modal-body .modal-body-description.scrollable a{line-break:anywhere}.dashboard-modal .modal-body .status-box-secondary{position:relative;max-width:100px;margin:0 0 12px;top:0;right:0}@media (min-width:992px){.dashboard-modal .modal-body .status-box-secondary{position:absolute;margin:0}}.dashboard-modal .modal-body .choices__list--dropdown.is-active{max-height:296px;overflow:auto}.dashboard-modal .modal-body .choices__list--dropdown .choices__list{max-height:none}.dashboard-modal .modal-body ::-webkit-scrollbar{width:5px}.dashboard-modal .modal-body ::-webkit-scrollbar-track{background:#e2e2e2}.dashboard-modal .modal-body ::-webkit-scrollbar-thumb{background:#d4002a;border-radius:4px}.dashboard-modal .modal-body ::-webkit-scrollbar-thumb:hover{background:#555}.dashboard-modal .modal-card-wrapper{display:flex;flex-flow:column;align-items:center;justify-content:space-between}.dashboard-modal .modal-card{display:flex;justify-content:space-between;align-items:center;padding:14px 8px;background-color:#f8f6f6;border-radius:4px;width:100%}@media (min-width:992px){.dashboard-modal .modal-card{padding:16px}}.dashboard-modal .modal-card:not(:last-child){margin-bottom:8px}.dashboard-modal .modal-card .card-content{display:flex;flex-flow:column;align-items:flex-start;justify-content:center}@media (min-width:768px){.dashboard-modal .modal-card .card-content{flex-flow:row;align-items:center;justify-content:center}}.dashboard-modal .modal-card .card-content .card-title{font-size:10px;font-weight:600;color:#000;margin-bottom:0;margin-right:6px}@media (min-width:768px){.dashboard-modal .modal-card .card-content .card-title{font-size:12px}}@media (min-width:992px){.dashboard-modal .modal-card .card-content .card-title{font-size:14px}}.dashboard-modal .modal-card .card-content .plate-no{font-size:12px;font-weight:700;color:#d4002a}@media (min-width:768px){.dashboard-modal .modal-card .card-content .plate-no{font-size:14px}}@media (min-width:992px){.dashboard-modal .modal-card .card-content .plate-no{font-size:16px}}.dashboard-modal .modal-card .card-content .card-date{color:#d4002a;font-size:12px;font-weight:600}@media (min-width:768px){.dashboard-modal .modal-card .card-content .card-date{font-size:14px}}.dashboard-modal.type-bg-gray .modal-content{background-color:#fafafa}.dashboard-modal.type-bg-gray .modal-header{background-color:#fafafa!important;color:#d4002a!important}.dashboard-modal.type-bg-gray .modal-header .btn-close{color:#fff!important;background-color:#d4002a!important}.dashboard-modal.ignition-modal .modal-content{padding:24px 28px;border-radius:8px}.dashboard-modal.ignition-modal .modal-dialog{max-width:296px}@media (min-width:768px){.dashboard-modal.ignition-modal .modal-dialog{max-width:400px}}@media (min-width:992px){.dashboard-modal.ignition-modal .modal-dialog{max-width:592px;margin:5rem auto}}.dashboard-modal.ignition-modal .modal-header .btn-close{background-color:#ad0a27}.dashboard-modal.ignition-modal .modal-body-title{font-size:20px;color:#ad0a27}.dashboard-modal.ignition-modal .modal-body-description{font-size:16px;font-weight:400}.dashboard-modal.ignition-modal .modal-body-description .plate{color:#ad0a27;font-weight:700}@media (min-width:992px){.dashboard-modal.ignition-modal .modal-table{max-height:400px;overflow-y:auto}}.dashboard-modal.ignition-modal ::-webkit-scrollbar{width:5px}.dashboard-modal.ignition-modal ::-webkit-scrollbar-track{background:#e2e2e2}.dashboard-modal.ignition-modal ::-webkit-scrollbar-thumb{background:#d4002a;border-radius:4px}.dashboard-modal.ignition-modal ::-webkit-scrollbar-thumb:hover{background:#555}.dashboard-modal.ignition-modal .inquiry-table{border:1px solid #e2e2e2;border-radius:8px}.dashboard-modal.ignition-modal .inquiry-table td,.dashboard-modal.ignition-modal .inquiry-table th{font-weight:700}.dashboard-modal.ignition-modal .inquiry-table td:first-child,.dashboard-modal.ignition-modal .inquiry-table th:first-child{padding-left:24px}.dashboard-modal.ignition-modal .inquiry-table thead{border-radius:8px 8px 0 0}.dashboard-modal.ignition-modal .inquiry-table thead th{padding:12px 0;font-size:14px}.dashboard-modal.ignition-modal .inquiry-table tbody{border-radius:0 0 8px 8px}.dashboard-modal.ignition-modal .inquiry-table tbody td{padding:13px 0;font-size:16px;font-weight:600}.dashboard-modal.ignition-modal .inquiry-table tbody td .value{position:relative;display:flex;align-items:center;justify-content:space-between;margin-left:12px}.dashboard-modal.ignition-modal .inquiry-table tbody td .value.close::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background-color:#f1004a;margin-right:4px;left:-12px}.dashboard-modal.ignition-modal .inquiry-table tbody td .value.open::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;margin-right:4px;left:-12px;background-color:#56ab00}.dashboard-modal.ignition-modal .inquiry-table tbody td .value.in-fix::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;margin-right:4px;left:-12px;background-color:#0b5fbc}.dashboard-modal.ignition-modal .inquiry-table tbody td .btn-rounded{background-color:#d4002a;padding:10px}.dashboard-modal.ignition-modal .inquiry-table tbody td .btn-rounded .icon-angle-right{padding-left:0}.dashboard-modal.ignition-modal .inquiry-table tbody td .btn-rounded .icon-angle-right::before{font-size:11px}.dashboard-modal.type-small .modal-body .modal-body-title{font-size:12px;text-align:center}.dashboard-modal.type-small .modal-body .modal-body-description{font-size:18px;text-align:center}@media (min-width:992px){.dashboard-modal.type-medium .modal-dialog{max-width:423px}}.dashboard-modal.type-medium .modal-content{padding:0}@media (min-width:992px){.dashboard-modal.type-medium .modal-content{padding:20px}}@media (min-width:992px){.dashboard-modal.type-large .modal-dialog{max-width:589px}}.dashboard-modal.type-large .modal-content{padding:16px}@media (min-width:992px){.dashboard-modal.type-large .modal-content{padding:24px 20px}}.dashboard-modal.type-large .modal-body-description{font-weight:500}.dashboard-modal.type-large .modal-footer{align-items:unset;padding:16px 0 0}@media (min-width:992px){.dashboard-modal.type-large .modal-footer{padding:24px 0 0}}.dashboard-modal.type-large .modal-footer.type-mobile-white{border:none}.dashboard-modal.type-large .modal-footer.type-mobile-white .edit-buttons{background-color:#fff}.dashboard-modal.type-large .btn-rounded{max-width:220px}@media (max-width:1199px){.dashboard-modal.type-large .btn-rounded{width:100%}}.dashboard-modal.type-large .modal-buttons{text-align:center}.dashboard-modal.type-large .edit-buttons{margin:0;width:100%;padding:8px 12px;display:flex;justify-content:center}@media (min-width:992px){.dashboard-modal.type-large .edit-buttons .btn{min-width:200px}}.dashboard-modal.type-large .edit-buttons .btn:first-child{margin-right:8px}@media (max-width:1199px){.dashboard-modal.type-large .edit-buttons{display:flex;background:#ad0a27}}@media (min-width:992px){.dashboard-modal.type-xlarge .modal-dialog{max-width:648px}}.dashboard-modal.type-xlarge .modal-dialog .modal-content{padding:12px}@media (min-width:992px){.dashboard-modal.type-xlarge .modal-dialog .modal-content{padding:20px}}.dashboard-modal.type-xlarge .modal-dialog .modal-header{padding:0 0 16px}.dashboard-modal.type-xlarge .modal-dialog .modal-body{padding:0}.dashboard-modal.type-xlarge .modal-footer{border:none;justify-content:space-between;flex-wrap:nowrap}.dashboard-modal.type-xlarge .modal-footer .btn-rounded{flex-basis:calc(50% - 12px);max-width:50%}@media (min-width:992px){.dashboard-modal.type-table .modal-dialog{max-width:770px}}@media (max-width:1199px){.dashboard-modal.type-mobile-fit .modal-dialog{max-width:100%;margin:0}.dashboard-modal.type-mobile-fit .modal-content{padding:0;border-radius:0;min-height:100vh}.dashboard-modal.type-mobile-fit .modal-header{padding:16px;color:#fff;background-color:#ad0a27}.dashboard-modal.type-mobile-fit .modal-header .modal-title{font-size:16px;font-weight:600}.dashboard-modal.type-mobile-fit .modal-header .btn-close{background-color:#fff;color:#d4002a}.dashboard-modal.type-mobile-fit .modal-header.type-mobile-white{background-color:#fff;color:#d4002a}.dashboard-modal.type-mobile-fit .modal-header.type-mobile-white .btn-close{color:#fff;background-color:#d4002a}.dashboard-modal.type-mobile-fit .modal-body{padding:16px}.dashboard-modal.type-mobile-fit .modal-body.p-0{padding:0}.dashboard-modal.type-mobile-fit .btn-close{position:relative;margin-bottom:0;top:unset;right:unset;color:#d4002a;background-color:#fff}.dashboard-modal.type-mobile-fit .modal-footer{padding:0}.dashboard-modal.type-mobile-fit .modal-buttons{margin:0}.dashboard-modal.type-mobile-fit .modal-buttons .btn-rounded{padding:16px;background:#ad0a27;margin:0;border-radius:0;max-width:100%}.dashboard-modal.type-mobile-fit .modal-buttons .btn-rounded span{background-color:#ff0134;color:#fff;padding:14px 24px;width:100%;border-radius:24px}.dashboard-modal.type-mobile-fit .fluid-title-area{font-size:14px;font-weight:700;background-color:#d4002a;color:#fff;box-shadow:none;border:none;border-radius:0;padding:12px}.dashboard-modal.type-mobile-fit .area-wrap{background-color:#fff0f0;padding:12px 12px 24px}}.dashboard-modal .section-not-found{padding:48px;gap:16px}.dashboard-modal .error-message{font-size:12px;font-weight:600;color:#d4002a;margin:8px 0}.dashboard-modal .button-wrapper{display:flex;flex-direction:column;max-width:100%;margin:24px auto 0}@media (min-width:992px){.dashboard-modal .button-wrapper{margin:32px auto 0;max-width:65%}}.dashboard-modal .button-wrapper>*{max-width:100%!important;justify-content:space-between}.dashboard-modal .button-wrapper>:first-child{margin:0 0 12px}.dashboard-modal .btn-wrapper{display:flex;align-items:center;flex-wrap:nowrap;gap:16px;margin:24px 12px}@media (min-width:992px){.dashboard-modal .btn-wrapper{margin:32px 0 0}}.dashboard-modal .btn-wrapper>*{width:calc(50% - 8px)}@media (max-width:991px){.dashboard-modal .btn-wrapper>:nth-child(1):nth-last-child(1){width:100%}}@media (max-width:991px){.dashboard-modal .btn-wrapper.bg-light-red{background-color:#fff0f0;margin:12px -12px -12px;padding:12px}}#legalApprovalModal .modal-dialog{margin:3.5rem auto}@media (min-width:992px){#legalApprovalModal .modal-dialog{max-width:689px;margin:5rem auto}}.breadcrumb .inquiry-form.type-choice .input-wrapper .download-document-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-form.type-choice .input-wrapper .download-document-btn .btn-close,.fleet-detail-modal .accordion .inquiry-form.type-choice .input-wrapper .download-document-btn .accordion-button:after,.swal2-container .inquiry-form.type-choice .input-wrapper .download-document-btn .swal2-styled.swal2-cancel.type-delete::after{margin-right:4px;font-size:14px}.dashboard-modal .modal-header .inquiry-form.type-choice .input-wrapper .download-document-btn .btn-close::before{color:#ad0a27}.breadcrumb .inquiry-form.type-maintenance-form .btn-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-form.type-maintenance-form .btn-link .btn-close,.fleet-detail-modal .accordion .inquiry-form.type-maintenance-form .btn-link .accordion-button:after,.swal2-container .inquiry-form.type-maintenance-form .btn-link .swal2-styled.swal2-cancel.type-delete::after{font-size:15px}.breadcrumb .inquiry-form .trash-btn.type-red .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-form .trash-btn.type-red .btn-close,.fleet-detail-modal .accordion .inquiry-form .trash-btn.type-red .accordion-button:after,.swal2-container .inquiry-form .trash-btn.type-red .swal2-styled.swal2-cancel.type-delete::after{color:#fff}.breadcrumb .inquiry-form .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-form .trash-btn .btn-close,.fleet-detail-modal .accordion .inquiry-form .trash-btn .accordion-button:after,.swal2-container .inquiry-form .trash-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:18px;color:#666}.dashboard-modal .modal-header .inquiry-table-wrapper.type-secondary .table-wrapper-header .btn-close::before{font-size:10px}@media (max-width:1199px){.breadcrumb .inquiry-table-wrapper.type-secondary .download-document-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table-wrapper.type-secondary .download-document-btn .btn-close,.fleet-detail-modal .accordion .inquiry-table-wrapper.type-secondary .download-document-btn .accordion-button:after,.swal2-container .inquiry-table-wrapper.type-secondary .download-document-btn .swal2-styled.swal2-cancel.type-delete::after{background-color:#d4002a;color:#fff;align-items:center;width:32px;height:32px;display:flex;justify-content:center;border-radius:4px}.dashboard-modal .modal-header .inquiry-table-wrapper.type-secondary .download-document-btn .btn-close::before{font-size:20px}}.breadcrumb .inquiry-table-wrapper .show-more-data-btn .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table-wrapper .show-more-data-btn .btn .btn-close,.fleet-detail-modal .accordion .inquiry-table-wrapper .show-more-data-btn .btn .accordion-button:after,.swal2-container .inquiry-table-wrapper .show-more-data-btn .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:14px;margin-left:auto}@media (min-width:992px){.breadcrumb .inquiry-table-wrapper .show-more-data-btn .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table-wrapper .show-more-data-btn .btn .btn-close,.fleet-detail-modal .accordion .inquiry-table-wrapper .show-more-data-btn .btn .accordion-button:after,.swal2-container .inquiry-table-wrapper .show-more-data-btn .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:12px;margin-left:5px}}.breadcrumb .inquiry-table thead td .icon-small .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .inquiry-table thead th .icon-small .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table thead td .icon-small .btn-close,.dashboard-modal .modal-header .inquiry-table thead th .icon-small .btn-close,.fleet-detail-modal .accordion .inquiry-table thead td .icon-small .accordion-button:after,.fleet-detail-modal .accordion .inquiry-table thead th .icon-small .accordion-button:after,.swal2-container .inquiry-table thead td .icon-small .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .inquiry-table thead th .icon-small .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}@media (min-width:768px){.breadcrumb .inquiry-table .btn-wrapper .btn-download .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table .btn-wrapper .btn-download .btn-close,.fleet-detail-modal .accordion .inquiry-table .btn-wrapper .btn-download .accordion-button:after,.swal2-container .inquiry-table .btn-wrapper .btn-download .swal2-styled.swal2-cancel.type-delete::after{font-size:12px;margin-right:0;margin-bottom:4px}}.breadcrumb .inquiry-table-mobile .show-detail-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .inquiry-table-mobile .show-detail-btn .btn-close,.fleet-detail-modal .accordion .inquiry-table-mobile .show-detail-btn .accordion-button:after,.swal2-container .inquiry-table-mobile .show-detail-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}.breadcrumb .table-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn .btn-close,.fleet-detail-modal .accordion .table-btn .accordion-button:after,.swal2-container .table-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:14.7px;color:#ad0a27}.breadcrumb .table-btn:hover .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn:hover .btn-close,.fleet-detail-modal .accordion .table-btn:hover .accordion-button:after,.swal2-container .table-btn:hover .swal2-styled.swal2-cancel.type-delete::after{color:#fff}.breadcrumb .table-btn:hover .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn:hover .btn .btn-close,.fleet-detail-modal .accordion .table-btn:hover .btn .accordion-button:after,.swal2-container .table-btn:hover .btn .swal2-styled.swal2-cancel.type-delete::after{color:#d4002a}.breadcrumb .table-btn .edit-btn-box .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn .edit-btn-box .btn .btn-close,.fleet-detail-modal .accordion .table-btn .edit-btn-box .btn .accordion-button:after,.swal2-container .table-btn .edit-btn-box .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:12px}.breadcrumb .table-btn .edit-btn-box .btn:focus .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .table-btn .edit-btn-box .btn:hover .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn .edit-btn-box .btn:focus .btn-close,.dashboard-modal .modal-header .table-btn .edit-btn-box .btn:hover .btn-close,.fleet-detail-modal .accordion .table-btn .edit-btn-box .btn:focus .accordion-button:after,.fleet-detail-modal .accordion .table-btn .edit-btn-box .btn:hover .accordion-button:after,.swal2-container .table-btn .edit-btn-box .btn:focus .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .table-btn .edit-btn-box .btn:hover .swal2-styled.swal2-cancel.type-delete::after{font-weight:700}.fleet-detail-modal .modal-dialog{margin:0}@media (min-width:576px){.fleet-detail-modal .modal-dialog{margin:1.75rem auto}}.fleet-detail-modal .modal-content{min-height:100vh}@media (min-width:576px){.fleet-detail-modal .modal-content{min-height:unset}}.fleet-detail-modal .modal-close-btn{width:32px;height:32px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none}.breadcrumb .fleet-detail-modal .modal-close-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .fleet-detail-modal .modal-close-btn .btn-close,.fleet-detail-modal .accordion .modal-close-btn .accordion-button:after,.fleet-detail-modal .modal-close-btn .accordion .accordion-button:after,.fleet-detail-modal .modal-close-btn .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.fleet-detail-modal .modal-close-btn .calendar-wrap .calendar-header .btn-close,.fleet-detail-modal .modal-close-btn .choices[data-type*=select-one]:after,.fleet-detail-modal .modal-close-btn .dashboard-modal .modal-header .btn-close,.fleet-detail-modal .modal-close-btn .icon,.fleet-detail-modal .modal-close-btn .menu-item:before,.fleet-detail-modal .modal-close-btn .packages-card .features-list li:before,.fleet-detail-modal .modal-close-btn .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.fleet-detail-modal .modal-close-btn .primary-switch .slider:after,.fleet-detail-modal .modal-close-btn .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.fleet-detail-modal .modal-close-btn .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.fleet-detail-modal .modal-close-btn .swiper-scrollbar .swiper-scrollbar-drag:after,.fleet-detail-modal .modal-close-btn .swiper-scrollbar .swiper-scrollbar-drag:before,.fleet-detail-modal .modal-close-btn .top-selected-item .top-selected-button:before,.fleet-detail-modal .modal-close-btn footer .footer-link-collapse .btn-link:after,.fleet-detail-modal .modal-close-btn footer .footer-link-collapse .link-item:not(.has-dropdown):after,.primary-switch .fleet-detail-modal .modal-close-btn .slider:after,.swal2-container .fleet-detail-modal .modal-close-btn .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .fleet-detail-modal .modal-close-btn .btn-link:after,footer .footer-link-collapse .fleet-detail-modal .modal-close-btn .link-item:not(.has-dropdown):after{font-size:9.6px;color:#d4002a}.fleet-detail-modal .modal-header{padding:12px 16px;background-color:#ad0a27}.fleet-detail-modal .modal-title{font-size:16px;font-weight:600;line-height:1.38;color:#fff}.fleet-detail-modal .modal-title span{margin-left:4px}.fleet-detail-modal .modal-body{padding:16px 12px;background-color:#fafafa}.fleet-detail-modal .modal-footer{position:absolute;bottom:0;left:0;right:0;padding:16px 12px;background-color:#fafafa}.fleet-detail-modal .modal-footer .btn{margin:0;flex-grow:1}.fleet-detail-modal .modal-footer .btn:first-child{min-width:153px}.fleet-detail-modal .modal-footer .btn:not(:last-child){margin-right:8px}.fleet-detail-modal .fleet-detail-item{display:flex;justify-content:space-between;font-size:13px;line-height:1.23;padding:12px 0}.fleet-detail-modal .fleet-detail-item:not(:last-child){border-bottom:solid 1px #e2e2e2}.fleet-detail-modal .fleet-detail-item .title{position:relative}.fleet-detail-modal .fleet-detail-item .title .icon-icon-info2{position:absolute;font-family:avis-filo-maestro;top:0;right:-24px;font-size:8px;width:16px;height:16px;margin:0 0 0 4px;padding:4.3px 4.3px 4.3px 4.3px;color:#fff;background-color:#ff0134;display:flex;align-items:center;justify-content:center;border-radius:50%}.fleet-detail-modal .fleet-detail-item .title .icon-icon-info2 .tooltip{position:absolute;width:150px;top:100%;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.7);color:#fff;padding:5px;border-radius:5px;font-size:12px;opacity:0;transition:opacity .3s ease}.fleet-detail-modal .fleet-detail-item .title .icon-icon-info2:focus .tooltip,.fleet-detail-modal .fleet-detail-item .title .icon-icon-info2:hover .tooltip{opacity:1}.fleet-detail-modal .fleet-detail-item .value{font-weight:600;text-align:end;position:relative;display:flex;align-items:center}.fleet-detail-modal .fleet-detail-item .value.close::before,.fleet-detail-modal .fleet-detail-item .value.in-fix::before,.fleet-detail-modal .fleet-detail-item .value.open::before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;margin-right:4px;left:-12px}.fleet-detail-modal .fleet-detail-item .value.close::before{background-color:#0b5fbc}.fleet-detail-modal .fleet-detail-item .value.open::before{background-color:#56ab00}.fleet-detail-modal .fleet-detail-item .value.in-fix::before{background-color:#0b5fbc}.fleet-detail-modal .accordion{margin:16px -12px 24px}.fleet-detail-modal .accordion .accordion-button{position:relative;font-size:14px;font-weight:700;background-color:#d4002a;color:#fff;box-shadow:none;border:none;border-radius:0}.fleet-detail-modal .accordion .accordion-button:after{position:absolute;top:50%;right:12px;transform:translateY(-50%);font-size:14px;display:block;color:#fff;transition:transform .3s ease-in-out;background-image:none}.fleet-detail-modal .accordion .accordion-button.collapsed:after{transform:translateY(-50%) rotate(180deg)}.fleet-detail-modal .accordion .accordion-body{background-color:#fff0f0;padding:12px 12px 24px}.vehicle-detail-form{padding:12px;display:flex;flex-flow:column;align-items:inherit;border-radius:4px;border:solid 1px #e2e2e2;background-color:#fff;margin:16px 0;gap:8px;width:100%}@media (min-width:992px){.vehicle-detail-form{padding:24px;flex-flow:row;align-items:center;border-radius:8px;width:auto;border:solid 1px #f1f1f1;background-color:#f8f6f6}}.vehicle-detail-form .form-group{margin-bottom:0;width:100%}@media (min-width:992px){.vehicle-detail-form .form-group{width:250px}}.vehicle-detail-form .button-wrapper .btn-rounded{flex:1}.vehicle-detail-form .button-wrapper .trash-btn{max-width:40px}@media (max-width:575px){.vehicle-detail-form-result{margin:0 -12px;padding:0 12px;background-color:#fafafa}}.vehicle-detail-form-result .success-text{margin:0 -12px;padding:0 12px 8px;background-color:#fff;font-size:15px;font-weight:400;line-height:1.47;text-align:left;color:#000}.vehicle-detail-form-result .success-text span{font-weight:700;color:#d4002a}.breadcrumb .plate-card.type-passive .card-body .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .plate-card.type-passive .card-body .icon-wrap .btn-close,.fleet-detail-modal .accordion .plate-card.type-passive .card-body .icon-wrap .accordion-button:after,.swal2-container .plate-card.type-passive .card-body .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{color:#fff}.breadcrumb .plate-card.type-contact .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .plate-card.type-contact .btn-rounded .btn-close,.fleet-detail-modal .accordion .plate-card.type-contact .btn-rounded .accordion-button:after,.swal2-container .plate-card.type-contact .btn-rounded .swal2-styled.swal2-cancel.type-delete::after{padding:0}.breadcrumb .plate-card .card-body .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .plate-card .card-body .icon-wrap .btn-close,.fleet-detail-modal .accordion .plate-card .card-body .icon-wrap .accordion-button:after,.swal2-container .plate-card .card-body .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{font-size:15px;color:#ad0a27}.dashboard-modal .modal-header .plate-card-accordion .accordion-button.collapsed .card-btn .btn-close::before{transform:translateY(-50%) rotate(180deg);transition:all ease .3s}.breadcrumb .plate-card-accordion .plate-card .card-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .plate-card-accordion .plate-card .card-btn .btn-close,.fleet-detail-modal .accordion .plate-card-accordion .plate-card .card-btn .accordion-button:after,.swal2-container .plate-card-accordion .plate-card .card-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}.breadcrumb .icon-card.bg-red .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-card.bg-red .icon-wrap .btn-close,.fleet-detail-modal .accordion .icon-card.bg-red .icon-wrap .accordion-button:after,.swal2-container .icon-card.bg-red .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{color:#ad0a27}.dashboard-modal .modal-header .icon-card.bg-red .icon-wrap .btn-close::before{font-size:16px}.breadcrumb .icon-card.bg-light-small .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-card.bg-light-small .icon-wrap .btn-close,.fleet-detail-modal .accordion .icon-card.bg-light-small .icon-wrap .accordion-button:after,.swal2-container .icon-card.bg-light-small .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{color:#ad0a27}.dashboard-modal .modal-header .icon-card.bg-light-small .icon-wrap .btn-close::before{font-size:16px}.breadcrumb .icon-card .icon-wrap.type-red-bg .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-card .icon-wrap.type-red-bg .btn-close,.fleet-detail-modal .accordion .icon-card .icon-wrap.type-red-bg .accordion-button:after,.swal2-container .icon-card .icon-wrap.type-red-bg .swal2-styled.swal2-cancel.type-delete::after{color:#fff;font-size:24px}.breadcrumb .icon-card .icon-wrap .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-card .icon-wrap .btn-close,.fleet-detail-modal .accordion .icon-card .icon-wrap .accordion-button:after,.swal2-container .icon-card .icon-wrap .swal2-styled.swal2-cancel.type-delete::after{color:#ad0a27;font-size:20px}.breadcrumb .dashboard-tab .dashboard-tab-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-tab .dashboard-tab-link .btn-close,.fleet-detail-modal .accordion .dashboard-tab .dashboard-tab-link .accordion-button:after,.swal2-container .dashboard-tab .dashboard-tab-link .swal2-styled.swal2-cancel.type-delete::after{font-size:12px;margin-right:6px}@media (min-width:576px){.breadcrumb .dashboard-tab .dashboard-tab-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .dashboard-tab .dashboard-tab-link .btn-close,.fleet-detail-modal .accordion .dashboard-tab .dashboard-tab-link .accordion-button:after,.swal2-container .dashboard-tab .dashboard-tab-link .swal2-styled.swal2-cancel.type-delete::after{font-size:16px}}.breadcrumb .damage-report-card .card-header .icon-area .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .damage-report-card .card-header .icon-area .btn-close,.fleet-detail-modal .accordion .damage-report-card .card-header .icon-area .accordion-button:after,.swal2-container .damage-report-card .card-header .icon-area .swal2-styled.swal2-cancel.type-delete::after{font-size:18px}.canvas-container{display:flex;align-items:center;position:relative;height:100%}.canvas-container.type-center{justify-content:center}.canvas-container canvas{position:relative;display:flex;align-items:flex-start;justify-content:flex-end;flex-flow:row;width:100%;height:100%;overflow-x:auto}.canvas-container .canvas-total-area{position:absolute;text-align:center}.canvas-container .canvas-total-area .title{font-size:14px;font-weight:700;line-height:1.5;color:#222}.canvas-container .canvas-total-area .total-count{font-size:24px;font-weight:700;line-height:1;color:#d4002a}.video-redirect-card{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:8px;border:solid 1px #e2e2e2;background-color:#fff;max-width:100%}@media (min-width:992px){.video-redirect-card{min-width:290px}}.video-redirect-card.type-full-width{max-width:100%;padding:12px 16px;margin-bottom:24px}.video-redirect-card.type-full-width .video-description{max-width:100%}@media (min-width:992px){.video-redirect-card.type-full-width .video-description{max-width:75%}}.video-redirect-card.type-full-width .btn-rounded{white-space:nowrap}@media (max-width:991px){.video-redirect-card:not(.type-full-width){width:100%}}.video-redirect-card:not(.type-full-width) .video-image{max-width:80px}.video-redirect-card:not(.type-full-width) .video-description{max-width:170px;font-size:14px}@media (max-width:991px){.video-redirect-card:not(.type-full-width) .video-description{max-width:100%}}.video-redirect-card .video-image{position:relative;display:flex;align-items:center;justify-content:center}.video-redirect-card .video-image::after{content:"\e950";position:absolute;font-family:avis-filo-maestro;font-size:11px;color:#fff;width:24px;height:24px;background-color:#ff0134;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.video-redirect-card .video-description{font-size:14px;font-weight:400;line-height:1.5;text-align:left;color:#000;margin-left:16px}@media (min-width:768px){.video-redirect-card .video-description{font-size:16px}}.breadcrumb .download-template-area .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-template-area .btn-close,.fleet-detail-modal .accordion .download-template-area .accordion-button:after,.swal2-container .download-template-area .swal2-styled.swal2-cancel.type-delete::after{font-size:24px}.breadcrumb .download-template-area .btn-link .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-template-area .btn-link .btn-close,.fleet-detail-modal .accordion .download-template-area .btn-link .accordion-button:after,.swal2-container .download-template-area .btn-link .swal2-styled.swal2-cancel.type-delete::after{font-size:16px}.breadcrumb .upload-area .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .upload-area .btn-close,.fleet-detail-modal .accordion .upload-area .accordion-button:after,.swal2-container .upload-area .swal2-styled.swal2-cancel.type-delete::after{font-size:32px;color:#d4002a;margin:0 0 12px 0}@media (min-width:992px){.breadcrumb .upload-area .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .upload-area .btn-close,.fleet-detail-modal .accordion .upload-area .accordion-button:after,.swal2-container .upload-area .swal2-styled.swal2-cancel.type-delete::after{margin:0 8px 0 0}}.breadcrumb .upload-area .selected-item .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .upload-area .selected-item .trash-btn .btn-close,.fleet-detail-modal .accordion .upload-area .selected-item .trash-btn .accordion-button:after,.swal2-container .upload-area .selected-item .trash-btn .swal2-styled.swal2-cancel.type-delete::after{margin:0;padding:0}.breadcrumb .model-result-card .card-footer .icon-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .model-result-card .card-footer .icon-item .btn-close,.fleet-detail-modal .accordion .model-result-card .card-footer .icon-item .accordion-button:after,.swal2-container .model-result-card .card-footer .icon-item .swal2-styled.swal2-cancel.type-delete::after{padding:6.5px}@media (min-width:1200px){.breadcrumb .model-result-card .card-footer .icon-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .model-result-card .card-footer .icon-item .btn-close,.fleet-detail-modal .accordion .model-result-card .card-footer .icon-item .accordion-button:after,.swal2-container .model-result-card .card-footer .icon-item .swal2-styled.swal2-cancel.type-delete::after{padding:0}}@media (min-width:1440px){.breadcrumb .model-result-card .card-footer .icon-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .model-result-card .card-footer .icon-item .btn-close,.fleet-detail-modal .accordion .model-result-card .card-footer .icon-item .accordion-button:after,.swal2-container .model-result-card .card-footer .icon-item .swal2-styled.swal2-cancel.type-delete::after{padding:6.5px}}.breadcrumb .result-card-mobile .card-body .icon-item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .result-card-mobile .card-body .icon-item .btn-close,.fleet-detail-modal .accordion .result-card-mobile .card-body .icon-item .accordion-button:after,.swal2-container .result-card-mobile .card-body .icon-item .swal2-styled.swal2-cancel.type-delete::after{padding:5.5px;background-color:#e2e2e2;border-radius:50%}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.breadcrumb .progress-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .progress-btn .btn-close,.fleet-detail-modal .accordion .progress-btn .accordion-button:after,.swal2-container .progress-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px;font-weight:700;color:#fff;padding:7px;background-color:#ad0a27;border-radius:50%;border:1px solid #ad0a27;display:block}.breadcrumb .progress-btn .breadcrumb-item+.breadcrumb-item:focus:before,.breadcrumb .progress-btn .breadcrumb-item+.breadcrumb-item:hover:before,.dashboard-modal .modal-header .progress-btn .btn-close:focus,.dashboard-modal .modal-header .progress-btn .btn-close:hover,.fleet-detail-modal .accordion .progress-btn .accordion-button:focus:after,.fleet-detail-modal .accordion .progress-btn .accordion-button:hover:after,.swal2-container .progress-btn .swal2-styled.swal2-cancel.type-delete:focus::after,.swal2-container .progress-btn .swal2-styled.swal2-cancel.type-delete:hover::after{background-color:#fff;color:#ad0a27}@media (min-width:992px){.breadcrumb .progress-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .progress-btn .btn-close,.fleet-detail-modal .accordion .progress-btn .accordion-button:after,.swal2-container .progress-btn .swal2-styled.swal2-cancel.type-delete::after{padding:9px 10px 10px 9px;font-size:13px}}.expertise-modal .modal-dialog{margin:auto;max-width:300px}@media (min-width:768px){.expertise-modal .modal-dialog{margin:1.75rem auto;max-width:700px}}.expertise-modal .modal-content{background-color:transparent;border-radius:8px;border:none}.expertise-modal .modal-close-btn{width:32px;height:32px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #ad0a27}.breadcrumb .expertise-modal .modal-close-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .expertise-modal .modal-close-btn .btn-close,.expertise-modal .modal-close-btn .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.expertise-modal .modal-close-btn .calendar-wrap .calendar-header .btn-close,.expertise-modal .modal-close-btn .choices[data-type*=select-one]:after,.expertise-modal .modal-close-btn .dashboard-modal .modal-header .btn-close,.expertise-modal .modal-close-btn .fleet-detail-modal .accordion .accordion-button:after,.expertise-modal .modal-close-btn .icon,.expertise-modal .modal-close-btn .menu-item:before,.expertise-modal .modal-close-btn .packages-card .features-list li:before,.expertise-modal .modal-close-btn .plate-card-accordion .accordion-button.collapsed .card-btn .icon::before,.expertise-modal .modal-close-btn .primary-switch .slider:after,.expertise-modal .modal-close-btn .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,.expertise-modal .modal-close-btn .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.expertise-modal .modal-close-btn .swiper-scrollbar .swiper-scrollbar-drag:after,.expertise-modal .modal-close-btn .swiper-scrollbar .swiper-scrollbar-drag:before,.expertise-modal .modal-close-btn .top-selected-item .top-selected-button:before,.expertise-modal .modal-close-btn footer .footer-link-collapse .btn-link:after,.expertise-modal .modal-close-btn footer .footer-link-collapse .link-item:not(.has-dropdown):after,.fleet-detail-modal .accordion .expertise-modal .modal-close-btn .accordion-button:after,.primary-switch .expertise-modal .modal-close-btn .slider:after,.swal2-container .expertise-modal .modal-close-btn .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .expertise-modal .modal-close-btn .btn-link:after,footer .footer-link-collapse .expertise-modal .modal-close-btn .link-item:not(.has-dropdown):after{font-size:9.6px;color:#d4002a}.expertise-modal .modal-header{padding:12px 16px;background-color:transparent}.expertise-modal .modal-title{font-size:16px;font-weight:600;line-height:1.38;color:#000;margin-bottom:12px}.expertise-modal .modal-title span{margin-left:4px}.expertise-modal .modal-body{padding:16px 12px;background-color:#fafafa}.expertise-modal .modal-body .input-wrapper{display:flex;align-items:center;flex-flow:column}.expertise-modal .modal-body .input-wrapper .date-inputs{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:column}@media (min-width:768px){.expertise-modal .modal-body .input-wrapper .date-inputs{flex-wrap:wrap;flex-direction:row}}.expertise-modal .modal-body .input-wrapper .date-inputs .calendar{width:100%}@media (min-width:768px){.expertise-modal .modal-body .input-wrapper .date-inputs .calendar{width:calc(70% - 8px)}}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker{width:100%;padding:12px;display:flex;flex-flow:column;justify-content:space-between;align-items:center;height:auto;margin-bottom:16px}@media (min-width:768px){.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker{height:400px;width:calc(30% - 8px)}}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .title{font-size:14px;font-weight:600;margin-bottom:16px;color:#000}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper{width:100%;height:auto;overflow-y:auto;padding:0 6px;display:flex;flex-flow:row;flex-wrap:wrap;justify-content:space-between}@media (min-width:768px){.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper{height:400px;flex-flow:column}}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper .time-item{cursor:pointer;background-color:#d4002a;color:#fff;font-size:12px;font-weight:500;line-height:2;padding:10px 16px;border-radius:32px;text-align:center;margin:0 8px 8px 0;width:auto;border:1px solid #d4002a}@media (min-width:768px){.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper .time-item{margin:12px 0 0;width:100%}}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper .time-item:hover{color:#d4002a;background-color:#fff;border:1px solid #d4002a}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper .time-item.passive{cursor:none;color:#000;background-color:#e2e2e2;border:1px solid #a2a2a2;text-decoration:line-through;opacity:.5}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker .item-wrapper .time-item.selected{color:#d4002a;background-color:#fff;border:1px solid #d4002a}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker ::-webkit-scrollbar{width:5px}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker ::-webkit-scrollbar-track{background:#e2e2e2}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker ::-webkit-scrollbar-thumb{background:#d4002a;border-radius:4px}.expertise-modal .modal-body .input-wrapper .date-inputs .time-picker ::-webkit-scrollbar-thumb:hover{background:#555}.expertise-modal .modal-body .submit-btn{color:#fff;background-color:#ad0a27;padding:18px;border:none;border-radius:8px;font-size:16px;text-transform:uppercase;font-weight:600}.expertise-modal .modal-body .submit-btn:disabled{background-color:#cdcdcd;border-color:#cdcdcd;color:#fff}.breadcrumb{display:flex!important;border-radius:2px;font-size:10px;line-height:1.2;margin:0 0 30px;padding:6px 10px;border-radius:24px;flex-wrap:nowrap;overflow:auto}@media (min-width:768px){.breadcrumb{font-size:12px;line-height:1}}.breadcrumb a{color:#ad0a27;white-space:nowrap}.breadcrumb .breadcrumb-item{color:#ad0a27;font-weight:600}.breadcrumb .breadcrumb-item+.breadcrumb-item{display:flex;align-items:center}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#ad0a27;font-size:6px}@media (min-width:768px){.breadcrumb .breadcrumb-item+.breadcrumb-item:before{font-size:8px}}.breadcrumb.type-panel{padding:20px 0;margin:0}.breadcrumb.type-panel .breadcrumb-item{color:#3e3e3e}.breadcrumb.type-panel .breadcrumb-item a{color:#3e3e3e}.breadcrumb.type-panel .breadcrumb-item+.breadcrumb-item:before{color:#3e3e3e}.breadcrumb.type-panel .breadcrumb-item.active{font-weight:400}.breadcrumb .alert-box .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .alert-box .btn-close,.fleet-detail-modal .accordion .alert-box .accordion-button:after,.swal2-container .alert-box .swal2-styled.swal2-cancel.type-delete::after{width:32px;height:32px;padding:10px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:8px}@media (min-width:992px){.breadcrumb .alert-box .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .alert-box .btn-close,.fleet-detail-modal .accordion .alert-box .accordion-button:after,.swal2-container .alert-box .swal2-styled.swal2-cancel.type-delete::after{margin-right:12px}}.dashboard-modal .modal-header .alert-box .btn-close::before{font-size:12px;color:#00529d}.breadcrumb .alert-box .breadcrumb-item+.breadcrumb-item:before .text,.dashboard-modal .modal-header .alert-box .btn-close .text,.fleet-detail-modal .accordion .alert-box .accordion-button:after .text,.swal2-container .alert-box .swal2-styled.swal2-cancel.type-delete::after .text{font-size:12px;line-height:1.67;color:#222;font-weight:600}@media (min-width:992px){.breadcrumb .alert-box .breadcrumb-item+.breadcrumb-item:before .text,.dashboard-modal .modal-header .alert-box .btn-close .text,.fleet-detail-modal .accordion .alert-box .accordion-button:after .text,.swal2-container .alert-box .swal2-styled.swal2-cancel.type-delete::after .text{font-size:13px;line-height:1.6}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.breadcrumb .status-box .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .status-box .btn-close,.fleet-detail-modal .accordion .status-box .accordion-button:after,.swal2-container .status-box .swal2-styled.swal2-cancel.type-delete::after{width:12px;height:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f99d00;color:#ffff}.dashboard-modal .modal-header .status-box .btn-close::before{font-size:6px}.status-box-secondary{font-size:12px;font-weight:600;line-height:1.3;text-align:center;color:#56ab00;padding:6px 8px;border-radius:4px;background-color:#e9f6e5;min-width:67px;display:block}.status-box-secondary.type-passive{background-color:#fff0f0;color:#d4002a}.status-box-secondary.type-progress{background-color:#fff1da;color:#bf5000}.breadcrumb .data-import-accordion .item-wrapper .selected-item-wrap .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .data-import-accordion .item-wrapper .selected-item-wrap .trash-btn .btn-close,.fleet-detail-modal .accordion .data-import-accordion .item-wrapper .selected-item-wrap .trash-btn .accordion-button:after,.swal2-container .data-import-accordion .item-wrapper .selected-item-wrap .trash-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px;color:#ff0134;margin:0}.breadcrumb .checkable-dropdown .dropdown-toggle .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .checkable-dropdown .dropdown-toggle .btn-close,.fleet-detail-modal .accordion .checkable-dropdown .dropdown-toggle .accordion-button:after,.swal2-container .checkable-dropdown .dropdown-toggle .swal2-styled.swal2-cancel.type-delete::after{margin-left:8px}.breadcrumb .checkable-dropdown .dropdown-toggle.after-hidden .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .checkable-dropdown .dropdown-toggle.after-hidden .btn-close,.fleet-detail-modal .accordion .checkable-dropdown .dropdown-toggle.after-hidden .accordion-button:after,.swal2-container .checkable-dropdown .dropdown-toggle.after-hidden .swal2-styled.swal2-cancel.type-delete::after{color:#d4002a}.input-variable{position:absolute;top:25px;right:1px;bottom:1px;height:45px;width:53px;padding:14px 12px;background-color:#f8f6f6;text-align:center;border-radius:4px;font-size:13px;font-weight:500;color:#000}.modal-accordion{width:100%}.modal-accordion .accordion-item{border:solid 1px #e2e2e2;border-radius:4px}.modal-accordion .accordion-item:not(:last-child){margin-bottom:8px}@media (min-width:992px){.modal-accordion .accordion-item:not(:last-child){margin-bottom:16px}}.modal-accordion .accordion-button{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:12px;border:none;background-color:#f8f6f6;border-radius:4px}.modal-accordion .accordion-button::after{content:"\e90f";font-family:avis-filo-maestro;background-image:none;font-size:10px;color:#fff;width:24px;height:25px;background-color:#d4002a;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-accordion .accordion-button:focus{box-shadow:none}.modal-accordion .accordion-body{background-color:#fff;padding:12px}.modal-accordion .accordion-body>*{height:40px}.modal-accordion .title-wrapper{display:flex;align-items:center;justify-content:space-between}.modal-accordion span{width:auto;font-size:10px;padding-right:10px}@media (min-width:992px){.modal-accordion span{font-size:14px;width:50%;padding-right:0}}.modal-accordion span:first-child{border-right:1px solid #d6d6d6}.modal-accordion span:last-child{padding-left:12px;width:50%;text-align:center}.modal-accordion .value{color:#d4002a}.modal-accordion .body-item{display:flex;align-items:center;justify-content:space-between;width:100%}.modal-accordion .body-item:not(:last-child){border-bottom:solid 1px #f8f6f6}.modal-accordion .body-item span{font-weight:700}.modal-accordion .body-item span:first-child{border:none}.modal-accordion .body-item .title{position:relative;padding-left:16px;display:flex;align-items:center}.modal-accordion .body-item .title:before{content:'';width:8px;height:8px;background-color:#d4002a;border-radius:50%;left:0;position:absolute}.breadcrumb .focus-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .focus-card .btn-close,.fleet-detail-modal .accordion .focus-card .accordion-button:after,.swal2-container .focus-card .swal2-styled.swal2-cancel.type-delete::after{width:20px;height:20px}.fault-approval-section{background-color:#fafafa;padding:0 0 24px}@media (min-width:576px){.fault-approval-section{padding:40px 0}}@media (min-width:992px){.fault-approval-section{padding:60px 0}}@media (min-width:1200px){.fault-approval-section{padding:72px 0 90px}}.fault-approval-section .section-card{background-color:#fff;padding:0;border-radius:8px;display:flex;flex-flow:column;align-items:center;margin:0 -12px}@media (min-width:576px){.fault-approval-section .section-card{padding:24px;margin:0}}.fault-approval-section .section-card img{margin-bottom:16px}@media (min-width:992px){.fault-approval-section .section-card img{margin-bottom:44px}}.fault-approval-section .section-card .title{font-size:18px;font-weight:700;color:#d4002a;margin-bottom:12px}@media (min-width:992px){.fault-approval-section .section-card .title{font-size:21px;margin-bottom:16px}}@media (min-width:1200px){.fault-approval-section .section-card .title{font-size:24px}}.fault-approval-section .section-card .desc{text-align:center;font-size:14px;line-height:1.7}@media (min-width:992px){.fault-approval-section .section-card .desc{font-size:16px;line-height:1.5}}@media (min-width:1440px){.fault-approval-section .section-card .desc{font-size:16px}}.fault-approval-section .section-card .desc p{margin-bottom:0}.fault-approval-section .section-card .desc p:not(:last-child){margin-bottom:16px}.fault-approval-section .section-card .desc strong{font-weight:700}.fault-approval-section .section-card .desc .bottom-text{font-weight:600;font-size:14px}.fault-approval-section .section-card .info-box{margin:24px 0;background-color:#fff0f0;padding:12px;display:flex;flex-flow:column;align-items:center}@media (min-width:992px){.fault-approval-section .section-card .info-box{padding:24px;margin:32px 0 44px}}@media (max-width:991px){.fault-approval-section .section-card .info-box .desc p{margin-bottom:0}}.fault-approval-section .section-card .info-box .desc strong{font-size:14px}@media (min-width:992px){.fault-approval-section .section-card .info-box .desc strong{font-size:18px}}.fault-approval-section .section-card .button-wrapper{display:flex;justify-content:center;width:100%}.fault-approval-section .section-card .button-wrapper .btn-rounded{max-width:200px;width:100%;margin:0 6px}@media (max-width:767px){.fault-approval-section .section-card .button-wrapper .btn-rounded{font-size:12px}}@media (min-width:768px){.fault-approval-section .section-card .button-wrapper .btn-rounded{margin:0 12px}}.fault-approval-section.type-approved .info-box{margin:12px 0 24px}@media (min-width:992px){.fault-approval-section.type-approved .info-box{margin:32px 0 24px}}.fault-approval-section.type-approved .bottom-text{font-size:14px;font-weight:600;max-width:420px;text-align:center}@media (min-width:992px){.fault-approval-section.type-approved .bottom-text{font-size:16px}}.breadcrumb .summary-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .summary-card .btn-close,.fleet-detail-modal .accordion .summary-card .accordion-button:after,.swal2-container .summary-card .swal2-styled.swal2-cancel.type-delete::after{font-size:16px;color:#d4002a}@media (min-width:992px){.breadcrumb .summary-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .summary-card .btn-close,.fleet-detail-modal .accordion .summary-card .accordion-button:after,.swal2-container .summary-card .swal2-styled.swal2-cancel.type-delete::after{font-size:20px}}.breadcrumb .summary-card.type-2 .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .summary-card.type-2 .btn-close,.fleet-detail-modal .accordion .summary-card.type-2 .accordion-button:after,.swal2-container .summary-card.type-2 .swal2-styled.swal2-cancel.type-delete::after{font-size:16px}@media (min-width:992px){.breadcrumb .summary-card.type-2 .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .summary-card.type-2 .btn-close,.fleet-detail-modal .accordion .summary-card.type-2 .accordion-button:after,.swal2-container .summary-card.type-2 .swal2-styled.swal2-cancel.type-delete::after{font-size:24px}}.breadcrumb .edit-btn-box-mobile .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .edit-btn-box-mobile .btn .btn-close,.fleet-detail-modal .accordion .edit-btn-box-mobile .btn .accordion-button:after,.swal2-container .edit-btn-box-mobile .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:20px;color:#d4002a;margin:0 10px 0 0}.vc-day{font-family:'Open Sans',sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.21;color:#000!important}.vc-day .vc-selected{background-color:#fff!important}.vc-day-content{font-weight:700!important;border-radius:4px!important}.vc-day-content:hover{background-color:transparent!important;border:2px solid #d4002a!important}@media (min-width:992px){.vc-day-content{width:40px!important;height:40px!important}}.vc-day-layer .vc-day-content{color:#fff!important}.vc-container{border:none!important}.vc-highlights.vc-day-layer{color:#fff!important;background-color:#fff0f0}.vc-highlights .vc-highlight{border-radius:4px!important;background-color:#d4002a!important;width:50px!important;height:50px!important}.vc-highlights .vc-highlight.vc-highlight-base-start{border-radius:4px!important;background-color:#fff0f0!important}.vc-highlights .vc-highlight-base-middle{background-color:#fff0f0!important}.vc-highlights .vc-day-box-center-center .vc-highlight{border-color:#d4002a!important}.vc-arrow{background-color:#ffdfdf!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important}@media (min-width:992px){.vc-arrow{width:32px!important;height:32px!important}}.vc-arrow svg{color:#d4002a!important;width:16px!important;height:16px!important}.vc-title{font-size:14px!important;font-weight:700!important;line-height:.86!important;color:#000!important}.vc-weeks{margin-top:24px!important}.vc-weeks .vc-weekday{color:#ad0a27!important;border-bottom:1px solid #e2e2e2!important;padding-bottom:14px!important}.vc-day.is-today .vc-day-content{border-bottom:solid 2px #d4002a!important}.vc-pane.column-from-end-2{border-right:1px solid #e2e5ed!important;padding-right:10px!important;margin-right:10px!important}.vc-pane-container{margin-bottom:12px!important}@media (min-width:1200px){.vc-pane-container{margin-bottom:38px!important}}.breadcrumb .btn-reset .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-reset .btn-close,.fleet-detail-modal .accordion .btn-reset .accordion-button:after,.swal2-container .btn-reset .swal2-styled.swal2-cancel.type-delete::after{margin:0 4px 0 0}.breadcrumb .panel-section .doc-upload-field .content .zoom-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-section .doc-upload-field .content .zoom-btn .btn-close,.fleet-detail-modal .accordion .panel-section .doc-upload-field .content .zoom-btn .accordion-button:after,.swal2-container .panel-section .doc-upload-field .content .zoom-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:18px}.breadcrumb .panel-section .selected-item .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-section .selected-item .trash-btn .btn-close,.fleet-detail-modal .accordion .panel-section .selected-item .trash-btn .accordion-button:after,.swal2-container .panel-section .selected-item .trash-btn .swal2-styled.swal2-cancel.type-delete::after{margin:0;padding:0}.breadcrumb .panel-section .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-section .trash-btn .btn-close,.fleet-detail-modal .accordion .panel-section .trash-btn .accordion-button:after,.swal2-container .panel-section .trash-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:20px;color:#ad0a27;margin:0}.breadcrumb .btn-icon.type-in-side .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-icon.type-in-side .btn-close,.fleet-detail-modal .accordion .btn-icon.type-in-side .accordion-button:after,.swal2-container .btn-icon.type-in-side .swal2-styled.swal2-cancel.type-delete::after{color:#d4002a;font-size:24px}.breadcrumb .btn-icon:has(span) .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-icon:has(span) .btn-close,.fleet-detail-modal .accordion .btn-icon:has(span) .accordion-button:after,.swal2-container .btn-icon:has(span) .swal2-styled.swal2-cancel.type-delete::after{font-size:16px;color:#ad0a27;padding:8px;border-radius:4px;background-color:#fafafa;margin:0}.breadcrumb .btn-icon:disabled .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-icon:disabled .btn-close,.fleet-detail-modal .accordion .btn-icon:disabled .accordion-button:after,.swal2-container .btn-icon:disabled .swal2-styled.swal2-cancel.type-delete::after{color:#e2e2e2;cursor:no-drop}.btn-rounded{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border:0;border-radius:24px;background-color:#fff;font-size:14px;font-weight:500;line-height:normal;color:#ff0134;transition:ease border-color,background-color .5s;position:relative}@media (min-width:1440px){.btn-rounded{font-size:15px}}.btn-rounded.bg-red{background-color:#ff0134;color:#fff}.btn-rounded.bg-red:hover{background-color:#d4002a}.btn-rounded.bg-white{background-color:#fff;color:#ad0a27!important}.btn-rounded.bg-white:hover{background-color:#ad0a27!important;color:#fff!important}.btn-rounded.bg-white.disabled,.btn-rounded.bg-white:disabled{background-color:#fff;border-color:#a2a2a2;color:#a2a2a2!important}.breadcrumb .btn-rounded.type-left-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-rounded.type-left-icon .btn-close,.fleet-detail-modal .accordion .btn-rounded.type-left-icon .accordion-button:after,.swal2-container .btn-rounded.type-left-icon .swal2-styled.swal2-cancel.type-delete::after{position:absolute;left:30px;padding:0}.btn-rounded.disabled,.btn-rounded:disabled{background-color:#cdcdcd;border-color:#cdcdcd;color:#fff}.btn-rounded:focus{box-shadow:none}.btn-rounded:hover{background-color:#ff0134;color:#fff}.breadcrumb .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.btn-rounded .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.btn-rounded .choices[data-type*=select-one]:after,.btn-rounded .dashboard-modal .modal-header .btn-close,.btn-rounded .fleet-detail-modal .accordion .accordion-button:after,.btn-rounded .icon,.btn-rounded .primary-switch .slider:after,.btn-rounded .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.btn-rounded footer .footer-link-collapse .btn-link:after,.btn-rounded footer .footer-link-collapse .link-item:not(.has-dropdown):after,.dashboard-modal .modal-header .btn-rounded .btn-close,.fleet-detail-modal .accordion .btn-rounded .accordion-button:after,.primary-switch .btn-rounded .slider:after,.swal2-container .btn-rounded .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .btn-rounded .btn-link:after,footer .footer-link-collapse .btn-rounded .link-item:not(.has-dropdown):after{font-size:12px;margin-left:auto;padding-left:10px}.btn-rounded.type-small{padding:14px;font-size:12px;font-weight:600}.breadcrumb .btn-rounded.type-bg-gradient .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-rounded.type-bg-gradient .btn-close,.fleet-detail-modal .accordion .btn-rounded.type-bg-gradient .accordion-button:after,.swal2-container .btn-rounded.type-bg-gradient .swal2-styled.swal2-cancel.type-delete::after{width:32px;height:32px;border-radius:50%;background-color:#ff0134;display:flex;align-items:center;justify-content:center;padding-left:0}.btn-rounded:has(.spinner) span{display:flex;align-items:center;justify-content:center;gap:12px}.btn-link{display:inline-flex;align-items:center;padding:0;border:0;font-size:12px;font-weight:600;line-height:1;text-decoration:none;color:#222}@media (min-width:992px){.btn-link{font-size:15px}}.btn-link:disabled{opacity:.5!important;cursor:no-drop!important}.btn-link:focus{box-shadow:none}.btn-link:hover{color:#ff0134}.breadcrumb .btn-link .breadcrumb-item+.breadcrumb-item:before,.btn-link .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.btn-link .choices[data-type*=select-one]:after,.btn-link .dashboard-modal .modal-header .btn-close,.btn-link .fleet-detail-modal .accordion .accordion-button:after,.btn-link .icon,.btn-link .primary-switch .slider:after,.btn-link .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.btn-link footer .footer-link-collapse .btn-link:after,.btn-link footer .footer-link-collapse .link-item:not(.has-dropdown):after,.dashboard-modal .modal-header .btn-link .btn-close,.fleet-detail-modal .accordion .btn-link .accordion-button:after,.primary-switch .btn-link .slider:after,.swal2-container .btn-link .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .btn-link .btn-link:after,footer .footer-link-collapse .btn-link .link-item:not(.has-dropdown):after{font-size:8px;margin-left:5px}@media (min-width:992px){.breadcrumb .btn-link .breadcrumb-item+.breadcrumb-item:before,.btn-link .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.btn-link .choices[data-type*=select-one]:after,.btn-link .dashboard-modal .modal-header .btn-close,.btn-link .fleet-detail-modal .accordion .accordion-button:after,.btn-link .icon,.btn-link .primary-switch .slider:after,.btn-link .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.btn-link footer .footer-link-collapse .btn-link:after,.btn-link footer .footer-link-collapse .link-item:not(.has-dropdown):after,.dashboard-modal .modal-header .btn-link .btn-close,.fleet-detail-modal .accordion .btn-link .accordion-button:after,.primary-switch .btn-link .slider:after,.swal2-container .btn-link .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .btn-link .btn-link:after,footer .footer-link-collapse .btn-link .link-item:not(.has-dropdown):after{font-size:10px}}.breadcrumb .btn-download .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-download .btn-close,.fleet-detail-modal .accordion .btn-download .accordion-button:after,.swal2-container .btn-download .swal2-styled.swal2-cancel.type-delete::after{font-size:16px;color:#d4002a;margin-right:8px}.breadcrumb .btn-turn-back .icon-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-turn-back .icon-btn .btn-close,.fleet-detail-modal .accordion .btn-turn-back .icon-btn .accordion-button:after,.swal2-container .btn-turn-back .icon-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px;color:#fff}.breadcrumb .table-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn .btn-close,.fleet-detail-modal .accordion .table-btn .accordion-button:after,.swal2-container .table-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:12px;color:#d4002a}@media (min-width:992px){.breadcrumb .table-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn .btn-close,.fleet-detail-modal .accordion .table-btn .accordion-button:after,.swal2-container .table-btn .swal2-styled.swal2-cancel.type-delete::after{color:#ad0a27}}.breadcrumb .table-btn:hover .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn:hover .btn-close,.fleet-detail-modal .accordion .table-btn:hover .accordion-button:after,.swal2-container .table-btn:hover .swal2-styled.swal2-cancel.type-delete::after{color:#fff}.breadcrumb .table-btn:hover .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-btn:hover .btn .btn-close,.fleet-detail-modal .accordion .table-btn:hover .btn .accordion-button:after,.swal2-container .table-btn:hover .btn .swal2-styled.swal2-cancel.type-delete::after{color:#d4002a}.breadcrumb .show-more-data-btn .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .show-more-data-btn .btn .btn-close,.fleet-detail-modal .accordion .show-more-data-btn .btn .accordion-button:after,.swal2-container .show-more-data-btn .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:8px;margin-left:auto}@media (min-width:992px){.breadcrumb .show-more-data-btn .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .show-more-data-btn .btn .btn-close,.fleet-detail-modal .accordion .show-more-data-btn .btn .accordion-button:after,.swal2-container .show-more-data-btn .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px;margin-left:5px}}.breadcrumb .empty-state-section .state-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon .accordion-button:after,.swal2-container .empty-state-section .state-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:80px}@media (min-width:992px){.breadcrumb .empty-state-section .state-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon .accordion-button:after,.swal2-container .empty-state-section .state-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:95px}}@media (min-width:1200px){.breadcrumb .empty-state-section .state-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon .accordion-button:after,.swal2-container .empty-state-section .state-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:110px}}@media (min-width:1440px){.breadcrumb .empty-state-section .state-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon .accordion-button:after,.swal2-container .empty-state-section .state-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:125px}}.breadcrumb .empty-state-section .state-icon.bg-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon.bg-rounded .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon.bg-rounded .accordion-button:after,.swal2-container .empty-state-section .state-icon.bg-rounded .swal2-styled.swal2-cancel.type-delete::after{font-size:42px;color:#ad0a27}@media (min-width:992px){.breadcrumb .empty-state-section .state-icon.bg-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon.bg-rounded .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon.bg-rounded .accordion-button:after,.swal2-container .empty-state-section .state-icon.bg-rounded .swal2-styled.swal2-cancel.type-delete::after{font-size:48px}}@media (min-width:1200px){.breadcrumb .empty-state-section .state-icon.bg-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon.bg-rounded .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon.bg-rounded .accordion-button:after,.swal2-container .empty-state-section .state-icon.bg-rounded .swal2-styled.swal2-cancel.type-delete::after{font-size:55px}}@media (min-width:1440px){.breadcrumb .empty-state-section .state-icon.bg-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .empty-state-section .state-icon.bg-rounded .btn-close,.fleet-detail-modal .accordion .empty-state-section .state-icon.bg-rounded .accordion-button:after,.swal2-container .empty-state-section .state-icon.bg-rounded .swal2-styled.swal2-cancel.type-delete::after{font-size:65px}}::-webkit-scrollbar{width:1px;height:10px}::-webkit-scrollbar-track{background:#e2e2e2}::-webkit-scrollbar-thumb{background:#d4002a;border-radius:4px}.breadcrumb .panel-table thead th .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-table thead th .btn-close,.fleet-detail-modal .accordion .panel-table thead th .accordion-button:after,.swal2-container .panel-table thead th .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}.breadcrumb .panel-table-mobile .table-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-table-mobile .table-icon .btn-close,.fleet-detail-modal .accordion .panel-table-mobile .table-icon .accordion-button:after,.swal2-container .panel-table-mobile .table-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:17px}.breadcrumb .panel-table-mobile .show-detail-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-table-mobile .show-detail-btn .btn-close,.fleet-detail-modal .accordion .panel-table-mobile .show-detail-btn .accordion-button:after,.swal2-container .panel-table-mobile .show-detail-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}.breadcrumb .info-sign .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .info-sign .btn-close,.fleet-detail-modal .accordion .info-sign .accordion-button:after,.swal2-container .info-sign .swal2-styled.swal2-cancel.type-delete::after{font-size:9px;text-decoration:none}.breadcrumb .table-filter .button-wrapper .trash-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .table-filter .button-wrapper .trash-btn .btn-close,.fleet-detail-modal .accordion .table-filter .button-wrapper .trash-btn .accordion-button:after,.swal2-container .table-filter .button-wrapper .trash-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:20px;color:#ad0a27;margin:0}.breadcrumb .panel-edit-box .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-edit-box .btn .btn-close,.fleet-detail-modal .accordion .panel-edit-box .btn .accordion-button:after,.swal2-container .panel-edit-box .btn .swal2-styled.swal2-cancel.type-delete::after{font-size:12px;color:#d4002a}.breadcrumb .panel-edit-box .btn:focus .breadcrumb-item+.breadcrumb-item:before,.breadcrumb .panel-edit-box .btn:hover .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-edit-box .btn:focus .btn-close,.dashboard-modal .modal-header .panel-edit-box .btn:hover .btn-close,.fleet-detail-modal .accordion .panel-edit-box .btn:focus .accordion-button:after,.fleet-detail-modal .accordion .panel-edit-box .btn:hover .accordion-button:after,.swal2-container .panel-edit-box .btn:focus .swal2-styled.swal2-cancel.type-delete::after,.swal2-container .panel-edit-box .btn:hover .swal2-styled.swal2-cancel.type-delete::after{font-weight:700}.breadcrumb .detail-wrapper>* .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .detail-wrapper>* .btn-close,.fleet-detail-modal .accordion .detail-wrapper>* .accordion-button:after,.swal2-container .detail-wrapper>* .swal2-styled.swal2-cancel.type-delete::after{font-size:20px}.breadcrumb .detail-wrapper .btn-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .detail-wrapper .btn-icon .btn-close,.fleet-detail-modal .accordion .detail-wrapper .btn-icon .accordion-button:after,.swal2-container .detail-wrapper .btn-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:16px}.breadcrumb .searchable-dropdown .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .searchable-dropdown .btn-close,.fleet-detail-modal .accordion .searchable-dropdown .accordion-button:after,.swal2-container .searchable-dropdown .swal2-styled.swal2-cancel.type-delete::after{position:absolute;top:50%;transform:translateY(-50%);right:16px;font-size:16px;color:#666;pointer-events:none}.breadcrumb .panel-form .btn-reset .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .panel-form .btn-reset .btn-close,.fleet-detail-modal .accordion .panel-form .btn-reset .accordion-button:after,.swal2-container .panel-form .btn-reset .swal2-styled.swal2-cancel.type-delete::after{font-size:15px}.switch-item-secondary{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:12px;border-radius:4px;border:solid 1px #e2e2e2;background-color:#fafafa;margin:0 0 12px;height:auto}@media (min-width:992px){.switch-item-secondary{margin:0;height:40px}}.switch-item-secondary .text{display:block;font-size:14px;font-weight:600;line-height:1.29;color:#000}.switch-item-secondary.type-small{border:none;flex-direction:column;margin:12px 0 0}@media (min-width:992px){.switch-item-secondary.type-small{flex-direction:row}}@media (min-width:1440px){.switch-item-secondary.type-small{margin:0}}.switch-item-secondary.type-small.active{background-color:#fff0f0}.switch-item-secondary.type-small .text{text-align:center}.breadcrumb .car-list-page .wrapper.type-column .list .item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .car-list-page .wrapper.type-column .list .item .btn-close,.fleet-detail-modal .accordion .car-list-page .wrapper.type-column .list .item .accordion-button:after,.swal2-container .car-list-page .wrapper.type-column .list .item .swal2-styled.swal2-cancel.type-delete::after{font-size:14px;color:#d4002a}.breadcrumb .detail-card .item-icon .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .detail-card .item-icon .btn-close,.fleet-detail-modal .accordion .detail-card .item-icon .accordion-button:after,.swal2-container .detail-card .item-icon .swal2-styled.swal2-cancel.type-delete::after{font-size:17px}.breadcrumb .icon-badge .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-badge .btn-close,.fleet-detail-modal .accordion .icon-badge .accordion-button:after,.swal2-container .icon-badge .swal2-styled.swal2-cancel.type-delete::after{font-size:10px}@media (min-width:992px){.breadcrumb .icon-badge .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .icon-badge .btn-close,.fleet-detail-modal .accordion .icon-badge .accordion-button:after,.swal2-container .icon-badge .swal2-styled.swal2-cancel.type-delete::after{font-size:12px}}.service-accordion .accordion-item{margin:0 0 12px;border:none}@media (min-width:992px){.service-accordion .accordion-item{margin:0 0 16px}}@media (min-width:1200px){.service-accordion .accordion-item{margin:0 0 24px}}@media (min-width:1440px){.service-accordion .accordion-item{margin:0 0 32px}}.service-accordion .accordion-header{background-color:transparent}.service-accordion .accordion-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px;background-color:#fff;border-radius:4px!important;border:none;box-shadow:none}.service-accordion .accordion-button:not(.collapsed){border-radius:4px 4px 0 0!important}.service-accordion .accordion-button:focus{border-color:unset;outline:0}.service-accordion .accordion-button::after{background-image:none;content:"\e90f";font-family:avis-filo-maestro,sans-serif;border-radius:4px;background-color:#fff0f0;color:#d4002a;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:16px}@media (min-width:992px){.service-accordion .accordion-button{justify-content:space-between;align-items:center}}.service-accordion .accordion-body{border-radius:0 0 4px 4px;border:1px solid #f1f1f1;padding:12px}@media (min-width:992px){.service-accordion .accordion-body{padding:24px}}.service-accordion .category-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;background-color:#fff;color:#000}@media (min-width:992px){.service-accordion .category-content{flex-direction:row;align-items:center;gap:16px}}.service-accordion .category-content .category-title{font-size:20px;font-weight:700;line-height:1.35;padding:0;border:none}@media (min-width:992px){.service-accordion .category-content .category-title{font-size:24px;line-height:1.38;padding:0 16px 0 0;border-right:1px solid #ff0134}}.service-accordion .category-content .category-desc{font-size:14px;font-weight:400;line-height:1.57}@media (min-width:992px){.service-accordion .category-content .category-desc{font-size:16px;line-height:1.5}}.service-select-card{position:relative;border:solid 1px #fff0f0;border-radius:10px;overflow:hidden;height:calc(100% - 16px)}.service-select-card:hover{border:solid 1px #d4002a;box-shadow:0 5px 17px 0 rgba(201,201,201,.27)}.service-select-card.selected{border:solid 1px #e9f6e5}.service-select-card.selected:hover{border:solid 1px #56ab00}@media (max-width:1439px){.service-select-card{margin:0 0 12px;height:calc(100% - 12px)}}.service-select-card .card-img{border-radius:10px;max-height:159px}@media (min-width:768px){.service-select-card .card-img{max-height:169px}}@media (min-width:992px){.service-select-card .card-img{max-height:189px}}@media (min-width:1200px){.service-select-card .card-img{max-height:209px}}@media (min-width:1440px){.service-select-card .card-img{max-height:229px}}.service-select-card .card-body{padding:16px;margin:0 0 40px;text-align:center}@media (min-width:992px){.service-select-card .card-body{padding:20px}}@media (min-width:1200px){.service-select-card .card-body{padding:24px}}.service-select-card .card-body .card-title{font-size:16px;font-weight:700;line-height:1.38;color:#d4002a;margin:0 0 12px}@media (min-width:992px){.service-select-card .card-body .card-title{font-size:20px;line-height:1.35;margin:0 0 16px}}.service-select-card .card-body .card-text{font-size:14px;font-weight:400;line-height:1.57;color:#000}@media (min-width:992px){.service-select-card .card-body .card-text{font-size:16px;font-weight:400;line-height:1.5}}.service-select-card .select-btn{position:absolute;left:0;right:0;bottom:0;width:100%;display:flex;align-items:center;justify-content:center;gap:4px;font-size:12px;font-weight:600;line-height:1;padding:12px;background-color:#fff0f0;color:#d4002a;border:none;border-radius:0 0 10px 10px}@media (min-width:992px){.service-select-card .select-btn{font-size:15px}}.service-select-card .select-btn.selected{background-color:#e9f6e5;color:#56ab00}.breadcrumb .fixed-request-module .btn-trash .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .fixed-request-module .btn-trash .btn-close,.fleet-detail-modal .accordion .fixed-request-module .btn-trash .accordion-button:after,.swal2-container .fixed-request-module .btn-trash .swal2-styled.swal2-cancel.type-delete::after{font-size:14px}.service-request-card{padding:8px;display:flex;align-items:center;border-radius:8px;border:solid 1px #fff0f0;background-color:#fff;gap:8px}@media (min-width:992px){.service-request-card{padding:10px;gap:12px}}@media (min-width:1200px){.service-request-card{padding:12px;gap:16px}}.service-request-card:not(:last-child){margin:0 0 8px}.service-request-card .card-image{flex-basis:100%;max-width:76px;margin:0}@media (min-width:992px){.service-request-card .card-image{max-width:98px}}.service-request-card .card-body{padding:0;background-color:#fff}.service-request-card .card-title{font-size:14px;font-weight:600;line-height:1.4;color:#d4002a;margin-top:4px}@media (min-width:992px){.service-request-card .card-title{font-size:16px}}.service-request-card .type{font-size:9px;font-weight:600;line-height:1.22;color:#666;text-transform:uppercase;margin:0}@media (min-width:992px){.service-request-card .type{font-size:10px;line-height:1.1}}.service-request-card .btn-trash{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#fafafa;font-size:18px;color:#666;border-radius:50%}.service-request-card .btn-trash:focus{box-shadow:none}.selected-service-list{list-style:none;padding:0}.selected-service-list .list-item{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:4px;border:solid 1px #e2e2e2;background-color:#fff;gap:16px}@media (min-width:992px){.selected-service-list .list-item{padding:12px}}.selected-service-list .list-item:not(:last-of-type){margin:0 0 12px}.selected-service-list .list-item span:first-child{font-size:12px;font-weight:600;line-height:2;color:#d4002a}@media (min-width:992px){.selected-service-list .list-item span:first-child{font-size:14px}}.selected-service-list .list-item span:last-child{font-size:10px;font-weight:400;line-height:1.6;color:#000}.breadcrumb .contact-info-wrap .social-list .item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .social-list .item .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .social-list .item .accordion-button:after,.swal2-container .contact-info-wrap .social-list .item .swal2-styled.swal2-cancel.type-delete::after{color:#df1931;font-size:16px}@media (min-width:992px){.breadcrumb .contact-info-wrap .social-list .item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .social-list .item .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .social-list .item .accordion-button:after,.swal2-container .contact-info-wrap .social-list .item .swal2-styled.swal2-cancel.type-delete::after{font-size:20px}}@media (min-width:1200px){.breadcrumb .contact-info-wrap .social-list .item .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .social-list .item .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .social-list .item .accordion-button:after,.swal2-container .contact-info-wrap .social-list .item .swal2-styled.swal2-cancel.type-delete::after{font-size:24px}}.breadcrumb .contact-info-wrap .contact-info-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .contact-info-card .accordion-button:after,.swal2-container .contact-info-wrap .contact-info-card .swal2-styled.swal2-cancel.type-delete::after{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#df1931}@media (min-width:992px){.breadcrumb .contact-info-wrap .contact-info-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .contact-info-card .accordion-button:after,.swal2-container .contact-info-wrap .contact-info-card .swal2-styled.swal2-cancel.type-delete::after{width:36px;height:36px}}@media (min-width:1200px){.breadcrumb .contact-info-wrap .contact-info-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .contact-info-card .accordion-button:after,.swal2-container .contact-info-wrap .contact-info-card .swal2-styled.swal2-cancel.type-delete::after{width:40px;height:40px}}@media (min-width:1440px){.breadcrumb .contact-info-wrap .contact-info-card .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close,.fleet-detail-modal .accordion .contact-info-wrap .contact-info-card .accordion-button:after,.swal2-container .contact-info-wrap .contact-info-card .swal2-styled.swal2-cancel.type-delete::after{width:48px;height:48px}}.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close::before{font-size:16px}@media (min-width:992px){.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close::before{font-size:20px}}@media (min-width:1200px){.dashboard-modal .modal-header .contact-info-wrap .contact-info-card .btn-close::before{font-size:24px}}.breadcrumb .detail-page .content-img-list .bordered-content.secondary .content-img .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .detail-page .content-img-list .bordered-content.secondary .content-img .btn-close,.fleet-detail-modal .accordion .detail-page .content-img-list .bordered-content.secondary .content-img .accordion-button:after,.swal2-container .detail-page .content-img-list .bordered-content.secondary .content-img .swal2-styled.swal2-cancel.type-delete::after{font-size:13px}@media (min-width:1200px){.breadcrumb .detail-page .content-img-list .bordered-content.secondary .content-img .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .detail-page .content-img-list .bordered-content.secondary .content-img .btn-close,.fleet-detail-modal .accordion .detail-page .content-img-list .bordered-content.secondary .content-img .accordion-button:after,.swal2-container .detail-page .content-img-list .bordered-content.secondary .content-img .swal2-styled.swal2-cancel.type-delete::after{font-size:18px}}.breadcrumb .content-item .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .content-item .btn-rounded .btn-close,.fleet-detail-modal .accordion .content-item .btn-rounded .accordion-button:after,.swal2-container .content-item .btn-rounded .swal2-styled.swal2-cancel.type-delete::after{margin-left:13px}@media (min-width:1200px){.breadcrumb .content-item .btn-rounded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .content-item .btn-rounded .btn-close,.fleet-detail-modal .accordion .content-item .btn-rounded .accordion-button:after,.swal2-container .content-item .btn-rounded .swal2-styled.swal2-cancel.type-delete::after{margin-left:26px}}@font-face{font-family:avis-filo-maestro;src:url(/assets/fonts/iconfont/fonts/avis-filo-maestro.eot?k47ri5);src:url(/assets/fonts/iconfont/fonts/avis-filo-maestro.eot?k47ri5#iefix) format("embedded-opentype"),url(/assets/fonts/iconfont/fonts/avis-filo-maestro.ttf?k47ri5) format("truetype"),url(/assets/fonts/iconfont/fonts/avis-filo-maestro.woff?k47ri5) format("woff"),url(/assets/fonts/iconfont/fonts/avis-filo-maestro.svg?k47ri5#avis-filo-maestro) format("svg");font-weight:400;font-style:normal;font-display:block}.breadcrumb .breadcrumb-item+.breadcrumb-item:before,.choices[data-type*=select-one]:after,.dashboard-modal .modal-header .btn-close,.fleet-detail-modal .accordion .accordion-button:after,.icon,.primary-switch .slider:after,.swal2-container .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .btn-link:after,footer .footer-link-collapse .link-item:not(.has-dropdown):after{font-family:avis-filo-maestro!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-car-love:before{content:"\e991"}.icon-info-book:before{content:"\e993"}.icon-review:before{content:"\e994"}.icon-add-driver:before{content:"\e983"}.icon-driver:before{content:"\e982"}.icon-active-role:before{content:"\e97b"}.icon-passive-role:before{content:"\e97c"}.icon-twitter:before{content:"\e907"}.icon-service:before{content:"\e975"}.icon-vehicle-count:before{content:"\e951"}.icon-average-km:before{content:"\e965"}.icon-live-tracking:before{content:"\e942"}.icon-violation-detect:before{content:"\e95e"}.icon-mtv-tracking:before{content:"\e960"}.icon-icon-info2:before{content:"\e949"}.icon-information:before{content:"\e93b"}.breadcrumb footer .btn-collapse-toggle.active .breadcrumb-item+.breadcrumb-item:before,.breadcrumb header .nav-buttons .btn-rounded.dropdown-btn.open .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header footer .btn-collapse-toggle.active .btn-close:before,.dashboard-modal .modal-header header .nav-buttons .btn-rounded.dropdown-btn.open .btn-close:before,footer .btn-collapse-toggle.active .breadcrumb .breadcrumb-item+.breadcrumb-item:before,footer .btn-collapse-toggle.active .calendar-wrap .calendar-header .btn-close:before,footer .btn-collapse-toggle.active .dashboard-modal .modal-header .btn-close:before,footer .btn-collapse-toggle.active .icon:before,footer .btn-collapse-toggle.active .menu-item:before,footer .btn-collapse-toggle.active .packages-card .features-list li:before,footer .btn-collapse-toggle.active .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,footer .btn-collapse-toggle.active .swiper-scrollbar .swiper-scrollbar-drag:before,footer .btn-collapse-toggle.active .top-selected-item .top-selected-button:before,header .nav-buttons .btn-rounded.dropdown-btn.open .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .nav-buttons .btn-rounded.dropdown-btn.open .calendar-wrap .calendar-header .btn-close:before,header .nav-buttons .btn-rounded.dropdown-btn.open .dashboard-modal .modal-header .btn-close:before,header .nav-buttons .btn-rounded.dropdown-btn.open .icon:before,header .nav-buttons .btn-rounded.dropdown-btn.open .menu-item:before,header .nav-buttons .btn-rounded.dropdown-btn.open .packages-card .features-list li:before,header .nav-buttons .btn-rounded.dropdown-btn.open .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .nav-buttons .btn-rounded.dropdown-btn.open .swiper-scrollbar .swiper-scrollbar-drag:before,header .nav-buttons .btn-rounded.dropdown-btn.open .top-selected-item .top-selected-button:before{content:"\e912"}.breadcrumb .breadcrumb-item+.breadcrumb-item:before,.icon-angle-right:before,footer .footer-link-collapse .link-item:not(.has-dropdown):after{content:"\e911"}.icon-search:before{content:"\e903"}.icon-trash:before,.swal2-container .swal2-styled.swal2-cancel.type-delete::after{content:"\e906"}.icon-arrow-up:before{content:"\e908"}.icon-hamburger-menu:before{content:"\e90b"}.icon-check:before,.primary-switch input:checked+.slider:after{content:"\e90c"}.choices[data-type*=select-one]:after,.fleet-detail-modal .accordion .accordion-button:after,.icon-angle-down:before,footer .footer-link-collapse .btn-link:after{content:"\e90f"}.icon-exclamation:before{content:"\e916"}.breadcrumb body.search-opened .navbar-toggler-wrapper [data-toggle=search] .breadcrumb-item+.breadcrumb-item:before,.breadcrumb header.nav-opened .navbar-toggler .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .btn-close:before,.dashboard-modal .modal-header body.search-opened .navbar-toggler-wrapper [data-toggle=search] .btn-close:before,.dashboard-modal .modal-header header.nav-opened .navbar-toggler .btn-close:before,.icon-close:before,.primary-switch .slider:after,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .breadcrumb .breadcrumb-item+.breadcrumb-item:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .calendar-wrap .calendar-header .btn-close:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .dashboard-modal .modal-header .btn-close:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .icon:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .menu-item:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .packages-card .features-list li:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .swiper-scrollbar .swiper-scrollbar-drag:before,body.search-opened .navbar-toggler-wrapper [data-toggle=search] .top-selected-item .top-selected-button:before,header.nav-opened .navbar-toggler .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header.nav-opened .navbar-toggler .calendar-wrap .calendar-header .btn-close:before,header.nav-opened .navbar-toggler .dashboard-modal .modal-header .btn-close:before,header.nav-opened .navbar-toggler .icon:before,header.nav-opened .navbar-toggler .menu-item:before,header.nav-opened .navbar-toggler .packages-card .features-list li:before,header.nav-opened .navbar-toggler .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header.nav-opened .navbar-toggler .swiper-scrollbar .swiper-scrollbar-drag:before,header.nav-opened .navbar-toggler .top-selected-item .top-selected-button:before{content:"\e91a"}.icon-facebook:before{content:"\e91e"}.icon-info:before{content:"\e922"}.icon-instagram:before{content:"\e923"}.breadcrumb .primary-accordion .accordion-button[aria-expanded=true] .breadcrumb-item+.breadcrumb-item:before,.breadcrumb header .dropdown-item .nav-link.expanded .breadcrumb-item+.breadcrumb-item:before,.breadcrumb header .nav-item .nav-link.expanded .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .primary-accordion .accordion-button[aria-expanded=true] .btn-close:before,.dashboard-modal .modal-header header .dropdown-item .nav-link.expanded .btn-close:before,.dashboard-modal .modal-header header .nav-item .nav-link.expanded .btn-close:before,.primary-accordion .accordion-button[aria-expanded=true] .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.primary-accordion .accordion-button[aria-expanded=true] .dashboard-modal .modal-header .btn-close:before,.primary-accordion .accordion-button[aria-expanded=true] .icon:before,header .dropdown-item .nav-link.expanded .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .dropdown-item .nav-link.expanded .calendar-wrap .calendar-header .btn-close:before,header .dropdown-item .nav-link.expanded .dashboard-modal .modal-header .btn-close:before,header .dropdown-item .nav-link.expanded .icon:before,header .dropdown-item .nav-link.expanded .menu-item:before,header .dropdown-item .nav-link.expanded .packages-card .features-list li:before,header .dropdown-item .nav-link.expanded .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .dropdown-item .nav-link.expanded .swiper-scrollbar .swiper-scrollbar-drag:before,header .dropdown-item .nav-link.expanded .top-selected-item .top-selected-button:before,header .nav-item .nav-link.expanded .breadcrumb .breadcrumb-item+.breadcrumb-item:before,header .nav-item .nav-link.expanded .calendar-wrap .calendar-header .btn-close:before,header .nav-item .nav-link.expanded .dashboard-modal .modal-header .btn-close:before,header .nav-item .nav-link.expanded .icon:before,header .nav-item .nav-link.expanded .menu-item:before,header .nav-item .nav-link.expanded .packages-card .features-list li:before,header .nav-item .nav-link.expanded .primary-toggle .toggle-input[type=checkbox]:checked+.toggle:before,header .nav-item .nav-link.expanded .swiper-scrollbar .swiper-scrollbar-drag:before,header .nav-item .nav-link.expanded .top-selected-item .top-selected-button:before{content:"\e927"}.icon-navigation:before{content:"\e928"}.icon-plus:before{content:"\e92a"}.icon-overhaul:before{content:"\e92d"}:root{--swiper-preloader-color:#ff0134}a{text-decoration:none}.sticky-scroll-up{position:fixed;bottom:30px;right:0;left:0;z-index:10;pointer-events:none;transition:ease opacity .3s}.sticky-scroll-up.invisible{opacity:0}.sticky-scroll-up .btn{display:flex;flex-flow:column;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#222;font-size:8px;color:#fff;pointer-events:all;margin-left:auto;margin-right:-64px}.breadcrumb .sticky-scroll-up .btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .sticky-scroll-up .btn .btn-close,.fleet-detail-modal .accordion .sticky-scroll-up .btn .accordion-button:after,.primary-switch .sticky-scroll-up .btn .slider:after,.sticky-scroll-up .btn .breadcrumb .breadcrumb-item+.breadcrumb-item:before,.sticky-scroll-up .btn .choices[data-type*=select-one]:after,.sticky-scroll-up .btn .dashboard-modal .modal-header .btn-close,.sticky-scroll-up .btn .fleet-detail-modal .accordion .accordion-button:after,.sticky-scroll-up .btn .icon,.sticky-scroll-up .btn .primary-switch .slider:after,.sticky-scroll-up .btn .swal2-container .swal2-styled.swal2-cancel.type-delete::after,.sticky-scroll-up .btn footer .footer-link-collapse .btn-link:after,.sticky-scroll-up .btn footer .footer-link-collapse .link-item:not(.has-dropdown):after,.swal2-container .sticky-scroll-up .btn .swal2-styled.swal2-cancel.type-delete::after,footer .footer-link-collapse .sticky-scroll-up .btn .btn-link:after,footer .footer-link-collapse .sticky-scroll-up .btn .link-item:not(.has-dropdown):after{font-size:15px;margin-bottom:4px}.slider-navigation{display:flex;align-items:center;justify-content:center;padding:4px;border-radius:20px;background-color:#fff}.slider-navigation .swiper-button-next,.slider-navigation .swiper-button-prev,.slider-navigation .swiper-pagination{position:static}.slider-navigation .swiper-button-next,.slider-navigation .swiper-button-prev{margin-top:0;width:32px;height:32px;border-radius:50%;background-color:#d4002a;transition:ease background-color .5s}.slider-navigation .swiper-button-next:hover,.slider-navigation .swiper-button-prev:hover{background-color:#ff0134}.slider-navigation .swiper-button-next:after,.slider-navigation .swiper-button-prev:after{color:#fff;font-size:9px}.slider-navigation .swiper-pagination{padding:0 10px;width:auto;font-size:16px;font-weight:600;line-height:1.5}.slider-navigation .swiper-pagination .swiper-pagination-total{color:#666}.slider-navigation-bullets{display:flex;align-items:center;margin-top:16px}.slider-navigation-bullets .bullet-item{width:24px;height:4px;border-radius:4px;background-color:#a2a2a2}.slider-navigation-bullets .bullet-item.active{width:40px;background-color:#ff0134}.slider-navigation-bullets .bullet-item+.bullet-item{margin-left:8px}[v-cloak]{display:none!important}body{font-family:'Open Sans',sans-serif;min-height:100vh;display:flex;flex-direction:column}body:before{content:'';position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .15s ease-in-out;z-index:3}body.has-overlay:before{opacity:1;visibility:visible}body.secondary:before{opacity:1;visibility:visible;z-index:5}body.search-opened .search-section{visibility:visible;opacity:1;height:auto;padding:12px}@media (min-width:768px){body.search-opened .search-section{padding:64px}}main{flex-grow:1}.fade-enter-active{transition:opacity 1s}.fade-leave-active,.fade-leave-to{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:auto!important;padding-right:0!important}.select-language{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;font-size:12px;font-weight:600;border-radius:24px;background-color:#ad0a27;color:#fff;transition:ease background-color .5s}.select-language:hover{color:#000;background-color:#fff}.select-language img{margin-left:4px}@media (min-width:992px){.select-language img{margin-left:8px}}.breadcrumb .download-document-btn .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .download-document-btn .btn-close,.fleet-detail-modal .accordion .download-document-btn .accordion-button:after,.swal2-container .download-document-btn .swal2-styled.swal2-cancel.type-delete::after{font-size:14px;color:#ad0a27}.breadcrumb .search-input .breadcrumb-item+.breadcrumb-item:before,.dashboard-modal .modal-header .search-input .btn-close,.fleet-detail-modal .accordion .search-input .accordion-button:after,.swal2-container .search-input .swal2-styled.swal2-cancel.type-delete::after{position:absolute;top:50%;transform:translateY(-50%);right:16px;font-size:16px;color:#666;pointer-events:none}.btn:focus{outline:0;box-shadow:none}