@font-face {
    /*font-family: 'SVN-Gilroy';
    src: url('../../new_layout/fonts/SVN-Gilroy-Medium.woff');*/
}

.header-account-actions::-webkit-scrollbar {
    width: 10px;
}

.header-account-actions::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.header-account-actions::-webkit-scrollbar-thumb {
    background: #888;
}

.header-account-actions::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.header-account--menu {
    position: fixed;
    left: 3rem;
    padding-top: 1rem;
    top: 3.5rem;
    background: white;
    margin-top: 0.5rem;
    overflow: auto;
    display: none;
    border: 1px solid rgba(20, 146, 142, 0.2);
    border-radius: 8px;
}

.header-icon-actions-close {
    display: none;
}

.lazi-header {
    padding: 0.5rem 3rem;
    display: flex;
    height: 2.5rem;

    background: white;
    position: fixed;
    top: 0;
    width: calc(100% - 4rem);
    z-index: 9999;
    box-shadow: 0px 2px 0px rgba(20, 146, 142, 0.2);
}

.wrapper {
    margin-top: 5px;
}

.lazi-header__left {
    display: flex;
    flex: 2;
}

.lazi-header--logo {
    cursor: pointer;
    width: 4rem;
    margin-right: 1rem;
}

.lazi-header--logo img {
    width: 100%;
    height: 100%;
}

.lazi-header__right {
    display: flex;
    flex: 3;
    justify-content: flex-end;
}

.header-icon {
    width: 1.5rem;
    margin-top: 0.5rem;
    cursor: pointer;
    display: initial;
}

.lazi-header--item {
    margin: 0 0.5rem;
}

.lazi-header--account {
    background: #E5E7EB;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.6rem;
    cursor: pointer;
}

.lazi-header--question {
    background: #E5E7EB;
    color: #000;
    text-decoration: none;
}

.lazi-header--question:hover {
    background: #2392F8;
    color: #fff;
    text-decoration: none;
}

.lazi-header--avatar {
    height: 100%;
}

.lazi-header--avatar img {
    width: 2rem;
    border-radius: 50%;
    margin-top: 0.25rem;
}

.header-icon:hover {
    transform: scale(1.2);
}

