/* 
Theme Name: Lishka
Theme URI: Triotech
Template: hello-elementor
Version: 2.0.0
Text Domain: lishka
*/
/* Add your custom styles here */
/* Chrome, Safari, Edge, Opera */
.page-header {
    padding: 0 10px;
}

@media (min-width: 576px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 768px;
    }
}

@media (min-width: 768px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1300px;
    }
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    outline: none;
}

.user-menu {
    /* Add your styling properties here */
    /* Example: width, background color, padding, etc. */
}

.user-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: auto;
}

.user-menu li {
    margin-right: 0;
    position: relative;
}

.user-menu li a,.user-menu span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 5px;
    cursor: pointer;
}

.user-menu li.avatar-menu-item {
    border-right: 1px solid #E9E9EA;
    margin-right: 0;
    padding-right: 20px;
}

.user-menu .user-name-menu-item span {
    float: right;
    line-height: 24px;
    /* margin-right: 10px; */
    border-radius: 25px;
    overflow: hidden;
}

.user-menu .avatar-menu-item {
    float: right;
    padding: 1px;
}

.user-menu .avatar-menu-item span {
    margin-right: 15px;
}

.user-menu span.user-not-logged-in {
    margin-right: 15px;
}

.user-menu span.user-logged-in {
    margin-right: 15px;
}

.user-menu a.user-logged-in {
    margin-right: 0;
    padding-right: 15px;
}

.submenu {
    display: none;
    position: absolute;
    top: 24px;
    right: -34%;
    background-color: #22306DEB;
    z-index: 999;
    list-style: none;
    padding-right: 0;
    width: 140%;
}

.submenu a {
    display: block;
    padding: 7px 15px;
    text-decoration: none;
    color: #fff;
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    margin-right: 0 !important;
}

.submenu a img {
    height: 20px;
}

.submenu a i {
    margin-right: 5px;
}

.submenu-parent.show-submenu .submenu {
    display: block;
    padding-top: 17px;
}

/******sliders*************/
body .swiper-pagination-bullet {
    height: 4px !important;
    height: 0.2vw !important;
    min-height: 3px !important;
    width: 30px !important;
    width: 1.5vw !important;
    min-width: 15px;
    border-radius: 60px!important;
    background-color: #D9D9D9 !important;
    opacity: 1;
}

body .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF5C01 !important;
}

