.card {
    height: 100%;
}

.inner-list {
    margin-bottom: 1em;
}

.resume {
    display: none;
}

@media screen and (min-width: 601px) {
    #resumeContainer {
        min-width: 600px;
    }
}

.checkbox {
    margin: 10px;
}

.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox .fa-plus {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
}

.checkbox input:checked ~ .fa-plus {
    background-color: #aae884;
    color: white;
}

.fa-circle-check {
    color: #33841d;
}

.score-container {
    position: relative;
    margin-bottom: 20px;
}

.score-display {
    display: flex;
    align-items: center;
}

#resumeScore {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 10px;
}

#scoreProgressBar {
    margin-top: 10px;
    height: 18px;
}

@media (max-width: 768px) {
    #addSkillField {
        flex-wrap: wrap;
    }
    #addSkillField .control {
        width: 100%;
        margin-bottom: 10px;
    }
    #addSkillField .control:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1025px) {
    .hero-body {
        padding-left: 12vw;
        padding-right: 12vw;
    }
}
