.UIHoiDapGuiCauHoi input[type="text"], .UIHoiDapGuiCauHoi textarea, .UIHoiDapGuiCauHoi select {
        min-width: 100%;
        border: 1px solid #ccc;
        background: #fff;
        padding: 5px;
        font-size: 15px;
        border-radius: 3px;
        max-width: 100%;
        width: 100% !important;
        outline: none;
        height: 35px;
}
div.UIHoiDapGuiCauHoi {
    margin-bottom: 20px;
}
.UIHoiDapGuiCauHoi table td {
        padding: 10px 0;
}
.UIHoiDapGuiCauHoi .note{
        padding-bottom: 10px;
        font-weight: 600;
}
.UIHoiDapGuiCauHoi .label-file {
        padding: 11px 17px;
        border-radius: 5px;
        border: 1px solid #7D92AE;
        font-size: 13px;
        font-weight: 500;
        color: #7D92AE;
        text-transform: uppercase;
        background-color: #fff;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase;
        color: #7D92AE;
        cursor: pointer;
        margin-right: 10px;
}
.UIHoiDapGuiCauHoi .form-gop-y table.tb-form tbody{
        vertical-align: middle;
}
.UIHoiDapGuiCauHoi table {
        max-width: 600px;
        margin: 0 auto;
}
.UIHoiDapGuiCauHoi .form-gop-y table.tb-form td:first-child {
        line-height: 19px;
        text-transform: uppercase;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        color: #3B4E68;
        padding: 10px 0;
        vertical-align: middle !important;
        font-size: 14px;
        margin: 0 auto;
}
.UIHoiDapGuiCauHoi .form-gop-y table.tb-form .lnkSend, .UIHoiDapGuiCauHoi .form-gop-y table.tb-form .lnkCancel  {
        background: #CE1126;
        padding: 12px 30px;
        border-radius: 200px;
        opacity: 0px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        color: #ffffff;
        display: inline-block;
        width: 150px;
        text-align: center;
}
.UIHoiDapGuiCauHoi .form-gop-y table.tb-form .lnkCancel {
        border: 1px solid #DADCE0;
        background: #FFFFFF;
        width: 150px;
        color: #3D4043;
}
.UIHoiDapGuiCauHoi  span.d-inline-block.form-control-gopy.extend-file {
    color: #ad4f4f;
    font-size: 10px;
}
@media only screen and (max-width: 768px){
        .UIHoiDapGuiCauHoi{
                max-width: 100vw;
                padding: 0 16px;
        }
        .UIHoiDapGuiCauHoi .form-gop-y table.tb-form{
                width: 100%;
                margin-right: 16px;
        }
        .UIHoiDapGuiCauHoi .form-gop-y table.tb-form tr {
            max-width: 100vw;
            margin-bottom: 10px;
            display: flex;
            justify-content: start;
            flex-direction: column;
            text-align: left;
        }
        .UIHoiDapGuiCauHoi .form-gop-y table.tb-form td:first-child {
            width: 100%;
        }
        .UIHoiDapGuiCauHoi input[type="text"], .UIHoiDapGuiCauHoi textarea, .UIHoiDapGuiCauHoi select {
            width: 100%;
            min-width: unset;
        }
}
