﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
* {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.5;
  scroll-behavior: smooth;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@font-face {
  font-family: "Manrope";
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype");
}
ul, li {
  list-style: none;
}

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

p {
  margin: 0 auto;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

.container-custom-80 {
  width: 90%;
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
}

.menu-hide {
  display: none !important;
}

.path-item {
  display: none;
}
.path-item.menu-show {
  display: block;
}

#header {
  border-bottom: 2px solid #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}
#header .header-center {
  height: 100%;
  max-width: calc(100% - 260px);
}
#header .header-center .menu-list {
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 20px);
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-center .menu-list li a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #1c2f66;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px 10px;
}
#header .header-center .menu-list li a:hover, #header .header-center .menu-list li a.active {
  color: #488cfa;
}
#header .header-center .menu-list li a:hover::after, #header .header-center .menu-list li a.active::after {
  width: 100%;
}
#header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}
#header .header-right .btn-notification {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
#header .header-right .btn-notification i {
  font-size: 20px;
  color: #036bd6;
}
#header .header-right .btn-notification svg {
  font-size: 20px;
  color: #036bd6;
}
#header .header-right .btn-notification span {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d03b3b;
  border: 1.5px solid #fff;
}
#header .header-right .header-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
#header .header-right .header-actions .search-box {
  position: relative;
}
#header .header-right .header-actions .search-box input {
  padding: 8px 35px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 350px;
  font-size: 15px;
  outline: none;
}
#header .header-right .header-actions .search-box button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}
#header .header-right .header-actions .btn-login {
  background: linear-gradient(105deg, #488cfa 20%, #60a5fa 100%);
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.22s ease;
  white-space: nowrap;
}
#header .header-right .header-actions .btn-login i {
  font-size: 16px;
}
#header .header-right .header-actions .btn-login:hover {
  filter: brightness(0.95);
  color: #fff;
}
#header .banner {
  width: 100%;
}
#header .banner .img-wrap {
  position: relative;
  width: 100%;
  height: 76px;
}
#header .banner .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header .banner .img-wrap .banner-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 2fr auto 1fr;
  align-items: center;
  padding: 0 12px;
}
#header .banner .img-wrap .banner-content .logo-wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#header .banner .img-wrap .banner-content .logo-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 14px;
}
#header .banner .img-wrap .banner-content .logo-wrap .logo-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}
#header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top,
#header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-bottom {
  font-size: 16px;
  font-weight: 600;
  color: #036bd6;
  line-height: 1.3;
  text-transform: uppercase;
}
#header .banner .img-wrap .banner-content .logo-wrap .logo-content #tenlv {
  font-size: 16px;
  color: #488cfa;
}
#header .banner .img-wrap .banner-content h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 4px 4px 4px #fff;
  color: #1258a0;
}
#header .menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .menu-toggle i {
  font-size: 18px;
  color: #1d2f6f;
}
@media (max-width: 1600px) {
  #header #header .header-right .btn-notification {
    width: 30px;
    height: 30px;
  }
  #header .btn-login {
    font-size: 13px !important;
  }
}
@media (max-width: 1550px) {
  #header .header-center .menu-list {
    gap: 10px;
  }
  #header .header-center .menu-list li a {
    font-size: 13px !important;
    padding: 0 6px;
  }
}
@media (max-width: 1400px) {
  #header .header-center .menu-list {
    gap: 10px;
  }
  #header .header-center .menu-list li a {
    font-size: 13px;
    padding: 0 6px;
  }
  #header #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  #header .header-center .menu-list {
    gap: 22px;
  }
  #header .header-center .menu-list li a {
    font-size: 13px;
  }
  #header .header-right .btn-login {
    padding: 0 18px;
  }
  #header .banner .img-wrap {
    height: 110px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap img {
    width: 50px;
    height: 50px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top,
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-bottom {
    font-size: 13px;
  }
  #header .banner .img-wrap .banner-content h1 {
    font-size: 26px;
    padding: 0 180px;
  }
}
@media (max-width: 992px) {
  #header {
    height: 72px;
  }
  #header .container-custom {
    padding: 0 18px;
  }
  #header .menu-toggle {
    display: flex;
  }
  #header .header-center {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
  #header .header-center.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #header .header-center .menu-list {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 14px 0;
  }
  #header .header-center .menu-list li {
    width: 100%;
  }
  #header .header-center .menu-list li a {
    width: 100%;
    padding: 14px 22px;
    font-size: 15px;
  }
  #header .header-center .menu-list li a::after {
    display: none;
  }
  #header .header-center .menu-list li a:hover {
    background: #f5f7fb;
  }
  #header .banner .img-wrap {
    height: 100px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap {
    left: 14px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top,
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-bottom {
    font-size: 11px;
  }
  #header .banner .img-wrap .banner-content h1 {
    font-size: 22px;
    padding: 0 140px;
  }
}
@media (max-width: 768px) {
  #header .banner .img-wrap {
    height: 90px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap img {
    width: 36px;
    height: 36px;
    margin-right: 8px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top,
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-bottom {
    font-size: 9px;
  }
  #header .banner .img-wrap .banner-content h1 {
    font-size: 18px;
    padding: 0 110px;
  }
  #header .header-left .logo-wrap img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
  }
  #header .header-left .logo-wrap .logo-content .title-top,
  #header .header-left .logo-wrap .logo-content .title-bottom {
    font-size: 13px;
  }
  #header .header-right .btn-login {
    padding: 0 14px;
    font-size: 13px;
  }
  #header .header-right .btn-login span {
    display: none;
  }
}
@media (max-width: 576px) {
  #header {
    height: 68px;
  }
  #header .banner .img-wrap {
    height: 80px;
  }
  #header .banner .img-wrap .banner-content {
    padding: 0 10px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap {
    left: 10px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-top,
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content .title-bottom {
    font-size: 8px;
  }
  #header .banner .img-wrap .banner-content h1 {
    font-size: 14px;
    padding: 0 80px;
    text-shadow: 2px 2px 4px #fff;
  }
  #header .container-custom {
    padding: 0 14px;
  }
  #header .header-left .logo-wrap img {
    width: 42px;
    height: 42px;
  }
  #header .header-left .logo-wrap .logo-content .title-top,
  #header .header-left .logo-wrap .logo-content .title-bottom {
    font-size: 11px;
  }
  #header .header-right {
    gap: 8px;
  }
  #header .header-right .btn-search,
  #header .header-right .btn-login,
  #header .header-right .menu-toggle {
    width: 38px;
    height: 38px;
    padding: 0;
  }
  #header .header-right .btn-login {
    justify-content: center;
  }
  #header .header-right .btn-login i {
    margin: 0;
  }
}
@media (max-width: 420px) {
  #header .banner .img-wrap {
    height: 72px;
  }
  #header .banner .img-wrap .banner-content .logo-wrap .logo-content {
    display: none;
  }
  #header .banner .img-wrap .banner-content h1 {
    font-size: 12px;
    padding: 0 50px;
  }
}

