@charset "UTF-8";
html {
  font-size: 16px; }

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #212529; }

a {
  color: #212529;
  text-decoration: none; }
  a:hover {
    color: #223993; }

h1 {
  font-size: 1.3rem; }

h2 {
  font-size: 1.3rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1rem; }

.rounded {
  border-radius: 7px; }

.rounded30 {
  border-radius: 30px !important; }

.rounded10 {
  border-radius: 10px !important; }

.rounded7 {
  border-radius: 7px !important; }

.btn, .form-control, .form-select {
  border-radius: 7px; }

ion-icon {
  vertical-align: middle; }

.alert_fixpadding {
  padding: 1px 5px;
  font-size: 12px;
  text-wrap: nowrap; }

.cursor-pointer {
  cursor: pointer; }

.dropdown-menu {
  padding: 0; }

.btn-info {
  background-color: #a3f0ff !important;
  border-color: #5cdffa; }

.easy-autocomplete {
  width: 100% !important;
  position: relative;
  z-index: 3; }
  .easy-autocomplete::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "↓"; }

#sidebar-wrapper {
  min-height: 100vh;
  width: 18rem;
  margin-left: -17.5rem;
  transition: margin .25s ease-out; }
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem; }
  #sidebar-wrapper .list-group {
    text-wrap: nowrap; }

.accordion-flush .accordion-item .accordion-button {
  border: none;
  color: #212529;
  background-color: transparent;
  box-shadow: none;
  text-wrap: nowrap; }
  .accordion-flush .accordion-item .accordion-button ion-icon {
    margin-right: 5px; }
.accordion-flush .accordion-item .no-arrow::after {
  background-image: none; }
.accordion-flush .accordion-item .accordion-body {
  padding: 0.5rem 0.5rem; }

#page-content-wrapper {
  min-width: 100vw; }

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0; }

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0; }

  #page-content-wrapper {
    min-width: 0;
    width: 100%; }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -17.5rem; } }
header .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }
  header .avatar img {
    width: 100%;
    vertical-align: middle; }
header .nav_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  header .nav_main ul li {
    display: inline-block;
    padding: 10px 7px; }

.box_table table {
  font-size: 0.9rem; }
  .box_table table .btn_link {
    font-size: 14px;
    padding: 2px 10px; }
  .box_table table .btn_tool .btn-info {
    font-size: 0.8rem; }

.sec_table_ctv .info_post {
  color: #474b4f; }

.sec_dashboard .total_post {
  margin: 0 auto;
  width: 200px;
  border-radius: 30px;
  border: 1px #223993 solid;
  display: block;
  text-align: center;
  box-shadow: 0px 0px 5px #ccc; }
.sec_dashboard .number {
  font-size: 2rem;
  font-weight: 700;
  color: red; }

.fixcenter {
  min-height: 82vh; }

footer {
  position: relative;
  bottom: 0;
  width: 100%; }
  footer p {
    margin: 0;
    padding: 0; }

.easy-autocomplete {
  position: relative;
  z-index: 3;
  width: 100%; }
  .easy-autocomplete ul {
    max-height: 200px;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px #ccc; }

.dropdown-menu-end {
  z-index: 1200; }
  .dropdown-menu-end li {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.8rem; }
    .dropdown-menu-end li:hover {
      background-color: #e1e1e1;
      color: #223993; }
    .dropdown-menu-end li:last-child {
      border-bottom: none; }

.video-container {
  /* Đảm bảo container không có chiều cao cố định */
  position: relative;
  padding-bottom: 56.25%;
  /* Tỷ lệ 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  /* Giới hạn chiều rộng tối đa */ }
  .video-container iframe {
    /* Đặt iframe nằm tuyệt đối trong container và chiếm toàn bộ không gian */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* nhac cung cap */
.list-ncc-box .list-group-ncc {
  max-height: 70vh;
  overflow-y: auto; }
  .list-ncc-box .list-group-ncc li {
    font-size: 16px; }
    .list-ncc-box .list-group-ncc li:hover {
      background-color: #f8f9fa;
      color: #223993; }
    .list-ncc-box .list-group-ncc li .itemNcc {
      cursor: pointer; }
      .list-ncc-box .list-group-ncc li .itemNcc.active {
        color: #223993; }
    .list-ncc-box .list-group-ncc li li {
      font-size: 14px; }

@media (max-width: 767.98px) {
  h1 {
    font-size: 1.1rem;
    margin-top: 15px; }

  .fixed_btn_mobile {
    position: fixed;
    right: 5px;
    bottom: 2%;
    z-index: 1100; }
    .fixed_btn_mobile a, .fixed_btn_mobile span {
      display: block;
      margin-bottom: 10px;
      font-size: 14px; } }

/*# sourceMappingURL=style.css.map */
