.booking-code-box {
    background: #060321;
    margin-bottom: 23px;
    padding: 25px 20px;
}

@media(min-width:600px) {
    .booking-code-box {
        padding: 25px 20px;
        border-radius: 10px;
    }
}

p#timerdemo {
    text-align: center;
}

.partners-class {
    padding: 14px 11px;
    text-align: left;
    background: #08032e;
    margin-bottom: 9px;
    border-bottom: 9px solid #118440;
}

.partners-class:hover {

    text-align: left;
    background: #ffffff;
    padding-right: 15px;
    /* transition: all  */
    transition: .5s all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 0, 0.48, 1.57);
    transition-delay: 0s;
    transition-property: all;

}

h5.booking-code-head {
    color: white;
    text-align: center;
    background: #b28e0b;
    padding: 12px;
    /*box-shadow: 1px 9px 0 4px #b28e0b;*/
}

.team-form {
    padding: 4px 9px;
    border-radius: 2px;
    color: white;
    margin-top: 16px;
    font-size: 11px;
    margin-right: 3px;
    background: #4e4e4d;
}

.nb-footer {
    background: #272727;
    margin-top: 24px;
    padding-bottom: 30px;
}

.nb-footer a {
    color: #caa10c;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #caa10c;
    color: #ffffff;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #060321;
    color: white;
}

.nav-tabs>li.active>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #caa10c;
    color: #FFFFFF;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #caa10c;
    color: #FFFFFF;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #060321;
    color: white;
}

@media(min-width:600px) {
    .league-odds {
        background: white;
        padding: 15px;
        border-radius: 8px;
    }

    h1,
    .h1 {
        font-size: 27px;
    }

    h2,
    .h2 {
        font-size: 24px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }
}

.footer-text h1,
.footer-text h2,
.footer-text h3,
.footer-text h4,
.footer-text h5,
.footer-text h6 {
    color: #caa10c !important;
    /* font-family:'s' */
    /* Your styles for headings within .footer-text go here */
}

.footer-text h1 span,
.footer-text h2 span,
.footer-text h3 span,
.footer-text h4 span,
.footer-text h5 span,
.footer-text h6 span {
    color: #caa10c !important;
    /* font-family:'s' */
    /* Your styles for headings within .footer-text go here */
}

.league-odds {

    margin-bottom: 22px;
    /* border-radius: 15px; */
}

#calendar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    margin: 0 auto;
    height: 570px;
    overflow: hidden
}

#calendar .header {
    height: 50px;
    width: 100%;
    background: #e5e5e5;
    text-align: center;
    position: relative;
    z-index: 100
}

#calendar .header h1 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 50px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff
}

#calendar .left,
#calendar .right {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer
}

#calendar .left {
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent #a09fa0 transparent transparent;
    left: 20px
}

#calendar .right {
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #a09fa0;
    right: 20px
}

#calendar .month {
    opacity: 0
}

#calendar .month.new {
    -webkit-animation: fadeIn 1s ease-out;
    opacity: 1
}

#calendar .month.in.next {
    -webkit-animation: moveFromTopFadeMonth .4s ease-out;
    -moz-animation: moveFromTopFadeMonth .4s ease-out;
    animation: moveFromTopFadeMonth .4s ease-out;
    opacity: 1
}

#calendar .month.out.next {
    -webkit-animation: moveToTopFadeMonth .4s ease-in;
    -moz-animation: moveToTopFadeMonth .4s ease-in;
    animation: moveToTopFadeMonth .4s ease-in;
    opacity: 1
}

#calendar .month.in.prev {
    -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
    -moz-animation: moveFromBottomFadeMonth .4s ease-out;
    animation: moveFromBottomFadeMonth .4s ease-out;
    opacity: 1
}

#calendar .month.out.prev {
    -webkit-animation: moveToBottomFadeMonth .4s ease-in;
    -moz-animation: moveToBottomFadeMonth .4s ease-in;
    animation: moveToBottomFadeMonth .4s ease-in;
    opacity: 1
}

#calendar .week {
    background: #060321
}

#calendar .day {
    display: inline-block;
    width: 38px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #060321;
    position: relative;
    z-index: 100
}

#calendar .day.other {
    color: rgba(255, 255, 255, .3)
}

#calendar .day.today {
    color: #9ccaeb
}

#calendar .day-name {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #060321;
    letter-spacing: .7px
}

#calendar .day-number {
    font-size: 13px;
    letter-spacing: 1.5px
}

