.CommentForm .Content {
        box-sizing: border-box;
        width: 100%;
        height: 120px;
        left: 130px;
        top: 2751px;
        background: #FFFFFF;
        border: 1px solid #C9D4E4;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
}
.CommentForm .btnSend {
        background: #1856BD;
        border-radius: 8px;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        color: #FFFFFF;
        border: none;
        display: flex !important;
        align-items: center;
        height: 48px !important;
        justify-content: center;
}
.Container .Title {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        display: flex;
        align-items: center;
        color: #092D6A;
        margin-bottom: 25px;
        padding-top: 47px;
}
.Container .Title img {
        margin-right: 10px;
}
.Container {
        width: 100%;
        margin: auto;
}
.CommentForm .btnSend:hover {
        color: #FFFFFF;
}
.ArticleFeedbackControl {
        border-top: 1px solid #C9D4E4;
        overflow: auto;
        min-width: 100%;
}
.CommentForm {
        margin-bottom: 30px;
}
.ReplyContent {
        margin-left: 50px;
}
.Comment img {
        width: auto;
        height: 38px;
        border-radius: 18px;
        margin: 0px 10px 50px -18px;
}
.CommentParent {
        background: #FFFFFF;
        border: 1px solid #C9D4E4;
        border-radius: 8px;
        position: relative;
        left: 30px;
        padding: 10px;
        max-width: 650px;
        bottom: 90px;
        width: fit-content;
}
.CommentContent {
        word-break: break-word;
}
.Child {
        margin-left: 75px;
}
.tb_reply_mode {
        height: auto !important;
        width: 580px !important;
        padding: 8px 0 5px 10px !important;
}
.ArticleFeedback {
        height: auto;
        overflow: auto;
        max-height: 300px;
}
.btnComment {
        position: relative;
        margin: -80px 0 20px 50px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
}
.block_reply {
        margin: 0 0 10px 40px;
}
.btn_reply {
        background: #1856BD;
        border-radius: 8px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        border: none;
        margin-top: 10px;
        width: 50px;
        height: 30px;
}
.block_reply img {
        width: 18px;
        height: auto;
        margin: 0px 5px 30px -22px;
}
.AdminInfor{
        color: #092D6A;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
}
.lkLike {
        border: none;
        background: none;
        text-decoration: underline;
        color: #036BCB;
}
.Title span{
        font-size:20px;
}
.lkReply {
        margin-left: 10px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        color: #036BCB;
}
.UserName{
        color: #1E5BD1;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
}
.Date {
        color: #ADB5BE;
        margin-left: 10px;
}
.Line {
        box-sizing: border-box;
        border: 1px solid #C9D4E4;
        width: 50px;
        float: left;
        margin: -116px 0 0 20px;
        height: 144px;
        border-bottom-left-radius: 25px;
        border-right: none;
        border-top: none;
}
.Parent_line {
        box-sizing: border-box;
        /* border-left: 1px solid #C9D4E4; */
        margin: 20px 0 0 20px;
}
.block_reply {
        display:none;
}
.Child_Line{
        border: 1px solid #C9D4E4;
        float: left;
        width: 85px;
        margin: -120px 0px 0px -20px;
        height: 150px;
        border-bottom-left-radius: 25px;
        border-right: none;
        border-top: none;
}
.CommentForm .FullName {
        box-sizing: border-box;
        width: 100%;
        height: 30px;
        left: 130px;
        top: 2751px;
        background: #FFFFFF;
        border: 1px solid #C9D4E4;
        border-radius: 8px;
        padding: 15px;
        margin-bottom: 20px;
}
.Comment .shield{
        position: relative;
        bottom: 3px;
        height: 20px;
        margin: 0px;
}
@media only screen and (max-width: 768px){
        .Container{
                padding: 0 10px
        }
        .ArticleFeedbackControl{
                padding: 0 10px;
                max-width: 100%;
        }
}
.CapchaContainer{
        display:flex;
        position: relative;
        /* left: 50%; */
        /* top: -30px; */
}
.CapchaContainer img{
        height: 50px;
        border: 1px solid #c9d4e4;
        border-radius: 8px;
}
#popupContainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display:none;
        background-color: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
        z-index: 9999;
}
.popupContent1 .CapchaText{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #092D6A;
        padding-left: 30px;
        text-transform: capitalize;
}
#popupContent1 img{
        height: 35px;
}
#popupContent {
        background-color: #fff;
        padding: 20px;
        text-align: center;
        border-radius: 5px;
}
.popupContent1 .txtCapcha{
        border: 1px solid #C9D4E4;
        border-radius: 3px;
        height: 30px;
}
.popupContent1 .btn_popup{
        background: #1856BD;
        border-radius: 5px;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        border: none;
        margin-top: 10px;
        width: 90px;
        height: 37px;
}
.popupContent1 .Close_pop{
        position: relative;
        float: right;
        top: -15px;
        left: 15px;
}
#popupContent div {
        margin-bottom: 10px;
}
.CapchaContainer input{
        margin-right: 20px;
        border: 1px solid #C9D4E4;
        border-radius: 8px;
        width:100px;
        padding: 12px 10px;
}
.CapchaContainer .CapchaText{
        padding-right: 15px;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #092D6A;
        align-items: center;
}
.CommentInfor{
        display: inline;
        position: relative;
        display: flex;
        align-items: center;
        gap: 15px;
}
.CommentInfor #AdminInfor{
        flex: 1;
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 16px;
}
@media only screen and (max-width: 768px){
        .CommentInfor>div:nth-child(3){
                display: block;
        }
        .CommentInfor{
                flex-direction:column;
        }
}
