/**********************************************************************/
/*********************** Start - Add fonts ****************************/
/**********************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap');
@font-face {
    font-family: 'S-Core Dream 2';
    src: url('/fonts/S-CoreDream-2ExtraLight.eot');
    src: url('/fonts/S-CoreDream-2ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-2ExtraLight.woff2') format('woff2'),
        url('/fonts/S-CoreDream-2ExtraLight.woff') format('woff'),
        url('/fonts/S-CoreDream-2ExtraLight.ttf') format('truetype'),
        url('/fonts/S-CoreDream-2ExtraLight.svg#S-CoreDream-2ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 3';
    src: url('/fonts/S-CoreDream-3Light.eot');
    src: url('/fonts/S-CoreDream-3Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-3Light.woff2') format('woff2'),
        url('/fonts/S-CoreDream-3Light.woff') format('woff'),
        url('/fonts/S-CoreDream-3Light.ttf') format('truetype'),
        url('/fonts/S-CoreDream-3Light.svg#S-CoreDream-3Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 1';
    src: url('/fonts/S-CoreDream-1Thin.eot');
    src: url('/fonts/S-CoreDream-1Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-1Thin.woff2') format('woff2'),
        url('/fonts/S-CoreDream-1Thin.woff') format('woff'),
        url('/fonts/S-CoreDream-1Thin.ttf') format('truetype'),
        url('/fonts/S-CoreDream-1Thin.svg#S-CoreDream-1Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 4';
    src: url('/fonts/S-CoreDream-4Regular.eot');
    src: url('/fonts/S-CoreDream-4Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-4Regular.woff2') format('woff2'),
        url('/fonts/S-CoreDream-4Regular.woff') format('woff'),
        url('/fonts/S-CoreDream-4Regular.ttf') format('truetype'),
        url('/fonts/S-CoreDream-4Regular.svg#S-CoreDream-4Regular') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 5';
    src: url('/fonts/S-CoreDream-5Medium.eot');
    src: url('/fonts/S-CoreDream-5Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-5Medium.woff2') format('woff2'),
        url('/fonts/S-CoreDream-5Medium.woff') format('woff'),
        url('/fonts/S-CoreDream-5Medium.ttf') format('truetype'),
        url('/fonts/S-CoreDream-5Medium.svg#S-CoreDream-5Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 6';
    src: url('/fonts/S-CoreDream-6Bold.eot');
    src: url('/fonts/S-CoreDream-6Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-6Bold.woff2') format('woff2'),
        url('/fonts/S-CoreDream-6Bold.woff') format('woff'),
        url('/fonts/S-CoreDream-6Bold.ttf') format('truetype'),
        url('/fonts/S-CoreDream-6Bold.svg#S-CoreDream-6Bold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 7';
    src: url('/fonts/S-CoreDream-7ExtraBold.eot');
    src: url('/fonts/S-CoreDream-7ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-7ExtraBold.woff2') format('woff2'),
        url('/fonts/S-CoreDream-7ExtraBold.woff') format('woff'),
        url('/fonts/S-CoreDream-7ExtraBold.ttf') format('truetype'),
        url('/fonts/S-CoreDream-7ExtraBold.svg#S-CoreDream-7ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 8';
    src: url('/fonts/S-CoreDream-8Heavy.eot');
    src: url('/fonts/S-CoreDream-8Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-8Heavy.woff2') format('woff2'),
        url('/fonts/S-CoreDream-8Heavy.woff') format('woff'),
        url('/fonts/S-CoreDream-8Heavy.ttf') format('truetype'),
        url('/fonts/S-CoreDream-8Heavy.svg#S-CoreDream-8Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'S-Core Dream 9';
    src: url('/fonts/S-CoreDream-9Black.eot');
    src: url('/fonts/S-CoreDream-9Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/S-CoreDream-9Black.woff2') format('woff2'),
        url('/fonts/S-CoreDream-9Black.woff') format('woff'),
        url('/fonts/S-CoreDream-9Black.ttf') format('truetype'),
        url('/fonts/S-CoreDream-9Black.svg#S-CoreDream-9Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Jalnan";
    src: url("/fonts/Jalnan.eot");
    src: url("/fonts/Jalnan.eot?#iefix")format("embedded-opentype"),
    url("/fonts/Jalnan.woff2")format("woff2"),
    url("/fonts/Jalnan.woff")format("woff"),
    url("/fonts/Jalnan.ttf")format("truetype");
}
/**********************************************************************/
/************************ End - Add fonts *****************************/
/**********************************************************************/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(/images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
} 

body {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background: #000000; */
}

* {
    /* font-family: 'S-Core Dream 4'; */
    /* font-weight: 500; */
    font-family: 'S-Core Dream 7';
}