#calendar .day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
    display: none
}

#calendar .day .day-events span {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin: 0 1px
}

#calendar .blue {
    background: #9ccaeb
}

#calendar .orange {
    background: #f7a700
}

#calendar .green {
    background: #99c66d
}

#calendar .yellow {
    background: #f9e900
}

#calendar .details {
    position: relative;
    width: 100%;
    height: 60px;
    background: #060321;
    margin-top: 5px;
    border-radius: 4px
}

#calendar #calendar .details.in {
    -webkit-animation: moveFromTopFade .5s ease both;
    -moz-animation: moveFromTopFade .5s ease both;
    animation: moveFromTopFade .5s ease both
}

#calendar .details.out {
    -webkit-animation: moveToTopFade .5s ease both;
    -moz-animation: moveToTopFade .5s ease both;
    animation: moveToTopFade .5s ease both
}

#calendar .arrow {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: transparent transparent #060321 transparent;
    transition: all .7s ease
}

#calendar .events {
    height: 75px;
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden
}

#calendar .events.in {
    -webkit-animation: fadeIn .3s ease both;
    -moz-animation: fadeIn .3s ease both;
    animation: fadeIn .3s ease both
}

#calendar .events.in {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

#calendar .details.out .events {
    -webkit-animation: fadeOutShrink .4s ease both;
    -moz-animation: fadeOutShink .4s ease both;
    animation: fadeOutShink .4s ease both
}

#calendar .events.out {
    -webkit-animation: fadeOut .3s ease both;
    -moz-animation: fadeOut .3s ease both;
    animation: fadeOut .3s ease both
}

#calendar .event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 2px 16px;
    vertical-align: top
}

#calendar .event.empty {
    color: #eee
}

#calendar .event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top
}

#calendar .event span {
    display: inline-block;
    padding: 0 0 0 7px
}

#calendar .legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #3c3c3c;
    line-height: 30px
}

#calendar .entry {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    background: 0 0
}

#calendar .entry:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    top: 12px;
    left: 14px
}

@media(min-width:700px) {
    .storeBox {
        height: 111px;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #060321;
        border: 3px solid #060321;
        display: flex;
        color: whitesmoke;
        font-weight: 400;
        font-size: 19px;
        /* text-transform: uppercase; */
        /* font-family: 'Itim', cursive; */
        font-family: "Source Sans Pro", cursive;
        margin-bottom: 15px;
        border-radius: 4px;
        line-height: 25px;
    }
}
@media(min-width:770px) {

    .lg-justify-content-center {
        display: flex; justify-content: space-between!important; align-items: center!important
    }

}

p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: sans-serif; */
    font-weight: 100 !important;
    text-align: justify;
}

#calendar .entry.blue:after {
    background: #9ccaeb
}

#calendar .entry.orange:after {
    background: #f7a700
}

#calendar .entry.green:after {
    background: #99c66d
}

#calendar .entry.yellow:after {
    background: #f9e900
}

@-webkit-keyframes moveFromTopFade {
    from {
        opacity: .3;
        height: 0;
        margin-top: 0;
        -webkit-transform: translateY(-100%)
    }
}

span.time-bg {
    background: #b28e0b;
    color: white;
    font-size: 11px;
    padding: 5px;
    border-radius: 6px;
}

@-moz-keyframes moveFromTopFade {
    from {
        height: 0;
        margin-top: 0;
        -moz-transform: translateY(-100%)
    }
}

@keyframes moveFromTopFade {
    from {
        height: 0;
        margin-top: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: .3;
        height: 0;
        margin-top: 0;
        opacity: .3;
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes moveToTopFade {
    to {
        height: 0;
        -moz-transform: translateY(-100%)
    }
}

@keyframes moveToTopFade {
    to {
        height: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95)
    }
}

@-moz-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%)
    }
}

@keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%)
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95)
    }
}

@-moz-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%)
    }
}

@keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%)
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95)
    }
}

@-moz-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%)
    }
}

@keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%)
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95)
    }
}

@-moz-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%)
    }
}

@keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%)
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0;
        height: 0
    }
}

@-moz-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0;
        height: 0
    }
}

@keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0;
        height: 0
    }
}

#calendar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

#calendar .header {
    height: 30px;
    width: 100%;
    background: #e5e5e5;
    text-align: center;
    position: relative;
    z-index: 100;
}

#calendar .header h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000;
}

