footer, .mf-ui.mf-ui-bottom-right > .vertical,
.mf-ui.mf-ui-bottom-right > .right,
.mf-ui-bottom-right > .horizontal > .mf-button:first-child {
    display: none !important;
}

.mf-map4d .mf-ui .horizontal {
    position: relative;
    bottom: 40px;
}

.page-content {
    padding: 0px 0 0 0 !important;
}

.container-fluid {
    max-width: 100% !important;
    padding: 0 !important;
}

.main-content.min-vh-100 {
    min-height: auto !important;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-18 {
    margin-top: 18px;
}

.isHidden {
    max-height: 210px;
    overflow: hidden;
    margin-bottom: 12px;
}

#map4D {
    width: 100%;
    height: calc(100vh);
}

#centerBottomNav {
    background-color: #f2f2f2;
    padding: 6px 2px 4px 2px;
    position: absolute;
    z-index: 6;
    display: flex;
    box-shadow: 0px 0px 4px #666;
    /*height: calc(100vh - 116px);*/
    margin-top: 70px;
}

#suggestQuickItem {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 424px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    top: 55px;
    justify-content: center;
    display: flex;
    border-radius: 5px;
}

.offcanvas {
    z-index: 2 !important;
}

.offcanvas.offcanvas-start {
    height: calc(100vh - 70px);
    margin-top: 70px !important;
}

.offcanvas.offcanvas-start.show {
    left: 60px !important;
}

.offcanvas.nav__fullscreen--div {
    height: calc(100vh - 46.5px);
    margin-top: 46.5px !important;
}

.offcanvas-detail-scroll {
    height: calc(100vh - 160px);
}

#offcanvas-event {
    height: 285px;
    top: 220px;
    border-radius: 8px;
    right: 20px;
}

.scroll-custom {
    overflow-y: auto;
}

.offcanvas-searchlist-scroll {
    height: calc(100vh - 170px);
    padding-left: 16px;
    padding-right: 8px;
}

.scroll-custom::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scroll-custom::-webkit-scrollbar {
    width: 6px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d1d6db;
}

.text-head-detail {
    padding: 0;
}

.slide-read-more {
    overflow: hidden;
}

.slide-read-more-button {
    cursor: pointer;
    text-align: right;
    margin-top: 8px;
    color: #488A8A;
    display: none;
}

.itemTransport {
    height: 27px;
    border-radius: 30px;
    width: 68px;
}

.itemQuickSuggest {
    height: 30px;
    min-width: 96px;
    margin: 120px 4px 4px 4px;
    justify-content: center;
}

#centerTopNav {
    background-color: #f8f9f9;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 410px;
    padding: 6px;
    position: absolute;
    z-index: 2;
    top: 10px;
    justify-content: center;
    display: block;
    box-shadow: 0px 0px 4px #666;
    border-radius: 5px;
    margin-top: 116px;
}

#listWidgets {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    height: 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

#collapse-event {
    position: absolute;
    z-index: 4;
    right: 50px;
    bottom: 10px;
}

.swiper.mySwiper {
    /*height: 60px;*/
    width: 320px;
}

.avatar-event.rounded {
    height: 4rem;
    width: 4rem;
}


#shareMyView :hover {
    color: #333333;
}

.content-2-edge {
    width: 10%;
}

.item-in-list-widget {
    z-index: 1;
    transition: 0.25s;
    background-color: white;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    border-radius: 2px;
    border: 1px solid darken(rgba(255, 255, 255, 1), 5%);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    box-shadow: 0px 0px 4px #666;
    background-color: #fff;
}

#button-event-offcanvas {
    bottom: calc(100vh / 2 - 80px);
}

@media screen and (max-width: 1024px) {

    #centerBottomNav {
        height: calc(100vh - 70px);
        margin-top: 70px;
        padding-left: 4px;
        padding-right: 4px;
    }

    #centerTopNav {
        max-width: 500px;
        margin-top: 70px;
        width: 100%;
    }

    #suggestQuickItem {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 74px;
    }

    .itemQuickSuggest {
        margin: 0 6px 6px 0;
        font-size: 11px;
        max-width: 72px !important;
    }


    .offcanvas.offcanvas-start {
        height: calc(100vh - 70px) !important;
        margin-top: 70px !important;
    }
}


@media(max-width:768px) {
    
    #centerTopNav {
        max-width: 350px;
        width: 100%;
    }
}
.nav-bottom-nav {
    cursor: pointer;
    height: 40px;
    border-radius: 20px;
    width: 42px;
}

