.script {
    font-size: 14px;
}

.cont {
    background-color: #eaebed;
    border-radius: 20px;
    padding: 30px 20px;
    gap: 10px;
    width: 80rem;
}

.left {
    background-color: #ffffff;
    max-height: 20rem;
    border-radius: 15px;
    padding: 30px;
    width: 90%;
}


.radio {
    display: none;
    /* border-radius: 50%;
    width: 2rem;
    height: 2rem; */
}

.response {
    color: white;
    border-radius: 20px;
    padding: 5px;
    min-width: 5rem;
    text-align: center;
}

.option {
    cursor: pointer;
}

.option.selected .radio {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: block;
}

.navigation .but {
    background-color: rgb(212, 34, 34);
    /* background-color: rgb(68, 140, 223); */
    padding: 10px;
    border: 1px solid;
    color: white;
    cursor: pointer;
    gap: 10px;
    border-radius: 10px;
}

.navigation .but:hover {
    /* background-color: rgb(45, 124, 189); */
    background-color: rgb(231, 35, 35);

}

.input {
    border: 1px solid #3F77B6;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: white;
}

textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid red;
    outline: none;

    border-radius: 20px;

}

.inp {
    width: 1rem;
    height: 1rem;
    /* padding: 10px; */
    border: 1px solid;
    outline: none;
}

.check {
    width: 0.5rem;
    height: 0.5rem;
    /* padding: 10px; */
    border: none;
    outline: none;
}

.page {
    background-color: #eaebed;
    border-radius: 15px;
    padding: 10px;
}