/* 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;
  }
}




.cookies-card {
  width: 520px;
  padding: 30px;
  color: #1E2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all .5s;
  background: #d1d1d1;
  border-radius: 5px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #6e6f70;
  color: #fff;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.cookies-card__content {
  margin-bottom: 0;
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}


@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}




.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;
  }
}

#confirmationModal .modal-footer .btn {
  padding: 10px 15px;
  font-size: 15px !important;
}

#confirmationModal .modal-footer .btn.btn--primary {
  background-color: hsl(var(--base)/0.1) !important;
  color: hsl(var(--base)) !important;
}

#confirmationModal .modal-footer .btn.btn--primary:hover,
#confirmationModal .modal-footer .btn.btn--primary:focus #confirmationModal .modal-footer .btn.btn--primary:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
  color: hsl(var(--white)) !important;
}

.btn--sm {
  padding: 8px 8px !important;
  font-size: 14px !important;
}

.listing-filter .input-group .form--control {
  height: 48px;
}

.create-listing-form-body .select2-container--default .select2-selection--multiple {
  height: 43px;
}

.listing-filter-button {
  width: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
}

@media(max-width:991px) {
  .listing-filter-button {
    width: 100%;
  }
}

/* payment */

payment-card-title {
  padding: 13px 25px;
  text-align: center;
  background-color: hsl(var(--base));
  border-radius: 5px;
  border: 0;
  margin-bottom: 0px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: hsl(var(--base));
  background-color: hsl(var(--white));
  box-shadow: var(--box-shadow);
  border-radius: 5px;
  height: 100%;

}


.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;

}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border-bottom: 1px solid hsl(var(--black) /0.1);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid hsl(var(--base));
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width))
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base)/.6);
  display: inline-block;
  border-radius: 100%;

}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: transparent;
  color: hsl(var(--base));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}




.deposit-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.deposit-info__title {
  max-width: 50%;
  margin-bottom: 0px;
  text-align: left;
}

.deposit-info__input {
  max-width: 50%;
  text-align: right;
  width: 100%;
}

.deposit-info__input-select {
  border: 1px solid var(--border-color);
  width: 100%;
  border-radius: 5px;
  padding-block: 6px;
}

.deposit-info__input-group {
  border: 1px solid var(--border-color);
  border-radius: 5px;

  .deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
  }

}

.deposit-info__input-group .form--control {
  padding: 5px;
  border: 0;
  height: 35px;
  text-align: right;
}

.deposit-info__input-group .form--control:focus {
  box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
  font-size: 14px;

}

.deposit-info__title .text.has-icon {
  display: flex;
  align-items: center;
  gap: 5px
}

.total-amount {
  border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
  font-weight: 600;
}

.payment-item__btn {
  border: 0;
  border-block: 1px solid var(--border-color);
  border-bottom: 0;
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  font-weight: 500;
}

.payment-item:hover+.payment-item__btn {
  border-top-color: #fff;
}

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

/* Language */

.dropdown-lang {
  margin-top: 25px;
}

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dropdown-lang .language-btn::after {
  color: hsl(var(--white)) !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: hsl(var(--white));
  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: hsl(var(--body-color));
  transition: 0.3s;
  padding-bottom: 6px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.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;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.card-empty {
  margin: 0 auto;
  text-align: center;
  padding: clamp(2rem, 1.391rem + 1.268vw, 2.5rem) clamp(1.5rem, 0.283rem + 2.536vw, 2.5rem);
}

.card-empty img {
  height: 100px;
}

.card-empty .empty-thumb {
  text-align: center;
  margin-bottom: 10px;
}


/* SOCIAL ICON SPECIFICS */
.social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #1D43C1; /* Your Primary Blue */
    color: #ffffff !important;
    border-radius: 12px; /* Slightly squared like tipz.cc */
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: #FDB31F; /* Your Golden Accent */
    color: #0F172A !important; /* Dark text on gold hover */
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(253, 179, 31, 0.4);
}

