@font-face {
    font-family: 'Gilroy';
    src: url('/assets/Gilroy-Light-CVM2ydYb.otf') format('truetype');
    font-weight: 100 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/Gilroy-SemiBold-C6dMyk6O.otf') format('truetype');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
  
@font-face {
    font-family: 'Gilroy';
	src: url('/assets/Gilroy-ExtraBold-BDcfmT-i.otf') format('truetype');
    font-weight: 700 900;
    font-style: normal;
	font-display: swap;
}

:root {
    --color-yellow: #FFBF22;
    --color-neon-pink: #E00099;
    --font-primary: 'Gilroy';
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
    outline: none;
}

html {
	overflow-x: hidden;
	font-size: 10px;
}

body {
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    font-family: var(--font-primary);
}

html {
    overflow: hidden;
}

#app-map {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100dvw !important;
    height: 105dvh !important;
    z-index: 2 !important;
}

.page-template-template-app_home #page {
    padding-top: 0;
}

#app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: var(--color-yellow);
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.app-header-logo {
    display: flex;
    justify-content: center;
}

.app-header-logo svg {
    width: 100px;
    height: auto;
}

#app-map-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.app-popup-wrapper {
    background-color: #FFF;
    padding: 20px 12px;
    border-radius: 12px 12px 0 0;
    border: 1px solid #000;
}

.app-popup-main {
    display: grid;
    /* grid-template-columns: 65% minmax(0, 1fr); */
    gap: 15px;
}

.app-popup-main {
    grid-template-columns: minmax(0, 1fr);
}
.app-popup-right {
    display: none;
}

.app-popup-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-popup-index {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #FFF;
    background-color: #E00099;
    border-radius: 50%;
    font-size: 1.3rem;
    font-weight: 600;
}

.app-popup-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.app-popup-title {
    color: #000F;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
}

.app-popup-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-popup-btns button {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.app-popup-btns button:first-child {
    background: #ff00ae;
    border-color: #ff00ae;
}

.app-popup-btns button:last-child {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
}

#app-show-map-filters {
    position: fixed;
    bottom: 200px;
    right: 15px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-yellow);
    transition: .4s ease;
}

#app-show-map-filters svg {
    width: 16px;
    height: 16px;
}

#app-events {
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-yellow);
    transition: .4s ease;
}

#app-show-location {
    position: fixed;
    bottom: 140px;
    right: 15px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-yellow);
    transition: .4s ease;
}

#app-events svg {
    width: 16px;
    height: 16px;
}

#app-show-location svg {
    width: 16px;
    height: 16px;
}

#app-favorites {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-yellow);
    transition: .4s ease;
}

#app-favorites svg {
    width: 16px;
    height: 16px;
}

#app-cancel-navigation {
    position: fixed;
    bottom: 140px;
    right: 15px;
    z-index: 5;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: var(--color-yellow);
    transition: .4s ease;
}

#app-cancel-navigation svg {
    width: 16px;
    height: 16px;
}

#app-events-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    background-color: var(--color-yellow);
    background-color: #FFF;
    transition: .4s ease;
}

#app-events-popup.event-popup-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#app-single-event {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    background-color: var(--color-yellow);
    background-color: #FFF;
    transition: .4s ease;
}

#app-single-event.event-popup-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    max-height: 100dvh;
    overflow-y: auto;
}

#app-single-event::-webkit-scrollbar {
    width: 10px;
}

#app-single-event::-webkit-scrollbar-track {
    background: #E6E6E6; 
    border-radius: 100px;
}

#app-single-event::-webkit-scrollbar-thumb {
    background: #FFBF22;
}

.app-popup-container {
    padding: 20px 10px;
}

#app-popup-close {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -10px;
    left: -10px;
}

#app-popup-close svg {
    width: 22px;
    height: 22px;
}

.app-popup-heading {
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-top: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-popup-content {
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.event-popup-content-map {
    overflow-y: hidden;
    overflow-x: hidden;
}

.app-popup-content::-webkit-scrollbar {
    width: 10px;
}

.app-popup-content::-webkit-scrollbar-track {
    background: #E6E6E6; 
    border-radius: 100px;
}

.app-popup-content::-webkit-scrollbar-thumb {
    background: #FFBF22; 
    border-radius: 100px;
}

#root:has(.map-popup-opened) #app-events {
    bottom: 220px;
}

#root:has(.map-popup-opened) #app-show-location {
    bottom: 280px;
}

#root:has(.map-popup-opened) #app-cancel-navigation {
    bottom: 340px;
}

.app-event {
    margin-bottom: 25px;
}

.app-event-image {
    height: 225px;
}

.app-event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
}

.app-title {
    padding-top: 4px;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 4px;
}

.app-event-meta-1,
.app-event-meta-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}

