.mark-scheme {
    padding: 10px;
}

.mark-scheme-group {
    margin-bottom: 50px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.group-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    border: 2px solid #31afb4;
    padding: 10px;
    color: black;
    margin-bottom: 10px;
}

.group-score {}

.group-score-progress progress {
    width: 100px;
    margin-left: 10px;
}

.group-row {
    /* margin-top: 10px; */
    border-bottom: 1px dashed #ddd;
}

.group-items label {
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.group-items label:hover {
    background: rgb(0, 0, 0, 0.07);
}

.group-row {
    padding: 20px;
}

.disclaimer2 {
    font-size: 12px;
    background: rgb(0, 0, 0, 0.07);
    /* border-bottom: 2px solid #EF798A; */
    margin: 0px 0 20px 10%;
    padding: 10px;
    width: calc(100% - 10%);
    margin: 0px 0 20px 0;
    padding-left: 5%;
    width: auto;
}

.group-item {
    display: flex;
    /* align-items: center; */
    padding: 10px 20px;
    cursor: pointer;
    /* border-bottom: 1px dashed #ddd; */
}

.group-item-check {
    width: 40px;
}

.group-item:hover {
    background: rgb(0, 0, 0, 0.02);
}

.group-item-flag {
    width: 20px;
    height: 20px;
}

.group-item-checkbox {
    margin-right: 10px;
}

.group-item-score {
    margin-left: 10px;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.3);
}

.group-item.strikethrough .group-item-text {
    text-decoration: line-through;
}

.progress-bar {
    background-color: #EF798A;
}

.tag-pill {
    display: inline-block;
    margin-top: 20px;
}

@media only screen and (min-width: 568px) {
    .group-score {
        display: flex;
        align-items: center;
    }
}