.open-modal-map {
    color: white;
    background-color: #404041;
    font-weight: 600;
    border: 2px solid #fdca02;
    height: 100%;
    font-size: 16px;
    text-align: center;
    width: 30%;
    line-height: 13px;
}
.kfx-woo-input {
    height: 100%;
    margin: 0px 10px 0 0 !important;
}
.kfx-input-wrapper {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.easypack-widget .search-widget {
    background-color: #404040 !important;
}
.easypack-widget .type-filter .list-wrapper ul {
    background-color: #fff;
}
.widget-modal .widget-modal__topbar {
    background: #fdca02 !important;
}
.easypack-widget:not(.mobile) .scroll-box .overview::-webkit-scrollbar{
    display:none !important;
}
.easypack-widget:not(.mobile) .scroll-box .viewport::-webkit-scrollbar {
    display: none !important;
    }
#widget-modal__map:not(.mobile)::-webkit-scrollbar {
    display: none !important;
}
#widget-modal__map:not(.mobile) .list-widget {
    background: #404040 !important;
}   
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .title {
    color: #fdca02 !important;
}
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a .address {
    color:white !important;
}
.easypack-widget .map-list-row .map-list-flex .list-widget .list-wrapper ul li a:hover {
    background-color:#2e2e2e !important;
}  
.kfx-inpost-overlay {
    position: absolute;
    left: 0;
    top:0;
    width: 100vw;
    height: 100vh;
    z-index: -9999;
    backdrop-filter: blur(3px);
    background: #0000004f;
}