@import url('./icomoon/style.css');
@import url('./icomoon/style.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.accordion-body p span,
.accordion-body p {
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto !important;
    font-style: normal !important;
    font-size: 13px !important;
}

.accordion-button {
    font-size: 13px !important;
}

.accordion-button:not(.collapsed) {
    font-weight: 600 !important;
}

.blockedOnStandard {
    position: relative;
    overflow: hidden;
}

*::-webkit-scrollbar {
    display: none;
}

.leaflet-tile-pane.filterDarkMap {
    filter: brightness(0.85) contrast(1.3);
}

.scrollContainerBase {
    position: relative;
}

.messageLock {
    position: absolute;
    top: -10%;
    left: 0%;
    background: #ffa800;
    /* padding: 15px; */
    z-index: 999;
    width: 100%;
    font-size: 13px;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.blockContent div:first-child {
    opacity: 0.5;
}

.activeDetectorMode.blockContent div:nth-child(2) {
    opacity: 0.5;
}

.messageLock.appear {
    height: 110%;
}

.messageLock.appear.disappear {
    height: 0% !important;
}

html,
body,
.offCanvasContainerTemplate {
    overscroll-behavior: none;
    overflow-x: hidden;
    /* Nasconde lo scroll orizzontale */
    overflow-y: scroll;
    /* animation: brightnessHack 10s infinite; */
}

/* textarea:focus-visible {
    outline: 0px !important;
} */

/* @keyframes brightnessHack {
  0% { filter: brightness(100%); }
  50% { filter: brightness(99%); }
  100% { filter: brightness(100%); }
} */

/*   html, body {
    overscroll-behavior: none;
  } */

.leaflet-control-container {
    display: none;
}

/* #map {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
} */

#filters {
    padding: 10px;
    background-color: #f9f9f9;
    display: flex;
    gap: 10px;
    font-family: Arial, sans-serif;
}

#destination {
    margin: 10px;
}

.leaflet-routing-container {
    background: #fff;
    padding: 20px;
    overflow: auto;
}

.containerSection {
    width: 100%;
    height: 100vh;
}

.buttonActionsContainer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 51vh;
    z-index: 2;
    background: linear-gradient(0deg, rgba(209, 209, 209, 1) 0%, rgba(255, 255, 255, 1) 33%);
    border-radius: 40px 40px 0px 0px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.imageContainer {
    width: 100%;
    height: 45vh;
    position: relative;
    z-index: 1;
    background-color: #cc0000;
}

.imageContainer img {
    width: 230px;
}

.logInTitles,
.inputLogInSection {
    font-size: 20px;
}

.titleApp {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}

.logInTitles p {
    font-size: 13px;
    padding: 0 20px 0 20px;
    color: #8e8e8e;
}

.logInButtonRed {
    color: white;
    background-color: #cc0000;
    border-radius: 14px;
    font-weight: 600;
    height: 60px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 41px 10px rgba(204, 0, 0, 0.25);
}

