        body html{
            font-family: "Times New Roman", Arial, sans-serif;
            background-color: #3d3d3d;
            display: flex;
            overscroll-behavior: contain; /* hoặc: none */
            touch-action: manipulation; /* Ngăn chặn zoom khi cuộn */
        }
        input, button, textarea, select {
            font-family: inherit; /* Kế thừa font từ body */
        }
        .container {
            background-color:#ffffff;
            margin: 10px auto 15px;
            border:solid 8px #f3f3f1;
            border-radius: 10px;
            width: 1320px;
        }
        .header {
            width: 1010px;
            height: 35px;
            line-height: 35px;
            background-color: #007c14;
            color: white;
            padding: 0 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: bold;
            font-size: 14px;
            border-radius: 5px 5px 0 0;
        }
        .content {
            display: flex;
            width: 1320px;
        }
        .body-content{
            width: 1008px;
            height: auto;
            border-top: none;
            border-bottom: 1px solid #6b6b6b;
            border-left: 1px solid #6b6b6b;
            border-right: 1px solid #6b6b6b;
            border-radius: 0 0 5px 5px;
            text-align: left;
            padding: 10px 10px 10px 10px;
            margin-bottom: 10px;
        }
        .body-content1{
            width: 1008px;
            height: auto;
            border: 1px solid #6b6b6b;
            border-radius: 5px;
            text-align: left;
            padding: 10px;
            margin-bottom: 10px;
        }
        .nhap{
            text-align: center;
            margin-top: 10px;
        }
        .nhaphue input{
            width: 100px;
            height: 25px;
            background-color: #007c14;
            color: #ffffff;
            border-radius: 5px;
            font-weight: bold;
            border: none;
            margin: 0 5px;
        }
        input.nhapten{
            width: 150px;
            height: 20px;
            background-color: #ffffff;
            border-radius: 5px;
            font-weight: bold;
            border: none;
        }

        .nhaphue input:hover{
            background-color: #6b6b6b;
            color: #ffffff;
        }
        .nhapdulieu{
            text-align: center;
            width: 133px;
            border-left: 1px solid #6b6b6b;
            color: #6b6b6b;
            font-size: 13px;
            font-weight: bold;
            padding: 0 5px;
            float: left;
        }
        .nhapdulieu0{
            text-align: center;
            width: 133px;
            color: #6b6b6b;
            font-size: 13px;
            font-weight: bold;
            padding: 0 5px;
            float: left;
        }
        .nhapdulieu input{
            width: 106px;
            font-size: 13px;
            font-weight: bold;
        }
        .nhapdulieu0 input{
            width: 106px;
            font-size: 13px;
            font-weight: bold;
        }
        .clearLeft{
            clear: left;
        }
        .button-red {
            background-color: #007c14;
            color: white;
            padding: 5px 10px;
            text-decoration: none;
            font-size: 15px;
            font-weight: bold;
        }
        .sidebar {
            color: #cccccc;
            padding: 10px;
            width: 250px;
            float: left;
        }
        .table-container {
            flex-grow: 1;
            padding: 10px;
            width: 900px;
            float: right;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }
        th, td {
            padding: 8px;
            text-align: center;
        }
        th {
            background: #a0a0a0;
            font-weight: bold;
        }
        .hue-can-dong{
            width: 230px;
            height: 30px;
            background-color: #007c14;
            border-radius: 5px 5px 0 0;
            padding: 8px 10px 15px 10px;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 20px;
            margin-top: 10px;
        }
        .danh-sach-hue-dong{
            width: 228px;
            height: auto;
            border-top: none;
            border-bottom: 1px solid #6b6b6b;
            border-left: 1px solid #6b6b6b;
            border-right: 1px solid #6b6b6b;
            border-radius: 0 0 5px 5px;
            text-align: left;
            padding: 0 10px 10px 10px;
        }
        .danh-sach-hue-dong div{
            height: 30px;
            border-bottom: 1px dashed #6b6b6b;
            padding-top: 5px;
        }
        .danh-sach-hue-dong div a{
            text-decoration: none;
            color: #6b6b6b;
            font-size: 13px;
            font-weight: bold;
        }
        .danh-sach-hue-dong div a p{
            line-height: 10px;
            margin-bottom: 10px;
        }
        .danh-sach-hue-dong div a:hover{
            color: #007c14;
            text-decoration: underline;
        }
        .danhsachhue{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #c6fecf;
            border: 1px dashed #007c14;
            text-align: center;
            padding: 4px 0;
            border-radius: 5px;
        }
        .grid-container {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); /* tự co dãn */
          gap: 5px;
        }
        .danhsachhue a{
            display: inline;
            position: relative;
            text-decoration: none;
            line-height: 18px;
            color: #6b6b6b;
            font-size: 14px;
        }
        .danhsachhue a:hover{
            color: #007c14;
            text-decoration: underline;
        }
        .danhsachhue1{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #ffe066;
            border: 1px dashed #007c14;
            text-align: center;
            padding: 4px 0;
            border-radius: 5px;
        }
        .danhsachhue1 a:hover{
            text-decoration: underline;
        }
        .danhsachhue1 a{
            display: inline;
            position: relative;
            text-decoration: none;
            line-height: 18px;
            color: #FF0000;
            font-size: 14px;
        }
        .danhsachhue2{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #FF6600;
            border: 1px dashed #990000;
            text-align: center;
            padding: 4px 0;
            border-radius: 5px;
        }
        .danhsachhue2 a:hover{
            text-decoration: underline;
        }
        .danhsachhue2 a{
            display: inline;
            position: relative;
            text-decoration: none;
            line-height: 18px;
            color: #ffffff;
            font-size: 14px;
        }
        .danhsachhue3{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background-color: #ACE7FF;
            border: 1px dashed #6b6b6b;
            text-align: center;
            padding: 4px 0;
            border-radius: 5px;
        }
        .danhsachhue3 a:hover{
            text-decoration: underline;
        }
        .danhsachhue3 a{
            display: inline;
            position: relative;
            text-decoration: none;
            line-height: 18px;
            color: #6b6b6b;
            font-size: 14px;
        }
        .danhsachhue4{
            width: 160px;
            background-color: #F0BBF0;
            border: 1px dashed #6b6b6b;
            text-align: center;
            padding: 4px 0;
            border-radius: 5px;
            margin: 0px 3px 5px 3px;
            float: left;
        }
        .danhsachhue4 a:hover{
            text-decoration: underline;
        }
        .danhsachhue4 a{
            text-decoration: none;
            line-height: 10px;
            color: #6b6b6b;
            font-size: 14px;
        }
        .title-hue{
            width: 412px;
            font-size: 14px;
            color: #6b6b6b;
            float: left;
            margin-bottom: 10px;
            padding-right: 50px;
        }
