/* Mission */
.mission-container {
    background-image: url("../images/mission/mission-bg2.png");
	background: cover;
    background-repeat: no-repeat;
	background-size: 100% 100% !important;
	height: 500px !important;
	padding: 0 0;
    position: relative;
}
.mission-content {
    position: absolute;
    top: 0%;
    padding: 1rem;
}
.treasure-container {
    padding: 0 40px;
}
.deposit-progress-box {
    width: 100%;
    border: 2px solid #ebc06b;
    border-radius: 10px;
    background-color: black;
    color: #ebc06b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
}
.progress-desc {
    margin-top: 5px; 
    margin-left: 7px;
}
.progress-desc:lang(zh) {
    margin-top: 12px; 
    margin-left: 7px;
}
.progress {
    height: 0.35rem !important;
    margin-left: 10px;
    margin-right: 20px;
    top: 13px;
    border: 1px solid #ebc06b;
    background-color: black !important;
}
#progressbar {
    margin-top: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    color: black;
    padding-left: 10px;
    padding-right: 20px;
}
#progressbar .complete {
    color: #ebc06b;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    padding-left: 25px;
}
#progressbar li:lang(zh) {
    padding-left: 38px;
}
#progressbar li:lang(ms) {
    padding-left: 20px;
}
#progressbar li:before {
    content: '';
    width: 10px;
    height: 10px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: black;
    border-radius: 50%;
    margin: 0 0 10px auto;
    padding: 2px;
    border: 1px solid #ebc06b;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: black;
    position: absolute;
    left: 0;
    top: 3px;
}
#progressbar li:first-child:after {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#progressbar li:last-child:after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#progressbar li.complete:before {
    background: #ebc06b;
}
#progressbar li.complete:after {
    background: #ebc06b;
}
.btn-collect, .btn-claim-chest {
    padding: 0.2rem 0.3rem !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    color: black !important;
    background: linear-gradient(hsl(48deg 58% 65%), hsl(39deg 37% 45%)) !important;
}
.tnc-container {
    padding: 1rem;
    border: 2px solid #ebc06b;
    border-radius: 10px;
}
.tnc-list li {
    font-size: 12px !important;
    line-height: 18px !important;
}

.chest-open-modal {
    display: none; 
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.win-msg {
    color: #ebc06b;
    font-weight: 600;
    font-size: xx-large;
    margin-top: -5%;
}
.chest-open-img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.bonus_amount_text {
    position: absolute;
    font-weight: bold;
    text-align: center;
    color: #ebc06b;
    width: 100%;
    top: 17%;
    font-size: 45px;
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.chest-img-container {
    width: 50%;
    margin: 70px auto 50px auto;
}