body {margin:0; padding:0; color:white}
@font-face {
 font-family: "Moncor";
 src: url("/spin_module/fonts/MTCORSVA.TTF");
}
@font-face {
 font-family: "Lucasb";
 src: url("/spin_module/fonts/FSLucasPro-Bold.ttf");
}
.shugo_game {
	padding:35px 50px;
	/*background:url(/spin_module/images/window_bg.svg);*/
	background:black;
	background-size: cover;
    background-repeat: no-repeat;}

.shugo_game .section-heading {
	color: white;
    margin: 18px;
    text-align: center;
}
.shugo_game .shugo_container {
	position:relative;
	margin:0 auto;
	width:1100px;
	padding-top:15px;
	background:url(/spin_module/images/container_bg.png);
	background-size: 100%;
    background-repeat: no-repeat;}
.shugo_container .menu {
	top: -2px;
    position: absolute;
    width: 60px;
    height: 63px;
}
.shugo_container .menu span{
	height: 25px;
    width: 100%;
    text-align: center;
    color: #ffd45b;
    bottom: 3px;
    position: absolute;
    display: flex;
    font-family: Arial;
    justify-content: center;
    align-items: center;
}
.shugo_container .home span{ font-size:10px;}
.shugo_container .home {
	background: url(/spin_module/images/menu_home.png) no-repeat;
    left: 50px;
}
.shugo_container .inventory {
	background: url(/spin_module/images/menu_inventory.png) no-repeat;
    right: 100px;
}
.ryze_container {
	
	padding-top:110px;
	position:relative;
	width:800px;
	height:240px;
	overflow:hidden;
	margin:0 auto;
}
#main {
	margin:0 auto;
	transition: all 20s;
	transition-timing-function: cubic-bezier(.2, 0, .10, 1);
	/*background:radial-gradient(#ffffff,#0095ff 30%, #000618 70%);*/
	overflow:hidden;
	border-radius:50%; 
	width:575px;
	height:575px;
	position:relative;
	}
#main.transform {transform:rotate(300deg)}
.ryze_container .pointer {
	position: absolute;
    left: calc(50% - 7px);
    z-index: 99;
    margin: 0px auto;
    width: 14px;
    height: 35px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #ffc57d;
}
.sector {
	clip-path:polygon(1px 1px, calc(100% - 1px) 1px, 50% calc(100% - 1px));
	/*background: linear-gradient(to top,#ff003e, #cf486a 60%, #ba3152);*/
	height:50%; 
	position:absolute;
	transform-origin:bottom;}
.sector .icon {
	position:relative;
	margin:0px auto;
	width:70px; 
	height:70px; 

}
.sector .icon .item_icon {
	top:16px;
	left:16px;
	position:absolute;
	width:38px;
	height:38px;
}
#ryze_roll {
	transition:0.1s;
	color:white;
	border: none;
    background: url(/spin_module/images/play.png);
    top: 70px;
    height: 108px;
    position: absolute;
    width: 285px;
    left: calc(50% - 142px);
}
#ryze_roll:hover {filter:contrast(110%) brightness(1.3); cursor:pointer}
.ryze_roll {
	padding-top:40px;
	color: white;
    height: 136px;
    top: 290px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    text-align: center;
    background: url(/spin_module/images/lines.png);
    position: absolute;
    width: 667px;
    left: calc(50% - 333px);

}
.ryze_roll span {text-shadow: 0 2px 3px black; display:flex;align-content: center;
    align-items: flex-end;
    justify-content: center;}
.ryze_roll span img {margin-left:5px}
#ryze_roll span { font-weight:bold}
#ryze_roll span:last-child {font-size:19px}
.notification {
    display: block;
    border-radius: 3px;
    top: 16px;
    width: 5px;
    right: 19px;
    height: 5px;
    background: red;
    position: absolute;}
.user_inventory {position:relative}
.user_inventory .notification_inventory {
	padding:0 3px;
	font-weight:bold;
	font-size:10px;
    border-radius: 2px;
    top: 12px;
    color:white;
    right: 15px;
    height: 13px;
    background: red;
    position: absolute;}
