/* ================================================================= */
/* Online Programm General                                           */
/* ================================================================= */

/* Navigation */
.navigation--main-navigation .navigation__item {
  background-color: var(--portal-primary) !important;
  border-color: var(--portal-primary) !important;
  color: #f8f9fa;
}

.navigation--main-navigation .navigation__item.active {
  background-color: #fafafa;
  border-color: var(--portal-primary) !important;
  color: var(--portal-primary) !important;
}

.navigation--secondary-navigation .navigation__item {
  background-color: var(--portal-secondary) !important;
  border-color: var(--portal-secondary) !important;
  color: #f8f9fa;
}
.navigation--secondary-navigation .navigation__item.active {
  background-color: #fafafa;
  border-color: var(--portal-secondary) !important;
  color: var(--portal-secondary) !important;
}

.op-day-schedule__op-selected-day {
    background-color: white;
}

.op-day-selection {
    color: #000;
}

/* Filterbox */

.op-search-box,
.op-filter-box {border: 0 !important;}

.op-search-box__header,
.op-filter-box__header {
    background-color: var(--portal-primary) !important;
    border-radius: 8px 8px 0 0;
}

.op-search-box__body,
.op-filter-box__body {
  border: 1px solid var(--portal-primary) !important;
  border-radius: 0 0 8px 8px ;
}

.op-prefix-list-filter__item {
    color: var(--portal-primary);
}

.op-sidebar {
  background-color: #fff;
}

.op-search-box__input .ant-btn > .anticon {
  vertical-align: middle;
}

.ant-pagination-item-link .anticon {
    vertical-align: .125em;
}

/* custom styles for checkbox/radio */
.op-filter-box__item input[type=checkbox]:checked+label,
.op-filter-box__item input[type=checkbox]:checked+span,
.op-filter-box__item input[type=checkbox]:not(:checked)+label,
.op-filter-box__item input[type=checkbox]:not(:checked)+span,
.op-filter-box__item input[type=radio]:checked+label,
.op-filter-box__item input[type=radio]:checked+span,
.op-filter-box__item input[type=radio]:not(:checked)+label,
.op-filter-box__item input[type=radio]:not(:checked)+span,
.op-filter-box__item input[type=checkbox]:checked,
.op-filter-box__item input[type=checkbox]:not(:checked),
.op-filter-box__item input[type=radio]:checked,
.op-filter-box__item input[type=radio]:not(:checked) {
  padding-left: 0;
  left: 0;
}

.op-filter-box__item input[type=checkbox]:checked+label:before,
.op-filter-box__item input[type=checkbox]:checked+span:before,
.op-filter-box__item input[type=checkbox]:not(:checked)+label:before,
.op-filter-box__item input[type=checkbox]:not(:checked)+span:before,
.op-filter-box__item input[type=radio]:checked+label:before,
.op-filter-box__item input[type=radio]:checked+span:before,
.op-filter-box__item input[type=radio]:not(:checked)+label:before,
.op-filter-box__item input[type=radio]:not(:checked)+span:before {
  display: none;
}

.op-filter-box__item input[type=checkbox]:checked+label:after,
.op-filter-box__item input[type=checkbox]:checked+span:after,
.op-filter-box__item input[type=checkbox]:not(:checked)+label:after,
.op-filter-box__item input[type=checkbox]:not(:checked)+span:after,
.op-filter-box__item input[type=radio]:checked+label:after,
.op-filter-box__item input[type=radio]:checked+span:after,
.op-filter-box__item input[type=radio]:not(:checked)+label:after,
.op-filter-box__item input[type=radio]:not(:checked)+span:after {
  content: '';
  top: 6px;
  left: 3px;
}


.op-filter-box__item input[type=checkbox]:checked+label:after,
.op-filter-box__item input[type=checkbox]:checked+span:after,
.op-filter-box__item input[type=radio]:checked+label:after,
.op-filter-box__item input[type=radio]:checked+span:after {
  -webkit-transform: rotate(45deg) scale(1) translate(-50%,-50%);
  transform: rotate(45deg) scale(1) translate(-50%,-50%);
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
    transform: translate(0,-35%) scale(1);
}

/* end custom styles for checkbox/radio */
.ant-checkbox-wrapper>span:last-child {
    display: block;
    margin-left: 25px;
    margin-top: -22px;
    margin-bottom: 3px;
}

.op-day-schedule__op-selected-day {
    background-color: var(--portal-primary);
}

.op-day-selection {
    color: #fff;
}

