.csat-main{
    margin-top: -98px;
}

.response-text {
    display: none;
    color: red
}

.feedback {
    margin: 8px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 36px;
}

.feedback .star-widget input {
    display: none;
}

.star-widget {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row-reverse;
    padding-bottom: 5px;
}

.star-widget label {
    font-size: 40px;
    color: #eee;
    padding: 10px;
    transition: all 0.2s ease;
}

.csat-main input:not(:checked)~label:hover,
.csat-main input:not(:checked)~label:hover~label {
    content: '\f005';
    color: #fd4;
    transition: all .25s;
    font-weight: 900;
}

.csat-main input:checked~label {
    content: '\f005';
    color: #fd4;
    transition: all .25s;
    font-weight: 900;
}

.csat-main input#rate-5:checked~label {
    content: '\f005';
    color: #fd4;
    transition: all .25s;
    font-weight: 900;
}

.csat-main input:checked~form {
    display: block;
}

.csat-main button {
    height: 37px;
    width: 100px;
    border: 1px solid #444;
    outline: none;
    background: rgb(62 159 128);
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
    border-radius: 8px;
    font-family: Georgia, 'Times New Roman', Times, serif;

}

.csat-main button:hover {
    background: rgba(22, 144, 5, 0.808);
}

.question {
    font-size: 17px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 22px;
    line-height: 140%;
}


.csat-main img {
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-bottom: 38px;
}

.csat-main h1 {
    padding-bottom: 19px
}

@media (max-width: 600px) {
    .star-widget label {
        font-size: 30px;
    }

    .csat-main button {
        width: 75px;
        font-size: 13px
    }

    .csat-main img {
        width: 74px;
    }

    .csat-main h1 {
        font-size: 30px
    }

}

@media (max-width: 350px) {
    .star-widget label {
        font-size: 25px;
    }

    .csat-main button {
        width: 60px;
        font-size: 10px
    }

    .csat-main h1 {
        font-size: 26px
    }
}