/*
  ___                        
 / __|_ _ ___ _  _ _ __ _  _ 
| (_ | '_/ _ \ || | '_ \ || |
 \___|_| \___/\_,_| .__/\_, |
                  |_|   |__/ 
   Unlock Premium Together   
*/
.grecaptcha-badge { 
  visibility: hidden;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    animation: fadeIn 0.5s forwards; /* Smooth fade-in animation */
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    max-width: 50%;
}

@media screen and (max-width: 768px) {
    .modal-content {
        max-width: 80%;
    }
}

.groupy-wave {
    margin-top: -23px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bg-white {
  background-color: white;
  width: 100%;
  transition: margin-top 0.8s, height 0.8s;
}


@keyframes animateWave {
  0%, 100% {
    margin-top: 23px;
    height: 0px;
  }
  50% {
    margin-top: 0px;
    height: 23px;
  }
}

.bg-white {
  animation: animateWave 2.4s infinite ease-in-out;
}

.bg-white:nth-child(1) { animation-delay: -2.4s; }
.bg-white:nth-child(2) { animation-delay: -2.3s; }
.bg-white:nth-child(3) { animation-delay: -2.2s; }
.bg-white:nth-child(4) { animation-delay: -2.1s; }
.bg-white:nth-child(5) { animation-delay: -2.0s; }
.bg-white:nth-child(6) { animation-delay: -1.9s; }
.bg-white:nth-child(7) { animation-delay: -1.8s; }
.bg-white:nth-child(8) { animation-delay: -1.7s; }
.bg-white:nth-child(9) { animation-delay: -1.6s; }
.bg-white:nth-child(10) { animation-delay: -1.5s; }
.bg-white:nth-child(11) { animation-delay: -1.4s; }
.bg-white:nth-child(12) { animation-delay: -1.3s; }
.bg-white:nth-child(13) { animation-delay: -1.2s; }
.bg-white:nth-child(14) { animation-delay: -1.1s; }
.bg-white:nth-child(15) { animation-delay: -1.0s; }
.bg-white:nth-child(16) { animation-delay: -0.9s; }
.bg-white:nth-child(17) { animation-delay: -0.8s; }
.bg-white:nth-child(18) { animation-delay: -0.7s; }
.bg-white:nth-child(19) { animation-delay: -0.6s; }
.bg-white:nth-child(20) { animation-delay: -0.5s; }
.bg-white:nth-child(21) { animation-delay: -0.4s; }
.bg-white:nth-child(22) { animation-delay: -0.3s; }
.bg-white:nth-child(23) { animation-delay: -0.2s; }
.bg-white:nth-child(24) { animation-delay: -0.1s; }

.menu-section {
  color: white;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
  max-width: 800px;
  margin: auto;
  margin-bottom: 18px;
  margin-top: 18px;
  padding: 10px;
  position: relative;
}

.top-right-image {
  position: absolute;
  padding: 0px;
  top: 20px;
  right: -70px;
  width: 120px;
  height: auto;
}

.menu-section-mini-header {
  padding: 10px;
  padding-bottom: 0px;
  font-size: 12px;
}

.menu-section-plan-premium {
  padding: 10px;
  padding-top: 0px;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(180deg, #12d6df, #f70fff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-section-plan-phantomwitcher {
  padding: 10px;
  padding-top: 0px;
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(90deg, #5a63eb, #bf00ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-section-plan-phantom {
  padding: 10px;
  padding-top: 0px;
  font-size: 40px;
  font-weight: bold;
  color: #5a63eb;
}

.menu-section-plan-witcher {
  padding: 10px;
  padding-top: 0px;
  font-size: 40px;
  font-weight: bold;
  color: #bf00ff;
}

.menu-section-plan-free {
  padding: 10px;
  padding-top: 0px;
  font-size: 40px;
  font-weight: bold;
}

.menu-section-plan-description {
  padding: 10px;
}

.menu-section-header {
  padding: 10px;
  font-weight: bold;
}
.menu-item {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item:hover {
  background-color: #393939;
  color: #fff;
  cursor: pointer;
}
.icon {
  color: #cecece;
  background-color: #2d2d2d;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 30px;
  min-width: 30px;
  margin-right: 16px;
}
.chevron {
  margin-left: auto;
  font-size: 1.5rem;
}

/* ====== Logs ======= */
.groupy-logs {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .groupy-logs {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.logs-wrapper {
  text-align: left;
  margin: 0px auto;
  background: var(--white);
  padding: 100px 60px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.logs-wrapper a{
  color: #000000;
  font-weight: bold;
}

.logs-wrapper a:hover{
  text-decoration: underline;
}

@media (max-width: 767px) {
  .logs-wrapper {
    padding: 50px 30px;
    text-align: center;
    font-size: 8px;
  }
}

.logs-subtitle {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logs-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .logs-subtitle {
    font-size: 18px;
  }
}

.back-to-the-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.back-to-the-dashboard a {
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  color: var(--heading-color);
  background: rgba(48, 86, 211, 0.06);
  border-radius: 5px;
  margin: 5px 10px;
}

.back-to-the-dashboard a:hover {
  background: var(--heading-color);
  color: var(--white);
  text-decoration: none;
}

@media (max-width: 767px) {
  .back-to-the-dashboard a {
    margin: 5px 10px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

.status-badge{
  border: 2px solid;
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 5px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .status-badge {
    font-size: 8px;
  }
}

.status-badge.paid{
  color: #006908;
  border-color: #a6eb84;
  background: #d7f7c2;
}

.status-badge.expired{
  color: #690000;
  border-color: #eb8484;
  background: #f7c2c2;
}

.status-badge.waiting{
  color: #126900;
  border-color: #e9eb84;
  background: #f7f4c2;
}

.announcement-bar {
  background-color: #ffffff; /* Bright color for visibility */
  color: #000000; /* White text for contrast */
  text-align: center; /* Center the text inside the bar */
  padding: 0.5rem 0;
}

.announcement-bar a{
  color: #000000;
  font-weight: bold;
}

.announcement-bar a:hover{
  text-decoration: underline;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .announcement-bar p {
    font-size: 14px; /* Smaller text on mobile devices */
  }
}

.notificationModal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dimmed background */
  z-index: 1000;
  opacity: 0; /* Hidden by default */
  visibility: hidden; /* Prevent interaction */
  animation: fadeIn 0.5s forwards; /* Smooth fade-in animation */
}

.notificationModal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 500px; /* Maximum width of modal */
  width: 90%; /* Adapt to smaller screens */
  transform: scale(0.8); /* Start slightly scaled down */
  animation: scaleUp 0.5s forwards; /* Smooth scaling effect */
}

.notificationModal-content h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.notificationModal-content p {
  margin: 0 0 10px;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease; /* Smooth hover effect */
}

.close-icon:hover {
  color: #555;
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8); /* Start small */
  }
  100% {
    transform: scale(1); /* Scale to normal size */
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; /* Prevent interaction */
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.groupy-form-group {
        position: relative;
        margin-bottom: 20px;
    }
    
    /* Shared styles for both input and select */
    .groupy-form-group input,
    .groupy-form-group select {
        width: 100%;
        padding: 10px; /* Base padding for all elements */
        font-size: 16px;
        border: 2px solid #ccc;
        border-radius: 10px;
        outline: none;
        transition: border-color 0.2s;
        background: white;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        color: #000000;
        box-sizing: border-box;
    }
    
    /* --- CHANGE 1: Padding applied ONLY to the select element --- */
    .groupy-form-group select {
        padding-right: 35px; /* Add space specifically for the chevron */
    }
    
    /* --- CHANGE 2: Chevron applied ONLY to groups containing a select --- */
    .groupy-form-group:has(select)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757575' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        pointer-events: none;
    }

    .groupy-form-group label {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        font-size: 16px;
        color: #757575;
        transition: 0.2s ease-in-out;
        pointer-events: none;
        background: white;
        padding: 0 5px;
    }

    .groupy-form-group input:focus,
    .groupy-form-group select:focus {
        border-color: #000000;
    }

    .groupy-form-group input:focus + label,
    .groupy-form-group input:not(:placeholder-shown) + label,
    .groupy-form-group select:focus + label,
    .groupy-form-group select:not([value=""]):valid + label {
        top: 0;
        font-size: 12px;
        color: #000000;
    }

.groupy-form-group input:disabled,
.groupy-form-group select:disabled {
    background: #f5f5f5;
    border-color: #d3d3d3;
    color: #a0a0a0;
    cursor: not-allowed;
}

.groupy-form-group input:disabled + label,
.groupy-form-group select:disabled + label {
    top: 0;
    font-size: 12px;
    color: #a0a0a0;
}

/* --- Custom Styles for Black Language Switcher Dropdown --- */
/* Target the dropdown menu itself to make it black */
.navbar-btn .dropdown-menu {
    background-color: #000000; /* Black background */
    border: 1px solid #333333; /* Dark border */
    border-radius: 8px; /* Slightly rounded corners */
    min-width: 110px; /* Increased slightly to fit flags */
}

/* Style the links (dropdown items) */
.navbar-btn .dropdown-item {
    color: #ffffff; /* White text color for non-active links */
    padding: 8px 15px;
    transition: background-color 0.2s, color 0.2s;
    display: flex;
    align-items: center;
}

/* Style on hover for non-active links */
.navbar-btn .dropdown-item:hover, 
.navbar-btn .dropdown-item:focus {
    background-color: #333333; /* Darker gray background on hover */
    color: #ffffff; /* Keep text white on hover */
}

/* Style for the active link (current selected language) */
.navbar-btn .dropdown-item.active {
    background-color: #333333; /* Active item background (e.g., dark gray) */
    color: #ffffff; /* Active item text color (white) */
    font-weight: bold;
}
/* --- End Custom Styles --- */

.pagination {
  display: flex;
  justify-content: center; /* This centers the pagination */
  padding-left: 0;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-link:focus{
    box-shadow: 0 0 0 0px;
    color: #000;
}

.page-item .page-link {
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
  text-decoration: none; /* No underline */
  margin: 0 2px;
  font-weight: normal;
}

/* Remove hover effects */
.page-item .page-link:hover {
    text-decoration: none; /* Ensure no underline on hover */
    color: #000;
}

/* Style for the active page */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000000; /* Black background for active */
  border-color: #000000; /* Black border for active */
  font-weight: bold;
}

.page-item.active .page-link:hover {
    color: #fff; /* Keep white text color on hover for active link */
    background-color: #1c1c1c;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.logs-subtitle{
    text-align: center;
}

/* Testimonial Carousel Styles */
#testimonialCarousel {
  padding-bottom: 60px; /* Add space for indicators */
}

#testimonialCarousel .carousel-indicators {
  bottom: 0; /* Position indicators at the bottom */
}

#testimonialCarousel .carousel-indicators button {
  background-color: #ccc; /* Inactive indicator color */
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  opacity: 0.7;
}

#testimonialCarousel .carousel-indicators .active {
  background-color: #000; /* Active indicator color */
  opacity: 1;
}

#testimonialCarousel .ud-single-testimonial {
  margin-bottom: 0; /* Remove default bottom margin */
}

/* Style for the flag SVG size and spacing */
.flag-icon {
    /* Flag Icon CSS library defines its own size, often 1em or 16px */
    width: 20px; /* Adjust size of flag container */
    height: 15px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 8px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); /* Optional: small shadow for better visibility */
    display: inline-block;
}

/* Ensure the flag in the button is centered and sized correctly */
.navbar-btn .dropdown-toggle .flag-icon {
    margin-right: 5px;
}

.ud-single-pricing .ud-alt-tag {
  display: inline-block;
  padding: 10px 25px;
  background: #000;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}