main {
    inline-size: 100%;
}


body {
    margin: 0;
    color: #15191e;

}


html,
body {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

html,
button {
    font-size: 16px
}

button {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 500;
    cursor: pointer
}

button:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.375rem;
}

ul,
ol {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.header p {
    margin: 0;
    color: #15191e
}

h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 52.8px
}

h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 42.19px
}

h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 33.6px
}

h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 28.8px
}

@font-face {
    font-family: 'Rubik';
    src: url("fonts/Rubik.ttf") format("truetype");
    unicode-range: U+0590-05FF, U+0030-0039;
}

@font-face {
    font-family: 'Roboto';
    src: url("fonts/Roboto.ttf") format("truetype");
    unicode-range: U+0041-005A, U+0061-007A;
}


@media screen and (min-width: 0px)and (max-width:1280px) {
    h2 {
        font-size: 1.75rem !important
    }

    .top-content--container {
        padding: 0 1rem 2.5rem 1rem
    }

    .breadcrumbs--list-item,
    .breadcrumbs--link {
        font-size: .875rem !important
    }

    h1 {
        font-size: 2.25rem
    }

    h2 {
        font-size: 2rem
    }

    button.lty-playbtn {
        background-position-x: .91rem !important;
        background-size: .825rem 21.125rem !important;
        inline-size: 2.5rem !important;
        block-size: 2.5rem !important;
        inset-block-start: .625rem !important;
        inset-inline-start: .625rem !important
    }
}



[data-drupal-messages] {
    font-size: 8px;
    width: 100%
}


header.header-main {
    padding: 1.875rem 3.75rem 3.125rem 3.75rem;
    background-color: #2f3778;
.logo.he {
    /* עיצוב עבור אלמנט שיש לו גם logo וגם he */
        position: relative;
    top: 1.4rem;
}
    .logo-txt {
        display: none;
    }
}

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1000;
    padding: 2rem 3.75rem !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-header .logo {
    width: 3rem;
    height: 3rem;
    content: url('icons/logo-yv.svg');
	position: unset !important;
}

.sticky-header .search-field {
    width: 32.75rem !important;
}

.sticky-header .contactUs,
.sticky-header .followUs,
.sticky-header .header-top-wrapper,
.sticky-header .lang {
    display: none !important;
}

.sticky-header .header-content-wrapper {
    height: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    align-self: stretch;
}

.sticky-header .header-inline-container {
    display: flex;
    justify-content: space-between;
    height: 3.5rem;
    align-items: center;
    gap: 1.5rem;
    align-self: stretch;
}
.fixed-under-header {
    position: fixed !important;
    top: 7.5rem;
}
.header-content-wrapper {
    display: flex;
    margin: 0;
    gap: 2.5rem;
    justify-content: space-between;
}

