.pagination {
  max-width: 90vw;
  margin: auto;
  overflow: auto;
  justify-content: initial;
  padding-bottom: 10px; }

.pagination .page-item {
  font-weight: 700;
  font-size: 15px; }

.pagination .page-item > .page-link {
  color: RGB(163, 172, 191);
  border: 0;
  margin: 5px;
  padding: 10px 17px 10px 17px;
  border-radius: 9px; }

.pagination .page-item > .page-link:hover {
  color: #0080FF;
  background-color: RGBA(219, 237, 250, 0.8); }

.pagination .page-item.active > .page-link {
  color: white;
  background-color: #0080FF; }

.pagination .page-item.active > .page-link:hover {
  color: white;
  background-color: #0080FF; }

.calendar-title .page-title {
  background-color: rgba(240, 242, 247, 0.8);
  height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.calendar-title .page-title .title {
  opacity: 1;
  color: #131d26;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -4px;
  text-align: center;
  line-height: 80px;
  height: 55%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  justify-content: center;
  align-items: center; }

.calendar-title .page-title .title .details {
  font-size: 53px; }

@media only screen and (max-width: 900px) {
  .calendar-title .page-title .title {
    font-size: 36px;
    text-align: center;
    line-height: 36px;
    letter-spacing: -2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
    margin-top: auto; }
  .calendar-title .page-title .title .details {
    font-size: 30px; } }

.calendar-wrapper {
  padding: 46px 150px 75px 150px !important; }

@media only screen and (max-width: 1000px) {
  .calendar-wrapper {
    padding: 64px 16px !important; } }

.calendar-wrapper #calendar-big .fc-header-toolbar {
  height: 48px; }

.calendar-wrapper #calendar-big .fc-header-toolbar h2 {
  font-size: 23px; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-left {
  height: 100%;
  display: flex;
  align-items: center; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-prev-button, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-next-button {
  height: 48px;
  width: 48px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid RGBA(19, 29, 38, 0.2);
  box-shadow: none;
  background-image: none;
  background: white; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-prev-button:hover, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-next-button:hover {
  border-color: #0080FF !important;
  background-color: rgba(0, 128, 255, 0.1); }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-prev-button:hover span::after, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-next-button:hover span::after {
  background-color: #0080FF !important; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-prev-button span, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-next-button span {
  padding: 0;
  background: none; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-icon.fc-icon-left-single-arrow::after {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrowhead-left.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrowhead-left.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #a3acbf; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right .fc-icon.fc-icon-right-single-arrow::after {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/16x16px-arrowhead-right.svg) no-repeat 50% 50%;
  mask: url(../icons/16x16px-arrowhead-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #a3acbf; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button {
  outline: none; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-today-button, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-month-button {
  border: none;
  background: none;
  color: #a3acbf !important;
  font-weight: bold;
  box-shadow: none;
  opacity: .6; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-today-button:disabled, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-today-button.fc-state-active, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-month-button:disabled, .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-month-button.fc-state-active {
  display: none; }

.calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-today-button:hover:not(:disabled), .calendar-wrapper #calendar-big .fc-header-toolbar .fc-right button.fc-month-button:hover:not(:disabled) {
  color: #0080FF !important; }

.calendar-wrapper #calendar-big .fc-unthemed .fc-content, .calendar-wrapper #calendar-big .fc-unthemed .fc-divider, .calendar-wrapper #calendar-big .fc-unthemed .fc-list-heading td, .calendar-wrapper #calendar-big .fc-unthemed .fc-list-view, .calendar-wrapper #calendar-big .fc-unthemed .fc-popover, .calendar-wrapper #calendar-big .fc-unthemed .fc-row, .calendar-wrapper #calendar-big .fc-unthemed tbody, .calendar-wrapper #calendar-big .fc-unthemed td, .calendar-wrapper #calendar-big .fc-unthemed th, .calendar-wrapper #calendar-big .fc-unthemed thead {
  border: none; }

.calendar-wrapper #calendar-big .fc-view-container tr:not(:last-child) {
  border-bottom: none; }

.calendar-wrapper #calendar-big .fc-view-container .fc-content-skeleton tr {
  border: none; }

.calendar-wrapper #calendar-big .fc-view-container .fc-head tr .fc-head-container .fc-row.fc-widget-header {
  border: 1px solid RGBA(19, 29, 38, 0.2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
  margin: 0 !important; }

.calendar-wrapper #calendar-big .fc-view-container .fc-head tr .fc-head-container tr {
  display: flex;
  justify-content: space-around; }

.calendar-wrapper #calendar-big .fc-view-container .fc-head tr .fc-head-container tr .fc-day-header {
  font-size: 14px;
  color: #a3acbf;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container {
  border: 1px solid RGBA(19, 29, 38, 0.2);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > a, .calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > div {
  font-size: 13px;
  background-color: transparent;
  color: #A3ACBF;
  font-weight: bold; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > a.fc-more, .calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > div.fc-more {
  color: #0080FF; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > a {
  display: flex;
  align-items: center;
  color: #707a8c;
  padding: 2px; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > a.activity-event {
  background-color: rgba(251, 188, 0, 0.1);
  border-color: #fbbc00; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton > table > tbody tr td > a.ad-event {
  background-color: rgba(0, 128, 255, 0.1);
  border-color: #0080FF; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top {
  padding-right: 7px;
  font-size: 15px;
  font-weight: bold; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top .fc-day-number {
  width: 20px;
  text-align: center;
  margin-top: 6px; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-content-skeleton .fc-day-top.fc-today .fc-day-number {
  background-color: #FA5957;
  color: white;
  border-radius: 50%;
  padding: 2px 4px; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-day {
  border: 1px solid RGBA(19, 29, 38, 0.2); }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-day.fc-today {
  background-color: white; }

.calendar-wrapper #calendar-big .fc-view-container .fc-body .fc-widget-content .fc-day-grid-container .fc-day.fc-other-month {
  background-color: rgba(240, 242, 247, 0.4); }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover {
  border-radius: 12px;
  border: 1px solid RGBA(19, 29, 38, 0.2);
  width: 50%; }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-header {
  background-color: rgba(240, 242, 247, 0.4); }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-header .fc-close {
  color: #707a8c;
  margin-top: 5px; }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-body .fc-event-container > a {
  display: flex;
  align-items: center;
  color: #707a8c; }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-body .fc-event-container > a.activity-event {
  background-color: rgba(251, 188, 0, 0.1);
  border-color: rgba(251, 188, 0, 0.5); }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-body .fc-event-container > a.ad-event {
  background-color: rgba(0, 128, 255, 0.1);
  border-color: #0080FF; }

.calendar-wrapper #calendar-big .fc-view-container .fc-more-popover .fc-body .fc-event-container > a .fc-content .fc-title {
  white-space: normal; }

.events-containter {
  padding: 0 20px; }

@media only screen and (min-width: 750px) {
  .events-containter {
    display: none; } }

.events-containter .events-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  margin-top: 54px;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  padding-bottom: 103px; }

.events-containter .events-list .event-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(19, 29, 38, 0.15);
  border-radius: 20px;
  width: 100%;
  height: 248px;
  margin: 1.1% 0;
  margin-bottom: 20px;
  padding: 20px 24px;
  text-decoration: none;
  color: #131D26;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06); }

.events-containter .events-list .event-item:hover {
  box-shadow: none;
  border: 1px solid rgba(19, 29, 38, 0.25); }

.events-containter .events-list .event-item .event-title {
  position: relative;
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin: 12px 0 32px 0;
  padding-left: 16px;
  height: 96px; }

.events-containter .events-list .event-item .event-title p {
  margin: -4px 0 0 0; }

.events-containter .events-list .event-item .event-title .colored-border {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FBBC00;
  width: 4px;
  height: 100%; }

.events-containter .events-list .event-item .event-title .colored-border.category-1 {
  background-color: #0055FB; }

.events-containter .events-list .event-item .event-title .colored-border.category-2 {
  background-color: #FA5957; }

.events-containter .events-list .event-item .event-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch; }

.events-containter .events-list .event-item .event-body .event-info {
  display: flex;
  justify-content: space-between; }

.events-containter .events-list .event-item .event-body .event-info div {
  min-width: 47%; }

.events-containter .events-list .event-item .event-body .event-info div p {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500; }

.events-containter .events-list .event-item .event-body .event-info div p.info-title {
  color: rgba(112, 122, 140, 0.8); }

.events-containter .events-list .event-item .event-body .tags {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start; }

.events-containter .events-list .event-item .event-body .tags .tag {
  background-color: #F0F2F7;
  border-radius: 5px;
  margin-right: 4px;
  font-size: 12px;
  color: #131D26;
  font-weight: 700;
  padding: 2px 8px; }

.events-containter .events-list .event-item .event-body .tags .tag.for-members {
  background-color: #0080FF;
  color: white; }

.events-containter .events-list .event-item .event-body .tags .tag.for-members span::before {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: -1px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white; }

.events-containter .events-list .hr {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.2); }

.calendar-wrapper .calendar-filter, .events-list .calendar-filter {
  width: 100%;
  margin: auto; }

.calendar-wrapper .calendar-filter .select2-selection, .events-list .calendar-filter .select2-selection {
  cursor: pointer;
  color: #707a8c !important;
  width: 100%;
  border-radius: 12px;
  border: 1px solid RGBA(19, 29, 38, 0.2);
  opacity: 1;
  background-color: white;
  height: 48px;
  font-size: 15px;
  padding: 0.6rem .3rem; }

.calendar-wrapper .calendar-filter .select2-selection .select2-selection__rendered, .events-list .calendar-filter .select2-selection .select2-selection__rendered {
  color: #707a8c !important; }

.calendar-wrapper .calendar-filter .select2-selection .select2-selection__rendered .select2-selection__choice__remove, .events-list .calendar-filter .select2-selection .select2-selection__rendered .select2-selection__choice__remove {
  margin-right: 5px; }

.calendar-wrapper .calendar-filter .select2-selection::before, .events-list .calendar-filter .select2-selection::before {
  right: 20px;
  color: white; }

.calendar-wrapper .calendar-filter .select2-selection:disabled, .events-list .calendar-filter .select2-selection:disabled {
  background-color: rgba(240, 242, 247, 0.8); }

.calendar-wrapper .calendar-filter .select2-selection .select2-selection__arrow, .events-list .calendar-filter .select2-selection .select2-selection__arrow {
  top: 10px;
  right: 3px; }

.calendar-wrapper .calendar-filter .select2-selection .select2-selection__arrow b, .events-list .calendar-filter .select2-selection .select2-selection__arrow b {
  margin-top: -5px;
  margin-left: -3px;
  width: 12px;
  height: 12px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/12x12px-arrowhead-down.svg) no-repeat 50% 50% !important;
  mask: url(../icons/12x12px-arrowhead-down.svg) no-repeat 50% 50% !important;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #515C73; }

.calendar-wrapper .calendar-filter button, .events-list .calendar-filter button {
  border-radius: 12px;
  padding: 9px 18px; }

.selection ul {
  margin-top: -14px !important; }

.selection li {
  font-size: 12px;
  margin-right: 4px !important;
  margin-top: 4px !important; }

.events-list {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: stretch;
  justify-content: space-between;
  padding-bottom: 161px; }

.events-list .event-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(19, 29, 38, 0.15);
  border-radius: 20px;
  width: 32%;
  height: 248px;
  margin: 1.1% 0;
  padding: 20px 24px;
  text-decoration: none;
  color: #131D26;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06); }

.events-list .event-item:hover {
  box-shadow: none;
  border: 1px solid rgba(19, 29, 38, 0.25); }

.events-list .event-item .event-title {
  position: relative;
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin: 12px 0 32px 0;
  padding-left: 16px;
  height: 96px; }

.events-list .event-item .event-title p {
  margin: -4px 0 0 0; }

.events-list .event-item .event-title .colored-border {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FBBC00;
  width: 4px;
  height: 100%; }

.events-list .event-item .event-title .colored-border.category-1 {
  background-color: #0055FB; }

.events-list .event-item .event-title .colored-border.category-2 {
  background-color: #FA5957; }

.events-list .event-item .event-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch; }

.events-list .event-item .event-body .event-info {
  display: flex;
  justify-content: space-between; }

.events-list .event-item .event-body .event-info div {
  min-width: 47%; }

.events-list .event-item .event-body .event-info div p {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500; }

.events-list .event-item .event-body .event-info div p.info-title {
  color: rgba(112, 122, 140, 0.8); }

.events-list .event-item .event-body .tags {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start; }

.events-list .event-item .event-body .tags .tag {
  background-color: #F0F2F7;
  border-radius: 5px;
  margin-right: 4px;
  font-size: 12px;
  color: #131D26;
  font-weight: 700;
  padding: 2px 8px; }

.events-list .event-item .event-body .tags .tag.for-members {
  background-color: #0080FF;
  color: white; }

.events-list .event-item .event-body .tags .tag.for-members span::before {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-bottom: -1px;
  display: inline-block;
  content: '';
  -webkit-mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  mask: url(../icons/12x12px-lock.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white; }

.events-list .hr {
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid RGBA(19, 29, 38, 0.2); }

.events-list {
  flex-direction: column;
  margin-top: 54px;
  padding-bottom: 103px; }

.events-list .event-item {
  width: 100%;
  margin-bottom: 20px; }

@media only screen and (max-width: 749px) {
  #mobile {
    display: unset !important; }
  #screen {
    display: none !important; } }
