.game-calendar-wrapper {
    position: relative;
}

.calendar-filter {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 992px) {
    .flx-calendar-filter {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.flx-calendar-filter .jq-selectbox__select {
    background: #FFF !important;
}

.calendar-settings {
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.calendar-menu {
    font-size: 0;
    margin-bottom: 10px;
}

.calendar-menu a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0px 25px;
    border: 1px solid #e9e9e9;
    margin-right: -1px;
    color: #3f3f3f;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
}

.calendar-menu a:hover {
    color: #00205B;
    background: rgba(0, 32, 91, 0.1);
    border-color: rgba(0, 32, 91, 0.1);
    z-index: 1;
}

.calendar-menu a.active {
    color: #FFF;
    background: #00205B;
    border-color: #00205B;
}

.calendar-menu-circle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0192E8;
}

.calendar-menu-circle.gray {
    background: #737373;
}

.clubs-news-logo {
    max-width: 20px;
}

.clubs-news-logo img {
    max-height: 20px;
}

.svg-calendar-view {
    width: 20px;
    height: 20px;
    fill: #3f3f3f;
}

.calendar-views {
    font-size: 0;
    margin-bottom: 10px;
}

.calendar-views-link {
    display: inline-block;
    height: 40px;
    padding: 9px 15px;
    border: 1px solid #e9e9e9;
    margin-right: -1px;
    color: #3f3f3f;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
}

.calendar-views-link:hover {
    color: #00205B;
    background: rgba(0, 32, 91, 0.1);
    border-color: rgba(0, 32, 91, 0.1);
    z-index: 19;
}

.calendar-views-link.active {
    color: #FFF;
    background: #00205B;
    border-color: #00205B;
}

.calendar-views-link.active svg {
    fill: #FFF;
}

.calendar-views-link.inactive {
    background: #eee;
    color: #666;
    border-color: #dfdfdf !important;
    cursor: not-allowed;
}

.calendar-views-link.inactive svg {
    fill: #666;
}

.calendar-views-link:hover .calendar-views-hint {
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

.calendar-views-hint {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 299;
    background: #FFF;
    width: 150px;
    bottom: 100%;
    margin-bottom: 8px;
    left: 50%;
    transform: translate3d(-50%, 15px, 0);
    font-size: 12px;
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
    color: #3f3f3f;
    font-size: 12px;
    transition: visibility .15s, opacity .15s, transform .15s;
}

.calendar-views-hint:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #e9e9e9 transparent transparent transparent;
}

.calendar-views-hint:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #FFF transparent transparent transparent;
}

.calendar-nav {
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
}

.calendar-nav-current {
    margin: 0px 30px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.calendar-nav-prev {
    position: relative;
    padding-left: 15px;
}

.calendar-nav-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/svg/arrow-left.svg) center no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.calendar-nav-next {
    position: relative;
    padding-right: 15px;
}

.calendar-nav-next:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(../images/svg/arrow-right.svg) center no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.calendar-nav a {
    color: #999;
    border-bottom: 0;
}

.calendar-nav a:hover {
    color: #000;
}

.calendar-grid {
    margin-bottom: 40px;
    overflow-x: auto;
    padding-right: 1px;
    padding-bottom: 1px;
}

.calendar-grid-days, .calendar-grid-flex {
    min-width: 768px;
}

.calendar-grid-day {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
    text-align: center;
    margin-bottom: 12px;
    line-height: 1.2;
}

.calendar-grid-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.calendar-grid-col {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}

.calendar-day {
    position: relative;
    text-align: center;
    border: 1px solid #e9e9e9;
    background: #FFF;
    margin-right: -1px;
    margin-bottom: -1px;
    padding-bottom: 100%;
}

.calendar-day.gray {
    background: none;
}

.calendar-day-date {
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 700;
    color: #000;
}

.calendar-day-event {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    padding: 30px 12px 0px;
    overflow: hidden;
}

.calendar-day-event.home-game {
    z-index: 1;
    box-shadow: inset 0px 0px 0px 5px #0192E8;
}

.calendar-day-event.away-game {
    z-index: 1;
    box-shadow: inset 0px 0px 0px 5px #737373;
}

.calendar-day-event-logo {
    height: 42px;
    margin-bottom: 5px;
}

.calendar-day-event-logo img {
    max-height: 42px;
    margin-left: auto;
    margin-right: auto;
}

.calendar-day-event-team {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    border-bottom: 0;
    display: block;
    margin-bottom: 8px;
    line-height: 1.1;
}

.calendar-day-event-points {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 2px;
}

.calendar-day-event-points a {
    border-bottom: 0;
}

.calendar-day-event-ending {
    font-weight: 400;
}

.calendar-current {
    margin-bottom: 20px;
}

