* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
    --swiper-pagination-bullet-width: 6px;
	--swiper-pagination-bullet-height: 6px;
	--swiper-pagination-bottom: 0;
	--swiper-pagination-color: #633797;
	--swiper-pagination-bullet-inactive-color: #000;
	--swiper-pagination-bullet-inactive-opacity: .3;
	--swiper-navigation-sides-offset: 0;
	--swiper-navigation-top-offset: 47%;
	--swiper-navigation-color: #fff;
	--swiper-navigation-size: 15px;
	--app-height: 100%;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Mulish', sans-serif;
}

body {
	color: #fff;
	background: #F2F2FF;
}

.header {
    background: #190333;
    border-bottom: 1px solid #341757;
    height: 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

header {
	width: 100%;
	height: 100%;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    box-shadow: 0 4px 4px #00000040;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
}

header .left-side {
	width: 260px;
    display: flex;
}

header .logo {
	width: 155px;
	display: flex;
}

header .logo img {
	width: 100%;
}

header .menu {
    -ms-flex-align: center;
    -ms-flex: 1;
    flex: 1;
	height: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

header .menu nav {
    display: flex;
    justify-content: flex-start;
	height: 100%;
}

header .menu nav div {
	display: flex;
    margin-right: 8px;
}

header .menu nav div a {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
	color: #fff;
    padding: 0px 10px;
	height: 100%;
	flex-direction: column;
	position: relative;
    font-size: 15px;
}

header .menu nav div a.active {
	opacity: 1;
    font-weight: 800;
}

header .menu nav div a.active:after {
	opacity: 1;
}

header .menu nav div a:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
	opacity: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
    background-color: #d20a75;
    transition: opacity .3s ease-in-out;
	border-radius: 4px 4px 0px 0px;
}

header .menu nav div a:hover:after, header .menu nav div a:focus:after {
	opacity: 1;
}

header .right-side {
	display: flex;
    align-items: center;
}

header .lang-select {
	margin-right: 25px;
}

header .lang-select svg {
	width: 20px;
	height: 20px;
}

header .header-profile {
    user-select: none;
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

header .header-profile li {
    display: flex;
    align-items: center;
}
header .header-profile li.hide {
	display: none;
}

header .header-profile li.header-balance {
    align-items: center;
    padding: 2px;
    color: #fff;
    border-radius: 40px;
	background: #4b2777;
	cursor: pointer;
}

header .header-profile .header-balance__text {
	font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: .25px;
    padding: 0px 5px;
    height: 30px;
}

.button-login {
	margin-right: 10px;
}

.content-wrapper {
	padding: 0;
	display: flex;
}

.aside {
    height: calc(100vh - 48px);
    min-width: 260px;
}

.aside-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 25, 33, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    display: none;
}

.aside-overlay.active {
    opacity: 1;
    visibility: visible;
}

.aside-overlay .aside-close-v-menu {
    width: 75%;
    max-width: 300px;
}

.aside-overlay .aside-close-icon {
    margin-left: 5px;
    display: flex;
    padding: 15px;
    background: #000000a6;
    border-radius: 50px;
    margin-bottom: auto;
    margin-top: 6px;
}

.aside-overlay .aside-close-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.aside-wrapper {
    padding: 4px;
    height: 100%;
    background: #190333;
    z-index: 2;
    position: relative;
}

.sidebar-menu {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 56px;
}

.sidebar-section {
    display: flex;
    flex-direction: column;
}

.sidebar-buttons {
    display: flex;
    height: 40px;
    margin: 10px 10px;
}

.hot-button {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex: 1;
    height: 100%;
    padding-left: 10px;
    background: linear-gradient(250deg,#26223c,rgba(255,23,183,1) 100%,#4b2b66);
    margin-right: 10px;
    color: #fff;
	text-decoration: none;
}

.hot-button svg, .popular-button svg {
    height: 21px;
    width: 21px;
	fill: #fff;
}

.popular-button {
    align-items: center;
    border-radius: 4px;
    display: flex;
    flex: 1;
    height: 100%;
    padding-left: 10px;
    background: linear-gradient(250deg,#1c2837,rgba(0,168,88,1) 100%,#194353);
    color: #fff;
	text-decoration: none;
}

.hotpopular-button-text {
	margin-left: 6px;
}

.hotpopular-button-title {
	font-size: 12px;
	font-weight: 800;
}

.hotpopular-button-value {
	font-size: 11px;
}

.sidebar-section {
	display: flex;
    flex-direction: column;
}

.sidebar-list {
	display: flex;
    flex-direction: column;
}

.sidebar-list .sidebar-list__item {
    margin: 0px 6px 6px 0px;
}

.sidebar-list .sidebar-list__item.open-list__item {
    background: #35115e;
}

.sidebar-list .sidebar-subnavs {
	height: 0px;
	overflow: hidden;
}

.sidebar-list__item.open-list__item .sidebar-subnavs {
	height: auto;
}

.sidebar-subnavs .sidebar-list__item {
    margin: 0;
    background: none;
}

.sidebar-list__item .sidebar-list__nav {
    align-items: center;
    display: flex;
    padding: 9px 12px;
    min-height: 43px;
	color: #fff;
	text-decoration: none;
    border-radius: 4px;
	cursor: pointer;
	width: 100%;
    background: #35115e;
	user-select: none;
}

.sidebar-list .sidebar-list__item .sidebar-list__nav:hover {
	background: #633797;
}

.sidebar-list .sidebar-list__item .sidebar-list__nav.active {
	background: #633797;
}

.sidebar-list__nav .nav-item-left {
    width: 50px;
    height: 100%;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-list__nav .nav-item-left svg {
	fill: #ffffff;
	width: 20px;
	height: 20px;
}

.sidebar-list__nav .nav-item-right {
    justify-content: space-between;
    height: 100%;
    display: flex;
    align-items: center;
	width: 100%;
}

.sidebar-list__nav .nav-item-right span {
	font-size: 14px;
}

.open-list__item .sidebar-list__nav .nav-item-right .arrow {
    transform: rotateX(-180deg);
}

.sidebar-list__nav .nav-item-right .arrow {
    justify-content: center;
    display: flex;
    align-items: center;
    background: #220b3c;
    height: 22px;
    width: 22px;
    border-radius: 6px;
}

.sidebar-list__nav .nav-item-right .count {
    justify-content: center;
    display: flex;
    align-items: center;
	font-size: 12px;
    color: #a7a7a7;
}

.sidebar-list__nav .nav-item-right svg {
    width: 10px;
    height: 9px;
	fill: #ffffff;
}






.main-sector {
    margin: 0 auto;
    width: 100%;
	color: #000;
    height: calc(100vh - 48px);
    overflow-y: auto;
}

.main-sector-wrapper {
    display: flex;
    flex: 1;
    max-width: 1170px;
    width: 100%;
    margin: auto;
	padding: 20px 15px;
	flex-direction: column;
	position: relative;
}

.main-sector-wrapper:has(.sports-iframe) {
    max-width: 100%;
	padding: 0px;
}

.main-sector-wrapper h1 {
	font-size: 21px;
	margin-bottom: 15px;
	font-weight: 600;
}

.banner-small {
	display: flex;
	width: 100%;
	padding-bottom: 15px !important;
    border-radius: 4px;
}

.banner-small a {
	display: block;
    transition: all .3s ease-in-out;
    user-select: none;
}

.banner-small a:hover {
	opacity: 0.85;
}

.banner-small a img {
	width: 100%;
    border-radius: 4px;
}
.banner-small .swiper-button-next, .banner-small .swiper-button-prev {
	width: 36px;
	height: 40px;
	background: #000;
    margin-top: 0;
    top: 50%;
    transform: translate(0%, -60%) scale(1);
    opacity: 0.7;
}
.banner-small .swiper-button-next:hover, .banner-small .swiper-button-prev:hover {
	opacity: 1;
}
.banner-small .swiper-button-next {
    justify-content: flex-end;
    padding-right: 10px;
    border-radius: 24px 0 0 24px;
}
.banner-small .swiper-button-prev {
    justify-content: flex-start;
    padding-left: 10px;
    border-radius: 0 24px 24px 0;
}

.filter-wrapper {
    display: flex;
    align-items: center;
    margin: 5px 0px 10px 0px;
    justify-content: space-between;
    flex-direction: column;
}

.search-wrap {
    display: flex;
    align-items: center;
    margin: 10px 0;
    width: 100%;
	position: relative;
}
.search-wrap.focused {
	z-index: 9998;
}

.search-wrap .search-content {
    padding: 6px 10px 6px 10px;
	background: #fff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: solid 2px #35115e;
    height: 36px;
	-webkit-transition: -webkit-border-color .4s;
    transition: border-color .4s;
    position: relative;
}

.search-wrap .search-content:hover {
    border: solid 2px #8951c8;
}

.search-wrap.focused .search-content {
    border: solid 2px #8951c8;
}
.search-wrap .search-content .search-icon {
    display: flex;
}
.search-wrap .search-icon svg {
	width: 20px;
	height: 20px;
	fill: #35115e;
	-webkit-transition: -webkit-fill .4s;
    transition: fill .4s;
}
.search-wrap .search-content:hover .search-icon svg {
	fill: #8951c8;
}
.search-wrap.focused .search-content .search-icon svg {
	fill: #8951c8;
}
.search-wrap .search-input {
	width: 100%;
}
.search-wrap .search-clear {
	position: absolute;
    top: 7px;
    right: 8px;
	cursor: pointer;
	display: none;
}
.search-wrap .search-clear svg {
	width: 17px;
	height: 17px;
	fill: #35115e;
}
.search-wrap.focused .search-clear {
	display: flex;
}

.search-wrap .search-input input {
    height: 20px;
    line-height: 20px;
	border: 0;
	outline: none;
	width: 100%;
    padding: 0px 0px 0px 10px;
    cursor: pointer;
}

.search-wrap .searchresult {
    width: 100%;
    position: absolute;
    top: calc(100% + 18px);
    background: #F2F2FF;
    z-index: 25;
    border-radius: 6px;
    padding: 15px;
	display: none;
	flex-direction: column;
}

.searchresult .searchresult-empty {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
    padding: 6px 0;
    font-size: 14px;
    color: #3e3e3e;
    text-align: center;
}

.searchresult .searchresult-data {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
}

.search-wrap.focused .searchresult {
	display: flex;
}

.searchresult-lastrequests {
	display: flex;
	width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.searchresult-lastrequests .searchresult-lastrequests-content {
	display: flex;
    flex-wrap: wrap;
}
.searchresult-lastrequests .searchresult-lastrequests-item {
    padding: 3px 15px;
    font-size: 12px;
    background: #282a44;
    color: #fff;
    border-radius: 8px;
    margin-right: 6px;
	margin-bottom: 6px;
	cursor: pointer;
}

.searchresult-lastrequests .searchresult-lastrequests-removeall {
	cursor: pointer;
    color: #4e6aff;
	margin-left: auto;
	font-size: 14px;
	text-decoration: underline;
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.home-banners-wrapper {
	display: flex;
	width: 100%;
	gap: 0.75rem !important;
	margin-bottom: 20px;
}

.home-banners-left {
    display: flex;
    flex: 3 3 0%;
	gap: 0.75rem !important;
    flex-wrap: wrap;
}

.home-banners-right {
    display: flex;
    flex: 2 2 0%;
	gap: 0.75rem !important;
    flex-wrap: wrap;
}

.home-banners-item {
	flex: 1 1 0%;
    display: flex;
    justify-content: center;
	position: relative;
	min-height: 200px;
    flex-direction: column;
	padding: 15px;
	border-radius: .75rem;
	background-image: linear-gradient(to left, rgb(64 237 103), #3c3c3c);
    color: #fff;
	cursor: pointer;
    transition: 0.5s all;
}

.home-banners-item:hover {
	opacity: 0.9;
}

.home-banners-item:hover img {
    transform: scale(1.1);
}

.home-banners-right .home-banners-item {
    min-width: 40%;
    min-height: 100px;
}

.home-banners-item img {
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
    transition: 0.5s all;
}

.home-banners-item-title {
	font-weight: 600;
	font-size: 16px;
    display: flex;
    z-index: 1;
}
.home-banners-item svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 6px;
}

.home-banners-item-desc {
	font-size: 13px;
	margin-top: auto;
	max-width: 60%;
	z-index: 2;
}

.home-banners-item-pink {
	background: linear-gradient(238.08deg, rgb(211, 1, 229) 0%, rgb(168, 7, 179) 33%, rgb(126, 2, 137) 65%, rgb(89, 2, 96) 100%);
}

.home-banners-item-red {
	background: linear-gradient(238.08deg, rgb(97, 0, 2) 0%, rgb(136, 0, 13) 33%, rgb(185, 0, 27) 65%, rgb(231, 0, 40) 100%);
}

.home-banners-item-violet {
	background: linear-gradient(238.08deg, rgb(146, 42, 182) 0%, rgb(86, 23, 129) 33%, rgb(54, 19, 110) 65%, rgb(36, 11, 75) 100%);
}

.home-banners-item-blue {
	background: linear-gradient(238.08deg, rgb(22, 123, 245) 0%, rgb(17, 99, 208) 33%, rgb(8, 62, 155) 65%, rgb(1, 32, 110) 100%);
}

.home-banners-item-orange {
	background: linear-gradient(238.08deg, rgb(242, 220, 20) 0%, rgb(207, 165, 16) 33%, rgb(151, 94, 9) 65%, rgb(74, 42, 4) 100%);
}
.home-banners-item-green {
	background: linear-gradient(238.08deg, rgb(0, 255, 139) 0%, rgb(6, 147, 80) 33%, rgb(2, 76, 33) 100%);
}

.filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width: 100%;
}

.filter-content {
    display: flex;
    align-items: center;
	user-select: none;
}

.filter-title {
	margin-right: 6px;
	font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-wrap: nowrap;
}

.filter-title svg {
	margin: 0px 6px;
	height: 17px;
	width: 16px;
	fill: #593f76;
}

.gametag-wrapper {
	width: 100%;
}

.gametag-content {
	display: flex;
	margin-bottom: 6px;
}

.gametag-item {
	cursor: pointer;
	margin-right: 4px;
    border-radius: 5px;
    max-width: fit-content;
    height: 32px !important;
	overflow: hidden;
	user-select: none;
}

.gametag-item .gametag-item__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
    padding: 0px 8px 0px 5px;
}

.gametag-item.active .gametag-item__inner {
	background: #d4d4e7;
}

.gametag-item .gametag-item__text {
	font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #000000;
}
.gametag-item .gametag-item__icon {
	display: flex;
}
.gametag-item .gametag-item__icon svg {
	fill: #000000;
	height: 20px;
	width: 20px;
    margin-right: 6px;
}


.games_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gameBlockContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    grid-gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: initial;
    width: 100%;
}


.gameBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 140px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px #00000040;
	color: #fff;
	
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
	
	user-select: none;
}

.gameBlock:hover {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
}

.gameBlock .marksWrapper {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    text-align: left;
}

.gameBlock .newMark {
    position: static;
    margin-bottom: 5px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    text-align: center;
}

.slots-games-wrapper .gameBlock.swiper-slide {
    height: auto;
}

.gameBlock img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.topMark {
    background-color: #ff004d;
}

.newMark {
    position: relative;
    left: 10px;
    padding: 3px 5px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff;
}

.gameBlock .gameBlockOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: rgb(0 0 0 / 70%);
}

.gameBlock:hover .gameBlockOverlay {
    opacity: .9;
}

.gameBlock .gameCategory {
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: auto;
}

.gameBlock .iconPlayWrp svg {
    fill: #FFFFFF;
    width: 54px;
    height: 54px;
    padding: 6px;
    background: rgb(255 255 255 / 30%);
    border-radius: 100%;
}

.gameBlock .gameName {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: auto;
    margin-bottom: 10px;
}

.games_container .notfind_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    background: #cfcfea;
    border-radius: 8px;
    margin-top: 20px;
}