.registerButtonWhite {
    color: #222;
    font-weight: 600;
    height: 60px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputGroup {
    padding: 8px 0 8px 0;
    height: unset;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.inputGroup input,
.inputGroup textarea,
.inputGroup select {
    width: 100% !important;
    height: 44px !important;
    background-color: #05060f0a !important;
    border-radius: 0.5rem !important;
    padding: 10px 1rem !important;
    border: 1px solid transparent !important;
    font-size: 1rem !important;
    /* transition: border-color .3s cubic-bezier(.25, .01, .25, 1) 0s, color .3s cubic-bezier(.25, .01, .25, 1) 0s, background .2s cubic-bezier(.25, .01, .25, 1) 0s !important; */
    transition: all 0.5s ease-in-out;
    box-shadow: none !important;
}

.inputGroup select {
    color: #5f5f5f;
}


.inputGroup textarea {
    height: 115px !important;
}

/*.accessMode img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 3px;
}
*/
.accessMode {
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 7px;
    width: 48px;
}

.backButtonFromInputLogIn,
.backButtonFromRecovery {
    /* background-color: #000; */
    width: 45px;
    height: 45px;
    border-radius: 8px;
    position: absolute;
    top: -5%;
    left: -10%;
}

/* .logoMapAutovia, .openMenuApp{
    width: 50px;
    height: 50px;
    border-radius: 30px;
    overflow: hidden;
    position: fixed;
    bottom: 25px;
    right: 25px;
} */

/* .locateOwnCar,  .helpCustomer,*/
.littleWeather {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    overflow: hidden;
    background: #cc0000;
}

.locateOwnCar,
.helpCustomer {
    text-decoration: none;
    color: #222;
}

.littleWeather {
    /* height: 26px; */
    background: linear-gradient(0deg, rgba(204, 0, 0, 1) 40%, rgba(255, 149, 149, 1) 100%);
    color: white;
    text-decoration: none;
    width: 65px;
}

.itemNavbar {
    width: 25%;
    font-size: 10px;
    text-align: center;
}

/* .locateOwnCar{
    bottom: 85px;
    right: 31px;
    position: fixed;
} */
/* .helpCustomer{
    bottom: 135px;
    right: 31px;
    text-decoration: none;
    color:white;
    position: fixed;
} */

.buttonPersonalMarker {
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    z-index: 999;
    border-radius: 50px;
}

.acceptPersonal {
    background-color: #00d16b;
}

.stopEdit {
    background-color: #ff1719;
}

.logoMapAutovia img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headerContainer {
    position: fixed;
    top: 20px;
    /*     left: 20px; */
    z-index: 999;
}

/* .openMenuApp{
    background: #222;
} */

#destination {
    border: 0;
    margin: 0;
    padding: 15px 10px;
    width: 75%;
    /* margin-top: 15px; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 41px 10px rgba(0, 0, 0, 0.1); */
}

/* #destination:focus-visible {
    border: 1px solid #cc0000 !important;
} */

.dataTripContainer {
    width: 95vw;
    height: 60px;
    background: linear-gradient(90deg, rgba(204, 0, 0, 1) 0%, rgba(255, 71, 80, 1) 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.containerFixedTrip {
    position: fixed;
    bottom: 30px;
    left: 50%;
    z-index: 998;
    transform: translateX(-50%);
}

.distanceTimingIcon {
    height: 45px;
    width: 45px;
    background-color: #222;
    border-radius: 100px;
}

.deleteTripNavigation {
    position: absolute;
    top: -60px;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    color: #cc0000;
    left: 50%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border: 2px solid #cc0000;
}

.infoButtonNewPlace {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 !important;
    color: #63626287 !important;
}

.infoButtonNewPlace i {
    font-size: 15px !important;
}

.popClick {
    width: 150px;
    height: auto;
    padding: 10px;
    background-color: #f6f6f6;
    font-size: 13px !important;
    position: absolute;
    top: -500%;
    right: 0;
    color: #222;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.startMapIcon {
    height: 40px;
    width: 40px;
    color: white;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.minuteTrip,
.distanceTrip {
    color: white;
    font-weight: 600;
    padding-left: 10px;
    white-space: nowrap;
    padding-right: 11px;
    font-size: 14px;
}

.startMapIcon svg {
    transform: rotate(-45deg);
    margin-top: 5px;
    margin-left: 1px;
}

.menuContainer {
    width: 95%;
    height: 94vh;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.boxMenu50,
.boxMenu100 {
    padding: 25px 0px;
    background-color: #f6f6f6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.boxMenu50 {
    width: 48%;
    transition: all 0.4s ease-in-out;
}

.boxMenu50 span {
    font-size: 20px;
}

.boxMenu100 {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.boxMenu50 i,
.boxMenu100 i {
    font-size: 28px;
}

.notifyToSee {
    border-left: 8px solid #cc0000;
}

.boxMenu50>div,
.boxMenu100>div {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #636262;
}

.lfDisable {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.iconFilterMarker {
    position: absolute;
    color: #757575;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 100%;
    /* width: 13%; */
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#filters label {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    gap: 5px;
}

.badgeRed {
    padding: 4px 12px;
    background-color: #f6f6f6;
    color: #222;
    font-size: 11px;
    border-radius: 50px;
    white-space: nowrap;
    border: 1px solid #d1d1d1;
    font-weight: 400;
}

.badgeRed.personalBadge {
    background-color: #ffd900;
    border: 1px solid #ffa600;
}

.Parcheggi {
    transition: all 0.3s ease-in-out;
}

.badgeRed.activeFilter {
    background-color: #cc0000;
    border: 1px solid #cc0000;
    color: #fff;
}

.containerPillowSearch::-webkit-scrollbar {
    display: none;
}

.overlayBlackWallpaper {
    width: 100vw;
    /* height: 100vh; */
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    /* background-color: #2222224d; */
    z-index: 999;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.overlayBlackWallpaper2 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0%;
    left: 0;
    background-color: #2222224d;
    z-index: 999;
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.offCanvasContainerTemplate {
    background-color: #fff;
    border-radius: 30px 30px 0px 0px;
    height: 83vh;
    width: 100vw;
    padding: 30px 20px 120px 20px !important;
    overflow-x: hidden !important;
    /* box-shadow: 0px 0px 41px 10px rgba(0, 0, 0, 0.1); */
}

/* .buttonContainerOnScroll .buttonOffCanvas{
    background-color: #fff;
} */

.cardTemplateOffCanvas {
    background-color: #f6f6f6;
    border-radius: 15px;
    width: 100%;
    padding: 10px;
    position: relative;
    margin-top: 15px;
}

.cardTemplateOffCanvas.closestLocation {
    border: 2px solid #ef1923;
}

.closestBadge {
    display: none;
    color: white;
    background-color: #ef1923;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 4px;
}

.cardTemplateOffCanvas.closestLocation .closestBadge {
    display: block;
}

.arrowToSendRoute {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.contractValueGroup {
    margin-top: 10px;
}

.alertVeloxLabel {
    color: #000000;
    font-weight: 600;
    background: #ffffa5;
    padding: 5px 10px;
    border: 10px solid #ffffa5;
    border-radius: 10px;
    font-size: 13px;
    position: relative;
}

.containerPromoInner {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    padding: 10px 10px;
    background-color: #f6f6f6;
    border-radius: 10px;
}

.imagePopUp {
    width: 100%;
    border-radius: 15px;
    height: 180px;
    object-fit: cover;
}

.containerImage {
    position: relative;
    height: 250px;
}

.containerImage i {
    font-size: 20px;
}

.titlePopUp {
    font-size: 25px;
}

.containerDetailsPopUp {
    background: #f6f6f6;
    padding: 10px 10px;
    border-radius: 15px;
}

/* .leaflet-popup {
  width: 300px;
} */

.badgeParking {
    border-left: 2px solid #c1c1c1;
    color: #222;
    font-weight: 600;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.badgeParkingContainer .badgeParking:first-child {
    border-left: 0px;
    padding-left: 0px;
}

/* toggle switch settings */

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    cursor: pointer;
}

.toggle-switch input[type="checkbox"] {
    display: none;
}

.toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked~.toggle-switch-background {
    background-color: #05c46b;
    box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch input[type="checkbox"]:checked~.toggle-switch-background .toggle-switch-handle {
    transform: translateX(30px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

/* end */

.itemSetting:not(.itemSetting:last-child) {
    border-bottom: 1px solid #dddddd;
}

.selectMenu {
    border: 0;
    background-color: #f6f6f6;
    padding: 5px 10px;
    border-radius: 10px;
}

.recenterView {
    position: fixed;
    bottom: 90px;
    right: 0;
    background-color: #cc0000;
    color: #fff;
    font-weight: 600;
    z-index: 999;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.GoOnDetector {
    position: fixed;
    bottom: 165px;
    right: 10px;
    background-color: #cc0000;
    color: #fff;
    font-weight: 600;
    z-index: 999;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiddenImportant {
    display: none !important;
}

.recenterView.tripSectionRecenter {
    bottom: unset;
    right: 10px;
    top: -97px;
    /* transform: translateX(-50%); */
}

/* .inputGroup input:focus-visible {
    outline: 0 !important;
} */

.scrollClass {
    overflow: auto;
    height: 700px;
    padding-bottom: 20vh;
}



/* From Uiverse.io by njesenberger */
.toggle-container {
    --active-color: #cc0000;
    --inactive-color: #d3d3d6;
    position: relative;
    aspect-ratio: 292 / 142;
    height: 1.875em;
}

.toggle-input {
    appearance: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.toggle {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.toggle-background {
    fill: var(--inactive-color);
    transition: fill 0.4s;
}

.toggle-input:checked+.toggle .toggle-background {
    fill: var(--active-color);
}

.toggle-circle-center {
    transform-origin: center;
    transition: transform 0.6s;
}

.toggle-input:checked+.toggle .toggle-circle-center {
    transform: translateX(150px);
}

.toggle-circle {
    transform-origin: center;
    transition: transform 0.45s;
    backface-visibility: hidden;
}

.toggle-circle.left {
    transform: scale(1);
}

.toggle-input:checked+.toggle .toggle-circle.left {
    transform: scale(0);
}

.toggle-circle.right {
    transform: scale(0);
}

.toggle-input:checked+.toggle .toggle-circle.right {
    transform: scale(1);
}

.toggle-icon {
    transition: fill 0.4s;
}

.toggle-icon.on {
    fill: var(--inactive-color);
}

.toggle-input:checked+.toggle .toggle-icon.on {
    fill: #fff;
}

.toggle-icon.off {
    fill: #eaeaec;
}

.toggle-input:checked+.toggle .toggle-icon.off {
    fill: var(--active-color);
}

.splashScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ff0000;
    z-index: 999;
}

.buttonActionOffCanvas:not(.upButton, .bottomButton) {
    width: 30px;
    height: 30px;
    color: #222;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100%;
}

/*   .bottomButton{
    rotate: 180deg;
  }
  .upButton{
    rotate: 0deg;
  } */



.containerButtonCode>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.containerButtonCode>div>div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    border: 2px solid #d1d1d1;
    font-weight: 600;
    font-size: 18px;
}

.containerButtonCode>div>div:hover {
    background-color: #d1d1d1;
}

.deleteNumber {
    color: #cc0000;
    border: 2px solid #cc0000 !important;
}

.validateCode {
    color: #00d16b;
    border: 2px solid #00d16b !important;
}

.conteinerPulsanteira {
    scale: 1;
    transition: all 0.4s ease-in-out;
}

.groupEmailSendCode {
    scale: 1;
    transition: all 0.4s ease-in-out;
}

.menuList>div>div {
    color: #cc0000;
    width: 35px;
}

.menuList>div {
    display: flex;
    align-items: center;
}

.crown {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menuList .crown {
    top: 50%;
    transform: translateY(-50%)
}


.copyCoordinates {
    cursor: pointer;
}

.SharePosition {
    cursor: pointer;
}

/* From Uiverse.io by PriyanshuGupta28 */
.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    float: right;
    cursor: pointer;
    color: #ccc;
    transition: color 0.3s;
}

.rating label:before {
    content: "\2605";
    font-size: 40px;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
    color: #cc0000;
    transition: color 0.3s;
}

.menuContainer.gameTransition {
    background-color: #222;
}

.menuContainer.gameTransition .subtitle {
    color: #fff;
}

.menuContainer.gameTransition .backToMenu i {
    color: #fff;
}

/* .menuContainer.gameTransition .boxMenu50{
  background-color: #2a2a2a;
}
.menuContainer.gameTransition .boxMenu50 div{
  color: #fff !important;
} */

.backToMenu {
    border-radius: 5px !important;
    background: #c00;
    color: #fff;
    padding: 4px 9px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxGame {
    padding: 10px;
    background: #3a3a3a;
    color: #fff;
    height: 200px;
    width: 125px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 10px;
}

.containerAppendGame {
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 13px;
}

.subtitle {
    font-size: 30px;
    font-weight: 600;
}

.descriptionMenu {
    font-size: 12px;
    color: #a3a3a3;
    padding-bottom: 10px;
}

.previsionWeather {
    position: fixed;
    bottom: 90px;
    background-color: #fff;
    width: 50vw;
    height: 100px;
    box-shadow: 0px 0px 41px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    outline: 2px solid #d1d1d1;
}

.nextHourCard {
    background: #f6f6f6;
    padding: 10px 15px;
    border-radius: 15px;
}

.notifyList {
    position: relative;
}

.pointNotification {
    width: 10px;
    height: 10px;
    background-color: #cc0000;
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 9;
    border-radius: 100%;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

.voteOfPlace i {
    color: #cc0000;
    font-size: 13px;
}

#appendIconWeather {
    font-size: 13px;
}

.appendAlert {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 999;
    padding: 0px 10px;
    width: 100%;
}

.searchContainerSuggestion {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    padding-top: 15vh !important;
    /* padding-left: 5vw; */
}

.generalSearchButton {
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.routeSearch {
    background-color: #f6f6f6;
    border-radius: 50px;
    background: linear-gradient(45deg, #f6f6f6, #cacaca, #f6f6f6, #cacaca, #f6f6f6, #cacaca, #f6f6f6, #cacaca);
    background-size: 400% 400%;
    animation: gradientAnimation 10s infinite alternate ease-in-out;
    color: #222;
    font-weight: 600;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.containerChooseAnagr {
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: 13px;
    background: #ffffff;
    border-radius: 15px;
    border: 2px solid #bdbdbd;
    cursor: pointer;
}

.containerChooseAnagr:hover {
    border: 2px solid #cc0000;
}

/* .d-flex.overlayBoxGame {
    display: none !important;
} */

.imageProfileContainer {
    margin-top: 0 !important;
    width: 100px;
    height: 100px;
    background: #ababab;
    border-radius: 100%;
}

.offCanvasContainerTemplate .titlePopUp {
    font-size: 22px !important;
    position: relative;
}

.offCanvasContainerTemplate div {
    font-size: 13px !important;
}

div.copyCoordinates {
    font-size: 10px !important;
}

.containerMainInfo {
    padding: 30px 0 10px 0 !important;
}

.modalInner {
    background-color: #fff;
    border-radius: 15px;
}

.qrCodeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    z-index: 9;
    background: #cc0000;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    outline: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.boxMenu100.activeContract {
    border: 2px solid #00cd00;
    /* background-color: #d5ffd5 !important; */
}

.boxMenu100.activeContract .activeLogo {
    display: block !important;
}

.buttonOffCanvas {
    padding: 8px 15px;
    background-color: #f6f6f6;
    border-radius: 50px;
    white-space: nowrap;
}

.buttonOffCanvas.principal {
    color: white;
    background-color: #cc0000;
}

.carousel-indicators [data-bs-target] {
    background-color: #000000 !important;
}

.control-carouselPersonalized {
    border: 0;
    background-color: #f6f6f6;
    padding: 4px 15px;
}

.opacity-0 {
    opacity: 0;
}

.shadowBottom {
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -40px 17px -18px #ffffff;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    display: none;
}

.gameTransition .shadowBottom {
    box-shadow: inset 0px -40px 17px -18px #222;
}

.generalModal {
    width: 95vw;
    height: 85vh;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.modalChooseNewPlace {
    width: 90vw;
    height: auto;
    /* padding: 25px; */
    background-color: #fff;
    border-radius: 20px;
    position: relative;
    overflow: auto;
}

.closeModalLogIn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}

.rateButtonContainer span {
    padding: 3px 8px;
    border-radius: 30px;
    background-color: #f6f6f6;
    font-size: 11px;
}

.leaflet-popup-content {
    text-align: center !important;
    margin: 0px 19px !important;
}

.leaflet-popup-close-button {
    display: none !important;
}

.leaflet-popup-content-wrapper {
    background-color: transparent !important;
    box-shadow: none !important;
}

.leaflet-popup-tip-container {
    display: none !important;
}

.leaflet-popup {
    bottom: -16px !important;
}

.checkSaved {
    background-color: #F8D47C;
    color: #775500;
}

.searchHereButton {
    padding: 5px 15px 5px 20px;
    background-color: #fff;
    margin-top: 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 13px;
    border: 2px solid #dbdbdb;
}

#formType option {
    font-size: 12px;
}

/* uiverse */

/* From Uiverse.io by jeremyssocial */
/* General styles */
.bookmark-checkbox {
    display: inline-block;
    position: relative;
}

.bookmark-checkbox__input {
    display: none;
}

.bookmark-checkbox__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.bookmark-checkbox__icon {
    width: 2.2em;
    /* Increase size for better visibility */
    height: 2.2em;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.3s, fill 0.3s;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
    /* Add subtle shadow */
}

.bookmark-checkbox__icon-back {
    stroke: #333;
    transition: transform 0.3s;
}

.bookmark-checkbox__icon-check {
    stroke: #fff;
    stroke-dasharray: 16;
    stroke-dashoffset: 16;
    transition: stroke-dashoffset 0.3s, transform 0.3s;
    transform: translateX(2px);
}

.bookmark-checkbox__input:checked+.bookmark-checkbox__label .bookmark-checkbox__icon-back {
    stroke: #ff5a5f;
    transform: scale(1.1);
    animation: bookmark-pop 0.4s ease;
    fill: url(#gradientFill);
    /* Apply gradient fill */
}

.bookmark-checkbox__input:checked+.bookmark-checkbox__label .bookmark-checkbox__icon-check {
    stroke-dashoffset: 0;
    transition-delay: 0.2s;
}

/* Add gradient fill using SVG */
.bookmark-checkbox__icon .gradient-fill {
    background: linear-gradient(to right, #ff5a5f, #ff9a44);
    -webkit-background-clip: text;
    color: transparent;
    transition: background 0.3s ease;
}

.appendAllAnswer {
    max-height: 300px;
    /* Imposta l'altezza massima */
    overflow-y: auto;
    /* Aggiunge lo scroll verticale */
    padding-right: 10px;
    /* Per evitare che lo scroll copra il testo */
}

@keyframes bookmark-pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1.1);
    }
}

/* .deleteTripFromSearch {
    position: absolute;
    top: 50% ;
    left: 10px ;
    transform: translateY(-50%);
    z-index: 1000;
}

.valDestination {
    padding-left: 45px;
} */

.containerSwipe {
    display: flex;
    align-items: center;
    width: calc(100vw - 40px);
    height: 65px;
    background-color: #f6f6f6;
    gap: 20px;
    position: relative;
    border-radius: 50px;
    background: linear-gradient(45deg, #f6f6f6, #cacaca, #f6f6f6, #cacaca, #f6f6f6, #cacaca, #f6f6f6, #cacaca);
    background-size: 400% 400%;
    animation: gradientAnimation 10s infinite alternate ease-in-out;
}

.buttonToDrag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #cc0000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grabbing;
    border-radius: 100%;
}

.appendKmh {
    /* width: 90px;
    height: 35px; */
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.radioBoxCategories {
    width: 45%;
    height: 90px;
    background-color: #f6f6f6;
    border-radius: 10px;
    position: relative;
    border: 2px solid #f6f6f6;
    transition: all 0.3s ease-in-out;
    padding: 0 6px 0 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.containerFormNewPlace {
    position: relative;
    height: -webkit-fill-available;
}

.containerFormOnType {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #22222254;
    width: 100%;
    height: 100%;
    z-index: 998;
}

/* .radioBoxCategories.activeRadio{
    border: 2px solid #cc0000;
}
.radioBoxCategories.activeRadio i, .radioBoxCategories.activeRadio .descriptionMenu{
    color: #cc0000;
}
 */
.radioBoxCategories.activeRadio .pointActiveBox {
    display: block;
}

.pointActiveBox {
    position: absolute;
    top: 0;
    left: 0;
    color: #cc0000;
    font-size: 30px;
    line-height: 0;
    display: none;
}

.lfDisableInner {
    pointer-events: none;
    opacity: 0.5;
}

.iconTypeBox {
    color: #cecece;
    font-size: 20px;
}

.autoveloxAlert {
    padding: 5px 8px;
    background-color: #fc7100;
    border: 2px solid #AC4E00;
    line-height: 0;
    border-radius: 50px;
    color: #fff;
    margin-top: 8px;
    animation: alertScale 1.2s infinite ease-in-out;
}

@keyframes alertScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.alertWarning {
    font-size: 18px;
    color: #ffa200;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    line-height: 0;
    box-shadow: 0px 0px 41px 10px rgba(0, 0, 0, 0.1);
}

.switchMap {
    font-size: 18px;
    color: #b1b1b1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    line-height: 0;
    box-shadow: 0px 0px 41px 10px rgba(0, 0, 0, 0.1);
}

.canvasWarning {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
}

.box-warning-label {
    width: 100%;
    height: 100px;
    background-color: #f6f6f6;
    border-radius: 10px;
    border: 2px solid #f6f6f6;
    transition: all 0.2s ease-in-out;
}

.box-warning-label.activeWarning {
    border: 2px solid #cc0000;
}

.box-warning-label.activeWarning span,
.box-warning-label.activeWarning .descriptionMenu {
    color: #cc0000;
}

#cookiescript_badge {
    display: none !important;
}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.heartbeat {
    animation: heartbeat 0.6s ease-in-out;
}


.entranceAnimationMarker {
    margin-top: -44px;
    /* punto di partenza */
    animation: dropByMargin 0.5s ease-out forwards;
}

@keyframes dropByMargin {
    0% {
        margin-top: -44px;
        opacity: 0;
    }

    100% {
        margin-top: -14px;
        opacity: 1;
    }
}

.detectorContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(43, 43, 43, 1) 0%, rgba(34, 34, 34, 1) 100%);
    z-index: 999;
    opacity: 0;
}

.containerInnerDetector {
    position: relative;
}

.animateSearch {
    position: absolute;
    top: 0;
    left: 0;
}

.animateSearch2 {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 2px solid rgba(0, 255, 0, 0.3);
    background-color: rgba(0, 50, 0, 0.6);*/
    overflow: hidden;
}

.radarSweep {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: rotateRadar 4s linear infinite;
    transform-origin: center center;
}

.radarLine {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 140px;
    background: #ffffff6c;
    transform: translate(-50%, -100%);
    transform-origin: bottom center;
}

.radarCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    /*background: limegreen;*/
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotateRadar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.radarDot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff2b;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}

.radarDot.active {
    opacity: 1;
    background: #ffffff54;
}



.circleDetectorMain {
    position: relative;
    width: 90%;
    height: 35%;
    border-radius: 40px;
    background: #292929;
    border: 4px solid #292929;
}

.circleDetectorMain img {
    width: 100px;
}

.circleDetectorMain.distance300 {
    border: 4px solid #FFFD54;
    background: radial-gradient(circle, rgba(42, 123, 155, 0) 50%, rgba(255, 253, 84, 1) 100%);
}

.circleDetectorMain.distance150 {
    border: 4px solid #FF9900;
    background: radial-gradient(circle, rgba(42, 123, 155, 0) 50%, rgba(255, 153, 0, 1) 100%);
}

.circleDetectorMain.distance50 {
    border: 4px solid #FF2929;
    background: radial-gradient(circle, rgba(42, 123, 155, 0) 50%, rgba(255, 41, 41, 1) 100%);
}

.firstCircle,
.secondCircle {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    /*border-radius: 100%;*/
}

.firstCircle {
    width: 92%;
    height: 92%;
    border-radius: 30px;
}

.secondCircle {
    width: 80%;
    height: 80%;
    border-radius: 20px;
}

.detectorDistanceText {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 10px;
    padding: 0 20px;
    background: #222;
    z-index: 999;
    border: 2px solid #fff;
}

.distance150 .firstCircle,
.distance150 .secondCircle {
    border: 4px solid #FF9900;
}

.distance50 .firstCircle,
.distance50 .secondCircle {
    border: 4px solid #FF2929;
}

.fadeInFast {
    animation: fadeInFast 0.6s forwards;
}

@keyframes fadeInFast {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.quitButton {
    border: 0;
    background: #cc0000;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 32px;
    border-radius: 14px;
    margin-top: 20%;
}

.activeDetectorMode {
    padding: 15px 0;
    background-color: #f6f6f6;
    border-radius: 20px;
    list-style-type: none;
    color: #222;
    border: 2px solid #e5e5e5;
    position: relative;
}

.containerDataUser div i {
    font-size: 10px !important;
}

.mapDetector {
    width: 90%;
    height: 55%;
    border-radius: 40px;
    border: 4px solid #292929;
}

.icon-spinner9 {
    animation: spin 1s linear infinite;
    display: inline-block;
    /* utile per evitare comportamenti strani */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.discardConsensi {
    font-weight: 600;
    color: #737373;
    font-size: 14px;
    margin-top: 3vh;

}

.goAhedButton {
    transition: all 0.3s ease-in-out;
}

.personalizedInputConsensi {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 15px;
    text-align: start;
    margin-top: 15px;
}

.cardAvatarDrive {
    width: calc((100% / 3) - 10px);
    background-color: #f6f6f6;
    border-radius: 20px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f6f6f6;
}

.cardAvatarDrive.activeAvatar {
    border: 2px solid #cc0000;
}