h1.title {
    font-size:1.6rem !important;
    line-height: 1.6;
}

#interview p {
    font-size: 18px;
    line-height: 1.7em;
    margin-block: 1.2em;
}

.fa-ul {
    list-style: none !important;
}

.positive_underline {
    border-bottom: 2px solid #3273dc;
}

.negative_underline {
    border-bottom: 2px solid #cc0f35;
}

.interviewee_box {
    position: sticky;
    top: 20px;
}

.interviewee_box .card {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.interviewee_box ul {
    list-style: none;
    font-size: 0.9rem;
}

.notification {
    padding-right: 1.25rem !important;
}

.header-border {
    border-bottom: 1px solid #e9e9e9;
}