#calendar .left,
#calendar .right {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
}

#calendar .left {
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent rgba(160, 159, 160, 1) transparent transparent;
    left: 20px;
}

#calendar .right {
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent rgba(160, 159, 160, 1);
    right: 20px;
    /*display: none !important;*/
}

#calendar .month {
    /*overflow: hidden;*/
    opacity: 0;
}

#calendar .month.new {
    -webkit-animation: fadeIn 1s ease-out;
    opacity: 1;
}

#calendar .month.in.next {
    -webkit-animation: moveFromTopFadeMonth .4s ease-out;
    -moz-animation: moveFromTopFadeMonth .4s ease-out;
    animation: moveFromTopFadeMonth .4s ease-out;
    opacity: 1;
}

#calendar .month.out.next {
    -webkit-animation: moveToTopFadeMonth .4s ease-in;
    -moz-animation: moveToTopFadeMonth .4s ease-in;
    animation: moveToTopFadeMonth .4s ease-in;
    opacity: 1;
}

#calendar .month.in.prev {
    -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
    -moz-animation: moveFromBottomFadeMonth .4s ease-out;
    animation: moveFromBottomFadeMonth .4s ease-out;
    opacity: 1;
}

#calendar .month.out.prev {
    -webkit-animation: moveToBottomFadeMonth .4s ease-in;
    -moz-animation: moveToBottomFadeMonth .4s ease-in;
    animation: moveToBottomFadeMonth .4s ease-in;
    opacity: 1;
}

#calendar .week {
    background: #060321;
}

#calendar .day {
    display: inline-block;
    width: 14.2857%;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #060321;
    position: relative;
    z-index: 100;
    color: #fff;
}

#calendar .day:hover {
    color: red;
}

#calendar .day.other {
    color: rgba(255, 255, 255, .3);
}

#calendar .day.today {
    color: #fff !important;
    background-color: #060321 !important;
}

#calendar .day.active {
    color: #fff !important;
    background-color: #b28e0b !important;
}

#calendar .day.disabled {
    color: #666 !important;
    opacity: .6;
}


#calendar .day-name {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .7px;
    display: none !important;
}

#calendar .day-number {
    font-size: 13px;
    letter-spacing: 1.5px;
    /*color: #fff;*/
}

#calendar .day.other .day-name,
#calendar .day.other .day-number {
    display: none;
}

#calendar .day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
    display: none;
}

#calendar .day .day-events span {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin: 0 1px;
}

#calendar .blue {
    background: rgba(156, 202, 235, 1);
}

#calendar .orange {
    background: rgba(247, 167, 0, 1);
}

#calendar .green {
    background: rgba(153, 198, 109, 1);
}

#calendar .yellow {
    background: rgba(249, 233, 0, 1);
}

#calendar .details {
    position: relative;
    width: 100%;
    height: 60px;
    background: rgba(164, 164, 164, 1);
    margin-top: 5px;
    border-radius: 4px;
    display: none;
}

#calendar #calendar .details.in {
    -webkit-animation: moveFromTopFade .5s ease both;
    -moz-animation: moveFromTopFade .5s ease both;
    animation: moveFromTopFade .5s ease both;
}

#calendar .details.out {
    -webkit-animation: moveToTopFade .5s ease both;
    -moz-animation: moveToTopFade .5s ease both;
    animation: moveToTopFade .5s ease both;
}

#calendar .arrow {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
    transition: all 0.7s ease;
}

#calendar .events {
    height: 75px;
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#calendar .events.in {
    -webkit-animation: fadeIn .3s ease both;
    -moz-animation: fadeIn .3s ease both;
    animation: fadeIn .3s ease both;
}

#calendar .events.in {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

#calendar .details.out .events {
    -webkit-animation: fadeOutShrink .4s ease both;
    -moz-animation: fadeOutShink .4s ease both;
    animation: fadeOutShink .4s ease both;
}

#calendar .events.out {
    -webkit-animation: fadeOut .3s ease both;
    -moz-animation: fadeOut .3s ease both;
    animation: fadeOut .3s ease both;
}

#calendar .event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    padding: 2px 16px;
    vertical-align: top;
}

#calendar .event.empty {
    color: #eee;
}

#calendar .event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top;
}

#calendar .event span {
    display: inline-block;
    padding: 0 0 0 7px;
}

#calendar .legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(60, 60, 60, 1);
    line-height: 30px;
    display: none;

}