.app-event-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.app-event-meta svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.app-event-meta span {
    font-size: 14px;
    line-height: 100%;
    color: #000;
}

.app-event-types {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 14px;
}

.app-event-card-type {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    /* background-color: #000; */
    /* padding: 4px 10px; */
    border-radius: 8px;
}

.app-event-card-type span {
    color: var(--color-neon-pink);
    font-size: 13px;
    line-height: 100%;
}

.app-event-card-type svg,
.app-event-card-type img {
    height: 17px;
    width: auto;
}

.app-event-card-type svg path {
    stroke: var(--color-neon-pink);
}

.app-event-card-type img {
    filter: invert(13%) sepia(94%) saturate(6000%) hue-rotate(316deg) brightness(90%) contrast(105%);
}

.app-event-short-description {
    padding-top: 8px;
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    color: #000;
}

.app-popup-location {
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}

.app-popup-date {
    padding-top: 5px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.app-popup-date svg,
.app-popup-location svg {
    height: 16px;
    width: auto;
}

.app-btn-favorite svg path {
    fill: #000;
}

#app-single-close {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10;
}

#app-single-close svg {
    width: 22px;
    height: 22px;
}

.app-single-header-image {
    height: 325px;
}

.app-single-header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.app-single-header {
    position: relative;
}

.app-single-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    display: block;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

.app-single-header:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.app-single-content {
    padding: 0 15px 30px;
    /* max-height: calc(100dvh - 350px);
    overflow-y: auto; */
    overflow-x: hidden;
    position: relative;
    top: -15px;
}

.app-single-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
}

.app-single-metadata {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-single-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-single-meta svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.app-single-meta span {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
}

.app-single-types {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
}

.app-single-event-type {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #FF9EE1;
    padding: 5px 10px;
    border-radius: 8px;
}

.app-single-event-type img {
    filter: brightness(0);
    max-height: 16px;
    width: auto;
    height: auto;
}

.app-single-event-type span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.app-single-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.app-single-buttons button {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
}

.app-single-buttons button:first-child {
    background: #ff00ae;
    border-color: #ff00ae;
}

.app-single-buttons button:last-child {
    background: var(--color-yellow);
    border-color: var(--color-yellow);
}


.app-single-description {
    padding: 20px 0 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

.app-switch {
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.app-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.app-switch-slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    border: 2px solid #000;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.app-switch-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: #000;
    border-radius: inherit;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.app-switch input:checked + .app-switch-slider {
    box-shadow: 0 0 5px rgba(255, 191, 34, .8);
    border: 2px solid #FFBF22;
}

.app-switch input:checked + .app-switch-slider:before {
    transform: translateX(25px);
}

.app-switch:has(input:checked) .app-switch-slider:before {
    background-color: #FFBF22;
    transform: translateX(25px);
}

.app-switch:has(input:checked) .app-switch-slider {
    background-color: #000;
}

.app-popup-description {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.app-switch-label {
    position: relative;
    top: -5px;
    color: #FFF;
    font-size: 12px;
}

/* .app-events-switcher .app-switch {
    right: -23px;
} */

.app-single-description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 12px;
}

.app-single-description a {
    color: #000;
    text-decoration: underline;
}

.app-single-description ul {
    padding-bottom: 12px;
}

.app-filters {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: .3s ease;
}

.app-filters.app-filters-visible {
    opacity: 1;
    visibility: visible;
    height: initial;
}

.app-filter {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.app-filter > span {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 110%;
}

.app-filter-dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.app-filter-text {
    height: 42px;
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: 0 14px;
}

.app-input-with-button {
    position: relative;
}

.app-input-with-button button {
    position: absolute;
    right: 6px;
    top: 9px;
    background-color: transparent;
    border: none;
}

.app-input-with-button input {
    width: 100%;
}

.app-marker-label {
    position: relative;
}

.app-marker-label svg {
    position: relative;
    top: 2px;
}

#app-favorites-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
    background-color: var(--color-yellow);
    background-color: #FFF;
    transition: .4s ease;
}

#app-favorites-popup.event-popup-opened {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

#app-show-filters {
    border: 2px solid #000;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    transition: .3s ease;
}

#app-show-filters svg {
    width: 16px;
    height: auto;
}

#app-show-filters svg path {
    transition: .3s ease;
}

#app-show-filters span {
    font-size: 14px;
    font-weight: 600;
    line-height: 110%;
    transition: .3s ease;
}

#app-single-event-show-location {
    position: absolute;
    top: 15px;
    right: 10px;
    border: none;
    background-color: var(--color-yellow);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#app-single-event-show-location svg {
    width: 18px;
    height: auto;
}

#app-single-event-show-location svg path {
    stroke: #000;
}

#app-map-filters {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100dvw;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: .4s ease;
    background-color: var(--color-yellow);
    background-color: #FFF;
    padding: 20px 12px;
    border-radius: 12px 12px 0 0;
    border: 1px solid #000;
}

