.mission-container {
    background: #0f1721b3;
    padding: 15px;
    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;
    flex-direction: column;
    grid-gap: 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;
    grid-gap: 10px;
}

.task-left {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 60%;
}

.task-icon img {
    width: 97px;
}

.task-info {
    /* margin-left: 15px; */
    display: flex;
    /* flex: 11; */
    width: 100%;
    flex-direction: column;
    grid-gap: 10px;
    height: 100%;
}

.task-info h3 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.mission-container .mission-progress-bar {
    display: flex;
    background: none;
    box-shadow: none;
    align-items: center;
    grid-gap: 10px;
    float: none;
    position: relative;
    flex-direction: column;
}

.progress-text {
    color: #305569;
    font-size: 14px;
    background: #1a2f3a;
    border-radius: 25px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    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: 40%;
    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;
    display: grid;
    grid-template-columns: 30% auto auto;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.mission-container {
    background: #0f1721b3;
    padding: 15px;
    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;
    flex-direction: column;
    grid-gap: 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: 97px;
}

.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;
    flex-direction: column;
}

.progress-text {
    color: #305569;
    font-size: 14px;
    background: #1a2f3a;
    border-radius: 25px;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 100%;
    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: 50;
    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;
};
}

.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;
    color: #fff;
}
