.yss-event-section .yss-section-title {
  color: #BB4F27;
  font-size: 25px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 30px 0px 20px 0px;
}
.yss-event-section .yss-programmes-container {
  margin: 40px 0px 40px 0px;
  height: auto;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.yss-event-section .yss-programmes-info {
  width: 50%;
  float: left;
  display: inline-block;
} 
.yss-event-section .yss-programmes-info-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.46px;
  color: #000;
  margin: 15px 10px 10px 10px;
}

.yss-event-section .yss-programmes-info-sub-heading-description {
  font-size: 16px;
  margin-block: 0px;
  padding-top: 6px;
}
.yss-event-section .yss-programmes-schedule {
  width: 50%;
  display: inline-block;
} 

.yss-event-section .yss-schedule-day-name {
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}

.yss-event-section .yss-schedule-day-events {
  padding-top: 14px;
}

.yss-event-section .yss-event {
  margin: -10px 0px -10px 0px;
  padding: 10px 0;
  color: #000;
  font-size: 16px;
}
.yss-event-section .yss-event-time {
  width: 50%;
  display: inline-block;
  float: left;
}
.yss-event-section .yss-event-name {
  width: 50%;
  display: inline-block;
}
.yss-event-section .yss-event-icon {
  color: #54595f;
  padding-right: 4px;
}

.yss-event-section .yss-programmes-info-description {
  font-size: 16px;
  padding: 6px 10px 6px 10px;
  margin: 0px;
}
.yss-event-section .yss-programmes-schedule {
  width: 50%;
  display: inline-grid;
  align-content: center;
} 
.yss-event-section .yss-schedule-day {
  width: 100%;
  display: inline-block;
  padding: 12px 10px 12px 10px;
  align-content: center;
} 

.yss-event-section .yss-programmes-event-image-container {
  margin: 20px 5px 20px 5px;
  text-align: center;
}

.yss-event-section .yss-programmes-event-image {
  border-radius: 5px 5px 5px 5px;
}

#load_more_events {
  cursor: pointer;
  background-color: #BB4F27;
  font-weight: 500;
  fill: #FFF;
  color: #FFF;
  border-style: none;
  border-radius: 64px 64px 64px 64px;
  padding: 8px 30px 8px 30px;
}

.yss-programmes-button-wrapper {
  height: 36px;
  text-align: center;
}

.sangam-event {
  background-color: #FAF4F0 !important;
}

/*To render YSS Styles for Card with Image layout */
.yss-event-card-with-image-layout {
  flex-direction: column;
}

.yss-event-section.yss-event-card-with-image-layout .yss-programmes-info {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
} 
/*To render YSS Styles for Card with Image layout */

/*To render YSS Styles for Table layout */
.yss-event-section.yss-event-table-layout thead {
  background-color: #BB4F27;
}

.yss-event-section.yss-event-table-layout th {
  color: #fff;
}

