

/* Start:/local/components/unicorn/events.catalogue/templates/.default/style.css?176649800814467*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
.container-outer {
  margin:70px 0 16px 0;
}
.container-inner {
  width:100%;
}

.container-filter-panel {
  position:fixed;
  width:375px;
  height:calc(100vh - 70px);
  top:70px;
  background-color:#F3F3F3;
  z-index: 950;
  margin-left:-375px;
  opacity:0;
  transition:opacity .5s;
}
.container-filter-panel.opened {
  opacity: 1;
}
.container-filter-panel.slid {
  margin-left:0;
}

.container-filter-panel .col {
  margin: 0 0.75rem;
  height:calc(100vh - 70px);
}
.container-filter-button {
  margin-top:10px;
}
.container-filter {
  overflow-y: auto;
  height:calc(100vh - 70px - 53px);
  padding-bottom:42px;
}
@media (min-width:391px) {
  .container-outer {
    margin-top:80px;
  }
  .container-filter-panel {
    height:calc(100vh - 80px);
    width:390px;
    top:80px;
  }

  .container-filter-panel .col {
    height:calc(100vh - 80px);
  }
  .container-filter {
    height:calc(100vh - 80px - 53px);
  }
}
@media (min-width:550px) {
  .container-tabs {
    display:flex;
  }
  .container-filter-button{
    margin:0;
  }
}

.tab-content {
  max-width:1140px;
  margin:40px auto 0 auto;
}

/*
filter
*/
.header-line {
  border-bottom: 1px solid rgba(66, 66, 66, 0.5);
  display:flex;
  justify-content: space-between;
}
.filter-button-close {
  border:none;
  line-height: 52px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background-color:#F3F3F3;
  margin:0;
  padding:0;
}
.filter-button-close i {
  margin-right:12px;
  font-size:1.5rem;
  color: #424242;
  vertical-align: bottom;
}
.filter-button-title {
  display:none;
}
.promo-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #424242;
  line-height:52px;
  white-space: nowrap;
}
.calendar-date {
  margin-top:40px;
  color: #424242;
  font-family: 'Roboto';
  font-style: normal;
}
.calendar-date-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.calendar-date-selected {
  width:100%;
  display:flex;
  justify-content: flex-start;
  margin-top:32px;
}
.calendar-date-choice {
  height:45px;
  display:flex;
  align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  padding:3px 33px 3px 12px;
  background-color:white;
  width:260px;
  border: 1px solid #AEAEAE;
  cursor:pointer;
  margin-right:10px;
}
.calendar-date-choice.active {
  border-color:#0088DF;
  position:relative;
}
.calendar-date-choice.active i {
  position:absolute;
  top:0;
  right:0;
  width:43px;
  height:43px;
  line-height: 43px;
  text-align:center;
  background-color:white;
  color:#0088DF;
}
.calendar-date-icon {
  cursor:pointer;
  width:45px;
  height:45px;
  background:url(/local/components/unicorn/events.catalogue/templates/.default/images/calendar.svg) center center no-repeat;
}
.calendar-month {
  display:none;
  color: #424242;
  font-family: 'Roboto';
  font-style: normal;
}
.calendar-month.opened {
  display:block;
}
.calendar-container {
  width:260px;
  margin-top:68px;
  padding:6px;
  background-color: white;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.calendar-container-month {
  display:flex;
  justify-content: space-between;
  margin:8px 19px 0 19px;
}
.calendar-container-month-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0088DF;
}
.calendar-container-month-buttons {
  display:flex;
  justify-content: space-between;
}
.calendar-container-month-prev,
.calendar-container-month-next {
  width:26px;
  height:22px;
  cursor:pointer;
}
.calendar-container-month-prev {
  background:url(/local/components/unicorn/events.catalogue/templates/.default/images/month-prev.svg) center center no-repeat;
}
.calendar-container-month-next {
  background:url(/local/components/unicorn/events.catalogue/templates/.default/images/month-next.svg) center center no-repeat;
}
.calendar-container-weekdays {
  width:100%;
  padding:0 6px;
  margin-top:16px;
  display:flex;
  justify-content: space-around;
  background-color:#F3F3F3;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}
.calendar-container-table {
  width:210px;
  margin:16px auto 0 auto;
}
.calendar-container-table-row {
  display:flex;
  justify-content: space-around;
}
/* days */
.calendar-container-table-cell {
  width:30px;
  height:30px;
  line-height: 30px;
  border:1px solid white;
  font-weight: 400;
  font-size: 14px;
  text-align:center;
  color:#A0A0A0;
}
.calendar-container-table-cell.active {
  color:#424242;
  cursor:pointer;
}
.calendar-container-table-cell.current {
  border-color:#0088DF;
  border-radius: 50%;
}
.calendar-container-table-cell.active:hover {
  background-color:#EBEBEB;
  border-color:#EBEBEB;
}
.calendar-container-table-cell.current:hover {
  background-color:#EBEBEB;
  border-color:#0088DF;
}
.calendar-container-table-cell.selected,
.calendar-container-table-cell.selected:hover {
  color:white;
  background-color: #0088DF;
  border-color:  white;
}
.calendar-container-table-cell.selected-first,
.calendar-container-table-cell.selected-second,
.calendar-container-table-cell.selected-single {
  background-color: #0088DF;
  color:white;
  border-color:  white;
}
.calendar-container-table-cell.selected-first:hover,
.calendar-container-table-cell.selected.selected-first:hover,
.calendar-container-table-cell.selected-second:hover,
.calendar-container-table-cell.selected.selected-second:hover,
.calendar-container-table-cell.selected-single:hover,
.calendar-container-table-cell.selected.selected-single:hover {
  background-color: #0088DF;
}
.calendar-container-table-cell.selected-first {
  border-radius: 50% 0 0 50%;
}
.calendar-container-table-cell.selected-second {
  border-radius: 0 50% 50% 0;
}
.calendar-container-table-cell.selected-single {
  border-radius: 50%;
}

.calendar-container-buttons {
  margin-top:16px;
  margin-bottom:12px;
  display:flex;
  justify-content: space-around;
}
.calendar-container-buttons-close {
  background-color:#E1E1E1;
  border: 1px solid #E1E1E1;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color:black;
  width:40%;
  text-align:center;
  cursor:pointer;
}
.calendar-container-buttons-reset {
  background-color:white;
  border: 1px solid #AEAEAE;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  width:40%;
  text-align:center;
  cursor:pointer;
}
.event-timeline {
  margin-top:40px;
}
.event-timeline .form-check {
  min-height:1.3rem;
}
.event-timeline label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
}
.event-timeline .form-check-input:checked + label,
.event-type-choice .form-check-input:checked + label {
  font-weight: 700;
}
.event-timeline,
.event-type {
  margin-left:4px;
}
.event-type {
  margin-top:50px;
  font-family: 'Roboto';
  font-style: normal;
}
.event-type-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #424242;
}
.event-type-choice {
  margin-top:40px;
}
.form-check-label {
  color: #424242;
  font-weight: 400;
}



