﻿@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('montserrat-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-extrabold';
    src: url('montserrat-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-extralight';
    src: url('montserrat-extralight.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-light';
    src: url('montserrat-light.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('montserrat-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('montserrat-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('montserrat-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'montserrat-thin';
    src: url('montserrat-thin.ttf') format('truetype');
}

.car-item span.race-price.promo {
    color: #ff3333;
}

h5.note-route {
    line-height: 21px;
    baseline-shift: -0.01em;
    font-weight: 700;
    color: white;
    margin-top: 0;
    margin-top: -3rem;
    text-align: center;
    white-space: pre-line;
    font-size: 24px;
}

.btn.cancel-request, .btn.cancel-requestTaxi {
    color: #ff0000;
    border-color: #f9f1f1;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 3rem;
}

.btn.cancel-request.focus, .btn.cancel-request:focus, .btn.cancel-requestTaxi.focus, .btn.cancel-requestTaxi:focus {
    color: #ff0000;
    border-color: #f9f1f1;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 3rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.avatar {
    width: 110px;
    height: 110px;
    color: white;
    background: #ff0000;
    font-weight: bold;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.driver-img-style {
    border-radius: 100%;
    display: block;
    margin-bottom: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: white;
}

input::-ms-reveal {
    display: none;
}

div.password-style {
    display: flex;
    align-items: center;
}

    div.password-style input {
        padding-right: 35px;
    }

.toggle-password img {
    width: 20px;
    opacity: 0.4;
    cursor: pointer;
}

.toggle-password {
    padding: 5px;
    margin-left: -30px;
}

body {
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
}

.img-base64 {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: white;
    background-image: url(/wella/img/user_profile_picture_placeholder.png);
}

::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


html {
    overscroll-behavior: none;
}

.main {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
}

.filter-div {
    background: #f4f4f4;
    position: sticky;
    top: 67px;
}

div.filter-buttons {
    padding-bottom: 12px;
    overflow: auto;
    white-space: nowrap;
}

.filter-buttons::-webkit-scrollbar {
    height: 2px;
}

.filter-buttons::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}

.filter-buttons button.btn {
    box-shadow: none;
    background-color: #dddddd;
    margin-right: 7px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 8px;
}

    .filter-buttons button.btn.active {
        box-shadow: none;
        background-color: #ff0000;
        color: white;
    }

    .filter-buttons button.btn.active span {
        font-weight: 700;
    }

    .filter-buttons button.btn:hover {
        opacity: 0.8;
    }

    .filter-buttons button.btn:active {
        box-shadow: none;
        border: 1px solid #ddd;
        background-color: #dddddd;
    }

.race-deatils.locations {
    margin-bottom: 1rem;
}

    .race-deatils.locations .wella-row.hr-row-location div.descripton {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }

.race-deatils.car .descripton div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.race-deatils.car .wella-row, .race-deatils.prices-items .wella-row, .race-deatils.times-items .wella-row {
    width: 100%;
}

.race-deatils.times-items {
    margin-bottom: 1rem;
}

    .race-deatils.times-items .wella-row div.descripton, .race-deatils.stops-workfoirce .wella-row div.descripton {
        text-align: center;
    }

.race-deatils.prices-items, .race-deatils.stops-workfoirce {
    margin: 1rem 0;
}

    .race-deatils.prices-items .wella-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .race-deatils.prices-items .wella-row div {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .race-deatils.prices-items .wella-row img {
            width: 20px;
            margin-right: 5px;
        }

        .race-deatils.prices-items .wella-row .price-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

    .race-deatils.stops-workfoirce .wella-row {
        width: 100%;
    }

    .race-deatils.prices-items .wella-row .price-item span {
        font-size: 1.1rem;
    }

    .race-deatils.prices-items .wella-row .price-item div.preco-l {
        font-size: 1.5rem;
    }

.race-deatils.car .wella-row .dividers {
    height: 135px;
}

.driver-car-marca, .driver-car-color, .driver-car-matricula, .driver-car-ton, .driver-car-stops, .partida-l, .chegada-l, .data-l, .estado-l {
    font-size: 13px;
}

.group-ligar {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: -10px;
}

    .group-ligar span.title-alert {
        font-size: 0.9rem;
        font-weight: 600;
        position: relative;
        top: -10px;
        padding-left: 10px;
    }

    .group-ligar span.desc-alert {
        font-size: 11px;
        text-align: justify;
        font-weight: 400;
        color: #545454;
        margin-bottom: 10px;
        padding: 0 10px;
        margin-top: -3px;
    }

.ligar-motorista {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

    .ligar-motorista a.card-action-payment {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
        color: black;
        width: 100%;
        cursor: pointer;
    }

        .ligar-motorista a.card-action-payment:last-of-type {
            padding-bottom: 16px;
        }

        .ligar-motorista a.card-action-payment:hover {
            background: #e1e1e1;
            -webkit-transition-duration: 0.4s; /* Safari */
            transition-duration: 0.4s;
        }

        .ligar-motorista a.card-action-payment:focus-visible {
            border: none;
        }


.pagamento-empresa {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

    .pagamento-empresa span.d-empresa {
        font-size: 0.9rem;
        font-weight: 600;
        color: #545454;
        margin-bottom: 5px;
    }

    .pagamento-empresa span.desc-empresa {
        margin-bottom: 10px;
    }

    .pagamento-empresa .pagamento-detalhe {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

.pagamento-detalhe .dados-empresa {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.dados-empresa span:first-of-type {
    margin-right: 5px;
}

.dados-empresa span.n-holder {
    font-weight: 600;
}

.carousel-cell-taxi.no-cars, .carousel-cell.no-cars {
    opacity: 0.4;
}

.toast-style {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .toast-style span.icon-toast {
        background: url(/wella/img/logo_company.png);
        background-repeat: no-repeat;
        background-size: 42px;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        background-position: center center;
    }

    .toast-style span.title-msg {
        color: white;
        margin-left: 1rem;
        font-size: 12px;
        font-weight: 500;
    }

div.swal2-popup.swal2-toast {
    background: rgba(0, 0, 0, 0.68);
    width: fit-content !important;
}

    div.swal2-popup.swal2-toast .swal2-html-container {
        margin: .2em 1em;
    }

.entregas-section {
    background: url(/wella/img/entregas.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin: 1rem 0;
}

div.loader-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.descripton.img span.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #ff2400;
    border-bottom-color: transparent;
}

div.loader-style div {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

div.loader-style span.loader {
    border: 3px solid #Ff0000;
    border-bottom-color: transparent;
    width: 62px;
    height: 45px;
    margin-left: 5px;
}

.stops-destination img {
    width: 22px;
    margin-right: 5px;
}

.stops-destination span.destination-desc {
    font-size: 16px;
    width: 20rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a.btn-primary.disabled {
    background: #f6f6f6 !important;
    color: #929292 !important;
    border-color: #f6f6f6 !important;
    box-shadow: none !important;
    font-weight: 300 !important;
    pointer-events: none !important;
    cursor: not-allowed;
}

div.loader-style span.title-loader {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 5px;
}

.entregas-section div {
    flex-direction: column;
    align-items: baseline !important;
    padding: 1.2rem;
}

#chegada, #partida, #paragem {
    font-weight: 600;
    padding-right: 30px;
}

.autocomple-inputs ul li.ui-menu-item, .autocomple-inputs-stops ul li.ui-menu-item {
    background-image: url(/wella/img/mapflags.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left;
}

.entregas-section div span {
    color: white;
}

    .entregas-section div span:first-child {
        font-weight: 700;
    }

    .entregas-section div span:nth-child(2) {
        font-weight: 400;
        font-size: 12px;
        padding-bottom: 1rem;
    }

.entregas-section div a.btn-primary.request-delivery {
    border-radius: 25px;
    border: 2px solid white;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background-color: #37A0D0;
    margin: 0;
}

.header-title.search {
    color: black;
}

    .header-title.search h3 {
        font-size: 16px;
        font-weight: bolder;
        text-align: center;
        color: black;
    }

.inputs-content-pedido.search {
    padding: 0;
}

.entregas-section div a.btn-primary.open-rule:hover {
    border: 2px solid white;
    color: white;
}

.entregas-section div a.btn-primary.open-rule:focus {
    color: white;
}

.main.container-wella {
    padding: 1.5rem 0;
}

    .main.container-wella .menus-header.box-shadow {
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

.menus-header .menu-item img {
    width: 70;
}

.menus-header .menu-item span {
    text-transform: uppercase;
}

.search-header p {
    font-size: 14px;
    color: black;
}

.logo-right img {
    width: 100;
}

.d-flex {
    display: flex;
    align-items: center;
}

.d-flex-d {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: -15px;
}

.user-deatils .attach {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.user-deatils .title-nofy {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.user-deatils .description-nofy {
    font-size: 13px;
    font-weight: 400;
}

.user-deatils .money-nofy, .user-deatils .date-nofy {
    font-size: 14px;
    margin-bottom: 5px;
}

.user-deatils .attach span {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.user-deatils .attach div {
    height: 180px;
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .user-deatils .attach div img {
        width: 70;
    }

.menu-item {
    border-bottom: 2px solid white;
}

    .menu-item.active {
        border-color: black;
    }

.active-request {
    background-color: #E1E1E1;
    border-radius: 50px;
    border: 1px solid #ff0000;
    padding: 10px 25px;
    cursor: pointer;
    margin-bottom: 1rem;
}

    .active-request span {
        color: black;
    }

span.tap-see {
    font-size: 12px;
    font-weight: 400;
    margin-top: -3px;
}

span.number-request {
    font-size: 15px;
    font-weight: 600;
}

.active-request .description {
    flex-direction: column;
    display: flex;
    align-items: start;
}

.search-bar-inputs.stops {
    margin: 0;
}

.where-to {
    padding: 10px 14px;
    background-color: #E1E1E1;
    border-radius: 50px;
    /*margin-top: 1rem;*/
    cursor: pointer;
}

    .where-to .icon-text.borders {
        padding: 5px 25px;
        background-color: white;
        border-radius: 50px;
        border: 1px solid #ff0000;
    }

    .where-to img {
        width: 25;
    }

    .where-to span.font-1 {
        font-size: 1.3rem;
        padding-left: 10px;
        padding-top: 4px;
    }

    .where-to span.font-2 {
        font-size: 1.1rem;
        padding-left: 5px;
        padding-top: 4px;
    }


    .where-to span {
        font-weight: 600;
    }

.information-section .information-item {
    width: 48%;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ff0000;
    height: 110px;
    cursor: pointer;
}

    .information-section .information-item .info-c {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 10px;
    }

        .information-section .information-item .info-c span {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

    .information-section .information-item.explore-vehicle .info-c img {
        width: 100px;
        margin-top: -20px;
    }

    .information-section .information-item .info-c img {
        width: 40px;
    }

    .information-section .information-item .info-c.benz img {
        width: 60px;
    }

.information-section .title {
    padding: 0.5rem 0;
}

    .information-section .title span {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

.information-section .information-item.schedule span {
    padding-top: 8px;
}

.suggested-places {
    margin-top: 1rem;
}

    .suggested-places .suggested-item {
        margin-bottom: 10px;
        cursor: pointer;
    }

a .noty-date {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 25px 12px 25px;
    margin-top: -10px;
}

a .card-body.nofy-style {
    align-items: baseline;
    padding: 15px 25px 15px 25px;
}

a .noty-title {
    font-size: 14px;
    color: black;
    font-weight: 400;
    padding-bottom: 2px;
}

.noty-description {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nofy-content {
    width: 80%;
}

.noty-description {
}

.noty-time {
    font-size: 12px;
    font-weight: 300;
    width: 10%;
    text-align: end;
}

.suggested-places .suggested-item img {
    width: 25px;
}

.menus-header {
    /*margin-top: 50px;*/
    position: sticky;
    background-color: white;
    top: 0;
    margin-bottom: 15px;
}

.pd-bottom-2 {
    padding-bottom: 2rem;
}

.pd-lr {
    padding: 0 1.5rem;
}

.justify-space-b {
    justify-content: space-between;
}

.justify-start {
    justify-content: start;
}

.justify-end {
    justify-content: end;
}

.justify-center {
    justify-content: center;
}

.menus-header .menu-item {
    padding-bottom: 5px;
    cursor: pointer;
    padding-top: 2.5rem;
}

    .menus-header .menu-item span {
        font-size: 14px;
        padding: 7px;
        font-weight: 600;
    }


div.fixed-current-location {
    position: absolute;
    padding: 10px 1rem;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: end;
    align-items: center;
}

div.fixed-current-location button{
    background-color: white;
    border-radius: 50px;
    padding: 15px;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
}

div.home-back-action {
    position: absolute;
    padding: 10px 1rem;
    z-index: 1;
    display: flex;
    left: 0;
    justify-content: start;
    align-items: center;
}

    div.home-back-action a.btn-back {
        background-color: white;
        border-radius: 50px;
        padding: 20px;
        width: 50px;
        height: 50px;
        box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
    }

        div.home-back-action a.btn-back div.arrow.search {
            scale: 0.7;
            bottom: 34px;
            left: 44px;
            height: 2px;
        }

            div.home-back-action a.btn-back div.arrow.search::after, div.home-back-action a.btn-back div.arrow.search::before {
                height: 2px;
            }

.promotions-section {
    background-color: #37A0D0;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ff0000;
    margin-top: 1rem;
    cursor: pointer;
}

.promotion-description {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
    width: 60%;
    padding-top: 15px;
}

    .promotion-description span.promo-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
    }

    .promotion-description span.promo-description {
        font-size: 12px;
        font-weight: 300;
        padding-right: 10rem;
    }

.promotion-item img {
    max-width: 120px;
    max-height: 120px;
    position: relative;
    bottom: -15px;
    /*    padding-top: 1rem;*/
}

.mg-left-5 {
    margin-left: -5px;
}

.mg-right-5 {
    margin-right: -5px;
}

a.card-action {
    font-size: 12px;
}

body.fixed-style {
    position: fixed;
    width: 100%;
    height: 100vh;
}

#maps {
    position: absolute;
    height: 100vh;
    width: 100%;
}

.font-bbebasneue {
    text-align: center;
    font-family: 'BebasNeue-Regular';
    color: black;
    font-size: 1.3rem;
    letter-spacing: 0.2px;
}

.bbebasneue {
    font-family: 'BebasNeue-Regular';
}

.br-red {
    border-right: 1px solid #ff0000;
}

.wella-row {
    display: flex;
    align-items: start;
    flex-direction: row;
    justify-content: space-between;
}

    .wella-row .descripton {
        width: 47%;
    }

.dividers {
    background: #ff0000;
    width: 1px;
}

.descripton.img img {
    width: 70;
}

.suggested-location {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

    .suggested-location span {
        font-size: 0.8rem;
    }

        .suggested-location span.font-w400 {
            font-size: 0.7rem;
            color: gray;
        }

.navbar.bg-white {
    background-color: white;
}

.descripton.img {
    align-items: center;
}

.details-order-img {
    cursor: pointer;
}

.container-search-bar {
    position: absolute;
    width: 100%;
    top: 6rem;
}

a.btn.btn-stops {
    line-height: 25px;
    color: black;
    background: #E1E1E1;
    box-shadow: none;
    width: fit-content;
    padding: .4rem 1rem;
    border: none !important;
    font-weight: 500;
    font-size: 14px;
}

    a.btn.btn-stops:active {
        color: black;
        background: #E1E1E1;
        line-height: 25px;
    }

    a.btn.btn-stops:hover {
        opacity: 0.6;
    }

.stops-items {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 7px;
}

.stops-title {
    font-weight: 600;
    padding-left: 7px;
}

.stops-container {
    color: black;
    align-items: center;
    padding: 10px 17px 10px 7px;
    position: relative;
    z-index: 3;
}

.count-stops-number {
    background: black;
    color: white;
    border-radius: 50px;
    padding: 2px;
    width: 25px;
    font-size: 13px;
    text-align: center;
    margin-right: 5px;
    font-weight: 500;
}

.count-stops-desc {
    font-size: 15px;
}

container-search-bar.ul-auto {
    z-index: 100;
}

.search-bar-inputs {
    margin-top: 1.2rem;
    width: 100%;
    background-color: white;
    border: 1px solid black;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15);
}

    .search-bar-inputs .input-style {
        position: relative;
    }

        .search-bar-inputs .input-style input {
            display: inline-block;
        }

        .search-bar-inputs .input-style span {
            position: absolute;
            right: 0em;
            top: -7px;
            bottom: 0;
            line-height: 40px;
            padding: 10;
            color: black;
            font-size: 25px;
            font-weight: 400;
            cursor: pointer;
        }

.container-wella {
    height: 100%;
    width: 100%;
    overflow: auto
}

    .container-wella.desk-display-style {
        width: 40%;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    }

#searchBar {
    width: 35em;
    color: rgba(255, 99, 71, 0);
}

.container-fluid {
    color: rgba(255, 99, 71, 0);
}

nav.navbar {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 2;
    box-shadow: none;
    border: none;
}

    nav.navbar.desk-display-style {
        width: 40%;
    }

button.navbar-toggler, button.navbar-toggler:focus, button.navbar-toggler:active {
    border: none;
    box-shadow: none;
}

    button.navbar-toggler.desk-display-style {
        display: block;
        position: fixed;
        right: 0;
    }

input[type=text], input[type=number], input[type=password], input[type=tel], input[type=email], input[type=date], input[type=time] {
    width: 100%;
    padding: 5px 0px 0px 0;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    height: 30px;
}

input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 100%;
}

    input[type=date]::-webkit-date-and-time-value {
        text-align: left;
    }

select {
    width: 100%;
    padding: 5px 0px 0px 0;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid black;
    border-radius: 0;
}

input[type=date] {
    font-weight: 400;
    color: #c3c3c3;
}

select {
    border-bottom: 1px solid black;
    box-shadow: none;
}

input.background-transparent {
    background-color: transparent !important;
}

input[type=text]:focus, input[type=text]:active, input[type=number]:focus, input[type=number]:active, input[type=password]:focus, input[type=password]:active, input[type=tel]:focus, input[type=tel]:active, input[type=email]:focus, input[type=email]:active, input[type=date]:focus, input[type=date]:active, input[type=time]:focus, input[type=time]:active, textarea:focus, textarea:active {
    border-bottom: 2px solid red !important;
    box-shadow: none;
}

input:focus-visible, input:focus input:active {
    border: none;
    box-shadow: none;
}

select:focus-visible, select:focus select:active {
    box-shadow: none;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button.nav-link.pad-l-15 {
    padding-left: 15px;
}

.icon-img img.new-icon {
    width: 23px;
    margin-left: 3px;
    margin-right: 14px;
}

.form-control::placeholder, textarea::placeholder {
    opacity: 0.5;
    font-weight: 400;
}

.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 0.5;
    font-weight: 400;
}

.form-control:disabled {
    background-color: transparent !important;
    opacity: 0.5 !important;
    pointer-events: none;
}

.input-style {
    width: 100%;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Montserrat', sans-serif;
}

span.menu-icon {
    width: 25px;
    height: 2px;
    background-color: black;
    margin: 5px 0;
    display: block;
}

.header-title h3 {
    font-weight: 500;
}

.partida, .chegada {
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.icon-img > img {
    width: 30px;
    margin-right: 10px;
}

img.user-img, img.user-img-request {
    width: 100px;
    border-radius: 100%;
}

.user-name {
    text-transform: uppercase;
}

.h-63 {
    height: 59px;
}

.user-name, .user-email, .user-number, .user-email-1 {
    color: white;
    text-decoration: none;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.user-details {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
}

.card-actions-group a.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.workforce, .agenteCode, .stopsFrete, .promoCodeTaxi, .promoCode {
    padding-top: 6px;
    cursor: pointer;
}

.navbar-nav a.nav-link {
    padding-left: 15px;
}

.user-name {
    font-weight: 700;
}

.user-email {
    font-weight: 500;
}

.user-number {
    font-weight: 400;
}

a.nav-link {
    font-weight: 700;
    color: #6E6E6E;
}

li.nav-item {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
}

    li.nav-item img {
        width: 20px;
        height: 20px;
        filter: opacity(0.5);
    }

li.nav-item img.driver-img-menu {
    width: 18px;
    height: 18px;
}

li.nav-item img.controle-img-menu {
    filter: none;
}

li.logout a {
    color: #ff0000 !important;
    opacity: 0.5;
}

li.logout form button {
    border: none;
    background-color: transparent;
    color: #ff0000 !important;
    opacity: 0.5;
    font-weight: 700;
}

li.logout form {
    margin: 0;
}

div.offcanvas-body {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.wella-nav-logo {
    text-align: center;
}

    .wella-nav-logo img {
        width: 150px;
        opacity: 0.5;
        margin-bottom: 1rem;
    }

        .wella-nav-logo img.imgAgente {
            width: 120px;
        }

div.offcanvas-header {
    background-color: #ff0000;
}

.current-location-icon {
    background-image: url('/wella/img/gpsnavigation.png');
    background-size: cover;
    display: block;
    height: 18px;
    right: 6px;
    margin: 0;
    padding: 0;
    top: 6px;
    width: 18px;
    background-position: 0 0;
}

.current-location {
    background: white;
    border-radius: 50px;
    padding: 15px;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15) !important;
}

ul#ui-id-2 {
    /*    top: 11.7rem !important;
    left: 16em !important;*/
}

a.btn-back {
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: white !important;
    padding: 1rem;
}

.navbar .container-fluid {
    justify-content: start !important;
}

    .navbar .container-fluid.justify-space {
        justify-content: space-between !important;
    }

.box-shadow-none {
    box-shadow: none !important;
    line-height: 40px;
}

.box-shadow-0 {
    box-shadow: none !important;
}

div.header-title {
    color: white;
    padding-top: 0.6rem;
    padding-left: 2rem;
}

    div.header-title.desk-display-style {
        width: 100%;
        padding-left: 2rem;
        padding-right: 4rem;
    }

    div.header-title.detail-request-page {
        color: black;
        width: 97%;
        text-align: center;
    }

    div.header-title.details-notification-page {
        width: 97%;
    }

    div.header-title.w-95 {
        width: 95%;
    }

a.btn-back i {
    font-size: 1.3rem;
}

.card {
    margin-top: 5%;
    margin-left: 15%;
    margin-right: 15%;
}

label {
    text-decoration-color: white;
}

body nav.navbar-wella {
    position: sticky;
    top: 0;
}

.background-gray {
    background: #f7f7f7;
}

.nav-extended-header {
    background-color: red;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.user-header-details {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: baseline;
}



.user-header-details, .user-details .user-img, .user-details .user-img-request {
    border: 2px solid #76baf1;
    border-radius: 100%;
    box-shadow: 6px 5px 8px -5px lightblue;
}

.form {
    padding: 0px 10px 0px 10px;
}

.offcanvas-header .user-details .user-img {
    background-color: white;
    margin-bottom: 15px;
}

.user-details .user-email-1 {
    padding: 1rem;
}

.user-deatils .user-input, .group-inputs {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: start;
}

    .user-deatils .user-input.file-upload {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-bottom: 10px;
        justify-content: start;
    }

.group-inputs {
    width: 100%;
    padding: 0 2px;
}

.w-33 .file-upload-input {
    width: 33.3%;
}

.group-inputs.space-between {
    justify-content: space-between;
}

.buttons-wella.space-between {
    justify-content: space-between;
    flex-direction: row;
}

    .buttons-wella.space-between a.btn, .buttons-wella.space-between button.btn {
        width: 48%;
    }

.upload-title {
    padding: 1rem 0 1rem 0;
}

.w-48 {
    width: 48%;
}

.form .user-input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: start;
}

    .form .user-input .icon-img img {
        width: 35px;
        margin-right: 20px;
        opacity: 0.5;
    }

.user-deatils .user-input .icon-img img {
    opacity: 0.4;
}

.wd-100 {
    width: 100% !important;
}

.wd-40 {
    width: 60% !important;
}

.wd-auto {
    width: auto !important;
}

.mg-top-1 {
    margin-top: 1rem;
}

.mg-b-3 {
    margin-bottom: 3rem;
}

.mg-b-2 {
    margin-bottom: 2rem;
}

.pd-1 {
    padding: 1rem;
}

.pd-3 {
    padding: 3rem;
}

.pad-b0 {
    padding-bottom: 0 !important;
}

.pad-t0 {
    padding-top: 0 !important;
}

.mg-top-2 {
    margin-top: 2rem;
}

a.no-text-decoration {
    color: #838282 !important;
    text-decoration: none !important;
}

.mg-auto {
    margin: auto;
}

.profile-padding {
    padding: 1rem 3rem 1rem 3rem;
}

div.card-wella.pd-top-3 {
    padding-top: 3rem;
}

div.card-wella.pd-top-2 {
    padding-top: 2rem;
}

.user-details-border {
    border: 6px solid white;
    background-color: white;
}

.app-langues {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.signup-langues {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.app-langues a:first-of-type {
    margin-top: 1rem;
}

.app-langues a img, .signup-langues a img {
    width: 30px
}

.app-langues a.active span, .signup-langues a.active span {
    color: #404040;
}

.app-langues a.lg-pt.pt-PT span, .signup-langues a.lg-pt.pt-PT span, .app-langues a.lg-en.en-GB span, .signup-langues a.lg-en.en-GB span {
    color: #404040 !important;
}

.app-langues a span, .signup-langues a span {
    color: #ACACAC;
    font-weight: 400;
}

.app-langues a {
    margin-bottom: 1rem;
}

.signup-langues a {
    text-decoration: none;
}

.pd-top-2 {
    padding-top: 2rem;
}

div.card-wella .card-body.pd-2 {
    padding: 2rem;
}

.signup .card-wella {
    width: 260px;
    margin: auto;
}

.btn {
    margin: auto;
}

.card-action img {
    width: 40px;
}

.card-actions-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: red;
    border-radius: 25px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 3px, rgba(0, 0, 0, 0.24) 0px 2px 2px;
}



a.card-action {
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1rem;
    padding-bottom: 0;
    color: white !important;
}

.filter-invert {
    filter: invert(1);
}

.border-none {
    border: 0 !important;
    border-radius: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.location-partida, .location-chegada, .header-title h3 {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.location-partida, .price-tag {
    margin-bottom: 10px;
}

    .location-partida img, .location-chegada img, .price-tag img {
        width: 20px
    }

.align-center {
    align-items: center !important;
}

.location-partida span, .location-chegada span {
    font-weight: 500;
}

.font-w400 {
    font-weight: 400 !important;
}

.font-w500 {
    font-weight: 500 !important;
}

.font-w700 {
    font-weight: 700;
}

.race-deatils {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 1rem;
}

    .race-deatils .wella-col {
        width: 50%;
    }

        .race-deatils .wella-col .descripton {
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
        }

.race-deatils-row .wella-row .descripton {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;

}

.race-deatils-row .wella-row.hr-row .descripton {
    text-align: center
}

.flex-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.race-deatils .wella-col .descripton span, .race-deatils-row .wella-row .descripton span {
    margin-bottom: 5px;
}

.car-img {
    text-align: end;
    justify-content: start;
}

    .car-img img {
        width: 50px;
    }

.card-action span.description {
    padding: 10px;
    padding-top: 0px;
    font-weight: 600;
}

.pd-top-0 {
    padding-top: 0 !important;
}

.mg-0 {
    margin: 0 !important;
}

nav.red-background {
    background-color: #ff0000;
}

.buttons-wella {
    display: flex;
    flex-direction: column;
}

    .buttons-wella .btn-paypal {
        background-color: darkblue;
        border-color: darkblue;
        color: white;
    }

a.btn-paypal, a.btn-paypal:active, a.btn-paypal:focus, a.btn-paypal:focus-visible {
    background-color: darkblue;
    border-color: darkblue;
    color: white;
}

    a.btn-paypal:hover {
        opacity: 0.8;
        background-color: darkblue;
        border-color: darkblue;
        color: white;
    }

.buttons-wella .btn-cancel, .bottomSheet-buttons button:first-of-type {
    background-color: #ACACAC;
    border-color: #ACACAC;
    color: white;
}

.bottomSheet-buttons button:first-of-type, .bottomSheet-buttons button:last-of-type {
    margin: 0;
    width: 48%;
    font-weight: 300;
    line-height: 32px;
}

.buttons-wella .btn-logout {
    background-color: white;
    border-color: white;
    color: black;
    border: 1px solid #dedede;
}

a.btn-paypal {
    padding-top: 9px;
}

.btn:focus-visible {
    background-color: unset !important;
    box-shadow: unset !important;
}

.btn {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

img.bg-white {
    background: white;
}

.buttons-wella .btn {
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: none;
    width: 30%;
    line-height: 31px;
}

.card-wella {
    padding: 2rem;
}

    .card-wella .card-body {
        border: 1px solid #dedede;
        border-radius: 25px;
        background-color: white;
        padding: 2rem;
    }

        .card-wella .card-body .card-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: -3rem;
        }

            .card-wella .card-body .card-title img {
                width: 30px;
                opacity: 0.3;
            }

            .card-wella .card-body .card-title span {
                padding: 10px;
                opacity: 0.5;
            }

        .card-wella .card-body .locations {
            padding: 1rem;
        }

div.card-wella .card-body {
    color: black;
}

.card-wella .card-body .contact-deatils .details {
    display: flex;
    align-items: center;
}

    .card-wella .card-body .contact-deatils .details img {
        width: 50px;
        opacity: 0.4;
    }

        .card-wella .card-body .contact-deatils .details img.email {
            width: 43px;
            margin-right: 13px;
            margin-left: 5px;
        }

        .card-wella .card-body .contact-deatils .details img.whatsapp {
            width: 40px;
            margin-right: 13px;
            margin-left: 7px;
        }

.card-wella .wella-description {
    margin-bottom: 0;
    color: gray;
    padding: 0px 10px 0px 10px;
    font-weight: 400;
}

.card-wella .card-body .contact-deatils .details p {
    margin-bottom: 0;
}

.card-wella .card-body .contact-deatils .details .text-details {
    padding: 10px;
}

    .card-wella .card-body .contact-deatils .details .text-details span {
        color: #ACACAC;
        font-weight: 400;
    }

.card-wella .card-body .contact-deatils .details a.text-details p {
    color: #6E6E6E;
    font-weight: 400;
}

img.opacity-1 {
    opacity: 1 !important;
}

.contact-us-p {
    color: #C8C8C8;
    font-weight: 400;
    font-size: 1.2rem;
}

.login, .signup {
    width: 20%;
    margin: auto;
    text-align: center;
}

    .login .description, .signup .description {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: gray;
        font-weight: 300;
    }

    .login .subdescription, .signup .subdescription {
        color: gray;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .login .footer-description, .signup .footer-description {
        font-weight: 400;
        color: gray;
        font-size: .8rem;
        margin-bottom: 10px;
    }

        .login .footer-description a.btn-default, .signup .footer-description a.btn-default {
            text-decoration: none;
            font-weight: 400;
            text-transform: none;
            line-height: 31px;
            border: 1px solid rgb(255 0 0 / 13%);
        }



.footer-description a {
    color: #ff0000;
    text-decoration: underline;
}

.signup .terms {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .signup .terms span {
        padding-right: 10px;
        color: gray;
        font-weight: 400;
        font-size: 0.8rem;
        padding-top: 5px;
    }

div.header-group a.btn-back {
    scale: 0.8;
}

div.splash.hide, .stops-destination.hide nav.navbar.hide, div.home-back-action.hide, div.main.container-wella.hide, div.active-request.hide, .attach-img.hide, img.hide, svg.hide, .stops-title.hide, .stops-items.hide, span.hide {
    display: none !important;
}

.car-img span.tempoChegada.no-time {
    z-index: -2;
    box-shadow: none;
    color: white;
    background: white;
}

div.splash {
    height: 100vh;
    position: absolute;
    z-index: 10;
    width: 100%;
}

    div.splash .group-loader {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0px;
        margin: auto;
    }

        div.splash .group-loader div {
            text-align: center;
            margin-bottom: -35px;
        }

        div.splash .group-loader span {
            font-weight: 400;
            color: #6e6e6e;
            font-size: 14px;
        }

body.splash {
    background-color: #ff0000;
    overflow: hidden;
}

#icon-container {
    height: 120px;
}

div.splash {
    background-color: #f7f7f7;
    overflow: hidden;
}

body.splash img {
    margin: auto;
    width: 200px;
    display: block;
}

div.splash img {
    width: 200px;
    display: block;
}

body.background-white {
    background-color: #fff !important;
}

body.light-bg {
    background-color: #F7F7F7;
}

.wella-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .wella-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #37A0D0;
    border-radius: 3px;
}

    .checkmark.red {
        border: 2px solid #ff0000;
    }

.wella-container:hover input ~ .checkmark {
    background-color: transparent;
}

.wella-container input:checked ~ .checkmark {
    background-color: #37A0D0;
}

    .wella-container input:checked ~ .checkmark.red {
        background-color: #ff0000;
    }

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.wella-container input:checked ~ .checkmark:after {
    display: block;
}

.wella-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pd-top-15-request {
    padding-top: unset;
}

.estado-request {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .estado-request img {
        width: 15px;
        margin: 0px 5px 7px 0px;
    }

.arrow {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #fff;
    rotate: 180deg;
}

    .arrow.search {
        background-color: black;
        margin-left: -15px;
        height: 1px;
    }

        .arrow.search::after, .arrow.search::before {
            background-color: black;
            height: 1px;
        }

    .arrow::after, .arrow::before {
        content: '';
        position: absolute;
        width: 60%;
        height: 2px;
        right: -2px;
        background-color: #fff;
    }

    .arrow.red {
        background-color: transparent !important;
        width: 40px;
    }

        .arrow.red::after {
            top: -8px;
        }

        .arrow.red::before {
            top: 8px;
        }

        .arrow.red::after, .arrow.red::before {
            background-color: #ff0000;
            height: 3px;
            right: 0px;
        }

.detail-request-page h3.bbebasneue {
    font-size: 37px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.2;
}

#btnScrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none; /* Escondido por padrão */
    padding: 10px 20px;
    font-size: 20px;
    background-color: #ff0000b8;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: opacity 0.3s;
}

#btnScrollTop:hover {
    background-color: #ff0000;
}

nav.bg-background {
    background: #f7f7f7;
}

.arrow::after {
    top: -5px;
    transform: rotate(45deg);
}

.arrow::before {
    top: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}

#requests {
    padding: 0 1.5rem 0 1.5rem;
}

.ajax-loader, .ajax-loaderMore {
    margin: 0 auto 0 auto;
}

#drivers a.last-driver {
    margin-bottom: 2rem;
}

.ajax-loaderMore {
    padding-bottom: 1rem;
}

.ajax-body {
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

    .ajax-body img {
        width: 25px;
    }

.card-wella.pd-t1 {
    padding: 1rem 0 0 0;
}

.pedido-input {
    display: flex;
    align-items: center;
}

/*    .pedido-input img {
        opacity: 0.6;
    }*/

.inputs-content-pedido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

    .inputs-content-pedido .pedido-input {
        width: 45%;
    }

.tonns-i.pedido-input {
    width: 30%;
}

.bottomSheet-body-pedido .inputs {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
    padding: 0 5px;
}

.card-body.box-shadow-red {
    box-shadow: rgb(255 0 0 / 19%) 0px -5px 20px, rgb(255 0 0 / 23%) 0px 6px 6px;
}

.icon-close.details-icon {
    width: 100%;
    background-color: unset;
    position: absolute;
    padding: 1rem 1.2rem 0 0;
}

    .icon-close.details-icon i.gg-close::before, .icon-close.details-icon i.gg-close::after {
        color: white;
        width: 20px;
    }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: black;
}

.loader {
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loaderBlack {
    width: 40px;
    height: 40px;
    border: 3px solid #ACACAC;
    border-bottom-color: transparent;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.processing {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 31px;
    font-weight: 300;
}

.wd-70 {
    width: 70% !important;
}

.wd-80 {
    width: 90% !important;
}

a.btn-primary, button.btn-primary {
    background-color: #ff0000;
    border-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

    a.btn-primary.open-rule, button.btn-primary.open-rule {
        background-color: #37A0D0;
        border-color: #37A0D0;
    }

    a.btn-primary.frente-btn {
        background-color: #a6a6a6;
        border: 2px solid #37A0D0;
        color: white;
        margin-left: 0;
    }

    a.btn-primary:hover, button.btn-primary:hover {
        background-color: #ff0000;
        border-color: #ff0000;
        opacity: 0.8;
    }

    a.btn-primary.open-rule:hover, button.btn-primary.open-rule:hover {
        background-color: #37A0D0;
        border-color: #37A0D0;
        opacity: 0.8;
    }

    a.btn-primary.frente-btn:hover {
        background-color: #a6a6a6;
        border: 2px solid #37A0D0;
        color: white;
    }

.login .footer-description a.btn-default:hover, .signup .footer-description a.btn-default:hover {
    color: #ff0000;
    opacity: 0.8;
}

.login .footer-description a.btn-default:active, .login .footer-description a.btn-default:focus-visible, .signup .footer-description a.btn-default:active, .signup .footer-description a.btn-default:focus-visible {
    color: #ff0000;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

a.btn-primary:first-child:active, button.btn-primary:first-child:active {
    background-color: #ff0000;
    border-color: #ff0000;
}

a.btn-primary.open-rule:first-child:active, button.btn-primary.open-rule:first-child:active {
    background-color: #37A0D0;
    border-color: #37A0D0;
}

a.btn-primary.frente-btn:first-child:active, button.btn-primary.frente-btn:first-child:active {
    background-color: #37A0D0;
    border: 2px solid #37A0D0;
    color: white;
}

a.btn-primary.frente-btn.active, button.btn-primary.frente-btn.active {
    background-color: #37A0D0;
    border: 2px solid #37A0D0;
    color: white;
}

.infowindow-wella {
    font-weight: 600;
    text-transform: uppercase;
    width: 140px;
    font-size: 12px;
}

.pointer-events-none {
    pointer-events: none !important;
}

div.gm-style .gm-style-iw-d {
    /*    flex-direction: row-reverse;
    align-items: center;
    padding-bottom: 0 !important;*/
    margin-top: -22%;
    width: fit-content;
    padding-right: 1.8rem;
}

button.gm-ui-hover-effect {
    width: 30px !important;
}

button.gm-ui-hover-effect span {
    width: 20px !important;
    height: 20px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.mg-top-06 {
    margin-top: 0.6rem;
}

.mg-top-01 {
    margin-top: -1rem;
}

div.swal2-popup {
    border-radius: 20px;
    width: 24rem;
}

    div.swal2-popup div.swal2-actions {
        width: 100%;
        align-items: end;
        justify-content: flex-start;
        font-size: 14px;
        flex-direction: row-reverse;
    }

        div.swal2-popup div.swal2-actions button {
            border-radius: 8px;
        }

            div.swal2-popup div.swal2-actions button.swal2-confirm {
                background-color: #ff0000;
            }

                div.swal2-popup div.swal2-actions button.swal2-confirm:focus-visible {
                    box-shadow: 0 0 0 3px rgb(255 0 0 / 25%);
                }

            div.swal2-popup div.swal2-actions button.swal2-cancel {
                background-color: #ACACAC;
                font-weight: 400;
            }

    div.swal2-popup div.swal2-html-container {
        padding: 1em 0 .3em;
    }

    div.swal2-popup h2.swal2-title {
        font-weight: 600;
        font-size: 16px;
        padding: .8em 0 0;
    }

    div.swal2-popup div.swal2-html-container {
        font-size: 15px;
    }

    div.swal2-popup h2.swal2-title, div.swal2-popup div.swal2-html-container {
        text-align: left;
        color: black;
    }

div.scrollable-content {
    height: 14rem;
}

div.container-search-bar div.autocomple-inputs-stops ul#ui-id-3 {
    overflow-x: auto;
    font-size: 1rem;
    left: unset !important;
    margin: 0;
    border-top: 0px;
    right: 1px !important;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif !important;
    width: 91% !important;
    top: 1rem !important;
    font-weight: 600;
}

div.container-search-bar div.autocomple-inputs ul#ui-id-2, div.container-search-bar div.autocomple-inputs ul#ui-id-1 {
    overflow-x: auto;
    font-size: 1rem;
    left: unset !important;
    margin: 0;
    border-top: 0px;
    right: 1px !important;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif !important;
    width: 95% !important;
    top: 16rem !important;
    font-weight: 600;
}

.ui-menu li.ui-menu-item div {
    padding: 10px 5px 10px 35px;
    white-space: normal;
    word-break: break-word;
    color: black;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-autocomplete {
    position: relative !important;
}

.ui-menu {
    transform: unset !important;
    border-radius: 0;
}



    .ui-menu li.ui-menu-item div.ui-state-active {
        border: unset;
        background: transparent;
        font-weight: 600;
        opacity: 0.6;
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: unset !important;
    }

.drag-icon {
    cursor: grab;
    user-select: none;
    padding: 15px 0 5px 0;
    margin-top: -15px;
}

    .drag-icon span {
        height: 5px;
        width: 100px;
        display: block;
        background: #adb1b1;
        border-radius: 0;
        margin: auto;
    }

div.swal2-popup.swal2-toast .swal2-title {
    font-weight: 500 !important;
    text-align: center !important;
    font-size: 14px;
}

.race-deatils .estado img, .race-deatils-row .estado img {
    width: 24px;
}

a.accept-terms.fit-content {
    width: fit-content !important;
    line-height: 31px;
}

.box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .box__file + label {
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

.box__icon {
    width: 100%;
    height: 30px;
    fill: #ff0000;
    display: block;
}

.box__input {
    padding: 10px;
    text-align: center;
}

.file-upload-input {
    /*    padding: 1rem;*/
    border-bottom: 2px solid #c3c3c3;
    border-radius: 0;
    width: 100%;
    text-align: center;
}


    .file-upload-input.is-invalid {
        border-color: #ff0000;
    }

    .file-upload-input label {
        width: 100%;
        margin-bottom: 0;
        padding: 10px;
    }

.upload-title img {
    width: 25px;
}

.file-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding-bottom: 10px;
    height: 31px;
    width: 30em;
}

.w-65 {
    width: 60%;
    margin: auto;
}

img.logo-width {
    width: 200px;
}

.estado-driver {
    display: flex;
    align-items: center;
    color: white;
}

.driver-container, .agent-container {
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 1.2rem;
}

    .driver-container .img-driver, .agent-container .img-agent {
        padding-right: 2rem;
    }

    .driver-container .details-driver, .agent-container .details-agent {
        width: 100%;
    }

    .driver-container .estado-container {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .driver-container .circule, .estado-driver .circule {
        width: 15px;
        height: 15px;
        background: #52c41a;
        border-radius: 50%;
        margin-right: 5px;
        margin-bottom: 0px !important;
    }

.driver-container .circule.pendente {
    background: #ffc107 !important;
}

.driver-container .circule.rascunho {
    background: #d9d5d5 !important;
}

.status-driver .item span.text-status {
    color: #181818;
    font-weight: 400;
    text-transform: unset;
    font-size: 12px;
    padding-top: 5px;
}

.status-driver{
    margin-top: 10px;
}

.driver-container .circule.recusado {
    background: #dc3545 !important;
}

.driver-container .circule.Offline, .estado-driver .circule.Offline {
    background: #919090 !important
}

.avatar.recusado {
    background: #dc3545;
}
.avatar.rascunho {
    background: #d9d5d5;
    color: #838282;
}
.avatar.pendente {
    background: #ffc107;
}
.avatar.Offline {
    background: #919090;
}
.avatar.Online {
    background: #52c41a;
}

.driver-container .details-driver .estado {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .driver-container .img-driver .user-header-details, .agent-container .img-agent .user-header-details {
        border: 2px solid #ff0000;
        box-shadow: 6px 5px 8px -5px #e6adad;
    }

    .driver-container .details-driver div, .agent-container .details-agent div {
        margin-bottom: 5px;
    }

.font-w600 {
    font-weight: 600 !important;
}

.pd-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

a.add-icon, a.add-icon:focus, a.add-icon:focus-visible {
    background: transparent;
    border: none;
    box-shadow: none;
}

a.number-agent {
    color: #ff0000 !important;
    text-decoration: none;
    cursor: pointer;
}

.money-container {
    text-align: center;
    padding: 2rem 2rem 1rem 2rem;
}

    .money-container .balance h2 {
        color: black;
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .money-container .description {
        color: #ACACAC;
        font-size: 13px;
        margin-bottom: 5px;
    }

.transaction {
    padding: 1.5rem;
}

div.transaction-body {
    display: flex;
    align-items: center;
}

.transaction-description {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.img-trabsaction {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50px;
    padding: 1rem;
    margin-right: 15px;
}

    .img-trabsaction img {
        width: 30px;
        margin-left: -5px;
        margin-top: -5px;
    }

.transaction-description div span {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
}

    .transaction-description div span i.status-money {
        color: #52c41a;
        font-style: normal;
        font-size: 13px;
        margin-right: 1px;
    }

span.delivered-location {
    width: 100%;
}

.transaction-title {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .transaction-title a {
        font-size: 14px;
        color: #ff0000 !important;
        font-weight: 500;
        box-shadow: none !important;
        border: unset !important;
    }

        .transaction-title a:hover, .transaction-title a:focus, a.card-action:hover, a.card-action:focus {
            opacity: 0.6;
        }

a.transaction {
    color: black !important;
    box-shadow: none !important;
    border: unset !important;
    display: block;
}

    a.transaction:hover, a.transaction:focus, a.display-block-drivers:hover .card-body, a.display-block-drivers:focus .card-body, a.display-block:hover .card-body, a.display-block:focus .card-body {
        background-color: #eeeeee;
    }

a.display-block, a.display-block-drivers {
    display: block;
}

a.pad-b0.display-block-drivers:last-of-type {
    padding-bottom: 2rem !important;
}

.noTransaction {
    margin: auto;
    width: 50%;
    font-size: 13px;
    color: #ACACAC;
    text-align: center;
    padding-top: 7rem;
}

.transDate {
    font-size: 13px;
    color: #ACACAC;
    font-weight: 400;
}

.details-driver-page, .details-driver-page .descripton {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .details-driver-page .descripton {
        padding: 10px;
        word-break: break-word;
    }

select.is-invalid {
    border-color: #ff0000;
}

select.is-valid {
    border-color: #4caf50;
}

.details-driver-page .descripton:first-of-type {
    padding-top: 0;
}

.details-driver-page .car-img {
    width: 100%;
    justify-content: end;
}

.details-driver-page .descripton span:first-of-type {
    font-size: 13px;
    color: #c3c3c3;
}

.tp-30 {
    top: 30px;
}

input.dataNascimento:before {
    content: 'Data de Nascimento' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.dateBirth:before {
    content: 'Date of Birth' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.lEmission:before {
    content: 'Issuance' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.lValidity:before {
    content: 'Validity' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.dateInsurance:before {
    content: 'Validity' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.lEmissao:before {
    content: 'Emissão' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.lValidade:before {
    content: 'Validade' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.dataSeguros:before {
    content: 'Validade' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.date:before {
    content: 'dd/mm/yyyy' !important;
    line-height: 13px;
    width: 100%;
    padding-top: 5px;
}

input.dataNascimento.actived:before, input.dataSeguros.actived:before, input.lValidade.actived:before, input.lEmissao.actived:before, input.dateInsurance.actived:before, input.lValidity.actived:before, input.lEmission.actived:before, input.dateBirth.actived:before, input.dataNascimento.actived:before {
    font-size: 10px !important;
    color: #c3c3c3 !important;
    font-weight: 400 !important;
    line-height: 3px !important;
    position: relative;
    top: -2px;
}

input.dataNascimento.actived, input.dataSeguros.actived, input.lValidade.actived, input.lEmissao.actived, input.dateInsurance.actived, input.lValidity.actived, input.lEmission.actived, input.dateBirth.actived, input.dataNascimento.actived {
    display: inline-block;
    width: 100%;
}

input.dataNascimento, input.date, input.dateBirth, input.lEmissao, input.lValidade, input.dateInsurance, input.lEmissao, input.lValidity, input.lEmission {
    display: flex;
}

    input.dataNascimento:focus, input.date:focus, input.dateBirth:focus, input.lEmissao:focus, input.lValidade:focus, input.dateInsurance:focus, input.lEmissao:focus, input.lValidity:focus, input.lEmission:focus {
        display: block;
    }

input[type=date]:focus:before {
    content: '' !important;
}

.height-85 {
    height: 100%;
    overflow-y: hidden;
}

.height-60 {
    height: 57%;
    overflow-y: auto;
}

.height-100 {
    height: 100%;
    overflow-y: auto;
}

.height-60-frete {
    height: 70%;
    overflow-y: auto;
}

.height-60-frete-slide {
    height: auto;
    overflow-y: auto;
}

.height-80-frete {
    height: 75%;
    overflow-y: auto;
}



div.container-search-bar div.autocomple-inputs ul#ui-id-2, div.container-search-bar div.autocomple-inputs ul#ui-id-1 {
    height: 100%;
}

.hx-65 {
    height: 70%;
    overflow-y: auto;
}

.height-60::-webkit-scrollbar, .height-60-frete::-webkit-scrollbar, .height-80-frete::-webkit-scrollbar, .height-100::-webkit-scrollbar, .bottomSheet.route-componente::-webkit-scrollbar, .bottomSheet.route-details-componente::-webkit-scrollbar {
    width: 0px;
}

.hx-65::-webkit-scrollbar {
    width: 1px;
}

.hx-65::-webkit-scrollbar-track {
    background: #ebebeb;
}

.hx-65::-webkit-scrollbar-thumb {
    background: #ebebeb;
}

    .hx-65::-webkit-scrollbar-thumb:hover {
        background: #ebebeb;
    }

.car-details {
    margin-left: 10px;
    width: 100%;
}

.carousel-cell-taxi.is-selected .carousel-car, .carousel-cell.is-selected .carousel-car {
    border-color: #37a0d0;
}

.taxi-request, .request {
    width: 95%;
    margin: auto;
}

.back-taxi {
    width: fit-content;
}

.back-frete {
    padding-bottom: 10px;
    width: fit-content;
    padding-left: 5px;
}

.carousel-cell-taxi, .carousel-cell {
    cursor: pointer;
}

.back-text-frete, .back-text-taxi {
    cursor: pointer;
}

span.back-text-frete, span.back-text-taxi {
    margin-left: -5px;
}

img.back-text-taxi {
    margin-left: 5px;
}

@media (max-width: 999px) {
    .descripton.img img {
        width: 50;
    }

    .height-60 {
        height: 67%;
        overflow-y: auto;
    }

    .filter-buttons {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px; /* espaçamento entre botões */
        padding: 10px;
        -webkit-overflow-scrolling: touch; /* melhora o scroll em iOS */
        scrollbar-width: thin; /* Firefox */
    }

    .filter-div {
        top: 60px;
    }

    .filter-buttons button.btn {
        font-size: 14px;
        font-weight: 500;
    }

    .hx-65 {
        height: 70%;
        overflow-y: auto;
    }

    .bottomSheet-body-pedido .inputs {
        padding: unset;
    }

    .stops-container {
        padding: 10px 10px 10px 3px;
    }

    .count-stops-number {
        padding: 2px;
        width: 20px;
        font-size: 10px;
        font-weight: unset;
    }

    .stops-destination span.destination-desc {
        font-size: 13px;
        width: 13em;
    }

    .search-header p {
        font-size: 12px;
    }

    #chegada, #partida, #paragem {
        font-weight: bold;
    }

    button.navbar-toggler.desk-display-style {
        display: none;
        position: unset;
        right: unset;
    }

/*    div.splash .group-loader {
        bottom: -40px;
    }*/

    div.header-title.detail-request-page, div.header-title.details-notification-page {
        width: 88%;
    }

    div.container-search-bar div.autocomple-inputs ul#ui-id-2, div.container-search-bar div.autocomple-inputs ul#ui-id-1, div.container-search-bar div.autocomple-inputs-stops ul#ui-id-3 {
        width: 80% !important;
    }

    .login, .signup {
        width: 45%;
    }

    .container-wella.desk-display-style {
        width: 100%;
        box-shadow: none;
    }

    nav.navbar.desk-display-style {
        width: 100%;
    }

    .height-85 {
        height: 85%;
        overflow-y: auto;
    }

    .height-60, .height-60-frete, .height-80-frete, .height-100 {
        overflow-y: auto;
    }

    .promotion-description span.promo-description {
        font-weight: 300;
        font-size: 10px;
        padding-right: 25px;
    }

    a.btn.btn-stops, a.btn.btn-stops:active {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
    }

    .count-stops-desc {
        font-size: 13px;
    }

    .group-inputs {
        padding: unset;
    }
}

@media screen and (max-width: 640px) {
    h5.note-route {
        font-size: 18px;
        margin-top: -4rem;
    }
    .btn.cancel-request, .btn.cancel-requestTaxi {
        margin-bottom: 4rem;
    }

    .race-deatils-row .wella-row.hr-row .descripton{
        text-align: unset;
    }

    .height-60-frete-slide {
        height: 70%;
    }

    .height-80-frete {
        height: 410px;
    }
    .avatar {
        width: 90px;
        height: 90px;
    }
    div.car-matricula span {
        display: inline-block;
        width: 10rem;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    .descripton.img img {
        width: 40;
    }

    .inputs-content-pedido .pedido-input.promo-style {
        width: 75%;
    }

    .height-60 {
        height: 185px;
        overflow-y: auto;
    }

    .taxi-request.height-60.heightPWA{
        height: 48%;
    }

    .request.height-80-frete.heightPWA {
        height: 68%;
    }

    .back-text-frete {
        font-size: 14px;
    }

    img.back-text-taxi {
        margin-left: 0;
    }

    .back-text-frete:last-of-type, .back-text-taxi:last-of-type {
        margin-left: -5px;
    }

    .img-base64 {
        width: 90px;
        height: 90px;
    }

    .filter-div {
        top: 60px;
    }

    .filter-buttons {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        gap: 10px;
        padding: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

        .filter-buttons button.btn {
            font-size: 12px;
            font-weight: 500;
            margin-left: 0;
        }

    .hx-65 {
        height: 70%;
        overflow-y: auto;
    }

    .bottomSheet-body-pedido .inputs {
        padding: unset;
    }

    .stops-container {
        padding: 10px 10px 10px 3px;
    }

    .count-stops-desc {
        font-size: 13px;
    }

    .count-stops-number {
        padding: 2px;
        width: 20px;
        font-size: 10px;
        font-weight: unset;
    }

    .stops-destination span.destination-desc {
        font-size: 13px;
        width: 13em;
    }

    .search-header p {
        font-size: 12px;
    }

    #chegada, #partida, #paragem {
        font-weight: bold;
    }

/*    div.splash .group-loader {
        bottom: -40px;
    }*/

    button.navbar-toggler.desk-display-style {
        display: none;
        position: unset;
        right: unset;
    }

    nav.navbar.desk-display-style {
        width: 100%;
    }

    .container-wella.desk-display-style {
        width: 100%;
        box-shadow: none;
    }

    input.dataNascimento:before {
        content: 'Data de Nasc.' !important;
    }

    .height-85 {
        height: 85%;
        overflow-y: auto;
    }

    .height-60, .height-60-frete, .height-80-frete, .height-100 {
        overflow-y: auto;
    }

    a.btn.btn-stops, a.btn.btn-stops:active {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
    }

    div.home-back-action a.btn-back {
        width: 50px;
        height: 50px;
    }

        div.home-back-action a.btn-back div.arrow.search {
            bottom: 33px;
            left: 44px;
        }

    .bottomSheet-body-pedido .category-btn span.s-btn {
        top: 3px;
        position: relative;
    }

    .suggested-location span {
        font-size: 13px;
    }

        .suggested-location span.font-w400 {
            font-size: 12px;
        }

    span.number-request {
        font-size: 14px;
        font-weight: 700;
    }

    .menus-header .menu-item span {
        font-size: 14px;
        font-weight: 700;
    }

    .where-to span.font-1 {
        font-size: 22px;
    }

    .where-to span.font-2 {
        font-size: 18px;
    }

    .entregas-section div span:first-child {
        font-size: 18px;
    }

    .information-section .title span, .promotion-description span.promo-title {
        font-size: 15px;
    }

    .promotion-description span.promo-description {
        font-weight: 300;
        font-size: 10px;
        padding-right: 0px;
    }

    .information-section .information-item .info-c span {
        font-size: 13px;
    }

        .information-section .information-item .info-c span:nth-child(2) {
            text-align: center;
        }

    .inputs-content-pedido.search .pedido-input {
        justify-content: end;
        margin: 0 5px;
    }

    .inputs-content-pedido.search .input-style {
        width: fit-content;
    }

    .arrow.red::after, .arrow.red::before {
        right: -14px;
    }

    .card-wella .card-body {
        padding: 15px;
    }

    .location-partida.agent, .location-chegada.agent {
        white-space: normal;
        display: flex;
        align-items: flex-start;
    }

        .location-partida.agent img, .location-chegada.agent img {
            margin-right: 5px;
            margin-left: -1px;
        }

    span.text-note {
        font-size: 14px;
    }

    .ft-12 {
        font-size: 12px !important;
    }

    div.header-title.w-95 {
        width: 90%;
    }

    body.splash img.wellaagente {
        width: 150px;
    }

    a .accept-terms.fit-content {
        width: fit-content !important;
        line-height: 32px;
    }

    div .header-title.detail-request-page {
        padding-left: 1.5rem;
        text-align: center;
        color: black;
    }

    div .header-title.details-notification-page {
        padding-left: 1.5rem;
    }

    a .accept-terms.wd-40 {
        width: 100% !important;
    }

    div.header-title {
        padding-left: 0.5rem;
    }

    .race-deatils .wella-col .descripton, .race-deatils-row .wella-row .descripton {
        font-size: 13px;
    }

    .display-unset {
        display: unset !important;
    }

    .search-bar-inputs {
        border-radius: 15px;
    }

    div.container-search-bar div.autocomple-inputs ul#ui-id-2, div.container-search-bar div.autocomple-inputs ul#ui-id-1 {
        width: 91% !important;
        font-size: 13px;
        top: 17rem !important;
        font-weight: 600;
        overflow-x: auto;
        height: 150px;
    }

    div.container-search-bar div.autocomple-inputs-stops ul#ui-id-3 {
        border-radius: 0;
        width: 100% !important;
        font-size: 13px;
        top: 4.5rem !important;
        font-weight: 600;
        overflow-x: auto;
        padding-right: 2rem;
        height: 100vh;
        max-height: unset;
    }

    .ui-menu li.ui-menu-item div {
        padding: 10px 5px 10px 35px;
        white-space: normal;
        word-break: break-word;
    }

    .container-search-bar {
        top: 4rem;
    }

    .current-location {
        margin-top: 0;
    }

    .icon-img > img {
        width: 25px;
    }

    .icon-img.search > img.date {
        width: 20px;
    }

    .offcanvas {
        max-width: 300px;
    }

    div.header-title, div.header-title.detail-request-page, div.header-title.details-notification-page {
        width: 83%;
        padding-top: 9px;
    }

    .navbar .container-fluid.justify-space div.header-title {
        width: unset;
    }

    .profile-padding {
        padding: 1rem 1rem 1rem 1rem;
    }

    .card-wella .card-body {
        border-radius: 15px;
    }

    .card-title {
        font-size: 13px;
    }

    .card-wella .card-body .card-title img {
        width: 25px;
    }

    .card-wella .card-body .card-title span {
        padding-left: 2px;
    }

    .card-wella .card-body .card-title {
        margin-top: -1.8rem;
    }

    .buttons-wella .btn {
        font-size: 14px;
        line-height: 32px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    form {
        margin-bottom: 0;
    }

    .app-langues a img, .signup-langues a img {
        width: 25px;
    }

    .app-langues a span, .signup-langues a span {
        font-size: 14px;
        padding-left: 5px;
    }

    .app-langues a:last-of-type {
        margin-bottom: 0;
    }

    .card-wella .wella-description {
        font-size: 14px;
    }

    .card-wella {
        padding: 1rem;
    }

    div.card-wella .card-body.pd-2 {
        padding: 1rem;
    }

    .contact-us-p {
        font-size: 16px;
    }

    .card-wella .card-body .contact-deatils .details img {
        width: 30px;
    }

    .card-wella .card-body .contact-deatils .details .text-details span {
        font-size: 13px;
    }

    .card-wella .card-body .contact-deatils .details .text-details {
        padding-left: 0;
    }

    .card-wella .card-body .contact-deatils .details img.email {
        width: 25px;
        margin-right: 14px;
        margin-left: 2px;
    }
    .card-wella .card-body .contact-deatils .details img.whatsapp {
        width: 23px;
        margin-right: 13px;
        margin-left: 4px;
    }

    .nav-extended-header {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .card-wella .card-body .locations {
        padding: 0;
    }

    .race-deatils {
        padding: 1rem 0 0 0;
    }

    .location-partida, .location-chegada, .price-tag {
        font-size: 14px;
    }

    .estado {
        font-size: 13px;
    }

    .car-img img {
        width: 40px;
    }

    .nav-extended-header .pd-top-2 {
        padding-top: 1rem;
    }

    a.card-action {
        font-size: 10px;
    }

    /*    .card-action img {
        width: 25px;
    }*/

    .card-actions-group {
        padding: 10px;
    }

    .buttons-wella .btn {
        width: 90%;
    }

    .pd-top-15-request {
        padding-top: 15px;
    }

    .login, .signup {
        width: 80%;
    }

    .form .user-input .icon-img img {
        width: 27px;
    }

    .buttons-wella.mg-top-2 {
        margin-top: 1rem;
    }

    .wd-40 {
        width: 57% !important;
    }

    .logo.mg-b-3 {
        margin-bottom: 2rem;
    }

    .signup .card-wella {
        width: 200px;
    }

    .logo img {
        width: 70%;
    }

    .signup {
        margin-top: 6rem;
    }

    .form .user-input .icon-img img {
        margin-right: 5px;
    }

    a.nav-link, li.logout form button {
        font-weight: 600;
    }

    .navbar-nav, .user-details {
        font-size: 15px;
    }

    img.user-img {
        width: 90px;
    }

    img.user-img-request {
        width: 80px;
    }

    .bottomSheet-buttons button:first-of-type, .bottomSheet-buttons button:last-of-type {
        font-size: 14px;
        line-height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .descripton div {
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .details-estado img {
        display: none;
    }

    .details-estado {
        display: block;
    }

    .inputs-content-pedido {
        padding: 0;
    }

    .tonns-i.pedido-input {
        width: 35%;
    }

    .category-btn {
        font-size: 14px;
    }

    .wella-container {
        padding-left: 27px;
    }

    .bottomSheet-header .content span {
        font-size: 14px;
    }

    .inputs-content-pedido {
        margin-top: -5px;
    }

    .form-control {
        font-size: 14px;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    select, textarea {
        font-size: 14px;
    }

    .carousel-car .car-img [data-img="setfechado.png"] {
        width: 100px;
    }

    .login .footer-description a.btn-default, .signup .footer-description a.btn-default {
        font-size: 14px;
        line-height: 32px;
    }

    .login .footer-description.mg-top-2, .signup .footer-description.mg-top-2 {
        width: 90%;
    }

    .h-63 {
        height: 56px;
    }

    .mg-top-01 {
        margin-top: -2.8rem;
    }

    div.swal2-popup.swal2-toast .swal2-title {
        font-size: 12px;
    }

    div.swal2-popup div.swal2-html-container {
        font-size: 13px;
    }

    div.swal2-actions button {
        font-size: 12px;
    }

    .drag-icon {
        padding: 15px 0 3px 0;
    }

    .bottomSheet.detalhes-componente .drag-icon, .bottomSheet.stopsSearch-componente .drag-icon {
        padding: 15px 0 3px 0;
        margin-top: 0;
    }

    .bottomSheetContainer.detalhes-componente .drag-icon, .bottomSheetContainer.stopsSearch-componente .drag-icon {
        padding: 0px 0 20px 0;
        cursor: grab;
    }

    .drag-icon span {
        height: 4px;
    }

    div.car-item.mg-left-18 {
        margin-left: 1.7rem;
    }


    .group-inputs {
        padding: unset;
    }

    .flex-direction {
        flex-direction: column !important;
    }

    .user-input.file-upload.w-48 {
        width: 100%;
    }

    .upload-title {
        font-size: 14px;
        font-weight: 600;
    }

    .file-upload-description {
        font-size: 12px;
    }

        .file-upload-description.mobile {
            width: 100%;
            height: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .file-name {
        font-size: 12px;
        width: 12em;
    }

    .w-33 .file-upload-input .file-name {
        width: 7em;
    }

    .one-input .file-upload-input .file-name {
        width: 24em;
    }

    .w-100-mobile {
        width: 100% !important;
    }

    .driver-container, .agent-container {
        padding: 0px;
    }

        .driver-container .details-driver .name span, .agent-container .details-agent .name span {
            font-size: 15px;
        }

        .driver-container .details-driver .car span, .driver-container .details-driver .car-matricula span, .agent-container .details-agent .codigo span, .agent-container .details-agent .cidade span, .agent-container .details-agent .number a {
            font-size: 14px;
        }

        .driver-container .img-driver, .agent-container .img-agent {
            padding-right: 1rem;
        }

        .driver-container .circule {
            width: 15px;
            height: 15px;
            background: #52c41a;
            border-radius: 50%;
            margin-right: 5px;
            margin-bottom: 0 !important;
        }

    span.delivered-location {
        text-overflow: ellipsis;
        width: 10rem;
        white-space: nowrap;
        overflow: hidden;
    }

    span.ft-15 {
        font-size: 15px;
    }

    a.transaction:nth-child(n+5) {
        display: none;
    }

    .descripton.comissao {
        text-align: right;
    }
}

.expand-icon {
    height: 32px;
    width: 32px;
    position: relative;
}

    .expand-icon::before, .expand-icon::after {
        content: " ";
        width: 22px;
        height: 3px;
        background-color: #ffffff;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.15s cubic-bezier(.42, 0, .58, 1);
        opacity: 1;
        border-radius: 2px;
    }

    .expand-icon::before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .expand-icon::after {
        transform: translate(-50%, -50%);
    }

.bottomSheet-buttons button:first-of-type, .bottomSheet-buttons button:last-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
}


div.gm-style div {
    border: none !important;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    box-shadow: none !important;
}

.PickupMarker {
    position: absolute;
    bottom: 50%;
    left: 50%;
    border-radius: 36px;
    height: 20px;
    width: 20px;
    line-height: 36px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-bottom: 20px;
    background-color: #ff0000;
    -webkit-transition: width .3s, background-color .3s;
    transition: width .3s, background-color .3s;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
    font-size: .8rem;
}

    .PickupMarker:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 20px;
        bottom: -20px;
        left: 50%;
        margin-left: -1px;
        background: #000
    }

    .PickupMarker .ETA, .PickupMarker .Forward {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin: 4px;
        background: #2eb875;
        box-sizing: border-box;
        position: absolute;
        top: 0
    }

    .PickupMarker .ETA {
        font-size: 8px;
        line-height: 1;
        left: 0;
        z-index: 1;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center
    }

        .PickupMarker .ETA .number {
            font-size: 12px;
            font-weight: 700
        }

        .PickupMarker .ETA.expanded {
            font-size: 10px;
            display: -webkit-box;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-pack: center;
            justify-content: center
        }

            .PickupMarker .ETA.expanded .number {
                padding-top: 0;
                font-size: 10px;
                font-weight: 400
            }

    .PickupMarker .Forward {
        right: 0;
        line-height: 28px
    }

    .PickupMarker .Text {
        overflow: hidden;
        width: 0
    }

    .PickupMarker.expanded {
        width: 80%;
        width: 80vw
    }

        .PickupMarker.expanded .Text {
            width: 100%;
            -webkit-transition: width 0s .3s;
            transition: width 0s .3s
        }

    .PickupMarker .LoadingAddress {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 36px
    }

@media (min-width: 768px) {
    .PickupMarker.expanded {
        width: 300px
    }
}

.move {
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-100%);
        opacity: 1;
    }
}

.slide-enter,
.slide-leave {
    transition: all 1s ease;
}

.slide-enter-start,
.slide-leave-end {
    transform: translateX(-100px);
}