.inventory-list {
	display: flex;
	justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.inventory-list .title {
		width: 20%;
		text-align: center;
		font-size: 22px;
		margin-bottom: 25px;
       border-radius: 10px;
       background: #000000;
       color: #fbfbfb;
}
.inventory-list .prize_item {
	border: 1px solid #5d5fab;
	background: #08041a;
	position:relative;
	display: flex;
    flex-direction: column;
	width:200px;
	padding:15px;
	padding-bottom:0;
	margin:15px;
	text-align:center;
    align-items: center;
	justify-content: space-between;
}
.inventory-list .prize_item span {
	display:flex;
	align-items:center;
	height:60px;
	padding: 10px 0;
    border-bottom: 1px solid #343668;
    font-size: 18px;
    font-family: "Moncor";
}
.inventory-list .prize_item p {
	font-size:12px;
	padding: 10px 0;
}
.inventory-list .prize_item .get_prize {
	cursor:pointer;
	width: 100%;
    background: #5d5fab;
    padding: 15px;
}
.shadow-pulse {
	box-shadow: 0 0 0 3000px #000000bd;
}
.akcent {
	opacity:0;
	visibility:hidden;
	z-index: 9999999999;
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	background:transparent}
.winned_message {
	visibility:hidden;
	z-index: 999;
	opacity:0;
	transition:0.3s;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000000ad;
}

.winned_message .inner{
	
	position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    top: calc(50% - 122px);
	left: calc(50% - 240px);
    width: 469px;
    height: 245px;
    background: url(/spin_module/images/success.png);
}
.winned_message .inner h3 {
	white-space: nowrap;
	font-family: 'Lucasb';
	font-size:14px;
}
.winned_message_data {
	position: absolute;
    width: 300px;
    right: 0;
    bottom: 0;
}
	
.error_no_money {
	visibility:hidden;
	z-index: 999;
	opacity:0;
	transition:0.3s;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000000ad;
}
.error_no_money .inner{
	
	position: absolute;
    text-align: center;
    box-sizing: border-box;
    padding: 15px;
    top: calc(50% - 135px);
    left: calc(50% - 290px);
    width: 521px;
    height: 269px;
    background: url(/spin_module/images/error1.png);
}
.error_no_money .inner .close{
	margin-top: 25px;
	cursor:pointer;
	float:right;
	width: 20px;
    position: relative;
    height: 20px;
}
.error_no_money .inner .close span:first-child {
	background: #c6c7ff;
    top: 50%;
    transform: rotate(45deg);
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
}
.error_no_money .inner .close span:last-child {
	background: #c6c7ff;
    top: 50%;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
}
.but {
	cursor:pointer;
	min-width: 110px;
    letter-spacing: 1.2px;
	font-family:'Lucasb';
	text-shadow: 0 0 20px #0014ff, 0 0 30px #0014ff;
	text-decoration: none;
    color: white;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 65px;
    padding: 8px 25px;
    background: linear-gradient(0deg, #3c45a7, #4f58c2);
    border: 1px solid #5662e8;
    text-transform: uppercase;
}
.but:hover {
	filter: brightness(1.2);
}
.winned_message .inner .winned_ok {
	margin: 0 auto 20px;
    width: 100px;
    position: unset;}
.all_prizes {
	display: flex;
    margin-top: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.all_prizes h2 {
	width:100%;
	text-align: center;
    font-size: 24px;
    margin: 20px 0;
	font-family: monospace;
	}
.spin_prize {
	position:relative;
	text-align:center;
	width: 200px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
    background: url(/spin_module/images/prize_list_bg.png);
    height: 241px;
    align-items: center;
}
.spin_icon {
	margin-top: 8px;
    position: relative;
    padding: 16px 16px 0 16px;}
.spin_icon .prize_border {
	width: 60px;
    top: 3px;
    left: 5px;
    position: absolute;
    height: 60px;
}
.spin_icon img {width:38px; height:38px;}
.spin_content {padding:15px}
.spin_content .name {font-size: 14px; font-family:"Lucasb"}
.spin_content p {
	left: 0;
    padding: 0 15px;
    box-sizing: border-box;
    top: 148px;
    position: absolute;
    font-size: 12px;
    color: #dbc2a8;
    width: 100%;
	}
.top_winners {
	overflow:hidden;
	line-height:25px;
	box-sizing: border-box;
    padding: 0 10px;
    font-family: arial;
	font-size: 11px;
	color: white;
    width: 550px;
    margin: 88px auto 0;
    height: 25px;
    background: #000000a3;
    border: 1px solid #932792;
    border-radius: 15px;
}
.not_anim{    
  
  animation: shadowThrob 0.3s;
  animation-direction: alternate;
  -webkit-animation: shadowThrob 0.3s ease-out;
  -webkit-animation-direction: alternate;
}
@keyframes shadowThrob {
  0% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);}
  50% {box-shadow: 0 0 0 3px rgba(255, 0, 0, 1);}
  100% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);}
}
@-webkit-keyframes shadowThrob {
  0% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);}
  50% {box-shadow: 0 0 0 3px rgba(255, 0, 0, 1);}
  100% {box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);}
}

.select {
	margin-bottom:0!important;
    display: block;
    max-width: 215px;
    width: 100%;
    position: relative;
}

.new-select {
	background: #08041a;
	border-radius:6px;
	height:30px;
	box-sizing:border-box;
    position: relative;
    border: 1px solid #5d5fab;
    padding: 4px 15px;
    cursor: pointer;
    user-select: none;
}

.new-select__list {
	border-radius:6px;
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #5d5fab;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #08041a;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    background: #231e36;
}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url('path-to-image') no-repeat right center / cover;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}