@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
body{   
    background-size: cover;
    font-family: 'Play', sans-serif;
}
img{max-width: 100% !important;}
text { 
    font-size: 16px;
    pointer-events: none;
    fill: #fff;
    //text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    font-weight: bold;
}
button.close{
    margin-right: 0;
    margin-top: -5px;
    font-size: 32px;
}
.btn-submit{
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    background: yellow;
    color: red;
}
.btn-replay{
    margin-right: 20px;
    color: gray;
}
.btn-replay:hover{
    text-decoration: none;
}
.modal-footer{
    margin-top: 0 !important;
    padding: 5px 20px 20px !important;
}
.modal-body{
    padding: 20px 20px 10px 20px !important;
}
#chart{
    width:500px;
    height:469px;
    margin-left: -5px;
    cursor: pointer;
}

.container{
    width: 980px;
}

#question{
    width:400px;
    font-size: 25px;
    color: #ffffff;
}
#question h1{
    font-size: 50px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
span{
    font-weight:bold;
}
.info{
    margin-top: 10px;
    float: left;
    color: #ffffff;
    width: 300px;
    display: none;
}
#dv{
    float: left;
    margin-top: 45px;
}
.info input[type='text']{
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 1px;
    width: 90%;
    color: #ffffff;
}
.vong-xoay{ 
    display: block;
    margin: 5px auto 0 150px; 
    width: 500px;
}
.vong-xoay .button{
    margin: 0 auto;
    display: block;
    float: none;
    width: 200px;

}
.vong-xoay .dv{
    margin: 0 auto;
    display: block;
    float: none;
}
.fix{
    margin: 235px 0 0 195px;
    position: absolute;
    width: 150px;
    z-index: 1;
}
.fix img{
    width: 100%;
}
#cau_hoi{
	font-size: 26px;
	text-align: center;
    color: #005500;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(28,110,164,0.7);
}
.modal-content{
    width: 500px;
    margin: 0 auto;
}
.modal.in .modal-dialog{
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
label{
    margin-top: 20px;
}
#vong-quay{
    width: 825px;
    margin: 50px auto;
    padding: 0;
    display: block;
    background: url(images/background-vong-quay.png) no-repeat top center;
    height: auto;
    min-height: 825px;
}
.menu-left{
    background: url("images/menu-left.png") no-repeat right bottom;
    width: 205px;
    height: 550px;
    float: left;
    margin-top: 20px;
}
.menu-right{
    background: url("images/menu-right.png") no-repeat left bottom;
    width: 205px;
    height: 560px;
    bottom: 0;
    float: right;
    margin-top: 20px;
}
.list-left{
    margin-top: 230px;
    padding-left: 5px;
}
.list-right{
    margin-top: 10px;
}
.list-left li,
.list-right li{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid #009300;
    list-style: none;
}
.list-right li{
    float: right;
}
.danh-sach{
    width: 240px;
    float: left;
    top: 30%;
    position: absolute;
    height: 50%;
    background: #fffff8;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.danh-sach h2{
    font-size: 18px;
    color: #009600;
    font-weight: bold;
    padding-left: 5px;
}
.danh-sach li{
    list-style: none;
    background: url("images/check-list.png")no-repeat left center;
}
.danh-sach li a{
    color: #009600;
    padding-left: 15px;
}
.danh-sach ul{
    margin: 0 0 0 5px;
    padding: 0;
    overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
    .title-wheel{
        display: none;
    }
    .danh-sach{
        width: 100%;
        max-width: 680px;
        display: block;
        margin: 0 auto;
        position: inherit;
        border-radius: 10px;
        float: none;
        padding: 10px;
    }
}
.btn.btn-submit{
    margin: 15px auto; 
    display: block;
    background: #600;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#modal_info .modal-content{
    background: url("images/background_img.jpg") no-repeat center;
    background-size: cover;    
    padding: 0px;
}
#modal_info  .modal-body{
    background: #fff;
    padding: 50px 0;
}

.img-item-show {
    height: auto;
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