a.quaylai{
    color: #ffffff;
    text-decoration: none;
}
a.quaylai:hover{
    text-decoration: underline;
}
.tieudebang{
    color: #ffffff;
    font-weight: bold;
    border: none;
}
.tieudebang td.tieude0{
    width: 45px;
    background-color: #007c14;
    text-align: center;
    border:none;
    border-left: 1px solid #007c14;
}
.tieudebang td.tieude{
    background-color: #007c14;
    text-align: center;
    border: none;
    border-left: 1px solid #ffffff;
}
.canhphai{
    text-align: right;
}
.tieudebang1{
    color: #990000;
    font-weight: bold;
    border: none;
}
.tieudebang1 td.tieude0{
    width: 45px;
    background-color: #FFBBBB;
    text-align: center;
    border:none;
    border: 1px solid #990000;
}
.tieudebang1 td.tieude{
    background-color: #FFBBBB;
    text-align: center;
    border-left: none;
    border: 1px solid #990000;
}
.tieudebang2{
    color: #007c14;
    font-weight: bold;
    border: none;
}
.tieudebang2 td.tieude0{
    width: 45px;
    background-color: #c6fecf;
    text-align: center;
    border:none;
    border: 1px solid #007c14;
}
.tieudebang2 td.tieude{
    background-color: #c6fecf;
    text-align: center;
    border-left: none;
    border: 1px solid #007c14;
}
a {
    text-decoration: none;
}
tr.tieudebang2 td a{
    text-decoration: none;
    color: #6b6b6b;
}
tr.tieudebang2 td a:hover{
    text-decoration: none;
    color: #007c14;
}
.le1 td{
    background-color: #ffffff;
    color: #6b6b6b;
    font-weight: bold;
    border: 1px solid #6b6b6b;
}
.le2 td{
    background-color: #c6fecf;
    color: #6b6b6b;
    font-weight: bold;
    border: 1px solid #6b6b6b;
}
.le td{
    background-color: #c6fecf;
    color: #6b6b6b;
    font-weight: bold;
    border: 1px solid #6b6b6b;
}
.chan td{
    background-color: #ffffff;
    color: #6b6b6b;
    font-weight: bold;
    border: 1px solid #6b6b6b;
}
.tong td.tongbang0{
    background-color: #6b6b6b;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #6b6b6b;
}
.tong td.tongbang{
    background-color: #6b6b6b;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #ffffff;
}
.tong1 td.tongbang0{
    height: 20px;
    background-color: #990000;
    color: #ffffff;
    font-weight: bold;
    border-left: 1px solid #990000;
}
.tattoan-button{
    height: 69px;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #6b6b6b;
}
.btn-tattoan{
    float: left;
    margin-left: 10px;
    padding-top: 5px;
}
.title-tattoan{
    width: 377px;
    font-size: 14px;
    color: #6b6b6b;
    float: left;
}
    .btn-action {
        background-color: #007c14;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-weight: bold;
    }
    .btn-action:hover {
        background-color: #009c1a;
        transform: translateY(-2px);
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    }

    .btn-action:active {
        transform: translateY(0);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
        .form-container {
            display: none;
            border: 1px solid #6b6b6b;
            border-radius: 5px;
            margin-top: 10px;
            padding: 0 10px;
            font-size: 15px;
        }
        button#themhue {
            width: 250px;
            padding: 9px;
            background-color: #990000;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            border: 1px solid #990000;
        }
        button#themhue:hover {
            background-color: #FF9999;
            color: #990000;
            border: 1px solid #990000;
        }
        button.trangchinh {
            width: 150px;
            padding: 9px;
            background-color: #FF800D;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            margin-bottom: 10px;
            border: 1px solid #FF800D;
            float: left;
        }
        button.trangchinh:hover {
            background-color: #FFCEA2;
            color: #990000;
            border: 1px solid #FF800D;
        }
        button#dshuetattoan {
            width: 250px;
            padding: 9px;
            background-color: #0029bc;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 10px;
            border: 1px solid #0000FF;
        }
        button#dshuetattoan:hover {
            background-color: #62D0FF;
            color: #0029bc;
            border: 1px solid #0029bc;
        }
        button#dsghichu {
            width: 250px;
            padding: 9px;
            background-color: #6600FF;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 10px;
            border: 1px solid #0000FF;
        }
        button#dsghichu:hover {
            background-color: #F0BBF0;
            color: #0029bc;
            border: 1px solid #0029bc;
        }
        button#logout {
            width: 250px;
            padding: 9px;
            background-color: #3498db;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 10px;
            border: 1px solid #3498db;
        }
        button#logout:hover {
            background-color: #2980b9;
            border: 1px solid #3498db;
        }
        button#dshuehd {
            width: 250px;
            padding: 9px;
            background-color: #007c14;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-weight: bold;
            margin-top: 10px;
            border: 1px solid #5757FF;
        }
        button#dshuehd:hover {
            background-color: #c6fecf;
            color: #007c14;
            border: 1px solid #007c14;
        }