.games_container .notfind_container_descrition {
    max-width: 320px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.resetGamesFilters {
    text-decoration: underline;
    color: #4e6aff;
    display: block;
	margin-top: 10px;
	cursor: pointer;
}

.games_container .notfind_container svg {
    width: 136px;
    height: 167px;
    fill: #5f5f5f;
    opacity: 0.9;
}

.sports-iframe {
    width: 100%;
    min-height: calc(var(--app-height) - 100px);
    display: flex;
}

.sports-iframe iframe {
    width: 100%;
}

.sports-iframe iframe::-webkit-scrollbar {
    width: 4px;
}
.sports-iframe iframe::-webkit-scrollbar-thumb {
    background-color: #cebbe3;
    border-radius: 8px;
}

.sports-iframe iframe::-webkit-scrollbar-track {
    background: 0 0;
}

.sports-sections {
	overflow: hidden;
}

.sports-sections .swiper-wrapper {
	height: 100%;
}

.sports-section-item {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #d4d4e7;
    border-radius: .75rem;
    cursor: pointer;
}

.sports-section-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.sports-section-item-league {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sports-section-item-type.live {
    text-transform: uppercase;
    font-size: 11px;
    background: rgb(255 0 0 / 50%);
    padding: 5px 10px;
    border-radius: 6px;
    color: #ffffff;
}
.sports-section-item-type.line {
    text-transform: uppercase;
    font-size: 11px;
    background: rgb(0 61 255 / 50%);
    padding: 5px 10px;
    border-radius: 6px;
    color: #ffffff;
}

.sports-section-item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sports-section-item-content .sports-section-item-hometeam,
.sports-section-item-content .sports-section-item-awayteam,
.sports-section-item-content .sports-section-item-score {
    display: flex;
    align-items: center;
    width: 33.3333%;
    flex-direction: column;
    justify-content: center;
}
.sports-section-item-content .sports-section-item-hometeam span,
.sports-section-item-content .sports-section-item-awayteam span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 98%;
    text-align: center;
}

.sports-section-item-content .sports-section-item-hometeam img,
.sports-section-item-content .sports-section-item-awayteam img {
    width: auto;
    height: 50px;
    margin-bottom: 6px;
}

.sports-section-item-content .sports-section-item-score {
	text-align: center;
}

.sports-section-item-score-full {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.sports-section-item-period {
    font-size: 12px;
}

.sports-sections .odds {
    width: 100%;
    margin-top: 10px;
}

.sports-sections .oddsCount {
    display: flex;
    font-size: 13px;
    margin-left: 12px;
    white-space: nowrap;
    align-items: center;
    font-weight: 600;
    min-width: 32px;
}

.sports-sections .odds .odds-group-content {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 8px;
}

.sports-sections .odds .odds-group-name {
    font-size: 10px;
    justify-content: center;
    letter-spacing: 2px;
    display: flex;
}

.sports-sections .odds .odds-empty {
    background: #eaeaf3;
    padding: 9px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

.sports-sections .odds .odd-item {
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 8px;
    border-radius: 6px;
    background: rgb(255 255 255 / 50%);
    color: #2e2e2e;
    position: relative;
}
.sports-sections .odds .odd-item .odd-name {
    display: flex;
    gap: 4px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 0px;
    font-size: 12px;
    font-weight: 600;
}
.sports-sections .odds .odd-item .odd-value {
    width: max-content;
    text-shadow: rgba(13, 13, 13, 0) 0px 0px 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    width: 38px;
    text-align: center;
}

.sports-sections .odds .odd-item .odd-value.up-odd:after {
    position: absolute;
    content: "";
    width: 0;
    left: calc(50% - 10px);
    top: -7px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #3cb34d;
}

.sports-sections .odds .odd-item .odd-value.dn-odd:after {
    position: absolute;
    content: "";
    width: 0;
    left: calc(50% - 10px);
    top: 17px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 6px solid #ff3838;
}

.sports-sections .odd-item.active-odd {
    background: #dc4176 !important;
    color: #fff !important;
}

.sports-sections .odd-item .odd-value.block-odd {
    font-size: 0 !important;
}
.sports-sections .odd-item .odd-value.block-odd:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    background: url('/assets/icons/disabled-odd.png');
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
}





.game-iframe {
    background: #100220;
    background-image: url('/assets/games/background/gamepreview-bg.png');
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.game-iframe .game-main {
	height: 600px;
    max-height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.game-iframe.fullscreen .game-main {
	height: calc(100vh - 63px);
    max-height: none;
}
.game-iframe .game-main iframe {
	visibility: visible;
    border: none;
	width: 100%;
	height: 100%;
}

.game-iframe .gameinfo-mobile {
	display: none;
    position: relative;
	
}
.gameinfo-mobile .gameinfo-mobile-left {
    display: flex;
    margin-right: 10px;
}
.gameinfo-mobile .gameinfo-mobile-right {
    display: flex;
    flex-direction: column;
    position: relative;
}

.gameinfo-mobile-actions {
    position: absolute;
    bottom: 0;
}
.gameinfo-mobile-actions button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    padding: 8px;
    transition: all 0.5;
}
.gameinfo-mobile-actions button svg {
    height: 1.3em;
    width: 1.3em;
    fill: #c6c6c6;
}
.gameinfo-mobile-actions button.active svg {
	fill: #dbe71d;
}
.game-iframe .gameinfo-mobile-img {
    width: 35vw;
    max-width: 200px;
    border-radius: 6px;
}

.game-iframe .gameinfo-mobile-title {
    font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-bottom: 6px;
}
.game-iframe .gameinfo-mobile-provider a {
    color: #d5d5d5;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.game-iframe .gameinfo-mobile-tags {
	display: flex;
    margin-top: 10px;
}
.game-iframe .gameinfo-mobile-tags div {
    padding: 3px 10px 5px 10px;
    font-size: 10px;
    background: #282a44;
    color: #fff;
    border-radius: 8px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.game-iframe .gamepopup {
    width: 31.125rem;
    min-width: 320px;
    max-width: 500px;
    height: auto;
    padding: 2.5rem 1.5rem;
    background: #35115e;
	border-radius: .25rem;
}

.game-iframe .gamepopup .gamepopup-text {
	color: #fff;
	text-align: center;
    font-size: 14px;
}
.game-iframe .gamepopup .gamepopup-buttons {
	display: flex;
	width: 100%;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.game-iframe .gamepopup .gamepopup-buttons button .notAvailableDemo {
    font-size: 9px;
    display: block;
    width: 100%;
    text-align: center;
}
.game-iframe .gamepopup .gamepopup-buttons button .loader {
    height: 20px;
    width: 20px;
    margin: 0 10px;
}

.game-iframe .game-footer {
    height: 63px;
	background: #220b3c;
    display: flex;
    justify-content: space-between;
}
.game-iframe .game-footer .game-footer-buttons {
    display: flex;
    align-items: center;
	margin-left: 20px;
}
.game-iframe .game-footer .game-footer-buttons button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin: 0;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
    padding: 8px;
	transition: all 0.5;
}
.game-iframe .game-footer .game-footer-buttons button:hover svg {
    transform: scale(1.25);
}
.game-iframe .game-footer .game-footer-buttons svg {
	height: 1.3em;
	width: 1.3em;
	fill: #c6c6c6;
}
.game-iframe .game-footer .game-footer-buttons button.active svg {
	fill: #dbe71d;
}
.game-iframe .game-footer .game-footer-logo {
	width: 90px;
	display: flex;
    align-items: center;
}
.game-iframe .game-footer .game-footer-logo img {
	width: 100%;
    opacity: 0.3;
}

.game-iframe .game-footer .game-footer-typeplay {
	display: flex;
	align-items: center;
	color: #fff;
    margin-right: 20px;
}
.game-iframe .game-footer .game-footer-typeplay span {
	margin-right: 10px;
	margin-left: 10px;
    font-size: 14px;
    color: #ececec;
}

.game-iframe.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 122;
    border-radius: 0px;
}

.game-iframe.fullscreen .game-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}


.game-footer-typeplay .checkbox-label {
	background-color: #4c4c4c;
}

.game-footer-typeplay .checkbox:checked + label {
    background-color: #4c4c4c;
}

.game-footer-typeplay .checkbox:checked + .checkbox-label:before {
	background-color: #52e560;
}

.slotdata-child {
    margin-bottom: 20px;
	user-select: none;
}
.slotdata-child-title {
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
    margin-bottom: 10px;
    font-family: Excon, Roboto;
}
.slotdata-child-title svg {
	width: 20px;
	height: 20px;
	fill: #190333;
    margin-right: 6px;
}
.arrow-buttons {
	display: flex;
	margin-left: auto;
}

.arrow-buttons .arrow-all {
    cursor: pointer;
    height: 30px;
    padding: 0 15px;
    margin-right: 10px;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #282a44;
	border-radius: 6px;
    color: #fff;
    font-size: 13px;
}
.arrow-buttons .arrow-prev, .arrow-buttons .arrow-next {
    cursor: pointer;
    width: 35px;
    height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    background: #282a44;
}
.arrow-buttons .arrow-prev {
    border-radius: 6px 0px 0px 6px;
    border-right: solid 2px #000;
}
.arrow-buttons .arrow-next {
    border-radius: 0px 6px 6px 0px;
}
.arrow-buttons .arrow-prev.disable, .arrow-buttons .arrow-next.disable {
	opacity: 0.6;
    pointer-events: none;
}
.arrow-buttons svg {
	margin: 0;
    width: 10px;
    height: 10px;
    fill: #ffffff;
}
.slots-providers-wrapper {
	width: 100%;
    padding-top: 10px !important;
	cursor: default;
}
.slots-providers-wrapper a {
	width: 120px;
	height: 86px;
	display: flex;
    background: #201b2e;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.slots-providers-wrapper a img {
    max-height: 80%;
    max-width: 70%;
}
.slots-games-wrapper {
	width: 100%;
    padding-top: 10px !important;
	cursor: default;
}
.slots-games-wrapper .gameBlock {
    width: 120px;
    min-height: unset;
    max-height: unset;
    height: 163px;
    display: flex;
}
.slots-games-wrapper .gameBlock img{
	width: 100%;
	height: 100%;
}
.slots-sports_categories-wrapper .gameBlock {
    width: 120px;
    min-height: unset;
    max-height: unset;
    height: 154px;
    display: flex;
}

.providers_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.providers_container a {
    height: 52px;
    width: 120px;
    min-height: auto;
    max-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #201b2e;
    border-radius: 6px;
}
.providers_container a img{
    max-height: 80%;
    max-width: 70%;
}

.jackpot-section {
	display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.jackpot-section-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(238.08deg, #51cfe1 0%, rgb(8, 62, 155) 65%, rgb(1, 32, 110) 100%);
    padding: 15px;
    border-radius: .75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.jackpot-section-banner-text {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.jackpot-section-banner-amount {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    padding: 9px 20px;
    background: #000000;
    border-radius: 30px;
    margin-bottom: 12px;
    box-shadow: 0px 6px 20px rgb(7 212 255 / 50%);
}

.jackpot-section-banner-max-win {
    color: #00d274;
    font-size: 1.32rem;
    font-weight: 700;
}

.jackpot-section-banner svg {
    height: 75px;
	margin-right: 6px;
}

.jackpot-content-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: #201b2e;
    border-radius: .75rem;
    padding-bottom: 6px;
}

.jackpot-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #201b2e;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}

.jackpot-item-user {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.jackpot-item-user svg {
    width: 18px;
    height: 20px;
    margin-right: 6px;
}

.jackpot-item-date {
    font-size: 12px;
    color: #c6c6c6;
}

.jackpot-item-amount {
    font-size: 14px;
    font-weight: 600;
}

.jackpot-content-list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 10px 20px;
}

.jackpot-content-list-header-item {
    font-size: 12px;
    font-weight: 600;
}

.stickercollection-wrapper {
    background: #ffffff;
    display: flex;
    border-radius: 4px;
    color: #fff;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
}

.stickercollection-wrapper .stickercollection-title {
    margin: 8px auto 8px 10px;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    background: #140723;
    display: flex;
}

.stickercollection-wrapper .stickercollection-content {
    display: flex;
    padding: 10px 20px 20px 10px;
	overflow-x: auto;
}

.stickercollection-wrapper .sticker-item {
    margin: 6px 15px;
	padding: 10px;
	border-radius: 100%;
    display: flex;
	background: #d5d5d5;
    filter: grayscale(1);
	position: relative;
	cursor: pointer;
}

.stickercollection-wrapper .sticker-item.sticker-item-active {
    filter: unset;
	background: #9943ff;
}

.stickercollection-wrapper .sticker-item .sticker-item-count {
position: absolute;
    top: 0px;
    right: -3px;
    background: #140723;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stickercollection-wrapper .sticker-item img {
	width: 45px;
	height: 45px;
}

.stickercollection-wrapper .stickercollection-footer {
    padding: 6px 16px 12px 16px;
    display: flex;
    justify-content: space-between;
}

.sticker-item-description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    flex-direction: column;
}

.sticker-item-description img {
    width: 60px;
    height: 60px;
}
.sticker-item-description h2 {
    margin-top: 10px;
    font-weight: 600;
}

.challenge-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 32px;
}

.challenge-item {
	display: flex;
	cursor: pointer;
}
.challenge-item-wrap {
	display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    border-radius: 5px;
    width: 100%;
}
.challenge-item-image {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -94px;
    z-index: 1;
}
.challenge-item:hover .challenge-item-image img {
	transform: scale(1.1) rotate(-2deg);
}
.challenge-item-image img {
    transition: transform .3s ease-in-out;
    height: 160px;
    border-radius: 12px;
}
.challenge-item-desc {
	padding: 16px;
    padding-top: 110px;
    background-color: #ffffff;
    border-radius: 12px;
}
.challenge-item-desc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
}
.challenge-item-desc-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: 8px;
}
.challenge-item-desc-info .challenge-item-hit-target {
	color: #2e00ff;
	font-weight: 600;
    margin: 0px 6px;
}
.challenge-item-desc-info .challenge-item-reward {
	color: #0a9321;
	font-weight: 600;
    margin: 0px 6px;
}

