/*
 Theme Name: Кабінет пацієнта
 Template: twentytwentyfive
 Text Domain: ehealth-pis
 Description: Child theme of Twenty Twenty-Five for eHealth PIS project.
 Author: @dmytro-oliinyk
 Version: 1.0.0
*/

* {
    outline: none !important;
}

.wp-block-template-part {
    margin: 0;
}

.wp-block-image.d-block img {
    display: block;
}

.wp-site-blocks {
    min-height: 100vh;
}

.page-menu .wp-block-navigation .wp-block-navigation-item {
    border-radius: 32px;
    white-space: nowrap;
    outline: none;
}

.page-menu .wp-block-navigation .wp-block-navigation-item a {
    outline: none !important;
    text-decoration: none;
    padding: 18px;
}

.page-menu .wp-block-navigation .wp-block-navigation-item:not(.current-menu-item):hover {
    background: #03052A !important;
    color: #fff !important;
}

.page-menu .current-menu-item {
    background: #03052A;
    color: #fff;
}

.page-menu .current-menu-item a {
    outline: none;
    text-decoration: none;
    padding: 18px 26px;
}

.video-container .wp-block-video, .video-container .wp-block-video video, .video-container .wp-block-video > div {
    height: 100%;
}


.video-container {
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 8px !important;
}

.video-container:not(.is-playing) .wp-block-video:after {
    box-shadow: 0px 0px 50px 0px #00000040;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 76px;
    height: 60px;
    cursor: pointer;
    z-index: 111;
    background: url(assets/images/play.svg) no-repeat center center;
}

.video-container .wp-element-caption {
    line-height: 25px;
    padding: 27px;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1111;
}

.video-container.is-playing .wp-element-caption {
    display: none;
}

.available-features-list {
    list-style: none;
    padding: 0;
}

.available-features-list li {
    display: flex;
    gap: 10px;
    margin: 0;
    line-height: 26px;
    padding: 13px 0;
    align-items: center;
}

.available-features-list li:before {
    width: 10px;
    flex: 0 0 auto;
    height: 10px;
    display: block;
    content: '';
    border-radius: 50%;
    background: linear-gradient(180deg, #2A21FF 0%, #03052A 100%);
}

.mobile-header-menu {
    display: none !important;
}

nav.mobile-header-menu .wp-block-navigation__responsive-container-open.always-shown {
    width: 22px;
    height: 22px;
    background: url(assets/images/menu-hamburger.svg) no-repeat center center;
}

nav.mobile-header-menu .wp-block-navigation__responsive-container-open.always-shown svg {
    display: none !important;
}

.wp-block-navigation__responsive-container {
    padding: 50px 25px !important;
    align-items: center;
    justify-content: center;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: center;
}

.wp-block-navigation__responsive-container .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__label {
    font-size: 18px !important;
}

.wp-block-navigation__responsive-dialog,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-close {
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.btn-arrow {
    width: 126px;
    height: 40px;
    display: block;
    background: url(assets/images/arrow-right.svg) no-repeat center center;
}

.search-wrapper {

}

.search-wrapper .wp-block-search__input {
    border: none;
    outline: none;
}

.top-level-categories {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0 26px;
    justify-content: space-around;
}

.top-level-categories li {
    position: relative;
}

.top-level-categories li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 5px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, #B5D334 0%, #0076BD 100%);
}

.top-level-categories li.current-cat:after,
.top-level-categories li:hover:after {
    opacity: 1;
}

.top-level-categories li a {
    transition: all 0.3s ease-in-out;
    outline: none;
    text-decoration: none;
}

.top-level-categories li.current-cat a,
.top-level-categories li a:hover {
    color: #000;
}

.advanced-tabs .responsive-tabs ul.responsive-tabs__list {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
}


.advanced-tabs .responsive-tabs .responsive-tabs__panel {
    padding: 0;
    border: none;
}

.advanced-page-tabs.wp-block-navigation__container .wp-block-navigation-item,
.advanced-tabs .responsive-tabs .responsive-tabs__list__item {
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 0 12px;
    margin: 0;
    top: 0;
    text-align: center;
}


.advanced-page-tabs.wp-block-navigation__container .wp-block-navigation-item.current-menu-item,
.advanced-tabs .responsive-tabs .responsive-tabs__list__item--active {
    border-color: transparent !important;
    color: #333;
    border-image: linear-gradient(90deg, #b5d334, /* light green */ #0076bc /* blue */) 1;
}

.advanced-page-tabs.wp-block-navigation__container .wp-block-navigation-item,
.advanced-page-tabs p {
    transition: all 0.3s ease-in-out;
}


.advanced-page-tabs.wp-block-navigation a,
.advanced-page-tabs p a {
    text-decoration: none !important;
    outline: none !important;
}

.advanced-page-tabs.wp-block-navigation__container .wp-block-navigation-item:hover,
.advanced-page-tabs p:hover {
    border-color: transparent !important;
    border-image: linear-gradient(90deg, #b5d334, /* light green */ #0076bc /* blue */) 1;
}

.advanced-page-tabs p:hover a {
    color: #000;
}

.wp-block-hint .wp-block-image {
    flex-shrink: 0;
}

.advanced-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.advanced-tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 16px;
    background-color: #EAEAEE;
    font-size: 14px !important;
    margin: 0;
    line-height: 150%;
    color: #9C9C9C;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.advanced-tag-cloud a:hover {
    background-color: #E5EEF8;
    color: #0076BC;
}

.breadcrumbs p, .breadcrumbs .wp-block-post-title {
    white-space: nowrap;
    max-width: 50vw;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px !important;
    font-weight: 300;
}

.breadcrumbs p:not(:first-child):before,
.breadcrumbs .wp-block-post-title:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 11px;
    background-image: url("data:image/svg+xml;utf8,<svg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6 5.5L1 10' stroke='%2303052A' stroke-width='2'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 14px;
}

.breadcrumbs p a {
    text-decoration: none;
    outline: none;
}

.breadcrumbs p a:hover {
    text-decoration: underline;
}

.has-gradient-x-border {
    border-color: transparent !important;
    border-image: linear-gradient(
            90deg,
            #b5d334, /* light green */ #0076bc /* blue */
    ) 1;
}

.no-marker-list {
    list-style: none;
    padding: 0;
}

.shrink-0 {
    flex-shrink: 0 !important;
}

.btn-arrow-outline .wp-element-button {
    width: 126px;
    height: 40px;
    border-radius: 40px;
    box-sizing: border-box;
    display: block;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    outline: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 5L19 12L12 19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg> ') no-repeat center center;
}

.btn-arrow-outline .wp-element-button:hover {
    background-color: black;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 5L19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.btn-arrow-white .wp-element-button {
    border-color: white;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 5L19 12L12 19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.btn-arrow-white .wp-element-button:hover {
    background-color: white;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M5 12H19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 5L19 12L12 19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.cabinet-features-wrapper {
    background-repeat: no-repeat;
    display: none;
}

.cabinet-features-scroll {
    overflow: scroll;
}
.cabinet-features-list {
    width: 1400px;
}

.cabinet-features-list .cabinet-feature {
    box-sizing: border-box;
    flex: 0 0 411px !important;
}

.cabinet-features-scroll::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.addtoany_shortcode .a2a_kit {
    display: flex;
    gap: 10px;
}

.addtoany_shortcode .a2a_kit .a2a_button_facebook,
.addtoany_shortcode .a2a_kit .a2a_button_twitter,
.addtoany_shortcode .a2a_kit .a2a_button_telegram {
    padding: 0;
}

.wp-block-pis-esoz-post-views {
    white-space: nowrap;
}