body .elementor-swiper-button-prev {
    background-image: url("/wp-content/themes/lishka/icons/arrow-right.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .elementor-swiper-button-prev:hover {
    background-image: url("/wp-content/themes/lishka/icons/arrow-right-hover.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .elementor-swiper-button-next {
    background-image: url("/wp-content/themes/lishka/icons/arrow-left.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .elementor-swiper-button-next:hover {
    background-image: url("/wp-content/themes/lishka/icons/arrow-left-hover.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
body .event_box .elementor-swiper-button-prev {
    background-image: url("/wp-content/themes/lishka/icons/arrow-left.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .event_box .elementor-swiper-button-prev:hover {
    background-image: url("/wp-content/themes/lishka/icons/arrow-left-hover.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .event_box .elementor-swiper-button-next {
    background-image: url("/wp-content/themes/lishka/icons/arrow-right.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}

body .event_box .elementor-swiper-button-next:hover {
    background-image: url("/wp-content/themes/lishka/icons/arrow-right-hover.png") !important;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
}
/* remove default icons */
.elementor-swiper-button-next svg, .elementor-swiper-button-prev svg {
    content: "";
    display: none;
}
body .elementor-swiper-button-next i,.elementor-swiper-button-prev i{
	display:none;
}

@media only screen and (max-width: 768px) {
	
	
	body .elementor-swiper-button-prev,body .elementor-swiper-button-next  {
		width: 36px;
		height: 36px;
		background-size: cover;
	}

	body .elementor-swiper-button-prev:hover,body .elementor-swiper-button-next:hover {
		width: 36px;
		height: 36px;
		background-size: cover;
	}
	
}

/*******event box*************/
.datetime-wrapper {
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4A4C56;
    letter-spacing: -0.5px;
}

.datetime-wrapper .icon {
    width: 20px;
    height: 20px;
}

.datetime-wrapper {
    display: flex;
    column-gap: 10px;
}

.datetime-wrapper .text {
    direction: ltr;
}

.datetime-wrapper div {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 5px;
    align-items: center;
}

.location-wrapper {
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #4A4C56;
    letter-spacing: -0.5px;
}

.location-wrapper .icon {
    width: 20px;
    height: 20px;
}

.location-wrapper {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 5px;
    align-items: center;
}

.event-product-loop-badge-sale {
    font-family: "Assistant", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    background-color: #FF5C01;
    width: fit-content;
    position: absolute;
    z-index: 9;
    top: -5px;
    left: -5px;
    padding: 5px 10px 5px 10px;
}

.event-product-loop-meta-badge {
    font-family: "Assistant", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.5px;
    background-color: #FF5C01;
    width: fit-content;
    position: absolute;
    z-index: 9;
    top: 15px;
}

.event-product-loop-meta-badge a {
    color: #fff!important;
    display: block;
    padding: 3px 16px 3px 16px;
}

.event_box .elementor-widget-woocommerce-product-title {
    min-height: 60px;
}

.event_box_inline .elementor-widget-woocommerce-product-title {
    min-height: 50px;
}

.event_box_inline_list .elementor-widget-woocommerce-product-title {
    min-height: 50px;
}

.event-product-meta-program-link a {
    font-family: "Assistant", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #22306D;
    letter-spacing: -0.5px;
    text-decoration: underline;
}

.event-product-meta-training-score,.event-product-meta-training-reward {
    font-family: "Assistant", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #4A4C56;
    letter-spacing: -0.5px;
}

/*******single product page*********/
.quantity {
    padding: 5px;
    border: 1px solid #4A4C56;
    outline: none;
    display: flex;
    column-gap: 0;
}

body.rtl .elementor-add-to-cart .cart .quantity button {
    font-family: "Assistant", Sans-serif;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: -0.5px;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 10px;
    background-color: transparent;
    transition: all 0.2s;
    border: 1px solid #D2D2D5;
    color: #777980;
    font-size: 40px;
    width: 40px;
    display: inline-block;
}

body.rtl .elementor-add-to-cart .cart .quantity button:hover {
    background-color: #FF5C01;
    color: #FBFBFB;
    border: 1px solid #FF5C01;
}

body .quantity button:focus {
    outline: none!important;
}

body.rtl .elementor-add-to-cart .cart .quantity button.minus {
    padding: 10px 10px 18px 10px;
    line-height: 10px;
}

body.rtl .elementor-add-to-cart .cart .quantity button.plus {
    padding: 10px 10px 12px 10px;
    line-height: 16px;
    margin: 0;
}

body.rtl .elementor-add-to-cart .cart .quantity input[type=number] {
    display: inline-block;
    width: 40px;
}

.prices-wrapper {
    display: flex;
    text-align: center;
    column-gap: 0px;
}

.prices-wrapper .ptitle {
    color: #22306D;
    font-family: "Assistant", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
    letter-spacing: -0.5px;
}

.prices-wrapper .pprice {
    color: #22306D;
    font-family: "Assistant", Sans-serif;
    font-size: 30px;
    line-height: 24px;
    font-weight: 800;
    display: block;
    letter-spacing: -0.5px;
}

.prices-wrapper .regular-price,.prices-wrapper .sale-price,.prices-wrapper .main-price {
    min-width: 150px;
}

.prices-wrapper .sale-price .pprice .num,.prices-wrapper .regular-price .pprice .num {
    color: #646E99;
    text-decoration: line-through;
}

.prices-wrapper .pprice .suffix {
    font-size: 12px;
    font-weight: 600;
}

.prices-wrapper .sale-price .pprice .suffix,.prices-wrapper .regular-price .pprice .suffix {
    color: #646E99;
    font-size: 12px;
    font-weight: 600;
}

.prices-wrapper .regular-price ,.prices-wrapper .sale-price {
    border-left: 1px solid #D2D2D5;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    min-width: 300px;
}

.woocommerce-message {
    font-family: "Assistant", Sans-serif;
    border-top-color: #FF5C01;
    line-height: 30px;
}

.woocommerce-message::before {
    color: #FF5C01;
}

/*********ACCOUNT PAGE*********/
.woocommerce-account .woocommerce-MyAccount-content {
    font-family: Assistant;
}
html[dir=rtl] .user-registration-form div[data-name="user_member_number"] {display:none;}
html[dir=rtl] .woocommerce-account .woocommerce-MyAccount-content div[data-name="user_license_number"] {display:none;} 
html[dir=rtl] .woocommerce-account .woocommerce-MyAccount-content .acf-field[data-width] + .acf-field[data-width] {
    border: 0px !important;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
    background-color: #FBFBFB;
    border-color: #161721;
    border-radius: 0;
    padding: 8px 16px 8px 16px !important;
    font-family: Assistant;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 30px !important;
    color: #1D1F2C;
    min-height: 48px;
}

.woocommerce-account .woocommerce-MyAccount-content form .form-row label {
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
}

.woocommerce-account .woocommerce-edit-account-wrapper {
    background-color: #F4F4F4;
    padding: 30px;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-fields.-border {
    border: 0;
    background-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-field-group > .acf-label {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #161721;
    border-radius: 0px;
    padding: 8px 16px 8px 16px !important;
    height: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1D1F2C;
    font-weight: 600;
    font-family: Assistant;
    font-size: 18px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-field .acf-label label {
    color: #4A4C56;
    font-size: 18px;
    font-weight: 600;
    font-family: Assistant;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1D1F2C transparent transparent transparent;
}

.woocommerce-account .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-field p.description {
    font-size: 14px !important;
    color: #22306D;
    font-weight: 600;
    font-family: Assistant;
    text-decoration: underline;
    cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-content input::placeholder {
    color: #1D1F2C;
    font-size: 18px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .acf-fields > .acf-field {
    border: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	max-width: 90%;
	margin: 20px auto;
	margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
	text-align: center;
	padding: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	background-color: #FBFBFB;
	border-radius: 4px;
	border: 1px solid #D2D2D5;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding: 8px 0;
	margin: 0 8px;
	letter-spacing: -0.5px;
}

.woocommerce-MyAccount-navigation ul li a {
	border-left: 0px solid #D2D2D5;
}

.woocommerce-MyAccount-navigation ul li:last-child a {
	border-left: 0px solid #D2D2D5;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	display: block;
	/* padding: 5px; */
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	border-left: 0px solid #D2D2D5;
	color: #FF5C01;
}

.woocommerce-MyAccount-navigation ul li.is-active {
	color: #FF5C01;
	background-color: #fff;
	border: 1px solid #A5A5AB;
	border-radius: 4px;
	box-shadow: 0px 4px 4px 0px #01010112;
}
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-content .user_personal_information {
        width:75%;
        float: right;
        clear: none !important;
        border: 0;
        padding: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .user_personal_information_2 {
        border: 0;
        padding: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .user_personal_image {
        width: 25%;
        float: left;
        border: 0;
        padding: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        max-width: 90%;
        margin: 20px auto;
        margin-bottom: 50px;
    }

    .woocommerce-MyAccount-navigation ul {
        text-align: center;
        padding: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background-color: #FBFBFB;
        border-radius: 4px;
        border: 1px solid #D2D2D5;
    }

    .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        width: 20%;
        font-size: 16px;
        padding: 8px 0;
        letter-spacing: -0.5px;
    }

    .woocommerce-MyAccount-navigation ul li a {
        border-left: 1px solid #D2D2D5;
    }

    .woocommerce-MyAccount-navigation ul li:last-child a {
        border-left: 0px solid #D2D2D5;
    }

    .woocommerce-MyAccount-navigation ul li a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        display: block;
        /* padding: 5px; */
    }

    .woocommerce-MyAccount-navigation ul li.is-active a {
        border-left: 0px solid #D2D2D5;
        color: #FF5C01;
    }

    .woocommerce-MyAccount-navigation ul li.is-active {
        color: #FF5C01;
        background-color: #fff;
        border: 1px solid #A5A5AB;
        border-radius: 4px;
        box-shadow: 0px 4px 4px 0px #01010112;
    }
}

.change-password-wrapper {
    margin: 20px 0;
}

.change-password-content-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    /* Move padding to the child elements */
    background-color: #fff;
    border: 1px solid #FF5C01;
    margin-top: 5px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.8s ease-in-out, opacity 0.7s ease-in-out;
}

.change-password-content-wrapper.active {
    height: 148px;
    /* Allow height to adjust dynamically */
    opacity: 1;
}

.change-password-content-wrapper p {
    margin: 30px 0px !important;
    /* Apply margin instead of padding */
}

.change-password-wrapper h3 {
    width: fit-content;
    margin: 0 auto;
    color: #FF5C01;
    padding: 8px 16px 8px 16px;
    border: 1px solid #FF5C01;
    background-color: #fff;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
}

.change-password-wrapper h3::before {
    content: '\002B';
    /* Plus sign */
    float: left;
}

.change-password-wrapper.active h3::before {
    content: '\2212';
    /* Minus sign */
}

.acf-field-true-false .acf-input label {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    font-weight: 600;
}

.acf-field-true-false .acf-input label::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: 1px solid #adb5bd;
    border-radius: 0;
}

.acf-field-true-false .acf-input input[type="checkbox"] {
    display: none;
}

.acf-field-true-false .acf-input input[type="checkbox"]:checked + .message::before {
    content: "\2713";
    font-size: 13px;
    color: rgb(255, 255, 255);
    display: flex;
    background-color: #FF5C01;
    justify-content: center;
    align-items: center;
    border-color: #FF5C01;
    font-size: 8px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}

.woocommerce-account #acf-form .acf-form-fields {
    background-color: #F4F4F4;
    padding: 30px;
    margin-bottom: 20px;
}

.woocommerce-account #acf-form .acf-form-submit {
    text-align: center;
}

.woocommerce-account .woocommerce table.my_account_orders {
    font-size: 18px;
    font-weight: 600;
    color: #4A4C56;
    background-color: #FBFBFB !important;
    border: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    background-color: #FBFBFB;
    border: 0 !important;
    padding: 16px 20px 16px 20px;
    text-align: center;
    /* font-family: "Assistant"; */
}

.woocommerce table.my_account_orders tbody tr {
    border-top: 1px solid #E9E9EA!important;
    color: #22306D;
}

.woocommerce table.my_account_orders tbody tr td {
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    padding: 15px 33px 15px 33px;
    border-radius: 0;
    margin: 0 10px;
    background-color: #FF5C01;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

body.rtl .woocommerce-Button {
    font-family: "Assistant", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #FFFFFF!important;
    background-color: #FF5C01!important;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 32px 12px 32px;
}

/*********ACCOUNT PAGE*********/
/*********ACCOUNT Add User Organization*********/
.add-user-organization-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    body.admin-bar .add-user-organization-wrapper {
        height: calc(100vh - 32px);
    }
}

.add-user-organization-form-wrapper {
    width: 700px;
    height: auto;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    background-color: #fff;
}

.add-user-organization-form-wrapper h3 {
    color: #FFFFFF;
    font-family: "Assistant", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 1px;
    background-color: #22306D;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 9px 10px 11px 10px;
}

.add-user-organization-form-wrapper .close-button, .add-user-organization-form-wrapper .close-button:hover {
    cursor: pointer;
    position: absolute;
    margin-block-start: 13px; left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    background: transparent;
    border: 0;
    width: 40px;
    padding: 10px;
    outline: none;
}

.add-user-organization-form-wrapper #add_user_organization {
    padding: 40px;
}

.add-user-organization-form-wrapper #add_user_organization .acf-form-submit {
    text-align: center;
    padding: 16px;
}

.add-user-organization-form-wrapper #add_user_organization .select2-container.-acf {
    min-height: 48px;
}

/*********ACCOUNT Add User Organization*********/
.pu-child-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
    column-gap: 15px;
}

.pu-child-categories-single {
    flex: 0 0 calc(33.33% - 10px);
    /* Three columns with a small gap */
    /* margin-right: 15px; */
    /* Gap between items */
    /* margin-bottom: 15px; */
    /* Gap between rows */
    display: flex;
    border-right: 8px solid #FF5C01;
    overflow: hidden;
    background: #22306D;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    -moz-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
    align-items: center;
    /* Align items vertically in the middle */
    height: 100%;
    min-height: 180px;
}

.pu-child-categories-single span {
    display: block;
    text-decoration: none;
    color: #fff;
    font-family: Assistant;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0 25px;
    flex: 1;
    /* Take up full width of the container */
}

.pu-current-category-updates {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    row-gap: 15px;
    column-gap: 15px;
    margin-bottom: 20px;
}

.pu-current-category-updates-single {
    flex: 0 0 calc(100%);
    /* Three columns with a small gap */
    /* margin-right: 15px; */
    /* Gap between items */
    /* margin-bottom: 15px; */
    /* Gap between rows */
    display: flex;
    border: 1px solid #FF5C01;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: 0px 4px 4px 0px #00000040;
    -moz-box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #00000040;
    align-items: center;
    /* Align items vertically in the middle */
    height: 100%;
    min-height: 50px;
    padding: 10px 0;
}

.pu-current-category-updates-single span {
    display: block;
    text-decoration: none;
    color: #FF5C01;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: right;
    padding: 0 15px;
    /* flex: 1; */
    /* Take up full width of the container */
}

.pu-current-category-updates-single span.title {
    border-right: 2px solid #FF5C01;
}

.pu-main-categories-navigation {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #FBFBFB;
    border: 1px solid #D2D2D5;
    border-radius: 4px;
}

.pu-main-categories-navigation li {
    font-family: Assistant;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #4A4C56;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.pu-main-categories-navigation li a {
    display: block;
    padding: 8px 10px 10px 10px;
    width: 100%;
    color: #4A4C56;
}

.pu-main-categories-navigation li:not(:last-child):after {
    content: "";
    height: 20px;
    border-left: 1px solid #D2D2D5;
    align-self: center;
}

.pu-main-categories-navigation li.current {
    border: 1px solid #A5A5AB;
    color: #FF5C01;
    border-radius: 4px;
}

.pu-main-categories-navigation li.current:after {
    display: none;
}

.pu-main-categories-navigation li.current a {
    color: #FF5C01;
}

@media only screen and (max-width: 769px) {
    .pu-child-categories-single {
        flex: 0 0 calc(100%);
        display: flex;
        height: 100%;
        min-height: 40px;
    }

    .pu-child-categories-single span {
        display: block;
        text-decoration: none;
        color: #fff;
        font-family: Assistant;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.5px;
        text-align: right;
        padding: 0 15px;
        flex: 1;
    }

    .pu-current-category-updates-single span {
        display: block;
        text-decoration: none;
        color: #FF5C01;
        font-family: Assistant;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.5px;
        text-align: right;
        padding: 0 15px;
        /* flex: 1; */
    }
}

/* Style for the search form container */
#user-search-form {
    display: flex;
    margin-bottom: 20px;
    column-gap: 20px;
    width: 100%;
    max-width: 390px;
}

#user-search-form button {
    border: none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 10px;
    margin-right: 0;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
    height: 40px;
    width: 100%;
    outline: none;
    display: inline-block;
}

#user-search-input {
    padding: 0 8px !important;
    line-height: 1 !important;
    min-height: 40px;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 400;
    border-radius: 0;
    font-family: "Assistant", Sans-serif;
    display: inline-block;
    position: relative;
    padding-right: 32px !important;
    background-image: url('/wp-content/themes/lishka/icons/search.png');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 24px;
    outline: 0;
}

#user-search-input::placeholder {
    color: #D2D2D5;
}

.user-cell.details .toggle-link {
    position: relative;
}

.user-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.user-row {
    display: table-row;
}

.user-cell {
    display: table-cell;
    padding: 10px;
    border-top: 1px solid #E9E9EA;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #22306D;
    width: 17.5%;
}

.user-cell.details {
    width: 30%;
}

.user-cell.details .toggle-link {
    position: relative;
    padding-left: 28px;
}

.user-cell.details .toggle-link::after {
    content: "";
    display: inline-block;
    width: 24px;
    /* Width of the icon */
    height: 24px;
    /* Height of the icon */
    background-image: url('/wp-content/themes/lishka/icons/expand_circle_down.png');
    /* URL of your email icon */
    background-size: cover;
    /* Resize the background image to fit the element */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    position: absolute;
    /* Position the icon absolutely within the input */
    top: 50%;
    /* Adjust to position the icon inside the input field */
    left: 0;
    transform: translateY(-50%);
    /* Center the icon vertically */
}

.user-row.active .user-cell.details .toggle-link::after {
    background-image: url('/wp-content/themes/lishka/icons/expand_circle_up.png');
    /* URL of your email icon */
}

.user-row.active .toggle-details a {
    position: relative;
    padding-left: 28px;
}

.user-row.active .toggle-details a::after {
    content: "";
    display: inline-block;
    width: 24px;
    /* Width of the icon */
    height: 24px;
    /* Height of the icon */
    background-image: url('/wp-content/themes/lishka/icons/mail.png');
    /* URL of your email icon */
    background-size: cover;
    /* Resize the background image to fit the element */
    background-repeat: no-repeat;
    /* Prevent the background image from repeating */
    position: absolute;
    /* Position the icon absolutely within the input */
    top: 50%;
    /* Adjust to position the icon inside the input field */
    left: 0;
    transform: translateY(-50%);
    /* Center the icon vertically */
}

.user-row.active .toggle-details a.phone::after {
    background-image: url('/wp-content/themes/lishka/icons/call.png');
    /* URL of your email icon */
}

.header .user-cell {
    font-weight: 700;
    font-size: 18px;
    background-color: transparent;
    line-height: 32px;
    text-align: center;
    color: #4A4C56;
}

.toggle-details {
    display: none;
    padding-top: 10px;
}

.user-row.active .toggle-details {
    display: flex !important;
    justify-content: center;
    column-gap: 5px;
}

.user-row.active .toggle-details .sep {
    border-left: 2px solid #E9E9EA;
    display: inline-block;
    margin: 0 10px;
}

@media (max-width: 900px) {
    .user-table {
        display: block;
    }

    .user-row {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #4A4C56;
        background: #F5F5F6;
        padding: 10px;
        position: relative;
    }

    .user-row.header {
        display: none;
    }

    .user-cell {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
        text-align: right;
    }

    .user-row .user-cell:nth-child(2) {
        font-weight: 700;
    }

    .user-cell.details {
        width: 100%;
    }

    .mobile-hide {
        display: none;
    }

    .toggle-details {
        display: none;
        margin-top: 0;
        padding-top: 0;
    }

    .user-row.active .toggle-details {
        display: block !important;
        text-align: center;
    }

    .user-row.active .toggle-details .sep {
        display: none;
    }

    .user-row.active .toggle-details a {
        display: block;
        width: fit-content;
    }

    .user-row .toggle-link {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        color: #0073aa;
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .user-row .toggle-link::after {
        content: "";
        display: inline-block;
        width: 24px;
        /* Width of the icon */
        height: 24px;
        /* Height of the icon */
        background-image: url('/wp-content/themes/lishka/icons/expand_circle_down.png');
        /* URL of your email icon */
        background-size: cover;
        /* Resize the background image to fit the element */
        background-repeat: no-repeat;
        /* Prevent the background image from repeating */
        position: absolute;
        /* Position the icon absolutely within the input */
        top: 50%;
        /* Adjust to position the icon inside the input field */
        left: 0;
        transform: translateY(-50%);
        /* Center the icon vertically */
    }

    .user-row.active .user-cell.details .toggle-link::after {
        background-image: url('/wp-content/themes/lishka/icons/expand_circle_up.png');
        /* URL of your email icon */
    }

    .user-row.active .toggle-details a::after {
        /* Adjust to position the icon inside the input field */
        right: 0;
    }

    .user-row.active .toggle-details a {
        position: relative;
        padding-right: 28px;
        padding-left: 0px;
        font-weight: 700;
    }
}

#user-search-results .pagination {
    text-align: center;
    margin-top: 20px;
    display: block;
}

#user-search-results .pagination a,#user-search-results .pagination span {
    display: inline-block;
    color: #777980;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #D2D2D5;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    min-width: 40px;
    font-family: inherit;
    padding: 10px;
}

