html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*tab navigation*/
.login-lgout-card .card-header{
    padding: 0px 0px 12px 0px;
}

.login-logout-card ul.nav-tabs{
    margin: 0px 0px -12px 0px;
}

.login-logout-card li.nav-item{
    width: 50%;
}

.login-logout-card a.nav-link{
    font-size: 1rem;
    color: #495057;
    text-align: center;
    padding: 1rem;
}

.login-logout-card .card-body {
    padding: 10px 20px;
}

/*menu laterale*/
body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    width: 130px;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 10px;
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 18px;
    color: #1D1D1B;
    display: block;
}

.sidenav a:hover {
    color: #008A38;
}

.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    padding: 0px 10px;
}

.elementor-item-active {
    border-left: 2px solid #008A38;
    color: #008A38 !important;
}

.active-menu-item {
    
    /*  */
}

.custom-poi-icon {
    position: relative;
    display: inline-block;
    width: 32px; /* plus (25)*/
    height: 53px; /* plus (41)*/
    background: url('images/marker-icon-custom.png') no-repeat center;
    background-size: 32px 53px; /* custom (contain;)*/
    opacity: 0.80; /* trasparenza */
}

.custom-poi-marker-number {
    position: absolute;
    top: 12px; 
    left: 0;
    width: 32px;
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: bold;
}