/* Ensure FontAwesome 6 is used for the X logo */
.fa-x-twitter {
    font-family: "Font Awesome 6 Brands" !important;
}

/* FOOTER BASE STYLING (RE-CONFIRMED) */
.yoaa-custom-footer {
    background-color: #0F172A !important;
    color: #94a3b8;
}

.widget-title::after {
    background-color: #FDB31F !important;
}


/* TIPZ.CC EXACT STYLE FOOTER */
.tipz-style-footer {
    background-color: #000000 !important; /* Pure Black */
    padding: 60px 0 40px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
}

/* Logo Sizing */
.footer-logo-wrap img {
    max-width: 150px;
    height: auto;
    filter: brightness(1);
}

/* Links Horizontal Row */
.footer-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.footer-nav-links li a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-nav-links li a:hover {
    color: #FDB31F; /* Your Golden Accent */
}

/* Social Icons Stack */
.footer-social-stack {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-social-stack .social-link {
    width: 45px;
    height: 45px;
    background: #1D43C1; /* Your Primary Blue */
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.footer-social-stack .social-link:hover {
    background: #FDB31F; /* Golden hover */
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(253, 179, 31, 0.3);
}

/* Bottom Copyright */
.footer-copyright p {
    color: #4b5563;
    font-size: 13px;
    margin-top: 10px;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .footer-nav-links {
        flex-direction: column;
        gap: 15px;
    }
}


/* --- PIWOYI MODERN OVERRIDE --- */

/* 1. Change the Main Site Theme to Orange */
:root {
    --main: 24, 100%, 50%; /* This is #FF6600 in HSL */
    --base: 24, 100%, 50%;
}

/* 2. Modernize the Cards (The "App" Feel) */
.card, .custom--card, .listing-item {
    border: none !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 102, 0, 0.15) !important;
}

/* 3. Style the Search/Direction Bar */
.listing-filter, .hero-search-area {
    background: #ffffff !important;
    border-radius: 50px !important; /* Makes it pill-shaped */
    padding: 10px 25px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1) !important;
}

/* 4. Update Buttons to Orange & Rounded */
.btn--base, .cmn-btn, .btn-primary, .cookies-btn {
    background-color: #FF6600 !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    padding: 12px 30px !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

.btn--base:hover {
    background-color: #e65c00 !important;
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.3) !important;
}

/* 5. Hide the "Buy Plan" alerts globally (Optional) */
.plan-alert-box, .buy-plan-notice {
    display: none !important;
}

/* 6. Dashboard Sidebar Tweak */
.sidebar-menu li a.active {
    background-color: rgba(255, 102, 0, 0.1) !important;
    color: #FF6600 !important;
    border-left: 4px solid #FF6600 !important;
}

/* Hide Plan Info on the "Create Listing" page */
.create-listing-form .card-header:has(h4), 
.plan-info-sidebar, 
.active-plan-badge {
    display: none !important;
}

/* Make the form take up full width now that sidebar is hidden */
.create-listing-form {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* 1. HIGHLIGHT FEATURED PLACES */
.listing-item.is-featured {
    border: 2px solid #FF6600 !important;
    position: relative;
    transition: all 0.3s ease;
}

/* 2. ADD THE FEATURED RIBBON */
.listing-item.is-featured::after {
    content: 'FEATURED';
    position: absolute;
    top: 10px;
    right: -5px;
    background: #FF6600;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 3px 0 0 3px;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
    z-index: 5;
}

/* 3. HOVER EFFECT FOR FEATURED ITEMS */
.listing-item.is-featured:hover {
    box-shadow: 0 10px 20px rgba(255, 102, 0, 0.3) !important;
    transform: translateY(-5px);
}

/* 4. HIDE ANY LINGERING "NO PLAN" ALERTS */
.alert-warning:contains("plan"), 
.alert-danger:contains("plan"),
div:contains("Please buy a plan"),
.plan-notice-box {
    display: none !important;
}