
.naseem-feedback-mainsec {
    border: 1px solid #009BA2;
    border-radius: 18px;
    box-shadow: 0px 0px 5.9px 0px #00000040;
}

.doc-fedbk-span {
    color: #333333;
    background: #EFFFFC;
    padding: 7px 9px;
    border-radius: 4px;
}

.logo-header-div img {
    width: 266px;
}

.feedback-header-sec h2 {
    color: #009BA2;
    font-weight: 700;
    margin-top: 9px;
}

.feedback-header-sec h6 {
    color: #000000;
    font-weight: 400;
    margin-top: 9px;
}

.fedbk-choice-sub .radio label{
    width: 100%;
}

.feedback-patient-dtl,
.fedbk-choice-dtl {
    background-color: #EFFFFC;
    border-radius: 8px;
}

.feedback-patient-subdtl i {
    color: #009BA2;
}

.feedback-patient-subdtl div {
    margin-bottom: 1.2rem;
}

.feedback-patient-subdtl p {
    margin-bottom: 0px;
}

.textArea-field-border-style {
    border: 1px solid #CCCCCC;
    resize: none;
    border-radius: 5px;
    padding: 8px;
}
.textArea-field-border-style::-webkit-scrollbar{
  width: 0px;
}
.submit-fed-btn {
    background-color: #009BA2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: 1px solid #009BA2;
    border-radius: 5px;
    width: 100%;
    padding: 13px 6px;
}

.feedbk-rating {
    float: initial;
    padding: 0 10px;
}

.feedbk-rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    display: none;
}

.feedbk-rating:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 36px;
    color: #ccc;
}

.feedbk-rating:not(:checked)>label:before {
    content: '★ ';
}

.feedbk-rating>input:checked~label {
    color: #009BA2;
}

.feedbk-rating:not(:checked)>label:hover,
.feedbk-rating:not(:checked)>label:hover~label {
    color: #009BA2;
}

.feedbk-rating>input:checked+label:hover,
.feedbk-rating>input:checked+label:hover~label,
.feedbk-rating>input:checked~label:hover,
.feedbk-rating>input:checked~label:hover~label,
.feedbk-rating>label:hover~input:checked~label {
    color: #009BA2;
}

.check-icon i {
    color: #009BA2;
    font-size: 136px;
}
.cursor-pointer:hover{
    cursor: pointer !important;
}

@media (max-width: 558px) {
    .naseem-feedback-mainsec {
        width: 90%;
    }
}
