*{}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #854fff;
    transition: width 0.6s ease;
}
.counttime{
    display: flex;
    flex-direction: row;
}
.spamTime{
    min-width: 15px;
    color: #007bff;
    text-align: center;
    padding-right: 2px;
}
.my-courses .item-course {
    display: flex;
    align-items: center;
}
.full-page>.container {
 justify-content: center;
}   
.box-info{display: flex;justify-content: center;}
@media only screen and (max-width: 600px) {
    .box-info{display: flex;justify-content: flex-start;} 
    .homepage .slide-container .swiper-slide .row-slide {
        display: flex;
        flex-direction: column;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 0.5rem 0.5rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
.progress-bar {
    height: 100%;
    line-height: 1;
}
.homepage .featured-block .teacher-row .teacher {
    padding-right: 30px;
}
.homepage .featured-block .teacher-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.block-course .box{
    border: 0.5px solid #898888;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
}
.pay-history .media h5 {
    display: inline;
}