@media only screen and (max-width: 576px) {
    .logo-mobile span.mobile-title {
        color: white;
        font-size: 10px;
        display: block !important;
    }
}
@media only screen and (max-width: 1300px) {
    th.lichsx-s-time {
        width: 65px !important;
    }
}
.ex-scroll{
    max-height: 400px; 
    overflow-y: auto;
}
.ex-scroll{
  scrollbar-width: none !important;
}
.container-full{
    width: 100%;
}
.menu-link .menu-title a{
    color: white !important;
}
div#kt_app_header_container {
    background-color: #04044E;
}
.container-fluid {
    padding-top: 20px;
}
.header-left h2 {
    font-size: 34px;
    font-weight: 600;
}
.row.rs1 {
    padding: 20px 0;
    padding-bottom: 30px;
}
.border-bot {
    border-bottom: 1px solid #C4CADA;
    padding-bottom: 15px;
}
.note-news {
    padding-top: 25px;
    padding-bottom: 25px;
 }
.note-news img.x-icon {
    width: 20px;
    padding-bottom: 5px;
}
.note-news span.ts-ct {
    font-size: 16px;
    color: #78829D;
    font-weight: 500;
}
.note-news span.tag {
        font-size: 16px;
        font-weight: 500;
        color: #883FFF;
}
.note-news .tts {
    padding-right: 40px;
}
/* lich sản xuất */
/* thead.header-blue {
    background-color: #1B84FF;
} */
thead.header-blue th{
    color: white;
}
.menu-css-cas{
    position: absolute;
    right: 10%;
    top: 30px;
}
td.location {
    width: 5%;
}
td.appname {
    width: 10%;
}
.table-trung {
    padding-bottom: 5rem;
}
.title-check{
    text-align: center;
    border: 1px solid #ddd;
    padding: 25px;
    font-size: 14px;
    font-weight: 600;
    /* margin-right: 11px; */
}
/* .group-table {
    margin-top: 30px;
} */
/* .scroll-content {
    max-height: 600px;
    overflow: auto;
} */

.reporters .w-time{
    width: 70%;
    height: 100%;
}
.reporters .w-location{
    width: 30%;
}
.resmobile .tilte-header {
    padding: 20px 15px;
    background-color: #EFF6FF;
    margin: 0 -15px;
}
.logo-mobile {
    padding-top: 25px;
}
.logo-mobile .logo {
    text-align: center;
}
.logo-mobile span.mobile-title {
    display: none;
}
.wh-40{
    width: 40%;
}

/* css cho header bảng  */
td.l-td {
    width: 6%;
    padding: 0;
}
td.l-pv {
    width: 10%;
}
td.l-ht {
    width: 5%;
}
/* css row */
th.lichsx-td {
    width: 130px;
}
th.lichsx-lpv {
    width: 10%;
}
th.lichsx-s-date {
    width: 100px;
}
th.lichsx-s-time {
    width: 5%;
}
th.top-left-radius.lichsx-stt {
    width: 55px;
}
td.lichsx-stt {
    width: 45px;
    height: 72px;
}
th.lichsx-td {
    width: 115px;
}
.tag {
    color: #883FFF;
}
.app-header-menu.app-header-mobile-drawer.align-items-stretch.drawer.drawer-start.drawer-on {
    background-color: #04044E;
}
span.mobile-desktop {
        color: white;
        font-size: 14px;
        font-weight: 600;
}
.app-navbar.flex-shrink-0.user-infor {
    position: absolute;
    right: 3rem;
    top: 0.5rem;
}
.logo.header {
    display: flex;
}
.message button.exchange-btn {
    width: 90%;
    border: 1px solid #1B84FF;
    color: #1B84FF;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #EFF6FF;
    margin-left: 5%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 500;
}
.percent {
    border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    margin-bottom: 50px;
    border-radius: 10px;
}
.fistduplicate{
    background-color: #EAFFF1;
}
.lastduplicate{
    background-color: #FFEEF3;
}