.yss-event-section.yss-event-table-layout th, td {
  border: none !important;
}
.yss-event-section.yss-event-table-layout table td {
  padding: 10px;
  font-weight: 500;
  font-style: normal;
}
.yss-event-section.yss-event-table-layout table {
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.yss-event-section.yss-event-table-layout .yss-programmes-location-divider {
  border-top: 1px solid #CECECE;
}
/*To render YSS Styles for Table layout */

/*To render YSS Styles for Grid layout */
.yss-event-section.yss-event-grid-layout {
  padding: 12px;
  border-radius: 16px;
  background-color: #FAFBFC;
}
.yss-event-section.yss-event-grid-layout .yss-programmes-container {
  margin: 10px 0px 10px 0px;
}
/*To render YSS Styles for Grid layout */

/*To render YSS Styles for Accordian layout */
.yss-event-section.yss-event-accordian-layout .yss-event-group-by {
  border: 1px solid #b4a3a3;
  display: none;
}

.yss-event-section.yss-event-accordian-layout li {
  display: flex;
  text-align: -webkit-match-parent;
  list-style-type: none;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #000;
  border-radius: 5px;
  transition: box-shadow 0.3s;
  column-gap: 16px;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-accordian {
  background-color: #b2b2b2a3;
  color: #bb4f27;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  border-top: 1px solid #b4a3a3;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  transition: .4s;
  outline-color: #b2b2b2a3 !important;
  line-height: 1;
  margin: 0;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-accordian:hover {
  background-color: #b2b2b2;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-accordian:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f107";
  color: #bb4f27;
  font-weight: 700;
  float: right;
  margin-left: 5px;
  transition: .4s
}

.yss-event-section.yss-event-accordian-layout .active:after {
  transform: rotate(180deg);
  transition: .4s;
  color: #fff 
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-accordian.active {
  color: #fff;
  background-color: #bb4f27;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel {
  padding: 0 15px;
  background-color: #F2F2F2;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel[open] {
  grid-template-rows: 1fr !important;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-container {
  min-height: 0;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel.active {
  border: 1px solid #eee;
  background-color: #F2F2F2;
}

.yss-event-section.yss-event-accordian-layout .dvcolLeft {
  float: left;
  width: 49%;
  background-color: white;
  border-radius: 16px;
}
.yss-event-section.yss-event-accordian-layout .dvcolRight {
  float: left;
  width: 49%;
  background-color: white;
  border-radius: 16px;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-info-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0px 10px 0px 10px;
  text-align: center;
  line-height: 20px;
}


.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-schedule-day-name {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 6px 10px 6px 10px;
  text-align: center;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-info-description {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 6px 10px 6px 10px;
  text-align: center;
}


.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-location-name {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 0px 10px 6px 10px;
  text-align: center;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-event-image {
  box-shadow: none;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-event-image-container {
  display: flex;
  justify-content: center;
  margin: 10px;
}

.yss-event-section.yss-event-accordian-layout .yss-programmes-panel-location-name:before {
  font-family: Font Awesome\ 5 Free;
  content: "\f3c5";
  color: #444;
  font-weight: 700;
  margin-right: 4px;
  transition: .4s;
}

#dvGroupBy {
  display: none; 
  justify-content: center; 
  align-items: center;
  margin-bottom: 15px;
}

#dvGroupByLabel {
  font-weight: bold;
  margin-right: 8px;
}

#radioGroupBy {
  width: 15%;
}

.dvGroupByChoice {
  margin-right: 12px;
}

.radioGroupByLabel {
  cursor: pointer;
}

.radioGroupBy {
  margin-right: 4px;
  cursor: pointer;
}

#divLoader {
  display: inline-block;
  /* position: fixed; */
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#divLoader::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #007cba;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* Add animation only for group_by_month */
#dvGroupBy {
  -webkit-animation: fadeIn 0.5s linear forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*To render YSS Styles for Accordian layout */

/* Responsive */
@media (max-width: 768px) {
  .yss-event-section .yss-programmes-container {
    display: block;
  }
  .yss-event-section .yss-programmes-info {
    width: 100%;
  } 
  .yss-event-section .yss-programmes-schedule {
    width: 100%;
  }
  .yss-event-section .yss-event-time {
    width: 100%;
  }
  .yss-event-section .yss-event-name {
    width: 100%;
  }

  /*To render YSS Styles for Card with Image layout */
  .yss-event-section.yss-event-card-with-image-layout .yss-programmes-info {
    width: 100%;
  } 
  /*To render YSS Styles for Card with Image layout */

  /*To render YSS Styles for Table layout */
  .yss-event-section.yss-event-table-layout {
    overflow-x: auto; 
  }
  /*To render YSS Styles for Table layout */

  /*To render YSS Styles for Accordian layout */
  .left {
    display: none;
  }
  .main {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }

  .yss-event-section.yss-event-accordian-layout li {
    display: grid !important;
  }

  .dvcolLeft {
    width: 100% !important;
    margin-right: unset !important;
  }
  .dvcolRight {
    width: 100% !important;
    margin-top: 12px !important;
  }

  .yss-event-section.yss-event-accordian-layout .yss-programmes-panel {
    padding: 0px 10px 0 10px !important;
  }

  .yss-event-section.yss-event-accordian-layout .yss-programmes-panel-image {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

  .yss-event-section.yss-event-accordian-layout .yss-programmes-panel-event-image-container {
    margin: 8px !important;
  }

  .yss-event-section.yss-event-accordian-layout .yss-programmes-panel-info-title {
    margin: 2px 8px 2px 8px !important;
  }

  .yss-event-section.yss-event-accordian-layout .yss-programmes-panel-location-name:before {
    float: unset !important;
    margin-right: 2px !important;
  }

  #radioGroupByLabel {
    margin-right: 6px !important;
  }

  #radioGroupBy {
    width: 65% !important;
  }
  /*To render YSS Styles for Accordian layout */

}