#box-top {
  width: 90%;
  display: flex;
  margin: 0px auto;
  flex-direction: column;
  padding-top: 5px;
}

#top {
  display: flex;
  position: absolute;
  height: 65px;
  top: 0;
  width: 80%;
  z-index: 1000;
  right: 0;
  background: #d0dcf8;
  border-radius: 0 0 0 60px;
  padding: 10px;
  justify-content: center;
}

#box-top1 {
  font-size: 19px;
  color: #106dc1;
  width: 20%;
  z-index: 1000;
}

#logo {
  color: #3270d1;
  position: fixed;
  width: 72px;
  left: 0;
  top: 0;
  height: 59px;
  padding: 10px;
  text-align: center;
}

#btnSave {
  width: 97px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  color: #0b78d9;
  padding: 5px;
  position: fixed;
  right: 0;
  top: 5px;
}

#G2 {
  display: inline-block;
  text-decoration: none;
  height: 64px;
  width: 100%;
  color: #577fdb;
  padding: 19px;
  text-align: center;
  border-radius: 0 0 60px;
  font-weight: bold;
}

#leftpanel {
  min-width: 20%;
  border-radius: 0 62px 0 0;
  width: max-content;
  padding: 17px 6px 13px 18px;
  background: #d0dcf8;
  height: 100%;
  float: left;
}

.spitem.active, .spitem:hover {
  background: #609eff;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.spitem {
  cursor: pointer;
}

.box {
  height: 40px;
  padding: 9px;
}

#rightpanel {
  width: 100%;
  padding: 0 24px;
  float: right;
  height: 100%;
  overflow: scroll;
}

button {
  background: none;
  border: none;
  padding: 10px;
}

#dTabs .bt {
  height: 38px;
  padding: 6px 6px;
  margin-left: 17px;
  border-radius: 5px;
  text-transform: uppercase;
}