#calendar .entry {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    background: transparent;
}

#calendar .entry:after {
    position: absolute;
    content: '';
    height: 5px;
    width: 5px;
    top: 12px;
    left: 14px;
}

#calendar .entry.blue:after {
    background: rgba(156, 202, 235, 1);
}

#calendar .entry.orange:after {
    background: rgba(247, 167, 0, 1);
}

#calendar .entry.green:after {
    background: rgba(153, 198, 109, 1);
}

#calendar .entry.yellow:after {
    background: rgba(249, 233, 0, 1);
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
    from {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: .3;
        height: 0px;
        margin-top: 0px;
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes moveToTopFade {
    to {
        height: 0px;
        -moz-transform: translateY(-100%);
    }
}

@keyframes moveToTopFade {
    to {
        height: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(.95);
    }
}

@-moz-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(.95);
    }
}

@-moz-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@-moz-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

@keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.view-tip-btn {
    background: #060321;
    color: whitesmoke;
    float: right;
}

.view-tip-btn.won {
    background: #5CB85C
}

.view-tip-btn.lost {
    background: #db4437
}



.accordion.faq {

    padding: 1.2rem 0;
    border-radius: 1rem;
    /* background: white; */
    /*   box-shadow: 0 0 5rem lightgrey; */
}

.accordion__heading {
    margin-bottom: 1rem;
    padding: 0 1.4rem;
}

.accordion__item:not(:last-child) {
    border-bottom: 1px solid lightgrey;
}

.accordion__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.4rem;
    background: #131322;
    border: none;
    color: #ffffff !important;
    outline: none;
    font-family: 'Quantico', sans-serif;
    font-size: 21px;
    text-align: left;
    cursor: pointer;
    transition: 0.1s;
}

.accordion__btn:hover {
    color: var(--color-purple);
    /* background: hsl(248, 53%, 97%); */
}

.accordion__item--active .accordion__btn {
    color: var(--color-purple);
    border-bottom: 2px solid var(--color-purple);
    /* background: hsl(248, 53%, 97%); */
}

.fa-lightbulb {
    padding-right: 1rem;
}

.accordion__icon {
    border-radius: 50%;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    opacity: 0.9;
}

.accordion__item--active .accordion__icon {
    transform: rotate(135deg);
}

.accordion__content {
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    /* color: var(--color-text-muted); */
    transform: translateX(16px);
    transition: max-height 0.5s ease, opacity 0.5s, transform 0.5s;
}

.accordion__content div {
    padding: 1rem 1.8rem;
}

.accordion__item--active .accordion__content {
    opacity: 1;
    transform: translateX(0px);
    max-height: 100vh;
}

.nb-footer {
    /*background: #131322;*/
    background: #1E1C1D;
    padding-top: 40px;

}

.accordion__content div,
.accordion__content div span,
.accordion__content div p {
    background: white !important;

}

.accordion__heading {

    text-align: center;
    padding-bottom: 11px;
    color: #C59A0F;
}

.accordion.faq {
    padding: 1.2rem 0;
    border-radius: 1rem;
    padding-top: 1px;
}

.accordion.faq {

    padding-bottom: 0px;
}

.no-padding-ads {
    padding: 1px;
    margin-bottom: 7px;
}

element.style {}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    margin: 14px 10px;
    font-size: 15px;
    border-left: 8px solid;
}

.cw-fix {
    /*max-width: 883px !important;*/
    /*margin: auto;*/
    width: 100%;
    /* padding: 40px 0px; */
}

.league-text-font {
    color: black;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
}

/**Typeo CSS End (Note if is not need so remove)**/
.cw-section {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.faq-top {
    text-align: center;
}

.faq-top p {
    margin: 0px;
}

.cw-section__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0px;
    color: #332470;
}

.cw-section__title span {
    color: #6A49F2;
}

.cw-accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
}

.cw-accordion__item {
    /* padding: 0.8rem 1rem; */
    background: #fff;
    position: relative;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 10px #ede9fe;
    border: #cdcdcd 1px solid;
}

