.mission-container {
    background: #0f1721b3;
    padding: 25px;
    color: white;
    margin: 20px 0;
    border: 1px solid #445067;
}

.mission-header {
    margin-bottom: 20px;
}

.mission-header h2 {
    color: white;
    margin-bottom: 15px;
    border-bottom: 1px solid #6487c8;
    padding: 15px 0;
    font-weight: 700;
}

.mission-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mission-time span {
    margin-right: 15px;
}

.mission-points .points {
    color: #ffd700;
    font-size: 24px;
    font-weight: bold;
    margin: 0 10px;
}

.mission-points .update-time {
    color: #3ba2da;
    font-size: 14px;
    margin-left: 10px;
}

.claim-all-btn {
    background: none;
    color: #3ba2da;
    border: 1px solid #6487c8;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 800;
}

.claim-all-btn:hover {
    background: linear-gradient(to bottom, #3ca5dd 0%, #091e58 100%);
    color: #fff;
}

.mission-note {
    color: #335b70;
    font-weight: 800;
}

.mission-progress {
    color: #ffffff;
    text-align: right;
}

.mission-tasks {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mission-task {
    background: #0f1721a8;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #6487c8;
}

.task-left {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 60%;
}

.task-icon img {
    width: 100p;
}

.task-info {
    margin-left: 15px;
    display: flex;
    /* flex: 11; */
    width: 100%;
    flex-direction: column;
    grid-gap: 15px;
    height: 100%;
}

.task-info h3 {
    color: white;
    font-size: 19px;
    font-weight: 700;
}

.mission-container .mission-progress-bar {
    display: flex;
    background: none;
    box-shadow: none;
    align-items: center;
    grid-gap: 10px;
    float: none;
    position: relative;
}

.progress-text {
    color: #305569;
    font-size: 14px;
    background: #1a2f3a;
    border-radius: 25px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 50%;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

/* Progress fill effect */
.progress-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--progress, 0%);
    background: #0056b3;
    opacity: 0.3;
    transition: width 0.3s ease;
}

/* Keep text on top of fill */
.progress-text span {
    position: relative;
    z-index: 1;
}

/* Remove unused progress track styles */
.progress-track,
.progress-fill {
    display: none;
}

/* Completed state */
.progress-text.completed::before {
    background: linear-gradient(to right, #4CAF50 0%, #45a049 100%);
    opacity: 0.2;
}

.progress-text.completed span {
    color: #4CAF50;
}

.progress-target {
    color: #305569;
    font-size: 14px;
    /* flex: 1; */
    text-align: center;
    font-weight: 800;
}

.task-reward {
    text-align: center;
    /* min-width: 120px; */
    width: 13%;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.reward-date {
    color: #ffffff;
    font-size: 14px;
}

.reward-date i {
    margin-right: 5px;
    font-size: 16px;
}

.reward-points {
    color: #3ba2da;
    font-size: 14px;
}

.reward-points i {
    margin-right: 5px;
    background: #3ba2da;
    border-radius: 50%;
    padding: 0px;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    align-content: center;
}

.start-btn {
    background: linear-gradient(to bottom, #3ca5dd 0%, #091e58 100%);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 17px;
    min-width: 84px;
}

.start-btn:hover {
    background: #0056b3;
}

.task-icon {
    /* flex: auto; */
}

.mission-note-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mission-time {
    color: #fff;
}

.mission-time .timezone {
    color: #3ba2da;
}

.refresh-btn {
    background: #3ba2da;
    border: none;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.start-btn.claim-ready {
    background: linear-gradient(to bottom, #4CAF50 0%, #45a049 100%);
}

.start-btn.claimed {
    background: #666;
    cursor: not-allowed;
}

.mission-task.completed .progress-text {
    color: #4CAF50;
}

/* 19/2/2025 */
.mission-catergory {
    width: 100%;
    display: flex;
    border: none;
    margin-bottom: 10px;
    grid-gap: 10px;
}

.mission-catergory::before {
    display: none;
}

.mission-catergory li.active a,
.mission-catergory li.active a:hover,
.mission-catergory li.active a:focus {
    color: #ffffff;
    border: none;
    background: linear-gradient(to bottom, #3ca5dd 0%, #091e58 100%);
}

.mission-catergory li a:hover {
    color: #ffffff;
    border: none;
    background: linear-gradient(to bottom, #3ca5dd 0%, #091e58 100%);
}

.mission-catergory li {
    border: none;
}

.mission-catergory li a {
    border: none;
    border-radius: 0;
    margin: 0;
    font-weight: 500;
}

/* 12/12/2025 */
.checkin-btn {
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    padding: 10px;
    width: 26%;
    font-weight: bold;
}

.addition-bg {
    margin-top: 2rem;
    text-align: center;
}

.checkin-reward-btn {
    background: #305eb0;
    border: none;
    font-size: 21px;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
}

button.token {
    background: #305eb0;
    border: none;
    font-size: 30px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 5px 10px;
    min-width: 130px;
}

.addition-token {
    margin: 0 auto;
    padding-bottom: 20px;
    margin-top: -5rem;
}

.checkin-coins {
    max-width: 42px;
}

.btn-text {
    font-size: 30px;
    width: 50%;
    line-height: 1;
}

.check-in {
    padding-top: 11%;
}

.checkin-price-token {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2rem;
}

.checkin-price-token-item {
    /* background: url(../images/common/checkin/non-select.png) no-repeat center center; */
    /* min-height: 170px; */
    /* display: flex; */
    /* align-items: flex-end; */
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.checkin-price-token-item img{
    width: 100%;
}
.checkin-price-token-item .selected-bg{
    display: none;
}
.checkin-price-token-item .non-select-bg{
    display: block;
}
.checkin-price-token-item.active .selected-bg, .checkin-price-token-item.active:hover .selected-bg, .checkin-price-token-item.active:focus .selected-bg{
    display: block;
}
.checkin-price-token-item.active .non-select-bg, .checkin-price-token-item.active:hover .non-select-bg, .checkin-price-token-item.active:focus .non-select-bg{
    display: none;
}
.checkin-price-token-item:hover .selected-bg, .checkin-price-token-item:focus .selected-bg {
    /* background: url(../images/common/checkin/selected.png) no-repeat center center; */
}

.day-final {
    /* background: url(../images/common/checkin/day7-non-select.png) no-repeat center center; */
}
.day-final .selected-bg{
    display: none;
}
.day-final .non-select-bg{
    display: block;
}
.day-final.active .selected-bg{
    display: block;
}
.day-final.active .non-select-bg{
    display: none;
}
.day-final:hover .selected-bg, .day-final:focus .selected-bg {
    /* background: url(../images/common/checkin/day7-selected.png) no-repeat center center; */
}

.checkin-coins {
    max-width: 50px;
}

.checkin-price-token-item p {
    text-align: center;
    padding-bottom: 23px;
    position: absolute;
    width: 100%;
    bottom: 1%;
}

.claimed-btn {
    background: linear-gradient(to bottom, #0667eb 0%, #305eb0 100%);
    border: 2px solid #fff;
    position: absolute;
    top: 32%;
    transform: rotate(350deg);
    border-radius: 5px;
    font-size: 18px;
    left: 12%;
    text-transform: uppercase;
}
.modal-content.redeem {
	background: none;
	border: none;
	text-align: center;
	width:auto;
	box-shadow: none;
	opacity: 1;
}
.pop-angpow {
    position: relative;
    padding: 10px;
}

.pop-angpow .close span{
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 20px;
    display: block;
    line-height: 1px;
    border: none;
}

.pop-angpow .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5%;
    color: #fff;
    opacity: 1;
}


.modal-backdrop.show{
    opacity: 0.8;
}

.modal-congrat {
    padding-top: 25px;
}

button.tokenredeem {
    background: linear-gradient(to bottom, #0667eb 0%, #305eb0 100%);
    padding: 15px;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    border: none;
    border-radius: 30px;
    width: 50%;
}

.token-pt {
   
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
}
.image-wrap{
    text-align: center;
    padding: 1rem 0;
}
.image-wrap img{
    max-width: 100px;
}