.nhaphuemoi{
    width: 230px;
    padding: 5px 0;
    border-bottom: 1px dashed #6b6b6b;
}
.nhaphue{
    width: 230px;
    padding: 10px 0;
    text-align: center;
}

.tit-input{
    font-size: 13px;
    color: #6b6b6b;
    font-weight: bold; 
    height: 20px;
    width: 100px;
    float: left;
    text-align: left;
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
}
.cont-input{
    width: 110px;
    float: left;
}
.cont-input input{
    width: 100px;
}
.moduletimkiem{
    width: 400px;
    list-style-type: 32px;
    float: right;
    text-align: right;
    margin-left: 30px;
}
.moduletimkiem input{
    width: 170px;
    height: 28px;
    background-color: #EAFFEF;
    border: 1px solid #6b6b6b;
    color: #6b6b6b;
    text-align: center;
}
      button.dongytim{
            width: 80px;
            height: 32px;
            background-color: #007c14;
            color: #ffffff;
            border: none;
            border-radius: 5px;
            border: 1px solid #007c14;
            font-weight: bold;
        }
        button.dongytim:hover{
            color: #007c14;
            background-color: #c6fecf;
            border: 1px solid #007c14;
        }
        .title_h1{
            float: left;
            margin-right: 10px;
        }
        .form_h1{
            float: left;
        }
        .form_h1 form input{
            font-size: 14px;
            font-weight: bold;
            color: #007c14;
            margin-right: 5px;
            border-radius: 5px;
            text-align: center;
        }
        .form_h1 form button{
            padding: 3px 15px;
            border-radius: 5px;
            font-weight: bold;
            color: #007c14;
        }
        .form_h1 form button:hover{
            background-color: #c6fecf;
            text-decoration: underline;
        }
        .ngay{
            width: 110px;
            height: 25px;
            line-height: 25px;
            color: #6b6b6b;
            font-size: 14px;
        }
        .ngay input{
            width: 15px;
            height: 15px;
            margin-top: 5px;
        }
        a.links {
            color: #6b6b6b;
        }
        a.links:hover {
            color: #007c14;
            text-decoration: underline;
        }
        .suaghichu{
            float: right;
        }
        .noidungghichu{
            float: left;
            text-align: left;
            color: #FF0000;
            padding-top: 3px;
        }
        .nhapghichucss{
            color: #FF0000;
            margin-bottom: 3px;
            font-weight: bold;
        }
        .ghichu{
            width: 250px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px 5px 0 0;
            background-color: #FF6600;
            text-align: center;
            color: #FFFFFF;
            font-weight: bold;
            margin:10px 0 0 0; 
            font-size: 14px;
        }
        .noidung_ghichu{
            width: 250px;
            text-align: center;
        }
        textarea{
            width: 244px;
            height: 100px;
            margin-bottom: 10px;
        }
        .dsghichu{
            width: 250px;
            color: #6b6b6b;
        }
        .dsghichu_tit{
            width: 250px;
            height: 30px;
            line-height: 30px;
            border-radius: 5px 5px 0 0;
            background-color: #003366;
            text-align: center;
            color: #FFFFFF;
            font-weight: bold;
            margin: 20px 0 0 0; 
            font-size: 13px;
            text-transform: uppercase;
        }
        .dsghichu_cont{
            width: 228px;
            border-radius: 0 0 5px 5px;
            border: 1px solid #6b6b6b;
            color: #6b6b6b;
            padding: 10px 10px 0 10px;
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }
.grid-container2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
  gap: 10px;
  align-items: stretch; /* Giúp các item kéo bằng chiều cao */
}

