.k-popup .k-list .k-item > .k-group {
  background: #217ebd !important;
}

.k-grid tr td {
  border-top-width: 0px !important;
  border-bottom-width: 1px !important;
  border-right-width: 1px !important;
}

.k-grid tr th {
  border-right-width: 1px !important;
}

.k-treelist .k-header {
  text-align: left !important;
}

.k-header {
  text-align: center !important;
  font-weight: bold !important;
}

.k-grid-header th.k-header {
  padding: 0.929em 0.6em 0.714em 0.6em !important;
}

.k-checkbox-label {
  vertical-align: middle !important;
}

.grid-text-center {
  text-align: center !important;
}

.k-grid-content {
  min-height: 360px !important;
}

.table {
  margin-bottom: 0px !important;
}

.k-grid-norecords-template {
  border-width: 0 !important;
}

#divDataContent .container {
  width: auto !important;
}

#reportViewer1 {
  height: 450px;
  font-family: "segoe ui", "ms sans serif";
  overflow: hidden;
  margin: 5px;
}

.text-danger {
  color: red !important;
  padding-left: 30px;
}

/*grid tệp đính kèm: Ẩn grid header */
#attachment {
  margin-bottom: 10px;
}

#attachment .k-grid .k-header {
  display: none;
}

/*grid tệp đính kèm: Ẩn grid row line*/
#attachment .k-grid tr td {
  border-width: 0px;
  border-style: none;
}

/*grid tệp đính kèm: canh trái các nút*/
#attachment .k-grid tr td a {
  border-width: 0px;
  border-style: none;
}

#attachment .btnTDK {
  padding-left: 10px;
}

/*#popupProcessReader .k-window{
    z-index:10060 !important;
}
*/

.row-high-light {
  color: red !important;
}

.row-warn {
  color: orange !important;
}

.jquery-notific8-notification {
  height: auto;
  max-height: 100px;
}

.k-window {
  z-index: 100000 !important;
}

.modal-overflow .modal-body {
  overflow-x: hidden !important;
}

.modal-body-hiday {
    padding-bottom: 70px !important;
}

.modal-footer-hiday {
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 6px;
    width: 100%;
    background-color: #f8f9fa;
}

/*View Chương trình đào tạo*/
.MonHocLoader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: none; /* Hidden initially */
    margin: auto; /* Center the loader */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-title-container {
    width: 100%;
    height: 50px;
    background-color: cornflowerblue;
    display: flex;
    align-items: center;
    justify-content: center
}

.main-title {
    color: white;
    font-size: 30px;
    font-weight: 700;
}

.body-container {
    margin: 20px 0
}

.KhoaDaoTao_title {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #1673c5;
    padding: 5px 0;
    font-weight: 700;
    position: absolute;
}

.KhoaDaoTao_container {
    width: 48%;
    border: 1px solid #8282e1;
    position: relative;
}

.ListData_container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

#ListKhoa {
    height: 400px;
    overflow-y: auto;
}

.container_ChuongTrinhDaoTao {
    max-height: 100vh;
}

.NganhDaoTao_title {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #1673c5;
    padding: 5px 0;
    font-weight: 700;
    position: absolute;
}

/* Apply padding to all cells in all rows */
table tr td, table tr th {
    padding: 5px 0;
}

    table tr td:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1)
    }

#ListNganh {
    height: 400px;
    overflow-y: auto;
}

.MonHocListData_container {
    margin-top: 20px;
    height: 500px
}

#MonHocContainer {
    display: none;
    border: 1px solid #8282e1;
    position: relative;
}

.MonHoc_title {
    width: 100%;
    text-align: center;
    color: white;
    background-color: #1673c5;
    padding: 5px 0;
    font-weight: 700;
    position: absolute;
}

.NganhDaoTao_container {
    width: 48%;
    border: 1px solid #8282e1;
    position: relative;
}

#ListMonHoc {
    height: 400px;
    overflow-y: auto;
}

.Table_Container {
    padding-left: 15px;
    margin-top: 38px;
}

.table_nganh {
    width: 100%
}

.th_css {
    width: 100%;
}

.MonHoc_container {
    margin-top: 32px;
}

.Table_MonHoc_Container {
    width: 100%;
    border: 1px;
}

.th_STT_style {
    width: 10%;
    background-color: #68ccf1;
}

.th_MHP_style {
    width: 23%;
    background-color: #68ccf1
}

.th_THP_style {
    width: 36%;
    background-color: #68ccf1
}

.th_STC_style {
    width: 10%;
    background-color: #68ccf1
}

.a-tag-MonHoc {
    text-decoration: none;
}
.admin-navbar {
  background-color: white;
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.admin-navbar-left {
  display: flex;
  align-items: center;
}

.admin-navbar-title {
  font-size: 1.2rem;
  margin: 0;
}

.admin-navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Notifications */
.admin-notifications {
  position: relative;
}

.admin-notifications-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.admin-notifications-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 200px;
  z-index: 1000;
}

.admin-notifications:hover .admin-notifications-dropdown {
  display: block;
}

/* Account */
.admin-account {
  position: relative;
}

.admin-account-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.admin-account-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  width: 150px;
  z-index: 1000;
}

  .admin-account-dropdown a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 8px;
    border-radius: 3px;
    transition: background-color 0.3s ease-in-out;
  }

    .admin-account-dropdown a:hover {
      background-color: #f2f2f2;
    }

.admin-account:hover .admin-account-dropdown {
  display: block;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .admin-navbar-title {
    font-size: 1rem;
  }

  .admin-navbar-right {
    gap: 10px;
  }

  .admin-account-dropdown,
  .admin-notifications-dropdown {
    width: 100%;
    right: 0;
  }
}