.op-day-selection .ant-dropdown-trigger {
    margin:  0 1rem;
}

.op-day-selection .ant-btn {
    border: none;
    color: #000;
    background-color: #fff;
}

.op-list--header {
    position: relative;
    flex-direction: row;
}

.op-list--body {
    min-width: 300px;
    width: 100%;
}

.op-list--header .op-list--timezone-switcher {
    text-align: right;
}

ul.op-pagination .ant-pagination-options {
    margin-left: 9px;
}

/* ================================================================= */
/* Online Programm General - Items                                   */
/* ================================================================= */

.tpl-op-session-item,
.tpl-op-calendar-item,
.tpl-op-speaker-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin-bottom: 1.25em;
  overflow: hidden;
}

.tpl-op-session-body,
.tpl-op-calendar-body,
.tpl-op-speaker-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0;
  -webkit-clip-path: inset(0 0 0 0 round 8px);
  clip-path: inset(0 0 0 0 round 8px);
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--portal-primary);
  background-color: #fff;
}

.speaker-body .tpl-op-speaker-item {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}

.tpl-op-session-item__container,
.tpl-op-calendar-item__container,
.tpl-op-speaker-item__container {
  display: flex;
  position: relative;
  flex-direction: column;
}

.tpl-op-session-item__content,
.tpl-op-calendar-item__content,
.tpl-op-speaker-item__content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.tpl-op-speaker-item__content {
  flex-direction: row;
  padding: 1em;
  background-image: var(--speaker-bg);
}

.tpl-op-session-item__content {
  background: #FFFFFF;
  background-position: top center;
  background-size: cover;
}

.tpl-op-session-item__social-buttons,
.tpl-op-calendar-item__social-buttons,
.tpl-op-speaker-item__social-buttons {
    display: flex;
    flex-direction: row;
}

.tpl-op-calendar-item__social-buttons {
    padding-right: 0px;
    padding-left: 10px;
}

.tpl-op-session-item__body a,
.tpl-op-calendar-item__body a,
.tpl-op-speaker-item__body a {
  color: var(--portal-font);
}

.op-calendar__op-event .tpl-op-session__button-more-detail img,
.tpl-op-session__button-more-detail img  {
  vertical-align: middle;
  height: 1rem;
  margin-top: -2px;
  margin-right: 0.5em;
  margin-bottom: 0;
}

.op-calendar__op-event .tpl-op-button.tpl-op-session__button-more-detail,
.op-calendar__op-event .tpl-op-button .tpl-op-session__button-more-detai,
.tpl-op-button.tpl-op-session__button-more-detail,
.tpl-op-button .tpl-op-session__button-more-detail {
  padding: 0.25em 0.875em;
  border-radius: 5px;
  color: var(--portal-font);
  font-size: 0.750rem;
  border: 1px solid #fff;
  background-color: #fff;
  float: right;
}

.op-calendar__op-event .tpl-op-button.tpl-op-session__button-more-detail:hover,
.tpl-op-button.tpl-op-session__button-more-detail:hover{
  background-color: rgba(255, 255, 255, 0.7);
}

.tpl-op-session__headline {
  font-size: 1.125rem;
  font-weight: 600;
}

/* ================================================================= */
/* OP Session item                                                   */
/* ================================================================= */
.tpl-op-session-list-premium {
    display: block;
    height: 22.5em;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1679.98px) {
    .tpl-op-session-list-premium {
        height: 12em;
    }
}

@media (max-width: 991.98px) {
    .tpl-op-session-list-premium {
        height: 15em;
    }
}

@media (max-width: 666.98px) {
    .tpl-op-session-list-premium {
        height: 14em;
    }
}

@media (max-width: 575.98px) {
    .tpl-op-session-list-premium {
        height: 12em;
    }
}

@media (max-width: 479.98px) {
    .tpl-op-session-list-premium {
        height: 8em;
    }
}

