.atm_bank,.nap-the,.ranking {
    display: none !important;
}

.process.atm_bank,.process.nap-the,.process.ranking {
    display: block !important;
}

.task-progress {
    width: 80%;
    margin: auto;

}

progress {
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2) 3px, transparent 0, transparent 6px);

}

progress::-webkit-progress-bar {
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, transparent 0, transparent 6px);
    background: repeating-linear-gradient(-45deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2) 3px, transparent 0, transparent 6px);
}

progress::-webkit-progress-value {
    background: linear-gradient(90deg, #d81a1e, #f1a90a);
    opacity: 0.74;
}

progress::-moz-progress-bar {}

.progress {
    background-color: #c3c3c3;
    width: 100%;
    height: 8px;
}

.task-progress ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.task-progress ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fa-caret-down:before {
    color: #ff0000f2;
}

.task-progress ul li span {
    display: flex;
    justify-content: space-between;
    width: 43px;
}

.task-progress ul li span img {
    display: block;
    height: 20px;
    width: 20px;
}

.task-progress ul li:first-child span {
    width: fit-content;
}

a {
    text-decoration: none;
}

.task-progress .content_top {
    display: flex;
    justify-content: space-between;
}