@media (max-width: 768px) {
    .row-sm-reverse
    {
        flex-direction: row-reverse;
    }
}

.teacherResume
{
    display: none;
}

.teacherResume .choose-file-wrapper
{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgb(var(--main-color));
    color: #fff;
    text-align: center;
    cursor: pointer;
    height: 45px;
    z-index: 1;
    border-radius: 8px;
    line-height: 2.9;
}

.teacherResume input
{
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    cursor: pointer;
    opacity: 0;
}

#isTeacher
{
    cursor: pointer;
}

.show-resume-button
{
    margin-bottom: 30px;
    padding: 10px 15px;
    background-color: #222831;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
}