#dTabs .bt.active {
  border-bottom: 2px solid;
  box-shadow: none;
  border-radius: 0;
  color: #3270d1;
  font-weight: bold;
}

#pagebody {
  position: fixed;
  top: 100px;
  width: 100%;
  height: 10%;
  height: calc(100vh - 82px);
  display: flex;
}

.MinIO {
  background: url("../../../assets/images/minio.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 15px;
}

.MariaDB {
  background: url("../../../assets/images/mariadb.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 15px;
}

.PostgreSQL {
  background: url("../../../assets/images/postgresdb.png");
  padding: 5px 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

i.Oracle, i.PostgreSQL, i.MySQL, i.SQLServer {
  padding: 0px 10px;
  margin-right: 6px;
}

.Oracle {
  background: url("../../../assets/images/oracle.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 15px;
}

.MySQL {
  background: url("../../../assets/images/mysql.png");
  background-repeat: no-repeat;
  padding: 5px 15px;
  background-size: contain;
}

.SQLServer {
  background: url("../../../assets/images/sqlserver.png");
  padding: 5px 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.api {
  border-radius: 4px;
  display: flex;
  justify-items: flex-start;
  padding: 5px;
  margin-top: 8px;
}
.api.get {
  border: 1px solid #61affe;
  background: rgba(97, 175, 254, 0.1);
}
.api.get label {
  background: #61affe;
}
.api.post {
  border: 1px solid #49cc90;
  background: rgba(73, 204, 144, 0.1);
}
.api.post label {
  background: #49cc90;
}
.api.delete {
  border: 1px solid #f93e3e;
  background: rgba(249, 62, 62, 0.1);
}
.api.delete label {
  background: #f93e3e;
}
.api.put {
  border: 1px solid #fca130;
  background: rgba(252, 161, 48, 0.1);
}
.api.put label {
  background: #fca130;
}
.api span {
  padding: 8px;
  font-size: 14px;
  color: #4e4e4e;
}
.api label {
  font-size: 14px;
  font-weight: 700;
  min-width: 92px;
  padding: 6px 15px;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  background: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  color: #fff;
}
.api i {
  float: right;
  position: absolute;
  right: 24px;
  font-size: 23px;
  margin: 5px;
  cursor: pointer;
}

h2 {
  background: #edf3f3;
  padding: 8px;
  font-size: 22px;
  color: #16a099;
}

h2 i {
  float: right;
}

.box-element {
  display: none;
}

.box-element.active {
  display: block;
}

.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.li-submenu {
  padding-left: 30px;
}
.list-group-item.active {
  background: #edf3f3;
  color: #16a099;
}

.table th {
  font-weight: 600;
  text-align: center;
}

.tab, .zone {
  display: none;
}

.tab.active, .zone.active {
  display: block;
}

.pstatus {
  text-align: center;
}

.pELT {
  font-weight: bold;
  font-size: 16px !important;
}

.pstatus span {
  padding: 4px 17px;
  border-radius: 12px;
}

.connect_disable {
  background: #f16748;
  color: #fff;
}

.tdCols span {
  background: #f6f0f0;
  margin-left: 3px;
}

.connect_fail {
  background: orange;
  color: #fff;
}

.connect_active, #btCreateMeta {
  background: #6086e0;
  color: #fff;
}

.parent .more {
  position: absolute;
  right: -3px;
  font-size: 11px;
  color: #6086e0;
  top: 6px;
  cursor: pointer;
  padding: 5px 9px;
}

#zone1 .more {
  display: none;
}

#zone1 div:hover > .more {
  display: block;
}

.dELT label {
  background: rgb(245, 247, 253);
  padding: 4px 8px;
  border-radius: 4px;
  text-align: center;
  margin-top: 6px;
}

.btApprove {
  background: #d53873;
  color: #fff;
  padding: 7px 11px;
  height: 33px;
}

#spNumber {
  background: red;
  position: absolute;
  top: 4px;
  padding: 1px 6px;
  font-size: 10px;
  left: 12px;
  border-radius: 12px;
  color: #fff;
}

.pAgent {
  color: #8a8a8a;
  font-style: italic;
}

.dELT label.active {
  background: #ffbdd6;
  color: #141414;
}

.dELT label:hover {
  background: #ffbdd6;
  color: #141414;
  cursor: pointer;
}

.parent {
  position: relative;
  border-left: 1px solid #b7b9ba;
}

.parent > div {
  display: none;
}

.parent.open > div {
  display: block;
}

.parent > p {
  margin-left: 21px;
  cursor: pointer;
}

line {
  border: 1px solid #b7b9ba;
  max-width: 20px;
  float: left;
  width: 10px;
  margin: 9px 6px 2px -9px;
}

span.line {
  border-top: 1px solid #b7b9ba;
  padding: 0 35px 5px 14px;
  position: absolute;
  top: 9px;
  left: -31px;
}

.connector .line {
  padding: 0 0 8px 17px;
  left: 0;
  top: 17px;
}

.parent div.connector {
  padding-left: 20px;
  height: 35px;
  position: relative;
  line-height: 35px;
}

.fa-solid.fa-square-plus, .fa-solid.fa-square-minus {
  position: absolute;
  left: -8px;
  top: 3px;
  font-size: 18px;
  color: #3270d1;
}

div.connector .fa.fa-user {
  background: rgba(228, 238, 255, 0.6392156863);
  padding: 7px 9px;
  font-size: 12px;
  border-radius: 13px;
  color: #4f73ba;
}

.parent .parent {
  margin-left: 30px;
  margin-top: 10px;
}

.parent .connector {
  padding-left: 30px;
}

.table td {
  vertical-align: middle !important;
}

.table td span {
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 0.9em;
  cursor: pointer;
}

.table td.center {
  text-align: center;
}

.box-filter {
  display: flex;
  gap: 30px;
}

.UI-DROP {
  display: flex;
  position: relative;
}

.UI-DROP label {
  font-weight: 600;
  width: 120px;
}

.ha-inline {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 7px 5px;
  align-items: baseline;
}

.ha-inline label {
  min-width: 145px;
  white-space: nowrap;
}

.box-float {
  position: absolute;
  display: none;
  background-color: #f9f9f9;
  height: calc(100vh - 75px);
  width: 400px;
  border-radius: 5px;
  top: 70px;
  border-left: 2px solid #ccc;
  padding: 10px;
  z-index: 9;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.box-float.show {
  display: block;
  transition: width 2s;
}

.box-float.w80 {
  width: 80%;
}

.box-float.right {
  right: 5px;
}

.group-botton {
  display: flex;
  gap: 15px;
}
.group-botton.right {
  justify-content: flex-end;
}

:focus {
  outline: none !important;
}

.lyrow .btn-save {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #486CC4;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  right: 12px;
  top: 0px;
}
.lyrow .btn-save:hover {
  background: #3a5bb0;
  box-shadow: 0 2px 6px rgba(72, 108, 196, 0.3);
}
.lyrow .btn-save:active {
  transform: translateY(0);
}
.lyrow .btn-save i {
  font-size: 13px;
  position: relative !important;
  padding: 0 !important;
}
.lyrow.group {
  color: #486CC4;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  gap: 7px;
  width: 98% !important;
  min-height: 46px !important;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.04);
  padding: 15px 14px 5px 14px;
  cursor: pointer;
  margin-top: 15px;
  text-transform: uppercase;
  border: 1px solid #ddd;
  position: relative;
  line-height: 15px;
}
.lyrow.group i:last-child {
  margin-left: auto;
  font-size: 0.9em;
  padding: 0px 21px;
  position: absolute;
  right: 0;
}

.box-group {
  background: #f5f7fd;
  padding: 20px;
  border-radius: 6px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 2.5rem;
}

.card {
  flex: 1 1 450px;
  padding: 1.5rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.card .chart-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 6px;
  padding: 18px;
  height: 100%;
}
.card .chart-card .cc-title {
  font-size: 15px;
  font-weight: 500;
  color: #1a2332;
  line-height: 1.35;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef4fc;
}
.card .chart-card .donut-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card .chart-card .donut-row .donut-wrap {
  position: relative;
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.card .chart-card .donut-row .donut-wrap .donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.card .chart-card .donut-row .donut-wrap .donut-center .dc-big {
  font-size: 20px;
  font-weight: 900;
  color: #1a56c4;
  line-height: 1;
}
.card .chart-card .donut-row .donut-wrap .donut-center .dc-lbl {
  font-size: 9.5px;
  color: #7a9ab8;
  line-height: 1.3;
}
.card .chart-card .donut-row .legend {
  flex: 1;
}
.card .chart-card .donut-row .legend .leg-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.card .chart-card .donut-row .legend .leg-item .leg-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.card .chart-card .donut-row .legend .leg-item .leg-pct {
  margin-left: auto;
  font-weight: 700;
  color: #1a56c4;
}

.stat-card {
  padding: 30px 24px;
  border-right: 1px solid #e0e7ef;
  text-align: center;
  transition: all 0.22s ease;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e0e7ef;
}
.stat-card .stat-num {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
  text-align: start;
}
.stat-card .stat-num.accent {
  color: #d8312b;
}
.stat-card .stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.stat-card .stat-icon img {
  width: 100%;
  height: auto;
}
.stat-card .stat-icon svg {
  font-size: 24px;
}
.stat-card .stat-icon.accent-bg {
  background: #fbeaea;
}
.stat-card .stat-icon.accent-bg svg {
  color: #d8312b;
}
.stat-card .stat-label {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
}

.addConnect {
  position: fixed;
  top: 0;
  right: -520px;
  width: 520px;
  height: 100vh;
  background: #fff;
  transition: 0.3s;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 11;
}
.addConnect.active {
  right: 0;
}

#closeAdd {
  position: absolute;
  top: 85px;
  right: 39px;
  z-index: 2;
  cursor: pointer;
}

#close_editELT {
  position: absolute;
  top: 100px;
  right: 39px;
  z-index: 2;
  cursor: pointer;
  z-index: 11;
}
#close_editELT:hover {
  color: #5981db;
}

