.eb-event-detail-widget .eb-taskbar li a.btn.eb-register-button {
  padding: 15px 45px;
  width: 100%;
}
.eb-event-detail-widget .eb-taskbar li:nth-child(1)  {
  display: block;
  width: 100%;
}
.eb-event-detail-widget .eb-taskbar li a.btn.eb-group-registration-button {
  padding: 15px 45px;
  width: 100%;
}
.eb-event-detail-widget .eb-taskbar li:nth-child(2) {
  display: block;
  width: 100%;
}

.chosen-container-single .chosen-single {
  height: 43px;
  line-height: 43px;
}
joomla-tab[view="accordion"] button {
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .eb-container .eb-search-bar-container .input-large {
  width: 100% !important;
  max-width: inherit;
}
.filters.btn-toolbar .btn-group + .btn-group {
    width: 100%;
  }
.eb-taskbar li a , .eb-taskbar li .dropdown-toggle {
  width: 100%;
}
.com_eventbooking  .pagination li {
  padding: 0 1px;
}
.com_eventbooking .eb-container {
  padding: 5px !important;
}
  .eb-container .input-xxlarge {
  width: auto !important;
}
.com_eventbooking .eb-container  .input-group {
  margin: 10px 0;
}
.eb-container .form-group select.form-select.input-medium {
  margin: 10px 0;
}
.eb-search-bar-container .btn-group select {
  margin: 10px 0;
}
.eb-search-bar-container .filter-search {
  width: 100%;
}
.eb-search-bar-container .filter-search  .form-control {
  max-width: inherit;
}
#eb-cart-registration-page .form-check-input {
  border: 1px solid;
  
}
}
.eb-featured-event {
    background-color: #fff; /* Inner content background color */
    border: 4px solid #A6ED12; /* Highlighted border */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative; /* For positioning the label and icon */
}

.eb-featured-event::before {
    content: "Featured Event";
    font-weight: bold;
    font-size: 1.25em; /* Similar to h4 */
    color: #333;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    position: absolute;
    top: -20px; /* Adjust to center over the border */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Enhanced shadow */
    outline: 2px solid #0764c6; /* Outline around the pseudo-element */
    white-space: nowrap; /* Prevent text wrapping */
}

.eb-featured-event .fa-star {
    color: #333; /* Icon color */
    position: absolute;
    top: 10px;
    right: 15px;
}

.eb-featured-event h2,
.eb-featured-event p {
    color: #333; /* Text color for better contrast */
    margin-top: 25px; /* Space below the label */
}

.eb-featured-event h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.eb-featured-event p {
    font-size: 1em;
    line-height: 1.5;
}
/* General Styling for Desktop and Larger Screens */
.eb-container, .eb-joomla4-container {
  font-family: Arial, sans-serif;
  padding: 25px;
  background-color: #ffffff; /* Background for container */
  color: #333; /* Main text color */
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  margin: 20px auto;
  max-width: 1200px; /* Center container with max-width */
}

.eb-container h2, .eb-joomla4-container h2 {
  font-size: 1.6rem;
  color: #004d80; /* Use primary color for headings */
  margin-bottom: 20px;
}

.eb-container p, .eb-joomla4-container p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

.eb-container .button, .eb-joomla4-container .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #004d80; /* Primary button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.eb-container .button:hover, .eb-joomla4-container .button:hover {
  background-color: #0066a6; /* Darker shade on hover */
}
.form-check-input {
  
  border: 1px solid #000 !important;
 
}
/* Responsive Styling for Tablets and Small Screens */
@media (max-width: 768px) {
  .eb-container, .eb-joomla4-container {
    padding: 15px;
    margin: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

  .eb-container h2, .eb-joomla4-container h2 {
    font-size: 1.4rem;
  }

  .eb-container p, .eb-joomla4-container p {
    font-size: 0.95rem;
  }
}

/* Responsive Styling for Mobile */
@media (max-width: 480px) {
  .eb-container, .eb-joomla4-container {
    padding: 10px;
    border-radius: 5px;
  }

  .eb-container h2, .eb-joomla4-container h2 {
    font-size: 1.3rem;
    text-align: center;
  }

  .eb-container p, .eb-joomla4-container p {
    font-size: 0.9rem;
  }

  .eb-container .button, .eb-joomla4-container .button {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}

 @media screen and (max-width: 768px) {
    #eb-registrants-management-page .filters.btn-toolbar>.btn-group:last-child {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        gap: 10px;
    }

    #eb-registrants-management-page .filters.btn-toolbar>.btn-group:last-child>select {
        width: 270px !important;
    }
}