/*
 * Copyright (c) 2022.  | YTEC - Gruppo Immedya | Noro 2 Srl
 * YTotem Suite
 * Contact: it@immedya.com
 */

.mapplic-pin.pin-pulse:before{
    background: rgba(255,255,255,0.9)!important;
}

.mapplic-pin{
    background: rgba(0,0,0,0) !important;
}

.mapplic-level-switcher{
    position: absolute;
    right: 0;
    bottom: 0px!important;
    margin: 30px 92px;
    width: 235px;
}
.mapplic-level-switcher button.mapplic-selected {
    box-shadow: 0 0 12px rgb(80 149 205 / 50%);
    background: #5095CD; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #5095CD, #003F77); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #5095CD, #003F77); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    color: white;
    transform: scale(1.15);
    z-index: 100;
}

.mapplic-level-switcher button {
    background-color: rgba(80, 149, 205, 0.31);
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    padding: 4px 10px;
    text-align: center;
    user-select: none;
    width: 100%;
    border: none;
    transition: transform 0.2s;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.mapplic-thumbnail {
    border-radius: 0px;
    box-shadow: none !important;
    margin-right: 5px;
    float: left;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.mapplic-routes .mapplic-active {
    fill: #003F77;
}

.mapplic-routes-icon {
    background: url(../img/portamiqui.svg) no-repeat center;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    width: 229px;
    height: 50px;
    opacity: 1;
}

.mapplic-tooltip-title {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 12px 0 0 !important;
    font-family: 'Poppins', sans-serif;
}

.mapplic-icon.mapplic-icon-cross {
    width: 20px;
    height: 20px;
    padding: 5px;
}

.mapplic-search-input {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 22px !important;
    font-family: inherit;
    line-height: 22px;
    width: 100%;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 30px 0 3px !important;
}

.mapplic-zoom-buttons {
    box-shadow: 0 0 12px rgb(0 0 0 / 6%);
    margin: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mapplic-routes .mapplic-active {
    fill: #003F77;
}