#user-search-results .pagination a:hover,#user-search-results .pagination span:hover {
    background-color: #E9E9EA;
}

#user-search-results .pagination span {
    color: #a2aabd;
}

#user-search-results .pagination span.current {
    background-color: #fff;
    color: #FF5C01;
    border: 1px solid;
    border-radius: 0;
}

#user-search-results .prev.page-numbers, #user-search-results .next.page-numbers {
    display: inline-block;
    color: #777980;
    font-size: 18px;
    line-height: 0;
    border: 1px solid #D2D2D5;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    min-width: 40px;
    font-family: inherit;
    padding: 10px;
}

#user-search-results .prev.page-numbers:focus, #user-search-results .prev.page-numbers:hover, #maindashboardContainer .next.page-numbers:focus, #maindashboardContainer .next.page-numbers:hover {
    background-color: #E9E9EA;
}


.user-registration-form .acf-fields form .form-row label {
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
}

.user-registration-form #acf-form .acf-fields {
    background-color: #F4F4F4;
    margin-bottom: 20px;
    border:0!important;
}
.user-registration-form #acf-form{
    padding:30px;
     background-color: #F4F4F4 
}
.user-registration-form .acf-fields .user-registration-form .acf-fields.-border {
    border: 0;
    background-color: transparent;
}

