body {
    font-family: 'Roboto';
}
.spin-main {
    font-family: "Roboto", "segoe ui", Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative;
    padding-right: 50px;
    line-height: 20px;
    max-width: 100%;
    background: #fff url(img/Bgr-web.jpg) no-repeat;
    position: relative;
    background-position: center top;
    height: 710px;
    background-size: 100%;
}
/*scroll*/
.scrollable {
    overflow-y: auto;
}
.scrollable::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.scrollable::-webkit-scrollbar-thumb {
    position: absolute;
    right: -20px;
    background-color: #198fee;
    border-radius: 2px;
}
.scrollable::-webkit-scrollbar-track {
    position: absolute;
    right: -20px;
    -webkit-box-shadow: inset 0 0 6px rgba(207,207,207,0.3);
    background-color: #CFCFCF;
    border-radius: 2px;
}
.game-rule-content {
    width: 100%;
    height: 220px;
    max-height: 100%;
    margin-top: 20px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-spin {
    padding-top: 50px;
    padding-left: 55px;
    position: relative;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    text-transform: uppercase;
}
.info-spin .nav-tabs {
    border-bottom: none;
}
.info-spin .nav-tabs li a {
    color: #fff;
    text-transform: uppercase;
    background-color: #d03317;
    transition: all .1s;
    padding: 5px 24px;
    border-radius: 10px;
    margin-right: 7px;
}
.info-spin .nav-tabs li.active a, .game-info .nav-tabs li a:hover, .game-info .nav-tabs li.active a:hover, .game-info .nav-tabs li.active a:focus {
    background-color: #0061af;
    color: #fff;
    border: 1px solid #0061af;
}
.info-spin .nav-tabs>li>a:hover {
    background-color: #0061af;
    color: #fff;
    border: 1px solid #0061af;
}
.info-spin  .nav>li>a {
    position: relative;
    display: block;
    padding: 4px 20px;
    font-size: 13px;
    border-radius: 10px;
}
.info-spin  .tab-content {
    width: 80%;
}

/* info history*/
.info-history {
    margin-top: 30px;
    text-align: center;
}
.info-history table th {
    background-color: #a8fffa;
    color: #244dc4;
}
.info-history  table, .info-history table th, .info-history table  td {
    border: 1px solid #c79b8e;
    border-collapse: collapse;
}
.info-history  td {
    color: #fff;
    font-size: 13px !important;
}

/* check point*/
.check-score-box {
    padding-top: 20px;
    margin: 0 auto;
    position: relative;
    width: 274px;
    height: 186px;
    border-radius: 20px;
    background-color: #a8fffa;
    margin-top: 45px;
}
.help-check-score p {
    font-size: 17px;
    margin-bottom: 10px;
    color: #d03317;
    text-align: center;
}
.input-check-score {
    text-align: center;
    width: 100%;
    display: block;
    float: left;
}
#input-check-score {
    padding: 12px 12px;
    width: 170px;
    font-size: 15px;
    color: #0061af;
    border-radius: 6px;
    border: none;
}
#submit-check-score {
    transition: all .2s;
    height: 46px;
    padding: 0px 18px;
    margin-left: 5px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #156fb5;
    font-size: 18px;
    text-transform: uppercase;
}
/*box*/
.present-box {
    width: 1035px;
    height: 364px;
    background: transparent url(img/present.png) no-repeat;
    margin: 0 auto;
    margin-top: 92px;
    background-position: 0px 65px;
}
.rating-box-title {
    font-size: 26px;
    color: #0061af;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/*rating*/
.rating-box-title {
    font-size: 26px;
    color: #0061af;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.rating-box-content {
    width: 74%;
    margin: 0 auto;
}
canvas#canvas {
    margin-left: 4px;
    transform: rotate(18deg);
}
/*game score*/
.game-score {
    width: 160px;
    height: 82px;
    background: transparent url(img/score-box-bg.png) no-repeat;
    margin: 0 auto;
    margin-top: 0px;
    margin-inline-start: 46%;
}
.game-score-content {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-top: 46px;
    text-align: center;
}
/**/
.score-xs {
    margin-top: 5px;
}
.score-xs .score-lb {
    color: #ffffff;
}
.score-xs span.score-text {
    padding: 5px 30px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0px 5px;
    border: 1px solid #ddd;
}