.bg-body-1 {
	background-image: url('/images/login_bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}

.btn-type-1 {
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    border-radius: 10px;
    transition: .18s;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
    width: 100%;
    font-weight: bold;
}

.btn-type-1:hover {
	background: #A7A7A7;
	background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.paging_div .num_prev,
.paging_div .num_next {
    text-decoration-line: none;
}

.paging_div {
    display: flex;
    justify-content: center;
    margin: 15px 0 5px 0;
}

.paging_div .cur {
	width: 22px;
	text-decoration-line: none;
	background: #323232;
	color: #fff !important;
} 
 
.paging_div .num {
    width: 22px;
    text-decoration-line: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 4px;
    margin: 0 2px !important;
    border-radius: 18px;
    border: 0;
    color: #000;
}

.paging_div .inner_paging {
	display: flex;
}


.btn2 {
    color: #000000;
    border: 1px solid #c0c0c0;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 4px;
    margin: 0 4px;
    border-radius: 10px;
    border-radius: 10px;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
    font-family: 'S-Core Dream 5';
}

.btn2:hover {
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
} 
.paging_div .num_prev,
.paging_div .num_next,
.paging_div .cur{
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 4px;
    margin: 0 4px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'S-Core Dream 5';
    display: flex;
    gap: 7px;
}
.paging_div .num_prev:hover,
.paging_div .num_next:hover,
.paging_div .cur:hover, 
.paging_div .num:hover {

}

.btn3 {
    position: relative;
    height: 44px;
    margin: 0 8px;
    background-image: url("/images/btn/btn3_bdy.png");
    background-size: cover;
    background-repeat: round;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn3:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 44px;
    left: -3px;
    background-image: url("/images/btn/btn3_left.png");
}
.btn3:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 44px;
    right: -3px;
    background-image: url("/images/btn/btn3_right.png");
}

.btn3:hover {
    background-image: url("/images/btn/btn3_bdy_h.png");
}

.btn3:hover:before {
    background-image: url("/images/btn/btn3_left_h.png");
}

.btn3:hover:after {
    background-image: url("/images/btn/btn3_right_h.png");
}

.login-box {
   
}

.login-box input {
    border: unset;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    height: 50px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background: #000000;
    outline: 0;
    /* border: 1px solid #ffffff; */
}

.login-box textarea {
    border: unset;
    width: 267px;
    height: 80px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 20px;
    resize:none;
    font-size: 16px;
    color: #fff;
    background-size: 100% 100%;
	background-image: url('/images/input_bg.png');
}

.login-box .login-form {
	text-align: center;
}

.login-box .logo { 
    width: 330px;
    margin: 110px auto 45px
}

.login-box .logo img {
	width: 100%;
}
.login-box .name-site {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 30px;
}
.login-box .name-site .text {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.login-box .name-site .name-img {
	
}
.login-box .name-site .name-img img {
    width: 150px;
}

.login-box .form-div {
    width: 540px;
    padding: 38px 0px;
    margin: 0 auto;
    box-sizing: border-box;
    border-top: 1px solid #ffffff;
}

.login-box .login-form .capt-parent {
    width: 65vw;
    margin: 0 auto;
}

.login-box .login-form .capt-img img {
	background-color: #fff;
    width: 92px;
	height: 48px;
}

.login-box .login-form .input-captcha {
	width: 163px;
	font-size: 27px;
    margin-left: 10px;
}

.login-box .login-form .btn-login-parent {
	margin: 0 auto 10px auto;
}

.login-box .login-form .btn-login {
    width: 210px;
    height: 48px;
    margin-bottom: 26px;
    margin-top: 4px;
    font-size: 23px;
    margin: auto;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
}

.login-box .btn-div {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    gap: 20px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 10px;
}

.login-box .btn-div .btn-join,
.login-box .btn-div .btn-sos {
	cursor: pointer;
    transition: .18s;
}

.login-box .btn-div .btn-join:hover,
.login-box .btn-div .btn-sos:hover {
	color: #fff;
}
 
.login-box .btn-bwn {
    width: 194px;
    height: 39px;
}

.login-box .code-form,
.login-box .sos-form {
	text-align: center;
}

.login-box .recommend {
    display: flex;
    padding: 10px;
    color: #eaeaea;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.login-box .recommend .chrome-icon {
    width: 38px;
    margin-right: 10px;
}
.login-box .recommend .chrome-icon img {
    width: 100%;
    vertical-align: middle;
}

.login-box .recommend .rec-text {
    font-size: 16px;
    color: #372317;
}

.lg-video-bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
    z-index: -999;
}
.join-title {
    position: relative;
    font-size: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.join-box {
    background-color: rgb(0 0 0 / 52%);
    width: 840px;
    padding: 26px 32px;
    margin: 20px auto;
    border-radius: 10px;
}

.join-box input {
    border: unset;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
}

.join-box .child-input-3 {
	flex: .98;
}

.join-box select {
    border: unset;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 4px;
    padding: 0 10px;
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    border: 1px solid #ffffff;
}

.join-box select option {
	/* color: #000; */
}

.join-box .top {
    display: flex; 
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
}

.join-box .top .left {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.join-box .top .right {
    color: #e80000;
    font-size: 14px;
}

.join-box .field {
    display: flex;
    justify-content: space-between;
    flex: 1;
}

.join-box .field .hold {
    width: 10px;
}

.join-box .btn-submit {
    height: 56px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 22px;
    width: 80%;
    margin: auto;
}

.join-box .child-input-1 {
    flex: .98;
}

.join-box .child-btn.btn-type-1 {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.join-box .label {
    color: #fff;
    font-size: 16px;
    margin: 4px 0;
    width: auto;
}
.join-box .label i {
    margin-right: 4px;
}
.join-box .label span {
	color: red;
}
.join-box .form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: 1fr; */
    grid-column-gap: 40px;
    grid-row-gap: 13px;
}
.join-box .submit-div {
    width: 100%;
}
.join-box .field-row {
    display: flex;
    gap: 15px;
}
.top-menu-bg {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999; 
}

.top-menu-bg .top {
	/* width: 100%; */
	background: #1F1F1F;
	background: linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(69, 73, 77, 1) 100%);
}


.top-menu-bg .top .plan {
	margin: 0 auto;
	width: 1240px;
}

.top-menu-bg .bottom .plan {
	margin: 0 auto;
	width: 1240px;
}

.top-menu-bg .bottom {
	width: 100%;
	/* background-color: #292929; */
	/* border-bottom: 1px solid #e4e4e4; */
} 

.top-menu-bg .top .cnt {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-menu-bg .top .left {
	display: flex;
    align-items: center;
}
.top-menu-bg .top .left .img-icon {
	width: 37px;
    margin-right: 6px;
}
.top-menu-bg .top .left .name {
    font-size: 14px; 
    font-weight: 500;
}

.top-menu-bg .top .left .level {
    font-size: 14px;
    margin: 0 8px 0 8px;
    color: #736a60;
}

.top-menu-bg .top .left .label .text {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
    margin-left: 4px;
}

.top-menu-bg .top .left .note {
	width: 266px;
    overflow: hidden;
}
.top-menu-bg .top .left .btn-icon {
    display: flex;
    align-items: center;
    gap: 10px; 
    margin-left: 12px;
}
.top-menu-bg .top .left .btn-icon .ico {
    width: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .18s;
    position: relative;
}
.top-menu-bg .top .left .btn-icon .ico:hover {
    -webkit-filter: drop-shadow(0px 0px 4px #ff6000);
    filter: drop-shadow(0px 0px 4px #ff6000);
}
.top-menu-bg .top .left .btn-icon .ico .msg-count {
    position: absolute;
    background: #ff6000;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -9px;
}
.top-menu-bg .top .left .btn-icon .ico img {
	width: 100%; 
}
.top-menu-bg .top .center .btn {
	display: flex;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 3px;
	background: rgb(38,38,38);
	background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
	width: 95px;
	height: 39px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.top-menu-bg .top .center .btn:hover {
    background: linear-gradient(0deg, rgb(63, 63, 63) 0%, rgb(98, 98, 98) 100%);
}

.top-menu-bg .top .center .btn img {
	width: 22px;
}

.top-menu-bg .top .center .btn .name {
	color: #fff;
	font-size: 17px;
	margin-left: 6px;
}

.top-menu-bg .top .right {
	display: flex;
	width: 100%;
}

.top-menu-bg .top .right .item {
	display: flex;
    align-items: center;
    margin-right: 25px;
}

.top-menu-bg .top .right .item.msg {
	cursor: pointer;
}

.top-menu-bg .top .right .item .label {
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}

.top-menu-bg .top .right .item .value {
	font-size: 14px;
	color: #000;
}
 
.top-menu-bg .top .right .item .value.mn {
	color: #d81d1d;
}

.top-menu-bg .top .right .item.last .value {
	color: #d81d1d;
}

.top-menu-bg .top .right .item .label.level {
	font-size: 18px;
	font-weight: bold;
	color: #0066ff;	
}

.top-menu-bg .top .right .item .value.name {
	font-size: 20px;
	font-weight: bold;
	color: #ff1414;
}

.top-menu-bg .top .right .item .img-icon {
	margin-right: 6px;
}

.top-menu-bg .top .right .item .change-point {
	margin: 0 0 4px 6px;
    cursor: pointer;
}

.top-menu-bg .top .right .item .change-point img {
	vertical-align: middle;
	height: 15px;
}

.top-menu-bg .top .right .item.btn {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    border: 1px solid #A7A7A7;
    border-radius: 5px;
    padding: 4px 10px;
    transition: .18s;
    background: #A7A7A7;
    background: linear-gradient(
0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
} 

.top-menu-bg .top .right .item.btn.first {
    margin-left: 20px;
}

.top-menu-bg .top .right .item.btn img {
    margin-right: 5px;
    width: 20px;
}

.top-menu-bg .top .right .item.last {
	margin-right: 0px;
}

.top-menu-bg .top .right .item.btn:hover {
    color: #fff;
    border: 1px solid #A7A7A7;
    background: #A7A7A7;
    background: linear-gradient(0deg, #000 0%, rgb(47 46 46) 100%);
}

.top-menu-bg .bottom .cnt {
	width: 1200px;
	height: 51px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-menu-bg .bottom .cnt .logo {
	padding: 0px 0;
	cursor: pointer;
}

.top-menu-bg .bottom .cnt .logo img {
	vertical-align: middle;
	height: 40px;
}

.top-menu-bg .bottom .cnt .menu {
	position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.top-menu-bg .bottom .cnt .menu .tv {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .18s;
}

.top-menu-bg .bottom .cnt .menu .tv img {
	width: 100%;
}
.top-menu-bg .bottom .cnt .menu ul {
	display: flex;
	align-items: center;
	margin: auto;
}

.top-menu-bg .bottom .cnt .menu ul li {
	list-style-type: none;
}

.top-menu-bg .bottom .cnt .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 14px 10px;
    transition: .18s;
}

.top-menu-bg .bottom .cnt .menu ul li a:hover {
}

.top-menu-bg .bottom .cnt .menu ul li a.charge.first {
   	border-right: 1px solid #374751;
}

.top-menu-bg .bottom .cnt .menu ul li a.charge {
    padding: 20px 24px;
    font-size: 18px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #292929;
    height: 64px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #292929;
   	padding: 0 25px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn.charge {
   	border-right: 1px solid #374751;
	width: 110px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn.exchange {
   	padding-left: 24.5px;
	width: 109px;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn:hover {
    background-color: #515151;
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn img {
	margin-right: 6px; 
}

.top-menu-bg .bottom .cnt .menu ul li .nav-btn .text {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.top-menu-bg .bottom .cnt .menu ul li a.charge:hover {
	background-color: #515151;
}

.top-menu-bg .bottom .cnt .menu ul li a img {
    vertical-align: sub;
    margin-right: 8px;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content {
    display: none;
    position: absolute;
    top: 39px;
    background-color: #292929;
    z-index: 9999;
    border-radius: 0 0 14px 14px;
} 

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content.right {
    right: 256px;
} 

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .row {
    display: flex;
} 

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a {/*     color: #9f9d9d; */padding: 13px 10px 13px 22px;box-sizing: border-box;width: 170px;font-size: 13px;font-weight: normal;} 

.icon-hot {
    position: absolute;
    top: -7px;
    width: 25px !important;
}
.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a img {
    width: 20px;
    vertical-align: middle;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .title {
	padding: 6px 0 0 8px;
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content .title .text {
    color: #000000;
    border-radius: 5px;
    display: inline;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.top-menu-bg .bottom .cnt .menu .subnav .subnav-content a:hover {
	background-color: rgba(217, 217, 217, 0);
    color: #ffdf00;
}

.top-menu-bg .bottom .cnt .menu .subnav:hover .subnav-content {
	display: block;
}

.main-last-more .bottom,
.main-last-more .top {
    background-color: unset;
}

.container {
	width: 1200px;
	margin: 0 auto;
	/* background-color: #fff; */
	padding: 0px 20px 20px 20px;
	z-index: 1;
	position: relative;
}

.content .slider-part {
	height: 256px;
    width: 100%;
}

.content .bbmenu { 
	display: flex;
    /*height: 358px;*/
}

.content .bbmenu .right {
	flex: 1;
	background-color: #222222;
	color: #fff;
}

.content .bbmenu .right .top .row {
	display: flex;
    justify-content: center;
}

.content .bbmenu .right .top .row .item {
    border: 1px solid #000;
    border-radius: 3px;
    background: rgb(38,38,38);
    background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
    width: 151px;
    height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 8px 0px 8px;
    cursor: pointer;
}

.content .bbmenu .right .top .row .item img {
	height: 32px;
}

.content .bbmenu .right .top .row .item .name {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

.content .bbmenu .right .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content .bbmenu .right .bottom .row {
	display: flex;
	font-size: 32px;
	font-weight: bold;
    border: 1px solid #000;
    border-radius: 3px;
    background: rgb(38,38,38);
    background: linear-gradient(0deg, rgba(38,38,38,1) 0%, rgba(52,52,52,1) 100%);
    width: 320px;
    height: 68px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.content .bbmenu .right .bottom .row img {
	height: 38px;
}

.content .bbmenu .right .top .row .item:hover, 
.content .bbmenu .right .bottom .row:hover {
	background: linear-gradient(0deg, rgb(63, 63, 63) 0%, rgb(98, 98, 98) 100%);
}

.content .bbmenu .right .bottom .row .name {
	padding-left: 24px;
}

.content .main-list-game {
	margin-top: 14px;
}

.content .main-list-game .row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.content .main-list-game .row .item {
    border-radius: 4px;
    width: 110px;
    height: 101px;
    transition: .18s;
    position: relative;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.content .main-list-game .row .item:hover {
    background: #0c0b0b;
    background: linear-gradient(0deg, #000 0%, rgb(47 46 46) 100%);
}

.content .main-list-game .row .item:hover a {
    color: #fff;
}

.content .main-list-game .row .item a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    text-align: center;
}

.content .main-list-game .row .item a img {
	padding: 13px 0px;
	width: 40px;
	height: 34px;
	margin: auto;
	display: flex;
}

.content .main-list-game .row .item a .name {
    padding: 2px 0 10px 0;
}

.content .main-last-more {
	display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}

.content .main-last-more .col {
	flex: 0.32;
	max-width: 32%;
    margin-top: 30px;
} 

.content .main-last-more .col .top {
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(/images/title-bg.png?1.1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 19px;
}

.content .main-last-more .col .top .title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin: 4px 5px;
}

.content .main-last-more .col .top .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    bottom: -16px;
    border-radius: 10px;
    transition: .18s;
    background-color: #ffffff;
} 

.content .main-last-more .col .top .btn .value {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.content .main-last-more .col .top .btn:hover {
	color: #000000;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.content .main-last-more .col .top .btn:hover .value {
    
}
 
.content .main-last-more .col .bottom .row {
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    padding: 7px 6px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
}

.content .main-last-more .col .bottom .row:hover {
    color: #000000;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
 
.content .main-last-more .col .bottom .row .title {
	font-size: 14px;
	/* color: #fff; */
	margin: 0;
}

.content .main-last-more .col .bottom .row .date {
	font-size: 12px;
    color: #ffba14;
}

.content .main-last-more .col .res .topic {
    display: flex;
    justify-content: space-around;
    border: 1px solid #c0c0c0;
}

.content .main-last-more .col .res .topic .name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 36px;
    background-color: #fff;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content .main-last-more .col .res .topic .name.active {
    background-color: #372317;
    color: #fff;
}

.content .main-last-more .col .res .live {
	display: none;
}

.content .main-last-more .col .res .sport table,
.content .main-last-more .col .res .live table {
    border-spacing: 0;
    width: 100%;
}

.content .main-last-more .col .res .sport table th,
.content .main-last-more .col .res .live table th {
	color: #000;
	font-size: 14px;  
    padding: 4px 0;
    border-bottom: 1px solid #c8bfb0;
    font-weight: 500;
}

.content .main-last-more .col .res .sport table td,
.content .main-last-more .col .res .live table td {
    background-color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
    border-bottom: 1px solid #d9d9d9;
}

.content .main-last-more .col .res .sport table td:nth-child(2) {
	text-align: left;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
}

.content .main-last-more .col .res .sport table td:nth-child(4) {
	text-align: right;
    max-width: 95px;
    overflow: hidden;
    white-space: nowrap;
}

.content .main-last-more .col.border {
    border-top: 5px solid #0a1431;
}

.content .main-last-more .col.con img {
	cursor: pointer;
	
}
.content .main-last-more .col.con img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.sp-content {
	display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.sp-content input {
    height: 32px;
    box-sizing: border-box;
    padding: 0 6px;
    font-size: 16px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
} 

.sp-content select {
    height: 30px;
    box-sizing: border-box;
    padding: 0 6px;
    font-size: 16px;
    border: 1px solid #d1cccb;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
}

.sp-content .def-left {
	width: 1200px;
}

.sp-content .def-left .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #212121;
	color: #ffffff;
	border-radius: 10px;
	height: 72px;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.sp-content .def-left .title .l-title,
.sp-content .def-left .title .r-title {
    display: flex;
    align-items: center;
    gap: 4px;
}
#div_search_box {
	display: none !important;
}
.sp-content .def-left .title .text {
    font-size: 18px;
    padding: 9px 8px;
}

.title-sport-game {
	border-bottom: 4px solid #75675c;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

.title-sport-game .l-title,
.title-sport-game .r-title {
    display: flex; 
    align-items: center;
    gap: 4px;
}

.title-sport-game .text {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 8px;
}
 
.sp-content .def-right {
    width: 235px;
    margin-left: 6px;
}

.sp-content .sec {
	margin-top: 10px;
}

.sp-content .sec .sec-title {
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url('/images/title-bg-long.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 8px;
}

.sp-content .sec .sec-bdy {
    padding: 10px 15px;
    background-color: #f9b234;
    border-radius: 10px; 
}
.sp-content .sec .sec-bdy.brown {
    background-color: #2c1811;
}
.sp-content .sec .sec-bdy.white {
    background-color: #fff;
}
.sp-content .sec .sec-bdy.grey {
    background: #212121;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
}
.sp-content .sec .sec-text {
    color: #fff;
    font-size: 16px;
}
.chg-parent {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 22px 0 !important;
    gap: 28px;
}
.chg-parent .chg-btn-rapent {
    display: flex;
    align-items: flex-end;
    gap: 4px;
} 
.chdes .row {
    display: flex;
    align-items: center;
}

.chdes .row:not(:last-child) {
    border-bottom: 1px solid #372317;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.chdes .row .icon {
	padding: 0 10px;
}

.chdes .row .dex {
	font-size: 16px;
}
.lb-form {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lb-form .row {
    display: flex;
    align-items: start;
    padding: 5px 0px;
}

.lb-form .row .label {
    font-size: 14px;
    width: 136px;
    color: #8a92ab;
}  
.chg-parent .lb-form .row .label {
	color: #fff;
} 
.lb-form .row .value { 
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: left;
}

.lb-form.bbs-w .row .label {
	width: 100px;
}

.lb-form.bbs-w .row .value input {
	width: 100%;
}

.lb-form.bbs-w .row .value select {
	width: 220px;
	color: #ffffff;
}

.lb-form.bbs-w .row .value textarea {
	width: 98%;
	resize: none;
}

.lb-form.bbs-w .row.bbs-wsub .value {
	display: flex;
    justify-content: space-between;
    width: 1110px;
}

.lb-form.bbs-w .row.bbs-wsub .value > div {
	display: flex;
    gap: 4px; 
}

.lb-form .row .item {
	display: flex;
}

.lb-form .row .value.crg-curmn {
	color: #87939e;
}

.lb-form .row .value.crg-mnt {
	display: flex;
}

.ico_bet {
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    padding: 0px 4px;
}

.ico_cash {
    background-color: #ffea29;
    color: #292929;
    font-size: 10px;
    padding: 0px 4px;
}

.crgmnt-input {
	margin-right: 4px;
}

.crgmnt-btn {
	display: flex;
    gap: 4px;
    width: 280px;
    flex-flow: row wrap;
}

.crgmnt-btn > div {
	width: 90px;
}

.crg-sm-part {
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px; 
}

.crg-sm-part2 {
	display: flex;
    justify-content: center;
    gap: 4px;
    margin: 0 auto;
}
 
.crg-sm-part > div {
    width: 135px;
}
 
.crg-his-btn {
    display: flex;
    justify-content: center;
    width: auto;
    float: right;
    gap: 4px;
    margin: 5px 0;
}

.crg-histb-his {
    width: 100%;
    background-color: #fe6d01;
    border-radius: 16px;
}

.crg-histb-his th, 
.crg-histb-his td { 
    color: #ffffff;
}

.crg-hisdetail-his {
	width: 100%;
    border-spacing: 0;
}
.crg-hisdetail-his tbody td {
	color: #75675c;
    border-bottom: 1px solid #c8bfb0;
}
.exc-pass .rec-text {
	font-size: 12px;
	color: #87939e;	
}

.menu-sidebar.sport-sidebar {
	position: sticky;
	top: 139px;
	border: 1px solid #75675c;
}

.menu-sidebar .title {
    background-color: #75675c;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 8px;
}

.menu-sidebar .cnt ul {
	padding: 0;
	margin: 0;
}

.menu-sidebar .cnt li {
	list-style-type: none;
    display: flex;
}

.menu-sidebar .cnt li a {
    text-decoration-line: none;
    color: #535353;
    background-color: #e9e9e9;
    font-size: 16px;
    width: 220px;
    padding: 8px 10px;
    border-bottom: 1px solid #bababa;
}

.menu-sidebar .cnt li a:hover {
	background-color: #d9d9d9;
}

.menu-sidebar .cnt li a img {
	vertical-align: middle;
    width: 30px;
    margin-right: 8px;
}

.footer {
    margin: 0 auto;
    background-color: #292929;
    padding-top: 6px;
    position: relative;
    z-index: 999;
}

.footer .live-score {
    background-color: #5d6f7e;
    display: flex;
    justify-content: space-around;
    padding: 4px 27px;
    align-items: center;
}

.footer .live-score img {
	width: 45px;
}

.footer .license {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 22px 0;
    width: 1200px;
    margin: 0 auto;
}
.footer .license img {
    width: 90px;
    margin-bottom: 14px;
}
.footer .footer-menu ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer .footer-menu ul li {
    list-style-type: none;
    padding: 6px 30px 0 30px;
}

.footer .footer-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.side-banner {
    display: flex;
    top: 125px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.side-banner .center {
    width: 1240px;
}

.side-banner .left,
.side-banner .right {
	width: 250px;
	text-align: center;
	position: relative;
}

.side-banner .left .close-banner,
.side-banner .right .close-banner {
	position: absolute;
    right: 0;
	cursor: pointer;
}

.tb-bc-detail {
	width: 100%;
	border-spacing: 0;
	margin-top: 10px;
}

.tb-bc-detail th {
	padding: 8px 0;
	color: #fff;
	font-size: 14px;
	/* border-bottom: 1px solid #a7a7a7; */
	font-weight: normal;
}

.tb-bc-detail td {
    font-size: 12px;
    padding: 4px 1px;
    border: 1px solid #c8bfb0;
    border-right: none;
    border-left: none;
}

.tb-bc-detail td:not(:last-child) {
    border-right: none;
}

.tb-bc-detail td:nth-child(1),
.tb-bc-detail td:nth-child(4),
.tb-bc-detail td:nth-child(6),
.tb-bc-detail td:nth-child(7) {
	text-align: center;
}

.tb-bc-detail td .item_bet {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 8px 4px;
	/* font-weight: bold; */
	box-sizing: border-box;
	/* border: 2px solid #75675c; */
	/* background: #000000; */
}
.tb-bc-detail td.selected .item_bet {
    background-color: #fe6d01;
    color: #fff;  
}
.tb-bc-detail td .item_bet div {
	/* font-weight: bold; */
}
.tb-bc-detail td .item_bet img {
	vertical-align: middle;
    max-height: 17px; 
}

.tb-bc-detail td.league img {
	vertical-align: middle;
}  

.tb-bc-detail .bet-row-tr:not(:last-child) td {
    border-bottom: none;
}
.tb-bc-detail .more {
    border-radius: 5px;
    padding: 8px 4px;
    box-sizing: border-box;
    min-height: 37px;
    text-align: center;
    justify-content: center !important;
    background: #ededed;
    border: 1px solid #5e5e5e;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
}
.process-betting {
    font-size: 14px;
    display: flex;
    align-items: center;
    border-top: none;
    padding: 19px 0px;
    border-bottom: 1px solid #c8bfb0;
} 
/*.process-betting:last-child {
    border-bottom: 1px solid #c8bfb0;
}*/
.process-betting .detail {
    flex: 1;
}
.process-betting .detail .row {
	display: flex;
	font-size: 12px;
	gap: 16px;
	padding-left: 30px;
}

.process-betting .detail .row .item {
	display: flex;
	gap: 5px;
}

.process-betting .detail .row .item.dt1 {
    width: 210px;
    /* margin-right: 30px; */
}

.process-betting .detail .row .item.dt2 {
    width: 188px;
} 

.process-betting .detail .row .item.dt3 {
	width: 120px;
}

.process-betting .detail .row .item.dt1 .dt-label {
    width: auto;
    color: #ffffff;
    font-weight: 500;
}

.process-betting .detail .row .item.dt2 .dt-label {
}

.process-betting .detail .row .item.dt3 .dt-label {
    width: 60px;
}
 
.process-betting .detail .row .item .dt-value {
    width: 100%;
    text-align: left;
    /* color: #ffdf00; */
    flex: 1;
}
.text-yellow {color: #ffdf00;}
.process-betting .ps-btn {
	display: flex;
    flex: 1;
    justify-content: flex-end;
}

.process-betting .ttt {
	width:100px;
	margin-right: -4px;
	font-weight: bold;
}
.body-content {
    /* background: #212121; */
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 0px;
}
.board-main {
    border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}

.board-main th {
    padding: 12px 8px !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: center !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.board-main td {
    font-size: 14px;
    padding: 8px 0;
    font-weight: normal;
}
 
.board-main .child:hover {  
	background-color: #e9e9e9 !important;
}

.board-main .child.read td {
	border-bottom: 1px solid #c8bfb0;
}

.board-main .child.read td .mb-rank {
	vertical-align: middle;
}
 
.board-main .promo {
    height: 60px;
}

.board-main .promo:hover { 
    background-color: #e6e6e6;
} 

.board-main .promo td {
	border-bottom: 1px solid #a7a7a7;
	padding: 8px 0;
	font-size: 14px;
}

.board-main .promo td img {
	vertical-align: middle;
	/*max-height: 30px;*/
}

.msg-page {
}

.msg-page tr td {
    border-bottom: 1px solid #bababa;
} 
.msg-page .msg-topic {
    color: #75675c;
}
.msg-page .msg-topic td:nth-child(2) {
	cursor: pointer;
}

.msg-page .msg-topic td {
	padding: 8px 0;
}

.msg-page .tab-content td:nth-child(2) {
    padding: 8px 0;
}

.msg-page .tab-content .msg-content {
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
}

.msg-page .tab-content .msg-content .box_a {
    margin: 8px 0;
    padding: 8px 12px; 
    border: 1px solid #bababa;
    color: #0a1431;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    border-radius: 5px;
}
.ono-choice {
}
.ono-choice td {
	padding: 8px 0;
}

.ono-choice td:nth-child(3) {
	cursor: pointer;
}

.bbs-read {}

.bbs-read .read-detail td:nth-child(1),
.bbs-read .read-detail td:nth-child(3),
.bbs-read .read-detail td:nth-child(4) {
	text-align: center;
}
 
.bbs-read .read-detail td {
    border-bottom: 1px solid #a7a7a7;
}

.bbs-read td {
	padding: 10px;
}
 
.bbs-read td.read-detail-content img {
    width: 100%;
}

.bbs-read .read-detail td:nth-child(3) img {
	width: 25px;
	vertical-align: middle;
}

.bbs-read .read-text .child-text {
	background-color: #fff;
    padding: 10px; 
}

.bbs-read-detail {
	display: flex;
	font-weight: bold;
}

.bbs-read-detail .dt-label {
	margin-right: 10px;
}

.bbs-read-detail .dt-value {
	margin-right: 18px;
}

.bbs-read.notice {
}

.comment-input {
	display: flex;
    margin-top: 10px;
}

.comment-input input {
	width: 1122px;
}

.comment-input .btn2  {
    margin-right: 0;
}

.comment-msg {
	margin-top: 14px;
}

.comment-msg .msg-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    border-radius: 5px;
    margin-bottom: 6px;
    padding: 0 8px;
}

.comment-msg .msg-box .msg { 
    flex: 1;
    padding: 10px 10px 11px 10px;
    font-size: 14px;
}

.comment-msg .msg-box .mb-name {
    width: 155px;
    padding: 8px 4px;
    font-size: 14px;
    color: #000;
}

.comment-msg .msg-box .date-comment {
    color: #7e7475;
    font-size: 12px;
}

table.tb-bc-detail tr td .team-left .name img {
    /*vertical-align: top;*/
	 margin: 0 4px;
}

table.tb-bc-detail tr td .team-right .name img {
    /*vertical-align: bottom;*/
    margin: 0 4px;
}

@keyframes stup {
    0% { 
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-o-transform: translateY(0);
    	-ms-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
    100% { 
    	-webkit-transform: translateY(-5px);
    	-moz-transform: translateY(-5px);
    	-o-transform: translateY(-5px);
    	-ms-webkit-transform: translateY(-5px);
    	transform: translateY(-5px);
    }
}

@keyframes stdown {
    0% { 
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-o-transform: translateY(0);
    	-ms-webkit-transform: translateY(0);
    	transform: translateY(0);
    }
    100% { 
    	-webkit-transform: translateY(5px);
    	-moz-transform: translateY(5px);
    	-o-transform: translateY(5px);
    	-ms-webkit-transform: translateY(5px);
    	transform: translateY(5px);
    }
}


table.tb-bc-detail tr td .team-left .name .sh,
table.tb-bc-detail tr td .team-right .name .sh { 
	color: #0e00ff;
    font-weight: bold;
    margin: 0 4px;
    display: inline-block;
	-webkit-animation: tsmaller 0.6s infinite alternate ease-in-out;
	-moz-animation:    tsmaller 0.6s infinite alternate ease-in-out;
	-o-animation:      tsmaller 0.6s infinite alternate ease-in-out;
	-ms-transition:	   tsmaller 0.6s infinite alternate ease-in-out;
	animation:         tsmaller 0.6s infinite alternate ease-in-out;
}

@keyframes tsmaller {
    0% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.ono-write input {
	width: 100%;
}

.ono-write textarea {
    width: 100%;
    resize: none;
    padding: 4px 6px;
    font-size: 16px;
    border-radius: 5px;
    border: 0;
    color: #ffffff;
    background: #000000;
}
 
.sport-sidebar .cnt {
	background-color: #fff;
    padding: 8px;
}

.sport-sidebar .btn3 {
	padding: 0;
	margin: 0;
}

.sport-sidebar .btn2 {
	padding: 0;
	margin: 0;
    width: 60px;
}

.sport-sidebar .btn-money-row {
	display: flex;
	justify-content: space-between;
    margin-bottom: 2px;
    gap: 1px;
}
.sport-sidebar .btn-money-row > div {
    flex: .33;
    font-size: 13px;
} 
.sport-sidebar .info { 
    padding: 10px 0;
}  
.sport-sidebar .row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #5e5e5e;
    margin-bottom: 4px;
}

.sport-sidebar .item-selected {
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sport-sidebar .result-input input {
    width: 100%;
    text-align: right;
    margin-bottom: 4px;
	color: red;
}

#bet_choice_name .item_betting,
.sport-sidebar .item_betting,
.sport-sidebar .item-selected .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 4px;
    border-radius: 5px;
    color: #fff;
}
#bet_choice_name .item_betting .left,
.sport-sidebar .item_betting .left {
    display: flex;
    gap: 2px;
    border: 0;
    width: 150px;
    padding: 10px 0px;
}  
#bet_choice_name .item_betting .right,
.sport-sidebar .item_betting .right {
    font-size: 14px;
    cursor: pointer;
}
#bet_choice_name .item_betting .left .name,
.sport-sidebar .item_betting .left .name {
    font-size: 14px;
}
#bet_choice_name .item_betting .left .name.sub,
.sport-sidebar .item_betting .left .name.sub {
    display: flex; 
    align-items: center;
}
#bet_choice_name .item_betting .left .line-break,
.sport-sidebar .item_betting .left .line-break {
    margin: 0;
    border-left: 1px solid #ddd;
} 
#bet_choice_name .item_betting .name,
.sport-sidebar .item_betting .name,
.sport-sidebar .item-selected .item .name {
    max-width: 97px;
    overflow-wrap: break-word;
} 
#bet_choice_name {
    display: flex;
    gap: 4px;
    flex-direction: column;
}
#bet_choice_name .item_betting {
	
}
#bet_choice_name .item_betting .row-div {
    display: flex;
    align-items: center;
    gap: 10px;
}
#bet_choice_name .item_betting .name img { 
    max-height: 14px;
}
#bet_choice_name .item_betting .right {
    margin-left: 0;
    display: flex;
    flex-direction: unset;
}
.sport-sidebar .item_betting .score,
.sport-sidebar .item-selected .item .score {
	display: flex;
}

.sport-sidebar .item_betting .score .red,
.sport-sidebar .item-selected .item .score .red {
	color: #ff0000;
}

.sport-sidebar .item_betting .score .blue,
.sport-sidebar .item-selected .item .score .blue {
	color: #0600ff;
}

.sport-sidebar .item_betting .score .right,
.sport-sidebar .item-selected .item .score .right {
	margin-left: 2px;
}

.sport-sidebar .item_betting .score .right img,
.sport-sidebar .item-selected .item .score .right img {
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.gm1-title .head-game {
    text-align: left !important;
    font-weight: normal;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 8px;
}

.gm1-title .head-game > div {
	display: inline-block;
	font-weight: bold;
}

.gm1-title .head-game .icon-game img {
	vertical-align: baseline;
	-webkit-animation: stdown 0.6s infinite alternate ease-in-out;
	-moz-animation:    stdown 0.6s infinite alternate ease-in-out;
	-o-animation:      stdown 0.6s infinite alternate ease-in-out;
	-ms-transition:    stdown 0.6s infinite alternate ease-in-out;
	animation:         stdown 0.6s infinite alternate ease-in-out;
}

.sport-game {
}
.sport-game tr th {
    /* border-top: 1px solid #a7a7a7; */
    padding: 4px 0px;
    font-family: 'S-Core Dream 3';
}
.sport-game td {
    padding: 4px 1px;
    border-top: none;
    color: #ffffff;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 6px 5px;
}

.sport-game td:nth-child(2),
.sport-game td:nth-child(4) {
	cursor: pointer; 
}

.sport-game td:nth-child(1),
.sport-game td:nth-child(3),
.sport-game td:nth-child(5) {
	text-align: center;
}

.sport-game td:nth-child(5) {
	/* color: #0095ff; */
}


.sport-game .team-left,
.sport-game .team-right {
	display: flex;
    justify-content: space-between;
    padding: 8px 6px;
	font-weight: bold;
}

.sport-game .team-tie {
    padding: 8px 6px;
	font-weight: bold;
	cursor: pointer;
}

.sport-game .selected {
	color: #000000;
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
} 
 
.cal-content {
	display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.cal-content .cld-right {
	background-color: #fff;
    font-size: 14px;
    width: 240px;
}

.cal-content .cld-right .btn3 {
	padding: 0;
	margin: 0;
}

.cal-content .cld-right .point-result {
    display: flex;
    flex-direction: column;
    gap: 10px;  
}
.cal-content .cld-right .point-result .part {
    border: 1px solid #75675c;
}
.cal-content .cld-right .part .title {
    background-color: #75675c;
	color: #fff; 
	padding: 6px 10px;
}
.cal-content .cld-right .point-result .part .body-msg table tr:not(:last-child) td {
    border-bottom: 1px solid #75675c;
} 
.cal-content .cld-right .point-result .part .body-msg table td.topic {
    color: #000 !important;
    padding: 6px;
}
 
.cal-content .cld-right .point-result .part .body-msg table td {
    color: #75675c;
    padding: 6px;
}

.cal-content .cld-right .point-result .part .body-msg table td:nth-child(2) {
    text-align: right;
}

.cal-content .cld-right table {
	width: 100%;
    border-spacing: 0; 
    padding: 0 6px;
}

.cal-content .cld-left {
	width: 954px;
}

.cal-content .cld-left .cal-photo {
	position: relative;
	background-image: url('/images/calendar.jpg');
	width: 100%;
    height: 542px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cal-content .cld-left .cal-photo .cal-month-name {
    width: 140px;
    height: 70px;
    background-color: #eb378e;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    cursor: context-menu;
}
.cal-content .cld-left .cal-photo .cal-btn-submit {
    background-color: #eb378e;
    width: 300px;
    height: 60px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 22px;
    border-radius: 5px; 
    margin: 360px auto 0px;
    cursor: pointer;
    transition: .18s; 
}

.cal-content .cld-left .cal-photo .cal-btn-submit:hover {
    background-color: #372317;
}
.cal-content .cld-left .cld-table table { 
	width: 100%;
	border-spacing: 0;
    background-color: #fff;
}

.cal-content .cld-left .cld-month .current {
	text-align: center;
    background-color: #0a1431;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
}

.cal-content .cld-left .cld-table table thead tr th {
    width: 14.28%;
    padding: 4px 0;
    font-size: 14px;
    background-color: #ab9363;
    color: #fff;
}

.cld-left .cld-table table tr td {  
    text-align: center;
    height: 75px;
    position: relative; 
    background-color: #372317;
}
.cal-content .cld-left .cld-table table thead tr th:first-child {
    border-top-left-radius: 10px;
}
.cal-content .cld-left .cld-table table thead tr th:last-child {
    border-top-right-radius: 10px;
}
.cld-left .cld-table table tr:last-child{
	
} 
.cld-left .cld-table table tr:last-child td:first-child {
    border-bottom-left-radius: 10px; 
}
.cld-left .cld-table table tr:last-child td:last-child {
    border-bottom-right-radius: 10px; 
}
 
.cld-left .cld-table table tr td .wd { 
	position: absolute;
    right: 0;
    left: 0; 
    top: 27px;
    font-family: "Jalnan";
    color: #fff;
}

.cld-left .cld-table table tr td .cld-img {
	display: none;
}

.cld-left .cld-table table tr td.chk {
	/*background-color: #16abf2;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.75);*/
}

.cld-left .cld-table table tr td.chk .cld-img {
	display: inline;
	width: 70px;
}

.cld-left .cld-table table tr td.chk .wd {
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: bold;
} 

.cld-left .cld-table table tr td.un-chk {
	/*background-color: #a0a0a0;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);
    box-shadow: inset 0px 0px 25px 0px rgba(91, 93, 121);*/
}
 
.cld-left .cld-table table tr td.un-chk .wd {
    /*color: #000;*/
}

.coupon-page {
	background-color: #e9e9e9;
}

.coupon-page td:nth-child(1),
.coupon-page td:nth-child(2),
.coupon-page td:nth-child(5) {
	text-align: center;
}

.game-monitor {
    text-align: center;
    background: #ffffff;
}

.game-control {
	margin-top: 8px;
} 

.game-control .choice-part {
    position: relative;
}

.bg-red .game-control .choice-part,
.bg-red .game-live-bet,
.bg-red .stop-control {max-width: 900px;margin: 0 auto;}

.game-control .choice-part .gametime-part,
.game-type-1 .gametime-part {
}

.game-control .choice-part .gametime-part .game-time,
.game-type-1 .gametime-part .game-time {
}

.game-control .choice-part .gametime-part .game-bettime,
.game-type-1 .gametime-part .game-bettime {
}

.game-control .choice-part .gametime-part .game-bettime strong,
.game-type-1 .gametime-part .game-bettime,
.game-type-1 .gametime-part .game-bettime font {
}

.game-control .board-main {
    color: #fff;
}  

.game-control .board-main td {
}
.game-control .board-main .btn2 {
    background: #fff !important;
    color: #000 !important;
    padding: 8px 16px !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border: none !important;
    cursor: pointer !important;
}
.game-type-1.pw-control .gametime-part {
        display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    padding: 12px 20px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    gap: 30px;
    font-size: 20px;
    font-weight: bold;
}

.game-type-1.pw-control .game-reload {
	top: 16px;
}

.game-type-1.pw-control .gametime-part .game-time,
.game-type-1.pw-control .gametime-part .game-bettime,
.game-type-1.pw-control .gametime-part .game-bettime font {
    font-size: 20px;
}

.game-type-1.pw-control .game-reload {
        cursor: pointer !important;
    padding: 8px 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: none !important;
    /* position: absolute; */
    width: 80px;
    margin-left: 87%;
    position: relative;
    top: -44px;
}

.game-type-1.racing {
	height: 100%;
	margin: 0 auto;
}

.game-control .choice-part .gametime-part .game-bettime strong.red,
.game-type-1 .gametime-part .game-bettime font.red {
	color: red;
}

.game-control .choice-part .game-ch-part {
    display: flex;
    justify-content: space-between;
    width: 614px;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}

.game-control .choice-part .game-ch-part .item {
    cursor: pointer;
    width: 130px !important;
    height: 130px !important;
    border-radius: 50% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s !important;
}
.game-control .choice-part .game-ch-part .item:nth-child(odd) {
        background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.game-control .choice-part .game-ch-part .item:nth-child(even) {
        background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}

.game-control .choice-part .game-ch-part .item .icon {
	height: 65px;
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-control .choice-part .game-ch-part .item .bet-point {
    font-size: 20px; 
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}

.game-control .choice-part .game-ch-part .item:hover,
.game-control .choice-part .game-ch-part .item.selected {
	    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.7), 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.08) !important;
}

.game-control .choice-part  .game-reload,
.game-type-1 .game-reload {
	/* right: 35px; */
	/* top: 0; */
}

.game-control .choice-part  .game-reload img,
.game-type-1 .game-reload img {
    width: 21px;
    height: 17px;
    vertical-align: middle;
}

.game-control .choice-part  .game-reload .text, 
.game-type-1 .game-reload .text {
    font-size: 14px;
}

.game-type-1 .game-choice {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.game-type-1 .game-choice .item {
	background: rgba(0, 0, 0, 0.3) !important;
	border: 1px solid #2a3a5a !important;
	border-radius: 8px !important;
	padding: 25px !important;
	flex: 1;
}

.game-type-1 .game-choice .item:nth-child(1) {
}

.game-type-1 .game-choice .item:nth-child(2), 
.game-type-1 .game-choice .item:nth-child(3) {
	width: 142px;
    border-left: 2px dotted #939393;
}

.game-type-1 .stop-control {
	height: 100% !important;
	left: 50%;
    transform: translateX(-50%);
}

.game-type-1 .ch-body {
	display: flex;
	justify-content: center;
	gap: 25px;
}

.game-type-1 .item:nth-child(2) .ch-body,
.game-type-1 .item:nth-child(3) .ch-body {
	flex-direction: column;
}

.game-type-1 .item:nth-child(2) .row,
.game-type-1 .item:nth-child(3) .row {
	display: flex;
	justify-content: center;
}

.game-type-1 .item:nth-child(3) .ch-body {
	margin-left: 0;
}

.game-type-1 .item:nth-child(3) .row:nth-child(1) {
	margin-left: -12px;
}

.game-type-1 .ch-body .gm-ch {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-type-1 .ch-body .point {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.game-type-1 .ch-body .ch-item {
	cursor: pointer;
	width: 65px !important;
	height: 65px !important;
	border-radius: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4) !important;
	transition: all 0.3s !important;

}
.game-type-1 .ch-body .ch-item:hover {
    transform: translateY(-3px) !important;
}

.game-type-1 .ch-body .ch-item.selected {
    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.7), 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.08) !important;
}

.game-type-1 .ch-body .ch-sub {
	/* width: 67px; */
	/* height: 67px; */
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size: 100% 100%;
	margin-bottom: 8px;
} 

.game-type-1 .ch-body .ch-sub.selected {
    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 0 25px rgba(255, 255, 255, 0.7), 0 4px 10px rgba(0, 0, 0, 0.4) !important;
    transform: scale(1.08) !important;
}

.game-type-1 .ch-body .ch-sub .point {
	font-size: 12px;
}

.game-type-1 .ch-title {
	text-align: center;
	margin-bottom: 20px;
	color: #ffd700;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
	gap: 10px;
} 

.game-type-1 .ch-title .first {color: #ffd700;font-size: 15px;}


.game-type-1 .ch-title .second {
}

.game-choice.racing {
	margin-left: 138px;
}

.game-choice.racing .ch-body {
	display: block;
}

.game-choice.racing .ch-body .row {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 6px;
}

.game-choice.racing .item:nth-child(1) {
	width: 260px !important;
} 

.game-choice.racing .item:nth-child(2) {
	width: 228px !important;
} 

.game-choice.racing .rac-icon-1,
.game-choice.racing .rac-icon-2,
.game-choice.racing .rac-icon-3 {
	width: 48px;
	height: 33px;
}

.game-choice.racing .rac-icon-1 {
	background-image: url('/images/game-type-2/g1-01s.png');
}

.game-choice.racing .rac-icon-2 {
	background-image: url('/images/game-type-2/g1-02s.png');
}

.game-choice.racing .rac-icon-3 {
	background-image: url('/images/game-type-2/g1-03s.png');
}

.game-choice.racing .win,
.game-choice.racing .lose {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 80px;
	height: 35px;
	cursor: pointer;
	background-image: url('/images/game2-ch.png');
}

.game-choice.racing .win:hover,
.game-choice.racing .lose:hover,
.game-choice.racing .win.selected,
.game-choice.racing .lose.selected {
	background-image: url('/images/game2-ch-h.png');
}

.game-choice.racing .rac2-ch {
	width: 90px;
	height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	background-image: url('/images/game3-ch.png');
}

.game-choice.racing .rac2-ch:hover,
.game-choice.racing .rac2-ch.selected {
	background-image: url('/images/game3-ch-h.png');
}

.game-choice.racing .vs {
    font-size: 13px;
}

.game-choice.racing .gm1-point {
    justify-content: space-around !important;
    width: 215px;
    margin-left: 52px;
    font-weight: bold;
}

.game-choice.racing .gm2-point {
    justify-content: space-around !important;
    font-weight: bold;
}

.game-choice.power {
    flex-direction: column;
}
.body-content-choice {
    background: #1a2744 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #2a3a5a !important;
    color: #ffffff;
    max-width: 900px;
    margin: 0 auto;
}
.game-choice.power {
	width: 100%;
	margin-left: 0px;
}

.game-choice.power .row { 
	display: flex;
    justify-content: center;
    height: 187px;
}

.game-choice.power .row .item {
	/* width: 482px; */
	border: none;
	padding: 0;
}

.game-choice.power .row .item .ch-title {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
}

.game-choice.power .row .item .ch-title .first {
}
.game-choice.power .row .item .ch-title .second {
}
 
.game-choice.power .row .item .ch-body .row-sub {
    /* margin: 20px auto; */
    display: flex;
    justify-content: center;
    gap: 10px;
} 

.game-choice.power .row .item .ch-body .ch-sub {
	    cursor: pointer;
	    width: 65px;
	    height: 65px;
	    border-radius: 50%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    font-weight: 700;
	    font-size: 18px;
	    color: #fff;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	    box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4);
	    transition: all 0.3s;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch1-1) {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch1-2) {
        background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch2-1) {
    background: linear-gradient(145deg, #f4d03f, #d4ac0d) !important;
    color: #000 !important;
    text-shadow: none !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch2-2) {
    background: linear-gradient(145deg, #f4d03f, #d4ac0d) !important;
    color: #000 !important;
    text-shadow: none !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch2-3) {
    background: linear-gradient(145deg, #f4d03f, #d4ac0d) !important;
    color: #000 !important;
    text-shadow: none !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch3-1) {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.game-choice.power .row .item .ch-body .ch-sub:has(.gm-ch.ch3-2) {
        background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.game-choice.power .row .item .ch-body .ch-sub .gm-ch {
    width: 90px;
    height: 90px;
    cursor: pointer;
    /* position: relative; */
    top: 9px;
}

.game-choice.power .row .item .ch-body .ch-sub .gm-ch.ch1-2 {
}



.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch1-1,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch1-2,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-1,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-2,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-3,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch2-4,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch3-1,
.game-choice.power .row .item .ch-body .ch-sub.selected .gm-ch.ch3-2 {
    
}

.game-choice.power .row .item .ch-body .ch-sub .point {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
    top: 22px;
}
 
.gm-control-empty {

}

.gm-control-empty .emtext {
	font-weight: bold;
    font-size: 22px;
    color: #fff;
}

.game-live-bet {
}

.game-live-bet > .left {
}

.game-live-bet .left .row {
}

.game-live-bet .left .row .label {
}

.game-live-bet .left .row .value {
}

.game-live-bet .left .row .value.bet-name img {
    vertical-align: sub;
    max-height: 21px;
}

.game-live-bet .left .row .value.winmn {
	color: #4fc3f7;
}
 
.game-live-bet > .right {
}

.game-live-bet .right .top {
}

.game-live-bet .right .top input {
    color: #ff0000;
    font-size: 18px; 
    text-align: right;
    border: none;
    background-color: #0000;
}

.game-live-bet .right .top input:focus {
	outline: none;
}

.game-live-bet .right .bottom {
	display: flex;
    gap: 4px;
}

.game-live-bet .right .bottom .btn-left .btn-top .row .item {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.game-live-bet .right .bottom .btn-left .btn-top .row .item > div {
}

.game-live-bet .right .bottom .btn-left .btn-bottom {
	display: flex;
	justify-content: space-between;
	gap: 4px;
} 

.game-live-bet .right .bottom .btn-left .btn-bottom > div {
    flex: .5;
}

.game-live-bet .right .bottom .btn-left .btn-top .btn2 {
}

.game-live-bet .right .bottom .btn-left .btn-bottom .btn2 {
}

.game-live-bet .right .btn2,
.game-live-bet .right .btn3 {
	padding: 0;
	margin: 0;
}

.game-live-bet .right .bottom .btn-right {
}

.game-live-bet .right .bottom .btn-right .btn3 {
	width: 114px;
    height: 98px;
    font-size: 23px;
}

.game-live-bet .right .bottom .btn-right .btn3:before,
.game-live-bet .right .bottom .btn-right .btn3:after {
    height: 98px;
    background-size: 100% 100%;;
}

.game-live-bet.gmc4 {
}

.game-live-bet.gmc4 .left {
}

.game-live-bet.gmc4 .left .row {
}

.game-type-1 {
	max-width: 900px;
	margin: 0 auto;
}

.game-type-1.pw-control {}

.stop-control {
    position: absolute;
    width: 965px;
    height: 171px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    display: none;
}

.stop-control.show {
	display: block;
}

.stop-control .stoptext,
.stop-control-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
} 

.gm-history .crg-histb-his {
    margin-top: 10px;
}
.gm-history {
    margin-top: 20px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
    padding: 20px !important;
}
.gm-history table {}
.gm-history table thead tr {
    background: rgba(255, 255, 255, 0.1) !important;
}
.gm-history .board-main {
    margin-top: 0;
}

.gm-history table .detail td:nth-child(1),
.gm-history table .detail td:nth-child(2),
.gm-history table .detail td:nth-child(6) {
	text-align: center;
}

.gm-history table .detail td,
.gm-history table .btn-part td {padding: 12px 8px !important;color: #fff !important;font-size: 12px !important;text-align: center !important;border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;}

.gm-history table .detail td {
	text-align: center;
}

.gm-history table .detail td img {
	vertical-align: middle;
}
 
.mbrank_1 {
	animation: mblv1 1s infinite;
}

.mbrank_2 {
	animation: mblv2 1s infinite;
}

.mbrank_3 {
	animation: mblv3 1s infinite;
}

.mbrank_4 {
	animation: mblv4 1s infinite;
}

.mbrank_5 {
	animation: mblv5 1s infinite;
}

.mbrank_6 {
	animation: mblv6 1s infinite;
}

.mbrank_admin {
	animation: mblv7 1s infinite;
}

@keyframes mblv1 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ffad00);
  		filter: drop-shadow(0 0 5px #ffad00);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv2 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #00ebff);
  		filter: drop-shadow(0 0 5px #00ebff);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv3 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #1000ff);
  		filter: drop-shadow(0 0 5px #1000ff);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv4 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff0000);
  		filter: drop-shadow(0 0 5px #ff0000);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv5 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff001b);
  		filter: drop-shadow(0 0 5px #ff001b);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv6 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff003e);
  		filter: drop-shadow(0 0 5px #ff003e);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}

@keyframes mblv7 {
	0%   {
		-webkit-filter: none;
  		filter: none;
  	}
	50%  {
		-webkit-filter: drop-shadow(0 0 5px #ff8a00);
  		filter: drop-shadow(0 0 5px #ff8a00);
	}
	100% {
		-webkit-filter: none;
  		filter: none;
  	}
}


/**********************************************************************/
/************************** Start - Game 3 ****************************/
/**********************************************************************/
.game-3 .choice-area {
    background-image: url("/images/temp/game_3/bg_snail_choice.png");
    width: 965px;
    height: 439px;
    background-size: 100% 100%;
}

.game-3 .bet-area {
    background-image: url("/mb/images/game-icon/zomebie/bg_snail_cart.png?v11");
    width: 965px;
    height: 279px;
    background-size: 100% 100%;
    border: 3px solid #dbdbdb;
    border-radius: 5px;
}

.game-3 .choice-area .top-area {
    padding: 40px 55px 0 60px;
}

.game-3 .choice-area .top-area .left {
    font-weight: bold;
}

.game-3 .choice-area .top-area .left,
.game-3 .choice-area .top-area .right,
.game-3 .choice-area .top-area .left .count-round,
.game-3 .choice-area .top-area .left .count-down {
    display: inline-block;
}

.game-3 .choice-area .top-area .left .count-round {
    font-size: 17px;
    color: #502c18;
}

.game-3 .choice-area .top-area .left .count-down {
    font-size: 17px;
    color: #ff0000;
}

.game-3 .choice-area .top-area .right {
    float: right;
}

.game-3 .choice-area .top-area .reload {
    background-image: url("/images/temp/game_3/btn-reload.png");
    width: 94px;
    height: 26px;
    cursor: pointer;
    margin: 0 auto;
}

.game-3 .choice-area .top-area .right .reload:hover {
    background-image: url("/images/temp/game_3/btn-reload-1.png");
}

.game-3 .choice-area .select-area {
    display: flex;
    width: 871px;
    margin: 0 53px;
}

.game-3 .choice-area .select-area .col {
    flex: 1;
    padding-left:5px;
}

.game-3 .choice-area .select-area .col .items {
    text-align: center;
}

.game-3 .choice-area .select-area .col .items .item {
    background-image: url("/images/temp/game_3/sp_race_player.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 60px;
    margin: 0 12px;
    margin-top: 14px;
}

.game-3 .choice-area .select-area .col .items .n1 {
    background-position: -314px -0;
}

.game-3 .choice-area .select-area .col .items .n2 {
    background-position: -404px -0;
}

.game-3 .choice-area .select-area .col .items .n3 {
    background-position: -494px -0;
}

.game-3 .choice-area .select-area .col .point {
    text-align: center;
    font-weight: bold;
    margin-top: 9px;
    font-size: 15px;
    color:#502c18;
}

.game-3 .bet-area .info {
    font-size: 18px;
    width: 932px;
    text-align: center;
    padding-top: 75px;
    color: #000000;
}

.game-3 .bet-area .info .row,
.game-3 .bet-area .info .row .left,
.game-3 .bet-area .info .row .right {
    display: inline-block;
}

.game-3 .bet-area .info .row .right {
    font-weight: bold;
}

.game-3 .bet-area .info .row .right.point {
    color: #000000;
}

.game-3 .bet-area .bt {
    padding-top: 22px;
}

.game-3 .bet-area .bt .summary,
.game-3 .bet-area .bt .submit {
    display: inline-block;
}

.game-3 .bet-area .bt .summary {
    margin-left: 87px;
}

.game-3 .bet-area .bt .summary .row-input {
    margin-bottom: 4px;
}

.game-3 .bet-area .bt .summary .row-input .col,
.game-3 .bet-area .bt .summary .row-input .ip-label,
.game-3 .bet-area .bt .summary .row-input .ip-value {
    display: inline-block;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input {
	width: 100%;
}

.game-3 .bet-area .bt .summary .row-input .col {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #000000;
    border-radius: 8px;
}

.game-3 .bet-area .bt .summary .row-input .ip-label {
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.game-3 .bet-area .bt .summary .row-input .ip-value {
    width: 246px;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input {
    text-align: right;
    border: none;
}

.game-3 .bet-area .bt .summary .row-input .ip-value.cash input {
    font-weight: bold;
}

.game-3 .bet-area .bt .summary .row-input .ip-value input:focus{
    outline: none;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash {
    background-color: #f9b234;
    width: 106px;
    height: 37px;
    border-radius: 6px;
    border: 1px solid #000000;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash:hover {
    background-color: #fe6d01;
	color: #000000;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash.max {
    color: #000000;
}

.game-3 .bet-area .bt .summary .row-btn .btn-cash.reset {
    color: #000000;
}

.game-3 .bet-area .bt .submit {
    background-color: #fe6d01;
    /* border: 1px solid #000; */
    width: 150px;
    color: #fff;
    height: 120px;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    line-height: 110px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.game-3 .bet-area .bt .submit:hover {
    background-color: #757575;
}
.game-3 .box123 {
    width:283px;
}
.game-3 .box123 .title_game1 {
    font-size: 17px;
    color: #502c18;
    font-weight:bold;
    padding-top:12px;
}
.game-3 .title_game2 {
    font-size: 17px;
    color: #502c18;
    font-weight: bold;
    padding: 10px 0px 30px 0px;
}
.game-3 .btn_bet_2 {
    float: left;
    width: 119px;
    height: 57px;
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%,  #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_2:hover,
.game-3 .btn_bet_2.selected {
    float: left;
    width: 119px;
    height: 57px;
    margin-right: 2px;
    margin-top: 5px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_6 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_1.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_6:hover,
.game-3 .btn_bet_6.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_1_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_1 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-01.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_bet_4 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-02.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_bet_5 {
    float: left;
    width: 37px;
    height: 57px;
    margin-right: 2px;
    text-align: center;
    background: url(/images/temp/game_3/g1-03.png) 0% 38% no-repeat;
    border-radius: 5px;
}
.game-3 .btn_vs {
    width: 25px;
    float: left;
    padding-top: 30px;
    text-align: center;
    color: #000000;
}
.game-3 .btn_vs1 {
    width: 25px;
    float: left;
    padding-top: 18px;
    text-align: center;
    color: #000000;
}
.game-3 .bet_span {
    color: #fff;
    font-weight: normal;
    line-height: 50px;
    width: 98px;
    height: 57px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    padding-right: 4px;
    margin: 0px 0px 0px 0px;
}
.game-3 .box_point {
    width:132px;
}
.game-3 .btn_bet_7 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_2.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_7:hover,
.game-3 .btn_bet_7.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_2_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_8 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_3.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_8:hover,
.game-3 .btn_bet_8.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_3_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_9 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_4.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_9:hover,
.game-3 .btn_bet_9.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_4_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_10 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_5.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_10:hover,
.game-3 .btn_bet_10.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_5_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
.game-3 .btn_bet_11 {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #54555f;
    background: -moz-linear-gradient(top, #54555f 0%, #2c2d33 100%);
    background: -webkit-linear-gradient(top, #54555f 0%,#2c2d33 100%);
    background: linear-gradient(to bottom, #54555f 0%,#2c2d33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555f', endColorstr='#2c2d33',GradientType=0 );
    background:url('/images/temp/game_3/btng3_6.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}

.game-3 .btn_bet_11:hover,
.game-3 .btn_bet_11.selected {
    float: left;
    width: 119px;
    height: 50px;
    margin-right: 2px;
    text-align: center;
    background: #6f5132;
    background: -moz-linear-gradient(top, #6f5132 0%, #a57d54 100%);
    background: -webkit-linear-gradient(top, #6f5132 0%,#a57d54 100%);
    background: linear-gradient(to bottom, #6f5132 0%,#a57d54 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5132', endColorstr='#a57d54',GradientType=0 );
    background:url('/images/temp/game_3/btng3_6_.jpg') no-repeat top left;
    border-radius: 5px;
    cursor: pointer;
}
/**********************************************************************/
/*************************** End - Game 3 *****************************/
/**********************************************************************/

/*--y code--*/

.clear {
    clear: both;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.tc {
    text-align: center;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.padding_lf_10{
    padding-left: 20px;
    padding-right: 20px;
}
/*--end y code--*/

.gametime-part .game-time .round {
    font-size: 20px;
    color: #fff;
}

.gametime-part .game-time .counttime {
    color: #fff;
    font-size: 20px;
    margin-left: 5px;
}

.bg-body-4,
.bg-red {
	width: 100%;
	margin: 0 auto;
	background-color: #000;
}

.bg-red .game-monitor {
	margin-top: 10px;
} 

.bg-body-4 .def-left,
.bg-red .def-left {
	width: 1200px;
}

.bg-body-4 .container,
.bg-red .container {
    background-color: unset;
}

.bg-body-4 .game-monitor,
.bg-red .game-monitor {
}

.bg-body-4 .sp-content .def-left .title,
.bg-red .sp-content .def-left .title {
    border-bottom: 3px solid #fff;
}

.bg-body-4 .sp-content .def-left .title .text,
.bg-red .sp-content .def-left .title .text {
    color: #fff;
}

.bg-body-4 .gm-control-empty,
.bg-red .gm-control-empty {
}

.bg-body-4 .game-type-1 {
	background: #1a2744 !important;
	border-radius: 12px !important;
	padding: 20px !important;
	border: 1px solid #2a3a5a !important;
	color: #ffffff;
}

.bg-body-4 .game-type-1 .stop-control {
	width: 100%;
}

.bg-body-4 .gametime-part {
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    padding: 12px 20px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    gap: 30px;
    font-size: 20px;
    font-weight: bold;
} 
 
.bg-body-4 .game-type-1 .gametime-part .game-time {
}
 
.bg-body-4 .game-type-1 .gametime-part .game-bettime {
}

.bg-body-4 .game-type-1 .gametime-part .game-bettime,
.bg-body-4 .game-type-1 .gametime-part .game-bettime font {
	/* font-size: 21px; */
}

.bg-body-4 .game-type-1 .game-reload {
	cursor: pointer !important;
	padding: 8px 15px !important;
	background: #fff !important;
	border-radius: 6px !important;
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	font-size: 13px !important;
	color: #000 !important;
	font-weight: 500 !important;
	border: none !important;
	/* position: absolute; */
	width: 80px;
	margin-left: 87%;
	position: relative;
	top: -44px;
}

.bg-body-4 .game-type-1 .game-choice {
}

.bg-body-4 .game-type-1 .ch-title .first {color: #ffd700;font-size: 15px;}

.bg-body-4 .game-type-1 .ch-title .second {
}

.bg-body-4 .game-type-1 .game-choice {
}

.bg-body-4 .game-type-1 .game-choice .item:nth-child(2), 
.bg-body-4 .game-type-1 .game-choice .item:nth-child(3) {
    width: unset;
    border-left: 1px solid #5d5d5d;
}

.bg-body-4 .game-type-1 .ch-body .ch-item {
	position: relative;
}
.game-type-1 .ch-body .ch-item.ch1-1 {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.game-type-1 .ch-body .ch-item.ch1-2 {
    background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.bg-body-4 .game-type-1 .ch-body .gm-ch {
	width: 110px;
	height: 110px;
}

.bg-body-4 .game-type-1 .game-choice .item {
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-1 .gm-ch {
}

.bg-body-4 .game-type-1 .ch-body .ch-item.ch1-2 .gm-ch {
} 

.bg-body-4 .game-type-1 .ch-body .point {
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 67px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-body-4 .game-type-1 .ch-body .ch-sub {
	background-image: unset;
	position: relative;
	margin: 0 10px 6px 10px;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub {
	width: 65px !important;
	height: 65px !important;
	border-radius: 50% !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	color: #fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
	box-shadow: inset 0 -8px 15px rgba(0, 0, 0, 0.3), inset 0 8px 15px rgba(255, 255, 255, 0.3), 0 4px 10px rgba(0, 0, 0, 0.4);
	transition: all 0.3s;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub:hover {
     transform: translateY(-3px) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-1 {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-2 {
    background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-3 {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-4 {
    background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-3 {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-2 {
    background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-1 {
    background: linear-gradient(145deg, #5dade2, #2980b9) !important;
}
.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-4 {
    background: linear-gradient(145deg, #e74c3c, #c0392b) !important;
}
.bg-body-4 .game-type-1 .ch-body .gm-ch2 {
	height: 30px;
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-1 .gm-ch2 {
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-2 .gm-ch2 {
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-3 .gm-ch2 {
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch2-4 .gm-ch2 {
} 

.bg-body-4 .game-type-1 .ch-body .gm-ch3 {
	height: 30px;
}

.bg-body-4 .game-type-1 .ch-body .ch3-2 .point,
.bg-body-4 .game-type-1 .ch-body .ch3-3 .point {
    left: 50%;
    /* top: 41px !important; */
} 
 
.bg-body-4 .game-type-1 .ch-body .ch3-1 .point,
.bg-body-4 .game-type-1 .ch-body .ch3-4 .point {
    left: 50%;
    /* top: 41px !important; */
} 

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-1 .gm-ch3 {
}

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-2 .gm-ch3 {
} 

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-3 .gm-ch3 {
} 

.bg-body-4 .game-type-1 .ch-body .ch-sub.ch3-4 .gm-ch3 {
}

.bg-body-4 .game-type-1 .ch-body .ch-sub .point {
    top: 70px;
}

.bg-body-5 .game-control .choice-part .game-ch-part {
	top: 70px;
}

.bg-body-5 .game-control .choice-part {
    height: 234px;
}

.bg-body-5 .game-control .choice-part .gametime-part {    
    width: 100%;
    height: 50px;
    background: #2c1811;
    border-radius: 45px;
}
 
.bg-body-5 .game-control .choice-part .gametime-part .game-time {
    color: #363636;
    margin: 10px 0 0 200px; 
    cursor: ponter;
}

.bg-body-5 .game-control .choice-part .gametime-part .game-bettime {
    margin: 7px 0 0 224px;
}
.bg-body-5 .game-control .choice-part .gametime-part .game-bettime strong {
	color: #fff;
	font-size: 20px
} 

.bg-body-5 .game-control .choice-part .gametime-part .game-bettime strong.red {
	color: red;
}

.bg-body-5 .game-control .choice-part .game-reload {
    width: 84px;
    height: 30px;
    border-radius: 20px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 82px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
    color: #fff;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item {

}

.bg-body-5 .game-control .choice-part .game-ch-part .item:hover,
.bg-body-5 .game-control .choice-part .game-ch-part .item.selected {
	/*background-image: url('/images/temp/game_5/button_p_over.png');*/
}
 
.bg-body-5 .game-control .choice-part .game-ch-part .item .icon {
	text-align: center;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item .icon img {
	max-width: 110px;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(1) {
	flex-direction: column;
}

.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(2),
.bg-body-5 .game-control .choice-part .game-ch-part .item:nth-child(3) {
	flex-direction: column-reverse;
}

.bg-body-5 .stop-control {
	height: 100%;
}

.game-live-bet .left .row .label {
	color: #fff;
}

.game-live-bet > .left {
} 

.game-live-bet .left .row {
}

.game-live-bet .left .row .value {
	color: #fff;  
}
.game-live-bet .left .row .value.orange {
	color: #fe6d01;
}

.game-live-bet > .right {
}

.game-live-bet .right .top {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #444;
    border-radius: 6px;
    padding: 8px 12px;
}

.game-live-bet .right .top .label {color: #fff !important;font-size: 13px !important;}

.game-live-bet .right .top .value {
	color: #ffc600;
    font-size: 20px;
    margin-right: 7px;
}

.game-live-bet .right .bottom .btn2:before,
.game-live-bet .right .bottom .btn2:after,
.game-live-bet .right .bottom .btn3:before,
.game-live-bet .right .bottom .btn3:after {
    width: 0;
    left: 0;
}

.game-live-bet .right .bottom .btn2 {
    flex: 1 !important;
    height: 36px !important;
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.game-live-bet .right .bottom .btn2:hover { 
	background: #e0e0e0 !important;
}

.game-live-bet .right .bottom .btn-right {
}

.game-live-bet .right .bottom .btn-right > div {
    height: 84px;
    width: 90px !important;
    min-width: 90px !important;
    background: #5dade2 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.game-live-bet .right .bottom .btn-right > div:hover {
	 background: #3498db !important;
}
.game-live-bet .right .bottom .btn3 {
	width: 90px !important;
    min-width: 90px !important;
    background: #5dade2 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.game-live-bet .right .bottom .btn3:hover {
	 background: #3498db !important;
}

.bg-body-6 .game-control .choice-part {
    height: 222px;
    background: #1a2744 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #2a3a5a !important;
    color: #ffffff;
    margin-bottom: 10px;
} 

.bg-body-6 .gametime-part {
    border-radius: 45px;
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    padding: 12px 20px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    border-radius: 8px !important;
    gap: 30px;
    font-size: 20px;
    font-weight: bold;
}
 
.bg-body-6 .gametime-part .game-time {
} 

.bg-body-6 .gametime-part .game-bettime {
}

.bg-body-6 .gametime-part .game-bettime,
.bg-body-6 .gametime-part .game-bettime strong {
	font-size: 21px !important;
}

.bg-body-6 .game-control .choice-part .game-reload {
	cursor: pointer !important;
    padding: 8px 15px !important;
    background: #fff !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 13px !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: none !important;
    /* position: absolute; */
    width: 80px;
    margin-left: 87%;
    position: relative;
    top: -44px;
}

.bg-body-6 .game-control .choice-part .game-ch-part {
    top: 100px;
    width: 350px;
}

.bg-body-6 .stop-control {
	height: 100%;
}

.bg-body-6 .game-control .choice-part .game-ch-part .item .icon img {
    vertical-align: middle;
}

.bg-body-7 .stop-control {
	left: 50%;
    transform: translateX(-50%);
}

.bg-body-7 .game-live-bet {
	/* width: 1200px; */
	/* background-position: 171px center; */
	/* background-repeat: no-repeat; */
}

.bg-body-7 .game-live-bet .left {
}

.bg-body-7 .game-live-bet .left .row .label {
	color: #fff;
}

.bg-body-7 .game-live-bet .left .row .value {
    color: #fffcb7;
}

.bg-body-7 .game-live-bet .left .row .value.winmn {
    color: #e44343;
}

.bg-body-7 .game-live-bet .right .top {
}

.bg-body-7 .game-live-bet .right .top .label {
	color: #fff;
    margin-left: 8px;
}

.bg-body-7 .game-live-bet .right .top .value input {
	color: #ff9934;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2 {
	
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:hover {
	
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:before,
.bg-body-7 .game-live-bet .right .bottom .btn-left .btn2:after,
.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:before,
.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:after {
    background-image: unset;
    width: 0;
    left: 0;
    right: 0;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn-bottom .btn2 {
	width: 136px;
}

.bg-body-7 .game-live-bet .right .bottom {
	margin-left: -3px;
}

.bg-body-7 .game-live-bet .right .bottom .btn-left .btn-top .row .item {
	margin-bottom: 0;
}

.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3 {
        height: 84px;
    width: 90px !important;
    min-width: 90px !important;
    background: #5dade2 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bg-body-7 .game-live-bet .right .bottom .btn-right .btn3:hover{
	 background: #3498db !important;
}

.game-live-bet .left .row .value.bet-name input {

}

.game-live-bet .right .top .value {color: #fff !important;font-size: 13px !important;font-weight: 600 !important;}

.bg-red .game-control .choice-part .game-reload {
}

.bg-red .game-live-bet > .left {
}

.mul-bet .game-control { 
	font-size: 0;
} 

.mul-bet .gametime-part {
    width: 1200px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; 
    background-color: #18202b;
    background-image: url('/images/temp/game_5/lotus_title1.png');
}

.mul-bet .gametime-part + .choice-part {
    border-right: 1px solid #5d5d5d;
}

.mul-bet .gametime-part + .choice-part .game-ch-part {
	left: 62%;
}

.mul-bet .gametime-part + .choice-part + .choice-part .game-ch-part {
	left: 38%;
}

.mul-bet .gametime-part .game-time {
    color: #363636;
    font-size: 16px;
    padding: 12px 0 0 195px;
}

.mul-bet .gametime-part .game-bettime {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
	
.mul-bet .gametime-part .game-bettime strong {
	color: #bd8228;
	font-size: 20px
}

.mul-bet .gametime-part .game-bettime strong.red {
	color: red;
}

.mul-bet .gametime-part .game-reload {
    width: 84px;
    height: 30px;
    border-radius: 8px;
    background-color: #ff861b;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 198px;
    top: 8px;
    cursor: pointer;
    z-index: 999;
}

.mul-bet .gametime-part .game-reload .text {
	font-size: 14px;
}

.mul-bet .choice-part {
	width: 599.5px !important;
    display: inline-block;
    height: 240px !important;
}

.mul-bet .choice-part .game-ch-part {
	width: 300px; 
	top: 40px !important;
}

.mul-bet .choice-part .game-ch-part .item .icon {
	font-size: 14px;
}

.mul-bet .game-live-bet .right .top .label {
	font-size: 16px;
}

.mul-bet .stop-control {
	width: 600px;
    top: -50px;
    height: 290px;
}

.mul-bet .stop-control .stoptext {
	font-size: 14px;
}


.hideside .side-banner {
	display: none;
}

/**********************************************************************/
/************************* Start - popup ******************************/
/**********************************************************************/
.overlay-popup {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    opacity:0.5;
    display: none;
}

.popup {
    position: absolute;
    padding: 6px;
    box-sizing: border-box;
    z-index: 10001;
    width: 745px;
    left: 0;
    top: 60px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    background-color: rgb(255 255 255 / 30%);
    border-radius: 10px;
}

.popup .sub-div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.popup .sub-div .content {
    padding: 6px;
    overflow: auto;
    max-height: 70vh;
}

.popup .sub-div .close-div {
    padding: 10px;
    height: 30px;
}

.popup .sub-div .close-div > div {
    display: inline-block;
}

.popup .sub-div .close-div .left {
    color: #fff;
}

.popup .sub-div .close-div .left input[type="checkbox"] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.popup .sub-div .close-div .right {
    float: right;
}

.popup .sub-div .close-div .right .btn-close-popup {
    width: 55px;
    text-align: center;
    height: 11px;
    font-size: 16px;
    line-height: 14px;
}
/**********************************************************************/
/************************** End - popup *******************************/
/**********************************************************************/


/* slider */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('/images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
/* 20180724 -ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢- */
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
    z-index: auto;
}
/* 20180724 -ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢- */
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* slider */



.background_game_racing {

    background-image: url(/images/temp/game_7/racing_bg_game.jpg);
    height: 440px;
    margin: 0px auto;
    background-size: 100% 100%;
}

.racing_icon {
	padding: 42px 0px 0px 0px;
}

.container_flex {
	disply:flex;
}
.flex {
	display:flex;
}
.btn_racing1 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing1.png);
}
.btn_racing1:hover,
.btn_racing1.selected {
	background-image: url(/images/temp/game_7/icon_racing1_.png);
}
.btn_racing2 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing2.png);
}
.btn_racing2:hover,
.btn_racing2.selected {
	background-image: url(/images/temp/game_7/icon_racing2_.png);
}
.btn_racing3 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing3.png);
}
.btn_racing3:hover,
.btn_racing3.selected {
	background-image: url(/images/temp/game_7/icon_racing3_.png);
}
.btn_racing4 {
	width: 119px;
    height: 98px;
    background-image: url(/images/temp/game_7/icon_racing4.png);
}
.btn_racing4:hover,
.btn_racing4.selected {
	background-image: url(/images/temp/game_7/icon_racing_4_.png);
}
.name_racing {
    padding: 70px 0px 0px 35px;
    font-weight: bold;
    cursor: pointer;
}
.name_racing_b {
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.button_racing {
	display:flex;
	flex-flow: column;
	
}
.background_btn_buttom {
	background-image: url(/images/temp/game_7/icon__btn_racing.png);
	width: 85px;
    height: 77px; 
    cursor: pointer;  	
}
.background_btn_buttom:hover,
.background_btn_buttom.selected {
	background-image: url(/images/temp/game_7/icon__btn_racing_.png);
}
.btn_racing_buttom {
    justify-content: space-around;
    padding: 35px 20px 0px 30px;
}
.name_top_btn {
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}
.title_racing {
	font-size:14px;
	border:1px solid red;
}
.title_racing_games {
	justify-content: space-around;
    padding: 38px 0px 0px 0px;
    font-weight: bold;
}
.container_racing_icon {
    justify-content: space-around;
    padding: 0px 32px 0px 28px;
}
.time_title {
	justify-content: space-around;
}
.container_time_racing_gmae {
	padding:50px 0px 0px 0px ;
}
.name_caption_time {
	font-weight: bold;
}
.nr-reload {
	cursor: pointer;
	background-image: url(/images/temp/game_7/btn-reload.png);
	width:94px;
	height:26px;
}
.nr-count-down {
    display: inline-block;
    margin-left: 4px;
}
.nr-count-down .red {
	color: red;
}



/**********************************************************************/
/************************** strat zomebe  *****************************/
/**********************************************************************/
.flex {
    display: flex;
}
.container_fulid_zombe {
    margin: 0px auto;
}
.container_zombe {
    width: 965px;
    margin: 0px auto;
}
.disply_gmae_zome_bg {
   background: url('../images/game_zombe/zome_bg.png') no-repeat top center;
   height: 625px;
}
.container_zombe_game1 {
    background: url('/mb/images/game-icon/zomebie/zombe_game1.png') no-repeat top center;
    height: 424px;
}
.container_zombe_game2 {
    background: url('../images/game_zombe/zombe_game2.png') no-repeat top center;
    height: 424px;
}
.zombe_title {
    margin: 0px auto;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0px 0px 0px;
}
.zombe_round {
    color: #fff;
}
.score_name_reset {
    justify-content: space-between;
    align-items: center;
    padding: 14px 53px 14px 53px;
}
.score_name_reset2 {
    justify-content: center;
    align-items: center; 
    padding: 37px 53px 31px 53px;
}
.text_zombe_round2 { 
    font-size: 24px;
    font-weight: bold;
    color:#000;
}
.text_zombe_round3 {
    position: relative;
    width: 104px;
    height: 35px;
}
.text_zombe_round3 img{
    padding-top: 12px;
    z-index: 999999;
    cursor: pointer;
    position: absolute;
    top: 0;
}
.z_caption1 {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
	padding: 6px 0px 0px 8px;
}
.z_caption2 {
    font-weight: bold;
    font-size: 16px;
    color: #e07400;
}
.z_center_div {
    justify-content: center;
}
.text_zombe_name_header {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin: 4px 50px 0px 0px;
}
.btn_zombe_game_div {
    justify-content: space-around;
}
.btn_zombe_game1 {
    background: url('/mb/images/game-icon/zomebie/zombe_none1.png');
    background-repeat: no-repeat;
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
    cursor: pointer;
}
.btn_zombe_game1:hover,
.btn_zombe_game1.selected {
    background: url('/mb/images/game-icon/zomebie/zombe_none1_.png');
    background-repeat: no-repeat;
	width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
}
.btn_zombe_game2 {
    background: url('/mb/images/game-icon/zomebie/zombe_none2.png');
    background-repeat: no-repeat;
    width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
    cursor: pointer;
}
.btn_zombe_game2:hover,
.btn_zombe_game2.selected {
    background: url('/mb/images/game-icon/zomebie/zombe_none2_.png');
    background-repeat: no-repeat;
	width: 133px;
    height: 180px;
    margin: 26px 0px 0px 0px;
}
.btn_zombe_game3 {
    background: url('/mb/images/game-icon/zomebie/zombe_none3.png');
    background-repeat: no-repeat;
    width: 133px;
    height: 205px;
    cursor: pointer;
	margin: 26px 0px 0px 0px;
}
.btn_zombe_game3:hover,
.btn_zombe_game3.selected {
    background: url('/mb/images/game-icon/zomebie/zombe_none3_.png');
    background-repeat: no-repeat;
	width: 133px;
    height: 205px;
	margin: 26px 0px 0px 0px;
}
.z_name_icon_top {
    font-size: 24px;
    font-weight: bold;
    margin: 132px 0px 0px 45px;
    color: #000;
}
.z_name_icon_top2 {
    font-size: 24px;
    font-weight: bold;
    margin: 132px 0px 0px 45px;
    color: #000;
}
.z_name_icon_button {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0px 0px 50px;
    color: #000;
}
.text_zombe_name_header2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0px 8px 0px 0px;
}
.text_zombe_name_header02 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0px 8px 0px 0px;
}
.z_div_align_center {
align-items: center;
}
.betting_zombe_game_div {
    justify-content: center;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 45px 0px 0px 0px;
}
.z_betting_bg_input {
    background: url('../images/game_zombe/z_input.png');
    height: 50px;
    width: 257px;
}
.z_btn_zombe {
    background: url('../images/game_zombe/z_btn_betting.png');
    height: 50px;
    width: 128px;
    cursor: pointer;
    background-size: 100% 100%;
}
.z_btn_zombe:hover,
.z_btn_zombe.selected {
    background: url('../images/game_zombe/z_btn_betting_.png');
    height: 50px;
    width: 126px;
}
.z_btn_zombe_submit {
    background: url('../images/game_zombe/z_btn_submit.png');
    height: 50px;
    width: 383px;
    cursor: pointer;
}
.z_btn_zombe_submit:hover,
.z_btn_zombe_submit.selected {
    background: url('../images/game_zombe/z_btn_submit_.png');
    height: 50px;
    width: 383px;
}
.z_text_betting {
    padding: 15px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
.z_text_betting_b {
    padding: 13px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}
.z_text_betting_num_l {
    padding: 15px 15px 0px 15px;
    font-weight: bold;
    justify-content: space-between;
}
.z_text_betting_num_l input {
    text-align: right;
    width: 152px;
    margin-top: -4px;
    border: none;
    outline: none;
}
.zb-count-down .red {
	color: #e07400;
}
.conten-socialicon {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.socialicon {
    width: 220px;
    margin-top: 14px;
    transition: .18s;
}
.socialicon:hover {
    -webkit-filter: drop-shadow(0px 0px 4px #005fb5);
    filter: drop-shadow(0px 0px 4px #005fb5);
}
.socialicon img {
    width: 100%;
    cursor: pointer;
}
.conten-banner-social {
    width: 310px;
    display: flex; 
    justify-content: space-between;
    margin: auto;
}
.banner-social {}
.banner-social img {
    width: 100%;
}
.main-text-info {
    font-size: 13px;
    color: #ffffff;
}
.btn4 {
        flex: 1 !important;
        height: 36px !important;
        background: #fff !important;
        color: #000 !important;
        border: none !important;
        border-radius: 5px !important;
        font-size: 12px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        transition: all 0.2s !important;
        display: flex;
        justify-content: center;
        align-items: center;
}
.btn4:hover { 
    background: #e0e0e0 !important;
}
.btn5 {
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 0;
    transition: .18s;
    margin: 0 auto;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn5:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn6 {  
    
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    transition: .18s;
    margin: 0 auto;
	background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn6:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn7 {
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    transition: .18s;
    margin: 0 auto;
    font-weight: normal;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn7:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn8 {
    background: #ffffff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    transition: .18s;
    font-weight: normal;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn8:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn9 {  
    background: #9b9b9b;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    transition: .18s;
    margin: 0 auto;
	font-weight: normal;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn9:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn10 {  
   
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px;
    transition: .18s;
    margin: 0 auto;
	font-weight: normal;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
} 
.btn10:hover { 
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.btn11 {    
    
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 10px; 
    transition: .18s;
    margin: 0 auto;
	font-weight: normal;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
} 
.btn11:hover {  
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.subgame-btn.selected {
    background: #fe6d01;
    border: 1px solid #fe6d01;
    color: #fff;
} 
.btn-bet365 { 
    background: #14805e;
    height: 30px;
    color: #fddf1f;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: 1px solid #b5b5b5;  
} 

.game-control .choice-part .game-ch-part .item.odd {
	background-image: url('/images/fred/odd.png');
}
.game-control .choice-part .game-ch-part .item.even {
	background-image: url('/images/fred/even.png');
}
.game-control .choice-part .game-ch-part .item.player {
	background-image: url('/images/fred/player.png');
} 
.game-control .choice-part .game-ch-part .item.banker {
	background-image: url('/images/fred/banker.png');
}
.game-control .choice-part .game-ch-part .item.under {
	background-image: url('/images/fred/under.png');
} 
.game-control .choice-part .game-ch-part .item.over {
	background-image: url('/images/fred/over.png'); 
}
.game-control .choice-part .game-ch-part .item.japan {
	background-image: url('/images/fred/japan.png');
}  
.game-control .choice-part .game-ch-part .item.korea {
	background-image: url('/images/fred/korea.png'); 
}  
.game-control .choice-part .game-ch-part .item.lion { 
	background-image: url('/images/fred/lion.png');
    width: 120px;
} 
.game-control .choice-part .game-ch-part .item.muji {
	background-image: url('/images/fred/muji.png'); 
    width: 120px;
}
.game-control .choice-part .game-ch-part .item.left {
	background-image: url('/images/fred/default_ico_left.png');
}
.game-control .choice-part .game-ch-part .item.tie {
	background-image: url('/images/fred/default_ico_tie.png');
}
.game-control .choice-part .game-ch-part .item.right {
	background-image: url('/images/fred/default_ico_right.png');
}
.game-control .choice-part .game-ch-part .item.player .bet-point,
.game-control .choice-part .game-ch-part .item.banker .bet-point,
.game-control .choice-part .game-ch-part .item.under .bet-point,
.game-control .choice-part .game-ch-part .item.over .bet-point,
.game-control .choice-part .game-ch-part .item.japan .bet-point,
.game-control .choice-part .game-ch-part .item.korea .bet-point,
.game-control .choice-part .game-ch-part .item.odd .bet-point,
.game-control .choice-part .game-ch-part .item.even .bet-point {
    position: absolute;
    right: 83px; 
    top: 63px; 
}
.game-control .choice-part .game-ch-part .item.lion .bet-point,
.game-control .choice-part .game-ch-part .item.muji .bet-point { 
    position: absolute; 
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.game-control .choice-part .game-ch-part .item .icon img,
.game-control .choice-part2 .game-ch-part .item .icon img {
    max-width: 75px;
}  

.game-control .choice-part .game-ch-part .item.selected {

}
.btn-bottom-container { 
    display: flex;
    justify-content: end;
    margin: 8px 0;
    gap: 4px;
    padding: 0;
}
.loader {
  background: linear-gradient(to right, rgb(22, 113, 202) 50%, transparent 50%);
  animation: spin 1s infinite linear;
}
.loader:before {
  display: block;
  content: '';
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  background: #222;
  border-radius: 50%;
}

.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.spin {
  animation: spin 1s infinite linear;
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.elastic-spin {
  animation: elastic-spin 1s infinite ease;
}
@keyframes elastic-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(720deg); }
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1.2); }
}

.flash {
  animation: flash 500ms ease infinite alternate;
}
@keyframes flash {
	from { opacity: 1; }	
	to { opacity: 0; }
}

.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

.grow {
  animation: grow 2s ease infinite;
}
@keyframes grow {
  from { transform: scale(0); }
  to { transform: scale(1); }
}

.fade-in {
  animation: fade-in 2s linear infinite;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-out {
  animation: fade-out 2s linear infinite;
}
@keyframes fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.shake {
  animation: shake 2s ease infinite;
}
@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}

.swing {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.wobble {
  animation: wobble 2s ease infinite;
}
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}

.fade-in-down {
  animation: fade-in-down 2s ease infinite;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-left {
  animation: fade-in-left 2s ease infinite;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-out-down {
  animation: fade-out-down 2s ease infinite;
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fade-out-right {
  animation: fade-out-right 2s ease infinite;
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.bounce-in {
  animation: bounce-in 2s ease infinite;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}

.bounce-in-right {
  animation: bounce-in-right 2s ease infinite;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.bounce-out {
  animation: bounce-out 2s ease infinite;
}
@keyframes bounce-out {
  0% { transform: scale(1); }
  25% { transform: scale(.95); }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(.3);
  } 
}

.bounce-out-down {
  animation: bounce-out-down 2s ease infinite;
}
@keyframes bounce-out-down {
  0% { transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.rotate-in-down-left {
  animation: rotate-in-down-left 2s ease infinite;
}
@keyframes rotate-in-down-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotate-in-up-left {
  animation: rotate-in-up-left 2s ease infinite;
}
@keyframes rotate-in-up-left {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.hinge {
  animation: hinge 2s ease infinite;
}
@keyframes hinge {
  0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }  
  20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }  
  40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; } 
  80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; } 
  100% { transform: translateY(700px); opacity: 0; }
}

.roll-in {
  animation: roll-in 2s ease infinite;
}
@keyframes roll-in {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.roll-out {
  animation: roll-out 2s ease infinite;
}
@keyframes roll-out {
    0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.top-profile .row {
    display: flex;
    align-items: center;
}

.top-profile .row .calendar {padding: 0.1vw;width: 26px;display: flex;align-items: center;justify-content: center;margin: 0vw 0.2vw;}
.top-profile .row .calendar .icons {
}
.top-profile .row .calendar .icons .alert-box {
    position: absolute;
    background: #f40290;
    border-radius: 100px;
    width: 15px;
    height: 15px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: -4px 0px 0px 18px;
}
.top-profile .row .calendar .icons .icon-box {
    display: flex;
}
.top-profile .row .calendar .icons .icon-box img {
    cursor: pointer;
}
.top-profile .row .calendar img {
    width: 30px;
    cursor: pointer;
}
.profile {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

.profile .col {
    /* width: 100%; */

}
.profile .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0vw 1vw;
    padding: 0vw 0vw;
    font-size: 13px;
}
.profile .row .icon {
    display: flex;
    align-items: center;
    margin-left: 6px;
    cursor: pointer;
}

.profile .row.name {
	justify-content: end;
    font-weight: bold;
}
.profile .row.name .mb-name {
    font-size: 5.5vw;
    color:#ff6900;
}

.profile .row .label {
    color: #fff;
    font-weight: 500;
}

.profile .row .value {
    color: #fff;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.profile .row .value img {
    display: flex;
    margin-left: 10px;
    width: 13px;
    cursor: pointer;
}
.con-slide-menu {
    display: flex;
    justify-content: space-between;
}
.con-slide-menu .con-slide {
    height: 365px;
    overflow: hidden;
}
.menu-groups {}
.menu-groups .rows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 362px;
}
.menu-groups .rows .menu-item {
    display: flex;
    align-items: center;
}
.menu-groups .rows .menu-item img {
	cursor:
	pointer;
	width: 100%;
}
.menu-groups .rows .menu-item img:hover {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.sport-page {
}

.sport-page .container {
}

.sport-page .tb-bc-detail .more,
.sport-page .tb-bc-detail td .item_bet {
    border: 1px solid #5e5e5e;
}

.sport-page .sport-game td:nth-child(5) {
    color: #fe6d01;
}

.sport-page .sport-game .selected {
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
}

.sport-page .gm1-title .head-game,
.sport-page .sport-game td {
    padding: 4px 2px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
}

.sport-page .game_endTr.gm1-title .head-game,
.sport-page .game_endTr .more,
.sport-page .game_endTr .item_bet {
    background-color: #a6a7a1 !important;
}

.sport-page .game_endTr td {
    background-color: #e2e4da !important;
}

.sport-page .tb-bc-detail td .item_bet {
    padding: 0 8px;
    height: 37px;
}

.sport-page .tb-bc-detail td .item_bet img {
    max-height: 27px;
}

/* popup */	
.position-absolute {	
    position: absolute;	
}	
.modal-content {	
    border: none;	
    box-shadow: 0 5px 15px rgba(0,0,0,.3);	
    background: #f5691c!important;
    position: relative;	
    outline: 0;	
    padding: 1px;	
}	
.modal-content img {
	width: 100%;
}  
.bg-popup-yellow2 {	
    background: rgb(255 255 255 / 30%) !important;	
}	
.modal-header {	
    padding: 12px 15px;	
    border-bottom-color: #e2e7eb;	
    border-bottom: 1px solid #e5e5e5;	
}	
.btn.btn-inverse {	
    color: #2c1811;
    background: #f9b234;
    border-radius: 5px;
    cursor: pointer;
}	
.bg-popup-bottom-yellow2 {	
    background: rgb(255 255 255 / 30%) !important;	
    text-align: center;
}
.icoAnimateUp {
    -webkit-animation: stup 0.6s infinite alternate ease-in-out;
    -moz-animation: stup 0.6s infinite alternate ease-in-out;
    -o-animation: stup 0.6s infinite alternate ease-in-out;
    -ms-transition: stup 0.6s infinite alternate ease-in-out;
    animation: stup 0.6s infinite alternate ease-in-out;
}
.icoAnimateDown {
    -webkit-animation: stdown 0.6s infinite alternate ease-in-out;
    -moz-animation: stdown 0.6s infinite alternate ease-in-out;
    -o-animation: stdown 0.6s infinite alternate ease-in-out;
    -ms-transition: stdown 0.6s infinite alternate ease-in-out;
    animation: stdown 0.6s infinite alternate ease-in-out;
}
/******* casino page *******/
.container-gamescasino {
    margin: 10px 0px;
}
.container-gamescasino .rows {
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.container-gamescasino .slot-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.item-gamescasino {
    margin-top: -80px;
    /* width: 225px; */
    cursor: pointer;
}
.item-gamescasino.slot-game {
	width: 100%;
	cursor: pointer;
	margin: 0px;
}
.item-gamescasino.slot-game.empy {
    cursor: unset;
}
.item-gamescasino .icon {
    position: sticky;
    /* top: 86px; */
    /* left: 0px; */
    margin: 0px -4px;
    z-index: 99;
}
.item-gamescasino.slot-game .icon {
    position: absolute;
    width: 293px;
    height: 200px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin: auto;
}
.item-gamescasino.slot-game .icon {
	 display:none; 
	transition: 0.5s;
}
.item-gamescasino.slot-game.hover .icon {
	display: flex;
	transition: 0.5s;
	align-items: center;
	justify-content: center;
	background-color: #ffffff7d;
	border-radius: 10px;
}
.item-gamescasino .icon img {
   
}
.item-gamescasino .slot-game .icon  img {width: 100%;height: 100%;margin: auto;display: flex;justify-content: center;}
.item-gamescasino .games {
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -86px 0px 0px 0px;
    background-repeat: no-repeat;
}
.item-gamescasino.slot-game .games {
    width: 100%;
    height: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0;
    border-radius: 10px;
}
.item-gamescasino .games img {
    width: 100%;
}
.item-gamescasino .name {
    padding: 10px 10px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    display: none;
}
.item-gamescasino.slot-game .name {
    text-align: center;
    padding-left: 20px;
}
.box-banner-casino {}
.box-banner-casino img {
    width: 100%;
}
.gamescasino-page {
    padding-top: 20px;
}
.gamescasino-page .btn-scan {
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 5px;
    cursor: pointer;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    font-size: 16px;
}
.gamescasino-page .scan-box {}
.item-gamescasino.slot-game.casino-game {
    /* width: 280px; */
}
.item-gamescasino.slot-game .games.casino {
    width: 100%;
}
.item-gamescasino.slot-game.hover .icon.casino {
    
}
.flex-new-game {flex-direction: row !important;height: 105px !important;}
.tv .name {
    font-size: 13px;
    color: white;
}

.box-panel {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0px;
}
.panel-l {
    width: 300px;
}
.panel-r {
    width: 100%;
    overflow: hidden;
    height: auto;
}
/*******************************  START MENU PANEL LEFT  ***************************************/

.menu-left {
    /*
	display: flex;
    justify-content: center;
    background: #212121;
    padding: 20px;
    border-radius: 10px;
	*/
}
.menu-left .rows {}
.menu-left .rows .menu-button  {
    width: 225px;
    height: 65px;
    padding: 0px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-radius: 10px;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;
}
.menu-left .rows .menu-button:hover {
	box-shadow: 1px 0px 5px 0px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1) inset;
	-moz-box-shadow: 1px 0px 5px 0px rgba(255,255,255,1) inset;
	background: #1F1F1F;
	background: linear-gradient(179deg, rgba(31, 31, 31, 1) 0%, rgba(69, 73, 77, 1) 100%);
	color: #ffffff;
}
.menu-left .rows .menu-button.active {
	box-shadow: 1px 0px 5px 0px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,1) inset;
	-moz-box-shadow: 1px 0px 5px 0px rgba(255,255,255,1) inset;
	background: #1F1F1F;
	background: linear-gradient(179deg, rgba(31, 31, 31, 1) 0%, rgba(69, 73, 77, 1) 100%);
	color: #ffffff;
}


/*******************************  END MENU PANEL LEFT  ***************************************/
.box-name {
    width: 52px;
    height: 23px;
    font-size: 12px;
    background: #0964df;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.box-name.event {
    background: #ff0b89;
    width: 40px;
    height: 23px;
    padding: 3px;
}
.bbs-subject {}
.text-center {
	text-align: center;
}

.cal-container {}
.cal-month-name {background: #212121;color: #ffffff;display: flex;justify-content: center;align-items: center;width: 260px;margin: auto;height: 42px;border-radius: 5px;}
.panel-body {}
.flex-center {}
.btn-submit {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A7A7A7;
    border-radius: 10px;
    padding: 0px 5px;
    transition: .18s;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    width: 110px;
    height: 36px;
    margin: 10px auto;
    font-family: 'S-Core Dream 5';
}
.btn-submit:hover {
	background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.calendar {
    padding: 20px 0px;
}
.calendar table {
    width: 100%;
    border-spacing: inherit;
    border-color: gray;
    border-collapse: collapse;
}
.calendar table thead {}
.calendar table thead tr {}
.calendar table thead tr th {
    background: #ffffff;
    height: 34px;
    border: 1px solid #a7a7a7;
}

.calendar table tbody {}
.calendar table tbody tr {}
.calendar table tbody tr td {
    height: 67px;
    background: #212121;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #a7a7a7;
    padding: 0px 5px;
}
.calendar table tbody tr td .stamp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.calendar-info {
    background: #212121;
    color: #ffffff;
    font-size: 12px;
    line-height: 40px;
    padding: 20px 40px;
    border-radius: 10px;
    width: 770px;
    margin: auto;
    margin-top: 30px;
}
.calendar-info .text-info {}

.body-content-form {
    background: #212121;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.write-form-style {}
.write-form-style .row {
    border-bottom: 1px solid #a7a7a7;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0px;
}
.write-form-style .label {
    width: 60px;
    font-size: 14px;
}
.write-form-style .value {
    width: 100%;
}
.write-form-style .value.black-box {
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
    width: 100%;
    padding: 10px;
}
.write-form-style .rows {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.write-form-style .rows .box-name {
    margin: 0;
}
.write-form-style .rows .sbject-box {}
.write-form-style input {
    width: 100%;
}
.write-form-style textarea {
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
    width: 100%;
}
.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.box-customer {
    padding: 10px 0px;
}

.checkbox {}
.checkbox input {}


.checkbox input[type="checkbox"] {
    display: none;
}


.checkbox label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
}


.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    /* border: 2px solid #666; */
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}


.checkbox input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #007bff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/************** Model ***************************/

.login-box .login-form {
	text-align: center;
	/* padding: 40px 40px; */
	/* width: 900px; */
	margin: auto;
	/* background: #000000ba; */
	border-radius: 20px;
	color: #ffffff;
}
.login-box .login-form.r-code {
    background: #000000ba;
    width: 900px;
    padding: 40px 40px;
}
.login-form-logo {
	font-size: 45px;
	padding: 5px 0px 20px 0px;
	border-bottom: 2px solid #ffffff;
	/* width: 536px; */
	margin: auto;
	margin-bottom: 40px;
}
.login-form-logo img {
    width: 21rem;
}
.login-form-logo.border {
	border: 1px solid #ffffff;
	width: 300px;
	margin: auto;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-form-title {
	font-size: 25px;
	/* margin: 10px auto 30px auto; */
}

.join-form .login-form-title {
	text-align: left;
}

.login-box .login-form .name-input-form {
	color: #ffffff;
	text-align: left;
	width: 600px;
	margin: auto;
}

.login-box .login-form .username,
.login-box .code-form .input-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 536px;
	height: 50px;
	padding: 0px 0px;
	border-radius: 10px;
	margin: 10px auto;
	border: unset;
}

.login-box .login-form .username .icon {}

.login-box .login-form .username .icon img {}

.login-box .login-form .password {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 536px;
	height: 50px;
	padding: 0px 0px;
	border-radius: 10px;
	margin: 10px auto;
	border: unset;
}

.login-box .login-form .password .icon {}

.login-box .login-form .password .icon img {}

.login-box .logo {
	padding-top: 170px;
	padding-bottom: 15px;
	width: 220px;
	margin: 0 auto;
}

.login-box .login-form .checkbox {
	padding: 0px 0px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #2D252A;
}

.login-box .login-form .checkbox input {
	width: 20px;
	border: 2px solid #06a3fc;
}

.login-box .login-form .checkbox label {
	width: 100%;
	text-align: left;
	/* padding: 0px 10px; */
	color: #ffffff;
}

.login-box .logo img {
	width: 100%;
}

.login-box .form-div {}

.login-box .login-form .capt-parent {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.login-box .login-form .capt-img img {
	background-color: #fff;
	width: 92px;
	height: 48px;
}

.login-box .login-form .input-captcha {
	width: 163px;
	font-size: 27px;
	margin-left: 10px;
}

.login-box .login-form .btn-login-parent {
	margin: 10px auto 10px auto;
	display: flex;
	/* flex-direction: column; */
	gap: 10px;
}

.login-box .login-form .btn-login-parent div {
	margin: 5px auto;
	display: flex;
	align-items: center;
	gap: 10px;
	/* font-size: 16px; */
}

.login-box .login-form .btn-login {
    width: 100%;
    height: 48px;
    font-size: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    font-family: 'S-Core Dream 5';
    font-weight: bold;
}

.login-box .login-form .btn-login:hover {
       background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
	transition:.5s;
}

.btn-signup {
	font-size: 16px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a7a7a7;
	cursor: pointer;
}

.btn-signup:hover {color: #65738e;}

.login-box .btn-div {
	display: flex;
	/* width: 307px; */
	margin: 0 auto;
	justify-content: space-between;
}

.login-box .btn-bwn {
	width: 147px;
	height: 39px;
}

.login-box .code-form,
.login-box .sos-form {
	text-align: center;
	padding: 20px 20px;
	/* width: 800px; */
	color: #ffffff;
	margin: 5% auto;
	background: #121212c7;
	border-radius: 10px;
}

.login-box .join-form {
	text-align: center;
	padding: 30px 0px 60px 0px;
	width: 800px;
	color: #ffffff;
	margin: 1% auto;
	border-radius: 20px;
	background: #141c33c7;
}

.login-box .code-form h2 {
	font-size: 16px;
}

/********************************** START JOIN **************************************************/
.box-join {
    padding: 20px;
}
.box-join .rows {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}
.box-join .rows .l-join {
    display: flex;
    align-items: center;
}
.box-join .rows .name {
    width: 100px;
    text-align: left;
}
.box-join .rows .color-red {}
.box-join .rows .modal-content-input {
    border-radius: 10px;
    width: 286px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    background: #000000;
    border: 1px solid #ffffff;
}
.box-join .rows input {
}
.box-join .rows select {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    height: 40px;
    border-radius: 10px;
    padding: 0 16px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background: #000000;
    border: 0;
    outline: 0;
}
.box-join .rows  .button-check {
    background: #ffffff;
    width: 115px;
    font-size: 12px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0px 10px;
    cursor: pointer;
    color: #000000;
}
.sos-modal {}
.sos-modal .modal-content-input {}
.sos-modal input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 536px;
    height: 50px;
    padding: 0px 10px;
    border-radius: 10px;
    background-color: #0000004f;
    margin: 10px auto;
    border: unset;
    color: #ffffff;
}
.sos-modal .capcha {
    background: #0000004f;
    width: 424px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.sos-modal .capcha img {}

.modal-content-input.textarea {}
.modal-content-input.textarea textarea {
    background: #0000004f;
    color: #ffffff;
    outline: unset;
    width: 400px;
    height: 300px;
}
.box-join .rows .color-red {
    color: red;
}
/********************************** END JOIN ***************************************************/
.panel-r .cnt img {
	/* width:100%; */
}

/********************************** Account ***************************************************/
.container-bet-buttons-group {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #212121;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    width: 730px;
    margin: auto;
    margin-bottom: 20px;
}
.list-bet-buttons-group {
    padding: 30px 0px;
    /* margin: 20px auto; */
    border-radius: 10px;
}
/*********************************************** START RECHARGE / EXCHANGE  **********************************************/
.box-info-ch-ex {
    font-size: 14px;
}
.box-info-ch-ex .rows {
    display: flex;
    padding: 0px 0px 10px 0px;
}
.box-info-ch-ex .rows .name {
    padding-right: 10px;
    width: 110px;
}
.box-info-ch-ex .rows .value {display: flex;}
.con-input-point .name {
    padding: 10px 0px 5px 0px;
}
.box-flex {
	display: flex;
	gap:10px;
	margin: 10px 0px;
}
.fud-btn-cus {
    cursor: pointer;
    text-decoration: underline;
    margin: 0px 10px;
}
.title-text {
	color: #ffffff;
    font-size: 18px;
}
.list-bet-buttons-group .input-bet-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.con-input-point {
    width: 556px;
}
.con-input-point .name {
    padding: 10px 0px 5px 0px;
}
.input-bet-group .point-info {
    background: #000000;
    border-radius: 10px;
    padding: 12px 10px;
    width: 548px;
    height: 44px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border: 0;
    outline: 0;
}
.con-button-point {
    width: 134px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #000000;
    cursor: pointer;
    margin: 0px 1px;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.con-button-point:hover {
        background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.con-button-point .submit-buttons {
    font-size: 16px;
}

.con-buttons-bet-point {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.button-point-bet {
	width: 109px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 10px;
	color: #000000;
	cursor: pointer;
	margin: 0px 1px;
}

.button-point-bet.betcan {
	width: fit-content;
    height: fit-content;
    padding: 0 1vw;
    margin-left: 1vw;
}

.button-point-bet:hover {
        background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.button-point-bet.white {
}

.container-point-his {
	background: #212121;
	color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.point-his {
	padding: 0px 0px;
	margin-bottom: 40px;
}

.point-his .title {
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.point-his .point-table {}

.point-table table {
	width: 100%;
	font-size: 14px;
	text-align: center;
	border: 0;
	border-spacing: 0;
}

.point-table table thead {}

.point-table table thead tr {
	border-bottom: 1px solid #4c546a;
}

.point-table table thead tr th {
    border-bottom: 1px solid #a7a7a7;
    padding: 0px 0px;
    color: rgb(255 255 255);
    font-family: 'S-Core Dream 3';
    font-weight: normal;
}

.point-table table tbody {
}

.point-table table tbody tr {}

.point-table table tbody tr td {
	border-bottom: 1px solid #a7a7a7;
	padding: 20px 0px;
}
.con-deposit-info {
	padding: 0px;
	display: flex;
	justify-content: flex-start;
}

.deposit-info {
}

.deposit-info .list-text-deposit {
	font-size: 12px;
	color: #ffffff;
	line-height: 28px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 15px 0px;
}
.deposit-info .list-text-deposit .icon {width: 40px;padding: 0px 20px;}
.deposit-info .list-text-deposit .icon img {
    width: 40px;
}
.deposit-info .list-text-deposit .text {}
.con-button-sub-table {}
/*********************************************** END RECHARGE / EXCHANGE  **********************************************/
.box-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.box-center img {
	width:100%;
}

.title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    /* color: #333; */
}

.choice-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.choice-card {
    display: flex;
    align-items: center;
    padding: 12px 0px;
    /* border: 2px solid #dcdcdc; */
    border-radius: 12px;
    cursor: pointer;
    /* background: #fafafa; */
    transition: 0.25s;
    user-select: none;
}

.choice-card:hover {
    border-color: #4A90E2;
    
}

.choice-card input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #000000; 
    margin-right: 10px;
}

.choice-card input[type="radio"]:checked + .choice-text {
    color: #ffd54f;
    font-weight: 600;
}

.choice-text {
    font-size: 15px;
    color: #ffffff;
}

/************** sport **********************/
.container-full {
    padding-bottom: 0vw;
}
.sport-page {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.box-body {
    margin-top: 20px;
}
.conten-rows {
    display: flex;
    justify-content: space-between;
}
.conten-l {
    width: 306px;
    transition: all 1s 
linear;
}
.container-group-sport {
    width: 295px;
}
.title-panel {
    padding: 10px 20px;
    background: #ffffff;
    color: #000000;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}
.menu-left {
}
.menu-sport {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ffffff;
    height: 50px;
    background: #212121;
    padding: 0px 10px;
    color: #ffffff;
    font-size: 12px;
}
.menu-sport img {}
.menu-sport .icon-sport {
    width: 30px;
    text-align: center;
}
.menu-sport .name-sport {}
.box-title-casino {}
.name-title {
    font-size: 20px;
    color: #4bdbff;
    padding: 10px 6px;
}
.menu-sport .icon-sport {
    width: 30px;
    text-align: center;
}
.menu-sport .name-sport {
}
.box-sport {
    width: 1200px;
    padding: 20px;
    border-radius: 10px;
    margin: 0;
    box-shadow: 0px 0px 10px #0000001a;
}
.title-pages {
    display: flex;
    justify-content: space-between;
    /* padding: 5px 0px 10px 0px; */
    align-items: center;
    width: 98%;
    margin: auto;
}
.box-game-title {
    border-bottom: 1px solid #a7a7a7;
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0px;
    /* margin-bottom: 20px; */
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.box-game-title .game-l {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.box-game-title .game-l .name-ko {
    font-size: 20px;
    color: #ffffff;
    font-family: 'S-Core Dream 5';
}
.box-game-title .game-l .name-ko-sub {
    font-size: 16px;
    color: #a7a7a7;
    font-family: 'S-Core Dream 3';
    font-weight: normal;
}
.box-game-title .game-r {
    /* width: 100%; */
    display: flex;
}
.title-pages .r-box {
    display: flex;
    gap: 5px;
}
.title-pages .r-box .menu-page {
}
.button-style-a {
	/* width: 90px; */
	height: 32px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	background: #ffffff;
	color: #000000;
	padding: 0px 10px;
}
.button-style-a:hover , .button-style-a.active {
	color: #ffffff;
	background: #000000;
}
/*********************************************** end box-pages **********************************************/

.con-rightmenu {
	padding: 1rem 0rem;
}

.con-rightmenu .right-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	padding: 1rem 1rem;
}

.con-rightmenu .right-menu-icon {
	width: 1.5rem;
    filter: brightness(10);
}

.right-menu-icon-arrow {
	width: 3vw;
	height: 3vw;
    filter: brightness(10);
}

.right-menu-name {

	width: 100%;

	padding: 0vw 2vw;
}

.logout-menu-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-top-mobile {
	display: flex;
	break-after: column;
	justify-content: space-around;
}

.sport-h-menu {
	display: flex;
	justify-content: space-between;
	/* border-bottom: 1px solid #4c546a; */
}

.conmenu-sport {
	display: flex;
	width: 100%;
}

.list-menu-sport {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 10px;
}

.menu-sports {
	width: 55px;
	display: flex !important;
	align-items: center;
	margin: 0px 2px;
	padding: 2px 4px;
	border-radius: 7px;
	cursor: pointer;
	font-size: 16px;
	justify-content: center;
	gap: 5px;
	color: #ffffff;
}
.menu-sports.active {
	color: #FFC107;
	overflow: hidden;
}
.bettinglist-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 0px;
	font-size: 14px;
	width: 98%;
	margin: auto;
	border-bottom: 1px solid #a7a7a7;
	border-top: 1px solid #a7a7a7;
}

.bettinglist-sub-group {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bettinglist-sub-group .datetime {}

.bettinglist-sub-group .num-group {
	padding: 0px 20px;
	


}

.menu-sports .icon-sports {display: flex;}

.menu-sports .icon-sports img {
 overflow: hidden;
}
.menu-sports.active .icon-sports img {
    filter: drop-shadow(0px 100px 0 #ffdf00);
    transform: translateY(-100px);
}
.menu-sports .name-sports {font-family: 'S-Core Dream 3';}

.panel-betting-cart {
	display: none;
	height: 80vh;
	overflow: auto;
}



.group-usermenu {
    background: #ff3380;
	width: 50px;
	height: 50px;
	margin: 0px 2px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}

.group-usermenu .icon {
	display: flex;
	justify-content: center;
}

.group-usermenu .name {
	display: flex;
	justify-content: center;
	font-size: 11px;
}

.container-group-betcart {
    position: sticky;
    top: 0;
}

.group-betcart-list {
	/* background: #000000; */
	border-radius: 5px;
	/* margin: 2px 0px; */
	/* padding: 10px 10px; */
}
.group-betting-cart {padding: 0px 10px;box-shadow: 0px 0px 10px #0000001a;background: #212121;font-family: 'S-Core Dream 3';border-radius: 0px 0px 10px 10px;}
.button-betlist {
	display: flex;
	justify-content: space-between;
	color: #707478;
	display: none;
}

.button-l-bet {}

.conten-betcart-list {}

.show-message {
	text-align: center;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000000;
	color: #ffffff;
}

.group-betmoney {
	display: flex;
	align-items: flex-end;
	justify-content: unset;
	color: #ffffff;
	border-radius: 5px;
	margin: 0px 0px;
	padding: 0px 0px;
	flex-direction: column;
	font-size: 12px;
}

.group-betmoney .betmoney {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px 0px 4px 0px;
}
.input-style{
    display: flex;
    align-items: center;
    width: 100%;
}
.group-betmoney .betmoney input {
	height: 15px;
	border-radius: 4px;
	color: #ffffff;
	text-align: right;
	padding: 10px 5px;
	width: 100%;
	background: #000000;
	border: 1px solid #ffffff;
}

.group-betmoney .betmoney .icon {
	padding: 0px 5px;
	display: flex;
}

.group-betmoney .betmoney .title-l {
    display: flex;
    align-items: center;
}

.group-amount {
	gap: 5px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	/* grid-column-gap: 0px; */
	grid-row-gap: 0px;
}

.amount-button {
	background: #ffffff;
	width: 100%;
	height: 32px;
	padding: 0px 0px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	margin: 2px 1px;
	color: #000000;
}

.amount-button:hover {
    background: #000000;
    color: #fff;
}

.group-betinfo {
	border-radius: 5px;
	margin: 0px 0px;
	padding: 0px 0px 5px 0px;
}

.rows-betinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0px;
	font-size: 12px;
}

.rows-betinfo .title {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'S-Core Dream 3';
    margin: 0;
}

.rows-betinfo .sub-title {
    color: #ffffff;
    font-family: 'S-Core Dream 3';
}

.button-betting-cart {
	display: flex !important;
	justify-content: center;
	height: 52px;
	align-items: center;
	margin: 10px 0px;
	cursor: pointer;
	color: #000000;
	border-radius: 10px;
	font-size: 20px;
	background: #A7A7A7;
	background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.button-betting-cart:hover {
	background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.conten-r {
    width: 300px;
    padding: 0px 10px;
}

/*********************************************** start table style **********************************************/
.table-style {
    width: 100%;
}
.table-style table {
    color: #ffffff;
    width: 100%;
}
.table-style table thead {
    display: none;
}
.table-style table thead tr {
}
.table-style table thead tr th {
    font-weight: normal;
    /* border-bottom: 1px solid #a7a7a7; */
    /* border-top: 1px solid #a7a7a7; */
    padding: 5px 0px;
    color: #ffffff;
}
.table-style.tbl-bbs table thead tr th {
	
border-top: 0;
	
background: unset;
}
.table-style table tbody {}
.table-style table tbody tr {}
.table-style table tbody tr td {
    /* padding: 3px 0px; */
    /* border-bottom: 1px solid #4c546a; */
    padding: 0px 0px;
}
.table-style table .box-td {
    border: 1px solid #a7a7a752;
    /* border-radius: 5px; */
    padding: 2px 5px;
    background: #2c2c2c;
    box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.55) inset;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.55) inset;
    -moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.55) inset;
    height: 34px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.table-style table .buttons.center.selected {
    border-radius: 0;
    padding: 2px 2px;
}
.table-thead {
    border-spacing: 0px;
    width: 100% !important;
    margin: auto;
}
.table-tbody {
    padding: 0;
    margin: 0;
    border-spacing: 2px;
    color: #fff;
}


.title-sport-leage {
	display: flex;
	gap: 10px;
	height: 38px;
	padding: 0px 5px;
	border: 1px solid #a7a7a752;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #181818;
	box-shadow: -2px -1px 2px 1px rgba(0,0,0,0.55) inset;
	-webkit-box-shadow: -2px -1px 2px 1px rgba(0,0,0,0.55) inset;
	-moz-box-shadow: -2px -1px 2px 1px rgba(0,0,0,0.55) inset;
	margin: 0px 0px;
}
.title-sport-leage .info {
    display: flex;
    gap: 8px;
    align-items: center;
}
.title-sport-leage .info .icon {
    width: 20px;
}
.title-sport-leage .info .icon img {
    width: 100%;
}
.box-td.datetime {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.module_border_wrap div {
    display: flex;
    align-items: center;
    line-height: 0;
    gap: 10px;
}
.box-right {
    display: flex;
    justify-content: flex-end;
    padding: 10px 10px;
}
.button-delete {}
.icon-no {
    background: #0964df;
    width: 53px;
    height: 23px;
    margin: auto;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 2px;
}
.bbs-subject {
    color: #ffffff;
}

.table-style.tbl-bbs table {
    border-spacing: 0;
}
.icon-no.event{
    background: #a7a7a7;
}


/*********************************************** end table style **********************************************/

.profile {
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    font-size: 14px;
}
.profile .rows {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    justify-content: space-between;
}
.profile .level {
    display: flex;
    align-items: center;
    gap: 14px;
}
.profile .level .u-icon {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    background-image: url(/images/main/profile/bg-level.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile .level .u-level {
    color: #88b6ff;
}
.profile .level .u-name{}
.profile-button {
    display: flex;
    gap: 5px;
    margin: 0px 0px;
}
.p-botton {
    border-radius: 5px;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000000;
    gap: 10px;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.p-botton:hover {
	    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.pro-info {
    display: flex;
    gap: 20px;
}
.pro-info .rows {}
.pro-info .rows .name,.pro-info .rows .unit {
    color: #88b6ff;
}
.red-text {
    color: #f3486a;
}
.pro-info .rows .cash {}
.prochange-point {
    background: #0964df;
    border-radius: 5px;
    padding: 2px;
    font-size: 12px;
    width: 39px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    cursor: pointer;
}

.box-sport-cart {}
.box-sport-cart .box-list {
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #a7a7a7;
    display: flex;
    justify-content: space-between;
    background: #000000;
    color: #ffffff;
    height: 30px;
}
.box-sport-cart .rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 5px;
}
.box-sport-cart .rows .l-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    /* padding-right: 30px; */
}
.box-sport-cart .rows .l-box .icon {
    display: flex;
    align-items: center;
}
.box-sport-cart .rows .l-box .name {
    color: #ffffff;
    font-size: 10px;
}
.box-sport-cart .rows .r-box {display: flex;}
.box-sport-cart .close-button {
    width: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.box-sport-cart .rows .l-box .price {
    /* width: 43px; */
    /* height: 35px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    /* border-radius: 5px; */
    font-size: 11px;
}
.box-sport-cart .box-colum {}
.box-sport-cart .choice-a {
    font-size: 10px;
}
.box-sport-cart .choice-b {
    color: #a7a7a7;
    font-size: 10px;
}
.box-sport-cart .rows .r-box .price {
    display: flex;
    gap: 5px;
}
.box-sport-cart .rows .r-box .price .cush {}
.box-sport-cart .rows .r-box .price .unit {
    color: #8a92ab;
}
.head-sec {
    gap: 10px;
    padding-left: 0;
}
.head-sec .item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}
.head-sec .space-line {}
.head-sec .item .item-label {
    display: flex;
    align-items: center;
    color: #ffffff;
}
.head-sec .item .item-label img {
    cursor: pointer;
    margin: 0px 4px;
}
.head-sec .item .item-value {
    color: #ffffff;
    font-family: 'S-Core Dream 3';
}
.box-game-title .game-r .top-list-game {
    display: flex !important;
    background: unset !important;
    flex-direction: column;
}
.box-game-title .game-r .cnt-gameslist {
    display: flex;
    gap: 5px;
}
.box-game-title .game-r .rows {
    display: flex;
    gap: 5px;
}
.box-game-title .game-r .rows .btn-gameslist {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #262e45;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    gap: 5px;
}
.box-game-title .game-r .top-list-game .button-black {
    margin: 10px 0px;
    font-size: 14px;
    height: 35px;
}
.button-black {
    background: #ffffff;
    width: 100px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 42px;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}
.box-button-slide {}
.box-button-slide .boxslide-button {
    /* background: #9090ff4f; */
    width: 237px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 439px;
    left: 417px;
    cursor: pointer;
}
.box-button-slide .boxslide-button:hover {
	background: #9090ff4f;
}
.box-header-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.box-header-right .level {
    display: flex;
    gap: 10px;
}

.box-header-right .box-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}
.box-header-right .icon-button-h {
    cursor: pointer;
}
.box-header-right .icon-button-h .msg-count {
    position: absolute;
    background: #a7a7a7;
    border-radius: 100px;
    padding: 0px 5px;
    height: 16px;
    color: #ffffff;
    font-size: 10px;
    top: 21px;
    right: 340px;
}


.box-game-title .game-r .top-list-game {
    display: flex !important;
    background: unset !important;
    flex-direction: column;
}
.box-game-title .game-r .cnt-gameslist {
    display: flex;
    gap: 5px;
    justify-content: end;
}
.box-game-title .game-r .rows {
    display: flex;
    gap: 5px;
}
.box-game-title .game-r .rows .btn-gameslist {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 0px;
    gap: 5px;
    width: 114px;
    font-size: 14px;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
}
.box-game-title .game-r .rows .btn-gameslist:hover {
	background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.box-game-title .game-r .rows .btn-gameslist.active {
	color: #ffffff;
	background: #1F1F1F;
	background: linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(69, 73, 77, 1) 100%);
}
.box-game-title .game-r .rows .btn-gameslist .icon {
    display: none;
}
.box-game-title .game-r .top-list-game .button-black {
    margin: 10px 0px;
    font-size: 12px;
    height: 30px;
}

.box-button-slide {}
.box-button-slide .boxslide-button {
    /* background: #9090ff4f; */
    width: 237px;
    height: 50px;
    border-radius: 5px;
    position: absolute;
    top: 439px;
    left: 417px;
    cursor: pointer;
}
.box-button-slide .boxslide-button:hover {
	background: #9090ff4f;
}

.box-header-r {
    display: flex;
    align-items: center;
    gap: 10px;
}
.box-header-r .level {}
.box-header-r .box-icon {
    cursor: pointer;
}
.box-header-r .msg-box {}
.box-header-r .alert-count {
    position: absolute;
    top: 20px;
    right: 403px;
    background: #f40290;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-main-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
.box-main-menu .box-menu {
    width: 260px;
    height: 362px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.box-main-menu .box-menu .items {
    width: 100%;
    height: 85px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* margin-bottom: 5px; */
    cursor: pointer;
}
.box-main-menu .box-menu .items:hover {
	/*transition: all 0.3s ease-in-out 0.1s;*/
	outline: 3px solid #de3428;
    border-radius: 10px;
   
}


/*********************************************** START MINIGAME  **********************************************/
.box-game-title {
    border-bottom: 1px solid #a7a7a7;
    /* height: 40px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    /* margin-bottom: 20px; */
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.box-game-title .game-l {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.box-game-title .game-l .name-ko {
    font-size: 20px;
    color: #ffffff;
    font-family: 'S-Core Dream 5';
}
.box-game-title .game-l .name-ko-sub {
    font-size: 16px;
    color: #a7a7a7;
    font-family: 'S-Core Dream 3';
    font-weight: normal;
}
.box-game-title .game-r {
    /* width: 100%; */
    display: flex;
}


/*********************************************** END MINIGAME  **********************************************/

.container-minigame {
	width: 1225px;
	padding: 10px 20px;
	margin: 0px 0px 10px 0px;
	background: #212121;
	color: #ffffff;
	border-radius: 10px;
}

.layoutgame-mini {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.iframe-npower {
    width: 900px !important;
    height: 700px !important;
    margin: auto;
    transform: scale(0.8, 0.8);
    margin-left: -87px;
    margin-top: -69px;
    margin-right: -74px;
}

.conten-games {
	margin: 20px 20px 20px auto;
}

.box-betting-slip {
    color: #8a92ab;
    padding-bottom: 20px;
    padding-top: 13px;
    border-bottom: 1px solid #8a92ab;
    font-size: 14px;
    margin-bottom: 0px;
}
.box-betting-slip .title-betting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.box-betting-slip .title-betting .btsname {}
.box-betting-slip .title-betting .btsclose {}
.box-betting-slip .bts-lbox {
    display: flex;
    gap: 10px;
    align-items: center;
}
.box-betting-slip .bts-lbox .bts-num {
    width: 43px;
    height: 36px;
    background: #262e45;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.box-betting-slip .bts-lbox .bts-side {
    color: #ffffff;
}
.box-betting-slip .bts-rbox {
    display: flex;
    gap: 5px;
}
.box-betting-slip .bts-rbox .bts-num {
    color: #ffffff;
}
.box-betting-slip .bts-rbox .bts-side {}
.box-betting-slip .bts-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-rows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 536px;
    margin: auto;
}
.login-name {
    width: 536px;
    margin: auto;
    text-align: left;
    padding: 10px 0px;
}
.login-form-logo .login-ko {
	font-size: 25px;
	padding: 20px 0px;
	color: #ffffff;
}

.text-of-btn {
    font-size: 20px;
}

input::placeholder {
	color:#858b9d;
}
.title-pages-casino {}
.title-pages-casino .name-page {
    color: #5a0604;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
    font-family: 'S-Core Dream 5';
}
.sport-page {
	width:100%;
}
.box-sport {
	width:1200px;
	padding: 20px;
	border-radius: 10px;
	margin: 0;
	box-shadow: 0px 0px 10px #0000001a;
}
.loader-container {
  display: flex;
  gap: 30px;
}

.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

/* Spinner Animation */
.spinner {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Bouncing Dots Animation */
.bouncing-dots {
  display: flex;
  justify-content: space-around;
}

.bouncing-dots::before,
.bouncing-dots::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #3498db;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.bouncing-dots::after {
  animation-delay: 0.3s;
}

@keyframes bounce {
  to {
    transform: translateY(-50%);
  }
}

/* Rotating Plane Animation */
.rotating-plane {
  background-color: #3498db;
  animation: rotatePlane 1.2s infinite ease-in-out;
}

@keyframes rotatePlane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}



.arrow {
    display: flex;
    /* transform: translate(-50%, -50%); */
    /* transform: rotate(90deg); */
    cursor: pointer;
    gap: 10px;
}

.arrow span {
    display: flex;
    border-bottom: 5px solid #3498db;
    border-right: 5px solid #3498db;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}
.arrow span:nth-child(4) {
    animation-delay: -0.8s;
}
.arrow span:nth-child(5) {
    animation-delay: -1.2s;
}
.arrow span:nth-child(6) {
    animation-delay: -1.6s;
}

@keyframes animate {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.live-betting {
	    margin-top: 20px;
}

#gameDivIfm {
	
/* display: flex; */
	
/* flex-wrap: wrap; */
	
/* justify-content: space-between; */
}


.boxtitle-pages {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    box-shadow: 0px 0px 10px #0000001a;
    border-radius: 10px;
    color: #5a0604;
    font-family: 'S-Core Dream 5';
    margin: 0px 0px 10px 0px;
}
.boxtitle-pages .name-pages {}
.boxtitle-pages .name-ko {
    font-size: 20px;
}

.container-conten {
    display: flex;
    justify-content: space-between;
}
/********************************* START *********************************/
/***************************** VIRTUAL  PAGE  ****************************/
/************************************************************************/
.container-virtual {
    border-radius: 10px;
}
.virtual-menut-op {
    font-size: 14px;
}
.virtual-menut-op .menu-top-list {
    display: flex;
    justify-content: space-between;
}
.virtual-menut-op .menu-top-list.border-yellow {
    border: 1px solid #ff3380;
}
.virtual-menut-op .menu-top-list .menu {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 10px 0px;
    background: #000000;
    border-radius: 5px 5px 0px 0px;
    cursor: pointer;
}
.virtual-menut-op .menu-top-list .menu:hover {
    background: #ff3380;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.virtual-menut-op .menu-top-list .menu.link:hover {
    background: #000000;
    color: #ff3380;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #ff3380;
    border-top: 0px;
    border-bottom: 0px;
}
.virtual-menut-op .menu-top-list .menu.active {
    background: #ff3380;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.virtual-menut-op .menu-top-list .menu .icon {}
.virtual-menut-op .menu-top-list .menu .icon img {}
.virtual-menut-op .menu-top-list .menu .name-games {
    padding: 0px 5px;
}
.con-virtual-live {
    padding-bottom: 20px;
}
.con-virtual-live.bangla {
    margin-top: 10px;
}
.con-virtual-live.auto {
	display: flex;
	justify-content: center;
	align-items: center;
}
.con-virtual-live .live {
    overflow: auto;
    display: flex;
    justify-content: center;
    width: 723px;
    /* border: 1px solid #fff; */
    margin: auto;
}
#liveGameIFrame {
    /* width: 100% !important; */
}
.con-virtual-live .live img {
    width: 100%;
}
.container-betting-virtual {
    font-size: 14px;
    /* margin-top: 20px; */
    width: 100%;
}
.list-betting-virtual {}
.leage-virtual-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.leage-mini-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 40px;
}
.leage-mini-info .virtual-info-l {
    width: 100%;
}
.leage-mini-info .virtual-info-c {
    width: 100%;
	text-align:center;
}
.virtual-info-l {
    width: 100%;
}
.virtual-info-l .info {
    display: flex;
    width: 100%;
}
.virtual-info-l .info .icon {}
.virtual-info-l .info.mini .icon {
    width: 150px;
    padding: 10px 0px;
    text-align: center;
}
.virtual-info-r .info.mini .icon {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    width: 97px;
    height: 35px;
    justify-content: center;
    font-size: 14px;
    overflow: hidden;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000000;
}
.virtual-info-r .info.mini .icon img {
    width: 15px;
    cursor: pointer;
    filter: drop-shadow(0px 100px 0 #000000);
    transform: translateY(-100px);
}
.virtual-info-l .info .icon img {
    width: 1.5rem;
}
.virtual-info-l .info .name-leage {
    padding: 0px 10px;
}
.virtual-info-l .info.mini .name-leage {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.virtual-info-r .info.mini .name-leage {
	display: flex;
	align-items: center;
	/* width: 100%; */
	padding:0px 10px;
	justify-content: flex-end;
}
.virtual-info-r {width: 100%;}
.virtual-info-r .info {
    display: flex;
    justify-content: flex-end;
}
.virtual-info-r .info .datetime {}
.virtual-info-r .info .icon {
    padding: 0px 10px;
}
.virtual-info-r .info .dropdown {
    padding: 0px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}




.virtual-info-r .info .dropdown .arrow-v  {
   /* position: absolute; */
   top: -2vw;
   right: 0;
}

.virtual-info-r .info .dropdown .arrow-v::before{
  position: relative;
  content: url(../images/st-virtual/dropdown-icon.png);
  display: block;
  width: 10px;
  height: 0px;
  /* background: #f9d45d; */
  transition: 0.3s ease-in-out;
}

.virtual-info-r .info .dropdown .arrow-v::after {
  position: relative;
   content: url(../images/st-virtual/dropdown-icon.png); 
  display: block;
  width: 10px;
  height: 0px; */
    filter: grayscale(1);
  /* background: #f9d45d; */
  transition: 0.3s ease-in-out;
}


.virtual-info-r .info .dropdown .arrow-v::before {
  transform: rotate(0deg);
  position: relative;
  top: -15px;
}

.virtual-info-r .info .dropdown .arrow-v::after {
  transform: rotate(0deg);
  position: relative;
  top: -15px;
}

.virtual-info-r .info .dropdown.active .arrow-v::before {
  transform: rotate(180deg);
  top: 15px;
}

.virtual-info-r .info .dropdown.active .arrow-v::after {
  transform: rotate(180deg);
  top: 15px;
}





.container-virtual-table {}
.virtual-table {
    background: #191919;
    border-radius: 5px;
    padding: 5px 0px;
    margin-bottom: 10px;
}
.virtual-table table {}
.virtual-table table tbody {
    font-size: 12px;
}
.virtual-table table tbody tr {}
.virtual-table table tbody tr td {}
.container-bettinglist-page-table {}
.bettinglist-page-table {
    border-radius: 5px;
    /* padding: 5px 0px; */
    color: #ffffff;
}
.bettinglist-page-table table {
}
.bettinglist-page-table table tbody {
    font-size: 12px;
}
.bettinglist-page-table table tbody tr {
}
.bettinglist-page-table table tbody tr td {}
.bettinglist-page-table table tbody tr td .item_bet {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #a7a7a7; */
    border-radius: 1px;
    padding: 2px 5px;
    /* background: #000000; */
}
.bettinglist-page-table table tbody tr td .item_bet.selected {
	    color: #000000;
	 background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.bettinglist-page-table table tbody tr td .more {
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    padding: 2px 5px;
    /* background: #000000; */
    text-align: center;
}
.bettinglist-page-table table tbody tr td .team-tie  {
    text-align: center;
    height: 34px;
    background: #2c2c2c;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.55) inset;
    -webkit-box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.55) inset;
    -moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.55) inset;
    border: 1px solid #a7a7a752;
}
.tbl-info-l {
    color: #707478;
    text-align: center;
}
.tbl-info-r {
    text-align: center;
}
.bettinglist-page-table .buttons .con-betnum {
	display: flex;
	gap: 4px;
}
.bettinglist-page-table .buttons .con-betnum .bet-icon .sh {
    color: yellow;
}
.bettinglist-page-table .buttons .con-betnum img {
    padding: 0px 5px;
}
.bettinglist-page-table .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor:pointer;
}
.bettinglist-page-table .buttons .name {
    display: flex;
    gap: 5px;
}
.bettinglist-page-table .buttons .name .img_league {
    width: 20px;
}
.bettinglist-page-table .buttons.selected {border: 1px solid #a7a7a7;color: #000000;box-shadow: none;background: #ffffff;background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.bettinglist-page-table .buttons.center {
    justify-content: center;
}
.tbl-betting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: #000000;
    border-radius: 5px;
    cursor:pointer;
    height: 35px;
}
.tbl-betting.select {
  color:#000000;
  background:#f9d45d;
}
.tbl-betting.selected {
    color: #ffffff;
    background: #ff3380;
}
.tbl-betting.left font {
    color: #6ba7ff;
}
.tbl-betting.right font {
	color: #f07777;
}
.tbl-betting.center {
    justify-content: center;
}
.tbl-betting .name {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 20px;
}
.tbl-betting .name .img_league {
    max-width: 30px;
}
.tbl-betting .con-betnum {
    display: flex;
    margin-top: 15px;
}
.tbl-betting .con-betnum .bet-num {
    color: #000000;
}
.tbl-betting .con-betnum .bet-icon {
    padding: 0px 10px;
}
.list-betting-mini {background: #000000;padding: 10px;border-radius: 10px;margin-bottom: 20px;}

.mini-table {
    border-radius: 5px;
    font-size: 12px;
}
.mini-table table tr td .tbl-info-l {
	    color: #e9d6b5;
}
.mini-table table tr td .bet-num {
}
.mini-table table td:first-child {
    color: #e9d6b5;
    height: 100%;
}
.mini-table .tbl-betting {display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 5px 10px;background: #ffffff;border-radius: 10px;cursor: pointer;width: 100px;height: 125px;color: #000000;font-size: 20px;}
.mini-table .tbl-betting.select {  
	        background: rgb(96, 30, 32);
    background: linear-gradient(0deg, rgba(96, 30, 32, 1) 0%, rgba(147, 15, 29, 1) 51%, rgba(191, 4, 22, 1) 100%);
    color: #ffffff;
    transition: .5s;
								
}
.mini-table .tbl-betting.selected {
	       background: rgb(96, 30, 32);
    background: linear-gradient(0deg, rgba(96, 30, 32, 1) 0%, rgba(147, 15, 29, 1) 51%, rgba(191, 4, 22, 1) 100%);
    color: #ffffff;
    transition: .5s;
	
}
/* sport */
.menu-sport-pages {
  display: flex;
  justify-content: space-between;
  width: 1080px;
}
.sport-games-buttons {
  display: flex;
  background-image: url(../images/sport/bg-button.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 268px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin: 2px;
  cursor: pointer;
}
.sport-games-buttons:hover {
opacity:0.5;
transition:0.3s;
}
.sport-icon-btn {
  display: flex;
}
.sport-name-btn {
  padding: 0px 5px;
}
.sport-games-buttons-s {
  display: flex;
  background-image: url(../images/sport/bg-button-s.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 268px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin: 2px;
  cursor: pointer;
}
.sport-games-buttons-s:hover {
opacity:0.5;
transition:0.3s;
}
.sport-icon-btn-s {
  display: flex;
}
.sport-name-btn-s {
  padding: 0px 5px;
}
.conten-sport {
  margin: 10px 0px;
  font-size: 15px;
}
.games-title-league {
  justify-content: flex-start;
  background-image: url(../images/sport/bg-title-sport.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 35px;
  display: flex;
  align-items: center;
}
.icon-sport-img {
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-sport-img img {}
.game-title-sport-league {
  padding: 0px 5px;
  display: flex;
  align-items: center;
}
.game-title-sport-league img {
  padding: 0px 0px 0px 10px;
}
.game-title-sport-league-sub {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.conten-games-list-sport {
  padding: 0px 10px;
}
.rows-games-list-sport {
  display: flex;
  justify-content: space-between;
  padding: 3px 0px;
}
.rows-info-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  margin: 6px 0px;
}
.date-sport-time {
  width: 100%;
}
.status-sport-list {
  padding: 0px 0px;
  width: 100%;
}
#betlist-slip .list-info {
    font-size: 12px;
    border-bottom: 1px solid #f9d45d;
    background: #363636;
    margin: 5px 0px;
    padding: 5px 10px;
}
#betlist-slip .list-info .list-team {
    display: flex;
    justify-content: space-between;
}
#betlist-slip .list-info .list-team .list-team {}
#betlist-slip .list-info .list-team .team-l-cart {
    width: 100%;
}
#betlist-slip .list-info .list-team .team-l-cart .nameteam-cart {
    width: 100%;
}
#betlist-slip .list-info .list-team .team-r-cart {
    display: flex;
}
#betlist-slip .list-info .list-team .team-r-cart .status-cart {}
#betlist-slip .list-info .list-team .team-r-cart .button-close-cart {
    color: #000000;
    padding: 0px 5px;
    background: #f9d45d;
    border-radius: 10px;
    margin-left: 5px;
    cursor: pointer;
}

/********************************* END *********************************/
/***************************** VIRTUAL  PAGE  ****************************/
/************************************************************************/

.container-betting-history {
	/* width: 1225px; */
	padding: 10px 20px;
	margin: 0px 0px 10px 0px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #0000001a;
	background: #212121;
	color: #ffffff;
	border-radius: 10px;
}

.mini-history-tab-yellow {
	text-align: center;
	padding: 14px;
	font-size: 15px;
	margin: 5px 0px;
	background-color: #101216;
	border-radius: 4px 4px 0 0;
}

.mini-history-tab-yellow {
    border-bottom: 1px solid #ff3380;
    color: #ffffff;
    display: none;
}

.text-center-history {
	text-align: center !important;
	padding: 20px 0px;
}

.con-title-pages {}

.list-title-sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	background: #141c33;
	height: 72px;
	padding: 0px 20px;
}

.list-title-sub .title-l {}

.list-title-sub .title-c {
	padding: 0px 0px;
	/* width: 200px; */
	text-align: right;
}

.list-title-sub .title-c .title-center {
	font-size: 23px;
	font-weight: bold;
}

.list-title-sub .title-r {
	display: flex;
}

.list-title-sub .title-r .buttons-title {
	background-image: url(../images/st-check/bt-refresh.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	margin: 0px 1px;
    filter: hue-rotate(-67deg);
}

.list-info-sub {
	font-size: 12px;
	color: #d6d6d6;
}

.buttons-gray {
	background: #3a3a3a;
	width: 100px;
	padding: 5px 0px;
	border-radius: 5px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0px 2px;
}

.container-calendar {
	padding: 20px 0px;
	margin: 0 auto;
	overflow: auto;
}

.button-container-calendar button {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: unset;
	color: #fff;
	border: unset;
	border-radius: 4px;
	padding: 5px 10px;
	font-size: 30px;
}

.table-calendar {
	border-collapse: collapse;
	width: 100%;
}

.table-calendar thead {}

.table-calendar thead tr {
    border: 1px solid #a7a7a7;
}

.table-calendar thead tr th {
	height: 38px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	background: #a7a7a7;
	color: #ffffff;
}

.table-calendar tbody {}

.table-calendar tbody tr {}

.table-calendar tbody tr td {
	border: 1px solid #a7a7a7;
	text-align: left;
	height: 67px;
	background: #ffe2e2;
	color: #2d2525;
}

.table-calendar tbody tr td span {
	padding: 10px 10px;
}

.table-calendar tbody tr td:first-child {
}

.table-calendar tbody tr td:last-child {
	/*background-color: #2d2d2d;*/
}

.table-calendar tbody tr td:nth-child(7) {
}

.table-calendar td,
.table-calendar th {
	/* padding: 2vw; */
	/* padding: 5px; */
	border: unset;
	text-align: center;
	vertical-align: top;
}

.date-picker.selected {
	font-weight: bold;
	background-image: url(../images/st-check/icon-check.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.date-picker.selected span {
	/* border-bottom: 2px solid currentColor; */
}

/* sunday */
.date-picker:nth-child(1) {
	/* color: red; */
}

/* friday */
.date-picker:nth-child(6) {
	/* color: green; */
}

#monthAndYear {
	text-align: center;
	margin-top: 0;
}

.button-container-calendar {
	position: relative;
	/* overflow: hidden; */
	clear: both;
	top: -34px;
	width: 200px;
	margin: auto;
}

#previous {
	float: left;
}

#next {
	float: right;
}

.footer-container-calendar {
	margin-top: 1em;
	border-top: 1px solid #dadada;
	padding: 10px 0;
	display: none;
}

.footer-container-calendar select {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #ffffff;
	color: #585858;
	border: 1px solid #bfc5c5;
	border-radius: 3px;
	padding: 5px 1em;
}

.con-button-attendance button {
	width: 140px;
	height: 48px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;

}

#monthAndYear {
	justify-content: center;
	font-size: 14px;
}

.conmonthandyear {
	display: flex;
	justify-content: center;
	width: 260px;
	height: 42px;
	margin: auto;
	background: #a7a7a7;
	margin-bottom: 20px;
	border-radius: 10px;
	color: #ffffff;
}

.conmonthandyear div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.container-board {}

.table-board {
	padding: 0px 20px;
}

.table-board table {
	text-align: center;
	font-size: 12px;
	width: 100%;
	border-spacing: 0px;
}

.table-board table thead {}

.table-board table thead tr {}

.table-board table thead tr td {
    border-bottom: 1px solid #a7a7a7;
    height: 40px;
    color: #ffffff;
}

.table-board.bbs table thead tr td:first-child,
.table-board.bbs table tbody tr td:first-child {
	width: 10%;
}

.table-board.bbs table thead tr td:nth-child(2),
.table-board.bbs table tbody tr td:nth-child(2) {
	width: 13%;
}

.table-board.bbs table thead tr td:nth-child(3),
.table-board.bbs table tbody tr td:nth-child(3) {
	width: 10%;
	text-align: left;
}

.table-board.bbs table thead tr td:last-child,
.table-board.bbs table tbody tr td:last-child {
	width: 20%;
}

.table-board table thead tr td:nth-child(2) {
	text-align: left;
}

.table-board table thead tr td:nth-child(3) {
	text-align: center;
}

.table-board table tbody {}
.table-board table tbody .bbs-icon {
    width: 40px;
    margin: 0px 5px;
}
.table-board table tbody .text-board {
    display: flex;
    align-items: center;
}
.table-board table tbody .subject-title {}
.table-board table tbody .subject-title b {
    display: flex;
}
.table-board table tbody tr {
	height: 40px;
}

.table-board table tbody tr td {
    border-bottom: 1px solid #4c546a;
    padding: 5px 0px;
}

.table-board table tbody tr td:nth-child(2) {
	text-align: left;
}

.table-board table tbody tr td:nth-child(3) {
	text-align: left;
	padding-left: 20px;
}
#div_bbs .bbs-subject-img .text-board-img {display: flex;justify-content: flex-start;width: 100%;}
.table-board .icon-green {
	background: #628431;
	width: 40px;
	height: 20px;
	margin: auto;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-board .icon-red {
	background: #d81717;
	width: 40px;
	height: 20px;
	margin: auto;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rows-level {
    display: flex;
    align-items: center;
}
.rows-level .level-icon-bbs {
    display: flex;
    align-items: center;
}
.rows-level .level-icon-bbs img {
    width: 2rem;
}
.rows-level .level-icon-bbs span {
    margin: 0rem 0.5rem;
}
.rows-level .datetime {}

.container-pagination ul {
	display: flex;
	padding: 10px 20px;
	border-radius: 50px;
}

.container-pagination ul li {
	list-style: none;
	margin: 0 2px;
}

.container-pagination ul li.pageNumber {
	width: 30px;
	text-align: center;
}

.container-pagination ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	border-radius: 5px;
}

.container-pagination ul li.pageNumber:hover a,
.container-pagination ul li.pageNumber.active a {
	background: #f9d45d;
	color: #000;
}

.container-pagination ul li:first-child {
	margin-right: 20px;
}

.container-pagination ul li:last-child {
	margin-left: 20px;
}

.container-pagination {
	padding: 20px 0px 50px 0px;
}

.center-container {
	display: flex;
	justify-content: center;
}

.container-select-group {
}

.rows-select-group {
	display: flex;
}

.select-group {
	display: flex;
	align-items: center;
}

.select-group select {
	padding: 0px 5px;
	margin: 0px 5px;
	outline: unset;
	height: 33px;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #4c546a;
}

.select-group .input-group {}

.select-group .input-group input {
	padding: 5px 5px;
	margin: 0px 5px;
	outline: unset;
	height: 20px;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #4c546a;
}

.button-select {
	padding: 5px 15px;
	margin: 0px 5px;
	outline: unset;
	height: 20px;
	background: #3a3a3a;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
	cursor: pointer;
}

.text-center {
	text-align: center;
}

.container-borad-write {
	padding: 20px 20px;
	background: #191919;
	margin: 0px 20px;
}

.content-borad-write {}

.table-borad-write {}

.table-borad-write table {
	font-size: 12px;
	border-spacing: 0;
	width: 100%;
}

.table-borad-write table tr {}

.table-borad-write table tr td:first-child {
	border-left: unset;
}

.table-borad-write table tr td:last-child {
	border-right: unset;
}

.table-borad-write table tr td {
	border: 1px solid #3a3a3a;
	padding: 5px 10px;
}

.table-borad-write .tile-td-board {
	padding: 0px 10px;
	display: flex;
	align-items: flex-start;
	width: 100px;
}

.table-borad-write .td-board {}

.button-write-borad {
	background: #3a3a3a;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
}

.table-borad-write .board-textarea {
	padding: 10px 0px;
}

.table-borad-write .td-board input {
	padding: 5px 5px;
	margin: 0px 0px;
	outline: unset;
	width: 900px;
	height: 20px;
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
}

.table-borad-write textarea {
	padding: 5px 5px;
	margin: 0px 0px;
	outline: unset;
	width: 1000px;
	height: 300px;
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
}

.borad-buttons {
	display: flex;
	justify-content: center;
	padding: 10px 0px 20px 0px;
}

.rows-borad-buttons {
	display: flex;
}

.buttons-black {
	background: #000;
	width: 100px;
	height: 27px;
	margin: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #ff3380;
    border: 1px solid #ff3380;
	border-radius: 3px;
	cursor: pointer;
}

.buttons-yellow {
    background: #ff3380;
    width: 100px;
    height: 27px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #ff3380;
    border-radius: 3px;
    cursor: pointer;
}

.board-textarea-write {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.board-textarea-write textarea {
	padding: 5px 5px;
	margin: 0px 0px;
	outline: unset;
	width: 100%;
	height: 400px;
	background: #191919;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
}

.container-board-write-coment {
	padding: 0px 20px;
	margin: 0px 20px;
	background: #191919;
}

.rows-board-write-coment {
	padding: 10px 20px;
	background: #000;
	margin-bottom: 2px;
}

.board-write-coment {}

.info-write-coment-sub {
	color: #a4a4a4;
	font-size: 11px;
}

.write-coment {}

.container-comment {}

.comment-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px 0px 30px 0px;
}

.comment-text {
	/* width: 60%; */
	margin: auto;
}

.comment-text textarea {
	padding: 5px 5px;
	margin: 0px 0px;
	outline: unset;
	width: 1000px;
	height: 50px;
	background: #000000;
	color: #ffffff;
	border-radius: 5px;
	border: 1px solid #3a3a3a;
}

.comment-buttons {}

.buttons-comment-yellow {
	background: #000;
	width: 100px;
	height: 27px;
	margin: 0px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #ffffff;
    background: #ff3380;
	border-radius: 3px;
	cursor: pointer;
}

.container-bet-buttons-group {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 30px;
	box-shadow: 0px 0px 10px #0000001a;
	border-radius: 10px;
	margin: 20px AUTO;
}

.list-bet-buttons-group {
	padding: 30px 30px;
	width: 710px;
	margin: 20px auto 10px auto;
	border-radius: 10px;
}

.list-bet-buttons-group .title {
    color: #ffffff;
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.list-bet-buttons-group .input-bet-group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.button-input-bet-group {
	display: flex;
	justify-content: space-around;
}

.submit-buttons-ex {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1e1e1e;
	border-radius: 5px;
    color: #ff3380;
	cursor: pointer;
	margin: 0px 3px;
}

.submit-buttons-ex:hover {
    background: #ff3380;
    color: #ffffff;
}

.con-input-point {
	width: 556px;
}

.con-input-point.w-10 {
	width: 10%;
	display: flex;
	justify-content: center;
}

.input-bet-group .point-info {
	background: #000000;
	border-radius: 5px;
	padding: 12px 10px;
	width: 548px;
	height: 44px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border: 0;
	outline: 0;
}

.input-bet-group .point-info.border-white {
	border: 1px solid #ffffff;
}

.input-bet-group .point-info.bg-yellow {
	display: flex;
	justify-content: center;
	background: #f9d45d;
}

.input-bet-group .point-info .title-p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 5px;
}

.input-bet-group .point-info .title-p .icon {
	display: flex;
	align-items: center;
	color: #ffffff;
}

.input-bet-group .point-info .title-p .icon.w-100-center {
	justify-content: center;
	width: 100%;
}

.input-bet-group .point-info.bg-yellow .title-p .icon {
	color: #000000;
}

.input-bet-group .point-info .title-p .icon img {
	padding: 0px 5px;
}

.input-bet-group .point-info .title-p .cash {
    color: #ff3380;
}

.con-button-point {
	    width: 134px;
	    height: 44px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    color: #000000;
	    cursor: pointer;
	    margin: 0px 1px;
	    border-radius: 10px;
	    background: #A7A7A7;
	    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
	    cursor: pointer;
	    font-family: 'S-Core Dream 5';
}
.con-button-point:hover {
    background: #A7A7A7;
	    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.con-button-point .submit-buttons {
    font-size: 16px;
}

.con-buttons-bet-point {
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}

.button-point-bet {
	width: 109px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 10px;
	color: #000000;
	cursor: pointer;
	margin: 0px 1px;
}

.button-point-bet.betcan {
	width: fit-content;
    height: fit-content;
    padding: 0 1vw;
    margin-left: 1vw;
}

.button-point-bet:hover {
    background: #A7A7A7;
	    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.button-point-bet.white {
	/* color: #ffffff; */
}

.container-point-his {
	padding: 0px 20px;
}

.point-his {
	padding: 0px 0px;
	margin-bottom: 40px;
}

.point-his .title {
	text-align: center;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.point-his .point-table {}

.point-table table {
	width: 100%;
	font-size: 14px;
	text-align: center;
	border: 0;
	border-spacing: 0;
}

.point-table table thead {}

.point-table table thead tr {
	border-bottom: 1px solid #4c546a;
}

.point-table table thead tr th {
    border-bottom: 1px solid #5a5a5a;
    padding: 20px 0px;
    color: rgb(255 255 255);
    font-family: 'S-Core Dream 3';
    font-weight: normal;
}

.point-table table tbody {
}

.point-table table tbody tr {}

.point-table table tbody tr td {
	border-bottom: 1px solid #5a5a5a;
	padding: 20px 0px;
}


.table-ask.write table {
	text-align: center;
	font-size: 12px;
	width: 100%;
	border-spacing: 0px;
	margin-top: 20px;
}

.table-ask table {
	text-align: center;
	font-size: 12px;
	width: 100%;
	border-spacing: 0px;
}

.table-ask table thead {}

.table-ask table thead tr {
    color: #a7a7a7;
}

.table-ask table thead tr th {
    border-bottom: 1px solid #a7a7a7;
    height: 40px;
    color: #a7a7a7;
    font-family: 'S-Core Dream 3';
}

.table-ask.write table thead tr td {
	border-bottom: 1px solid #a7a7a7;
	border-top: 1px solid #a7a7a7;
	height: 40px;
}

.table-ask table thead tr td:nth-child(2) {
	text-align: center;
}

.table-ask table thead tr td:nth-child(3) {
	text-align: center;
}

.table-ask table tbody {}

.table-ask table tbody tr {
	height: 40px;
}

.table-ask table tbody tr td {
    border-bottom: 1px solid #4c546a;
    padding: 20px 0px;
}

.table-ask table tbody tr td:nth-child(3) {
	text-align: left;
}



.container-center {
	/* padding: 0px 20px; */
}

#div_search_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

#div_search_box .right {
	display: flex;
	align-items: center;
}

#div_search_box .btnsl2 {
	background: #000000;
    border: 1px solid #ff3380;
	border-radius: 5px;
	width: 6rem;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: SCDream4;
	display: flex;
	align-items: center;
	justify-content: center;
}

#div_search_box .right select {
	width: 100%;
	height: 31px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: SCDream4;
	margin: 10px 2px;
	border: 0;
}

#div_search_box .right input {
	border-radius: 5px;
	padding: 13px 10px;
	width: 6rem;
	height: 3px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-family: SCDream4;
	margin: 10px 2px;
	outline: unset;
	border: 0;
}

.table-ask table tbody .select-tr {}

.table-ask table tbody .select-tr td:first-child .text-board {
	color: #f9d45d;
}

.table-ask table tbody .select-tr td {
	border-bottom: 1px solid #4c546a;
}

.table-ask table tbody .select-tr td:first-child {
	border-right: none;
}

.table-ask table tbody .select-tr td:last-child {
	border-left: none;
}

.table-ask table tbody .select-tr td:nth-child(2) {
	border-left: none;
	border-right: none;
}

.table-ask .tbl-panel {
	background: #20283f;
	height: auto;
}

.detail-info {}

.con-list-text-ask {
	text-align: left;
	padding: 30px;
}

.list-text-ask {}

.con-ask-write-comment {}

.ask-write-comment {
	display: flex;
	flex-direction: column;
}

.ask-write-comment textarea {
    border: 1px solid #ff3380;
	background: #191919;
	color: #ffffff;
	padding: 10px;
	outline: unset;
}

.ask-write-comment button {
	height: 45px;
    background: #ff3380;
    color: #fff;
	border: unset;
	font-size: 14px;
	font-weight: bold;
}

.con-deposit-info {
	padding: 10px;
	display: flex;
	justify-content: flex-start;
}

.deposit-info {
}

.deposit-info .list-text-deposit {
	font-size: 12px;
	color: #ffffff;
	line-height: 28px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin: 15px 0px;
}
.deposit-info .list-text-deposit .icon {width: 40px;padding: 0px 20px;}
.deposit-info .list-text-deposit .icon img {
    width: 40px;
}
.deposit-info .list-text-deposit .text {}
.con-button-sub-table {}

.button-sub-table {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0px;
}

.button-sub-table .button-sub {
	background: #3a3a3a;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	padding: 5px 0px;
	font-size: 14px;
	cursor: pointer;
}

.event-container {
	padding: 0px 20px;
}

.event-list {
	display: flex;
	justify-content: space-between;
}

.event {
	background: #000;
	width: 48%;
	padding: 10px;
	margin: 5px 5px;
}

.event .banner {
	background: #f9d45d;
	height: 100px;
}

.event-caption {
	padding: 10px 0px;
}

.event-caption .name {
	color: #f9d45d;
	padding: 10px 0px;
}

.event-caption .title {}

.event-caption .title img {
	width: 9rem;
}


.sn-sidebar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100%;
	background-color: #1e1e1e;
	transform: translateX(-100%);
	transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 10000;
	overflow: auto;
}

.sn-sidebar.sn-sidebar-in {
	transform: translateX(0%);
}

.sn-sidebar.sn-sidebar-right {
	left: inherit;
	right: 0px;
	transform: translateX(100%);
}

.sn-sidebar.sn-sidebar-right.sn-sidebar-in {
	transform: translateX(0%);
}

.sn-sidebar-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 9995;
}

.sn-sidebar-overlay.sn-sidebar-in {
	visibility: visible;
	opacity: 1;
}

.con-rightmenu {
	padding: 1rem 0rem;
}

.con-rightmenu .right-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	padding: 1rem 1rem;
}

.con-rightmenu .right-menu-icon {
	width: 1.5rem;
    filter: brightness(10);
}

.right-menu-icon-arrow {
	width: 3vw;
	height: 3vw;
    filter: brightness(10);
}

.right-menu-name {

	width: 100%;

	padding: 0vw 2vw;
}

.logout-menu-right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-top-mobile {
	display: flex;
	break-after: column;
	justify-content: space-around;
}

.sport-h-menu {
	display: flex;
	justify-content: space-between;
	/* border-bottom: 1px solid #4c546a; */
}

.conmenu-sport {
	display: flex;
	width: 100%;
}

.list-menu-sport {
	display: flex;
	width: 100%;
	justify-content: center;
}

.menu-sports {
	width: 55px;
	display: flex !important;
	align-items: center;
	margin: 0px 2px;
	padding: 13px 4px;
	border-radius: 7px;
	cursor: pointer;
	font-size: 16px;
	justify-content: center;
	gap: 5px;
	color: #ffffff;
}
.menu-sports.active {
	color: #FFC107;
	overflow: hidden;
}
.bettinglist-sub {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border-radius: 0px;
	font-size: 14px;
	width: 98%;
	margin: auto;
	border-bottom: 1px solid #a7a7a7;
	border-top: 1px solid #a7a7a7;
}

.bettinglist-sub-group {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bettinglist-sub-group .datetime {}

.bettinglist-sub-group .num-group {
	padding: 0px 20px;
	


}

.menu-sports .icon-sports {display: flex;}

.menu-sports .icon-sports img {
 overflow: hidden;
}
.menu-sports.active .icon-sports img {
    filter: drop-shadow(0px 100px 0 #FFC107);
    transform: translateY(-100px);
}
.menu-sports .name-sports {font-size: 14px;}

.panel-betting-cart {
	display: none;
	height: 80vh;
	overflow: auto;
}

.paging_div {
	padding: 20px;
	text-align: center;
}

.paging_div {
	text-align: center;
}

.paging_div .inner_paging {
	/* margin: 0 5px 0 5px; */
}

.paging_div .inner_paging a {
	padding: 2px 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.paging_div .inner_paging a.num_prev {
	margin-left: 1px;
	margin-right: 1px;
}

.paging_div .inner_paging a.cur {
	font-weight: bold;
	background: #545454;
	border-radius: 5px;
}

.paging_div .inner_paging a.num {
	width: 15px;
	margin: 0 2px;
}

.paging_div .inner_paging a.num:hover {
	font-weight: bold;
	background: #00dbe3;
	color: #fff;
	border-radius: 5px;
}


.sb-betting .item-selected {
    max-height: 208px;
    overflow: auto;
}

.sb-betting .item-selected {
    max-height: 208px;
    overflow: auto;
    padding-top: 10px;
}

/* ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ scrollbar */
.sb-betting .item-selected::-webkit-scrollbar {
    width: 8px;
}


.sb-betting .item-selected::-webkit-scrollbar-track {
    background: #1a1a1a; 
    border-radius: 4px;
}


.sb-betting .item-selected::-webkit-scrollbar-thumb {
    background: #333333; 
    border-radius: 4px;
    border: 2px solid #1a1a1a; 
}

/* Hover effect */
.sb-betting .item-selected::-webkit-scrollbar-thumb:hover {
    background: #555555; 
}


.sb-betting .item-selected .item {
	display: flex;
	border: 1px solid #b2b2b2;
	padding: 7px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	margin-bottom: 4px;
	background: #000;
}

.sb-betting .item-selected .item .pl {
	flex: 1;
	/* display: flex; */
	/* justify-content: space-between; */
}

.sb-betting .item-selected .item .pl .name {
	/* margin-bottom: 4px; */
}

.sb-betting .item-selected .item .pl .name .red {
	color: #f07777;
}

.sb-betting .item-selected .item .pl .name .blue {
	color: #6ba7ff;
}

.sb-betting .item-selected .item .pl .name .yellow {
	color: #e1bb34;
}

.sb-betting .item-selected .item .pl .name span {}

.sb-betting .item-selected .item .pl .score {
	display: flex;
}

.sb-betting .item-selected .item .pl .score .col {
	margin-right: 8px;
}

.sb-betting .item-selected .item .pl .score .col .red {
	color: #f07777;
}

.sb-betting .item-selected .item .pl .score .col .blue {
	color: #6ba7ff;
}

.sb-betting .item-selected .item .pl .score .col .yellow {
	color: #e1bb34;
}

.sb-betting .item-selected .item .pl .score .col .cadetblue {
	color: #f9d45d;
}

.sb-betting .item-selected .item .pr {
	width: 22px;
	text-align: center;
}

.sb-betting .item-selected .item .pr img {
	width: 100%;
}

.bsh-oc {
	display: none;
	text-align: center;
}

.bsh-oc i {
	color: #FFF;
	font-size: 10vw;
	background: #b79d4b;
	margin-top: 2vw;
	padding: 0 2vw;
	border-radius: 1vw;
}

.bettingcart-sport-mb {
	display: none;
	align-items: center;
	justify-content: center;
	background: #000;
	height: 3rem;
	text-transform: uppercase;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 999;
}
.game-live-bet {
	background: #1a2744;
	border: 1px solid #2a3a5a;
	border-radius: 12px;
	padding: 15px;
	display: flex;
	gap: 15px;
	align-items: stretch;
}

.game-live-bet .left {
	width: 200px;
	width: 200px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #444;
	border-radius: 8px;
	display: flex !important;
	flex-direction: column;
}

.game-live-bet .left .row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 12px !important;
    border-bottom: 1px solid #333 !important;
    font-size: 13px !important;
}
.game-live-bet .left .row .label {
    width: 100%;
}
.game-live-bet .left .row .value {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 600;
}
.game-live-bet .left .row .value input {
    background: #fff !important;
    border: 1px solid #555 !important;
    color: #000 !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    width: 80px !important;
    text-align: right !important;
    font-size: 13px !important;
}

.game-live-bet .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.game-live-bet .right .btn-left {flex: 1;}

.game-live-bet .right .btn-right {}

.game-live-bet .right .btn-left .row {
	
}

.game-live-bet .right .btn-left .row .item:nth-child(2) {
	padding: 8px 0;
}

.game-live-bet .right  .btn-left .row .item {
    display: flex;
    justify-content: space-between;
}
.btnsl5 {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	width: 110px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 10px;
}

.btnsl5:hover {
    background-color: #f9d45d;
	color:#000;
}

.btnsl6 {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 200px;
	cursor: pointer;
	border-radius: 10px;
	background-image: radial-gradient( circle farthest-corner at 23.4% 36.8%,  #f9d45d 0%, rgba(255,230,167,1) 90% );
	box-shadow: 2px 6px 7px #000;
}

.btnsl6:hover {
	box-shadow: 2px 6px 7px #463e27;
	 background-image: radial-gradient( circle 603px at 32.8% 51%,  #f9d45d 0%, rgb(228 204 152) 90.3% ); 
}
.container-betting-mini {
	position: relative;
	width: 500px;
	display: flex;
	flex-direction: column-reverse;
}

.stop-control {
	display: none;
}

.stop-control.show {
	display: block;
	position: absolute;
	width: 100%;
	height: 87%;
	text-align: center;
	background-color: rgb(0 0 0 / 75%);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.stop-control .stoptext {
	font-size: 16px;
	font-weight: bold;
	color: #e6cd73;
	margin-top: 51px;
	cursor: default;
}


.gm-control-empty {
	
background: rgba(255, 0, 0, 0.1) !important;
	
border: 2px solid #ff4444 !important;
	
border-radius: 8px !important;
	
padding: 20px !important;
	
margin-bottom: 15px !important;
	
/* display: none !important; */
	
text-align: center !important;
	
color: #ff4444 !important;
	
font-size: 18px !important;
	
font-weight: 700 !important;
}

.gm-control-empty .emtext {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 60px 0;
}

.red {
	color: #f07777;
}
.blue {
	color: #6ba7ff;
}
.yellow {
	color: #f9d45d;
}
/******************************************************/

.lg-footer-content {
    padding-bottom: 1rem;
}
.lg-footer-content .live-score {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0rem 0rem 0rem;
}
.lg-footer-content .live-score a {
    margin: 0rem 0.2rem;
}
.lg-footer-content .live-score a img {
    filter: grayscale(100);
    
     /* remove existing filter */
    width: 2rem;
}
.lg-footer-content .license {
    text-align: center;
    font-size: 11px;
}
.mini-buttons-choice {
    display: flex;
    justify-content: space-between;
}
.mini-buttons-choice.flex-column {
    flex-direction: column;
}
.mini-buttons-choice .title-choice {
    width: 15%;
    padding: 10px 10px;
}
.mini-buttons-choice .rows {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 30px;
}
.mini-buttons-choice .rows .tbl-betting {
    margin: 2px 2px;
}

.table-tbody.b3gdgp {}
.table-tbody.b3gdgp tbody {}
.table-tbody.b3gdgp tbody tr {}
.table-tbody.b3gdgp tbody tr td {}
.table-tbody.b3gdgp tbody tr .box_normal {
    text-align: center;
}
.table-tbody.b3gdgp tbody tr table td.shadow {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 6px 5px;
    background: #000000;
    text-align: center;
    cursor: pointer;
}
.table-tbody.b3gdgp tbody tr table td.shadow:hover {
    color: #000000;
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.table-tbody.b3gdgp tbody tr table td.shadow.selected {
    color: #000000;
    background: #A7A7A7;
    background: linear-gradient(180deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


/* */
.sport-betting-tbl {}
.sport-betting-tbl .table-tbody {}
.sport-betting-tbl tbody {}
.sport-betting-tbl tbody tr {}
.sport-betting-tbl tbody tr.hidden-match {
    display: none;
}
.sport-betting-tbl tbody tr.hidden-match.active {
    display: none;
}
.sport-betting-tbl tbody tr.hidden-match.active td .box-td {
    background: #706f6f;
}
.sport-betting-tbl tbody tr td {}
.sport-betting-tbl tbody tr td.buttons {}

/* Ã­â€ Â ÃªÂ¸â‚¬ Ã«Â²â€žÃ­Å Â¼ Ã¬Å Â¤Ã­Æ’â‚¬Ã¬ÂÂ¼ */
.toggle-btn {
    border: 1px solid #444;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
    font-weight: 400;
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #A7A7A7;
    background: linear-gradient(0deg, rgba(167, 167, 167, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.toggle-btn:hover {
    background: #3a3a3a;
    color: #fff;
    border-color: #555;
}


@media (max-width: 768px) {
    .box-td.buttons .name {
        font-size: 12px;
    }
    .bet-num {
        font-size: 12px;
    }
    .name-leage {
        font-size: 12px;
    }
}


.main-match.have-match.active .match-wrapper {
    border: 2px solid rgb(255, 193, 7);
    border-radius: 10px;
    background: #000;
    padding: 5px;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.7), 0 0 20px rgba(255, 193, 7, 0.5) inset;
    transition: all 0.3s ease;
}

.main-match.have-match.active .match-wrapper:hover {
    background: #111;
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(255, 193, 7, 1), 0 0 30px rgba(255, 193, 7, 0.7) inset;
}


.main-match.no-match ,.no-match {
	display:none;
}
.main-match table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border-spacing: 0;
}
.box-border-round {
    border: 2px solid rgb(255, 193, 7);
    border-radius: 10px;
    background: #000;
    padding: 5px;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.7), 0 0 20px rgba(255, 193, 7, 0.5) inset;
    transition: all 0.3s ease;
    margin: 10px 0px;
}