﻿﻿.bottomSheetContainer-hove {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
    justify-content: center;
    display: none;
}

.bottomSheetContainer, .bottomSheetContainer.stopsSearch-componente {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
    justify-content: center;
    display: none;
    z-index: 2;
}

.time-route {
    color: #181818;
    font-weight: 700;
    width: 70%;
}

.offline-circle {
    width: 12px;
    height: 12px;
    background: #dc3545;
    display: block;
    border-radius: 50px;
    margin-right: 5px;
}

.line-route {
    margin-top: 2px;
    margin-bottom: 1.2rem;
}

.avatar-car-route {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.driver-route.delivery-info {
    justify-content: unset;
    margin-bottom: 10px;
}

.driver-route.delivery-header {
    justify-content: unset;
    margin-bottom: 5px;
}

.driver-route.delivery-header .item {
    background-color: #f4f4f2; 
    width: 100%;
    padding: 3px;
    border-radius: 6px;
}

.driver-route.delivery-header .item span{
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
    color: #a6a5a1; 
}

.driver-route.delivery-info .item img:last-child {
    width: 25px;
}

.driver-route.delivery-info .item img:first-child {
    width: 20px;
    margin-right: 14px;
    margin-left: 5px;
}
.route-group.second hr.line-route {
    margin-top: 5px;
    margin-bottom: 5px;
}

.driver-route.delivery-info .item img.call-sender:first-child {
    width: 15px;
}

.driver-route.delivery-info .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3px;
}

.driver-route.delivery-info .item .group-items{
    display: flex;
    align-items: center;
}

.driver-route.delivery-info .item .group-items div.details-item{
    display: flex;
    flex-direction: column;
}

.driver-route.delivery-info .item .group-items div.details-item span.deliver-placeholder {
    font-size: 14px;
    color: #181818;
    font-weight: 500;
}

.driver-route.delivery-info .item .group-items div.details-item div{
    margin-top: -7px;
    color: #ACACAb;
}

.driver-route.delivery-info .item .group-items div.details-item div span{
    font-size: 12px;
    margin-top: -4px;
    font-weight: 400;
}

.avatar-car-route span {
    background: #F0F0EC;
    padding: 5px;
    font-size: 10px;
    color: #181818;
    font-weight: 600;
    border-radius: 4px;
}

.driver-route .item .content-driver .driver-name {
    color: #ACACAb;
    font-weight: 400;
    text-transform: unset;
    font-size: 12px;
    margin-top: -5px;
}

.driver-route .item .content-driver .driver-lastname {
    color: #ACACAb;
    font-weight: 400;
    text-transform: unset;
    font-size: 12px;
    margin-top: -5px;
}

.avatar-car-route img {
    width: 50px;
    margin-top: -10px;
}

.driver-route {
    display: flex;
    align-items: center;
    justify-content: center;
}

.driver-route .item.pd-r-1:first-child{
    padding-right: 1.5rem;
}

.item .content-driver span.img-driver-photo.web, .item .content-driver span.img-call-driver.web{
    width: 65px;
    height: 65px;
}

.route-group {
    background-color: white;
    border-radius: 25px;
    margin-bottom: 0.5rem;
    padding: 1.4rem 1.2rem 1rem 1.2rem;
}

.bottomSheetContainer.route-componente {
    position: fixed;
    left: 0px;
    width: 100%;
    top: unset;
    height: unset;
    bottom: 0;
    background-color: transparent;
    align-items: flex-end;
    justify-content: center;
    display: none;
}

.bottomSheet.route-componente {
    height: 35vh;
}

.bottomSheet.route-details-componente {
    height: 50vh;
}

.pd-12 {
    padding: 0 12px 10px 12px;
    margin-top: -10px;
}

.bottomSheet.route-details-componente .bottomSheet-title {
    padding: 1rem 1.2rem 0 1.2rem;
    align-items: center;
    color: #181818;
    margin-bottom: 0;
}

