

#webTrafic{
    /*height: 1350px;*/
	height: 1920px;
    width: 1080px;
}
#inlineWebTrafic{
    /*height: 1350px;*/
	height: 100%;
    width: 100%;
	pointer-events: none;
}

#info{
    height: 365px;
    width: 1080px;
    background-color:rgb(0, 90, 187);
    font-family: Arial, sans-serif;
    padding-top: 10px;
}

#inlineTrafic_Container {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    pointer-events: none;
}
#InlineTrafic {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border: none;
    pointer-events: none;
}
.side{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-left: 52px; */
    font-size: 25px;
    align-items: center;
    margin: 0px 16px;
}
.line{
    display: flex;
    justify-content: space-between;
    width: 75%;
    color: white;
    align-items: center;
}
.hidden{
    display: none;
}
.day{

    font-size: 25px;
    font-family: Arial, sans-serif;
}
.leaflet-popup-content-wrapper{
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    font-family: Arial, sans-serif;

}
.leaflet-popup-tip{
    background-color: rgb(241, 142, 0) !important;
    width: 65px !important;
    height: 73px !important;
    padding: 18px !important;
    margin: -107px auto 0 !important;
}
.leaflet-popup-tip-container{
    width: 96px !important;
    height: 32px !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -43px !important;
    overflow: hidden !important;
    pointer-events: none !important;
}
.title{
    font-size: 2em;
    color: white;
    text-align: center;
    font-weight: 600;
    margin: 0;

}
.content{
    display: flex;
    width: 100%;
    margin: auto;
    height: 125px;
    justify-content: unset;
    margin-top: 20px;
}
.p1{
    margin-bottom: 0 !important;
    font-family: Arial, sans-serif !important;
}
.p2{
    margin-top: 0 !important;
    font-family: Arial, sans-serif !important;
}
.p3{
    margin: 0 !important;
    font-size: 35px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 11px !important;
    font-family: Arial, sans-serif !important;
}


.leaflet-container a.leaflet-popup-close-button{
    display: none;
}
.leaflet-popup-content{
    max-width: none !important;
    max-height: none !important;
    margin: auto !important;
    overflow: auto !important;
    padding: 0 15px;
    background-color:rgb(0, 90, 187);
    color:white;
    border: 5px solid rgb(241, 142, 0);
    border-radius: 26px;

}

.leaflet-popup-content-wrapper .leaflet-popup-content {
    font-size: 20px;
    width: max-content !important;
    text-align: center;
}

.leaflet-popup-content-wrapper .leaflet-popup-content p {
    font-size: 30px;
}



 .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    display: none;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar{
    display: none;
} 

#qrcode{
    margin: auto;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    height: 147px;
    width: 100%;
    justify-content: flex-start;
    flex-direction: row;
    
}
#qrcode img{
    position: absolute;
    top: 0;
    width: 13%;
    left: 70%;
}

.scanMe{
    font-size: 2em;
    color: white;
    text-align: right;
    font-weight: 600;
    margin-left: 181px;
    line-height: 45px;
    font-style: italic;
    width: 50%;
}
.strokeme {
    text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white;
}

.my-label{
    background: none;
    border-radius: 30px;
    padding:-10px 10px;
    margin: 0;
    box-shadow: none;
    font-size:30px;
    line-height: 18px;
    display: flex;
    border: none;
    justify-content: center;
    align-items :center;
    font-weight: 900;
    font-family: Arial, sans-serif;
}
/* 
.my-label::after,.my-label::before {
display: none;
} */
#selection_drive{
    margin: 0;
        text-align: center;
        font-size: 2em;
        color: white;
        text-align: center;
        font-weight: 600;
}