.promotions-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 32px;
}

.promotion-item {
	display: flex;
	cursor: pointer;
}
.promotion-item-wrap {
	display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}
.promotion-item-image {
	display: flex;
    overflow: hidden;
}
.promotion-item:hover .promotion-item-image img {
	transform: scale(1.2) rotate(-3deg);
}
.promotion-item-image img {
	width: 100%;
    transition: transform .3s ease-in-out;
	height: 230px;
    object-fit: cover;
}
.promotion-item-desc {
    padding: 16px;
}

.promotion-item-desc-title {
	font-size: 18px;
	font-weight: 600;
    margin-bottom: 6px;
}

.promotion-item:hover .promotion-item-desc-title {
	color: #0d8247;
}

.promotion-item-desc-info {
	font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 71px;
}
.promotion-item-desc button {
	margin-top: 15px;
}

.promotionsDetail_container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.promotionView {
    width: 100%;
    background: #fff;
    padding: 10px 16px;
    border-radius: 6px;
}

.promotionView .promotionView_quests {
    margin-top: 12px;
}

.promotionView h2 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
    margin-top: 12px;
}

.promotionView img {
    object-fit: cover;
    max-height: 300px;
    border-radius: 16px;
    width: 100%;
	margin-bottom: 8px;
}

.promotionView .promotionView_quest_item_wrapper {
    padding: 0 7px;
    width: calc(25% - 14px);
    min-width: 270px;
}

