/* Agenda Start */
.speaker_detail .media-left img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.speaker_detail .media-body .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px !important;
  color: #000 !important;
  font-weight: 500;
}
.speaker_detail .media-body p {
  font-weight: 300;
  font-size: 16px !important;
  color: #000 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline-block {
  display: inline-block !important;
}
.position-relative {
  position: relative !important;
}
.agenda .pr-5 {
  padding-right: 70px;
}
.agenda p {
  font-weight: 400;
}
.agenda-subhead {
  color: #df9926;
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.agenda .panel {
  background: #ffffff;
  padding: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px;
  margin: 0 0 30px 0;
  border: 0px;
}
.agenda .panel a {
  display: block;
  padding: 20px;
  padding-right: 40px;
}
.agenda .panel-inner {
  display: flex;
}
.panel-heading {
  padding: 0;
}
.agenda .panel-inner .pksns {
  content: "";
  width: 10%;
  float: left;
  height: 70px;
  /* background: #000000; */
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 40px;
  border-radius: 4px;
  display: flex;
}
.agenda-border {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.agenda .panel-block {
  /* padding: 0 0 0 25px; */
  width: 90%;
  float: left;
}
.agenda .panel-time p {
  color: #000000;
  margin: 0;
}
.agenda .panel-time p span {
  display: block;
  color: #027dc4;
}
.agenda .panel-block h4 {
  font-family: myriad-pro, Arial;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  font-weight: 700;
  margin: 5px 0 0;
}
.agenda .panel-body {
  padding: 0 20px 20px;
}
.agenda .panel-body a {
  padding: 0;
  margin-bottom: 20px;
}
.agenda .agenda-tag {
  height: 60px;
  display: none;
  padding: 15px 17px;
  border: 2px solid #dadada;
  border-radius: 100%;
  margin: 0px 0 0 5px;
}
.agenda .panel-details {
  /*margin: 0px 0 0 30px;*/
  padding: 0px 30px 0 0;
}
.agenda .speaker-details {
  display: flex;
  color: #000000;
  align-items: center;
}
.agenda .speaker-img {
  overflow: hidden;
}
.agenda .speaker-img img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.agenda .speaker-details h5 {
  margin: 0 0 0 15px;
}
.agenda .panel a[data-bs-toggle="collapse"] {
  position: relative;
}
.agenda .panel a[data-bs-toggle="collapse"]:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 20px;
  background-image: url("/content/dam/infosys-web/en/confluence/images/2022/emea/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

.agenda .panel a[aria-expanded="true"]:after {
  background-image: url("/content/dam/infosys-web/en/confluence/images/2022/emea/minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/* Section sectionShowcase */
.agenda .sectionShowcase a[aria-expanded="true"] {
  border-top: 4px solid #47b38e;
  transition: all 0.2s ease;
}
/* Section sectionKeynote*/
.agenda .sectionKeynote a[aria-expanded="true"] {
  border-top: 4px solid #000000;
  transition: all 0.2s ease;
}
/* Section sectionSpecial*/
.agenda .sectionSpecial a[aria-expanded="true"] {
  border-top: 4px solid #00b28f;
  transition: all 0.2s ease;
}
/* Section sectionSpotlight*/
.agenda .sectionSpotlight a[aria-expanded="true"] {
  border-top: 4px solid #f26c51;
  transition: all 0.2s ease;
}
/*    Section Panel*/
.agenda .sectionBreakout a[aria-expanded="true"] {
  border-top: 4px solid #3d9acf;
  transition: all 0.2s ease;
}
/* Section sectionDiscussion*/
.agenda .sectionDiscussion a[aria-expanded="true"] {
  border-top: 4px solid #a13193;
  transition: all 0.2s ease;
}
/* day-selection */
.day-selection ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
.day-selection ul li {
  color: #df9926;
  padding: 10px;
  border: 2px solid #df9926;
  margin: 0 0 20px;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.day-selection ul li:hover,
.day-selection ul li.active {
  color: #ffffff;
  background: #df9926;
  transition: all 0.3s ease;
}
/* panel-selection-speaker Filter */
.panel-selection-speaker ul {
  padding: 0;
  margin: 50px 0;
}
.panel-selection-speaker ul li {
  display: inline-block;
  cursor: pointer;
  padding: 8px;
  margin: 0 15px 15px 0;
  border-radius: 4px;
  font-weight: 400;
  color: #df9926;
  border: 2px solid #df9926;
  transition: all 0.2s ease-in-out;
}
.panel-selection-speaker ul li:nth-child(1) {
  border: 2px solid #000000;
  color: #000000;
}
.panel-selection-speaker ul li:nth-child(1):hover,
.panel-selection-speaker ul li.active:nth-child(1) {
  color: #ffffff;
  background-color: #000;
}
.panel-selection-speaker ul li:nth-child(2) {
  border: 2px solid #027dc4;
  color: #027dc4;
}
.panel-selection-speaker ul li:nth-child(2):hover,
.panel-selection-speaker ul li.active:nth-child(2) {
  color: #ffffff;
  background-color: #027dc4;
}
.panel-selection-speaker ul li:nth-child(3) {
  border: 2px solid #47b38e;
  color: #47b38e;
}
.panel-selection-speaker ul li:nth-child(3):hover,
.panel-selection-speaker ul li.active:nth-child(3) {
  color: #ffffff;
  background-color: #47b38e;
}
.panel-selection-speaker ul li:last-child:hover,
.panel-selection-speaker ul li:last-child.active {
  color: #ffffff;
  background: #df9926;
}
.item-bio {
  padding: 40px;
}
.item-bio p {
  margin-bottom: 15px;
  font-weight: 400;
}
.item-bio p:last-child {
  margin-bottom: 0;
}
.profile-name {
  margin: 0;
  font-size: 40px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.profile-designation {
  font-size: 16px;
  margin-bottom: 30px;
}
.cta-speaker + .cta-speaker {
  left: 70px;
}
.cta-speaker + .cta-speaker:before {
  content: "|";
  padding-right: 0.5rem;
}
.d-flex-speaker .item-slider-href {
  cursor: pointer;
}
.d-flex-speaker .item-slider-head {
  font-size: 30px;
  line-height: 1;
}
.speakes-sec .item-slider-href a:after {
  bottom: 130px;
}
.speaker-close {
  color: #df9926;
  right: 25px;
  position: absolute;
  top: 5px;
  padding: 10px;
  line-height: 0.7;
  font-size: 30px;
  font-weight: 400;
}
.year {
  font-size: 30px;
  color: #df9926;
  font-weight: 400;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.year + .year {
  margin-left: 25px;
}
.active-year,
.active-year:hover,
.active-year:focus {
  color: #2f1113 !important;
}
/* Panel selection End */

.panel-selection ul {
  list-style-type: none;
  padding: 0;
  margin: 70px 0;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
}
.panel-selection ul li {
  color: #df9926;
  padding: 6px;
  border: 2px solid #df9926;
  margin: 0 12px 20px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  width: 48%;
  font-weight: 400;
}
.panel-selection ul li:nth-child(2),
.panel-selection ul li:nth-child(4),
.panel-selection ul li:nth-child(6) {
  margin-right: 0px;
}
.panel-selection ul li:hover,
.panel-selection ul li.active {
  color: #ffffff;
  background: #df9926;
  transition: all 0.3s ease;
}
.panel-selection ul li[data-panel="sectionBreakout"] {
  border-color: #027dc4;
  color: #027dc4;
}
.panel-selection ul li[data-panel="sectionBreakout"]:hover,
.panel-selection ul li.active[data-panel="sectionBreakout"] {
  border-color: #027dc4;
  color: #ffffff;
  background: #027dc4;
}
.panel-selection ul li[data-panel="sectionSpotlight"] {
  border-color: #f26c51;
  color: #f26c51;
}
.panel-selection ul li[data-panel="sectionSpotlight"]:hover,
.panel-selection ul li.active[data-panel="sectionSpotlight"] {
  border-color: #f26c51;
  color: #ffffff;
  background: #f26c51;
}
.panel-selection ul li[data-panel="sectionKeynote"] {
  border-color: #000000;
  color: #000000;
}
.panel-selection ul li[data-panel="sectionKeynote"]:hover,
.panel-selection ul li.active[data-panel="sectionKeynote"] {
  border-color: #000000;
  color: #ffffff;
  background: #000000;
}
.panel-selection ul li[data-panel="sectionDiscussion"] {
  border-color: #a13193;
  color: #a13193;
}
.panel-selection ul li[data-panel="sectionDiscussion"]:hover,
.panel-selection ul li.active[data-panel="sectionDiscussion"] {
  border-color: #a13193;
  color: #ffffff;
  background: #a13193;
}
.panel-selection ul li[data-panel="sectionShowcase"] {
  border-color: #47b38e;
  color: #47b38e;
}
.panel-selection ul li[data-panel="sectionShowcase"]:hover,
.panel-selection ul li.active[data-panel="sectionShowcase"] {
  border-color: #47b38e;
  color: #ffffff;
  background: #47b38e;
}
.panel-selection ul li[data-panel="sectionSpecial"] {
  border-color: #47b38e;
  color: #47b38e;
}
.panel-selection ul li[data-panel="sectionSpecial"]:hover,
.panel-selection ul li.active[data-panel="sectionSpecial"] {
  border-color: #47b38e;
  color: #ffffff;
  background: #47b38e;
}
.days {
  display: none;
}
.days.active {
  display: block;
}
.agenda p.no-blocks-available {
  font-size: 21px;
  font-weight: bold;
}

@media only screen and (max-width: 680px) {
  .agenda .panel-block h4 {
    font-size: 20px;
  }
  .panel-selection ul li {
    width: 45%;
  }
}
