#content{
    background-color: #faf9f9;
    padding-top: 20px;
    padding-bottom: 20px;

}


.pnl-feedback {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px 20px 10px 20px;
}


.pnl-feedback{
    color: #6b2918;
    font-weight: 500;
}

.btn-submit{
    width: 150px;
    line-height: 35px;
    font-size: 12pt;
}

.pnl-feedback .title{
    font-size: 20pt;
    font-weight: 700;
}

.pnl-feedback .sy-h1{
    font-weight: bold;
    font-size: 24px;
    color: #141866;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
}

.pnl-feedback .sy-h2{
    font-weight: bold;
    font-size: 16px;
    color: #141866;
    line-height: 24px;
    font-style: normal;
    text-transform: none;

}

.pnl-feedback  .sy-h3{
    font-weight: 700;
    font-size: 14px;
    color: #2c3191;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
}

.pnl-feedback .input-area{
    padding-left: 20px;
}

.pnl-feedback .input-area .form-check{
    margin-top: 10px;
}

.pnl-feedback .desc{
    color: rgba(20, 24, 102, 0.60);
}

.pnl-feedback .desc a{
    text-decoration: underline;
}