.cw-accordion__item .cw-label {
    padding-left: 26px;
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.cw-accordion__item .cw-label:after {
    position: absolute;
    right: 5px;
    content: "+";
    font-size: 20px;
    top: 30%;
    border: #A7212127 1px solid;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    padding-bottom: 1px;
    /* display:none; */
}

.cw-accordion__item .cw-label.cw-open:after {
    transform: rotate(45deg);
    transition: 0.4s;
}

.cw-accordion__item .cw-acordion-cont {
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 1px solid #cdcdcd;
}

.cw-accordion__item .cw-acordion-cont ul {
    padding-left: 20px;
}

.cw-accordion__item .cw-acordion-cont ul li {
    margin: 7px 0px;
}

.cw-accordion__item .cw-open+.cw-acordion-cont {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faq-contact {
    text-align: center;
    padding: 10px 0;
}

.faq-contact h3 {
    margin: 0px 0px 15px 0px;
}

.faq-contact .contact-btn {
    /* padding: 8px 20px; */
    background-color: #000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: #000 1px solid;
    transition: 0.5s all;
    font-weight: 700;
}

.faq-contact .contact-btn:hover {
    background-color: transparent;
    color: #000;
}

@media(max-width:992px) {
    .cw-section__title {
        font-size: 1.5rem;
    }
}

.cw-acordion-cont table {
    margin-bottom: 0px !important
}

.btn-group-vertical a button {
    /* margin-bottom: 5px; */
    /* border-radius: 4px; */
    border-bottom: 3px solid white;
    text-align: left;
    border-left: 0px solid;
}

@media (max-width: 978px) {
    .hideSM {
        display: none;
    }

    .hideLG {
        display: block !important;
    }
}

.hideLG {
    display: none
}

.list-inline.fare>li {
    display: inline-block;
    padding-right: 5px;
    background: #00000000;
    padding-left: 8px;
    margin-right: 8px;
    font-size: 20px;
    border: 1px solid #424645;
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#intcontainer {
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
    -webkit-animation: promoFadeIn .33s ease-in;
    animation: promoFadeIn .33s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgba(0, 0, 0, .5);
    pointer-events: all;
    /* display: none; */
}

.intwindow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /* display: none; */
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
    z-index: 9999;
    font-size: 0;
    text-align: center;
    border: 8px solid #ccc;
    background-color: #fff;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
    border: 4px solid #bf830c;
}

.intclose1 {
    position: absolute;
    right: -11px;
    top: -14px;
    border-radius: 34px;
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 19px;
    background: #f5ecdb;
    color: #ea0f0f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: contain;
    font-weight: 900;
    cursor: pointer;
    z-index: 600;
}

.intoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
    z-index: 9997;
    background: #000;
    background: rgb(29 27 27 / 78%);
    pointer-events: all;
    /* display: none; */
}

.country-badge {
    background-color: rgba(0, 0, 0, 0.5);
    color: #b28e0b;
    border: 1px solid whitesmoke;
    padding:0 5px 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: -15px;
    margin-top: 5px;
}


@media(max-width:600px){
    .headerTitle {
        font-size: 19px;
        line-height: 37px;
    }
    .accordion__caption {
        font-size: 15px !important;
    }
}


@media (max-width: 978px) {
    .nopaddingsmall {
        padding: 0px !important;
    }

    .myTableSmall {
        font-size: 12px !important;
    }


    .newEmbed {
        height: 380px !important;
    }

    .hideSM {
        display: none!important;
    }

    .hideLG {
        display: block !important;
    }
}

.hideLG {
    display: none
}

.newEmbed {
    width: 100%;
    padding-top: 20px;
}

.list-groupUpNone {
    margin-bottom: 2px;
}

.blink_text {
    animation: blink 1s infinite;
}

