/*09-09-2024*/
/* styles/Schedule/schedule.css */


@media(min-width:1025px) {

  /* .trackInfoOverLay, .trackDetailsWrapper{
    display:none;
    } */
  .scheduleday2DesktopWrapper.jerWrapper {
    margin-bottom: -50px;
  }

  .scheduleHeader {
    margin-top: 70px;
  }

  .dektopScheduletwo {
    display: flex;
    padding: 20px;
    position: relative;
    height: calc(22 * 150px);
  }

  .dektopSchedulethree {
    display: flex;
    padding: 20px;
    position: relative;
    height: calc(22 * 150px);
  }

  .timeline {
    width: 90px;
    display: flex;
    flex-direction: column;
    padding-right: 2px;
    margin-right: 10px;
  }

  .timeline-item {
    height: 150px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #ffd5ab;    
    font-family: 'Montserrat';
    font-size: 16px;
    position: relative;
	padding-right: 18px;
	border:none;
	border-right: 1px solid #ffd5ab;
  }

  .timeline-item:nth-child(1):before {
    position: absolute;
    right: 0;
    top: 0px;
    width: 8px;
    height: 1px;
    content: "";
    background: #ffd5ab;
  }

  .timeline-item:after {
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 8px;
    height: 1px;
    content: "";
    background: #ffd5ab;
  }

  .schedule-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-grow: 1;
    height: calc(40 * 75px);
  }

  .category-column {
    position: relative;
    width: 32%;
    height: calc(40 * 75px);
  }

  .event-box {
    position: absolute;
    width: calc(100%);
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    color: #000;
    border-bottom: 1px solid #483865;
  }

  /* Category Colors */
  .mehfil-khana .event-box {
    background-color: #e3f3fe;
  }

  .dayaar-e-izhaar .event-box {
    background-color: #fff2e0;
  }

  .sukhan-zaar .event-box,
  .bazm-e-sukhan .event-box {
    background-color: #dcffe6;
  }


  .event-box p {
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
  }

  .event-box h3,
  .event-box h3 p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 12px;
    font-weight: 700;
  }

  .scheduleCardFooter {
    position: absolute;
    bottom: 14px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0px;
    right: 0px;
    padding: 0px 20px;
    align-items: center;
  }

  .scheduleCardFooter h6 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1;
    text-transform: capitalize;
  }

  .trackInfoLink {
    display: flex;
    align-items: center;
	margin-right: 32px;
  }

  .trackInfoLink span {
    margin-right: 5px;
	font-size:14px;
  }

  .timeline-item:last-child::after {
    content: none;
  }

  .timeline-item:last-child {
    height: 20px;
  }

  /*Schedule Venue*/
  .scheduleVenue {
    margin-left: 101px;
    display: flex;
    justify-content: space-around;
    padding: 0px 20px;
	margin-bottom:30px;
  }

  .scheduleVenue h4 {
    padding: 14px 0;
    border-radius: 14px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    width: 32%;
  }

  .scheduleVenue h4 span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }

  .mkVenue {
    background: #29b1ff;
  }

  .deiVenue {
    background: #ff9f21;
  }

  .szVenue {
    background: #3ebc00;
  }
}

@media(max-width:1024px) {
  .dektopSchedule {
    display: none;
  }

  .scheduleVenue {
    display: none;
  }

  .scheduleday2DesktopWrapper,
  .scheduleday3DesktopWrapper {
    display: none;
  }



}