 html{
        		                position: relative;
        		                width: 100%;
        		                height: 100%;
        		                overflow: hidden;
        		            }
        		            body{
        		                position: fixed;
        		                top:0;
        		                left:0;
        		                width:100%;
        		                height: 100%;
        		                overflow: scroll;
        		            }
        		            
        		            .active_odd{
        			background: #656565 !important;
        			color:  #fff;
        		}
        
        		.back{
        			background: #56bdf1;
        		}
        
        		.lay{
        			background: #ffacbd;
        		}
        
        		.active{
        			background: #d6c7c7;
        		}
        
        		.live_profit{
        			display: none;
        		}
        
        		.profit_{
        			background: #060;
        		}
        
        		.loss_{
        			background: #b30000;
        		}
        
        		.profit_text{
        			color: #060;
        		}
        
        		.loss_text{
        			color: #b30000;
        		}
        
        		.back.line_market{
        			background: #51ad95;
        		}
        
        		.lay.line_market{
        			background: #519995;
        		}
        		
        		
        		body.exchange{
        			/* background-image: linear-gradient(56deg, #F0ECE1 4%, #f0ece1 42%); */
        			background: #F0ECE1;
        		}
        
        		.support-wrap{
        			opacity: 0.4 !important;
            	background: #000 !important;
        		}
        		
        		
        		 .exchange .login-head h1, .exchange .pass-head h1, .exchange .login-head h2, .exchange .pass-head h2{
        			background-image: url("images/exchange/images/playinexch.png") !important;
        		}
        		
        		
        		.game_ban img{
          width:100%;
        }
    
        .highlight-list li img {
         width: 5vw;
         height: 5vw;
     }
    
    .cl_swiper_wrapper{
        height:28vw;
    }
    
    .hm_mian_wrap{
    	padding-bottom:0px;
    }
    .hm_play_scr{
    	min-height:100dvh!important;
    	overflow:hidden scroll;
    }
    
    
      header{
                display:flex!important
              }
              
              
              
              .v-btn.primary:not(:disabled):not(.disabled):not(.is-disabled){
                  cursor: pointer;
                }
                .v-btn.primary{
                  background-image: linear-gradient(135deg, #F10000, #C70000 100%, #C70000 0);
                background-color: #EE0000;
                }
                .v-btn {
                max-width: 100%;
                font-family: var(--default-fonts);
                font-size: 14px;
                font-weight: 700;
                background-color: transparent;
                color: #000 !important;
                line-height: 1.5;
                vertical-align: middle;
                text-align: center;
                margin: 0;
                border: 1px solid transparent;
                border-radius: 4px;
                text-decoration: none;
                text-transform: uppercase;
                transition: all 0.2s ease-in-out;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -webkit-font-smoothing: inherit;
                text-overflow: ellipsis;
                overflow: hidden;
            }
            .v-btn.success {
                position: relative;
                overflow: hidden;
            }
            .v-btn:not(.v-btn--round).v-size--default {
                height: 7vw;min-height: 30px;
                min-width: 35px;
                padding: 0 2vw;
            }
            @media  only screen and (max-width: 370px) {
              .v-btn {
                font-size: 12px;
              }
            }
            .v-btn:before {
                background-color: currentColor;
                border-radius: inherit;
                bottom: 0;
                color: inherit;
                content: "";
                left: 0;
                opacity: 0;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0;
                transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
            }
            .v-btn__content {
                font-weight: 900;
                letter-spacing: normal;
                color: #000;
            }
            .v-btn__content {
                align-items: center;
                display: flex;
                flex: 1 0 auto;
                justify-content: inherit;
                line-height: normal;
                position: relative;
                transition: inherit;
                transition-property: opacity;
            }
            .v-btn.success {
                background-image: linear-gradient(90deg, #FFE935 0, #F6FF29);
                background-color: #FFFA00;
            }
            .button .mob-btn__content {
                font-size: 12px !important;
                font-weight: 900 !important;
                letter-spacing: normal !important;
                color: #fff !important;
            }
            .v-btn.success:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 129px;
                height: 40px;
                background: url(images/animation.d3e6e1d9.svg) no-repeat left 0 top 0;
                background-size: 129px 40px;
                -webkit-animation: fly-data-v-e3a4a5bc 2s linear 1s infinite;
                animation: fly-data-v-e3a4a5bc 2s linear 1s infinite;
                box-shadow: none;
            }
            @-webkit-keyframes fly-data-v-e3a4a5bc {
                0% {
                    transform: translate(-400%);
                }
                to {
                    transform: translate(100%);
                }
            }
            @keyframes  fly-data-v-e3a4a5bc {
                0% {
                    transform: translate(-400%);
                }
                to {
                    transform: translate(100%);
                }
            }
            
            
            
            
             body{
                overflow-x: hidden;
              }
              
              
               html{
                        position: relative;
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }
                    body{
                        position: fixed;
                        top:0;
                        left:0;
                        width:100%;
                        height: 100%;
                        overflow: scroll;
                    }
        
                    .scrollbar
                    {
                        float: left;
                        height: 300px;
                        width: 100%;
                        background: #F5F5F5;
                        overflow-y: auto;
                        overflow-x: hidden;
                        margin-bottom: 25px;
                    }
        
                    .force-overflow
                    {
                        min-height: 450px;
                    }
        
                    #scroll-y::-webkit-scrollbar-track
                    {
                        /* border: 1px solid black; */
                        /* background-color: #fff; */
                    }
        
                    #scroll-y::-webkit-scrollbar
                    {
                        width: 0.1px;
                        /* background-color: #fff; */
                    }
        
                    #scroll-y::-webkit-scrollbar-thumb
                    {
                        /* background-color: #fff; */
                    }
        
                    @media  only screen and(max-width: 768px) {
        
                        html {
                            overflow: hidden;
                        }
        
                        body {
                            overflow: hidden;
                        }
                    }
                    
                     .power-wrap-b{
              display: none !important;
            }
            
            
            
             .marquee_span{
                line-height: 4vw;
                height: 4vw;
                font-style: italic;
                font-size: 3.2vw;
                font-weight: normal;
                color: #1C2834;
                background-color: #6AC2FF;
                border-radius: 0.53333vw;
                padding: 0 1.33333vw;
                margin-right: 1.33333vw;
              }
            
              .marquee_a{
                height: 6.66667vw;
                line-height: 6.66667vw;
                align-items: center;
                font-weight: bold;
                color: #6AC2FF;
                margin-right: 21.33333vw;
              }
              
               .swiper-slide{
                height: unset;
              }
              
              
              