.current-game {
    background: #FFF;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    min-height: calc(100% - 20px);
}

.current-game-date {
    flex: 0 0 130px;
    max-width: 130px;
    background: #f4f4f4;
    padding: 25px 10px 20px;
    line-height: 1;
    font-weight: 700;
    font-size: 50px;
    font-size: 3.125rem;
}

.current-game-date-month {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 10px;
}

.current-game-body {
    width: 100%;
    padding: 25px 5px;
}

.current-game-team {
    flex: 0 0 36%;
    max-width: 36%;
    border: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0px 10px;
    line-height: 1.1;
}

.current-game-team-logo {
    height: 42px;
    margin-bottom: 8px;
}

.current-game-team-logo img {
    margin-left: auto;
    margin-right: auto;
    max-height: 42px;
}

.current-game-info {
    flex: 0 0 28%;
    max-width: 28%;
}

.current-game-points {
    font-size: 50px;
    font-size: 3.125rem;
    white-space: nowrap;
    font-weight: 700;
    color: #000;
}

.current-game-points a {
    color: #000;
    border-bottom: 0;
}

.current-game-points a:hover {
    color: #21b049;
}

.current-game-ending {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -10px;
    font-weight: 400;
}

.calendar-future {
    margin-bottom: 40px;
}

.future-game {
    position: relative;
    background: #FFF;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
}

.future-game:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 44px;
    height: 22px;
    margin-left: -22px;
    background: #f4f4f4;
    border-radius: 0px 0px 25px 25px;
}

.future-game:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 44px;
    height: 22px;
    margin-left: -22px;
    background: #f4f4f4;
    border-radius: 25px 25px 0 0;
}

.future-game-game, .future-game-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.future-game-game {
    text-align: center;
}

.future-game-right {
    padding: 20px 50px;
    border-left: 1px dashed #F4F4F4;
}

.future-game-place, .future-game-start {
    font-size: 18px;
    font-size: 1.125rem;
}

.future-game-start {
    font-weight: 700;
    margin-bottom: 10px;
}

.future-game-ticket {
    display: inline-block;
    position: relative;
    margin-left: 24px;
    color: #de1b1b;
    border-bottom: 1px dashed #de1b1b;
}

.future-game-ticket:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url(../images/calendar/ticket-red.svg) center no-repeat;
    background-size: contain;
}

.future-game-ticket:hover {
    color: #ba1717;
    border-color: transparent;
}

.future-game .current-game-team {
    flex: 0 0 calc(50% - 65px);
    max-width: calc(50% - 65px);
}

.future-game .current-game-points {
    line-height: 1.05;
    white-space: nowrap;
}

.future-game .current-game-info {
    flex: 0 0 130px;
    max-width: 130px;
}

.future-game .game-ending {
    font-size: 18px;
    font-size: 1.125rem;
}

.calendar-all {
    margin-bottom: 10px;
}

.calendar-all [class*="flx-"] {
    margin-bottom: 20px;
}

.calendar-all-no-month {
    margin-bottom: 20px;
}

.calendar-all-no-month [class*="flx-"] {
    margin-bottom: 5px;
}

.calendar-all-menu {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
}

.calendar-all-menu a {
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0px 35px -1px;
    border-bottom-color: transparent;
}

.calendar-all-menu a:hover, .calendar-all-menu a.active {
    color: #de1b1b;
    border-bottom-color: #de1b1b;
}

.mini-game {
    position: relative;
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: 400;
}

.mini-game.home-game:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0192E8;
}

.mini-game.away-game:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #737373;
}

.mini-game-date {
    flex: 0 0 110px;
    max-width: 110px;
    padding: 5px 7px 5px 0;
    border-right: 1px solid #e9e9e9;
    line-height: 1.3;
}

.mini-game-date-start {
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
}

.mini-game-body {
    width: 100%;
    padding-left: 10px;
    -ms-align-items: center;
    align-items: center;
    line-height: 1.05;
}

.mini-game-info {
    flex: 0 0 64px;
    max-width: 64px;
    color: #000;
}

.mini-game-team {
    flex: 0 0 calc(50% - 32px);
    max-width: calc(50% - 32px);
    border-bottom: 0;
}

.mini-game-team-logo {
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.mini-game-team-logo img {
    max-height: 24px;
}

.mini-game-team-name {
    display: block;
    border: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.05;
    background: none !important;
    border-radius: 0;
    color: #3f3f3f !important;
}

.mini-game-team-name > span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.mini-game-team-name > span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

.mini-game-points {
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
}

.mini-game-points a {
    color: #000;
    border-bottom: 0;
}

.mini-game-points a:hover {
    color: #21b049;
}

.mini-game-ending {
    font-size: 14px;
    font-size: 0.875rem;
}

.mini-game-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00205B;
    color: #FFF;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 8px 170px 8px 20px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.mini-game-hover:before {
    content: "";
    position: absolute;
    right: 140px;
    top: 0;
    width: 20px;
    height: 10px;
    background: #f4f4f4;
    border-radius: 0 0 20px 20px;
}