.table-responsive-lichsx{
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    max-height: 650px;
    overflow-x: auto;
    scrollbar-width: none;
}
.table-responsive-lichsx table.scroll-table {
    width: 100%;
    /* min-width: 1280px; */
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}
.table-responsive-lichsx thead.header-blue th {
    color: white;
    background: #1B84FF;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    font-weight: 500;
    font-size: 14px;
}
.table-responsive-lichsx tr.widthcol {
    background: #1B84FF;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 41px;
}
.table-responsive-lichsx tr.phongban {
    /* color: #fff; */
    position: -webkit-sticky;
    position: sticky;
    /* top: 101px; */
    top: 0;

}
.table-responsive-lichsx .phongban td {
    background-color: #FFE4B5;
    font-weight: 700;
    padding: 25px 0;
    opacity: 100%;
}
.table-responsive-lichsx thead.header-blue{
    display: none;
}
.table-responsive-lichsx thead#header-table-0 {
    display: table-header-group;
}
.table-responsive-lichsx tr#phongban-0 {
    top: 85px;
}
#buttonBackToTop {
    display: inline-block;
    background-color: #EFF6FF;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

    #buttonBackToTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #1B84FF;
    }

    #buttonBackToTop:hover {
        cursor: pointer;
        background-color: #EFF6FF;
    }

    #buttonBackToTop:active {
        background-color: #555;
    }

    #buttonBackToTop.show {
        opacity: 1;
        visibility: visible;
    }
.news-title {
    display: flex;
    align-items: center; /* Vertically center the children of .news-title */
    justify-content: space-between; /* Add space between the left and right sections */
}
.news-title .left-title {
    padding: 5px;
    border-radius: 10px;
}
.news-title .fa-angle-down:before {
    content: "\f107";
    color: black;
    font-size: 20px;
    padding: 0 10px;
}
.news-title .fa-angle-up:before {
    content: "\f106";
    color: #1B84FF;
    font-size: 20px;
    padding: 0 10px;
}
.w10ps{
    width: 10%;
}
.w15ps{
    width: 15%;
}
.wth25{
    width: 25px;
}
.fs13{
    font-size: 13px !important;
}

/* css cho header */
.header-desk .header {
    background-color: #04044E;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    /* height: 64px; */
    position: sticky;
    top: 0;
    z-index: 9999;
}
.navigation-menu {
    height: 100%;
    display: flex;
    align-items: center;
}
.navigation-menu a.active {
    background-color: #056EE9;
    height: 100%;
    display: flex;
    align-items: center;
}
.navigation-menu a {
    font-size: 14px;
    color: white;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 25px;
}

.header-menu-left {
    display: flex;
    align-items: center;
}
.header-menu-left h2 {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    padding-left: 10px;
}
img.logo-desktop {
    height: 30px;
}
.navigation-menu img.x-icon {
    padding-right: 4px;
}

.header-menu-right {
    display: flex;
}
.profile {
    display: flex;
    align-items: center;
}
.avartauser{
    width: 40px;
    height: 40px;
    margin-left: 16px;
    border-radius: 50%;
}

span.input-group-text-left {
    display: flex;
    align-items: center;
    padding: .775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-300);
}
i.fa-solid.fa-chevron-down {
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}
.range-time {
    padding-left: 102px;
}
span.text-ip {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #78829D;
    z-index: 1;
}
span.select2-selection.select2-selection--multiple.form-control.select2 {
    padding-left: 85px;
    padding-top: 12px;
}
.chat-container {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.chat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    font-weight: bold;
}

.chat-header .close-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.chat-messages {
    padding: 15px 0;
    /* max-height: 400px;
    overflow-y: auto; */
}

.message {
    /* margin-bottom: 20px; */
    display: flex;
}

.message-header {
    /* display: flex; */
    align-items: center;
}
.chat-content {
    width: 100%;
    background-color: #F1F1F4;
    padding: 15px 12px;
    border-radius: 10px;
}

.message-header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-info {
    display: flex;
    flex-direction: column;
}

.user-name {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #071437;
}

.time-ago {
    font-size: 12px;
    color: #909090;
}

.message-text {
    /* margin: 10px 0 0 50px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px; */
    font-size: 14px;
}

.message-input {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #1B84FF;
    border-radius: 5px;
    font-size: 14px;
}

.message-actions {
    text-align: right;
    padding-top: 15px;
}
button.cancel-btn {
    border: 1px solid #C4CADA;
    background-color: white;
    border-radius: 5px;
    padding: 5px 10px;
}
button.send-btn {
    border: none;
    background-color: #056EE9;
    color: white;
    border-radius: 5px;
    padding: 6px 10px;
}
.message-foot {
    padding: 15px;
}
button.load-send-btn {
    border: 1px solid #056EE9;
    border-radius: 5px;
    background-color: #EFF6FF;
    color: #056EE9;
}
.chat-messages-all {
    max-height: 400px;
    overflow-y: auto;
}
.chat-container-popup {
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;

}
td.send-checktrung {
    text-align: right;
}

