.dist {
    color: #858585;
    font-size: 1.7vh;
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.7vh;
}

.main-discipline {
    font-weight: 700;
    font-size: 2.5vh;
    word-wrap: break-word;
}

.indicator {
    float: right;
    background-color: #dfffe0;
    border: 1px solid #08B705;
    border-radius: 6px;
    font-size: 1.5vh;
    color: #08B705;
    padding: 1px 10px;
    margin: 15px;
}

.section-task {
    color: #6D6D6D;
    font-size: 1.5vh;
    border: 2px solid #A7A7A7;
    width: fit-content;
    padding: 2px 10px;
    margin-top: 20px;
    display: inline-block;
}

.section-task-name {
    color: black;
    font-size: 2.5vh;
    font-weight: 600;
}

.title-line {
    height: 2px;
    width: 100%;
    background-color: #cacaca;
    margin-top: 0.3vh;
}

.section-description {
    color: #7B7B7B;
    font-weight: 600;
    font-size: 1.8vh;
}

ol li {
    font-size: 1.8vh;
    color: #333;
    font-weight: 600;
}

.materials {
    color: #7B7B7B;
    font-weight: 600;
    font-size: 1.8vh;
}

.bx-show {
    position: relative;
    color: #0071FF;
    font-size: 2vh;
    cursor: pointer;
    top: 3px;
    margin-left: 5px;
    text-decoration: none;
}

.bxs-download {
    position: relative;
    color: #0071FF;
    font-size: 2vh;
    cursor: pointer;
    top: 3px;
    margin-left: 5px;
    text-decoration: none;
    margin-right: 5px;
}

.file-link {
    color: black;
    text-decoration: none;
    pointer-events: none;
}

.user-info {
    margin-left: 5%;
    margin-top: 5vh;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.statistics {
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 2.5vh;
    z-index: 1;
    background-color: #fff;
    width: fit-content;
    margin-top: 20px;
    padding: 0 15px;
}

.line {
    display: flex;
    position: relative;
    width: auto;
    background-color: #CDCDCD;
    height: 2px;
    bottom: 1.6vh;
}