.header-inline-container {
	width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: 1.5rem;
	justify-content: flex-end;
	
    .reserv,
    .menu>.buttons>.onlineStore,
    .supportUs {
        color: var(--White, #FFF);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-decoration: none;
        display: flex;
        padding: 0rem 1rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        height: 3.5rem;
        margin-top: auto;
        border-radius: 0.375rem;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 1.875rem;
        justify-content: space-between;

        .buttons {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 1.5rem;

            .onlineStore {
                border: 2px solid #8E4D6F;

                &:hover {
                    transition: background-color 0.5s ease, color 0.5s ease;
                    border: 2px solid var(--Shining-300, #F66);
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: none;
                    text-decoration-thickness: 12%;
                    text-underline-offset: 24%;
                    text-underline-position: from-font;
                }

                &:active {
                    border: 2px solid #8E4D6F;
                    color: #F99;
                    text-decoration: none;
                }
            }



            .supportUs {
                background: var(--Shining-300, #F66);
                border: 2px solid var(--Shining-300, #F66);

                &:hover {
                    transition: background-color 0.5s ease, color 0.5s ease;
                    text-decoration-line: underline;
                    text-decoration-style: solid;
                    text-decoration-skip-ink: none;
                    text-decoration-thickness: 12%;
                    text-underline-offset: 24%;
                    text-underline-position: from-font;
                    background: unset;
                }

                &:active {
                    background: var(--Shining-300, #F66);
                    border: 2px solid var(--Shining-300, #F66);
                    text-decoration: none;
                }
            }


        }
    }

    .reserv {
        border: 2px solid #8E4D6F;

        &:hover {
            border: 2px solid var(--Shining-300, #F66);
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: 12%;
            text-underline-offset: 24%;
            text-underline-position: from-font;
        }

        &:active {
            border: 2px solid #8E4D6F;
            color: #F99;
            text-decoration: none;
        }
    }


    .search {
        display: flex;
        align-items: center;
        flex: 1 0 0;
        align-items: flex-end;

        .search-field {
            gap: 0.625rem;
            display: flex;
            align-items: center;
            flex: 1 0 0;
            height: 3.5rem;
            margin-top: auto;
            border: unset;
            border-start-start-radius: 0.375rem;
            border-start-end-radius: 0;
            border-end-start-radius: 0.375rem;
            border-end-end-radius: 0;
            background: #FFF;
            padding: 0;
            padding-inline-start: 1rem ;
        }


        .search-button {
              display: flex;
            align-items: center;
            gap: 0.625rem;
            padding: 0;
            width: 3.5rem;
            margin-left: -0.1rem;
            margin-right: -0.1rem;
        }


    }


}
 .search-field, .search-field-mo:focus {
            outline: none; /* מסיר את המסגרת */
            box-shadow: none; /* מסיר הצללה אם קיימת */
          }
.header-top-wrapper {
    display: flex;
    height: 2.5rem;
    width: 24rem;
    align-items: center;
    gap: 1rem;

    .contactUs {
        display: flex;
        height: 2.5rem;
        padding: 0.375rem 1rem;
        align-items: center;
        gap: 0.5rem;
        color: var(--White, #FFF);
        font-size: 1rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.25rem;
        text-decoration: none;
    }

    .followUs {
        display: flex;
        height: 2.5rem;
        padding: 0.375rem 1rem;
        align-items: center;
        gap: 0.5rem;
    }
}

.header-bottom-wrapper {
    margin-inline-start: auto;
    inline-size: fit-content;
    margin-top: auto;
.hamburger-trigger{
			    padding: 0;
		}
    img {
        width: 50px;
        height: 50px;
    }
}

.language-links-wrapper {
    position: relative
}

.language-links-wrapper>button {
    display: flex;
    gap: 12px;
    padding: 8px 16px
}

.language-links-wrapper>button * {
    padding: 0
}

.language-links-wrapper .icon {
    display: inline-block;
    vertical-align: bottom
}

.language-links-wrapper .links {
    display: none;
    max-inline-size: 180px;
    inline-size: 100%;
    list-style: none;
    background-color: #fff;
    margin: 0;
    padding-block: 8px;
    padding-inline: 0;
    border: 1px solid #1e3d8d;
    border-radius: 8px
}

.language-links-wrapper .links.active {
    /* display: block;
    position: absolute; */
    /* inset-block-end: -102px */
    position: absolute;
    display: flex;
    width: 6rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    border-radius: 0.5rem;
    border: 1px solid var(--Neutral-Grey-100, #E1E5EA);
    background: var(--White, #FFF);
    box-shadow: 0px 6px 30px 0px rgba(206, 210, 218, 0.30);
}

.language-links-wrapper .links .language-link,
.language-links-wrapper .links .language-link:visited {
    text-decoration: none;
    inline-size: 100%;
    display: inline-block;
    color: var(--Neutral-Grey-800, #2A323C);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
	text-decoration-line: unset !important;
}

.language-links-wrapper .links .language-link:hover,
.language-links-wrapper .links .language-link:visited:hover {
text-decoration: underline !important;
}

.language-links-wrapper .links .dropdown-item {
    padding: 0.5rem;
   
}

.language-links-wrapper .links .dropdown-item:hover {
   background-color:rgb(36 105 193 / 6%);
    width: 8rem;
    border-radius: 0.25rem;
}

.under-header-section {
    background: linear-gradient(180deg, #223267 0%, #2f3778 100%);
    border-radius: 0 0 40px 40px;
    position: absolute;
    inline-size: 100%;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    max-inline-size: 0;
    max-block-size: 0;
    transition: all .3s linear
}

.under-header-section.active {
    visibility: visible;
    opacity: 1;
    max-block-size: initial;
    max-inline-size: initial;
}

.under-header-section .header-bottom-region-wrapper {
    display: flex;
    justify-content: space-between;
    max-inline-size: 1650px;
    margin: 0 auto;
    padding-block: 40px 60px;
    gap: 20px
}

#block-yadvashem-main-mainnavigation {
    max-inline-size: 970px;
    inline-size: 100%;
}

#block-yadvashem-main-mainnavigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
	min-height: 100vh;
}

@media screen and (min-width: 1280px) {
    #block-yadvashem-main-mainnavigation ul {
        column-count: 2;
        column-gap: 100px
    }
}

#block-yadvashem-main-mainnavigation ul li {
    max-inline-size: 434.5px;
    border-block-end: 1px solid #485b9d;
    position: relative;
    transition: background-color .3s, border-radius .3s;

    img {
        transition: transform 0.3s ease-in-out;
    }

    .arrow-he {
        transform: scaleX(-1);
    }
}

#block-yadvashem-main-mainnavigation ul li:hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0rem 0rem 0.375rem 0.375rem;

    img {
        transform: translateX(0.5rem);
        transition: transform 0.3s ease-in-out;
    }

    .arrow-he {
        transform: scaleX(-1) translateX(0.5rem);
    }

    a {
        color: #D1D8FA;
    }
}

#block-yadvashem-main-mainnavigation ul li:hover:before {
    background-color: #0df1f4;
    inset-inline-start: 12px;
    inline-size: 18px
}

#block-yadvashem-main-mainnavigation ul li:hover svg path {
    stroke: #0df1f4
}

#block-yadvashem-main-mainnavigation ul li svg {
    position: absolute;
    inset-block-start: calc(50% - 9px);
    inset-inline-start: 19px;
    cursor: pointer
}

#block-yadvashem-main-mainnavigation ul li svg path {
    transition: all .3s
}

#block-yadvashem-main-mainnavigation ul li a {
    display: flex;
    inline-size: calc(100% - 42px);
    color: #fff;
    font-size: 1.5rem;
    padding-block: 1rem;
    padding-inline-start: 52px;
    text-decoration: none !important;
    padding: 1rem 1rem 1.25rem 1rem;
    gap: 1.5rem;
}

.main-menu__icon {
    transform: rotate(270deg)
}

[dir=rtl] .main-menu__icon {
    transform: rotate(90deg)
}

.advertising-block__icon {
    transform: rotate(270deg)
}

[dir=rtl] .advertising-block__icon {
    transform: rotate(90deg)
}

#block-yadvashem-main-headeradvertising1 {
    max-inline-size: 598px;
    inline-size: 100%
}

#block-yadvashem-main-headeradvertising1 .field--name-field-title {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    padding-block-end: 50px
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info * {
    font-size: 18px;
    color: #fff;
    line-height: 25.2px;
    margin-block: 0
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item {
    position: relative;
    padding-inline-start: 65px;
    padding-block: 16.5px;
    display: flex;
    gap: 1.5rem;
    padding: 1rem 1rem 1.25rem 1rem;
    width: 97%;
    box-sizing: border-box;

    img {
        transition: transform 0.3s ease-in-out;
    }

    .arrow-he {
        transform: scaleX(-1);
    }
}

.field__items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    align-self: stretch;
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 0.5rem 0.5rem;

    img {
        transform: translateX(0.5rem);
        transition: transform 0.3s ease-in-out;
    }

    .arrow-he {
        transform: scaleX(-1) translateX(0.5rem);
    }

    a {
        color: #D1D8FA;
    }
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item:hover:before {
    background-color: #0df1f4;
    inset-inline-start: 12px;
    inline-size: 18px
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item:hover svg path {
    stroke: #0df1f4
}


#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item svg {
    position: absolute;
    inset-block-start: calc(50% - 9px);
    inset-inline-start: 19px;
    cursor: pointer
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item svg path {
    transition: all .3s
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info .field__item svg {
    cursor: auto
}

#block-yadvashem-main-headeradvertising1 .field--name-field-advertising-info a {
    color: rgba(13, 241, 244, .7);
}

#block-yadvashem-main-headeradvertising1 .icon-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    inset-inline-start: 30px;
    inset-block-start: -30px;
    inline-size: 60px;
    block-size: 60px;
    background-color: #1e3dbd;
    border-radius: 50%;
}

#block-yadvashem-main-headeradvertising1 .icon-wrapper svg {
    margin: 0 auto;
    transition: all .5s ease
}

#block-yadvashem-main-headeradvertising1 .field--name-field-image {
    position: relative
}