.tpl-op-session-item__caret {
  background-color: hsla(0,0%,100%,0.0) !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.tpl-op-session-item__caret:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tpl-op-session-item__caret img {
  width: 25px;
  height: 25px;
}

.tpl-op-session-item__caret .tpl-op-color__icon {
  transition: transform 0.3s ease;
  will-change: transform;
}

.tpl-op-session-item__caret-open .tpl-op-color__icon {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.tpl-op-session__title {
    padding-left: 0.25rem;
}

.tpl-op-calendar-item__content .tpl-op-session__header  {
    padding: 5px;
}

.tpl-op-session__headline--calendar .tpl-op-session__title {
    font-size: 0.8rem;
    font-weight: 600;
    color: black !important;
    background: #ffffff !important;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    white-space: normal;
}

.tpl-op-session__headline--calendar .tpl-op-session__label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tpl-op-session-calendar-item__social-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  row-gap: 5px;
}

.tpl-op-session__calendar-title {
  display: flex;
  flex-direction: column;
}

.tpl-op-session-calendar-item-social-buttons__button {
  position: relative;
  z-index: 10;
}

.tpl-op-session-calendar-item-social-buttons__button img {
  width: 1.5em;
}

a .tpl-op-session__title {
  color: rgba(0,0,0,.85);
}

a .tpl-op-session__title:hover {
  text-decoration: underline;
}

.tpl-op-session__publicNumber {
  color: var(--portal-primary);
  font-weight: bold;
  white-space: nowrap;
}

.tpl-op-session__publicNumber:after {
    content: "";
    margin-right: 3px;
}

.tpl-op-session__header .tpl-op-session__publicNumber:after {
    content: "";
}

.tpl-op-session__title .tpl-op-session__publicNumber {
  position: relative;
  font-weight: bold;
  white-space: nowrap;
}

.tpl-op-session__headline--calendar {
  font-size: 0.875rem;
  vertical-align: middle;
  width: 100%;
}


.tpl-op-session__headline--contribution {
    font-size: 0.875rem;
}

.op-session-contribution__dividerText {
  font-size: 1.25em;
  font-weight: 600;
}

.tpl-op-player__subline {
  display: flex;
  margin: .5em 1em;
  flex-wrap: wrap;
  width: 100%;
  row-gap: .5em;
}

.tpl-op-player__subline:first-child {
  margin-top: 1em;
}

.tpl-op-calendar-item__body .tpl-op-player__subline:first-child {
    margin-top: 0;
}

.tpl-op-player__subline--calendar {
  display: inline-flex;
  flex-direction: column;
}

.tpl-op-session__subline-detail {
  margin: 0 0.6em 0 0;
  padding: 0.25em 0.875em;
  border-radius: 5px;
  color: var(--portal-font);
  font-size: 0.750rem;
  background-color: #fff;
}

a.tpl-op-session__subline-detail {
  color: var(--portal-font);
}

.tpl-op-session__subline-detail img {
  vertical-align: middle;
  height: 1rem;
  margin-top: -2px;
  margin-right: 0.5em;
  margin-bottom: 0;
}

a.tpl-op-session__subline-detail {
  color: var(--portal-font);
}

.tpl-op-player__subline .tpl-op-session__subline-detail:first-child {
  margin-left: 0;
}

.tpl-op-player__subline .tpl-op-player__subline-topic {
  background-color: #B6B6B6;
  border-radius: 5px;
}

.tpl-op-player__subline--calendar .tpl-op-session__subline-detail:first-child {
  margin: 0;
  flex: auto;
}

.tpl-op-player__subline--calendar .tpl-op-session__subline-detail:last-child {
  flex: auto;
  margin: 0;
}

/* Buttons */
.tpl-op-buttons-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 1em;
}
.tpl-op-buttons-group a {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.tpl-op-buttons-group button.tpl-op-button {
  border-radius: 5px;
  background: #B6B6B6;
  color: #fff;
  border: 1px solid #B6B6B6;
  padding: 0.5em 1em;
  font-weight: 500;
}

.tpl-op-buttons-group button.tpl-op-button:hover {
  color: #B6B6B6;
  background-color: #fff;
  border: 1px solid #B6B6B6;
}

.tpl-op-buttons-group button.tpl-op-button img {
  vertical-align: middle;
  margin-right: .5em;
  margin-bottom: 0;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button {
  color: #B6B6B6;
  background-color: #fff;
  border: 1px solid #fff;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button:hover {
  color: #fff;
  background-color: #B6B6B6;
  border: 1px solid #fff;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button img,
.tpl-op-buttons-group button.tpl-op-button img {
  vertical-align: middle;
  margin-top: -2px;
  height: 1.5rem;
  margin-right: .5em;
  margin-bottom: 0;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button span {
    margin-right: 0.5em;
    color: black;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button:hover span {
    margin-right: 0.5em;
}

.tpl-op-session-item__content .tpl-op-buttons-group button.tpl-op-button--live span {color: #e00000;}

.tpl-op-session-item__topic {
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: none;
}

.tpl-op-button .tpl-op-button--live {
  width: 1.5em;
  height: 1.5em;
}

.tpl-op-session-item__topic svg {
  width: 1.5em;
  height: 1.5em;
}

.tpl-op-speaker__content svg {
  margin-bottom: -1px;
}

/* Icon Links */
.tpl-op-session-item-social-buttons__button,
.tpl-op-speaker-item-social-buttons__button {
  position: relative;
  width: 2rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tpl-op-session-item-social-buttons__button img,
.tpl-op-speaker-item-social-buttons__button img{
    align-items: center;
    width: 1.5rem;
}

.tpl-op-session-item-social-buttons__button-bookmark:before,
.tpl-op-speaker-item-social-buttons__button-bookmark:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tpl-op-session-item-social-buttons__button-bookmark > img + img,
.tpl-op-speaker-item-social-buttons__button-bookmark > img + img {
  display: none;
}
.tpl-op-session-item-social-buttons__button-bookmark.tpl-op-session-item-social-buttons__button-bookmark--bookmarked > img,
.tpl-op-speaker-item-social-buttons__button-bookmark.tpl-op-speaker-item-social-buttons__button-bookmark--bookmarked > img{
  display: none;
}
.tpl-op-session-item-social-buttons__button-bookmark.tpl-op-session-item-social-buttons__button-bookmark--bookmarked > img + img,
.tpl-op-speaker-item-social-buttons__button-bookmark.tpl-op-speaker-item-social-buttons__button-bookmark--bookmarked > img + img{
  display: block;
}

/* ================================================================= */
/* Online Programm General - Calendar                                */
/* ================================================================= */

.op-day-schedule__op-time-slot {
    align-items: start;
}

.op-calendar__op-event {
    overflow: visible;
    padding: 0;
    border: none;
    background: transparent;
}

.op-calendar__item__big,
.op-calendar__item__medium,
.op-calendar__item__small,
.tpl-op-session-body,
.tpl-op-session-item__container,
.tpl-op-calendar-item {
    width: 100%;
}

.op-calendar__item__big,
.op-calendar__item__medium,
.op-calendar__item__small,
.op-calendar__item__big a,
.op-calendar__item__medium a,
.op-calendar__item__small a,
.op-calendar__item__big .tpl-op-session-body,
.op-calendar__item__medium .tpl-op-session-body,
.op-calendar__item__small .tpl-op-session-body,
.tpl-op-calendar-item {
    height: 100%;
}

.tpl-op-calendar-item {
    background-size: cover;
    margin-bottom: 0px;
}

.tpl-op-session__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: 600;
  background: #ffffff !important;
  padding: 10px 15px;
}

/* .tpl-op-calendar-item__content {
    display: flex;
    flex-direction: row;
} */

.tpl-op-calendar-item__body {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  align-items: flex-start;
}

.tpl-op-calendar-item__body .tpl-op-player__subline.tpl-op-player__subline--calendar {
  width: auto;
}

.tpl-op-player__subline--calendar {
    margin: 0;
    margin-bottom: 0.25rem;
}

.tpl-op-player__subline--calendar:last-child .tpl-op-session__subline-detail {
    margin-right: 0.5rem;
}

.tpl-op-player__subline--calendar:last-child .tpl-op-session__subline-detail img {
    margin: 0;
}

.tpl-op-calendar-popup__body .tpl-op-session-item__contribution-speakers {
    width: 100%;
}

.tpl-op-calendar-popup__body .tpl-op-speaker__container .tpl-op-speaker__img {
    transform: scale(0.75);
}

.tpl-op-calendar-popup__body .tpl-op-speaker__name,
.tpl-op-calendar-popup__body .tpl-op-speaker__organisation,
.tpl-op-calendar-popup__body .tpl-op-speaker__country {
    font-size: 12px;
}

.tpl-op-calendar-popup__body .tpl-op-speaker__name img,
.tpl-op-calendar-popup__body .tpl-op-speaker__organisation img,
.tpl-op-calendar-popup__body .tpl-op-speaker__country img {
    height: 12px;
    margin-top: 3px;
}

/* ================================================================= */
/* Online Programm General - Speaker                                 */
/* ================================================================= */

.tpl-op-speaker-item__caret {
  position: absolute;
  right: 14px;
  bottom: 10px;
}

.tpl-op-speaker-item__caret:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tpl-op-speaker__container {
  display: flex;
  align-items: start;
  border-top: 1px solid #e7e7e7;
}

.tpl-op-speaker__container:first-child {
  padding-top: 0;
  border-top: 0;
}

.tpl-op-speaker__container:last-child {
  padding-bottom: 0;
  border: none;
}

.tpl-op-speaker__content {
  margin-left: 1em;
}

.tpl-op-speaker__img {
  position: relative;
}

.tpl-op-speaker__img img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  width: 100% !important;
  object-fit: cover;
  object-position: top center;
  border: 2px solid #fff;
  border-radius: 50%;
}

.tpl-op-session-item__body .tpl-op-speaker__img img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
}

.tpl-op-speaker__role {
  position: relative;
  bottom: 1em;
  margin: 0 0.5em;
  padding: 0.25em 0.5em;
  font-size: 0.75em;
  background: #fff;
  border: 1px solid var(--portal-primary);
  text-align: center;
  border-radius: 5px;
}

.tpl-op-session-item__contributions .tpl-op-session-item__contribution-speakers .tpl-op-speaker__role {
  color: var(--portal-font);
}

.tpl-op-speaker__name,
.tpl-op-speaker__organisation,
.tpl-op-speaker__country {
  display: block;
  font-size: 1em;
}

.tpl-op-speaker__name {
  font-size: 1em;
  font-weight: 600;
}

.tpl-op-session-item__body .tpl-op-speaker__name {
    font-size: 1.15em;
    margin-top: 1em;
}

.tpl-op-speaker__organisation,
.tpl-op-speaker__country {
    position: relative;
    padding-left: 1.5rem;
}

.tpl-op-speaker__organisation img,
.tpl-op-speaker__country img {
    position: absolute;
    top: 2px;
    left: 0;
}

.tpl-op-session-item__content .tpl-op-speaker__container {
    width: 50%;
    border: 0;
    padding: 0 0 1rem 0;
}

.speaker-body .tpl-op-session-item__contribution-info {
    margin: 0;
}

.speaker-body .tpl-op-speaker__container {
    border: 0;
    padding: 0;
}

.speaker-body .tpl-op-session-item__contribution-item {
    padding: 1rem 0;
}

.speaker-body .tpl-op-speaker-item__contributions {
  border-top: 1px solid #e7e7e7;
    padding: 0 1rem;
}

.tpl-op-speaker-item__contributions {
  display: none;
}

.tpl-op-speaker-item--open .tpl-op-speaker-item__contributions {
  display: block;
}

.tpl-op-speaker-item__contributions .tpl-op-session__subline-detail {
    border: solid 1px var(--portal-primary);
}

.tpl-op-speaker-item__caret > img {
  transition: transform 0.3s ease;
  will-change: transform;
}
.tpl-op-speaker-item__caret-open > img {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.tpl-op-speaker-item-social-buttons__button-bookmark:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ================================================================= */
/* Online Programm General - Contribution                            */
/* ================================================================= */

.tpl-op-session-item__contributions {
  display: none;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.tpl-op-session-item--open .tpl-op-session-item__contributions {
  display: block;
}

.tpl-op-session-item__contribution-speakers {
  width: 100%;
  padding: 1em;
  display: flex;
  flex: 3 1;
  flex-wrap: wrap;
  column-gap: 1em;
  row-gap: 1em;
}

.tpl-op-session-item__contribution-speakers .tpl-op-speaker__name,
.tpl-op-session-item__contribution-speakers .tpl-op-speaker__organisation ,
.tpl-op-session-item__contribution-speakers .tpl-op-speaker__country {
  display: block;
  font-size: 0.875em;
}

.tpl-op-session-item--open .tpl-op-session-item__content .tpl-op-session-item__contribution-speakers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: transparent;
    border: 0;
}

.tpl-op-session-item__contribution-speakers .tpl-op-speaker__img img {
    border: 1px solid var(--portal-primary);
}

.tpl-op-session-item__body {
  width: 100%;
}

.tpl-op-session-item__contribution-item {
  display: flex;
  border-bottom: 1px solid var(--portal-primary);
  padding: 15px;
}

.tpl-op-session-item__contribution-item:last-child {
  border-bottom: 0;
}

.tpl-op-session-item__contribution-info {
  margin: 1em 0;
  margin-right: 2em;
  flex: 3 1;
  width: 100%;
}

.tpl-op-session-item__contribution-info .tpl-op-session__headline--contribution {
    margin-bottom: 1em;
}

.tpl-op-button--abstract {
    position: relative;
}

.tpl-op-button--abstract:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.op-calendar__item__small .tpl-op-session__subline-detail img {
  height: 0.75rem;
}

.op-calendar__item__small .tpl-op-player__subline--calendar .tpl-op-session__subline-detail {
  font-size: 10px;
}

.op-calendar__item__small .tpl-op-session-additional-button__title {
  display: none;
}

.op-calendar__item__small .tpl-op-button.tpl-op-session__button-more-detail {
  margin: 0;
  padding: 0 0.25rem;
}
.op-calendar__item__small .tpl-op-button.tpl-op-session__button-more-detail img {
  height: 0.75rem;
  margin-right: 0;
}

.op-session-size-small .tpl-op-session__title-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1679.98px) {
    .op-list--header ul.op-pagination {
        text-align: left;
        padding-left: 0;
    }
}

@media (max-width: 1447px) {
  .op-list--header {
      flex-direction: column;
      align-items: center;
  }

  .op-list--header ul.op-pagination {
    text-align: center;
    padding-left: 15px;
  }
}

@media (max-width: 1366px) {
  .op-list--header {
      flex-direction: row;
  }
  .op-list--header ul.op-pagination {
      text-align: left;
      padding-left: 0;
    }
}

@media (max-width: 1365.98px) {
    .op-layout .op-container {
        grid-template-columns: 5fr;
    }
}

@media (max-width: 1075px) {
  .op-list--header {
      flex-direction: column;
      align-items: center;
  }

    .op-list--header ul.op-pagination {
      text-align: center;
      padding-left: 15px;
    }
}

@media (max-width: 991.99px) {
  .op-list--header {
      flex-direction: row;
  }
  .op-list--header ul.op-pagination {
      text-align: left;
      padding-left: 0;
    }
}

@media (max-width: 1075px) {
  .op-list--header {
      flex-direction: column;
  }

    .op-list--header ul.op-pagination {
      text-align: center;
      padding-left: 15px;
    }
}

@media (max-width: 991.99px) {
  .op-list--header {
      flex-direction: row;
  }
  .op-list--header ul.op-pagination {
      text-align: left;
      padding-left: 0;
    }
}

@media (max-width: 1111.98px) {
  .op-banner {
    display: none;
  }
}


/* tablets, less than 992px */
@media (max-width: 991.98px) {
  .tpl-op-session__headline {
      font-size: 1rem;
      line-height: 1.5;
  }

	aside .ant-search-box,
  	aside .op-search-box,
  	aside .ant-spin-container {
		display: none !important;
	}

	.op-layout .op-container {
	  grid-template-columns: 1fr;
	}

	.op-layout .op-container .op-content {
	  display: grid;
	  grid-template-columns: 1fr;
	}

	ul.op-pagination:last-child {
	  margin-bottom: 50px;
	}

  .op-list--header ul.op-pagination {
      margin: 0;
  }
}

@media (max-width: 767.98px) {
  ul.op-pagination {
	  padding: 15px 0;
	}

	.op-list {
	  padding: 0;
  }

  .op-session-item {
	   flex-direction: column;
  }

  .tpl-op-session-item__contribution-item {
    flex-direction: column;
  }

  .op-session-item-social-buttons {
    flex-direction: row;
  }

  .op-session-item-social-buttons span {
    margin-right: 0.25em;
  }

  .op-session-item-social-buttons span:last-child {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
    .tpl-op-session-item__social-buttons,
    .tpl-op-calendar-item__social-buttons,
    .tpl-op-speaker-item__social-buttons {
        padding-right: 5px;
    }

    .tpl-op-player__subline {
        flex-direction: column;
        align-items: flex-start;
    }

    .op-list--header {
        flex-direction: column;
        align-items: center
    }

    .op-list--header .op-list--timezone-switcher {
      margin-bottom: 1rem;
    }

    .op-list--header ul.op-pagination {
      text-align: center;
      padding-left: 15px;
    }

    .tpl-op-session-item--open .tpl-op-session-item__content .tpl-op-session-item__contribution-speakers {
      flex-direction: column;
    }

    .tpl-op-session-item__content .tpl-op-speaker__container {
      width: 100%;
    }

    .tpl-op-speaker__img img {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        width: 100% !important;
        object-fit: cover;
        object-position: top center;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .tpl-op-speaker__name,
    .tpl-op-speaker__organisation,
    .tpl-op-speaker__country {
        font-size: 0.7rem;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .tpl-op-session-item__contribution-speakers {
      width: 100%;
    }

    .tpl-op-session-item__contribution-info {
      margin: 1em 0 0 0;
    }
}
