* {
  outline: none;
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1599.98px) {
  html {
    font-size: 14px;
  }
}
html body {
  font-family: Roboto;
  background-color: #FFFFFF;
  color: #000000;
}
html body .root {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
html body .root #layout {
  flex: auto;
}
.page-title {
  display: flex;
  margin-bottom: 30px;
}
.page-title .page-title__text {
  line-height: 45px;
  font-weight: 700;
  font-size: 30px;
  height: 100%;
  color: #001D85;
  float: left;
}
.page-title .page-title__text:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page-title .btn-add {
  margin-left: 30px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-left {
    flex: 0 0 calc(100% / 24 * 9);
    max-width: calc(100% / 24 * 9);
  }
  .page-right {
    flex: 0 0 calc(100% / 24 * 15);
    max-width: calc(100% / 24 * 15);
  }
}
@media screen and (min-width: 1200px) {
  .page-left {
    flex: 0 0 calc(100% / 24 * 6);
    max-width: calc(100% / 24 * 6);
  }
  .page-right {
    flex: 0 0 calc(100% / 24 * 18);
    max-width: calc(100% / 24 * 18);
  }
}
.btn {
  border: 0;
  background: #DDE4F4;
  color: #001D85;
  border-radius: 10px;
  height: 45px;
  padding: calc((45px - 20px) / 2) 20px;
  line-height: 20px;
  font-size: 16px;
  white-space: nowrap;
}
.btn > span {
  line-height: inherit;
  font-size: inherit;
  float: left;
}
.btn > .fa,
.btn > .fas,
.btn > .fa-solid {
  float: left;
  font-size: 20px;
  margin-right: 10px;
}
.btn img.btn__image {
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  object-fit: contain;
}
.btn:not(.btn-success):hover {
  color: #FFFFFF;
  background: #A4BFFF;
}
.btn.btn-sm {
  height: 30px;
  padding: calc((30px - 20px) / 2) 10px;
  font-size: 1rem;
  border-radius: 5px;
}
.btn.btn-radius {
  border-radius: 30px;
}
.btn.btn-primary {
  color: #FFFFFF;
  background: #001D85;
  border-color: #001D85;
}
.btn.btn-primary:hover {
  background: #4878FF;
  border-color: #4878FF;
}
.btn.btn-delete {
  color: #F8223D;
  background: #FFCCD2;
  border-color: #FFCCD2;
}
.btn.btn-delete:hover {
  color: #FFFFFF;
  background: #E92F46;
  border-color: #E92F46;
}
.btn.btn-danger {
  color: #FFFFFF;
  background: #E92F46;
  border-color: #E92F46;
}
.btn.btn-danger:hover {
  background-color: #CD021B;
  border-color: #CD021B;
}
.btn.btn-outline-danger {
  background: transparent;
  color: #E92F46;
}
.btn.btn-outline-danger:hover {
  background: #E92F46;
}
.btn.btn-warning {
  color: #FFFFFF;
  background: #E89B2F;
}
.btn.btn-warning:hover {
  background-color: #FFAF3E;
}
.btn.btn-light {
  color: #001D85;
}
.btn.btn-transparent {
  color: #001D85;
  background-color: transparent;
}
.btn.btn-success {
  color: #FFFFFF;
  background-color: #157347;
}
.btn.btn-success:hover {
  background-color: #209b61;
  border-color: #209b61;
}
.btn.btn-outline-primary {
  color: #001D85;
  border-color: #001D85;
  background-color: transparent;
}
.btn.btn-outline-primary:hover {
  color: #0A0A0A;
  background-color: #FFFFFF;
}
.btn.btn-info {
  color: #FFFFFF;
  border-color: #17a2b8;
  background-color: #17a2b8;
}
.btn.btn-info:hover {
  background-color: #138496;
  border-color: #138496;
}
@media (max-width: 767.98px) {
  .btn.btn-add-new {
    background-color: transparent;
    padding: 10px;
    box-shadow: none;
    margin-right: 0px;
    margin-left: auto;
    margin: auto 0 auto auto !important;
    height: unset;
  }
  .btn.btn-add-new::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/icons/button/plus.svg');
    display: block;
  }
  .btn.btn-add-new > * {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-display-vertical {
    background-color: transparent;
    padding: 10px;
    box-shadow: none;
    margin-right: 0px;
    margin-left: auto;
    margin: auto 0 auto auto !important;
    height: unset;
  }
  .btn.btn-display-vertical::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/icons/button/horizontal.svg');
    display: block;
  }
  .btn.btn-display-vertical > * {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .btn.btn-display-horizontal {
    background-color: transparent;
    padding: 10px;
    box-shadow: none;
    margin-right: 0px;
    margin-left: auto;
    margin: auto 0 auto auto !important;
    height: unset;
  }
  .btn.btn-display-horizontal::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/icons/button/vertical.svg');
    display: block;
  }
  .btn.btn-display-horizontal > * {
    display: none;
  }
}
.btn.btn-center > .btn__image,
.btn.btn-center > span {
  float: unset;
}
.btn > i.fas,
.btn > i.fa {
  margin-right: 0.5rem !important;
}
.form-actions {
  text-align: center;
}
.form-actions > * {
  margin: 0 15px;
}
.ratio-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.ratio-container .ratio-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.zoomer {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.zoomer:hover {
  transform: scale(1.1);
}
.search-form .row {
  --bs-gutter-x: 0.5rem;
}
.search-form .row > .search-input-group,
.search-form .row > .control-order-by {
  margin-bottom: 20px;
}
.search-form .row > span {
  display: flex;
}
.search-form .row + .search_title {
  margin-bottom: 20px;
  padding: 15px 25px;
  background: #EBFFF5;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  color: #008F00;
}
.search-form .row + .search_title.search-no-data {
  background: #FFFCF5;
  color: #FF9900;
}
.search-form .form-group .form-label {
  display: none;
}
.search-form .form-group .controls {
  margin: 0;
}
.search-form .form-group .controls.controls-has-feedback {
  margin: 0;
}
.search-form .form-group .controls .error-block,
.search-form .form-group .controls.controls-has-feedback .error-block {
  display: none;
}
.search-form .form-group .controls .form-control {
  border: 1px solid #D7DAE2 !important;
  border-radius: 10px;
}
.search-form .search-input-group {
  display: flex;
  flex-direction: row;
}
.search-form .search-input-group .form-group {
  flex: 1;
}
.search-form .search-input-group input:not(.datepicker__input) {
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  width: unset;
  flex: auto;
  height: 45px;
}
.search-form .search-input-group .btn-search {
  margin-left: 10px;
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 18px;
}
.search-form .search-input-group .btn-search img {
  width: 22.5px;
  height: 22.5px;
  margin: auto;
}
.search-form .control-order-by,
.search-form .search-by-format {
  float: right;
}
.search-form .control-order-by select,
.search-form .search-by-format select {
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  height: 45px;
}
.search-form .control-order-by select:invalid,
.search-form .search-by-format select:invalid {
  color: #666;
}
.search-form .filter-list {
  margin-top: 15px;
  background: #EBFFF5;
  padding: 10px;
}
.search-form .filter-list::after {
  display: block;
  clear: both;
  content: "";
}
.search-form .filter-list .filter-item {
  float: left;
  display: flex;
  align-items: center;
  padding: 10px;
}
.search-form .filter-list .filter-item .facet {
  font-weight: 700;
  line-height: calc(1rem + 3px);
  color: #008F00;
}
.search-form .filter-list .filter-item .filtered.pill {
  position: relative;
  padding: 10px 40px 10px 15px;
  background: #008F00;
  border-radius: 20px;
  line-height: calc(1rem + 3px);
  color: #FFFFFF;
  margin-left: 10px;
}
.search-form .filter-list .filter-item .filtered.pill a {
  position: absolute;
  top: 7px;
  bottom: 8px;
  right: 5px;
}
.search-form .filter-list .filter-item .btn-save-tag {
  cursor: pointer;
}
.search-form .filter-list .filter-item .btn-save-tag img {
  height: 38px;
}
.no-data {
  padding: 15px 25px !important;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  background: #FFFCF5;
  color: #FF9900;
}
.section__error-block {
  padding: 15px 25px;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  background: #FFCCD2;
  color: #F8223D;
}
.custom-nav {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.custom-nav .nav {
  margin-bottom: 20px;
  position: relative;
  flex: auto;
}
.custom-nav .nav .nav-item a {
  background: #EBFFF5;
  color: #008F00;
  line-height: 30px;
  padding: 0 20px;
  height: 30px;
}
.custom-nav .nav .nav-item.active a {
  background: #008F00;
  color: #FFFFFF;
}
.custom-nav .nav__button {
  flex: auto;
  margin-bottom: 20px;
  margin-right: -5px;
  margin-left: -5px;
}
.custom-nav .nav__button > * {
  margin: 0 5px;
  float: right;
}
.table-custom {
  border: unset;
  margin: unset;
  border-collapse: separate;
  border-spacing: 0;
}
.table-custom thead {
  color: #fff;
  text-transform: uppercase;
}
.table-custom thead tr th {
  background-color: #001D85;
  padding: 16px 19px 15px 19px;
  vertical-align: middle;
  border: 1px solid #BFCCE9;
}
.table-custom tbody tr {
  background-color: transparent;
}
.table-custom tbody tr td {
  color: #000000;
  padding: 10px;
  border: 1px solid #BFCCE9;
  font-weight: 400;
  font-size: 1rem;
  line-height: calc(1rem + 3px);
  vertical-align: middle;
  background: #F2F4F9;
}
.table-custom tbody tr td.action-cell {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
.table-custom tbody tr td.action-cell > .btn {
  display: inline-flex;
  margin: 5px;
}
.sticky-col {
  position: -webkit-sticky;
  position: sticky;
}
.wrapper {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.first-col {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 0px;
}
.last-col {
  right: 0px;
  z-index: 2;
}
.last-col::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}
.last-col .dropdown-menu a.dropdown-item {
  transition-duration: 0s;
}
.section {
  padding: 30px;
  background: #F2F4F9;
}
.section .oveflow-auto {
  overflow: auto;
}
@media (max-width: 767.98px) {
  .section {
    padding: 20px;
  }
}
.section .section-title {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section .section-title::after {
  display: block;
  clear: both;
  content: "";
}
.section .section-title .section-title__image {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 18px;
}
@media (max-width: 767.98px) {
  .section .section-title .section-title__image {
    margin-right: 10px;
  }
}
.section .section-title div.section-title__image {
  background-color: #001D85;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  align-items: center;
}
.section .section-title .section-title__text {
  flex: auto;
  float: left;
  font-weight: 700;
  font-size: calc(1rem + 4px);
  line-height: 40px;
  padding-right: 10px;
}
.section .section-title .section-title__temporary {
  float: right !important;
  padding-right: 0px;
}
.section .section-title .section-title__btn-right {
  display: flex;
  flex: auto;
  flex: 1 0 auto;
}
.section .section-title .section-title__btn-right > * {
  margin: auto 0 auto auto;
}
.section .section-title.section-title-full-width {
  display: block;
}
.section + .section {
  margin-top: 10px;
}
.button-section {
  margin-bottom: 15px;
  margin-right: -5px;
  margin-left: -5px;
}
.button-section > * {
  margin: 0 5px;
}
.radio {
  height: 20px;
  width: 20px;
  accent-color: #001d85;
}
.radio + .radio__label,
.custom-checkbox + .custom-checkbox__label {
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
}
.custom-checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}
.custom-checkbox:checked:before {
  color: #fff !important;
  background-color: #001D85;
}
.custom-checkbox:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 14px;
  color: transparent !important;
  background: #DDE4F4;
  padding: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #001D85;
  border-radius: 3px;
}
.custom-checkbox:disabled {
  cursor: no-drop;
}
.custom-checkbox:disabled:before {
  background: rgba(221, 228, 244, 0.4);
  border-color: rgba(0, 29, 133, 0.4);
}
.custom-checkbox:disabled:checked:before {
  background-color: rgba(0, 29, 133, 0.6);
}
.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 10px;
}
.modal-confirm .modal-content .modal-header {
  padding: 6px 0 15px 0;
  display: block;
  position: relative;
  border-color: #BFCCE9;
}
.modal-confirm .modal-content .modal-header .modal-title {
  text-align: center;
  color: #001D85;
  font-weight: 700;
  line-height: calc(1rem + 3px);
}
.modal-confirm .modal-content .modal-header .close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}
.modal-confirm .modal-content .modal-body {
  text-align: center;
  padding: 15px;
  line-height: calc(1rem + 3px);
}
.modal-confirm .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
.modal-confirm .modal-content .modal-body .form-group .form-label {
  margin-bottom: 10px;
}
.modal-confirm .modal-content .modal-body .form-group .form-label + .controls .form-control {
  border: 1px solid #ced4da;
}
.modal-confirm .modal-content .modal-footer {
  border: 0;
  display: block;
  padding: 10px;
}
.modal-confirm .modal-content .modal-footer .form-actions {
  margin: 0;
}
.modal-confirm .modal-content .modal-footer .form-actions .btn {
  min-width: 100px;
  height: 45px;
  padding: 0 24px;
}
.content-action {
  margin-bottom: 30px;
}
.content-action::after {
  display: block;
  clear: both;
  content: "";
}
.content-action .go-back {
  display: flex;
  float: left;
}
.content-action .go-back .arrow-left {
  width: 20px;
  margin-right: 9px;
}
.content-action .go-back .go-back__label {
  line-height: calc(1rem + 3px);
  color: #001D85;
}
#js-section-expand {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  line-height: calc(1rem + 3px);
  text-overflow: ellipsis;
  transition-duration: 0.3s;
}
#js-section-expand:not(.expand) {
  max-height: calc((1rem + 3px) * 9);
  overflow: hidden;
}
#js-section-expand.expand {
  max-height: 400px;
}
.theme-toast {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 11;
}
.theme-toast .toast-success {
  background-color: rgba(25, 135, 84, 0.85);
  color: #fff;
}
.theme-toast .toast-success .toast-header {
  background-color: #198754;
  color: #fff;
}
.theme-toast .toast-warning {
  background-color: rgba(255, 193, 1, 0.85);
  color: #fff;
}
.theme-toast .toast-warning .toast-header {
  background-color: #ffc101;
  color: #fff;
}
.theme-toast .toast-error {
  background-color: rgba(220, 53, 69, 0.85);
  color: #fff;
}
.theme-toast .toast-error .toast-header {
  background-color: #dc3545;
  color: #fff;
}
.theme-toast .toast-info {
  background-color: #0676ed;
  color: #fff;
}
.theme-toast .toast-info .toast-header {
  background-color: #0676ed;
  color: #fff;
}
.theme-toast .toast-header .toast-header__title {
  margin-right: auto;
}
.theme-toast .toast-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
}
.span-error {
  display: none;
  margin-top: -30px;
  margin-bottom: 30px;
}
img {
  pointer-events: none;
}
.dropdown[trigger="hover"]:hover {
  margin-bottom: -2px;
}
.dropdown[trigger="hover"]:hover .dropdown-toggle {
  margin-bottom: 2px;
}
.dropdown[trigger="hover"]:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}
.content_dropdown {
  /*Ẩn nội dụng các đường dẫn*/
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.content_dropdown .icon-search {
  padding-right: 15px;
}
.content_dropdown_fix_dataset {
  /*Ẩn nội dụng các đường dẫn*/
  display: none;
  position: absolute;
  top: 50px;
  width: calc(100% - 7px);
  border-radius: 10px;
  background-color: #fff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.content_dropdown_fix_dataset .icon-search {
  padding-right: 15px;
}
/* Style for drop search automatically */
.content_dropdown_fix_dataset a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.content_dropdown a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.showDrop {
  display: block !important;
}
.sort-search {
  display: flex;
  align-items: center;
  padding: 0px 16px;
}
.sort-search button {
  margin-left: auto;
  order: 2;
  border: none;
  min-height: 58px;
  color: #001d85;
  font-size: 14px;
  background-color: transparent;
}
.sort-search button:hover {
  color: #0080ff;
}
.sort-search-img-180 {
  transform: rotate(180deg);
}
.sort-search a {
  color: #001d85 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  /*  */
  cursor: pointer;
}
.div-tag-a {
  min-height: 48px;
  position: relative;
  padding-right: 33px !important;
}
.div-tag-a:hover {
  background-color: #e6e5e5;
  border-radius: 10px;
}
.div-tag-a span {
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: pre-line;
}
.delete-search {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  font-size: 13px;
  border: none;
  width: 25px;
  height: 25px;
  background-color: transparent;
  padding-bottom: 2px;
  padding-right: 7px;
}
.delete-search:hover {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #b0b0b0;
}
.empty {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
#loading {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#loading .loading__logo {
  width: 260px;
  height: 124px;
}
#loading .loading__bar {
  margin-top: 20px;
  width: 260px;
  height: 7.5px;
}
#loading-backup {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  display: none;
  flex-direction: column;
  align-items: center;
}
#loading-backup .loading__logo {
  width: 260px;
  height: 124px;
}
#loading-backup .loading__bar {
  margin-top: 20px;
  width: 260px;
  height: 7.5px;
}
.model-edit-default .form-control {
  border: 1px solid #ced4da !important;
}
.model-edit-default .modal-content {
  max-width: 500px;
  background: #FFFFFF;
  border: 1px solid #F2F4F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.model-edit-default .modal-content .modal-body {
  max-width: 500px;
}
.model-edit-default .modal-content .modal-body .div-body-modal {
  padding: 20px 20px;
}
.model-edit-default .modal-content .modal-body .div-body-modal {
  padding: 20px 20px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .modal-title {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #001D85;
  display: flex;
  justify-content: center;
  border-bottom: 1px #BFCCE9 solid;
  padding-bottom: 15px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form {
  padding-top: 15px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .modal-button {
  margin-bottom: -25px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .modal-button-post {
  margin-top: 15px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .modal-button-post button {
  width: 100px;
  height: 45px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .modal-button-post button {
  width: 100px;
  height: 45px;
}
.model-edit-default .modal-content .modal-body-close {
  display: flex;
  margin-top: -12px;
  justify-content: flex-end;
}
.model-edit-default .modal-content .modal-body-close .modal-button-close {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  margin-right: -12px;
  z-index: 5;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form #js-role {
  height: 45px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form #field-title,
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form #field-url {
  height: 45px;
  border: 1px solid #ced4da;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .form-check-label {
  line-height: 20px;
  font-weight: 500;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .form-check-input {
  float: none;
  margin-left: 10px;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .form-switch {
  padding-left: 0;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .table-edit-access-rights {
  background: none;
  border: none;
  outline: none;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .table-edit-access-rights tr {
  background: none;
  border: none;
  outline: none;
}
.model-edit-default .modal-content .modal-body .div-body-modal .access-rights-form .table-edit-access-rights th {
  text-align: start;
  padding-left: 0;
}
.section-smart-report .smart-report-container + .smart-report-container {
  margin-top: 20px;
}
.section-smart-report .smart-report-container .smart-report__title {
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: pointer;
}
.section-smart-report .smart-report-container .smart-report__title.collapsed:after {
  transform: rotate(-90deg);
}
.section-smart-report .smart-report-container .smart-report__title:after {
  transition-duration: 500ms;
  display: inline-block;
  content: "";
  margin-left: 10px;
  background: url(/icons/angle-down.svg);
  width: 12px;
  height: 8px;
}
.section-smart-report .smart-report-container .smart-report__chart {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.section-smart-report .smart-report-container .smart-report__chart > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
.section-smart-report .smart-report-container .smart-report__chart .chart-container {
  background-color: #ffffff;
  padding: 15px;
  height: 100%;
}
.section-smart-report .smart-report-container .smart-report__chart .chart-container .chart__title {
  text-align: center;
  font-size: calc(1rem - 1px);
  font-style: italic;
  margin-bottom: 10px;
  line-height: 20px;
  min-height: 20px;
}
.section-smart-report .smart-report-container .smart-report__chart .chart__legend {
  margin-top: 15px;
}
.section-smart-report .smart-report-container .smart-report__chart .chart__legend .legend__item {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
}
.section-smart-report .smart-report-container .smart-report__chart .chart__legend .legend__item .legend__rectangle {
  width: 40px;
  height: 12px;
  background-color: rgba(255, 99, 132, 0.2);
  border: 2px solid #ff6384;
  float: left;
}
.section-smart-report .smart-report-container .smart-report__chart .chart__legend .legend__item .legend__label {
  flex: 1;
  margin-left: 5px;
  font-size: 11px;
  line-height: 11px;
  color: #666666;
  float: left;
}
@media (max-width: 767.98px) {
  .section-smart-report .bao-cao__heading {
    margin: 20px 0;
    font-size: 25px;
    line-height: 29px;
  }
  .section-smart-report .bao-cao__container > div + div {
    margin-top: 20px;
  }
}
.table-responsive {
  overflow-y: hidden;
}
.info-row {
  display: flex;
  flex-direction: row;
}
.info-row .info-row__title {
  font-weight: 700;
  width: 120px;
  line-height: 22px;
}
.info-row .info-row__value {
  line-height: 22px;
  flex: 1;
}
.js-data-example-ajax {
  border-radius: 5px;
  background: #FFFFFF;
  min-height: 45px;
  width: 100% !important;
}
.js-data-example-ajax .select2-choice {
  border-radius: 5px !important;
  background: #FFFFFF !important;
  min-height: 45px !important;
  border: none !important;
}
.js-data-example-ajax .select2-choice .select2-chosen {
  margin-left: 5px;
  min-height: 45px;
  display: flex !important;
  align-items: center !important;
  border: none !important;
}
.js-data-example-ajax .select2-choice .select2-arrow {
  min-height: 45px;
  margin-top: 10px;
  margin-right: 10px;
  border-left: none !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  background: none !important;
}
.divider {
  color: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  margin: 16px 0;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  border-block-start: 0 rgba(5, 5, 5, 0.15);
  clear: both;
  width: 100%;
  min-width: 100%;
}
.divider:before {
  width: 5%;
}
.divider:after {
  width: 95%;
}
.divider:before,
.divider:after {
  position: relative;
  border-block-start: 1px solid transparent;
  border-block-start-color: inherit;
  border-block-end: 0;
  transform: translateY(50%);
  content: '';
}
.divider span {
  display: inline-block;
  padding: 0 1em;
}