.blink_black_friday {
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.btn-group-vertical button {
    height: 40px !important;
}

.telegram-btn {
    background: linear-gradient(45deg, #00a1ffed, #100c0c9e);
}

.telegram-btn-text {
    animation: blink 1.3s infinite;
    font-size: 16px!important;
}

.telegram-btn:hover,
.telegram-btn:focus {
    background: linear-gradient(291deg, #00a1ffed, #100c0c9e);
}

.cw-fix {
    margin: auto;
    width: 100%;
    /* padding: 40px 0px; */
}
.league-text-font{
    color: black;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
}

/**Typeo CSS End (Note if is not need so remove)**/
.cw-section {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}

.faq-top {
    text-align: center;
}

.faq-top p {
    margin: 0px;
}

.cw-section__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0px;
    color: #332470;
}

.cw-section__title span {
    color: #6A49F2;
}


.faq-contact {
    text-align: center;
    padding: 10px 0;
}

.faq-contact h3 {
    margin: 0px 0px 15px 0px;
}

.faq-contact .contact-btn {
    /* padding: 8px 20px; */
    background-color: #000;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: #000 1px solid;
    transition: 0.5s all;
    font-weight: 700;
}

.faq-contact .contact-btn:hover {
    background-color: transparent;
    color: #000;
}

@media(max-width:992px) {
    .cw-section__title {
        font-size: 1.5rem;
    }
}
.cw-acordion-cont table{
    margin-bottom:0px!important
}
.btn-group-vertical a button {
    /* margin-bottom: 5px; */
    /* border-radius: 4px; */
    border-bottom: 3px solid white;
    text-align: left;
    border-left: 0px solid;
}

.marquee {
    margin: 0 auto;
    background: #000000;
    /*background: #212B46;*/
    width: 100%;
    padding: 5px 0 40px 0;
    color: #b28e0b;
    font-size: 15px !important;
}

.sport-tab {
    background: white;
    padding: 12px 25px;
    border-radius: 6px;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    border: none;
}

.sport-tab:hover {
    background: #b28e0b;
    color: whitesmoke;
}

.sport-tab.active {
    background: #b28e0b;
    color: whitesmoke;
    border-radius: 0!important;
    /*border: 1px solid #b28e0b;*/
}

.sport-tab p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}


.sport-tab i {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.countdown .item .days,
.countdown .item .hours,
.countdown .item .minutes,
.countdown .item .seconds {
    width: 48px;
    height: 48px;
    margin-bottom: 5px;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    font-size: 22px;
    line-height: 46px;
    color: white;
}

.text-white {
    color: white;
}

.no-padding-ads {
    padding: 1px;
}

.justify-content-center {
    text-align: center;
    font-size: 0;
}

.justify-content-center>div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}

.blink_text1 {
    animation: blink .7s infinite;
    color: #ff1313;
    padding-left: 9px;
}

/* } */
select.select_league {
    padding: 7px;
    border: 1px solid gray;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
}

.select_league option {
    background: #f1f1f1;
    margin-top: 10px;
    padding: 15px !important;
    text-align: left;
}

span.time-bg {
    background: #b28e0b;
    color: white;
    font-size: 11px;
    padding: 5px;
    border-radius: 5px;
}



.tip-card {
    background: #FFFFFF;
    /*border-radius: 4px;*/
    margin-bottom: 20px!important;
    padding-top: 15px;
    border: 1px solid lightgray;
    height: 100%!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgb(2,0,36);
}

.tip-card:hover {
    box-shadow: 0 6px 11px rgba(18, 67, 105, 0.03);
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #b28e0b;
}

.tip-card:hover > .tip-footer {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(178,142,0,1) 87%);
    border-radius: 0 0 6px 6px;
    color: whitesmoke;
}

.tip-card:hover > .tip-footer >.tip-inner {
    background: rgb(2,0,36);
}

.tip-card .team p {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #2F2158;
    margin-bottom: 0px;
}

.tip-card .team {
    padding: 2px 15px;
}

.tip-card .team h5 {
    color: #ef5350;
}

.tip-card .team span {
    font-size: 11px;
    margin-top: -5px!important;
}

.tip-card .team img {
    width: 20px;
    height: 20px;
}

.tip-card .league p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    background-color: #ef5350;
    color: white;
    padding: 2px 8px;
}

.team-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

.team-form {
    display: flex;
    justify-content: space-evenly;
    gap: 5px;
    align-items: center;
    margin-top: 8px;
}

.team-form div {
    font-size: 11px;
    background-color: gray;
    width: 28px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.team-form div.w { background-color: green; color: white; }
.team-form div.d { background-color: yellowgreen; color: white; }
.team-form div.l { background-color: #ef5350; color: white; }

.investment-timeline p { margin-bottom: 0; font-size: 12px; }

.tip-footer {
    padding: 0 20px;
    background: whitesmoke;
}

.tip-footer .time, .tip-footer .tip {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tip-footer .tip {
    display: flex;
    justify-content: end;
}

.tip-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #b28e0b;
    /*border: 1px solid #b28e0b;*/
    border-radius: 0 4px 4px 0;
    color: whitesmoke;
}

.tip-inner span {
    padding: 4px 7px;
    background: white;
    color: #b28e0b;
    font-weight: 500;
}

.tip-inner div {
    padding: 4px 10px;
}


.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-lg {
    padding: 15px 20px;
    font-size: 14px;
}

.mb-4 {
    margin-bottom: 10px!important;
}