.menu-client a,
.menu-chief a {
    display: flex;
    gap: 5px;
}

body, html {
    overflow-x: hidden !important;
}

body .menu-client a::before {
    content: "🧑🏻‍🦱";
}

body .menu-chief a::before {
    content: "🧑🏻‍🍳";
}

body .menu-client a::before,
body .menu-chief a::before {
    display: block;
    width: fit-content !important;
    background: url('/') !important;
    position: static;
    height: auto !important;
    font-size: 22px;
    opacity: 1 !important;
}

.trp-flag-image {
    display: none;
}

li.current-language-menu-item a {
    color: var(--e-global-color-primary) !important;
}

.jizhahub-callback-form .elementor-form-fields-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.jizhahub-callback-form .elementor-form-fields-wrapper input {
    height: 100%;
    height: 60px;
    padding: 28px 32px;
}

.jizhahub-callback-form .elementor-form-fields-wrapper .elementor-field-type-submit {
    position: absolute;
    right: 0;
    width: 10%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start;
}

.jizhahub-callback-form .elementor-form-fields-wrapper .elementor-field-type-submit button {
    height: 60px;
    top: 0;
}

.jizhahub-callback-form .elementor-form-fields-wrapper .elementor-field-type-submit button span {
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden !important;
}

.jizhahub-callback-form .elementor-message {
    line-height: 1.4em;
    margin-bottom: 0;
}

.jizhahub-callback-form .elementor-form-fields-wrapper .elementor-message:first-of-type {
    margin-top: 15px;
}

.jizhahub-callback-form .elementor-message-success {
    margin-top: 15px;
}

/* #uc_unlimited_timeline_elementor_e8afd2f > .ue_timeline_item:nth-child(odd) .ue_timeline_item_spacer {
    padding-right: 50px;
} */

/* 
#uc_unlimited_timeline_elementor_e8afd2f > .ue_timeline_item:nth-child(even) .ue_timeline_item_spacer {
    margin-left: 50px;
} */

body #uc_unlimited_timeline_elementor_e8afd2f > .ue_timeline_item:nth-child(odd) .ue_timeline_item_img_wrapper .uet_opposite_img {
    width: 87%;
    margin-right: auto;
}

body #uc_unlimited_timeline_elementor_e8afd2f > .ue_timeline_item:nth-child(even) .ue_timeline_item_img_wrapper .uet_opposite_img {
    width: 87%;
    margin-left: auto;
}

body #uc_unlimited_timeline_elementor_e8afd2f .ue_timeline_item_subtitle {
    border: 1px solid #E9E9E9;
    border-radius: 16px;
    width: fit-content;
    margin-right: auto;
    padding: 10px 11.5px;
}

body #uc_unlimited_timeline_elementor_e8afd2f .ue_timeline_item_icon.uc-active .ue_timeline_item_icon_holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

body #uc_unlimited_timeline_elementor_e8afd2f .ue_timeline_item_icon.uc-active .ue_timeline_item_icon_holder::before {
    content: "";
    background: #2a814b;
    width: 50%;
    height: 50%;
    display: block;
    border-radius: 100%;
}

.menu-item .elementor-item.elementor-item-active:after {
    border-radius: 10px;
}

.menu-item.not-allowed a {
    cursor: not-allowed;
    opacity: 0.5;
}

.menu-item.not-allowed a:hover {
    color: #777E90 !important;
}

.menu-item.not-allowed a:hover::after {
    display: none;
}

div.elementor-field-type-recaptcha_v3 {
    display: none;
}

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

    header .elementor-nav-menu--main ul.elementor-nav-menu {
        width: 100%;
    }
    
    header .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item {
        width: 50%;
    }
    
    header .elementor-nav-menu--main ul.elementor-nav-menu > li.menu-item a {
        justify-content: center;
    }

}