.mini-game-hover:after {
    content: "";
    position: absolute;
    right: 140px;
    bottom: 0;
    width: 20px;
    height: 10px;
    background: #f4f4f4;
    border-radius: 20px 20px 0 0;
}

.mini-game-hover-place {
    width: 100%;
}

.mini-game-hover-place:after {
    content: "";
    position: absolute;
    right: 150px;
    top: 10px;
    bottom: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.mini-game-hover-ticket {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.mini-game-hover-ticket a {
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #FFF;
    margin-left: 20px;
    color: #FFF;
}

.mini-game-hover-ticket a:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../images/calendar/ticket-white.svg) center no-repeat;
    background-size: contain;
}

.mini-game-hover-ticket a:hover {
    border-bottom-color: transparent;
}

.mini-game:hover .mini-game-hover, .mini-game:focus .mini-game-hover {
    visibility: visible;
    opacity: 1;
}

.mini-game .tooltip .tooltip-answer {
    margin-left: 0;
    width: max-content;
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #EEE !important;
    border-color: #dfdfdf !important;
    color: rgba(63, 63, 63, 0.65);
}

.ui-relative {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}

.ui-preloader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 20px 15px 30px;
    text-align: center;
}

.ui-preloader-over {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -1px;
    z-index: 999;
    -ms-justify-content: start;
    justify-content: start;
    padding-top: 30px;
}

.ui-preloader-hint {
    font-weight: 600;
    font-size: 18px;
    color: #252525;
    margin-top: -20px;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #21b049;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.ui-error {
    background: #FFF;
    border: 1px solid #de1b1b;
    padding: 30px 20px;
    font-size: 18px;
    color: #de1b1b;
    text-align: center;
    font-weight: 600;
}