.lazi-header--username {
    padding: 0 0.35rem;
    max-width: 8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lazi-header--username a {
    text-decoration: none;
    color: white;
}


.lazi-header--question-icon img {
    width: 1rem;
}

.lazi-header--actions {
    background: #F2F2F2;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.5rem;
}

.header-icon-actions {
    width: 100%;
    cursor: pointer;
}

.lazi-header--search {
    padding: 0 2rem 0 1rem;
    flex: 2;
    position: relative;
}

.lazi-header--search input {
    height: 2.5rem;
    border-radius: 2rem;
    font-size: 0.85rem;
    padding: 0 3rem 0 1rem;
    background: #F2F2F2;
    border: none;
    outline: none;
    width: 100%;
}

.header-icon--search {
    position: absolute;
    right: -1rem;
    top: 0;
    width: 1.5rem;
    margin-top: 0.5rem;
    cursor: pointer;
}

.header-account-actions {
    position: fixed;
    z-index: 100000001;
    right: 7.5rem;
    padding-top: 1rem;
    top: 3.5rem;
    background: white;
    margin-bottom: 2rem;
    height: calc(100vh - 9.5rem);
    overflow: auto;
    display: none;
    border-top: 1px solid rgba(20, 146, 142, 0.2);
    box-shadow: -2px 2px 0px rgba(20, 146, 142, 0.2);
}

.header-account-actions ul {
    margin-bottom: 2rem;
}

.header-account-actions ul li {
    cursor: pointer;
}

.header-account-actions ul li a {
    text-decoration: none;
    padding: 0.5rem 4rem 0.5rem 2rem;
    display: block;
}

.header-account-actions ul span:hover {
    color: #14928e;
}

.header-account-actions ul li:hover {
    background: #F2F2F2;
}

.header-account--menu ul {
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.header-account--menu ul li {
    padding: 0.75rem 4rem 0.75rem 2rem;
    cursor: pointer;
}

.header-account--menu ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-account--menu ul li a img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.header-account--menu ul li a span {
    color: #111111;
    /*font-family: SVN-Gilroy;*/
}

.header-account--menu ul span:hover {
    color: #14928e;
}

.header-account--menu ul li:hover {
    background: #F2F2F2;
}

.menu_trai {
    background: white;
    border-radius: 0.5rem;
}

.menu_trai li a span {
    /*font-family: SVN-Gilroy;*/
    font-size: 16px;
    color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_trai .menu_simple li:hover span{
    color: #14928e;
}

.menu_trai .menu_simple li:hover i{
    color: #14928e;
}

.menu_trai .menu_simple i {
    margin-right: 1rem;
}

.gsc-completion-container {
    padding-top: 1rem;
}

.lazi-header--register a{
    display: block;
    color: #2392F8;
    padding: 0.4rem 1rem;
    border: 1px solid #2392F8;
    border-radius: 1rem;
    text-decoration: none;
}

.lazi-header--login a{
    display: block;
    padding: 0.4rem 1rem;
    background: #2392F8;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 1rem;
    text-decoration: none;
}

.lazi-header--slogan {
    margin-top: 0.3rem;
}

.menu_01 img{
    width: 1rem;
    margin-right: 10px;
}

.menu_02 {
    display: none;
}

.menu_02 span{
    color: #111111;
}

.menu_02 img{
    width: 1.2rem;
    margin-right: 10px;
}

.menu_03 {
    display: none;
}

.menu_03 span{
    color: #111111;
}

.menu_03 img{
    width: 1.5rem;
    margin-right: 10px;
    margin-top: 5px;
}

.item-hide {
    display: none;
}

.lz-tra-loi * {
    /*font-family: SVN-Gilroy;*/
}

.lz-tra-loi {
    display: flex;
    padding: 0rem 1rem 0 1rem;
}

.lz-tra-loi--left {
    flex: 3;
    width: 100%;float: left;
}

.tra-loi--header {
    display: flex;
}

.tra-loi--header img {
    width: 3rem;
    height: 2rem;
}

.tra-loi--header p {
    margin: 0 1rem;
    padding-top: 0.25rem;
}

.lz-tra-loi--left a {
    background: #0d43e8;
    color: #ffffff;
    border-radius: 2rem;
    display: block;
    padding: 0.5rem 2rem;
    width: 105px;
    font-weight: bold;
    text-decoration: none;
}

.lz-tra-loi--left a:hover {
    background: #2183DD;
}

.lz-tra-loi--right {
    flex: 1;
}

.lz-policy {
    display: flex;
    cursor: pointer;
}

.lz-policy a {
    text-decoration: none;
}

.lz-policy--left {
    display: flex;
    margin-left: 1rem;
}

.lz-policy--right {
    display: flex;
    justify-content: flex-end;
    margin-left: 40px;
}

.lz-policy img {
    margin-right:8px;
}

.lz-policy span {
    color: #F07281;
}

.lz-policy p {
    font-size: 1rem;
    /*font-family: 'SVN-Gilroy';*/
}

.home-loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border-radius: 1rem;
    padding: 0.3rem;
    width: 7rem;
    text-align: center;
    margin: 10px auto;
}

.home-loadmore img {
    margin-right: 0.5rem;
}

.lz-tim-kiem-bai-tap {
    margin: 5px 0;
}

.lz-tim-kiem-bai-tap p {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
    margin: 0 50px 0 1rem;
    /*font-family: SVN-Gilroy;*/
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
}

.lz-tim-kiem-bai-tap .search_select {
    border-radius: 36px;
    background: #F2F2F2;
    color: #5D7170;
    outline: none;
    padding: 2px 10px;
    width: 140px;
}

.lz-tim-kiem-bai-tap .button_search {
    border-radius: 36px;
    background: #14928E;
    color: #ffffff;
    text-transform: uppercase;
    width: 140px;
}

.lz-question * {
    /*font-family: 'SVN-Gilroy';*/
}

.lz-question {
    padding: 1rem 2rem;
    width: calc(100% - 4rem);
    height: auto;
    max-height: max-content;
}

.lz-question--header {
    display: flex;
}

.lz-question--header__left {
    display: flex;
    flex: 1;
    align-items: center;
}

.lz-question--header__right {
    font-size: 14px;
    color: #F07281;
    display: flex;
    align-items: center;
}

.lz-question--footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.lz-question--header_avatar {
    width: 2rem;
    height: 2rem;
    margin-right: 12px;
}

.lz-question--header_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.lz-question--header_username {
    font-size: 14px;
    color: #111111;
    max-width: 5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lz-dot {
    width: 3px;
    height: 3px;
    margin: 0 0.5rem;
    background: #BDBDBD;
    border-radius: 50%;
}

.lz-question--header_subject {
    font-size: 14px;
    color: #111111;
    font-weight: bold;
}

.lz-question--header_time {
    font-size: 14px;
    color: #5D7170;
}

.lz-question-content_text {
    display: -webkit-box;
    /*-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;*/
    overflow: hidden;

    font-size: 18px;
    color: #111111;
    margin: 10px 0;
    line-height: 24px;
}

.lz-question-content_text h1{
    font-size: 18px;
    line-height: 28px;
    word-break:normal;
}

.lz-question-content_img img{
    border-radius: 10px;
    margin: 10px 0;
    max-width: 100%;
}

.lz-question--footer_ans {
    margin-right: 20px;
}

.lz-question--footer_btn {
    font-size: 14px;
}

.lz-question--footer_btn a {
    padding: 5px 12px;
    display: block;
    border: 1px solid #111111;
    border-radius: 23.5px;
    color: #111111;
    text-decoration: none;
}
.lz-question--footer_btn a span{
    border-radius: 10px;
    margin: 0;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #14928E;
}
.lz-question--footer_btn a:hover{
    background: #14928E;
    color: white;
    border-color: #14928E;
}

.lz-question--footer_btn a:hover span{
    background: #fff;
    color: #14928E;
}

.lz-rank--action td a {
    color: #111111;
}

.lazi-header--gift img{
    height: 1.3rem;
}

.lz-reg {
    padding: 0 12px;
}

.lz-reg--title {
    padding: 0;
    margin: 10px 0;
    color: #111111;
    font-size: 24px;
    /*font-family: SVN-Gilroy;*/
}

.lz-reg *{
    /*font-family: SVN-Gilroy;*/
}

.lz-reg--content {
    background: #F1FAF9;
}

.lz-reg--content span {
    margin-left: 40px;
}

.lz-reg--content li {
    position: relative;
}

.lz-reg--content li:before {
    position: absolute;
    content: url('../../new_layout/images/double.svg');
}

.lz-reg--body {
    position: relative;
}

.lz-reg--content {
}

.lz-reg--img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
}

.lz-reg--img img {
    width: 70px;
}

.lz-reg--action {
    text-decoration: none;
    background: #2392F8;
    border-radius: 100px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px;
}

.lz-reg--action:hover {
    background: #2183DD;
}

.lz-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s linear;
}
.lz-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.lz-footer--bottom * {
    /*font-family: SVN-Gilroy;*/
}

.lz-footer--bottom {
    background: #E6FCFC;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding-bottom: 10px;
}

.footer-action--close {
    position: fixed;
    right: 0;
    bottom: 160px;
    cursor: pointer;
    color: red;
}

.lz-footer--bottom > div {
    margin: 0 20px;
}

.lz-bottom--title {
    font-size: 24px;
    color: #111111;
}

.lz-bottom--content li {
    position: relative;
}

.lz-bottom--content li:before {
    position: absolute;
    content: url('../../new_layout/images/double.svg');
}

.lz-bottom--content span {
    margin-left: 40px;
}

.lz-bottom--content {
    margin-right: 90px;
}

.lz-bottom--action {
    text-decoration: none;
    background: #2392F8;
    border-radius: 100px;
    color: white;
    height: 40px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px;
}

.lz-bottom--action:hover {
    background: #2183DD;
}

.lz-rank-a:hover {
    text-decoration: none;
}

.lz-rank-row * {
    /*font-family: SVN-Gilroy;*/
}

.lz-rank-row {
    display: flex;
    align-items: center;
}

.lz-rank--order {
    flex: 1;
    font-weight: bold;
    font-size: 24px;
    color: #E0E0E0;
    text-align: center;
}

.lz-rank--avatar {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    position: relative;
}

.lz-rank--avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.lz-rank--meta {
    flex: 3;
}

.lz-rank--name {
    font-weight: bold;
    font-size: 14px;
    color: #111111;
}

.lz-rank--scope {
    font-size: 14px;
    color: #5D7170;
}

.lz-rank-a:nth-child(1) .lz-rank--avatar:after {
    position: absolute;
    content: url("../../new_layout/uploads/rank/one.svg");
    right: -8px;
    top: -9px;
}

.lz-rank-a:nth-child(2) .lz-rank--avatar:after {
    position: absolute;
    content: url("../../new_layout/uploads/rank/three.svg");
    right: -8px;
    top: -9px;
}

.lz-rank-a:nth-child(3) .lz-rank--avatar:after {
    position: absolute;
    content: url("../../new_layout/uploads/rank/two.svg");
    right: -8px;
    top: -9px;
}

.lz-content--question {
    margin: 0 auto;
    width: unset;
}

.lz-question--bottom {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.lz-question--bottom_ans {
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
}

.lz-question--bottom_ans:hover {
    background: #F5F5F5;
}

.lz-question--bottom_view {
    color: #5D7170;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px;
}

.lz-tag img{
}

.lz-tag a {
    display: inline-block;
    font-size: 14px;
    /*font-family: SVN-Gilroy;*/
    color: #5D7170;
    background: #F5F5F5;
    text-decoration: none;
    padding: 5px 15px;
    margin: 2px 5px;
    border-radius: 31px;
}

.lz-relation * {
    /*font-family: SVN-Gilroy;*/
   /* word-break: break-all;*/
}

.lz-relation .lz-relation--title {
    font-size: 22px;
    color: #111111;
    margin: 10px 0;
    font-weight: bold;
}

.lz-relation--item {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    word-break:break-word;
}

.lz-relation--item h4{
    flex: 1;
}

.lz-relation--text {
    flex: 1;
    margin-left: 10px;
    color: #111111;
    font-size: 16px;
    text-decoration: none !important;
}

.lz-relation--text span {
    color: #5D7170;
}

.lz-relation--ans {
    text-align: center;
    margin-left: 5px;
}

.lz-relation--number {
    color: #5D7170;
    font-size: 10px;
}

.lz-relation--color {
    color: #14928E;
}

.lz-question--content *{
    /*font-family: SVN-Gilroy;*/
    /*word-break: break-all;*/
}

.lz-question--title {
    display: flex;
    align-items: center;
}

.lz-question--title_left {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}

.lz-question--title_right {
    flex: 1;
    justify-content: flex-end;
    display: flex;
}

.lz-question--title_item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 10px;
    font-size: 16px;
    color: #111111;
}

.lz-question--title_item img {
    margin-right:8px;
}

.lz-table * {
    /*font-family: SVN-Gilroy;*/
}

.lz-table {
    display: flex;
}

.lz-table--header {
    display: flex;
    margin-bottom: 20px;
}

.lz-table-info {
    flex: 1;
    display: flex;
    align-items: center;
}

.lz-table-meta {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #F07281;
}

.lz-table-info img {
    border-radius: 50%;
    margin-right: 10px;
    width: 35px;
}

.laz-table--username {
    font-size: 14px;
    color: #111111;
}

.laz-table--time {
    font-size: 14px;
    color: #5D7170;
}

.lz-table--img img {
    max-width: 100%;
}

.lz-table--body {
    word-break: break-word;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 10px 20px;
}

.lz-table--ans {
    color: #111111;
}

.lz-table--scope {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.lz-table--scope_list {
    display: flex;
    margin-left: 20px;
    align-items: center;
}

.lz-table--scope_item {
    padding: 6px;
    background: #F5F5F5;
    border-radius: 2px;
    margin: 0 2px;
    width: 18px;
    text-align: center;
    cursor: pointer;
}

.lz-table--scope_item.active {
    background: #14928E;
    color: white;
}

.lz-table--actions {
    display: flex;
    margin-top: 10px;
    float: left;
}

.lz-clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.lz-table--actions_item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    padding: 5px 10px;
}
.lz-table--actions_item:hover {
    background: #F5F5F5;
}

.lz-view_answer{padding:10px 20px;border: 0px;border-radius: 5px;background: #14928e; color: #fff; text-decoration: none;font-size: 16px; text-align: center;cursor: pointer;}

.lz-table--actions_item img {
    margin-right: 10px;
}

.lz-table--comment-title {
    margin: 10px 0;
    color: #111111;
}

.lz-table--comment--item {
    display: flex;
    margin: 5px 0;
}

.lz-table--comment--item img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.lz-table--comment-info {
    background: #F2F2F2;
    border-radius: 3px;
    padding: 0 10px;
    flex: 1;
}

.lz-table-comment-username {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
}

.lz-table--content {
    flex: 1;
}

.lz-table--vote {
    margin-right: 10px;
    margin-bottom: 10px;
}

.lz-table--vote-item {
    display: flex;
    cursor: pointer;
}

.lz-table--vote-item img{
    width: 20px;
}

.form_comment {
    display: none;
    margin: 10px 0;
}

.form_comment textarea {
    width: calc(100% - 12px);
    border: 1px solid #14928E;
    border-radius: 5px;
}

.form_comment button {
    text-align: center;
    padding: 5px 10px;
    background: #2392F8;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.lz-rating_new * {
    /*font-family: SVN-Gilroy;*/
}

.lz-rating_new {
    display: flex;
    align-items: center;
}

.lz-rating_new span:not(:first-child) {
    margin-bottom: 0;
    background: #F5F5F5;
    color: #111111;
    border: none;
}

.lz-rating_new .user_cham_diem_active {
    background: #14928E !important;
    color: #ffffff !important;
    font-weight: unset;
}

.lz-question--bottom_left {
    flex: 1;
}

.lz-question--bottom_right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.lz-continue_answer {
    background: #ffffff;
    color: #111111;
    border: 1px solid #111111;
    border-radius: 23.5px;
    padding: 5px 20px;
    text-decoration: none !important;
}

.lz-continue_answer:hover {
    background: #F2F2F2;
}

.lz-continue_answer img {
    width: 14px;
}

.lz-continue_answer span {
    color: #5D7170;
    margin-left: 10px;
}

.lz-question--bottom-left {
    display: flex;
    flex: 1;
    align-items: center;
}

.lz-question--bottom_ans {
    background: transparent;
    border-radius: 24px;
}

.lz-question--bottom_ans:hover {
    background: #14928E;
    color: #ffffff;
}

.lz-question--bottom_ans:hover span {
    background: white;
    color: #14928E;
}

.lz-question--bottom_ans span {
    color: white;
    background: #14928E;
    border-radius: 10px;
    padding: 2px 9px;
    font-size: 14px;
}

/*mobile*/
@media (max-width: 480px) {
    .wrapper {margin-top: 0px;}

    .nen_trang_full {
        border: none;
        border-top: 1px solid #D0E9E8;
        border-bottom: 1px solid #D0E9E8;
        border-radius: 0;
        width: calc(100% - 22px);
    }

    .mb-footer {
        flex-direction: column;
    }

    .mb-footer div {
        margin: 10px 30px !important;
    }

    #lzc_notification_all {
        z-index: 9999;
        top: 119px !important;
    }

    .lz-question--header_username {
        max-width: 10rem;
    }

    .footer-action--close {
        right: 10px;
        bottom: 66px;
        font-size: 20px;
    }

    .lz-table-comment-content {
    }
}


.mb-policy {
    display: flex;
    align-items: center;
}

.mb-policy--left {

}

.mb-policy--right {
    margin-left: 15px;
}

.mb-policy--right p {
    color: #111111;
    /*font-family: SVN-Gilroy;*/
    font-size: 14px;
}

.mb-policy--right span {
    color: #F07281;
}

.mb-policy--bottom {
    display: flex;
}

.mb-policy--bottom p {
    color: #14928E;
    /*font-family: SVN-Gilroy;*/
}

.mb-policy p {
    margin: 0;
}

.mb-tim-kiem-bai-tap .button_search {
    width: 100px;
}

.mb-tim-kiem-bai-tap form {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.mb-tra-loi .tra-loi--header {
    align-items: center;
}

.mb-tra-loi .tra-loi--header img{
    width: 26px;
    height: 16px;
}

.mb-tra-loi .lz-tra-loi--left {
    flex: 2;
}

.mb-tra-loi .lz-tra-loi--right {
    display: flex;
    align-items: flex-end;
}

.mb-question * {
    /*font-family: SVN-Gilroy;*/
}

.mb-question--footer {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.mb-question--footer__left {
    flex: 1;
    color: #F07281;
}

.mb-question--footer__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mb-question--footer_btn {
}
.mb-question--footer_btn a{
    border: 1px solid #111111;
    border-radius: 23.5px;
    font-size: 14px;
    padding: 5px 8px;
}

.mb-question--footer_btn a span{
    font-weight: bold;
    color: #14928E;
    padding: 0px 2px;
    border-radius: 5px;
}


.mb-question--footer_btn a:hover {
    color: #fff;
    background: #14928E;
    text-decoration: none;
    border-color:#14928E;
}

.mb-question--footer_btn a:hover span{
    background: #fff;
}

.mb-question--footer_ans {
    margin-right: 10px;
}

.mb-question--header {
    display: flex;
}

.mb-question--header {
    display: flex;
    align-items: center;
}

.mb-question--header_subject {
    justify-content: flex-end;
    flex: 3;
    text-align: right;
    margin-right: 10px;
}

.mb-question--header_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mb-question--header_avatar {
    flex: 1;
    margin-right: 5px;
}

.mb-question--header_username a {
    color: #111111;
    font-size: 14px;
}

.mb-question--header_username {
    flex: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-question--header_username p {
    margin: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 10px;
    color: #5D7170;
}

.mb-question--header_subject {
    font-weight: bold;
    font-size: 14px;
    color: #111111;
}
.mb-question-content_text{
    word-break:break-word;
}
.mb-question-content_text a{
    font-size: 18px;
    color: #111111;
}

.mb-send {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 18px;
    display: flex;
    align-items: center;
}

.mb-send--text {
    background: rgba(51, 51, 51, 0.6);
    border-radius: 6px;
    color: #ffffff;
    padding: 3px 20px;
    font-size: 12px;
    /*font-family: SVN-Gilroy;*/
}

.mb-send--triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left:8px solid rgba(51, 51, 51, 0.6);
}

.mb-send--icon {
    width: 45px;
    height: 45px;
    background: #2392F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-send--close {
    z-index: 9999;
    position: fixed;
    bottom: 135px;
    right: 12px;
}

.mb-send--close img {
    width: 100% !important;
    height: 100% !important;
}

.mb-send img {
    width: 50%;
    height: 50%;
}


/** PC send **/


.pc-send {
    z-index: 9999;
    position: fixed;
    bottom: 195px;
    right: 18px;
    display: flex;
    align-items: center;
}

.pc-send--text {
    background: rgba(51, 51, 51, 0.6);
    border-radius: 6px;
    color: #ffffff;
    padding: 3px 20px;
    font-size: 12px;
    /*font-family: SVN-Gilroy;*/
}

.pc-send--triangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left:8px solid rgba(51, 51, 51, 0.6);
}

.pc-send--icon {
    width: 45px;
    height: 45px;
    background: #2392F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-send--close {
    z-index: 9999;
    position: fixed;
    bottom: 230px;
    right: 12px;
}

.pc-send--close img {
    width: 100% !important;
    height: 100% !important;
}

.pc-send img {
    width: 50%;
    height: 50%;
}

/** End PC send **/

.mb-header * {
    /*font-family: SVN-Gilroy;*/
}

.mb-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 6px;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 9999;
    width: calc(100% - 12px);
    box-shadow: 0 2px 0 rgba(20, 146, 142, 0.2);
}

.mb-header > div {
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.mb-header--menu--icon_close {
    display: none;
}

.mb-header--menu {
    flex: 1.5;
}

.mb-header--logo {
    flex: 2.5;
}

.mb-header--search {
    flex: 6;
}

.mb-header--search form {
    display: flex;
    position: relative;
    width: 100%;
}

.mb-header-icon--search {
    position: absolute;
    left: 10px;
    width: 20px;
    top: 9px;
}

.mb-header-icon--close {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 9px;
    display: none;
}

.mb-header--search form input {
    width: 100%;
    height: 34px;
    background: #F2F2F2;
    border: none;
    border-radius: 100px;
    font-size: 14px;
    color: #5D7170;
    outline: none;
    padding-left: 34px;
}

.mb-header--profile {
    flex: 1.8;
}

.mb-header--profile img {
    border-radius: 50%;
}

.mb-account-actions {
    display: none;
    position: fixed;
    top: 53px;
    right: 0;
    background: #ffffff;
    z-index: 100000001;
    width: 65%;
    box-shadow: -2px 2px 0px rgba(20, 146, 142, 0.2);
    height: calc(100% - 45px);
    overflow: auto;
}

.mb-account-actions ul {
    margin-bottom: 10px;
}

.mb-account-actions a {
    display: block;
    margin: 5px 10px;
}

.mb-account--menu {
    display: none;
    position: fixed;
    top: 53px;
    left: 0;
    background: #ffffff;
    z-index: 9999;
    width: 65%;
    border: 1px solid rgba(20, 146, 142, 0.2);
    height: calc(100% - 45px);
    overflow: auto;
}

.mb-account--menu ul {
    margin-bottom: 10px;
}

.mb-account--menu a {
    display: flex;
    align-items: center;
    margin: 5px 10px;
}

.mb-account--menu a img {
    margin-right: 15px;
}

.mb-account--menu a span {
    font-size: 16px;
    color: #111111;
}

.mb-menu {
    z-index: 9998;
    position: fixed;
    top: 52px;
    width: calc(100% - 12px);
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
    padding: 6px 6px 0 6px;
    display: flex;
    justify-content: space-around;
}

.mb-menu--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    height: 50px;
    padding-bottom: 10px;
}

.mb-menu--item_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    height: 50px;
    padding-bottom: 10px;
}

