/* Copy Animation */
.base-color{
  color: hsl(var(--main)) !important;
}
  .copyInput {
	display: inline-block;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
  }
  
  .copied::after {
	position: absolute;
	top: 8px;
	right: 12%;
	width: 100px;
	display: block;
	content: "COPIED";
	font-size: 1em;
	padding: 5px 5px;
	color: #fff;
	background-color: #FF7000;
	border-radius: 3px;
	opacity: 0;
	will-change: opacity, transform;
	animation: showcopied 1.5s ease;
  }
  
  @keyframes showcopied {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}
	50% {
		opacity: 0.7;
		transform: translateX(40%);
	}
	70% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
	}
  }




  .radius--10px {
	border-radius: 10px;
  }

  




.hover-input-popup {
        position: relative;
    }
    .input-popup {
        display: none;
    }
    .hover-input-popup .input-popup {
        display: block;
        position: absolute;
        bottom: 130%;
        left: 50%;
        width: 280px;
        background-color: #1a1a1a;
        color: #fff;
        padding: 20px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .input-popup::after {
        position: absolute;
        content: '';
        bottom: -19px;
        left: 50%;
        margin-left: -5px;
        border-width: 10px 10px 10px 10px;
        border-style: solid;
        border-color: transparent transparent #1a1a1a transparent;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .input-popup p {
        padding-left: 20px;
        position: relative;
    }
    .input-popup p::before {
        position: absolute;
        content: '';
        font-family: 'Line Awesome Free';
        font-weight: 900;
        left: 0;
        top: 4px;
        line-height: 1;
        font-size: 18px;
    }
    .input-popup p.error {
        text-decoration: line-through;
    }
    .input-popup p.error::before {
        content: "\f057";
        color: #ea5455;
    }
    .input-popup p.success::before {
        content: "\f058";
        color: #28c76f;
    }



 .show-filter{
  display: none;
}
@media(max-width:767px){
  .responsive-filter-card{
      display: none;
      transition: none;
  }
  .show-filter{
      display: block;
  }
}

/* Language */

.dropdown-lang {
  margin-left:30px !important;
}
@media (max-width: 1199px) {
  .dropdown-lang {
    margin-left:0px !important;
  }
}
.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 15px;
  border-radius: 2px;
}

.dropdown-lang .language-btn::after {
  color: #fff !important;
}

.dropdown-lang .language-text {
  color: hsl(var(--body-color));
  font-size: 16px;
}

.dropdown-lang .dropdown-menu {
  width: 112px !important;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  padding: 10px !important;
  max-height: 370px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 999;
  box-shadow: var(--box-shadow);
  transform: inherit;
  min-width: 130px !important;
  margin-top: 20px;

}

.dropdown-lang .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000 !important;
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px solid #f3f3f3;
}
.dropdown-lang .dropdown-menu a:hover {
  color: hsl(var(--base));
}
.dropdown-lang .dropdown-menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.dropdown-lang .dropdown-menu a .flag {
  width: 20px;
  margin-right: 10px;
  height: 15px;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.dropdown-lang .a{
  color: #fff !important;
}

/* ---------- cookie bar ----------
   A strip along the bottom edge in the station's own glass, not a modal:
   nothing behind it is dimmed or blocked, so a visitor can press play and
   browse without ever answering. Desktop: a small card in the corner.
   Phone: one thin row (icon, text, two buttons) that costs almost no screen.
   Accept and Reject are the same size, colour and weight - a refusal that is
   greyed out or smaller than the agreement is not a free choice. */
.cookies-card {
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 1029;                 /* under the station bar (1030), over content */
    width: 420px;
    max-width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    color: var(--ssr-text, #fceffe);
    font-size: 13px;
    line-height: 1.4;
    background: rgba(11, 11, 18, .92);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
    transition: transform .4s ease, opacity .4s ease;
}

.cookies-card.hide {
    transform: translateY(140%);
    opacity: 0;
    pointer-events: none;
}

.cookies-card__icon {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cookies-card__content {
    flex: 1 1 auto;
    margin: 0;
    color: var(--ssr-muted, rgba(252, 239, 254, .62));
}

.cookies-card__content a {
    color: var(--ssr-text, #fceffe);
    text-decoration: underline;
    white-space: nowrap;
}

.cookies-card__btn {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
}

.cookies-card .btn--cookie {
    flex: 1 1 0;
    min-width: 72px;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    transition: background .2s, border-color .2s;
}

.cookies-card .btn--cookie:hover,
.cookies-card .btn--cookie:focus {
    color: #fff;
    background: rgba(var(--ssr-base-rgb, 204, 46, 148), .35);
    border-color: rgba(var(--ssr-base-rgb, 204, 46, 148), .6);
}

@media (max-width: 767px) {
    .cookies-card {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        gap: 8px;
        padding: 8px 10px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        font-size: 11px;
        line-height: 1.3;
        border-radius: 0;
        border-width: 1px 0 0;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, .35);
    }

    .cookies-card__icon {
        display: none;             /* text and buttons only - one short row */
    }

    .cookies-card__btn {
        flex-direction: column;    /* stacked, so each stays a real tap target */
        gap: 5px;
    }

    .cookies-card .btn--cookie {
        min-width: 66px;
        padding: 6px 10px;
        font-size: 11px;
    }
}