.bottomSheet.route-details-componente .bottomSheet-body {
    padding: 0 1.2rem 1rem 1.2rem;
}

.bottomSheet.route-details-componente .bottomSheet-body hr.line-route{
    margin-bottom: 12px;
}

.bottomSheet.route-details-componente .bottomSheet-title {
    padding: 1rem 1.2rem 0 1.2rem;
    align-items: center;
    color: #181818;
    margin-bottom: 0;
}

.openDetailsSheet{
    cursor: pointer;
}

a.cancel-requestTaxi, a.cancel-request {
    align-items: center;
    display: flex;
    justify-content: center;
}

a.cancel-requestTaxi .loader, a.cancel-request .loader{
    border: 2px solid #ff0000;
    border-bottom-color: transparent;
}

.bottomSheet.detalhes-componente, .bottomSheet.stopsSearch-componente, .bottomSheet.route-componente {
    padding: 0 1.2rem 1rem 1.2rem
}

.detalhes-componente .bottomSheet-body .attachPhoto {
    font-size: 14px;
    margin-top: 16px;
}

.detalhes-componente .bottomSheet-body, .route-componente .bottomSheet-body {
    padding-top: 0.9rem;
}

    .detalhes-componente .bottomSheet-body label, .route-componente .bottomSheet-body label {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
    }

        .detalhes-componente .bottomSheet-body label img, .route-componente .bottomSheet-body label img {
            width: 100%;
        }

.detalhes-componente .box__input, .route-componente .box__input, .route-componente .box__input, .route-componente .box__input {
    height: 80px;
    width: 80px;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.detalhes-componente .bottomSheet-body textarea {
    width: 100%;
    border-radius: 10px;
    border-color: #38A0D0;
    border-width: 2px;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    margin: 10px 0;
    resize: none;
}

.pd-top-09 {
    padding-top: 0.9rem;
}

.mg-top-04 {
    margin-top: 0.4rem;
}

.detalhes-componente .bottomSheet-body textarea:focus-visible {
    border-color: #38A0D0 !important;
}

.detalhes-componente .bottomSheet-body select {
    width: fit-content;
    display: block;
}

.mgtop-2 {
    margin-top: -2rem
}

.height-50 {
    height: unset;
    overflow: hide;
}

.bottomSheetHover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
    justify-content: center;
    display: none;
}

.bottomSheetContainer.pedido, bottomSheetHover, .bottomSheetContainer.taxi {
    background-color: unset;
    position: absolute;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    align-items: unset;
    justify-content: center;
    bottom: 0;
}

.bottomSheetContainer.search-componente {
    background-color: unset;
    position: absolute;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    align-items: unset;
    justify-content: center;
    bottom: 0;
}

    .bottomSheetContainer.search-componente.desk-display-style {
        justify-content: start;
    }

        .bottomSheetContainer.search-componente.desk-display-style .bottomSheet {
            border-top-right-radius: unset;
            border-top-left-radius: unset;
        }

.bottomSheetContainer.active, .bottomSheetHover.active, .bottomSheetContainerDriver.pedido.active {
    display: flex;
}


.carousel-cell > div, .carousel-cell-taxi > div {
    border: 2px solid black;
    border-radius: 10px;
}