.mb-header-icon {
    width: 22px;
    float:left;
}

.mb-header--lz {
    position: relative;
}

.mb-header--lz i {
    width: 22px;
    font-size: 22px;
}

.mb-header--lz > span {
    position: absolute;
    top: 17px;
    right: -15px;
}

.mb-menu--item .mb-menu--item--text {
    margin: 0;
    color: #5D7170;
    font-size: 10px;
    /*font-family: SVN-Gilroy;*/
    position: absolute;
    bottom: 0;
    text-align: center;
}

.mb-menu--item_2 .mb-menu--item--text {
    margin: 0;
    color: #5D7170;
    font-size: 10px;
    /*font-family: SVN-Gilroy;*/
    position: absolute;
    bottom: 0;
    text-align: center;
}

.mb-header--guest {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 58px;
    right: 9px;
    background: #D0E9E8;
    border-radius: 5px;
    border: 1px solid #14928E;
}

.mb-header--guest:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom:8px solid #FFFFFF;
    top: -8px;
    right: 8px;
}

.mb-header--guest a {
    display: block;
    color: #000000;
    font-size: 16px;
    /*font-family: SVN-Gilroy;*/
    padding: 10px 40px;
    border-bottom: 1px solid #F2F2F2;
}
.mb-header--guest a:last-child{border-bottom: none;}