.dsghichu_cont2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fefefe;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #007c14;
}

.dsghichu_tit2 {
  height: 30px;
  line-height: 30px;
  background-color: #c6fecf;
  text-align: center;
  color: #007c14;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #007c14;
}

.dsghichu_container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  color: #6b6b6b;
}

.dsghichu_nd {
  word-wrap: break-word;
  white-space: normal;
}

        .dsghichu_cont ul{
            margin-left: 0;
            margin-top: 0;
            padding-left: 15px;
        }
        .dsghichu_cont ul li{
            margin-left: 0;
            margin-bottom: 7px;
            padding-left: 0;
        }
        p {
          margin-top: 5px;   /* Khoảng cách phía trên */
          margin-bottom: 5px; /* Khoảng cách phía dưới */
        }
        .xemthem{
            width: 250px;
            text-align: center;
            margin-top: 10px;
        }
        .nutbam{
            width: 1028px;
        }
        .loi-tim-hue{
            float: left;
            height: 30px;
            line-height: 30px;
            color: #FF0000;
            font-weight: bold;
        }
.table-name{
    font-size: 18px;
}

.edit-icon {
    cursor: pointer;
    color: #007bff;
    font-size: 14px;
    transition: color 0.2s;
}

.edit-icon:hover {
    color: #0056b3;
}

