.survey-container {
    font-family: "Poppins", sans-serif;
    width: 1366px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto
}

.satisfaction-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none
}

.line {
    max-width: 800px
}

.line hr {
    border-width: 1px;
    border-style: double;
    border-color: rgba(186, 186, 186, .8666666667)
}

.satisfaction-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    text-align: center
}

.satisfaction-selector .satisfaction-answer img {
    width: 100%;
    max-width: 70px
}

.satisfaction-selector p {
    margin: 0;
    padding: 0;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    margin-top: 5px
}

.satisfaction-selector label {
    margin-right: 0px !important
}

.question_desc p {
    font-size: 18px;
    font-weight: 600;
    color: #555
}

.all-not-satisfied {
    background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/all-not-satisfied.png?v=31);
    height: 60px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.not-satisfied {
    background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/not-satisfied.png?v=31);
    height: 60px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.ambivalent {
    background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/ambivalent.png?v=31);
    height: 60px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.pleased {
    background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/pleased.png?v=31);
    height: 60px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.very-pleased {
    background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/very-pleased-rev.png?v=31);
    height: 60px;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.satisfaction-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    font-size: 15px;
    padding: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center

    
}

.satisfaction-answer {
    width: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-section {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
textarea {
    text-align: center
}

textarea:focus {
    text-align: left
}

.question_desc p {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-align: center;
}

.satisfaction-selector input:active+.satisfaction-cc {
    background-color: #dfeffc
}

.satisfaction-selector input:checked+.satisfaction-cc {
    background-color: #dfeffc
}

a:visited {
    color: #888
}

.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    justify-content:center;
}

.header {
    padding: 15px 0;
}

.answer input[type=radio] {
    width: 15px;
    margin-right: 8px
}

.answer label {
    margin-right: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.btn-submit {
    background: #003277;
    border: unset;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 3px;
    font-size: 15px;
    font-family: "Poppins";
    cursor: pointer;
    margin-top: 30px
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .logo {
    max-width: 140px
}

.header .logo img {
    width: 100%
}

textarea:focus, input:focus {
    border-color: #a7a7a7 !important;
}

@media screen and (max-width: 600px) {
    .survey-container {
        width: 100% !important;
        display: block
    }

    .satisfaction-selector {
        gap: 0px
    }

    .satisfaction-selector p {
        font-size: 10px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        min-height: 35px
    }

    .satisfaction-cc {
        padding: 5px;
        width: 70px
        
    }

    .all-not-satisfied {
        background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/all-not-satisfied.png?v=31);
        height: 40px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }

    .not-satisfied {
        background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/not-satisfied.png?v=31);
        height: 40px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }

    .ambivalent {
        background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/ambivalent.png?v=31);
        height: 40px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }

    .pleased {
        background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/pleased.png?v=31);
        height: 40px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }

    .very-pleased {
        background-image: url(https://cdn.vatanbilgisayar.com/upload/frontend/anket/img/very-pleased-rev.png?v=31);
        height: 40px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 1024px) {
    .survey-container {
        width: 100% !important;
        display: block
    }
}

@media screen and (max-width: 600px) {
    .survey-container {
        padding-bottom: 50px;
    }

    form#surveyForm {
        padding: 0 10px;
    }
    .answer textarea{
        max-width: 300px;
        text-indent: 5px;
    }
    .header {
        padding: 10px 0;
    }
}