/* --- RESPONSIVE ---*/
@media (max-width: 1300px) {
    .calendar-day-event-logo {
        height: 38px;
    }

    .calendar-day-event-logo img {
        max-height: 38px;
    }

    .calendar-day-event-team {
        white-space: nowrap;
        overflow: hidden;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 5px;
    }

    .current-game-date {
        flex: 0 0 110px;
        max-width: 110px;
        font-size: 42px;
        font-size: 2.625rem;
    }

    .current-game-points {
        font-size: 42px;
        font-size: 2.625rem;
    }

    .current-game-team {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*1300px end*/
@media (max-width: 1240px) and (min-width: 992px) {
    .mini-game {
        flex-wrap: wrap;
    }

    .mini-game-date {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        background: #F4f4f4;
        border-right: 0;
    }

    .mini-game-date div {
        display: inline;
    }
}

/*1240-992px*/
@media (max-width: 1140px) {
    .calendar-day {
        padding-bottom: 0;
        min-height: 160px;
    }

    .calendar-day-date {
        left: 7px;
        top: 5px;
    }

    .calendar-day-event {
        padding: 22px 8px 0px;
        line-height: 1.2;
    }

    .calendar-day-event.home-game {
        box-shadow: inset 0px 0px 0px 4px #0192E8;
    }

    .calendar-day-event.away-game {
        box-shadow: inset 0px 0px 0px 4px #737373;
    }

    .calendar-day-event-team {
        white-space: normal;
        max-height: 38px;
    }

    .calendar-grid {
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

/* 1140px end */
@media (max-width: 992px) {
    .flx-calendar-filter .field {
        padding-bottom: 14px;
    }

    .calendar-settings {
        flex-wrap: wrap;
        position: relative;
    }

    .calendar-menu-times, .calendar-menu-places {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
    }

    .calendar-menu-times a, .calendar-menu-places a {
        flex: 1 0 auto;
        text-align: center;
        padding: 0px 9px;
    }

    .future-game {
        flex-wrap: wrap;
    }

    .future-game:before, .future-game:after {
        content: none;
    }

    .future-game-game, .future-game-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .future-game-right {
        position: relative;
        padding: 25px 0px 10px 0px;
        margin-top: 25px;
        border-left: 0;
        border-top: 1px dashed #f4f4f4;
    }

    .future-game-right:before, .future-game-right:after {
        content: "";
        position: absolute;
        width: 15px;
        height: 30px;
        background: #f4f4f4;
        top: -15px;
    }

    .future-game-right:before {
        border-radius: 0px 15px 15px 0;
        left: -10px;
    }

    .future-game-right:after {
        border-radius: 15px 0px 0px 15px;
        right: -10px;
    }

    .future-game .current-game-date {
        padding: 10px 5px;
    }

    .future-game .current-game-date-month {
        padding-top: 5px;
    }

    .future-game .current-game-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .calendar-all-menu a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/*992px end*/
@media (max-width: 992px) and (min-width: 400px) {
    .calendar-settings {
        padding-right: 50px;
    }

    .calendar-views {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }

    .calendar-views a {
        display: block;
        height: 30px;
        line-height: 28px;
        padding: 7px 8px;
    }
}

/* 992px-400px end */
@media (max-width: 768px) {
    .calendar-all-menu a {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 13px;
        font-size: 0.8125rem;
    }
}

/*768px end*/
@media (max-width: 576px) {
    .current-game {
        padding: 5px 0px 5px 5px;
        margin-bottom: 15px;
        min-height: none;
    }

    .current-game-date {
        flex: 0 0 80px;
        max-width: 80px;
        font-size: 32px;
        font-size: 2rem;
        padding: 20px 5px;
    }

    .current-game-date-month {
        padding-top: 5px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .current-game-body {
        padding: 20px 5px;
    }

    .current-game-info {
        flex: 0 0 90px;
        max-width: 90px;
    }

    .current-game-points {
        font-size: 32px;
        font-size: 2rem;
    }

    .current-game-ending {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: -7px;
    }

    .current-game-team {
        font-size: 15px;
        font-size: 0.9375rem;
        flex: 0 0 calc(50% - 45px);
        max-width: calc(50% - 45px);
    }

    .future-game-place, .future-game-start {
        font-size: 16px;
        font-size: 1rem;
    }

    .future-game .current-game-info {
        flex: 0 0 90px;
        max-width: 90px;
    }

    .future-game .current-game-team {
        flex: 0 0 calc(50% - 45px);
        max-width: calc(50% - 45px);
    }

    .future-game .game-ending {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
    }

    .calendar-all-menu {
        margin-bottom: 30px;
        overflow-x: auto;
        white-space: nowrap;
        text-align: left;
        border-bottom: 0;
    }

    .calendar-all-menu a {
        margin: 0 20px 0 0;
        padding-bottom: 5px;
    }

    .calendar-all-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}

/*576px end*/
@media (max-width: 480px) {
    .calendar-settings {
        margin-bottom: 20px;
    }

    .calendar-nav {
        line-height: 1;
        white-space: nowrap;
        margin-bottom: 30px;
    }

    .calendar-nav > * {
        display: inline-block;
        vertical-align: middle;
    }

    .calendar-nav-current {
        margin: 0px 15px;
        font-size: 20px;
        font-size: 1.25rem;
        max-width: 120px;
        white-space: normal;
    }

    .current-game {
        flex-wrap: wrap;
        padding: 5px;
    }

    .current-game-date {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 5px 10px;
        font-size: 20px;
        font-size: 1.25rem;
        color: #000;
    }

    .current-game-date-month {
        padding-top: 0;
        margin-left: 5px;
        display: inline-block;
    }

    .current-game-body {
        padding: 15px 5px;
    }

    .future-game {
        padding: 5px;
    }

    .future-game-game {
        flex-wrap: wrap;
    }

    .future-game-right {
        margin-top: 20px;
        padding: 20px 5px 10px;
    }

    .future-game .current-game-date {
        padding: 5px 1px;
    }

    .future-game .current-game-body {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .mini-game {
        flex-wrap: wrap;
        padding: 5px 5px 5px 10px;
    }

    .mini-game-date {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        background: #F4f4f4;
        border-right: 0;
    }

    .mini-game-date div {
        display: inline;
    }

    .mini-game-body {
        padding-bottom: 5px;
        padding-left: 0;
    }
}

/*480px end*/
@media (max-width: 400px) {
    .calendar-filter {
        margin-bottom: 25px;
    }

    .calendar-menu-times a, .calendar-menu-places a {
        height: 34px;
        line-height: 32px;
    }

    .calendar-views {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
    }

    .calendar-views a {
        flex: 1 0 auto;
        height: 34px;
        line-height: 32px;
        text-align: center;
        padding: 5px;
    }

    .calendar-views a svg {
        display: inline-block;
    }

    .flx-calendar-filter .field {
        padding-bottom: 7px;
    }

    .flx-calendar-filter .jq-selectbox__select {
        height: 34px;
        line-height: 32px;
    }

    .flx-calendar-filter .jq-selectbox__dropdown {
        top: 34px;
    }

    .flx-calendar-filter .jq-selectbox__dropdown[style*="top: auto;"] {
        bottom: 34px;
    }
}

/*400px end*/

/*# sourceMappingURL=sourcemaps/calendar.css.map */