#block-yadvashem-main-headeradvertising1 .field--name-field-image:hover img {
    transform: scale(1.2)
}

#block-yadvashem-main-headeradvertising1 .field--name-field-image:hover svg {
    transform: rotate(45deg)
}

#block-yadvashem-main-headeradvertising1 .field--type-image picture {
    overflow: hidden;
    display: block;
    border-radius: 8px
}

#block-yadvashem-main-headeradvertising1 .field--type-image picture img {
    object-fit: cover;
    transition: all .5s ease;
    inline-size: 100%;
    block-size: 100%
}



html[dir=rtl] .share_popover {
    left: auto !important;
    right: 0
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.hidden {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

@media (scripting:enabled) {
    .js-hide.js-hide {
        display: none;
    }

    .js-show {
        display: block;
    }
}


.buttonsForMobile {
    display: none;
}

.topMenuMobile {
    display: none;
}

.bottomMenuMobile {
    display: none;
}

@media only screen and (max-width: 1280px) {

    main {
        padding-top: 3rem;
    }

    header.header-main {
        position: fixed;
        top: 0;
        width: 100%;
        height: 3rem;
        display: flex;
        padding: 0.25rem 0.75rem;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        z-index: 1000;
        box-sizing: border-box;

        .logos {
            display: flex;
            gap: 0.5rem;
            align-items: center;
		.logo.he {
   			 display: none;
		}
            .logo {
                content: url('icons/logo-yv.svg');
                height: 1.75rem;
                width: 1.75rem;
				position:unset;
            }

            .logo-txt {
                display: block;
                width: 8.01rem;
                height: 1.125rem;
				&.he{
					height: 2rem;
					width: unset;
				}
            }
        }

    }

    .under-header-section .header-bottom-region-wrapper {
        flex-direction: column;
    }

    .listSiteMenu {
        a {
            img {
                display: none;
            }
        }


    }

    .topMenuMobile {
        height: 3.5rem;
        position: fixed;
        background-color: var(--Main-surface-container, #F4F6FE);
        top: 0;
        left: 0;
		width: 100vw;
		box-sizing: border-box;
        display: flex;
        padding: 0rem 1rem;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;	
		z-index: 1000;
        .langAndSearch {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            align-self: stretch;

            .language-links-wrapper button {
                color: var(--Neutral-Grey-800, #2A323C);
                font-size: 1rem;
                font-style: normal;
                font-weight: 400;
                line-height: 1.25rem;
                padding: 0;
                align-items: center;
            }

            .icon--dropdown-arrow {
                width: "2.5rem";
                height: "2.5rem"
            }
        }
    }

    .bottomMenuMobile {
        padding: 1rem 2.25rem;
        height: 5rem;
        position: fixed;
        background-color: #4763EB;
        bottom: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
		z-index: 1000;
        .icons {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            width: 100%;

        }
    }

    .header-content-wrapper {
        width: 100%;
    }

    .search,
    .reserv,
    .onlineStore,
    .supportUs,
    .header-top-wrapper {
        display: none !important;
    }

    .header-bottom-wrapper {
        img {
            height: 2.5rem;
            width: 2.5rem;
        }
		

    }

    .under-header-section {
        background: #fff;
        border-radius: unset;
        z-index: 1001;

        .header-bottom-region-wrapper {
            padding-block: 0;
            gap: 0;
        }
    }

    .buttonsForMobile {
        display: block !important;
        padding: 0rem 1.25rem 0.25rem 1.25rem;
        align-items: center;
        background: var(--Primary-050, #E8EBFC);
        margin-top: 3.5rem;

        .reserv_mobile,
        .supportUs_mobile,
        .onlineStore_mobile {
            color: #1A3CE6 !important;
            font-size: 1rem !important;
            font-style: normal;
            font-weight: 500 !important;
            line-height: 120% !important;
            display: flex !important;
            align-items: center !important;
            gap: 0.75rem !important;
            padding: 0 !important;
        }

        .main-menu__icon {
            display: none;
        }

    }

    .listSiteMenu {
        padding: 0rem 1.25rem 5rem 1.25rem;
    }

    #block-yadvashem-main-headeradvertising1 {
        display: none;
    }

    #block-yadvashem-main-mainnavigation ul li {
        display: flex;
        padding: 1rem 0.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.5rem;
        align-self: stretch;
        position: unset !important;
        border-block-end: 1px solid var(--Primary-200, #A3B1F5);

        a {
            color: #15191E;
            padding-block: 0;
            font-size: 1rem;
            font-weight: 400;
            line-height: 140%;
            padding-inline-start: unset !important;
        }

        svg {
            display: none;
        }

    }

    .language-links-wrapper .links.active {
        display: none;
    }
	.menu-open > *:not(.under-header-section) {
    display: none;
}

.menu-open .under-header-section{
    display: block; /* או flex בהתאם לצורך */
}
}

.followUsMenu {
    position: absolute;
    top: auto;
    margin-inline-start: -12rem;
    border-radius: 0.5rem;
    border: 1px solid var(--Neutral-Grey-100, #E1E5EA);
    background: var(--White, #FFF);
    box-shadow: 0px 6px 30px 0px rgba(206, 210, 218, 0.30);
    display: none;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;

    .title {
        display: flex;
        width: 20rem;
        align-items: flex-start;
        color: var(--Unnamed-Color, #000);
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .socialMedia {
        display: flex;
        align-items: flex-start;
        gap: 1rem;

        .button-f {
			width: 2.5rem;
            display: flex;
            padding: 0.75rem;
            justify-content: center;
            align-items: center;
            gap: 0.625rem;
            border-radius: 6.25rem;

            &.f {
                background: #1877F2;
            }

            &.f:hover {
                background: #0D6CE8;
            }

            &.f:active {
                background: #1877F2;
            }

            &.i {
                background: #C32AA3;
            }

            &.i:hover {
                background: #D746B9;
            }

            &.i:active {
                background: #C32AA3;
            }

            &.t {
                background: #000;
            }

            &.t:hover {
                background: #15191E;
            }

            &.t:active {
                background: #000;
            }

            &.y {
                background: #F00;
            }

            &.y:hover {
                background: #F33;
            }

            &.y:active {
                background: #F00;
            }

            &.p {
                background: #BD081C;
            }

            &.p:hover {
                background: #F50A24;
            }

            &.p:active {
                background: #BD081C;
            }

            &.b {
                background: #F4752D;
            }

            &.b:hover {
                background: #F69055;
            }

            &.b:active {
                background: #F4752D;
            }


        }
    }
}

.listSiteMenuNew {
    display: flex;
    flex-direction: column;
    background: var(--Primary-050, #E8EBFC);
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
    padding-top: 3.5rem !important;
}

.back-to-menu {
    display: flex;
    align-items: center;
    gap: 0.25rem;

    .back-text {
        color: #15191E;

        text-align: center;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
}

.back-to-menu:hover {
    background-color: #B0B8E6;
}

/* עיצוב לשדה החיפוש */
.search-field-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--Primary-050, #E8EBFC);
    /* רקע כהה */
    display: none;
    align-items: center;
    flex-direction: column;

    .search-mobile {
        display: flex;
        width: 80%;
        margin-top: 13.5rem;
        gap: 0;
        border: 1px solid var(--color-Primary-400, #4763EB);
        background: #FFF;
        border-radius: 0.5rem;
        .search-field,.search-field-mo {
            border: none;
            display: flex;
            padding: 0.625rem 1rem;
            align-items: center;
            flex: 1 0 0;
            border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
            color: #697D96;
            font-size: 1.0625rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
			height: 100%;

        }

        .search-button {
            margin: 0;
            padding: 0;
        }
    }

    .close-search {
        padding: 10px 20px;
        background-color: #fff;
        color: #333;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
}


.search-field-container.active {
    display: flex;
}

.topic-hidden {
	display:none !important;
}