#app-map-filters.map-filters-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.app-map-filters-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.map-filter-btn {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 3px 5px;
    background-color: #E6E6E6;
    border-radius: 4px;
    transition: .3s ease;
}

.map-filter-btn.map-filter-on {
    background-color: #FF9EE1;
}

.map-filter-btn.map-filter-on[data-cid="5"] {
    background-color: #93eeb3;
}

.map-filter-btn.map-filter-on[data-cid="6"] {
    background-color: #FFB809;
}

.map-filter-btn.map-filter-on[data-cid="7"] {
    background-color: #FF9EE1;
}

.map-filter-btn.map-filter-on[data-cid="8"] {
    background-color: #FF9009;
}

.map-filter-btn img {
    filter: brightness(0);
    height: 16px;
    width: auto;
}

.map-filter-btn span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 100%;
}

.app-map-filter-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.app-map-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.app-map-filter-header-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-map-filter-section-category {
    padding-bottom: 20px;
}


.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 8px;
    border: 4px solid currentColor;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#app-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: var(--color-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
}

#app-loading .app-loading-logo {
    padding-bottom: 20px;
    text-align: center;
}

#app-loading .app-loading-logo img {
    width: 150px;
    height: auto;
}

.app-loading-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}

.app-loading-progress {
    text-align: center;
}

.app-popup-filters-clear {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}

.app-popup-filters-clear svg {
    width: 14px;
    height: auto;
}

.app-popup-filters-clear span {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

#app-show-filters.app-filters-visible {
    background-color: #000;
}

#app-show-filters.app-filters-visible svg path {
    fill: #FFF;
}

#app-show-filters.app-filters-visible span {
    color: #FFF;
}

.app-events-empty {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    line-height: 140%;
}

.app-header-logo img {
    height: 45px;
    width: auto;
}

.app-header-right {
    display: flex;
    align-items: center;
    gap: 25px; 
}

.app-header-lang {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.app-events-switcher {
    display: flex;
    align-items: center;
    gap: 6px;
}

.app-switch-text {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.app-navigation-popup-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    background-color: var(--color-yellow);
    border-top: 1px solid #000;
    border-radius: 12px 12px 0 0;
    padding: 20px;
    transition: .3s ease;
}

.app-navigation-popup-overlay.is-open {
    animation: app-navigation-popup-slide-up 0.25s ease forwards;
}
 
.app-navigation-popup-overlay.is-closing {
    animation: app-navigation-popup-slide-down 0.25s ease forwards;
}

@keyframes app-navigation-popup-slide-up {
    from {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
 
@keyframes app-navigation-popup-slide-down {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100px);
        opacity: 0;
    }
}

.app-navigation-popup-buttons {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.app-navigation-popup-buttons .app-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s ease;
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    width: 100%;
    justify-content: center;
}

.app-navigation-popup-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 20px;
    gap: 15px;
}

.app-navigation-popup-header span {
    font-size: 14px;
    font-weight: 600;
    line-height: 125%;
    color: #000;
}

.app-navigation-popup-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.app-navigation-popup-close svg {
    width: 20px;
    height: auto;
}

.notification-popup-overlay {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100dvw;
    z-index: 100;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: var(--color-yellow);
    border-radius: 0 0 12px 12px;
    padding: 12px 12px;
    transition: .3s ease;
    animation: fade-in-top 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.notification-popup-overlay.closing {
    animation: fade-out-top 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fade-in-top {
    from {
        /* transform: translateY(-100px); */
        opacity: 0;
    }
    to {
        /* transform: translateY(0); */
        opacity: 1;
    }
}
 
@keyframes fade-out-top {
    from {
        /* transform: translateY(0); */
        opacity: 1;
    }
    to {
        /* transform: translateY(-100px); */
        opacity: 0;
    }
}

.notification-popup-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    padding-bottom: 12px;
}

.notification-popup-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification-popup-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.notification-popup-item:last-child {
    border-bottom: none;
}

.notification-popup-item p {
    flex-grow: 1;
    font-size: 14px;
    line-height: 140%;
}

.notification-popup-item .notification-popup-mark-read {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    flex-shrink: 0;
}

@media (max-width: 460px) {
    .app-popup-btns {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .app-popup-btns button {
        width: 100%;
        justify-content: center;
    }
    /* .app-popup-main {
        grid-template-columns: minmax(0, 1fr);
    }
    .app-popup-right {
        display: none;
    } */
}

@media (max-width: 330px) {
    .app-navigation-popup-buttons {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px; 
    }
    .app-navigation-popup-overlay {
        padding: 20px 10px;
    }
}

@media (max-width: 320px) {
    .app-popup-btns {
        grid-template-columns: minmax(0, 1fr);
    }
}

