
.UICurrentConversation {
}
.UICurrentConversation .Title{
    margin: 10px 0;
}
.UICurrentConversation .Title span {
     font-family: Merriweather;
     font-size: 25px;
     font-weight: 700;
     line-height: 1.4;
     color: #ff4343;
     text-align: left;
     /* text-shadow:
    -1px -1px 0 #4a484d,
     0   -1px 0 #4a484d,
     1px -1px 0 #4a484d,
     1px  0   0 #4a484d,
     1px  1px 0 #4a484d,
     0    1px 0 #4a484d,
    -1px  1px 0 #4a484d,
    -1px  0   0 #4a484d; */
}
.UICurrentConversation .StartTime,
.UICurrentConversation .EndTime{
    display: inline-flex;
    width: 45%;
    gap: 10px;
    align-items: baseline;
}
.UICurrentConversation .StartTime>span:first-child, 
.UICurrentConversation .EndTime>span:first-child{
    font-family: 'Roboto';
    color: #656565;
    font-size: 14px;
}
.UICurrentConversation .StartTime>span:nth-child(2), 
.UICurrentConversation .EndTime>span:nth-child(2){
    font-family: 'Roboto';
    color: #1b1b31;
    font-size: 14px;
}
.UICurrentConversation .Detail{
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}
.UICurrentConversation .Detail *{
    font-family: 'Noto Serif';
    font-size: 16px;
}
.UICurrentConversation .Detail>legend{
    display: none;
    
}
.UICurrentConversation .item-question div, .item-question span {

}
.UICurrentConversation .item-answer div, .item-answer span {
    font: 13px/1.5 arial !important;
}



.UICurrentConversation .Content .Detail img {
    max-width: 600px;
}

.UICurrentConversation .Content .Detail span {
    line-height: 150%!important;
    font-family: "Roboto" !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    color: #212529 !important;
}

.UICurrentConversation .Conversation {
	/* padding-top: 10px; */
}
.UICurrentConversation .Conversation ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.UICurrentConversation .Conversation ul li {
    border: 1px solid #004a8200;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.UICurrentConversation .Conversation ul li .item-Asker .lbItemText{
     /* display: flex; */
     justify-content: space-between;
} 
.UICurrentConversation .Conversation .lbItemText {
    font: 600 16px Roboto;
    color: #626262;
    display: inline-block;
    margin-bottom: 10px;
}
.UICurrentConversation .Conversation .lblItemValue {
    font: 500 16px Merriweather;
    color: #29333b;
}

.UICurrentConversation .Conversation .item-khachmoi{
    font: bold 13px "Merriweather";
    color: #910302;
    /* display: inline-block; */
    margin: 20px 0 0 10px;
}
.UICurrentConversation .divYouTube
{
    margin: 20px 0;
}
.UICurrentConversation .Conversation .item-question,
.UICurrentConversation .Conversation .item-answer{
    margin-bottom: 10px;
    color: #333;
}
.UICurrentConversation .Conversation .item-question *,
.UICurrentConversation .Conversation .item-answer *
{
    font: 500 16px "Noto Serif" !important;
    line-height: 150%!important;
    text-align: left;
}
.UICurrentConversation .Conversation .item-question>fieldset,
.UICurrentConversation .Conversation .item-answer>fieldset{
    border: 1px solid #f2f2f2;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}
.UICurrentConversation .Conversation .item-question>fieldset>legend,
.UICurrentConversation .Conversation .item-answer>fieldset>legend{
    font-family: "Roboto" !important;
}












