.all__mapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.glob__mapper {
    position: relative;
    flex-basis: calc((100% / 3) - 20px);
    padding: 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}

.glob__mapper--info {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.glob__mapper--info h3 {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.glob__mapper-desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.mapper__dest,
.mapper__hotel {
    display: flex;
    flex-direction: column;
}

span.mapper__dest--nbr {
    font-size: 30px;
    font-weight: 900;
    color: var(--main-color);
}

.mapper--v {
    position: absolute;
    top: 10px;
    right: 20px;
    opacity: .1;
    color: #3796f6;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    padding: 0;
}

.glob__view__mapper {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mapper__container {
    width: 100%;
    /* display: flex; */
    /* background: #f4f9fb; */
    padding: 10px;
}

#dashboard_table {
    width: 100%;
}

.mapper__filtre_body--item {
    display: flex;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    transition-duration: .4s;
    transition-timing-function: ease-in-out;
}

.glob__select::before {
    top: 50% !important;
}

.mapper--dest {
    background: #0aa400;
    margin-bottom: 5px;
    color: white;
    align-items: center;
    justify-content: space-around;
    display: flex;
    padding: 2px 15px;
    font-weight: 300;
}

.mapper__container .t_hotel {
    min-height: 60px;
    height: auto;
    background: #f4f9fb;
}

.all__dest {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.glob__list table td .all__dest i {
    padding: 0;
    margin-left: 10px;
}

.mapper__hotel-img {
    max-width: 60px;
    margin: auto;
    padding: 2px;
}