#closeAdd:hover i {
  color: #3270d1;
}

/* tb-bottom */
/* ===========================
   Footer bảng
=========================== */
.tb-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #e9ecef;
  z-index: 10;
}

/* ===========================
   Bên trái
=========================== */
.optView {
  display: flex;
  align-items: center;
  gap: 6px;
}

.optView #cboRowOnPage {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
}

.optView .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  padding: 0 10px;
  border: 1px solid #dcdfe4;
  border-radius: 6px;
  background: #fff;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: none;
}

.optView .btn:hover {
  background: #f8f9fa;
  border-color: #0d6efd;
  color: #0d6efd;
}

.optView .btn.active {
  background: #e8f2ff;
  border-color: #0d6efd;
  color: #0d6efd;
}

/* ===========================
   Phân trang
=========================== */
#phantrang-table {
  display: flex;
  align-items: center;
}
#phantrang-table .pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#phantrang-table .pagination li {
  margin: 0;
}
#phantrang-table .pagination li > a,
#phantrang-table .pagination li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #dcdfe4;
  border-radius: 6px;
  background: #fff;
  color: #495057;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
  user-select: none;
}
#phantrang-table .pagination li > a:hover,
#phantrang-table .pagination li > span:hover {
  background: #f5f9ff;
  border-color: #0d6efd;
  color: #0d6efd;
}
#phantrang-table .pagination li.active > a,
#phantrang-table .pagination li.active > span {
  background: #3270d1;
  border-color: #3270d1;
  color: #fff;
}
#phantrang-table .pagination li.disabled > a,
#phantrang-table .pagination li.disabled > span {
  background: #f8f9fa;
  color: #adb5bd;
  border-color: #dee2e6;
  cursor: not-allowed;
  pointer-events: none;
}
#phantrang-table .pagination .pnext > a,
#phantrang-table .pagination .pnext > span {
  font-weight: bold;
}

.editELT {
  position: fixed;
  top: 10px;
  right: -850px;
  width: 850px;
  height: 100vh;
  background: #fff;
  transition: 0.3s;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  overflow: scroll;
  z-index: 10;
}

.editELT.active {
  right: 0;
}

#agentList {
  display: none;
}
#agentList.active {
  display: block;
}

#listAgentback {
  position: absolute;
  background-color: #486CC4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  right: 24px;
}

.modal-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal-header-actions .btn-save {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #486CC4;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modal-header-actions .btn-save:hover {
  background: #3a5bb0;
  box-shadow: 0 2px 6px rgba(72, 108, 196, 0.3);
}
.modal-header-actions .btn-save:active {
  transform: translateY(0);
}
.modal-header-actions .btn-save i {
  font-size: 13px;
}

.save-wrap {
  margin-top: 35px;
  float: right;
}
.save-wrap .btn-save {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #486CC4;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.save-wrap .btn-save:hover {
  background: #3a5bb0;
  box-shadow: 0 2px 6px rgba(72, 108, 196, 0.3);
}
.save-wrap .btn-save:active {
  transform: translateY(0);
}
.save-wrap .btn-save i {
  font-size: 13px;
}