.promotionView .promotionView_quest_item {
    position: relative;
	margin-bottom: 10px;
    padding: 18px;
    background: #fff;
    border-radius: 6px;
    border: solid 2px #e9e9e9;
}

.promotionView .promotionView_quest_desc {
    padding: 14px 8px;
    background: #f4f4f4;
    margin: 12px 0px;
    border-radius: 6px;
    font-size: 13px;
}

.promotionView .promotionView_quest_elem {
    font-size: 13px;
    color: #3e3e3e;
    display: flex;
    border-bottom: dotted 2px #e9e9e9;
    padding: 6px 0;
}
.promotionView .promotionView_quest_elem span {
	margin-left: auto;
}
.promotionView .promotionView_quest_elem:last-child {
	border-bottom: none;
}

.promotionView .promotionView_terms {
	font-size: 14px;
}

.promotionView .promotionView_quest_number {
    position: absolute;
    right: 8px;
    top: 4px;
    opacity: 0.35;
    z-index: 1;
    font-size: 30px;
    font-weight: 600;
}

.quest-wrapper .swiper-button-next, .quest-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #000;
    margin-top: 0;
    top: 50%;
    transform: translate(0%, -60%) scale(1);
    opacity: 0.7;
    border-radius: 50%;
}
.quest-wrapper .swiper-button-next {
    padding-left: 3px;
}
.quest-wrapper .swiper-button-prev {
    padding-right: 3px;
}


.user-profile-sidebar {
    display: flex;
    margin-bottom: 8px;
    user-select: none;
    width: 100%;
}

.user-profile-sidebar-menu {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 250px;
    max-width: 250px;
	padding-right: 10px;
    height: 100%;
    overflow-y: auto;
}

.user-profile-sidebar-menu::-webkit-scrollbar {
    width: 4px;
}
.user-profile-sidebar-menu::-webkit-scrollbar-thumb {
    background-color: #878787;
    border-radius: 8px;
}

.user-profile-sidebar-menu::-webkit-scrollbar-track {
    background: 0 0;
}

.user-profile-sidebar-content::-webkit-scrollbar {
    width: 4px;
}
.user-profile-sidebar-content::-webkit-scrollbar-thumb {
    background-color: #878787;
    border-radius: 8px;
}

.user-profile-sidebar-content::-webkit-scrollbar-track {
    background: 0 0;
}

.user-profile-sidebar-group {
    position: relative;
    display: flex;
    flex-direction: column;
	margin-bottom: 8px;
    border-radius: 6px;
}

.user-profile-sidebar-item {
    display: flex;
	margin-bottom: 1px;
    padding: 6px;
	cursor: pointer;
	width: 100%;
    text-decoration: none;
}

.user-profile-sidebar-item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.user-profile-sidebar-item:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.user-profile-sidebar-item:hover {
	background: #fff;
}

.user-profile-sidebar-item.active {
	background: #fff;
    border-radius: 6px;
}

.user-profile-sidebar-inner {
    display: flex;
    flex: 1;
}

.user-profile-sidebar-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #878787;
	margin-right: 8px;
}

.user-profile-sidebar-icon svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #fff;
}

.user-profile-sidebar-title {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #2e3338;
}
.user-profile-sidebar-right {
	margin-left: auto;
	display: none;
    align-items: center;
}
.user-profile-sidebar-right svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #2e3338;
}

.user-profile-sidebar-content {
    width: calc(100% - 250px);
    padding: 0px 10px 10px 10px;
	position: relative;
    max-height: 100%;
    overflow-y: auto;
}

.user-profile-sidebar-content-full {
    width: 100%;
}

.user-profile-sidebar-content .balance-card {
    cursor: pointer;
    background-color: #169c5933;
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 5px;
    box-shadow: none;
}
.user-profile-sidebar-content .balance-value-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0;
    align-items: flex-start;
    padding: 0;
    overflow: hidden;
}
.user-profile-sidebar-content .balance-value {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    white-space: nowrap;
}

.user-profile-sidebar-content .balance-caption {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: normal;
    color: #49525a;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transactions_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
    overflow-y: auto;
}