.mb-footer--bottom * {
    /*font-family: SVN-Gilroy;*/
}

.mb-footer--bottom {
    position: fixed;
    z-index: 0;
    bottom: 0;
    width: 100%;
    background: #EFEFEF;
    padding-bottom: 12px;
}

.mb-footer--title {
    color: #111111;
    font-size: 14px;
    text-align: center;
}

.mb-bottom--btn {
    text-align: center;
}

.lz-bottom--action_register {
    background: #FFFFFF;
    border: 1px solid #2392F8;
    color: #2392F8;
    box-sizing: border-box;
}

.show-full #inputSearch {
    width: 80%;
    padding-left: 20px;
}

.show-full .mb-header-icon--search{
    right: 65px;
    left: unset;
}
.mb-question--title_right {
    flex: unset;
}

.mb-question--title_item {
    font-size: 14px;
    margin: 0 5px;
}

.lz-mb-table {
    display: unset;
}

.mb-table-info {
    display: flex;
    align-items: center;
}

.mb-table--username p {
    margin: 0;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-table-info img {
    border-radius: 50%;
    margin-right: 10px;
    width: 35px;
}

.mb-table-meta {
    flex: unset;
}

.mb-question--actions {
    display: flex;
    align-items: center;
}

.mb-question--actions .lz-table--vote {
    display: flex;
    margin: 0;
}

.mb-question--actions .lz-table--vote .lz-table--vote-item {
    margin-right: 10px;
}

.mb-action-more {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.mb-mores {
    position: absolute;
    right: 0;
    top: 20px;
    border: 1px solid #D0E9E8;
    border-radius: 5px;
    display: none;
    padding: 5px 0px;
    line-height: 40px;
    background: #fff;
    z-index: 1000;
}


.mb-mores_item .lz-table--actions_text {
    margin: 0 10px;
    color: #111111;
}

.mb-continue_answer {
    display: block;
    text-align: center;
}

.mb-question--bottom_ans {
    background: #14928E;
    color: #ffffff;
    border-radius: 23.5px;
    text-decoration: none !important;
    margin: 10px 0;
    text-align: center;
    padding: 7px 0;
}

.mb-question--bottom_ans:hover {
    background: #14928E;
    color: #ffffff;
}

.mb-question--bottom_ans span {
    color: #14928E;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 18px;
}

.mb-table--header {
    display: flex;
}