
#rangelabel label{
  display: flex;
  flex-direction: row;
}

#priceRange {
  width: 100%;
  height: 20px; /* Increase height of the range input */
  -webkit-appearance: none; /* Remove default styling for WebKit browsers */
  appearance: none; /* Remove default styling for non-WebKit browsers */
  background-color: #FEA116;; /* Background color for the track */
  outline: none; /* Remove outline */
  border-radius: 20px; /* Optional: Add rounded corners */
  padding-left: 2px;
}

#priceRange::-webkit-slider-thumb {
  -webkit-appearance: none; /* Remove default styling for WebKit browsers */
  appearance: none; /* Remove default styling for non-WebKit browsers */
  width: 20px; /* Adjust thumb width */
  height: 20px; /* Adjust thumb height */
  background-color: rgb(74, 145, 94); /* Thumb color */
  border-radius: 50%; /* Optional: Rounded thumb */
  cursor: pointer; /* Add pointer cursor */
}

#priceRange::-moz-range-thumb {
  width: 20px; /* Adjust thumb width */
  height: 20px; /* Adjust thumb height */
  background-color: #ffffff; /* Thumb color */
  border-radius: 50%; /* Optional: Rounded thumb */
  cursor: pointer; /* Add pointer cursor */
}

#priceOutput {
  display: block;
  font-size: 2em;
  color: #999;
  font-weight: 400;
}

#maxprice {
  display: block;
  font-size: 2em;
  color: #999;
  font-weight: 400;
}





.shows-events-tabs {
    background-color: #f0f0f1;
  }
  
  .shows-events-tabs .heading-tabs {
    padding: 20px 0px;
    border-bottom: 1px dotted #d7dadc;
  }
  
  .shows-events-tabs .heading-tabs .main-dark-button {
    text-align: right;
  }
  
  .shows-events-tabs #tabs ul {
    margin-top: 10px;
    padding: 0;
  }
  .shows-events-tabs #tabs ul li {
    display: inline-block;
    margin-right: 30px;
  }
  .shows-events-tabs #tabs ul li:last-child {
    margin-right: 0px;
  }
  .shows-events-tabs #tabs ul li a {
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 500;
    transition: all 0.3s;
  }
  .shows-events-tabs #tabs ul .ui-tabs-active span {
    background: #faf5b2;
    border: #faf5b2;
    line-height: 90px;
    border-bottom: none;
  }
  .shows-events-tabs #tabs ul .ui-tabs-active a {
    color: #656c74;
    position: relative;
  }
  .shows-events-tabs #tabs ul .ui-tabs-active a:after {
    width: 100%;
    height: 3px;
    background-color: #7c838b;
    content: '';
    left: 0;
    top: -32px;
    position: absolute;
  }
  .shows-events-tabs #tabs ul .ui-tabs-active span {
    color: #1e1e1e;
  }
  .shows-events-tabs .tabs-content {
    margin-top: 40px;
    text-align: left;
    display: inline-block;
    transition: all 0.3s;
  }
  .shows-events-tabs .tabs-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 15px;
  }
  
  .shows-events-tabs .tabs-content .heading h2 {
    font-size: 30px;
    color: #656c74;
    font-weight: 700;
    margin-bottom: 40px;
  }
  
  .shows-events-tabs .tabs-content .sidebar {
    background-color: #fff;
    padding: 30px;
  }
  
  .shows-events-tabs .tabs-content .sidebar .heading-sidebar h4 {
    font-weight: 700;
    color: #2a2a2a;
    font-size: 15px;
    line-height: 24px;
  }
  
  .shows-events-tabs .tabs-content .sidebar .heading-sidebar {
    border-bottom: 1px dotted #d7dadc;
  }
  
  .shows-events-tabs .tabs-content .sidebar .month h6,
  .shows-events-tabs .tabs-content .sidebar .category h6,
  .shows-events-tabs .tabs-content .sidebar .venues h6 {
    font-weight: 700;
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 20px;
  }
  
  .shows-events-tabs .tabs-content .sidebar ul li {
    display: block!important;
  }
  
  .shows-events-tabs .tabs-content .sidebar .month,
  .shows-events-tabs .tabs-content .sidebar .category {
    border-bottom: 1px dotted #d7dadc;
    padding-bottom: 30px;
  }
  
  .shows-events-tabs .tabs-content .sidebar ul li a {
    font-size: 14px;
    color: #7c838b!important;
    font-weight: 400!important;
  }
  
  .shows-events-tabs .tabs-content .sidebar ul li a:hover {
    color: #343a3e!important;
  }
  
  .shows-events-tabs .tabs-content .event-item {
    border: 1px dotted #d7dadc;
    margin-bottom: 30px;
  }
  
  .shows-events-tabs .tabs-content .event-item img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    overflow: hidden;
  }
  
  .shows-events-tabs .tabs-content .event-item .left-content {
    padding: 30px;
  }
  
  .shows-events-tabs .tabs-content .event-item .left-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 20px;
  }
  
  .shows-events-tabs .tabs-content .event-item .left-content .main-dark-button {
    margin-top: 25px;
  }
  
  .shows-events-tabs .tabs-content .event-item .right-content ul li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d7dadc;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  
  .shows-events-tabs .tabs-content .event-item .right-content ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  
  
  .shows-events-tabs .tabs-content .event-item .right-content {
    padding: 10px 30px 10px 0px;
  }
  
  .shows-events-tabs .tabs-content .event-item .right-content ul li i {
    width: 30px;
    display: inline-block;
    height: 60px;
    float: left;
  }
  .shows-events-tabs .tabs-content .event-item .right-content ul li h6 {
    font-weight: 700;
    color: #2a2a2a;
    font-size: 15px;
    width: 100%;
    display: inline;
    line-height: 28px;
  }
  
  .shows-events-tabs .tabs-content .event-item .right-content ul li span {
    font-size: 15px;
  }
  
  .shows-events-tabs .tabs-content .pagination ul {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
  }
  
  .shows-events-tabs .tabs-content .pagination ul li {
    margin: 0px 10px!important;
    display: inline-block!important;
  }
  
  .shows-events-tabs .tabs-content .pagination ul li a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
    background-color: #e6e7e8;
    color: #2a2a2a;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .3s;
  }
  
  .shows-events-tabs .tabs-content .pagination ul li a:hover,
  .shows-events-tabs .tabs-content .pagination ul li.active a {
    background-color: #343a3e;
    color: #fff!important;
  }
  
  