.response-window {
    display: none;
    align-items: center;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background-color 0.5s ease-in, backdrop-filter 0.5s ease-in;
}

.response-window::-webkit-scrollbar {
    display: none;
}

.response-window.open {
    background-color: rgba(0, 0, 0, 0.2);
}

.response-window-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    width: 100%;
    height: 100%;
    margin-top: 32px;
    position: relative;
    /* padding: 0 16px 20px 16px; */
}

.response-window.open .response-window-content {
    opacity: 1;
    z-index: 1500;
}

.close-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 100%;
    color: #ffffff;
    transition: opacity 0.5s ease;
    cursor: pointer;
    z-index: 20;
}

.close-icon:hover{
    opacity: 50%;
}

.response-window-header-section{
    position: relative;
    background-color: #5455f6;
    border: none;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
}

.response-window-image{
    position: absolute;
    opacity: 10%;
    /* width: 277px;
    height: 503px; */
    /* right: -80px;
    top: -120px; */
    width: 190px;
    height: 346px;
    top: -110px;
    right: -40px;
    color: #ffffff;
}

.response-window-header-block{
    padding: 20px 16px 16px 16px;
    height: 96px;
}

.vacancy-response{
    line-height: 16px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 4px;
}

.response-window-title{
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.response-window-main-section{
    background-color: #ffffff;
}

.response-window-main-block{
    padding: 16px;
}

.response-form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.first-input-block{
    margin-bottom: 16px;
}

.second-input-block{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.preparation-level-legend{
    margin-bottom: 6px;
}

.language-proficiency-legend{
    margin-bottom: 6px;
}

.language-checkbox-block{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.working-time-input{
    resize: none;
    overflow-y: hidden;
    transition: height 0.3s ease;
}

.working-time-input::-webkit-scrollbar {
    display: none;
}


.response-window-send-response-section{
    background-color: #ffffff;
}

.response-window-send-response-block{
    height: 114px;
    padding: 0 16px 20px 16px;
}

.send-response-button{
    height: 54px;
    margin-bottom: 12px;
    padding: 18px 0;
}

.send-response-button-text{
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}

.send-data-alert-block{
    height: 28px;
    text-align: center;
    opacity: 70%;
}

.send-data-alert-text{
    line-height: 14px;
    font-size: 10px;
    font-weight: 400;
    color: #808080;
}



.success-response-card-section{
    background-color: #ffffff;
    display: none;
    border: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.success-response-card-block{
    padding: 0 16px 20px 16px;
}

.success-response-top-block{
    padding-top: 106px;
    margin-bottom: 122px;
}

.check-mark-wrapper{
    padding-bottom: 16px;
    display: flex;
    justify-content: center;
}

.check-mark{
    width: 81px;
    height: 81px;
}

.success-response-text-top{
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    text-align: center;
    margin-bottom: 6px;
}

.success-response-text-bottom{
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #808080;
    text-align: center;
}

.go-back-button{
    height: 54px;
}


@media(min-width: 767.9px){
    .response-window{
        justify-content: center;
    }

    .response-window.open {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .response-window-content {
        opacity: 0;
        transition: opacity 0.5s ease-in;
        width: 476px;
        max-height: 684px;
        margin-top: 0;
        border: none;
        border-radius: 24px;
        /* padding: 0 16px 20px 16px; */
    }

    .close-icon{
        width: 30px;
        height: 30px;
        top: 15px;
        right: 15px;
    }

    .response-window-image{
        position: absolute;
        opacity: 10%;
        width: 277px;
        height: 503px;
        right: -80px;
        top: -100px;
        color: #ffffff;
    }

    .response-window-header-block{
        padding: 28px 24px;
        height: 132px;
    }

    .response-window-title{
        line-height: 26px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
    }

    .response-window-main-block{
        padding: 20px 24px;
    }

    .upkid-form-label{
        margin-bottom: 6px;
    }

    .second-input-block{
        flex-direction: row;
        gap: 12px;
    }

    .level-radio-block{
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .language-checkbox-block{
        flex-direction: row;
        gap: 12px;
    }

    .response-window-send-response-section{
        border: none;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .send-response-button{
        width: 100%;
    }

    .success-response-card-block{
        padding: 20px 32px;
    }

    .success-response-top-block{
        padding-top: 128px;
        margin-bottom: 144px;
    }

    .check-mark{
        width: 128px;
        height: 128px;
    }

    .go-back-button{
        width: 100%;
        height: 54px;
    }
}