.agenda {
    border-bottom: none;
  }
.agenda-header {
  max-width: 1240px !important;
  width: 100% !important;
  margin: 50px 0px 0px 0px !important;
  padding: 25px 0px 25px 30px;
  /* background-color: #e77d3d; */
  background-color: #00919e;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.session-item {
  max-width: 1240px !important;
  width: 100%;
  padding: 30px 15px 30px 15px;
  border-top: 2px solid #eeeeee;
  position: relative;
}
.info {
  margin: 0px 0px 15px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.type-term {
  height: 26px;
  padding: 0px 10px 0px 10px;
  border: 1px solid #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.session-time {
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}
.session-title {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  /* color: #00919E; */
}
.subtitle {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}
.session-description {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
}
.hide-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.show-text {
  text-overflow: unset;
  display: unset;
  -webkit-box-orient: unset;
  overflow: unset;
}
  
.speaker-details {
  align-self: center;
  margin-bottom: 10px;
  
}
.speaker-name {
  font-weight: bold;
}
.sponsor-img {
  max-width: 150px !important;
  height: 100px;
  margin-bottom: 10px;
}

.filters > .filter-agenda{
  width: 100%;
  height: 42px;
  padding: 0px 30px 0px 18px;
  background-color: #ffffff;
  border-radius: 21px;
  border: 2px solid #000000;
  float: none;
  font-size: 17px;
  font-weight: 700;
  line-height: 38px;
  outline: none;
  text-align: center !important;
  width: 100% !important;
}
.filter-agenda *{
  color: #000000 !important;;
}
.filters {
  color: #000000 !important;
}
.filter {
  color: #000000 !important;
}
.type-wraper{
  border: 1px solid rgb(151, 151, 151);
  padding: 3px;
  align-items: center;
  align-content: center;
  justify-content: center;
  word-wrap: break-word;
  font-size: small;
  text-align: center;
  font-weight: bold;
  float: left;
  text-transform: uppercase;
}

.session-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.images {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .session-main {
    display: block;
  }
}
@media (max-width: 400px) {
  .info {
    display: block;
  }
}
.session-image{
  max-width: unset !important;
  width: 180px !important;
  height: 180px;
  
  display: block;
  display: inline-block;
  /* filter: grayscale(100%); */
  transition: all .5s;
  object-fit: cover;
  margin: 0px 30px 20px 0px;
  margin-top: 10px;
  border-radius: 50%;
  /* object-position: top left; */
}

.session-speaker-image{
  max-width: unset !important;
  width: 180px !important;
  height: 180px;
  border-radius: 50%;
  display: block;
  display: inline-block;
  /* filter: grayscale(100%); */
  transition: all .5s;

  margin: 0px 30px 20px 0px;
}

.session-image:hover {
  filter: grayscale(0%);
}

.speaker-image{
  max-width: unset !important;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  display: block;
  display: inline-block;
  /* filter: grayscale(100%); */
  transition: all .5s;

  margin-right: 10px;
}

.session-content {
  flex: 1 1 auto;
  position: relative;
  z-index: 10;
}
.sponsors-logos  {
  /* width: 140px; */
  height: fit-content;
  margin: 15px 0px 0px 0px;
  object-fit: contain;
  object-position: center top;
  flex-wrap: wrap;
}

.sponsor-img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  /* filter: grayscale(100%); */
  transition: all .5s;
  margin-right: 10px;
}
.sponsor-img:hover {
  filter: grayscale(0%);
}
.no-logo-sponsor {
  border: 1px solid #e7e7e7;     
  padding: 4px 8px;
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.no-logo-sponsor img{
  width:  40px;
  height: 40px;
  object-fit: contain;
  max-width: unset !important;
  margin-right: 10px;
}

.nice-select {
  max-width: 100%;
    height: 42px;
    padding: 0px 30px 0px 18px;
    background-color: #ffffff;
    border-radius: 21px;
    border: 2px solid #000000;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    float: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 38px;
    outline: none;
    text-align: center !important;
}
.nice-select::after {
  width: auto;
  height: auto;
  margin: 0px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 24px;
  color: #e77d3d;
  transform-origin: 50% 50% 0;
  transition: none;
}

.nice-select .option {
  min-height: 40px;
  padding: 0px 20px 0px 20px;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  text-align: left;
}