.elementor-7820 .elementor-element.elementor-element-650f191{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for ebukz-header, class: .elementor-element-e5d531a */.nice-select .list {
    max-height: 350px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #f5a623 #d9d9d9;
}

/* Chrome, Edge, Safari */
.nice-select .list::-webkit-scrollbar {
    width: 10px;
}

.nice-select .list::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 10px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background: #f5a623;
    border-radius: 10px;
    border: 2px solid #d9d9d9;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #e69500;
}/* End custom CSS */