.pd20{
    padding: 20px;
}
.pd0{
    padding: 0px;
}
.pdt15{
    padding-top: 15px;
}
.pdt40{
    padding-top: 40px;
}
.popup-content .content {
    border-bottom: 1px solid #DBDFE9;
}
.header-popup {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #DBDFE9;
}
.popup-content .popup-td{
    font-size: 16px;
    font-weight: 600;
    color: #071437;
}
.popup {
    display: none; /* Ẩn popup */
    position: fixed; /* Cố định popup trong màn hình */
    z-index: 1001; /* Đảm bảo popup ở phía trước */
    left: 0;
    top: 0;
    width: 100%; /* Đầy màn hình */
    height: 100%; /* Đầy màn hình */
    background-color: rgba(0, 0, 0, 0.5); /* Nền mờ */
}

/* Nội dung popup */
.popup-content {
    background-color: white;
    margin: 5% auto 0%;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 95%;
    max-width: 600px;
    border-radius: 10px;
}

/* Nút đóng popup */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: lighter;
    position: absolute;
    right: 20px;
    top: 10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.percent-pop {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
}
.content-popup {
    /* min-height: 700px; */
    overflow-y: auto;
    padding: 20px 15px;
}
/* .news-card {
    padding-top: 15px;
} */
.choose-td {
    padding: 15px 15px 0 15px;
}
.btn-send-tr {
    /* padding: 15px; */
    position: absolute;
    width: 95%;
    bottom: 0px;
}
button.send-check {
    width: 100%;
    border: 1px solid #1B84FF;
    background-color: #1B84FF;
    color: white;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 10px;
}





/* check */
.chat-container-mobile {
    display: flex;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    /* margin-top: -100px; */
    max-width: 598px;
}

.chat-container-mobile .user-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-container-mobile .message-box {
    width: 100%;
    border: 1px solid #1B84FF;
    padding: 15px 10px;
    border-radius: 10px;
}

.chat-container-mobile .message-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.chat-container-mobile .user-name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.chat-container-mobile .user-role {
    font-size: 12px;
    color: #888;
}

.chat-container-mobile .message-input {
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    resize: none;
    padding-bottom: 30px;
}

.chat-container-mobile .message-input:focus {
    border-color: #0084ff;
}

.chat-container-mobile .send-button {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background-color: #0084ff;
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.chat-container-mobile .send-button:hover {
    background-color: #006bb3;
}
.background-gray{
    background-color: #EFF6FF;
}


/* css trao đổi desk top */
.popup-content-desktop {
    background-color: white;
    margin: 10% auto;
    margin-top: 10%;
    border: 1px solid #888;
    width: 95%;
    max-width: 600px;
    border-radius: 10px;
}

button.close-btn:hover {
    background-color: red !important;
    color: white;
    border-radius: 50%;
    padding: 0px 7px;
}

.popup-content-desktop .chat-messages {
    padding: 10px 20px;
    border-bottom: 1px solid #C4CADA;
}
.popup-content-desktop .chat-header {
    padding: 20px;
}
.popup-content-desktop .chat-messages-all {
    padding-top: 10px;
    scrollbar-width: none !important;
}
.chat-container-popup-desktop{
    max-height: 400px ;
    overflow-y: auto;
    scrollbar-width: none !important;
    padding-bottom: 25px;
}
.popup-content-desktop .message {
    display: block;
    position: relative;
}
.popup-content-desktop .message-header {
    display: flex;
}
.popup-content-desktop .message-text {
    font-size: 14px;
    background-color: #FCFCFC;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
    color: #4B5675;
    border: 1px solid #F1F1F4;
}
.psr{
    position: relative;
}
.pdl40{
    padding-left: 40px;
}
.input-border{
    border: 1px solid #C4CADA !important;
}
.wt50{
    width: 50%;
}
.bd-rads{
    border: 1px dashed #C4CADA;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 10px;
}
.bd-right-dash{
    border-right: 1px dashed #C4CADA;
}
.pd-lr15{
    padding: 0 15px;
}
.pd-8{
    padding: 8px 0;
}
.mg-hd{
    margin: 0 -15px 15px;
    background-color: aliceblue;
}
div#kt_app_wrapper {
    background-color: white;
}