.notifications_content {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.notifications_content .notifications_item {
	width: 100%;
	display: flex;
	background: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 4px;
}
.notifications_content .notifications_item_readed {
	opacity: 0.6;
}
.notifications_content .notifications_leftside {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notifications_content .notifications_leftside svg {
	width: 24px;
	height: 24px;
}
.notifications_content .notifications_centerside {
	flex: 1 0 auto;
	padding: 12px 0;
	cursor: pointer;
}
.notifications_content .notifications_rightside {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.notifications_content .notifications_rightside svg {
	width: 24px;
	height: 24px;
}
.notifications_content .notifications_rightside:hover svg {
	fill: #727272;
}
.notifications_content .notifications_title {
	font-weight: 600;
    margin-bottom: 6px;
}
.notifications_content .notifications_date {
	font-size: 12px;
	color: #3e3e3e;
}
.notifications_content .notifications_text {
    margin-top: 8px;
}
.notifications_item_view {
	width: 100%;
	display: flex;
    flex-direction: column;
    font-size: 14px;
	margin-top: 4px;
}


.mybonus_content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.mybonus_content .mybonus_item {
	width: 100%;
	display: flex;
	background: #fff;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 4px;
	flex-direction: column;
    padding: 12px 15px;
	cursor: pointer;
}

.mybonus_content .mybonus_title {
	font-weight: 600;
    margin-bottom: 6px;
	display: flex;
	align-items: center;
}
.mybonus_content .mybonus_title svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
	margin-left: auto;
	cursor: pointer;
}
.mybonus_content .mybonus_quests {
	margin-top: 6px;
}

.myRewardsButton {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    background: rgb(255 202 95);
    border-radius: 6px;
    padding: 7px;
    cursor: pointer;
    color: #966214;
    font-weight: 600;
    font-size: 14px;
}
.myRewardsButton svg {
	width: 26px;
	height: 26px;
    fill: #966214;
    margin-right: 6px;
}
.myRewardsButton:hover {
    background: #ffc042;
}

.quest_item {
	margin-bottom: 6px;
    align-items: center;
    border-bottom: solid 1px #e9e9e9;
    padding: 14px 0px 14px 0px;
}
.quest_item:last-child {
    border-bottom: none;
}
.quest_item .quest_item_title {
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 6px;
    display: flex;
    align-items: center;
}
.quest_item .quest_item_title svg {
	width: 18px;
	height: 18px;
    margin-right: 8px;
    stroke: #1fad66;
    fill: #1fad66;
}

.quest_item .quest_item_progress {
	font-size: 13px;
    margin-top: 15px;
}

.quest_item .quest_item_progress .progress_line {
    height: 4px;
    background: #c1c1c1;
    border-radius: 6px;
    width: 100%;
    margin-top: 8px;
	display: flex;
}
.quest_item .quest_item_progress .progress_line_body {
	background: #7366ff;
	width: 0%;
	height: 100%;
}

.quest_item_progress_text {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.questRemainTime-item {
    padding: 6px 10px;
    background: #25272c;
    display: flex;
    width: min-content;
    border-radius: 6px;
    color: #fff;
    white-space: nowrap;
    margin-top: 6px;
    margin-bottom: 6px;
}

.quest_item .quest_item_progress .progress_line .progress_line_cursor {
    width: 4px;
    height: 4px;
    background: #7366ff;
    margin-top: -3px;
    border-radius: 100%;
    border: solid 5px #7366ff;
}

.mybonus_content .mybonus_quests .quest_item .quest_item_buttons {
	display: flex;
    margin-top: 12px;
    align-items: center;
    gap: 12px;
}

.mybonus_content .mybonus_quests .quest_item .quest_item_buttons .button_time {
	font-size: 11px;
}

.quest_item .quest_item_desc {
    margin-top: 12px;
    font-size: 12px;
}


.mybonus_content .mybonus_date {
	font-size: 11px;
	color: #3e3e3e;
	margin-bottom: 12px;
	margin-top: 8px;
}

.mybonus_item .mybonus_line {
	font-size: 13px;
	color: #3e3e3e;
	display: flex;
	border-bottom: dotted 2px #e9e9e9;
	padding: 6px 0;
}
.mybonus_line b {
	font-size: 12px;
}
.mybonus_line span {
	margin-left: auto;
}
.mybonus_info {
	display: flex;
	margin-top: 8px;
    font-size: 13px;
    align-items: center;
    text-decoration: underline;
}
.mybonus_info svg {
	width: 18px;
	height: 18px;
	margin-right: 4px;
}



.reward__list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.reward__list .reward__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 10px;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    flex-direction: column;
    cursor: pointer;
}

.reward__item__content {
    display: flex;
    align-items: center;
    width: 100%;
}

.reward__list .reward__item__icon {
    padding: 6px;
    border-radius: 100px;
    background: #e9e9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.reward__list .reward__item__options {
	margin-left: auto;
    display: flex;
    align-items: center;
}

.reward__list .reward__item__text {
	display: flex;
	flex-direction: column;
}

.reward__list .reward__item__text .reward__item__text__top {
	font-weight: 600;
	font-size: 13px;
}

.reward__list .reward__item__text .reward__item__text__bottom {
	font-size: 12px;
}

.reward__list .reward__item svg {
	width: 24px;
	height: 24px;
}

.reward__list .reward__item_arrow {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    margin-left: 8px;
    cursor: pointer;
}

.reward__list .reward__item_arrow svg {
    width: 14px;
    height: 14px;
    fill: #000;
}

.reward__list .reward__item__full {
    display: none;
    width: 100%;
    padding-top: 15px;
    flex-direction: column;
}

.reward__list .reward__item.active {
    border: solid 2px #b9b9b9;
}

.reward__list .reward__item.active .reward__item__full {
    display: flex;
}

.reward__list .reward__item.active .reward__item_arrow svg {
    transform: rotateX(-180deg);
}

.reward__item__full__line {
    font-size: 13px;
    color: #3e3e3e;
    display: flex;
    border-top: dotted 2px #e9e9e9;
    padding: 6px 0;
}
.reward__item__full__left {
    font-size: 12px;
    font-weight: 600;
}
.reward__item__full__right {
    margin-left: auto;
}



.user-profile-sidebar-icon.mint {
    background-color: #169c95;
}
.user-profile-sidebar-icon.orange {
    background-color: #e27218;
}
.user-profile-sidebar-icon.blue {
    background-color: #007aff;
}
.user-profile-sidebar-icon.green {
    background-color: #379b17;
}
.user-profile-sidebar-icon.pink {
    background-color: #b46095;
}
.user-profile-sidebar-icon.yellow {
    background-color: #e2ae18;
}
.user-profile-sidebar-icon.blue-light {
    background-color: #00b6ff;
}
.user-profile-sidebar-icon.purple {
    background-color: #963eff;
}
.user-profile-sidebar-icon.purplelight {
    background-color: #cf4fc6;
}

.user-profile-sidebar-content__empty {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.user-profile-sidebar-content__empty .icon {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 20px;
}
.user-profile-sidebar-content__empty .icon svg {
	fill: #575757;
    width: 60px;
    height: 60px;
}
.user-profile-sidebar-content__empty .title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.user-profile-sidebar-content__empty .desc {
    text-align: center;
	font-size: 13px;
}

.enable-steps {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.step-description {
    padding: 0 8px;
}

.step-description__wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.step-description__circle {
    margin: 0 12px 0 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: normal;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}
.step-description__circle.green {
	color: #fff;
	background-color: green;
}

.step-description__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .25px;
	color: #000;
}

.step-container {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 20px 0 0;
    font-size: 14px;
}

.step-container .download-apps {
    display: flex;
    align-items: center;
    row-gap: 20px;
    justify-content: space-around;
}
.step-container .download-apps a {
	display: flex;
}
.step-container .download-apps a img {
    height: 40px;
}
.step-container .qr {
    text-align: center;
}

.cashbox__content {
	gap: 24px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 25px;
}

.cashbox__items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    margin: 0 auto;
	gap: 15px;
}

.cashbox__item {
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 1px 16px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 170px;
    overflow: hidden;
    position: relative;
    width: 170px;
	cursor: pointer;
}

.cashbox__item .cashbox__item__recommended {
    background: #fcc054;
    display: flex;
    height: 120px;
    position: absolute;
    right: -6px;
    top: -40px;
    transform: rotate(-45deg);
    justify-content: end;
    width: 48px;
}
.cashbox__item .cashbox__item__recommended .text {
    justify-content: center;
    align-self: center;
    color: #543e72;
    font-family: Roboto Condensed, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    margin-right: 4px;
    text-transform: uppercase;
    transform: rotate(90deg);
    display: flex;
}

.cashbox__item__img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px auto 6px auto;
    background: #eeeeee;
    padding: 10px;
    border-radius: 12px;
}

.cashbox__item__img img {
	height: 55px;
    max-height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 93px;
}

.cashbox__item__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    color: #000;
    display: flex;
	justify-content: center;
    text-align: center;
    padding: 0px 5px;
}

.cashbox__item__desc {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 6px;
}

.cashbox__single__item {
	display: flex;
	width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
}

.cashbox__single__item__img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto 8px;
    background: #eeeeee;
    padding: 10px;
    border-radius: 12px;
}

.cashbox__single__item__img img {
    height: 37px;
    max-height: 37px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 56px;
}

.cashbox__single__item__desc {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 400;
    margin: 8px 10px;
}

.cashbox__single__item__desc .cashbox__single__item__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.navigation_tabs {
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #d5d5d5 #fff;
}
.navigation_tabs .navigation_tab {
	padding: 8px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
    color: #6e6e6e;
	margin-right: 8px;
}
.navigation_tabs .navigation_tab.active {
    border-bottom: 2px solid #90a6ff;
    color: #000000;
}

