html,
body {
  font-size: 12.5px !important;
}

.box_info_sidebar {
  gap: 10px;
  align-items: center;
}

.box_info_sidebar .text {
}

.box_info_sidebar .text p{
  font-size: 10px;
  margin-bottom: 4px;
  color: rgb(20 110 180);
  font-weight: 600;
}

.error-help-block {
  display: none;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 11px;
  color: var(--bs-text-danger) !important;
}

.form-control {
  font-weight: 400;
}

.card .card-header .card-title h2,
.card .card-header .card-title .card-label h2 {
  font-size: 16px;
}

.card .card-header {
  min-height: 40px;
}

.mt-checkbox-list ul {
  padding-left: 0px;
}

.mt-checkbox-list li {
  list-style: none;
  margin-bottom: 10px;
}

.mt-checkbox-list li ul {
  margin: 10px 0px;
}

.faq-schema-items {
  background: #f6f8fb;
  padding: 25px 10px 10px 10px;
  border-radius: 5px;
  border: 1px #dedede solid;
  position: relative;
}

.faq-schema-items label.label {
  font-weight: 600;
  margin-bottom: 5px;
}

.faq-schema-items textarea {
  margin-bottom: 20px;
}

.faq-schema-items .btn-close {
  padding: 3px !important;
  height: 26px;
  width: 26px;
  text-align: center;
  display: flow;
  align-items: center;
  justify-items: center;
  position: absolute;
  top: 4px;
  right: 15px;
  z-index: 99999;
  opacity: 1;
}

.faq-schema-items .btn-close i {
}

.checkbox-category {
  height: 400px;
  overflow: scroll;
}

.label-required {
  position: relative;
}

.label-required::after {
  content: "*";
  color: #f64e60;
  margin-left: 5px;
}

.tree,
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 450px;
  position: relative;
}

.tree ul {
  margin-left: 1em;
  position: relative;
  width: 100%;
}

.tree ul ul {
  /*margin-left: .5em*/
}

.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}

.tree li {
  margin: 0;
  padding: 0 1em;
  line-height: 2em;
  color: #000;
  cursor: pointer;
  position: relative;
}

.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}

.tree i {
  font-size: 16px;
}

.tree ul li:last-child:before {
  background: #fff;
  height: auto;
  top: 1em;
  bottom: 0;
}

.indicator {
  margin-right: 5px;
}

.tree li a {
  text-decoration: none;
  color: #000;
}

.tree li button,
.tree li button:active,
.tree li button:focus {
  text-decoration: none;
  color: #369;
  border: none;
  background: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  outline: 0;
}

.bootstrap-select .filter-option span.label-inline {
  width: 100%;
}

.bootstrap-select .dropdown-menu.inner > li > a .text {
  color: #3f4254;
  width: 100%;
}

.bootstrap-select .dropdown-menu.inner > li > a .text .label.label-inline {
  width: 100%;
}

.tree .action {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tree .action i {
  position: inherit;
  margin-left: 5px;
}

.tree .action .action_icon {
  display: inline !important;
}

.tree ul li.user span.edit {
  display: none;
}

.tree ul li.user:hover span.edit {
  display: initial;
  color: var(--danger);
}

.table-customs {
  font-size: 12px;
}

.table-customs th {
}

.table-customs td {
}

.form-control {
  min-height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 0.425rem;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
}

.timeline .timeline-content {
  margin-bottom: 10px;
}

.yeu-cau {
}

.yeu-cau ul {
  padding-left: 0px;
  margin-top: 0px;
}

.yeu-cau ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 11px;
}

.info_box {
  position: relative;
}

.info_box .remove-btn {
  position: absolute;
  top: 18px;
  right: 0px;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 200px;
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 200px;
}

img {
  object-fit: cover;
}

.table-lichoc td {
  min-width: 200px;
}

.table-lichoc ul.tiet-hoc {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.table-lichoc ul.tiet-hoc li {
  width: calc(100% / 5);
  text-align: left;
}

.box-tkb:hover .icon-note-tkb {
  display: block;
}

.icon-note-tkb {
  display: none;
}

.h-48px {
  height: 48px;
}

.nowrap {
  white-space: nowrap;
}

.select2 .nowrap ul {
  white-space: normal !important;
}

.bg-light-gray {
  background-color: #f1f1f1;
}

.bg-light-gray:focus {
  background-color: #f1f1f1;
}

.hoverable-card {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hoverable-card:hover {
  box-shadow: 0 2.4rem 6rem rgba(94, 122, 148, 0.2);
}

.menu-sub a.noi-bat {
}

.menu-sub a.noi-bat .menu-bullet {
  display: none;
}

.menu-sub a.noi-bat .menu-title {
  color: black !important;
  font-weight: 600;
}

.select2-selection__rendered {
  white-space: normal !important;
  word-wrap: break-word !important;
  display: block !important;
}

.select2-selection--multiple .select2-selection__rendered {
  max-height: none !important;
  overflow-y: visible !important;
}

#ajax-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: url('/images/loading.svg') center center / 125px no-repeat rgba(0, 0, 0, 0.6);
  z-index: 99999999999999999;
  justify-content: center;
  align-items: center;
  display: none;
}

.menu-item .icon-feature {
}

.menu-item .icon-feature .menu-icon {
}

.menu-item .icon-feature .menu-icon i {
  color: #ffffff !important;
  background: #009ef7 !important;
  padding: 6px 5px;
  border-radius: 100%;
}

.block-head {
  transition: color 0.2s ease;
  background-color: var(--bs-app-sidebar-light-menu-link-bg-color-active);
  color: black;
  padding: 10px;
  margin-bottom: 30px;
  font-weight: bolder;
  border-radius: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: nowrap !important;
}

.thong_tin_thue {
  display: none;
}

.title-block {
  background: #173b75;
  padding: 9px 20px;
  color: white;
}

.form-check-feature label {
  color: #e50909;

  .nav_customer_tab {
  }

  .nav_customer_tab li {
  }

  .nav_customer_tab li a {
    color: black !important;
    font-weight: 700;
  }