/*modal*/
.rotation-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.modal-body {
    /* background-color: #FDB816; */
    background: transparent url(img/pu-bg.png) no-repeat;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    padding-bottom: 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 330px;
    padding-top: 105px;
}
.modal-content {
    width: 274px;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
button.close {
    z-index: 999;
    position: absolute;
    right: -10px;
    top: 10px;
    font-size: 24px;
    opacity: 1;
    color: #ffffff !important;
}
#content-message {
    font-size: 15px;
    color: #fff;
}
img#mui-ten {
    width: 12%;
    position: absolute;
    transform: rotate(-2deg);
    top: -32px;
    margin-left: 223px;
    z-index: 999;
}
.canvas-spin {
    margin-top: 33px;
    margin-left: 40px;
    position: relative;
}
.spin-not-active {
    margin-left: 4px;
    transform: rotate(18deg);
}
.spin-not-active img {
    margin-top: -11px;
}
.rotation-action-box {
    position: absolute;
    bottom: 45px;
    transform: translate(-50%, 0);
    left: 53%;
    width: 100%;
}
.rotation-action-box .btn-accept {
    color: #fff;
    margin-left: 10px;
    background: transparent url(img/btn-xac-nhan.png) no-repeat;
     text-indent: -999900px;
    width: 100px;
    height: 35px;
}
a#btn-skip {
    background: wheat;
    text-decoration: none;
    color: #000;
    padding: 6px 21px;
    font-weight: bold;
    border-radius: 8px;
}
.result-check-score {
    font-weight: bold;
    color: #28a745!important;
    font-size: 16px;
    text-align: center;
}
/**/
.title-mobile.hidden-sm.hidden-md.hidden-lg {
    margin: 9px auto;
    text-align: center;
}
.title-mobile img {
    width: 85%;
}
a.present-link {
    background: url(img/Button-the-le.png) no-repeat;
    padding: 10px 51px;
    background-size: 93px;
    background-position: 0px 1px;
}

.history-link {
    background: url(img/Button-lich-su.png) no-repeat;
    padding: 10px 51px;
    background-size: 93px;
    background-position: 0px 1px;
}
.search-score {
    background: url(img/mobile-tra-cuu.png) no-repeat;
    padding: 10px 51px;
    background-size: 93px;
    background-position: 0px 1px;
}
a#register-tgn {
    background: #337ab7;
    color: #ffffff;
    padding: 4px 23px 6px 23px;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
    line-height: 3px;
    border-radius: 6px;
}
.top-ten {
    background: url(img/Button-top10.png) no-repeat;
    padding: 13px 51px;
    background-size: 93px;
    background-position: 0px 1px;
}
#btn-play-spin img {
    width: 73%;
    margin: 0 auto;
    display: block;
}
/*#btn-play-spin {*/
    /*background: url(img/Button-quay-ngay.png) no-repeat;*/
    /*padding: 51px 58px;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*text-align: center;*/
/*}*/
.title-deskstop img {
    width: 75%;
    margin-top: 38px;
}
.loading-spin img {
    width: 50%;
}
.loading-spin {
    display: none;
    position: absolute;
    z-index: 99999;
    /* width: 52%; */
    /* overflow: hidden; */
    top: 48%;
    left: 49%;
    transform: translate(0%, -47%);
    -moz-transform:  translate(0%, -47%);
    -webkit-transform: translate(0%, -47%);
    -o-transform: translate(0%, -47%);
    -ms-transform: translate(0%, -47%);
}
.play-spin {
    width: 55%;
    position: absolute;
    z-index: 1000;
    left: 142px;
    top: 162px;
}

.rank-top-1 {
    color: #ff0036 !important;
}
.rank-top-2 {
    color: #f39c12 !important;
}
.rank-top-3 {
    color: #22ab59 !important;
}
.info-top-point {
    margin-top: 30px;
    text-align: center;
}
.info-top-point table th {
    background-color: #a8fffa;
    color: #244dc4;
}
.info-history  table, .info-history table th, .info-history table  td {
    border: 1px solid #c79b8e;
    border-collapse: collapse;
}
.info-top-point  td {
    font-size: 13px !important;
}
.footer {
    width: 100%;
    font-size: 16px;
    text-align: center;
}
.footer p a {
    color: #fff;
    text-decoration: underline;
    padding: 0px 28%;
}

a.set-page.active {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    color:#ffffff;
}