.upkid-page-title{
    margin-bottom: 12px;
}

.nav-bar-block{
    display: none;
}

.nav-bar-mobile{
    display: flex;
    flex-direction: row;
    gap: 4px;
    width: 143px;
    height: 24px;
    background-color: #f8f8fc;
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 16px;
}

.nav-bar-icon{
    height: 12px;
    width: 12px;
    margin: 2px 0;
}

.nav-bar-text{
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #5455f6;
}

.teacher-vacancy-main{
    padding-left: 16px;
    padding-right: 16px;
    /* padding-top: 64px; */
    padding-top: 80px;
    margin-bottom: 48px;
}

.teacher-vacancy-page-block{
    width: 100%;
}

.main-section-block{
    display: flex;
    flex-direction: column;
}

.teacher-vacancy-text-block{
    margin-bottom: 32px
}

.job-conditions{
    display: flex;
    height: 24px;
    margin-bottom: 32px;
    justify-content: flex-start;
    gap: 12px;
}

.job-conditions-pill{
    height: 100%;
    border: 1px solid #5455f6;
    border-radius: 12px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-conditions-pill-text{
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}

.response-card{
    width: 100%;
    height: auto;
    border: 1px solid #DBDBDB;
    border-radius: 20px;
    padding: 16px;
    background-color: #ffffff;
}

.response-card-content{
    margin-bottom: 12px;
}

.response-card-title{
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 0;
}

.response-card-text{
    font-size: 12px;
    line-height: 16px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 0;
}



@media(min-width: 767.9px){
    .teacher-vacancy-main{
        padding-left: 42px;
        padding-right: 42px;
        /* padding-top: 112px; */
        padding-top: 136px;
        margin-bottom: 80px;
    }

    .nav-bar-mobile{
        display: none;
    }

    .nav-bar-block{
        display: flex;
        gap: 4px;
        margin-bottom: 24px;
        height: 32px;
        padding: 8px 0;
    }

    .teacher-vacancy-text-block{
        width: 560px;
        margin-bottom: 40px;
    }
    .response-card-block{
        width: 100%;
        height: 86px;
    }
    /* .response-card-wrapper{
        position: static;
    } */
    .response-card {
        display: flex;
        position: static;
        flex-direction: row;
        align-items: flex-start;
        height: auto;
        width: 100%;
        padding: 20px 24px;
    }

    .response-card-title{
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 26px;
    }

    .response-card-content{
        width: 100%;
        margin-bottom: 0;
    }

    .upkid-button {
        margin-left: auto;
        width: 142px;
        height: 44px;
        align-items: center;
        margin-bottom: -1px;
    }
}

@media(min-width: 1199.9px){
    .teacher-vacancy-main {
        padding-left: 82px;
        padding-right: 82px;
        /* padding-top: 116px; */
        padding-top: 140px;
        width: 1200px;
    }

    .nav-bar-block{
        height: 16px;
        padding: 0;
    }

    .main-section-block{
        flex-direction: row
    }

    .teacher-vacancy-text-block{
        margin-bottom: 0;
        min-width: 560px;
    }

    .response-card-block{
        position: relative;
        width: 100%;
        height: auto;
    }

    .response-card-wrapper{
        position: absolute;
        right: 360;
        top: 0;
    }

    .response-card{
        width: 360px;
        height: 158px;
        border: 1px solid #DBDBDB;
        border-radius: 20px;
        padding: 16px 24px 24px 24px;
        position: fixed;
        flex-direction: column;
    }

    .response-card-content{
        margin-bottom: 12px;
    }

    .upkid-button{
        width: 100%;
        margin-bottom: 0px;
    }

}