.nav-tabs.button-tabs {
  border:none;
  flex-wrap: nowrap;
}
.button-tabs .nav-link {
  border:none;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  padding:0 25px 3px 25px;
  margin:0;
  border:none;
  color:#424242;
  line-height: 63px;
  white-space: nowrap;
  background: #ECEBEB;
}
.button-tabs .nav-link.active {
  background: white;
  padding:0;
  margin:0 25px;
  border-bottom:3px solid #0088DF;
}
.filter-button {
  border:none;
  line-height: 66px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background: #FAF9F9;
  margin:0;
  padding:0 25px;
}
.filter-button i {
  margin-right:16px;
  font-size:1.2rem;
  color: #424242;
}

/* ITEM */
.item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom:26px;
}
.col-card {
  background-color:#0088DF;
  color:white;
}
.col-img img {
  width:100%;
}
.item-body {
  padding:8px 26px;
  font-family: 'Roboto';
  font-style: normal;
  text-transform: uppercase;
}
.item-title {
  margin-top:16px;
  font-size: 28px;
  font-weight: 900;
  line-height: 33px;
}
.item-date {
  margin-top:42px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
.item-venue {
  margin-top:18px;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width:1024px) {
  .item {
    flex-direction:row;
    height:258px;
  }
  .col-img {
    width:50%;
    /*border-top:1px solid #0088DF;*/
    /*border-bottom:1px solid #0088DF;*/
    /*border-left:1px solid #0088DF;*/
  }
  .col-img img {
    object-fit: cover;
    height: 100%;
    object-position: left;
  }
  .col-card {
    width:50%;
    height: 100%;
  }
  .item-body {
    padding: 6px 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
  }
  .item-title {
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
  .item-date {
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
  .item-venue {
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }
}
@media (min-width:1440px) {
  .item-body {
    padding:40px 47px;
  }
  .item-title {
    font-size: 30px;
    line-height: 35px;
  }
  .item-date {
    font-size: 20px;
    line-height: 23px;
  }
  .item-venue {
    margin-top:26px;
    font-size: 20px;
    line-height: 20px;
  }
}

.next-past-button {
  border:none;
  line-height: 66px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background: #FAF9F9;
  margin:0;
  padding:0 25px;
}
.next-past-button i {
  margin-right:16px;
  font-size:1.2rem;
  color: #424242;
}

.events-toolbar {
  display:flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.events-toolbar-upcoming {
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: scroll;
  padding-bottom:12px;
}
.events-toolbar-upcoming-button {
  white-space: nowrap;
  padding: 16px 0;
  margin:0 24px 0 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  cursor:pointer;
}
.events-toolbar-upcoming-button:hover,
.events-toolbar-upcoming-button.selected {
  color:#3B86D8;
  border-bottom: 3px solid #3C86D8;
}
.events-toolbar-timing {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.events-toolbar-timing-filter,
.events-toolbar-timing-way {
  width:100%;
  max-width:370px;
  margin-top:12px;
  position:relative;
}
.events-toolbar-timing-filter .filter-button {
  width:100%;
}
.events-toolbar-timing-way-button {
  width:100%;
  border:none;
  line-height: 66px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background: #FAF9F9;
  margin:0;
  padding:0 45px;
  text-align:center;
  display: flex;
  justify-content: space-between;
}
.events-toolbar-timing-way-button.opened,
.events-toolbar-timing-way-button:hover{
  background-color: #ECEBEB;
}
.events-toolbar-timing-way-button span {
  white-space: nowrap;
}
.events-toolbar-timing-way-button span::before {
  content: ' ';
  width:15px;
  height:15px;
  line-height: 15px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.events-toolbar-timing-way-button .marker-blue::before {
  background-color: #3B86D8;
}
.events-toolbar-timing-way-button .marker-grey::before {
  background-color: #B7BCC0;
}
.events-toolbar-timing-way-button i {
  margin-left:16px;
  font-size:1.2rem;
  color: #424242;
}

.events-toolbar-timing-way-box {
  background: #FAF9F9;
  position:absolute;
  z-index:0;
  top:66px;
  left:0;
  width:100%;
  opacity:0;
  transition:opacity .5s, z-index .5s;
}
.events-toolbar-timing-way-box.opened {
  opacity:1;
  z-index: 500;
}
.events-toolbar-timing-way-box-button {
  width:100%;
  border:none;
  line-height: 66px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background: #FAF9F9;
  margin:0;
  padding:0 45px;
  text-align:left;
}
.events-toolbar-timing-way-box-button span {
  white-space: nowrap;
}
.events-toolbar-timing-way-box-button:hover{
  background-color: #ECEBEB;
}
.events-toolbar-timing-way-box-button::before {
  content: ' ';
  width:15px;
  height:15px;
  line-height: 15px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.events-toolbar-timing-way-box-button.marker-blue::before {
  background-color: #3B86D8;
}
.events-toolbar-timing-way-box-button.marker-grey::before {
  background-color: #B7BCC0;
}
@media (min-width:475px) {
  .events-toolbar-timing {
    display:flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .events-toolbar-timing-filter {
    max-width:160px;
    margin-right:4px;
  }
  .events-toolbar-timing-way-button {
    padding:0 25px;
  }
  .events-toolbar-timing-way-box-button {
    padding:0 25px;
  }
}
@media (min-width:700px) {
  .events-toolbar-upcoming {
    overflow-x: unset;
  }
}
@media (min-width:1200px) {
  .events-toolbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .events-toolbar-timing {
    width:460px;
  }
  .events-toolbar-timing {
    justify-content: flex-end;
  }
  .events-toolbar-upcoming {
    padding:0;
  }
}

.item.type-u_cup .col-card {
  background-color: #8D75FF;
}
.item.type-u_battle .col-card {
  background-color: #1B87EC;
}
.item.type-u_pitch .col-card {
  background-color: #28C9BD;
}
/* End */
/* /local/components/unicorn/events.catalogue/templates/.default/style.css?176649800814467 */
