@charset 'utf-8';
/*
 * name:top.css
 * author:sovanda nulo
*/

/* top
------------------------------------------------ */

#contents {}

#marquee {
    padding: .55em 0;
    display: flex;
    align-items: center;
    background: #570E35;
    background-size: 2.1875em;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
}

.marquee--content {
    font-size: 1.15625em;
    /* width: calc(100% - 4em); */
    margin-left: auto;
    color: #fff !important;
}

.pages--right .pages--desc {
    margin-bottom: .5769em;
}

/* sports slide block */
.sports__slide {
    width: 28em;
    margin-bottom: 2.6875em;
}

.sports__slide:after {
    content: '';
    position: absolute;
    left: -13em;
    top: 0;
    height: calc(100% + 2px);
    width: 13em;
    background: #001140;
}

.sports__slide--items {
    opacity: .5;
    transition: linear .3s;
}

.sports__slide--items a {
    display: block;
    overflow: hidden;
    border-radius: .625em;
}

.sports__slide--items.slick-active {
    opacity: 1;
}

.sports__slide .slick-slide {
    margin-right: 1.125em;
}

.sports__slide .slick-list {
    overflow: initial;
}

.sports__slide .slick-dots {
    top: -2.3125em;
    left: -11.4em;
    right: 0;
    width: calc(100vw - 2.375em);
    text-align: right;
}

/* events slide block */
.events__slide {
    width: 28em;
}

.events__slide:after {
    content: '';
    position: absolute;
    left: -13em;
    top: 0;
    height: calc(100% + 2px);
    width: 13em;
    background: #001140;
}

.events__slide--items {
    min-height: 18.375em;
    padding: 1em 2.25em;
    display: block;
    overflow: hidden;
    border-radius: 1em;
    opacity: .5;
    transition: linear .3s;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background: url(../../images/u2bet/top/events-box-bg.png) no-repeat;
    background-size: 100% 100%;
}

.events__slide--items span {
    display: block;
}

.events__slide--items.slick-active {
    opacity: 1;
}

.events__slide .slick-slide {
    margin-right: 1.125em;
}

.events__slide .slick-list {
    overflow: initial;
    font-family: 'Nunito Sans', sans-serif;
}

.events__slide .slick-dots {
    top: -2.3125em;
    left: -11.4em;
    right: 0;
    width: calc(100vw - 2.375em);
    text-align: right;
}

.events__slide--tlt {
    font-size: 1.5625em;
    line-height: 1.62;
    font-weight: 900;
    color: #001b42;
}

.events__slide__teams {
    display: flex;
    flex-wrap: wrap;
}

.events__slide__teams--lists {
    width: 31.8%;
}

.events__slide__teams--info {
    width: 36.4%;
}

.events__slide__teams--lists .tl-logo {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    background: url(../../images/u2bet/top/events-team-bg.png) no-repeat;
    background-size: 100% 100%;
}

.events__slide__teams--lists .tl-logo img {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.events__slide__teams--lists .tl-name {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 700;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3em;
}

.events__slide__teams--info .ti-time {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 900;
}

.events__slide__teams--info .ti-vs {
    font-size: 2.25em;
    line-height: 1;
    font-weight: 900;
    color: #001b42;
    margin-top: .35em;
}

.events__slide__teams--info .ti-btn {
    font-size: 1em;
    line-height: 1.9376;
    font-weight: 700;
    background: #ff4d00;
    color: #fff;
    margin-top: 0.5em;
    border-radius: .33em;
    display: block;
}

.events__slide__point {
    padding: .4375em 0;
    display: flex;
    flex-wrap: wrap;
    background: url(../../images/u2bet/top/events-point-bg.png) no-repeat;
    background-size: 100% 100%;
}

.events__slide__point li {
    font-size: 1.25em;
    line-height: 2;
    font-weight: 900;
    width: 31.8%;
    color: #001b42;
}

.events__slide__point li span {
    display: block;
}

.events__slide__point li small {
    font-size: .8em;
    line-height: 1;
    font-weight: normal;
    display: block;
}

.events__slide__point li:nth-of-type(2) {
    width: 36.4%;
}

/* youtube video block */
.pages__youtube {
    margin-top: -1.5em;
    padding-bottom: 3.75em;
}

.pages__youtube .pages--desc {
    margin-bottom: 1.42em;
}

.pages__youtube--video {
    position: relative;
    width: 100%;
    height: 24em;
}

.pages__youtube--video iframe {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
}

.pages__youtube--click {
    width: calc(100% + 2.6875em);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pages__youtube--click::-webkit-scrollbar {
    display: none;
}

.pages__youtube--click li {
    margin: 1.5625em 1.5625em 0 0;
    flex: 0 0 100%;
    scroll-snap-align: start;
    transition: all 0.2s;
    flex-basis: 12.8em;
    filter: grayscale(1);
    display: block;
    overflow: hidden;
    border-radius: .8125em;
}

.pages__youtube--click li.active {
    filter: grayscale(0);
}

.pages__youtube--click li a {
    display: block;
    overflow: hidden;
}

.pages__youtube--click li.active a:after {
    content: '';
    width: 100%;
    height: .38625em;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--color-main);
}

/* most block */
.pages__slotsMost {
    padding: 2.1875em 0 2.5em;
    background: #1a2f6b;
}

/* .pages__slotsMost .pages--desc {
    margin-bottom: 1.42em;
} */

.pages__slotsMost--lists {
    width: calc(100% + 3.1675em);
    margin-left: -.48em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    overflow-x: scroll;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.pages__slotsMost--lists::-webkit-scrollbar {
    display: none;
}

.pages__slotsMost--lists li {
    margin-right: .9em;
    flex: 0 0 100%;
    scroll-snap-align: start;
    transition: all 0.2s;
    flex-basis: 14.4em;
}

.pages__slotsMost--lists li img {
    width: 100%;
    height: auto;
}

.pages__slotsMost--lists li a {
    position: relative;
    display: block;
    color: #fff;
}

.pages__slotsMost--lists li a span {
    font-size: 1.3875em;
    line-height: 1.2;
    min-height: 2.4em;
    display: flex;
    align-items: center;
    padding: 0 1.5em;
    position: absolute;
    bottom: .35em;
    right: 0;
    width: 96%;
    text-align: center;
}

/* Lobby block */
.pages__slotsLobby {
    padding: 2.1875em 0 3.75em;
}

.pages__slotsLobby .pages--desc {
    margin-bottom: 1.42em;
}

.pages__slotsLobby--lists {
    display: flex;
    flex-wrap: wrap;
    margin: -.8em -.8em 0;
}

.pages__slotsLobby--lists li {
    width: 33.333333%;
}

.pages__slotsLobby--lists li a {
    display: block;
}

.pages__slotsLobby--lists li a img {
    width: 100%;
    height: auto;
}

/* download block */
.pages__download {
    position: relative;
    display: block;
}

.pages__download a {
    display: block;
}
.slots-tab .active{
background: #495057;
}
.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #1a2f6b;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide a span{
    font-size: 12px;
    color: #fff;
}
.swiper-button-next, .swiper-button-prev{
    height: 24px !important;
}
.register-step{
    display: none;
}
.register-step.active{
    display: block;
}
label.form-check-label{
    font-size: 12px;
}
.send_sms{
    background: #fff;
    height: 35px; 
    font-size: 12px;
    color: #000;
    width: 100%;
}