.user-registration-form .acf-fields .acf-field-group > .acf-label {
    display: none;
}

.user-registration-form .acf-fields .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #161721;
    border-radius: 0px;
    padding: 8px 16px 8px 16px !important;
    height: auto;
}

.user-registration-form .acf-fields .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 20px;
}

.user-registration-form .acf-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1D1F2C;
    font-weight: 600;
    font-family: Assistant;
    font-size: 18px !important;
}

.user-registration-form .acf-fields .acf-field .acf-label label {
    color: #4A4C56;
    font-size: 18px;
    font-weight: 600;
    font-family: Assistant;
}

.user-registration-form .acf-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1D1F2C transparent transparent transparent;
}

.user-registration-form .acf-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.user-registration-form .acf-fields .acf-field p.description {
    font-size: 14px !important;
    color: #22306D;
    font-weight: 600;
    font-family: Assistant;
    text-decoration: underline;
    cursor: pointer;
}

.user-registration-form .acf-fields input::placeholder {
    color: #1D1F2C;
    font-size: 18px !important;
}

.user-registration-form .acf-fields .user-registration-form .acf-fields > .acf-field {
    border: 0;
}
.user-registration-form .acf-fields .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #161721;
    border-radius: 0px;
    padding: 8px 16px 8px 16px !important;
    height: auto;
}

