
:root {
 --header-height: 3rem;
 --nav-width: 68px;
 --first-color: #4723d9;
 --first-color-light: #afa5d9;
 --white-color: #f7f6fb;
 --body-font: 'Poppins', sans-serif;
 --normal-font-size: 1rem;
 --z-fixed: 100;
 --primary:#535ef3;
 --secondary:#ffffff;
 --terziary:#ffffff;
 --textColor:#8b7b7b;
 --white:#ffffff;
     --tpBackground:#f8d671;
    --carsharingBackground:#5158f7;
}

*,
::before,
::after {
 box-sizing: border-box;
}
body {
 position: relative;
/* margin: var(--header-height) 0 0 0;*/
 padding: 0 1rem;
 font-family: var(--body-font);
 font-size: var(--normal-font-size);
 transition: 0.5s;
 background-color: var(--secondary);
 color: var(--textColor);
}
a {
 text-decoration: none;
}
.header {
 width: 100%;
 height: var(--header-height);
 position: fixed;
 top: 0;
 left: 0;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 1rem;
 background-color: var(--primary);
 z-index: var(--z-fixed);
 transition: 0.5s;
}
.header_toggle {
 color: var(--first-color);
 font-size: 1.5rem;
 cursor: pointer;
}
.header_img {
 width: 35px;
 height: 35px;
 display: flex;
 justify-content: center;
 border-radius: 50%;
 overflow: hidden;
}
.header_img img {
 width: 40px;
}
.header_text{
 overflow: hidden;
 display: flex;
 justify-content: center;

}
.l-navbar {
 position: fixed;
 top: 0;
 left: -30%;
 width: var(--nav-width);
 height: 100vh;
 background-color: var(--primary);
 padding: 0.5rem 1rem 0 0;
 transition: 0.5s;
 z-index: var(--z-fixed);
}
         .nav {
         height: 100%;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         overflow: hidden;
         }
         .nav_logo,
         .nav-links {
         display: grid;
         grid-template-columns: max-content max-content;
         align-items: center;
         column-gap: 1rem;
         padding: 0.5rem 0 0.5rem 1.5rem;
         }
         .nav_logo {
         margin-bottom: 2rem;
         }
         .nav_logo-icon {
         font-size: 1.25rem;
         color: var(--white-color);
         }
         .nav_logo-name {
         color: var(--white-color);
         font-weight: 700;
         }
         .nav-links {
         position: relative;
         color: var(--white);
         margin-bottom: 1.5rem;
         transition: 0.3s;
         }
         .nav-links:hover {
         color: var(--white-color);
         }
         .nav_icon {
         font-size: 1.25rem;
         }
         .shows {
         left: 0;
         }
           .active {
         color: var(--white);
         }

.body-pd {
 padding-left: calc(var(--nav-width) + 1rem);
}

.height-100 {
 height: 100vh;
}
@media screen and (min-width: 768px) {
 body {
/*   margin: calc(var(--header-height) + 1rem) 0 0 0;*/
   padding-left: calc(var(--nav-width) + 2rem);
 }
 .header {
   height: calc(var(--header-height) + 1rem);
   padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
 }
 .header_img {
   width: 40px;
   height: 40px;
 }
 .header_img img {
   width: 45px;
 }
 .l-navbar {
   left: 0;
   padding: 1rem 1rem 0 0;
 }
 .shows {
   width: calc(var(--nav-width) + 156px);
 }
 .body-pd {
   padding-left: calc(var(--nav-width) + 188px);
 }
}
#map{
  height: 100%;
}


@media (max-width: 575.98px) { 
  #map{
  height: 40vh;
} 
}





.card{
  border: none;
  box-shadow: 0px 0px 10px 2px rgba(154, 161, 171, 0.15);
  padding: none;
  background-color: var(--secondary);
}

.card-header{
  border: none;
  background-color: var(--terziary);
  padding: 1rem;
}
.card-body{
  padding: 1rem;
}
.table{
      background-color: transparent;
}

.loading {
  height:100vh ;
  position: fixed;
  z-index: 99; 
background-color: #5258f7;
opacity: 1;
width: 100vw;
top: 0;
left: 0;
}

#loading-image {
  z-index: 100
} 

#muvlogo{
  left: -19px;
  position: relative;
}





.tp{
    background-color: var(--tpBackground);
}
.carshare{
    background-color: var(--carsharingBackground);
    color: white;
}
.circle-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px!important;
    vertical-align: middle;
}

.card-header{
    border: none;
}

.card{
    border: none;
}



.ldBar.label-center > .ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #f0f0f0;
}




/*.threshold-marker {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ff0000;
    top: 0;
}

.threshold-label {
    position: absolute;
    top: -25px; 
    white-space: nowrap;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #000000;
}
*/



.ldBar-label{
display: none;
}

/***************FORM ACCESSO******************/

.post-password-form{
  width: auto;
  max-width: 350px;
  margin: 30vh auto;
  text-align:center;
}
.post-password-form p{
  margin-top: 30px;
  padding-left: 0;
}
.post-password-form input {
  margin-top: 30px;
}
.btn-passwordform{
  width: 100%;
  margin-top: 30px;
  padding: 20px;
}