.transaction-list {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #d5d5d5 #fff;
}

.table-default {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    background: #fff;
}
.table-default thead {
    background: #d5d5d5;
}
.table-default thead tr th {
    font-size: 11px;
    padding: 10px 4px;
    white-space: nowrap;
    text-align: center;
}
.table-default tbody tr td {
	font-size: 12px;
    padding: 12px 4px;
    white-space: nowrap;
    border-bottom: solid 1px #e6e6e6;
    vertical-align: middle;
}

.table-filters {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.cl-icon-small {
    align-content: center;
}
.cl-green {
	color: #379b17;
}
.cl-red {
	color: #cf3232;
}
.cl-icon-small svg {
    width: 18px;
    height: 18px;
    display: flex;
    fill: currentColor;
}

footer {
	background: #11061e;
}

.footer {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0px 20px;
}

.footer-links-wrap {
    width: 100%;
    display: flex;
    padding: 36px 0;
    justify-content: space-between;
    overflow: hidden;
}

.f-title {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    cursor: default;
}

.footer-link-wrap .f-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.footer-link-wrap .footer-link-item {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	color: #a3a3a3;
	text-decoration: none;
}

.footer-link-wrap .footer-link-item:hover {
    color: #e4e4e4;
    text-decoration: underline;
}

.footer-coins-wrap {
    width: 100%;
    padding: 45px 0;
    border-top: 1px solid #25272C;
}

.coins-t {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.footer-coins-wrap .coins-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.coins-list .fd-ci {
    height: 40px;
    margin-top: 32px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coins-list .fd-ci-icon {
    flex: none;
    background: url(/assets/img/coins/logos.png) no-repeat top left;
    background-size: 205px 164px;
    width: 40px;
    height: 40px;
	opacity: 0.8;
}

.fd-ci-icon.icon-Bitcoin {
	background-position: 0 -41px;
}

.fd-ci-icon.icon-Ethereum {
	background-position: -82px -82px;
}

.fd-ci-icon.icon-Tron {
	background-position: -164px -41px;
}

.fd-ci-icon.icon-Polkadot {
	background-position: -41px -123px;
}

.fd-ci-icon.icon-Solana {
	background-position: -123px -123px;
}

.fd-ci-icon.icon-Polygon {
	background-position: -82px -123px;
}

.fd-ci-icon.icon-Cosmos  {
	background-position: -82px -41px;
}

.fd-ci-icon.icon-Near   {
	background-position: -123px -82px;
}
 

.footer-payment-wrap {
    width: 100%;
    padding: 45px 0;
    border-top: 1px solid #25272C;
}

.footer-payment-wrap .payment-list {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    flex-wrap: wrap;
}

.footer-payment-wrap .payment-list .fd-ci img {
    height: 30px;
    max-width: 70px;
	opacity: 0.8;
}


.footer-text-wrap {
    width: 100%;
    padding: 45px 0;
    border-top: 1px solid #25272C;
    display: flex;
    justify-content: space-between;
	color: #ffffff;
}

.footer-text-wrap .logo {
	width: 160px;
	margin-bottom: 15px;
}

.footer-text-wrap .left-text {
	width: 46%;
}

.footer-text-wrap .right-text {
	width: 46%;
}

.footer-text-wrap .right-text .licensed-t {
	display: flex;
    align-items: center;
}

.licensed-t .licensed-t__text {
	font-size: 12px;
	margin-left: 15px;
}

.licensed-t .licensed-t__logo .logo {
	width: 130px;
}

.footer-organizations-wrap {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #25272C;
	color: #ffffff;
}

.footer-organizations-wrap img {
	max-height: 35px;
}

.footer-organizations-wrap .organizations {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}





.mobile-menu {
	display: none;
}

.mobile-menu .tab-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    background: none;
	border: 0;
	text-decoration: none;
}

.mobile-menu .button-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.mobile-menu .button-inner svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: #ffffff;
}
.mobile-menu .button-inner .tab-name {
	-webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}


.mobile-menu .wallet-menu-enter {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
}

.mobile-menu .wallet-menu-enter .enter-inner {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.mobile-menu .wallet-menu-enter .enter-inner .wallet-tab-item {
    position: absolute;
    z-index: 2;
    top: -15%;
    background-color: #190333;
    left: 8%;
    width: 84%;
    height: 84%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .wallet-menu-enter .enter-inner .wallet-tab-item .icon-wrap {
    width: 50%;
    margin-top: 0.625rem;
    height: 50%;
    border-radius: 50%;
	background: conic-gradient(from 90deg at 50% 50%,#ff1794 -90deg,#ff2199 270deg,#cb0971 270deg,#d711c0 630deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-menu .wallet-menu-enter .enter-inner .wallet-tab-item .tab-name {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    font-weight: 600;
    white-space: nowrap;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

.mobile-menu .wallet-menu-enter .enter-inner .wallet-tab-item .icon-wrap .icon {
    fill: #fff;
    margin: 0;
    font-size: .9375rem;
    width: 1.4em;
    height: 1.4em;
}

.page404 {
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.page404 h1 {
    font-size: 3.75rem;
}

.page404 .description {
    font-size: 15px;
    color: #424242;
}

.emptypage_container {
	width: 100%;
	min-height: 50vh;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.emptypage_container h1 {
	font-size: 18px;
    text-align: center;
}

.emptypage_container .emptypage_container_icon {
	margin-bottom: 1rem;
}

.emptypage_container .emptypage_container_icon svg {
	width: 100px;
	height: 100px;
}

.emptypage_container .emptypage_container_descrition {
	font-size: 15px;
	color: #424242;
}



@media screen and (max-width: 1425px) {
	.home-banners-item img {
		height: 80%;
		top: 10%;
	}
}

@media screen and (max-width: 1120px) {
	aside {
        visibility: hidden;
		position: absolute;
	}
	
	aside.active .aside-wrapper {
		opacity: 1;
	}

	aside .aside-wrapper {
        width: 75%;
        max-width: 300px;
        margin-left: -100vw;
		transition: all 0.4s ease;
	}
	aside.active .aside-wrapper {
        margin-left: 0;
    }
	
	aside.hidden .aside-wrapper {
		opacity: 1;
	}
	
	aside.active {
        margin-left: 0;
		visibility: visible;
	}
	
	.header .left-side {
		width: auto;
		margin-right: 20px;
	}
}

.tablet-menu {
    display: none;
    margin-right: 15px;
    padding: 7px;
    background: #4b2777;
    border-radius: 50px;
}
.tablet-menu svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

@media screen and (max-width: 1120px) and (min-width: 725px) {
    .tablet-menu {
        display: flex;
    }
    aside {
        visibility: visible;
        min-width: auto !important;
    }
    .aside-overlay {
        display: none;
    }
    aside .aside-wrapper {
        margin-left: 0;
        width: 66px;
    }

    aside.active .aside-wrapper {
        min-width: 240px;
    }

    .aside.hidden .nav-item-right {
        display: none;
    }

    .sidebar-list__nav .nav-item-left {
        width: 24px;
        padding-right: 0;
    }

    .main-sector {
        padding-left: 66px;
    }

    .aside.active .nav-item-left {
        margin-right: 10px;
    }
}

@media screen and (max-width: 920px) {
	header .logo {
		width: 125px;
		display: flex;
	}
    
    .home-banners-item-desc {
        max-width: 75%;
    }
    .home-banners-item {
        min-height: 160px;
    }
    .home-banners-right .home-banners-item {
        min-height: 80px;
    }

	.game-iframe.fullscreen .game-footer {
        height: 40px;
	}

    .game-iframe.fullscreen .game-main {
        height: calc(100vh - 40px);
    }
}

@media screen and (max-width: 860px) {
    .home-banners-item-title {
        font-size: 14px;
    }
    .home-banners-item svg {
        width: 16px;
        height: 16px;
    }
	.searchresult-lastrequests .searchresult-lastrequests-removeall {
		align-items: flex-start;
	}
	.path-wrap {
		width: 100%;
		justify-content: space-between;
	}
}

@media screen and (max-width: 724px) {
	header .logo {
		width: 125px;
		display: flex;
	}

    .home-banners-wrapper {
        flex-direction: column;
    }

    .home-banners-right .home-banners-item {
        min-width: 25%;
    }

    .jackpot-section {
        flex-direction: column;
    }

	header .menu {
		display: none;
	}
	
	header .header-profile {
		gap: 12px;
	}
	
	header .header-user {
		display: none !important;
	}
    
    .main-sector {
        height: calc(var(--app-height) - 100px);
    }
	
	.hideScreenWidth724 {
		display: none;
	}
	
	.popup.fullscreen {
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		width: 100%;
		border-radius: 0;
	}
	
	.gameBlockContainer {
		grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
	}

    .slotdata-child-title {
        font-size: 18px;
    }
	
	.game-iframe {
		background-image: none;
	}
	
	.game-iframe .gameinfo-mobile {
		display: flex;
        width: 100%;
	}
	
	.game-iframe .game-main {
		height: auto;
		padding: 10px;
	}

    .game-iframe .game-main.gameLoaded {
        padding: 0;
    }
	
	.game-iframe .gamepopup {
		padding: 0;
		background: none;
		width: 100%;
		min-width: auto;
		max-width: none;
	}
	
	.game-iframe .gamepopup .gamepopup-text {
		display: none;
	}
	
	.game-iframe .gamepopup .gamepopup-buttons {
		margin-top: 15px;
        margin-bottom: 15px;
        justify-content: space-around;
	}
	
	.game-iframe .gamepopup .gamepopup-buttons button {
		width: 100%;
	}
	
	.game-iframe .game-footer {
        height: 40px;
	}

    .game-iframe.fullscreen .game-main {
        height: calc(var(--app-height) - 40px);
    }

    .game-iframe .game-footer .game-footer-buttons {
        margin-left: 10px;
    }

    .game-iframe .game-footer .game-footer-typeplay {
        margin-right: 10px;
    }

    .game-iframe .game-footer .game-footer-buttons button {
        margin-right: 5px;
    }
	
	.game-iframe .game-footer .game-footer-typeplay span {
		font-size: 11px;
        margin-right: 4px;
        margin-left: 4px;
	}

    .aside-overlay {
		display: flex;
    }

    /* .content {
        display: flex;
        width: 100%;
        flex-direction: column;
    } */

    footer {
    }

	/*.footer {
		padding-bottom: 52px;
	}*/
	.footer-links-wrap {
		flex-direction: column;
	}
	.footer-link-wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 16px;
	}
	.footer-link-wrap .f-links {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-link-wrap .footer-link-item {
		margin-right: 8px;
	}
	.footer-link-wrap .footer-link-item span {
		white-space: nowrap;
	}
	.coins-list .fd-ci {
		margin-left: 10px;
		margin-right: 10px;
		justify-content: center;
	}
	.footer-coins-wrap .coins-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer-payment-wrap .payment-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.payment-list .fd-ci {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 15px;
		justify-content: center;
	}
	.footer-text-wrap {
		flex-direction: column;
	}
	.footer-text-wrap .left-text {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-text-wrap .right-text {
		width: 100%;
		text-align: center;
	}
	.footer-text-wrap .right-text .licensed-t {
		flex-direction: column;
	}
	
	.mobile-menu {
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 52px;
		background: #190333;
	}
	.aside {
		height: calc(var(--app-height) - 100px);
		min-width: 100%;
		position: absolute;
		z-index: 23;
	}
	.user-profile-sidebar-content {
		padding: 0;
	}

    .toastify.installAppNotification {
        bottom: 66px !important;
        max-width: 96vw !important;
    }
}

@media screen and (max-width: 548px) {
	.filter-content .filter-title {
		display: none;
	}
	
	.gameBlockContainer {
		grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
	}

    .gameBlock {
        min-height: 100px;
    }

    .slotdata-child-title {
        font-size: 16px;
    }

    .slotdata-child-title svg {
        margin-right: 5px;
    }
	
	.user-profile-sidebar-menu {
		display: none;
	}
	.user-profile-sidebar-menu.main-sidebar-page {
		display: flex;
		min-width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
	.user-profile-sidebar-content {
		width: 100%;
	}
	
	.user-profile-sidebar-group {
		border-radius: 6px;
	}
	.user-profile-sidebar-item.active {
		border-radius: 0px;
	}
	.user-profile-sidebar-item {
		background: #fff;
	}
	
	.user-profile-sidebar-right { 
		display: flex;
	}

	.popup .container_popup.popup_padding {
		padding: 10px !important;
	}
	
	.f-reverse-548 {
		flex-direction: column-reverse;
	}
	.home-banners-right .home-banners-item {
        min-height: 60px;
	}
    .home-banners-right .home-banners-item-desc {
        display: none;
    }
    .home-banners-item {
        min-height: 90px;
        border-radius: 6px;
    }

    .game-iframe .game-footer .game-footer-logo {
        display: none;
    }
	
}

@media screen and (max-width: 452px) {
    .home-banners-right {
        gap: 0.35rem !important;
    }
    
    .home-banners-item {
        padding: 10px;
    }

    .home-banners-right .home-banners-item {
        align-items: center;
    }

    .home-banners-right .home-banners-item img {
        position: relative;
        max-width: 60%;
        height: auto;
        top: 0;
    }

    .home-banners-item-desc {
        max-width: 98%;
        font-size: 12px;
    }

    .home-banners-right .home-banners-item-title {
        margin-top: auto;
        font-size: 12px;
        align-items: center;
    }

    .home-banners-right .home-banners-item svg {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 400px) {
	header .logo {
		width: 115px;
		display: flex;
	}
	
	header {
		padding: 0 6px;
	}
}

.checkbox {
	position: absolute;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox-label {
	cursor: pointer;
	position: relative;
	display: block;
    width: 40px;
    height: 22px;
    user-select: none;
    border-radius: 999px;
    background-color: #bfcbd9;
	transition: 0.6s;
}

.checkbox-label:before {
	position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
	display: block;
	content: "";
    height: 16px;
    width: 16px;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(3px, 3px);
	transition: 0.3s;
}

.checkbox:checked + label {
  background-color: green;
}

.checkbox:checked + .checkbox-label:before {
	left: calc(100% - 22px);
}

.checkbox-default[type=checkbox], .checkbox-default[type=radio] {display: none;}

.checkbox-default[type=checkbox] + label {
	display: flex;
    align-items: center;
    font-size: 14px;
}

.checkbox-default[type=checkbox] + label:before {
    content: "";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid #49525a;
	color: #49525a;
    border-radius: 5px;
    transition: .4s cubic-bezier(.25,.8,.25,1);
	margin-right: 6px;
}

.checkbox-default[type=checkbox]:checked + label:before {
    content: "\2714";
	color: #7366FF;
	border-color: #7366FF;
}




#providerFilter {
	width: 200px;
}

#sortFilter {
	width: 100px;
}




.device-list-item {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 4px 8px rgba(0, 0, 0, .1);
    display: inline-block;
    list-style: none;
    padding: 5px 20px 10px;
    width: 100%;
	background: #fff;
    margin-bottom: 13px;
}
.device-list-item-header {
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    padding: 5px 0px 10px 0px;
    justify-content: space-between;
}
.device-list-item-header .device-icon {
    flex: 0 0 auto;
    height: 24px;
    margin-right: 12px;
    width: 24px;
}
.device-list-item-header h2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    overflow: hidden;
    padding-right: 16px;
    text-overflow: ellipsis;
}
.device-list-item-header .current-device-badge {
    background-color: #cce6ff;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 500;
    padding: 3px 8px;
    text-align: center;
    white-space: nowrap;
}
.device-list-item-details {
    color: #4d4d4d;
    font-size: 13px;
    margin-top: 10px;
}
.device-list-item-details .paragraph {
    margin-bottom: 8px;
    margin-top: 8px;
	display: flex;
}

.device-list-item-details .paragraph svg {
	fill: #595959;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}


.login__buttons {
	width: 100%;
}
.login__buttons button {
	margin-bottom: 15px;
}
.login__buttons button:last-child {
	margin-bottom: 0px;
}

.button--rounded {
    border-radius: 18px;
    user-select: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: .4px;
    height: 36px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
    height: 30px;
    width: 30px;
    background: #4b2777;
}

.button--withload {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.button--withload .loader {
	left: unset !important;
	top: unset !important;
	position: relative !important;
}

.button--rounded:hover {
    background: #6b459b;
}
.button--rounded svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentcolor;
}

.button {
    background: #7366FF;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-width: 0;
    min-height: 30px;
    cursor: pointer;
    transition: all .4s;
    text-wrap: nowrap;
}

.button-transparent {
    background: none;
	color: #000;
}

.button-green {
    background: #1fad66;
}
.button-green:hover {
    background: #169c59;
}
.button-blue {
    background: linear-gradient(103deg,#108de7 -30%,#0855c4);
}
.button-blue:hover {
    background: linear-gradient(103deg, #7ec9ff -30%, #1d67d1);
}

.button-bradius {
	border-radius: 4px;
}
.button-center {
    align-items: center;
    display: flex;
}
.button-icon svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	fill: #fff;
}

.button-fullwidth {
	width: 100%;
}

.button-big {
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: .25px;
    padding: 0 25px;
    text-transform: uppercase;
}

.button-pink {
    background: #ff1794;
    box-shadow: 0 0 #ef2391;
    animation: pulse 2s infinite cubic-bezier(.6,0,0,1)
}

.button-pink:hover {
    opacity: 0.95;
}

.button-gray {
	background: #6b7180;
}
.button-gray:hover {
	background: #b4bbcd;
}

.button.loadMoreGames {
    display: flex;
    margin-top: 20px;
    height: 50px;
    padding: 0px 35px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button.disable {
	opacity: 0.6;
	pointer-events: none;
}

.ui-pagination {
	display: flex;
    background: #ffffff;
    font-size: 13px;
    align-items: center;
    padding: 6px 15px;
}

.ui-pagination .total {
	display: flex;
}

.pages-box {
	display: flex;
    margin-left: auto;
    gap: 15px;
}

.previous-btn svg {
	transform: rotate(90deg);
	height: 16px;
	width: 16px;
	fill: #fff;
}
.next-btn svg {
	transform: rotate(-90deg);
	height: 16px;
	width: 16px;
	fill: #fff;
}


.sidebar::-webkit-scrollbar {
    width: 4px;
}
.sidebar::-webkit-scrollbar-thumb {
    background-color: #cebbe3;
    border-radius: 8px;
}

.sidebar::-webkit-scrollbar-track {
    background: 0 0;
}


.iti__country-list {
    color: #000;
}

.iti--fullscreen-popup.iti--container {
    z-index: 9997;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 25, 33, 0.85);
    overflow: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9996;
}

.overlay .loader {
    position: absolute;
    top: 50%;
    left: calc(50% - 24px);
    transform: translate(-50%, -50%) scale(1);
	margin: 0;
    border: 5px solid #ffffff;
    border-bottom-color: transparent;
}

.popup {
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    width: calc(100% - 20px);
    max-width: 450px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    visibility: hidden;
    transition: all 0.5s ease;
    background: #f1f2f4;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.popup.fullscreen {
    max-width: 630px;
}

.popup.small {
    max-width: 320px;
}

.popup.active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.popup .popup-description {
	display: flex;
    flex-direction: column;

}

.popup .popup-description svg {
    width: 80px;
    height: 80px;
	fill: #169c59;
    margin: 0 auto;
    margin-bottom: 10px;
}

.popup .popup-description-title {
    margin-bottom: 25px;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
}

.modal {
    border-radius: 6px;
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.6);
    width: calc(100% - 20px);
    max-height: 400px;
    max-width: 290px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    background: #ffffff;
	color: #000;
	padding: 10px;
}

.modal-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
    overflow: auto;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-overlay.active {
    backdrop-filter: blur(5px);
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.modal.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.modal-heading {
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.modal-text {
    font-size: 14px;
    margin-bottom: 18px;
    padding: 0 7px;
    text-align: center;
}
.modal-footer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 10px;
}

.popup .heading {
    height: 40px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: solid 1px #dfdfdf;
    background: #dcdcdc;
}

.popup.fullscreen .heading {
    height: auto;
}

.popup .heading .heading-center {
    flex: 1;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.popup .heading .heading-left, .popup .heading .heading-right {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
	min-height: 45px;
    text-align: center;
}

.popup .heading .heading-center .heading-center-personal svg {
    width: 13px;
    height: 13px;
    fill: #379b17;
}

.popup .heading .heading-center .heading-center-personal__subtitle {
    color: #424242;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: normal;
    margin-top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup .heading .heading-center .heading-center-personal__subtitle svg {
    width: 13px;
    height: 13px;
    margin-left: 4px;
	fill: #424242;
}

.popup .container_popup {
    color: #000;
    max-height: 100%;
    overflow-y: auto;
    display: flex;
    width: 100%;
    height: 100%;
}

.popup .container_popup.popup_padding {
    padding: 24px;
}

.popup .openPreviousPopup {
    width: 24px;
    height: 24px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup .openPreviousPopup svg {
	fill: #232323;
    width: 24px;
    height: 24px;
}

.popup .close {
    width: 24px;
    height: 24px;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup .close svg {
	fill: #232323;
	width: 14px;
	height: 14px;
}

.popup.purple .heading {
    background-image: linear-gradient(-45deg, #7b4bb3 0%, #7b4bb3 100%);
    color: #fff;
}

.popup.default .heading {
    color: #000;
}

.toastify.installAppNotification  {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}

.toastify.installAppNotification .toast-title {
    width: 100%;
}

.toastify.installAppNotification .toastify-avatar {
    width: auto;
    height: 22px;
    margin: 0;
    margin-right: 10px;
}

.toastify.installAppNotification .toast-close {
    font-size: 20px;
    top: 4px;
}

.toastify.installAppNotification .toast-button {
    margin-left: auto;
    margin-right: 5px;
    border: solid 2px #335c47;
    background: #1fad66;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.form-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-list {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-item {
    display: flex;
    flex-direction: column;
}
.form-tabs {
	display: flex;
	justify-content: center;
	width: 100%;
    margin-bottom: 25px;
}
.form-tabs .form-tab {
	flex: 1;
    text-wrap: nowrap;
	text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	color: #49525a;
}
.form-tabs .form-tab.active{
	font-weight: 600;
	color: #000;
}
.form-tabs .form-tab.active:after {
    position: absolute;
    right: 16px;
    bottom: 0;
    left: 16px;
    display: block;
    height: 2px;
    content: "";
    background-color: #22a749;
    border-radius: 2px 2px 0 0;
}

.form-content .form-tab-content {
    position: relative;
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
.form-content .form-tab-content.active {
    display: flex;
}

.forgot_password {
	margin-left: auto;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: normal;
    color: #6671ff;
    text-decoration: underline;
}

.input-wrapper__label {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    height: 16px;
    padding-left: 0;
    margin-bottom: 6px;
    color: #000;
    text-align: left;
}

.input-wrapper {
	background-color: #fff;
    position: relative;
    border-radius: 5px;
    transition: box-shadow .15s ease-in-out;
	padding: 2px;
}
.input-wrapper.disabled {
    background-color: #d7d7d7;
    cursor: not-allowed;
}

.input-wrapper.disabled input {
	pointer-events: none;
}
.input-wrapper input {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .25px;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
    color: #050506;
    background-color: #0000;
    border: none;
    outline: none;
}
.input-wrapper input[type="file"] {
    padding: 9px 9px;
}
.input-wrapper textarea {
    width: 100%;
    border: 0;
    padding: 6px;
    outline: none;
	min-height: 70px;
	min-width: 100%;
	max-width: 100%;
}
.input-hint {
    display: block;
    width: 100%;
    margin: 4px 0 10px;
    font-size: 12px;
    color: #ff1313;
}
.input-desc {
    font-size: 13px;
    color: #2e3338;
    margin: 2px 0px;
}

.input-focus {
	box-shadow: inset 0 0 0 1px #0d7dff;
}

.input-form-title {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.input-form-title__small {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}

.input-form-description {
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
}

.otp-generate {
    display: flex;
    gap: 12px;
    margin: 14px 0;
    justify-content: center;
}

.otp-generate input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 35px;
    height: 35px;
}

.otp-generate input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.help-block {
    position: relative;
    padding: 8px;
    margin: 10px 0px;
    color: #5c5c5c;
    background: rgb(2 146 0 / 30%);
    border-radius: 5px;
}
.help-block__wrapper {
    display: flex;
    text-align: left;
}
.help-block .help-block__icon {
    margin: 4px 8px 4px 0;
    display: flex;
    align-items: center;
}
.help-block .help-block__icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: currentcolor;
}
.help-block .help-block__icon img {
    width: 36px;
    height: 34px;
}
.help-block .help-block__label {
	font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
    margin: 4px 8px 4px 0;
    user-select: text;
}

.hint-block {
    position: relative;
    padding: 8px;
    margin-bottom: 20px;
	color: #e46767;
	background: #e4676726;
    border-radius: 5px;
	display: none;
}
.hint-block.active {
	display: flex;
}

.hint-block__wrapper {
    display: flex;
    text-align: left;
}
.hint-block .hint-block__icon {
    margin: 4px 8px 4px 0;
}
.hint-block .hint-block__icon svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: currentcolor;
}
.hint-block .hint-block__label {
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .25px;
    margin: 4px 8px 4px 0;
    user-select: text;
}

.formItemError .input-wrapper {
	box-shadow: inset 0 0 0 1px #ff1313;
}
.formItemValid .input-wrapper {
	box-shadow: inset 0 0 0 1px #22a749;
}

.loader-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #11061e;
    z-index: 11;
    top: 0
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate-180 {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.loader-wrapper.hide {
	display: none;
}

.loader-wrapper-logo {
    width: 200px;
    margin-bottom: 50px
}

.loader-spinner {
    width: 14.4px;
    height: 14.4px;
    animation: spinner-o824ag 1.4s infinite linear
}

.loader-spinner div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6c6bf6;
    border-radius: 50%;
    animation: spinner-vse6n7 1.75s infinite ease
}

.loader-spinner div:nth-child(1) {
    --rotation: 90
}

.loader-spinner div:nth-child(2) {
    --rotation: 180
}

.loader-spinner div:nth-child(3) {
    --rotation: 270
}

.loader-spinner div:nth-child(4) {
    --rotation: 360
}

@keyframes spinner-vse6n7 {
    0%,100% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(0)
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(200%)
    }
}

@keyframes spinner-o824ag {
    to {
        transform: rotate(360deg)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 8px 10px #ef239100;
    }
}


.loader-blur {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    filter: blur(0px);
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #6e6e6e;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: 20px auto;
}

.button .loader {
    height: 26px;
	width: 26px;
	border: 3px solid #dedede;
    border-bottom-color: transparent;
}

.loadMoreGames.button .loader {
    height: 26px;
	width: 26px;
	border: 3px solid #dedede;
    border-bottom-color: transparent;
	margin: 20px 20px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

strong {
    font-weight: 600;
}