.user-registration-form .acf-fields .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 20px;
}

.user-registration-form .acf-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1D1F2C;
    font-weight: 600;
    font-family: Assistant;
    font-size: 18px !important;
}
.user-registration-form .acf-fields > .acf-field{
    border: 0 !important;
}
.user-registration-form .acf-form-submit{
    padding:16px;
    text-align:center;
}
.user-registration-form #acf-form input[type="submit"] {
    font-family: "Assistant", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #FFFFFF !important;
    background-color: #FF5C01 !important;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 32px 12px 32px;
    max-width:260px;
    width:100%;
}
@media only screen and (min-width: 769px) {
    .user-registration-form .acf-fields .user_personal_information {
        width:75%;
        float: right;
        clear: none !important;
        border: 0;
        padding: 0;
    }

    .user-registration-form .acf-fields .user_personal_information_2 {
        border: 0;
        padding: 0;
    }

    .user-registration-form .acf-fields{
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
	.user-registration-form .acf-fields .user_personal_image {
        width: 25%;
        float: left;
        border: 0;
        padding: 0;
    }
   
}

body #acf-form .acf-ui-datepicker .ui-widget select{
    font-family: inherit;
    font-size: 1em !important;
    min-height: auto;
    display: inline-block;
    padding: inherit !important;
    margin: 0 2%;
}
.user-registration-form.simple .acf-field{
    width:20%!important;
}
.user-registration-form.simple .acf-field.-c0{
    clear:none;
}
@media only screen and (max-width: 769px) {
	.user-registration-form.simple .acf-field{
	    width:100%!important;
	    min-height: auto !important;
	}
	.user-registration-form #acf-form input[type="submit"]{
		max-width:100%;
	}
	.woocommerce-account .woocommerce-MyAccount-content .acf-fields > .acf-field{
		width:100%!important;
		padding-right: 0;
		padding-left: 0;
	}
}