.chat-check-trung {
    position: absolute;
    width: 95%;
    bottom: 0;
    padding-right: 2px;
    z-index: 1;
}
.form-check.form-check-solid .form-check-input:not(:checked) {
    background-color: white;
}

.alert-message {
    padding: 15px;
    color: white;
    z-index: 9999;
    display: none;
}

.info {background-color: #1F2329;}    

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

div#customAlert {
    position: fixed;
    width: 95%;
    border-radius: 10px;
    bottom: 0;
    margin-left: 5px;
}
div#customAlert p{
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
}
.mgt45percent{
    margin-top: 45%;
}
.modal-header-ct h3.modal-title.text-center {
    font-size: 20px;
}

span.three-dots {
    position: absolute;
    top: 15px;
    right: 15px;
}
i.bi.bi-three-dots {
    font-size: 20px;
    color: black;
}
span.three-dots:hover {
    /* padding: 0 10px; */
    border-radius: 5px;
    background-color: #056EE9;
}

/* css chat cá nhân trên desktop */
.chat-messages-us .message-us{
    background-color: #EFF6FF;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #056EE9;
    width: 90%;
    position: relative;
}
.chat-messages-us {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #C4CADA;
}
.chat-messages-us .avatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
}
.chat-messages-us p.message-text-us {
    font-size: 14px;
    color: #4B5675;
    margin: 0;
    padding: 5px 0;
}
.edit-message {
    background-color: white;
    position: absolute;
    top: 40px;
    right: 15px;
    border: 1px solid #DBDFE9;
    border-radius: 10px;
    display: none;
    z-index: 1;
}
.edit-message button.edit {
    background: white;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    border-bottom: 1px solid #DBDFE9;
}
.edit-message button.edit:hover{
    background-color: #EFF6FF;
}
.edit-message button.delete {
    border-bottom: 1px solid #DBDFE9;
    background: white;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
    width: 100%;
    text-align: left;
}
.edit-message button.delete:hover{
    background-color: #EFF6FF;
}
.edit-message .delete {
    padding: 15px;
}
.edit-message i.far.fa-edit {
    color: #1B84FF;
    padding-right: 5px;
}
.edit-message i.bi.bi-trash {
    color: #F8285A;
    padding-right: 10px;
}
.edit-message .text {
    font-weight: 500;
    color: #4B5675;
}
button.edit-btn {
    border: none;
    background-color: #056EE9;
    color: white;
    border-radius: 5px;
    padding: 6px 10px;
}
/* popup xác nhận xóa */
 /* Popup Container */
        .popup-delete {
            position: fixed;
            z-index: 1001;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1002;
            display: none;
        }
        .popup-delete-desktop{
            background-color: white;
            margin: 10% auto;
            margin-top: 10%;
            border: 1px solid #888;
            width: 95%;
            max-width: 400px;
            border-radius: 10px;
            padding: 20px;
        }
        /* Popup Title */
        .popup-delete h2 {
            margin-top: 0;
            font-size: 20px;
            color: #333;
            text-align: center;
        }

        /* Popup Message */
        .popup-delete p {
            font-size: 14px;
            color: #666;
            margin-bottom: 20px;
            text-align: center;
        }

        /* Buttons */
        .popup-delete .btn-container {
            display: flex;
            justify-content: space-between;
        }

        .popup-delete button {
            width: 45%;
            padding: 10px 0;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 14px;
        }

        .btn-cancel {
            background-color: #e5e5e5;
            color: #333;
        }

        .btn-delete {
            background-color: #f44336;
            color: white;
        }

.chat-container-mobile .edit-button{
    position: absolute;
    bottom: 30px;
    right: 20px;
    background-color: #0084ff;
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}
.tilte-header i.bi.bi-exclamation-circle {
    font-size: 20px;
    padding-left: 5px;
    color: #1B84FF;
    padding-bottom: 5px;
    
}
button.filter {
    display: flex;
    border: 1px solid var(--bs-gray-300);
    border-radius: 8px;
    background-color: white;
    width: 100%;
    height: 100%;
    align-items: center;
}
button.search {
    width: 100%;
    height: 100%;
    border: 1px solid var(--bs-gray-300);
    background-color: white;
    border-radius: 8px;
}
.pdt-70p{
    padding-top: 70%;
}
.tab-content-mb {
  display: none;
}

