/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/
#mp-destination-map{
    z-index: 1;
    width:100%;
    height: 600px;
    /* margin-top: 1rem;
    margin-bottom: 2rem; */
}

.destination-popup{
width:230px;
}

.destination-popup img{
width:100%;
border-radius:6px;
margin-bottom:6px;
}

.destination-popup h3{
margin:5px 0;
font-size:16px;
}

.destination-popup p{
margin:2px 0;
font-size:13px;
}

.destination-popup a{
display:inline-block;
margin-top:6px;
padding:6px 10px;
background:#0077ff;
color:white;
text-decoration:none;
border-radius:4px;
font-size:13px;
}

/* Remove default cluster background */
.marker-cluster-small,
.marker-cluster-medium,
.marker-cluster-large {
    background: unset;
    /* background: rgba(230, 0, 70, 0.25); */
}

/* Inner circle */
.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {

    background-color: #e60046;
    color: #fff;

    width: 40px;
    height: 40px;

    line-height: 40px;
    text-align: center;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Hover animation (optional but nice) */
.marker-cluster:hover div{
    transform: scale(1.08);
    transition: 0.2s ease;
}

.marker-cluster div {
    width:44px;
    height:44px;
    line-height:44px;
}

.wk-destination-popup{
    width:220px;
    font-family:Arial, sans-serif;
}

.wk-popup-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.wk-country{
    font-size:12px;
    color:#999;
}

.wk-popup-header h3{
    margin:2px 0;
    font-size:20px;
    font-weight:700;
}

.wk-popup-arrow{
    font-size: 20px;
    width:32px;
    height:32px;
    border:2px solid #ff2c5b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ff2c5b;
    font-weight:bold;
    cursor:pointer;
}

.wk-popup-stats{
    margin-top:10px;
}

.wk-popup-stats div{
    display:flex;
    justify-content:space-between;
    padding:3px 0;
    font-size:14px;
}

.wk-popup-stats span{
    color:#888;
}

.wk-popup-stats strong{
    font-weight:600;
}

.leaflet-zoom-animated {
    bottom: -17px !important;
}

#wrapper .container {
    width: 100%;
}

#wrapper .col-md-12  {
    padding-right: 0px;
    padding-left: 0px;
}

.leaflet-popup-tip-container {
    /* margin-left: -15px; */
}

.wk-tour-marker-icon {
    background: transparent !important;
    border: 0 !important;
}

.wk-tour-marker-icon .wk-tour-marker-sprite {
    display: block;
    width: 38px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: 76px 45px;
}