.edit-form input[type="text"] {
    padding: 4px 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.edit-form button {
    margin-left: 5px;
    padding: 4px 8px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.edit-form button[type="submit"] {
    background-color: #007c14;
    color: white;
}

.edit-form button[type="submit"]:hover {
    background-color: #45a049;
}

.nhaptham{
    margin-left: 5px;
    padding: 4px 8px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #007c14;
    color: white;
}

.nhaptham:hover {
    background-color: #45a049;
}

.edit-form button[type="button"] {
    background-color: #dc3545;
    color: white;
}

.edit-form button[type="button"]:hover {
    background-color: #c82333;
}
.error {
    color: red;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
}
        .form1-container {
            width: 100%;
            max-width: 550px;
            height: auto;
            padding: 10px;
            border: 1px solid #6b6b6b;
            border-radius: 5px;
            overflow-y: auto;
            text-align: center;
            float: left;
        }
        .fl{
            float: left;
            margin-bottom: 10px;
        }
        .fl1{
            float: left;
            width: 20px;
            text-align: center;
            color: #FF0000;
            font-weight: bold;
            height: 40px;
            line-height: 74px;
            margin-bottom: 10px;
        }
        .tit{
            text-align: center;
            margin-bottom: 5px;
        }

        .form1-container div form {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .form1-container div label {
            width: 100%;
            margin-top: 10px;
            font-size: 13px;
            color: #6b6b6b;
            font-weight: bold;
        }

        .form1-container div input[type="number"],
        .form1-container div input[type="text"] {
            padding: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        input.ngan{
            width: 20px;
        }
        input.dai{
            width: 84px;
        }
        .form1-container button {
            width: 20%;
            padding: 10px;
            background-color: #007c14;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .form1-container button:hover {
            background-color: #45a049;
        }

        .form1-container div input[readonly] {
            background-color: #f2f2f2;
        }
.ghi-sua {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 16px; /* Tuỳ chỉnh kích thước icon nếu cần */
    line-height: 1;
    color: inherit; /* Giữ màu chữ như xung quanh */
}
.ghi-sua:hover {
    opacity: 0.7;
    transform: scale(1.3);
    transition: all 0.2s ease;
}
.popup-img {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0,0,0,0.7);
}
.popup-img img {
    width: 700px;
    height: 450px;
}
.link-right{
    display: inline-block;
    float: right;
    padding-top: 7px;
    margin-left: 10px;
}
    .right {
        display: inline-block;
        text-align: right;
        margin-right: 5px;
        margin-bottom: -1px;
    }
    .link-left{
        float: left;
    }
    .hep-ngang span{
        text-transform: scaleX(0.8);
    }
.nhaphuemoi2{
    width: 1008px;
    padding: 10px 0;
    border-bottom: 1px dashed #6b6b6b;
}
.nhaphue2{
    width: 240px;
    padding: 10px 0;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
}

.tit-input2{
    font-size: 14px;
    color: #6b6b6b;
    font-weight: bold; 
    height: 20px;
    width: 130px;
    float: left;
    text-align: left;
    display: flex;
    align-items: center; /* Căn giữa theo chiều dọc */
}
.tit-input3{
    font-size: 14px;
    color: #6b6b6b;
    font-weight: bold; 
    height: 20px;
    width: 100px;
    float: left;
    text-align: center;
    line-height: 20px;
}
.cont-input2{
    width: 210px;
    float: left;
}
.cont-input2 input{
    width: 100px;
    font-size: 14px;
    font-weight: bold;
}
        .ngay1{
            width: 110px;
            height: 25px;
            line-height: 25px;
            color: #6b6b6b;
            font-size: 14px;
        }
        .ngay1 input{
            width: 15px;
            height: 15px;
            margin-top: 5px;
        }
        .nhaphue2 input{
            width: 100px;
            height: 30px;
            background-color: #007c14;
            color: #ffffff;
            border-radius: 5px;
            font-weight: bold;
            border: none;
            margin: 0 5px 10px 5px;
        }
        .nhaphue2 input:hover{
            background-color: #6b6b6b;
            color: #ffffff;
        }
        a.xoa-sua-hue{
            color: #6b6b6b;
        }
        a.xoa-sua-hue:hover{
            color: #FF0000;
            text-decoration: underline;
        }
.nutxoakydau{
    float: left;
    text-align: left;
}
.ndkydau{
    float: right;
    text-align: right;
}
button.themghichu {
    margin-left: 5px;
    padding: 7px 10px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

button.themghichu[type="submit"] {
    background-color: #007c14;
    color: white;
}

button.themghichu[type="submit"]:hover {
    background-color: #45a049;
}
.noidung_ghichu a{
    color: #FF0000;
    font-style: italic;
    font-weight: bold;
}
.noidung_ghichu a:hover{
    text-decoration: underline;
}