@media screen and (max-width: 420px) {
    #suggestQuickItem {
        max-width: auto;
        width: 100%;
        flex-wrap: wrap;
    }

    #centerBottomNav {
        padding-left: 4px;
        padding-right: 4px;
    }
}

#centerBottomNav .nav-bottom-nav button i {
    position: relative;
}

#centerBottomNav .nav-bottom-nav button i .small-icon {
    position: absolute;
    font-size: 11px;
    color: red;
    top: 0;
    font-weight: 600;
    background-color: #f06548;
    padding: 2px 5px;
    border-radius: 10px;
    color: #FFFFFF;
    top: -5px;
    right: -10px;
}

.qr-code-detail {
    width: 130px;
    height: 130px;
    padding: 0;
}

.itemTransport {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 800px) {
    #centerBottomNav .nav-bottom-nav {
        max-width: none;
        padding: 0 5px;
        width: 50px;
    }

    #centerBottomNav .nav-bottom-nav button {
        width: 100%;
    }

    #centerBottomNav .nav-bottom-nav button i .small-icon {
        font-size: 10px;
        right: -7px;
        padding: 2px 4px;
    }

    .offcanvas.offcanvas-start.show {
        left: 0px!important
    }

    #centerBottomNav {
        left: 0;
        right: 0;
        max-width: 100%;
        padding: 6px 2px 4px 2px;
        z-index: 2;
        border-radius: 0;
        justify-content: center;
        width: 100%;
        height: auto;
        bottom: 0;
        position: fixed;
    }

    #centerBottomNav .btn-icon i {
        font-size: 20px;
    }

    #centerBottomNav .sidebar-group {
        display: flex;
    }

    .nav-bottom-nav {
        max-width: 39px;
        width: 100%;
    }

    .offcanvas.offcanvas-bottom.show {
        bottom: 50px;
    }

    .offcanvas.offcanvas-bottom {
        height: 50%;
        width: 100%;
        top: auto;
        bottom: 0;
        right: auto;
        animation: opahidden linear 2s;
    }

    @keyframes opahidden {
        0% {
            opacity: 1;
        }
        1% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }

    }

    .offcanvas-searchlist-scroll {
        height: 285px;
        margin-top: 12px;
        padding-right: 12px;
    }

    .offcanvas-detail-scroll {
        height: calc(100vh - 410px);
    }

    #listWidgets, #collapse-event {
        bottom: 0;
        margin-bottom: 70px;
    }

    .mf-map4d .mf-ui .horizontal {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 801px ) {
    .mf-logo-container.mf-left {
        left: 60px !important;
    }

    #centerBottomNav {
        justify-content: space-between;
        flex-direction: column;
        padding: 0;
    }

    .sidebar-menu {
        left: 0;
        top: 0;
        bottom: 0;
    }

    #centerBottomNav .nav-bottom-nav {
        min-width: 60px;
        min-height: 60px;
        position: relative;
    }

    #centerBottomNav .nav-bottom-nav button {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    #centerBottomNav .nav-bottom-nav:hover {
        background-color: #FFFFFF;
        border-radius: 0;
    }

    #centerBottomNav .btn-icon i {
        font-size: 22px;
    }

    #centerBottomNav .nav-bottom-nav button {
        position: relative;
    }


    #centerBottomNav .nav-bottom-nav:hover .heading-tooltip {
        visibility: visible;
        transition: ease-out .5s;
    }

    #offcanvas-User {
        top: auto;
        height: 260px;
        width: 200px;
    }
}

@media only screen and (max-width: 400px) {
    #centerBottomNav .sidebar-group {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }

}

.modal--custom {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.modal--custom__dialog {
    position: fixed;
    background-color: #fff;
    top: 55%;
    left: 50%;
    width: 75%;
    height: 75%;
    transform: translate(-50%, -50%);
    padding: 12px;
    overflow: hidden
}

.modal__custom--backdrop{
    background-color: rgba(0,0,0,.3);
}

@media screen and (max-height: 800px) {
    .modal-dialog__map {
        margin-top: 2.75rem;
    }
}
@media screen and (max-width: 1200px){
    .modal-dialog__map {
        margin-top: 4.75rem;
    }
}

/* marker popup */

.marker-details {
    padding: 8px;
}

.marker-details h4 {
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: normal;
}
.marker-details strong {
    font-size: 14px;
}
.marker-details p.owner{
    margin-bottom: 8px;
}
.mf-info-window-content {
    border-radius: 10px;
}

.mf-iconview-marker-container {
    width: 24px;
}
.mf-iconview-marker-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}