.carousel-cell, .carousel-cell-taxi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bottomSheet {
    color: #6E6E6E;
    background-color: #FFF;
    height: auto;
    width: 40%;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 2rem 1.2rem 1rem 1.2rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.bottomSheet-body-terms {
    padding: 0rem 1.2rem 1rem 1.2rem;
}

.bottomSheet-body-pedido {
    padding: 0.5rem 1.2rem 1rem 1.2rem;
}

.bottomSheet.terms {
    overflow: auto;
    padding: unset;
    height: 70vh;
}

.bottomSheet.pedido, .bottomSheet.taxi {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 0;
}

.bottomSheet.active {
    transform: translateY(0);
}

.bottomSheet-title {
    font-size: 16px;
    font-weight: 700;
/*    padding-top: 1rem;*/
    margin-bottom: 0.9rem;
    margin-top: -10px;
}

.bottomSheet-description {
    font-size: 14px;
    font-weight: 400;
}

.bottomSheet-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.bottomSheet-button button:first-of-type {
    width: 100%;
    margin-top: 2rem;
    font-weight: 400;
}

.bottomSheet-button-pedido button:first-of-type {
    width: 70%;
    margin-top: -1rem;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.bottomSheet-button-pedido {
    text-align: center;
    padding: 1rem 0 4rem 0;
}


.bottomSheet-header {
    background-color: #ff3333;
    border: 2px solid #ff3333;
    border-radius: 10px;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    cursor: grab;
    margin: 0 1.2rem;
}

.bottomSheet-header-driverDetails {
    background-color: #ff3333;
    border-radius: 25px;
    padding: 1rem 1rem 2rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: grab;
    position: relative;
    z-index: 1;
}

.bottomSheet-header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bottomSheet-header .content:first-of-type {
        margin-right: 10%;
    }

    .bottomSheet-header .content img {
        width: 20px;
    }

    .bottomSheet-header .content span {
        color: white;
        font-weight: bold;
        padding-left: 5px;
    }

.bottomSheet-body-pedido .category-btn {
    padding: 0 1rem 0 1rem;
    z-index: 1;
    position: relative;
}

    .bottomSheet-body-pedido .category-btn span {
        cursor: pointer;
        color: black;
        font-weight: 600;
    }

    .bottomSheet-body-pedido .category-btn img {
        width: 25px;
        cursor: pointer;
    }

.rotate-180 {
    rotate: 180deg;
}

.rotate-0 {
    rotate: -180deg;
}

.poupa-test {
    padding: 1rem;
    margin: 0 1rem 0 1rem;
    border: 2px solid #37A0D0;
    border-radius: 10px;
}

    .poupa-test span {
        color: black;
        font-size: 12px;
    }

.frente-group span {
    font-size: 14px;
    font-weight: bold;
    color: black;
    padding: 0 2rem 0 0;
}

.frente-group a {
    width: 150px;
    margin-right: 2rem;
    font-size: 14px;
    font-weight: 400;
}

.idavolta-group a {
    width: 119px;
    margin-right: 2rem;
    font-size: 14px;
    font-weight: 400;
}

.frente-group {
    padding: 1rem 0;
}

.idavolta-group {
    padding: 1rem 1rem 0rem 1.2rem;
}

    .idavolta-group img {
        width: 25px;
        rotate: 90deg;
        opacity: 0.6;
        margin: 0 1rem 0 1rem;
    }

.frente-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.idavolta-group a {
    margin: 0;
}

.bottomSheet-body-pedido .hide {
    display: none !important;
}

.bottomSheet-body-pedido .categorys {
    display: flex;
    justify-content: center;
}

    .bottomSheet-body-pedido .categorys > div {
        margin-bottom: 15px;
        padding: 5px;
        border-radius: 6px;
        width: 45%;
        background-color: #37A0D0;
        cursor: pointer;
    }

span span.count-requests {
    background: #37a0d0;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 7px;
    position: relative;
    bottom: -35%;
    font-weight: 600 !important;
    cursor: pointer;
    margin: auto;
    color: white;
    width: fit-content;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 0px 0px 0px, rgba(14, 30, 37, 0.32) 0px 0px 1px 0px;
}

span span.count-requests.d-details {
    background: #37a0d0;
    padding: 5px 10px;
    font-size: 10px;
    border-radius: 7px;
    position: relative;
    bottom: -30%;
    font-weight: 600 !important;
    cursor: pointer;
    margin: auto;
    color: white;
    width: fit-content;
}

span span.count-ratings {
    background: white;
    padding: 5px;
    color: #181818;
    font-size: 10px;
    position: relative;
    border-radius: 7px;
    cursor: pointer;
    right: -60%;
/*    font-weight: 500 !important;*/
    width: fit-content;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 0px 0px 0px, rgba(14, 30, 37, 0.32) 0px 0px 1px 0px;
}

.categorys .content-category {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .categorys .content-category img, .categorys-cell img {
        width: 100px;
    }

.category-carousel {
    margin-bottom: 15px;
    border-radius: 6px;
    width: 45%;
    background-color: #37A0D0;
    cursor: pointer;
    height: 95px;
}

.justify-space-a {
    justify-content: space-around;
}

.category-carousel span {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-top: -10px;
}

.categorys-cell {
    width: 100%;
    text-align: center;
    margin-right: 10px;
    padding: 10px;
}

.categorys .content-category.easy img, .categorys .content-category.big img {
    width: 130px;
}

.categorys .content-category.flex img {
    padding-top: 15px;
}

.categorys .content-category.xbig img {
    padding-top: 10px;
}

.categorys .content-category span {
    font-weight: 600;
    color: #ffffff;
}

.content-category:hover, .content-category:focus {
    border-color: #ff0000 !important;
}

.carousel-car {
    display: flex;
    justify-content: start;
    padding: 10px 20px 0 20px;
    width: 100%;
    margin-bottom: 10px;
}

.carousel-car img {
    width: 120px;
}

.mg-left-2 {
    margin-left: 2rem;
}

.car-item span.race-price {
    font-weight: bolder;
    color: black;
    font-size: 16px;
}

.car-item span.car-name {
    font-weight: 600;
    font-size: 14px;
    color: black;
}

.car-item img {
    width: 20px;
    opacity: 0.8;
}

div.cars-carousel ol.flickity-page-dots, div.cars-carousel-taxi ol.flickity-page-dots {
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    div.cars-carousel ol.flickity-page-dots .dot.is-selected, div.cars-carousel-taxi ol.flickity-page-dots .dot.is-selected {
        margin: 0 3px;
        background: #37A0D0;
        width: 10px;
        height: 10px;
    }

    div.cars-carousel ol.flickity-page-dots .dot, div.cars-carousel-taxi ol.flickity-page-dots .dot {
        margin: 0 3px;
        width: 7px;
        height: 7px;
    }

.car-item a {
    font-size: 12px;
    color: white !important;
    font-weight: 400;
    box-shadow: unset;
    line-height: 21px;
}

.car-item span.car-dimesions, .car-item span.car-ton {
    font-size: 10px;
    padding: 10px;
    border: 1px solid black;
    color: black;
    border-radius: 6px;
    margin-right: 5px;
}

.mg-r-25 {
    margin-right: 25px;
}

.car-img {
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .car-img span:last-child {
        top: -20px;
        font-size: 10px;
        padding: 2px 5px;
        background: #ff3333;
        color: white;
        border-radius: 5px;
        position: relative;
        font-weight: 600;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    }

.recommeded-car {
    font-size: 10px;
    background: #37a0d0;
    color: white;
    padding: 5px;
    border: 1px solid gold;
    border-radius: 5px;
    margin-left: 10px;
}

    .recommeded-car.transparent {
        color: transparent;
        background: transparent;
        border-color: transparent;
    }

.mg-b-5 {
    margin-bottom: 5px;
}

.mg-b-10 {
    margin-bottom: 10px;
}

.mg-b-15 {
    margin-bottom: 15px;
}

.mg-t-25 {
    margin-top: 25px;
}

.callDriver{
    cursor: pointer;
}

.gg-close {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
    cursor: pointer;
}

    .gg-close::after,
    .gg-close::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 16px;
        height: 2px;
        background: currentColor;
        transform: rotate(45deg);
        border-radius: 5px;
        top: 8px;
        left: 1px
    }

    .gg-close::after {
        transform: rotate(-45deg)
    }

.icon-close {
    width: 100%;
    display: flex;
    justify-content: end;
    background-color: white;
    position: sticky;
    top: 0;
    padding: 1rem 1.2rem 1rem 1.2rem;
}

.bottomSheetContainerDriver {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-end;
    justify-content: center;
    display: none;
    z-index: 1;
}


    .bottomSheetContainerDriver.pedido {
        background-color: unset;
        position: absolute;
        top: unset;
        left: unset;
        width: 100%;
        height: unset;
        align-items: unset;
        justify-content: center;
        bottom: 0;
        display: none;
    }

.bottomSheetDriver {
    color: #6E6E6E;
    background-color: #FFF;
    height: auto;
    width: 40%;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 2rem 1.2rem 1rem 1.2rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

    .bottomSheetDriver.pedido {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        background-color: #ebebeb;
        padding: 0;
    }

    .bottomSheetDriver.active {
        transform: translateY(0);
    }

.content-driver span.img-driver-photo {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #eeeeee;
    background-image: url(/wella/img/user_profile_picture_placeholder.png);
}

.content-driver span.img-call-driver {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-bottom: 10px;
    background-size: 23px;
    background-position: 50% 50%;
    background-color: #eeeeee;
    background-image: url(/wella/img/call_filled.png);
    background-repeat: no-repeat;
}

span.desc-sender {
    font-size: 12px;
    font-weight: 400;
    color: #ACACAb;
}

.content-driver-actions a.item {
    color: white;
}

    .content-driver-actions a.item span {
        font-weight: 500;
        margin-top: 5px;
        font-size: 12px;
    }

    .content-driver-actions a.item:first-of-type {
        margin-right: 25px;
    }

    .content-driver-actions a.item.paypal-payment {
        margin-left: 20px;
    }

    .content-driver-actions a.item:last-of-type {
        margin-left: 15px;
    }

.content-driver-actions .item img {
    width: 30px;
    filter: invert(1);
}

.content-driver-actions .item.stops img {
    width: 40px;
    filter: unset;
}

.content-driver-actions .item.stops span {
    position: relative;
    top: -7px;
}



.content-driver {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .content-driver span {
        color: white;
        font-weight: 300;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .content-driver span:first-of-type {
            font-weight: 600;
            margin-bottom: 10px;
        }

.content-driver-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .content-driver-actions .item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.bottomSheet-button-details {
    margin-bottom: 4rem;
    padding: 0 2rem 0 2rem;
}

    .bottomSheet-button-details a {
        width: 100%;
        font-weight: 400;
    }

.card-wella.driverDetails {
    padding: 1.5rem 2rem 2rem 2rem;
}

.bottomSheetContainerDriver.pedido {
    height: 48vh;
}

.bottomSheetContainerDriver.pedido.height-auto {
    height: 100vh !important;
}

span.font-weight500 {
    font-weight: 500;
}

.display-none {
    display: none !important;
}

.driver-name {
    text-transform: uppercase;
}

a.open-rule {
    width: max-content;
    margin-left: 0;
}

.search-bar-inputs .input-style span.removeClick.hide {
    display: none !important;
}

span.workforce, span.agenteCode, span.stopsFrete, span.promoCodeTaxi, span.promoCode {
    color: black;
}

.toggle-container {
    display: inline-block;
    background-color: #acacac;
    border-radius: 7px;
    overflow: hidden;
    font-size: 14px;
    color: #686868;
    padding: 3px;
    font-weight: 600;
    margin-right: 10px;
}

    .toggle-container label {
        margin-bottom: 0;
    }

.toggle-input {
    display: none;
}

.toggle-label {
    display: inline-block;
    padding: 4px 6px;
    cursor: pointer;
}

.toggle-input:checked + .toggle-label {
    background-color: #37a0d0;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    font-weight: 400;
    line-height: 20px;
}

.toggle-label:first-child {
    border-right: 1px solid #bbb;
}

img.info-seemore-click {
    width: 25px;
    height: 25px;
    position: relative;
    right: 0;
}

.back-taxi {
    padding: 5px 8px 0px 0px;
}

.back-stops {
    padding: 5px 0 15px 0;
    cursor: pointer;
}

.back-stops .back-text:last-child {
    font-size: 14px;
    margin-left: -5px;
}

.back-taxi .back-text:last-child, .back-text-taxi, .back-text-taxi:last-child {
    font-size: 14px;
}

.error-noty {
    color: red;
}

.sucess-noty{
    color: green;
}

.promo-error-label {
    position: absolute;
    margin-top: 50px;
    font-size: 14px;
}

/* Estilos para o botão de fechar */
.close-button-bottomSheet {
    background: none;
    border: none;
    font-size: 2.7rem;
    cursor: pointer;
    color: #555;
    font-weight: 200;
    line-height: 1;
}

.close-button-bottomSheet:hover {
    color: #000;
}

.opacity-05 {
    opacity: 0.5;
    cursor: not-allowed;
    margin-top: 10px;
}

.no-recommended {
    cursor: not-allowed;
    padding-top: 2px;
    margin: 10px 5px 0 0;
    border-radius: 100%;
    background: white;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    top: -90%;
    float: right;
}

.no-recommended img{
    width: 15px;
}

.car-name-item {
    display: flex;
    align-items: center;
    justify-content: start;
}

.car-name {
    margin-left: 3px;
}

@media (max-width: 999px) {
    .no-recommended {
        top: -97%;
    }
    .bottomSheet, .bottomSheetDriver {
        width: 80%;
    }

    .bottomSheetContainer.search-componente.desk-display-style {
        justify-content: center;
    }

        .bottomSheetContainer.search-componente.desk-display-style .bottomSheet {
            border-top-right-radius: 25px;
            border-top-left-radius: 25px;
        }

    .height-50 {
        height: 45%;
        overflow: auto;
    }

    .frente-group a {
        width: 120px;
        line-height: 20px;
        font-size: 11px;
        font-weight: 500;
    }

    .frente-group a.save30{
        width: fit-content;
    padding: 4px;
    }

    .idavolta-group a {
        font-weight: 500;
    }

        .idavolta-group a.frente-btn:nth-child(1) {
            width: 90px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .idavolta-group a.frente-btn:nth-child(3) {
            width: 100px;
        }
}

@media screen and (max-width: 640px) {
    .no-recommended {
        top: -97%;
    }

    .back-taxi {
        padding: 5px 8px 0px 5px;
    }

    .car-item span.car-name, .count-stops-desc.frete {
        font-size: 12px;
        width: 79%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .toggle-container {
        font-size: 12px;
        margin-right: 5px;
    }

    .height-50 {
        height: 45%;
        overflow: auto;
    }

    .bottomSheetContainer.search-componente.desk-display-style .bottomSheet {
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }

    .bottomSheetContainer.search-componente.desk-display-style {
        justify-content: center;
    }

    .box__input img {
        width: -webkit-fill-available;
    }

    .bottomSheet-button-detalhes {
        padding: 1rem 0 1.7rem 0;
    }

    .bottomSheet-body-pedido .category-btn span {
        margin-left: -5px;
    }

    .bottomSheet-body-pedido .category-btn {
        padding: 0 10px 0 10px;
    }

    .idavolta-group {
        padding: 1rem 1rem 0rem 17px;
    }

        .idavolta-group img {
            margin: 0 10px 0 10px;
        }

    .cars-carousel-taxi.mgtop-2 {
        margin-top: -4rem;
    }

    .mgtop-2 {
        margin-top: -3.6rem;
    }

    .idavolta-group a {
        font-weight: 500;
    }

        .idavolta-group a.frente-btn:nth-child(1) {
            width: 90px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .idavolta-group a.frente-btn:nth-child(3) {
            width: 100px;
        }

    .frente-group a {
        width: 120px;
        line-height: 20px;
        font-size: 11px;
        font-weight: 500;
    }

    .frente-group .frentes a {
        margin-right: 20px;
    }

    .frente-group span {
        padding: 0 1rem 0 0;
    }

    .poupa-test {
        padding: 10px;
        margin: 0 8px 0 8px;
    }

        .poupa-test span {
            font-weight: 500;
        }

    .mg-r-25 {
        margin-right: 5px;
    }

    .category-carousel {
        height: 80px;
    }

        .category-carousel span {
            font-size: 13px;
        }

    .categorys .content-category img, .categorys-cell img {
        width: 85px;
    }

    .bottomSheet, .bottomSheetDriver {
        width: 100%;
    }

        .bottomSheet.search-componente {
            border-radius: 0;
        }

        .bottomSheet.terms {
            height: 50%;
        }

    .card-wella.driverDetails {
        padding: 1rem;
    }

    .bottomSheet-button-details {
        padding: 15px 1rem 0 1rem;
    }

    .hx-65 {
        height: 70%;
        overflow-x: auto;
    }

    .bottomSheet-header-driverDetails {
        padding: 1.2rem 1rem 1.2rem 1rem;
    }

    .content-driver-actions .item img {
        width: 25px;
    }

    .content-driver span.img-driver-photo {
        width: 80px;
        height: 80px;
    }

    .content-driver span.img-call-driver {
        width: 80px;
        height: 80px;
    }

    .item .content-driver span.img-driver-photo, .item .content-driver span.img-call-driver {
        width: 60px;
        height: 60px;
    }

    .bottomSheetContainerDriver.pedido {
        height: 40vh;
    }

    .bottomSheet-body-pedido .categorys > div {
        padding: 0;
    }

    .categorys .content-category img {
        width: 85px;
    }

    .content-category span {
        font-size: 13px;
    }

    .categorys .content-category.easy img, .categorys .content-category.big img {
        width: 100px;
    }

    .categorys .content-category.flex img, div.categorys .content-category.xbig img {
        padding-top: 5px;
    }

    .carousel-car .car-img img {
        width: 100px;
    }

    .carousel-car {
        padding: 10px 10px 0px 10px;
    }

    .car-item span.race-price {
        font-size: 14px;
    }

    .car-item a {
        font-size: 10px;
        line-height: 20px;
    }

    div.scrollable-content {
        height: 9rem;
    }

    .car-item.mg-b-15 {
        display: flex;
        justify-content: space-between;
        margin-left: 1.7rem;
    }

        .car-item.mg-b-15 span.car-dimesions {
            max-width: 62px;
            display: inline-block;
            white-space: nowrap;
            overflow: hidden !important;
            text-overflow: ellipsis;
        }

    .request .icon-img > img {
        width: 20px;
    }

    .request select, .request input {
        font-size: 14px;
        padding-bottom: 7px;
    }

    .request .pedido-input {
        font-size: 14px;
        width: 47%;
    }

    span.promoCodeTaxi {
        font-size: 14px;

    }

    .bottomSheet-body-pedido .inputs {
        margin-bottom: -4rem;
    }

    .car-item span.car-dimesions, .car-item span.car-ton {
        padding: 7px;
    }

    .mg-b-15 {
        margin-bottom: 10px;
    }

    .mg-b-10 {
        margin-bottom: 10px;
    }

    .mg-b-5 {
        margin-bottom: unset;
    }

    div.cars-carousel ol.flickity-page-dots, div.cars-carousel-taxi ol.flickity-page-dots {
        bottom: 55px;
    }

        div.cars-carousel ol.flickity-page-dots .dot.is-selected, div.cars-carousel-taxi ol.flickity-page-dots .dot.is-selected {
            width: 6px;
            height: 6px;
        }

        div.cars-carousel ol.flickity-page-dots .dot, div.cars-carousel-taxi ol.flickity-page-dots .dot {
            width: 4px;
            height: 4px;
        }

    img.info-click, img.info-seemore-click {
        cursor: pointer;
    }

    .bottomSheet-button-pedido {
        padding: 1rem 0 2rem 0;
    }

        .bottomSheet-button-pedido button:first-of-type {
            font-size: 14px;
            height: 40px;
        }

    a.processing {
        line-height: 32px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1000px) {
}