.tab-content-mb.active {
  display: block;
}
/* CSS cho dropdown selector */
#tab-selector {
    padding: 10px;
    border: 1px solid #DBDFE9;
    border-radius: 5px;
    background-color: white;
    color: #333;
    font-size: 16px;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    position: relative;
    cursor: pointer;
}

/* Căn chỉnh padding cho các lựa chọn */
#tab-selector option {
  padding: 10px;
  color: #333;
}

/* Style nút chọn tab */
#select-tab {
  padding: 10px 20px;
  border: 1px solid #DBDFE9;
  border-radius: 5px;
  background-color: #4CAF50;
  color: white;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

#select-tab:hover {
  background-color: #45a049;
}
.modal-body span.select2-selection.select2-selection--multiple.form-control.select2 {
    padding-left:15px;
}
@media only screen and (max-width: 1000px) {

    .popup-delete-desktop {
        margin-top: 70%;
    }
    .chat-messages-us p.message-text-us {
        padding: 0;
    }
    .chat-messages-us .message-us {
        width: 100%;
    }
    .chat-messages-us {
        padding: 15px 50px 15px 0;
    }
    .chat-messages-us .avatar {
        right: 0;
    }
    /* Responsive Styling */
    .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .navigation {
        flex-direction: column;
    }

    .navigation a {
        padding: 10px;
        text-align: left;
    }

    .resmobile .header-info span.usname{
        font-size: 1.25rem;
    }
    span.mobile-desktop{
        display: none;
    }
    .menu-css-cas {
        position: fixed !important;
        right: 0 !important;
        top: 0 !important; 
    }
    .logo.header {
        display: block !important;
    }
    .app-navbar.flex-shrink-0.user-infor {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
    }
    .header-name .header-right {
        position: relative;
        right: 0;
    }
    .resdesktop{
        display: none;
    }
    .resmobile{
        display: block;
    }
    .container.resmobile {
        max-width: 100% !important;
    }
    .app-content {
        max-width: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2px !important;
        padding-right: 2px !important;
        margin-top: 0;
        border-radius: 0;
    }
    #kt_app_header_menu_toggle {
        margin: 10px !important;
    }
    .header-left {
        border: 1px solid #DBDFE9;
        border-radius: 5px;
    }
    a.page-bg-tab-mobile.active {
        background-color: #1B84FF;
        padding: 13px 16px;
        border-radius: 10px;
        color: white;
        font-size: 14px;
        line-height: 14px;
    }
    .head-mobile {
        text-align: center;
        padding: 20px 0;
    }
    a.page-bg-tab-mobile {
        font-size: 14px;
        line-height: 14px;
        margin: 0 5px;
        color: #4B5675 ;
        font-weight: 500;
    }
    /* css cho mobile */
    .body-card {
    padding: 10px;
}
    .head-mobile-mb{
        background-color: #F6B100;
    }
    .header-card {
        text-align: center;
        padding: 10px 0;
        border-radius: 8px 8px 0px 0;
        font-size: 14px;
        font-weight: 600;
    }   
    img.h-icon {
        width: 20px;
        margin-right: 5px;
    }
    /* .news-title {
        background-color: #EAFFF1;
    } */
    .news-title span.title {
        font-size: 16px;
        font-weight: 600;
        color: #071437;
    }
    .news-title span.tag {
        font-weight: 600;
        font-size: 16px;
        color: #7239EA;
    }
    .details span.h-name {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #49505A;
    }
    .details span.pv-name {
        background-color: #EFF6FF;
        padding: 5px;
        font-size: 12px;
        font-weight: 500;
        border-radius: 5px;
        margin-left: 5px;
    }
    .details .reporters {
        padding: 5px 0;
    }
    .details .exchange-btn {
        background-color: #EFF6FF;
        text-align: center;
        border: 1px solid #056EE9;
        border-radius: 6px;
        padding: 5px;
        color: #056EE9;
        position: absolute;
        right: 15px;
    }
    .details span.rsrow.rigt-absolute {
        position: absolute;
        right: 15px;
    }
    .news-card .clearfix {
        width: 100%;
        border-bottom: 1px solid #DBDFE9;
        padding: 5px 0;
    }
    .logo-mobile {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}
