.page-id-7 main {
  background-color: #212121;
}
.wp-block-post-title{
  display: none;
}

.scroll-container {
    width: 300px;
    height: 300px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
  }
  
  /* Custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  
  /* Style for the entire swiper container */
  .swiper-container {
      position: relative;  /* Needed to position the scrollbar correctly */
      width: 100%;
      padding-bottom: 30px;  /* Make sure there's space for the scrollbar below */
    }
    
    /* Style for the swiper scrollbar */
    .swiper-scrollbar {
      height: 8px;  /* Define the height of the scrollbar */
      background-color: #f1f1f1;  /* Light color for the track */
      border-radius: 4px;
    }
    
    /* Style for the swiper scrollbar thumb */
    .swiper-scrollbar .swiper-scrollbar-drag {
      background-color: #888;  /* Darker color for the thumb */
      border-radius: 4px;
    }
    
    /* Optional: Hover effect for the scrollbar thumb */
    .swiper-scrollbar .swiper-scrollbar-drag:hover {
      background-color: #555;  /* Darker color when hovered */
    }
    
  
    /* Optional: Adjust padding or margins for spacing */
    .gray-scrollbar {
      margin-top: 10px;  /* Space between swiper and scrollbar */
    }
  
  
    /* Custom Datepicker Styles */
  /* .ui-datepicker {
      background-color: #f9f9f9;
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      font-family: Arial, sans-serif;
    }
    
    .ui-datepicker-header {
      background-color: #4CAF50;
      color: white;
      border: none;
      border-radius: 5px;
      padding: 10px;
    }
    
    .ui-datepicker-title {
      text-align: center;
      font-weight: bold;
    }
    
    .ui-datepicker-prev,
    .ui-datepicker-next {
      cursor: pointer;
      color: white;
    }
    
    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover {
      color: #ddd;
    }
    
    .ui-datepicker-calendar {
      width: 100%;
      margin-top: 10px;
    }
    
    .ui-datepicker-calendar th {
      background-color: #f4f4f4;
      color: #333;
      padding: 5px;
      border: 1px solid #ddd;
    }
    
    .ui-datepicker-calendar td {
      padding: 5px;
      text-align: center;
      border: 1px solid #ddd;
    }
    
    .ui-datepicker-calendar td a {
      color: #333;
      text-decoration: none;
      display: block;
      padding: 5px;
    }
    
    .ui-datepicker-calendar td a:hover {
      background-color: #4CAF50;
      color: white;
      border-radius: 3px;
    }
    
    .ui-datepicker-calendar .ui-state-active {
      background-color: #4CAF50;
      color: white;
      border-radius: 3px;
    }
    
    .ui-datepicker-calendar .ui-state-highlight {
      background-color: #e0f7fa;
      color: #333;
      border-radius: 3px;
    } */
  
  
    /*
  Plugin Name: LT-Booking plugin stylesheet
  Author: Like Themes 
  Author URI: http://like-themes.com/
  Version: 1.0.2
  
  Plugin requires Unyson plugin and parent Like Themes theme for correct work
  */
  
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-Bold.ttf) format('truetype');*/
  /*  font-weight: bold;*/
  /*}*/
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-ExtraLight.ttf) format('truetype');*/
  /*  font-weight: 200; */
  /*}*/
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-Light.ttf) format('truetype');*/
  /*  font-weight: 300; */
  /*}*/
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-Medium.ttf) format('truetype');*/
  /*  font-weight: 500;*/
  /*}*/
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-Regular.ttf) format('truetype');*/
  /*  font-weight: normal;*/
  /*}*/
  
  /*@font-face {*/
  /*  font-family: 'suad';*/
  /*  src: url(../fonts/s-day-font-SemiBold.ttf) format('truetype');*/
  /*  font-weight: 600; */
  /*}*/  