@media only screen and (min-width: 1200px) {
}
@media only screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
.c-header {
  overflow: hidden;
}
.c-header .navbar {
  border: none;
}
.c-header .navbar-custom .wrap {
  background-color: #e7e7e7;
  border-bottom: 2px solid #900000;
  color: #d30000;
}
.c-header .navbar-custom .header-mobile {
  display: none;
}
@media (max-width: 767px) {
  .c-header .navbar-custom .header-mobile {
    display: block;
  }
}
.c-header .navbar-custom .header-mobile a {
  color: #900000;
}
.c-header .navbar-custom .icon-bar {
  background-color: #900000;
}
@media (max-width: 767px) {
  .c-header .navbar-custom .list-inline {
    margin: 15px 0 0;
  }
}
@media (max-width: 350px) {
  .c-header .navbar-custom .list-inline {
    margin: 6px 0 0;
  }
}
.c-header .navbar-custom .navbar-nav {
  background: #d3e3fd;
  width: 100%;
}
@media (max-width: 767px) {
  .c-header .navbar-custom .navbar-nav {
    margin: 0;
  }
}
.c-header .navbar-custom .navbar-nav > li > a {
  color: #900000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  padding-right: 0 !important;
}
.c-header .navbar-custom .navbar-nav > li > a:focus,
.c-header .navbar-custom .navbar-nav > li > a:hover {
  background: transparent;
  color: #d30000;
}
@media (min-width: 768px) {
  .c-header .navbar-custom .navbar-nav > li + li > a:before {
    content: " | ";
    padding: 0 0.5em;
  }
}

@media (max-width: 767px) {
  .p-announcement header .container,
  .p-announcement nav .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-announcement .panel-body {
  padding: 0;
}
.p-announcement .panel-body .form-group {
  padding: 15px;
  margin-bottom: 0;
}
.p-announcement .panel-body .table-nd .block-search .col-xs-6 {
  margin: 0;
}
.p-announcement .c-select {
  color: #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-announcement .table-nd {
  padding: 0;
}
.p-announcement .block-search {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-announcement .block-search > div {
  margin: 0 !important;
}
.p-announcement .block-search-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #eee;
  padding: 0 12px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .p-announcement .block-search-title {
    display: none;
  }
}
.p-announcement .block-search .input-group-addon {
  border: none;
  padding: 0;
  width: 14px;
}
.p-announcement .block-search .input-group {
  width: 100%;
}
.p-announcement .block-search .input-group input {
  border-top: 0;
  border-bottom: 0;
}
.p-announcement .block-search-advanced {
  border: 1px solid #ccc;
  border-radius: 4px;
  /* overflow: hidden; */
}
.p-announcement .block-search-advanced-content {
  padding: 15px 75px 30px;
}
@media (max-width: 767px) {
  .p-announcement .block-search-advanced-content {
    padding: 15px 15px 30px;
  }
}
.p-announcement .block-search-advanced-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-announcement .block-search-advanced-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.p-announcement .block-search-advanced-title {
  color: #900000;
  font-size: 14px;
  font-weight: bold;
  background: #f5f5f5;
  margin: 0;
  border-color: #ddd;
  padding: 13px 15px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.p-announcement .block-search-advanced-title i {
  margin-right: 5px;
}
.p-announcement .block-search-advanced-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 7px 0;
  min-width: 120px;
}
.p-announcement .block-search-advanced-control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-announcement .block-search-advanced-control .c-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-announcement .block-search-advanced-control .c-input:nth-of-type(2n) {
  margin-left: 20px;
}
.p-announcement .block-search-advanced .input {
  height: 34px;
  width: 100%;
}
.p-announcement .block-search-advanced .btn_search_advanced {
  width: 85px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-announcement .block-search-advanced .btn_search_advanced .input-group-addon {
  padding: 0;
  width: 14px;
  height: 16px;
  border: none;
}
.p-announcement .table-nd .block-search .btn_search {
  max-width: 100px;
  height: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  color: #000;
  border-radius: 0;
  border: none;
}
.p-announcement .list-group {
  margin-bottom: 0;
}
.p-announcement .list-group-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #337ab7;
  padding: 6px 10px;
  margin: 0;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.p-announcement .list-group-title:focus,
.p-announcement .list-group-title:hover {
  text-decoration: none;
  color: #337ab7;
}
.p-announcement .list-group-item {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.p-announcement .list-child {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-announcement .list-child-item {
  border-top: 1px solid #ccc;
}
.p-announcement .list-child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 15px;
  color: #900000;
  font-weight: bold;
}
.p-announcement .list-child-link:focus,
.p-announcement .list-child-link:hover {
  text-decoration: none;
  background: #deb887;
  color: #900000;
}
.p-announcement .block-pdf-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 30px;
}
.p-announcement .block-pdf-top-txt1,
.p-announcement .block-pdf-top-txt2 {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-announcement .block-pdf-top-txt2 {
  text-align: right;
}
.p-announcement .block-pdf-content .pdf-ttl1 {
  font-size: 13px;
  margin: 10px 0;
}
.p-announcement .block-pdf-content .text {
  margin: 10px 0;
}
.p-announcement .block-pdf-middle-ttl {
  text-align: center;
}
.p-announcement .block-pdf-middle-txtright {
  text-align: right;
}

.c-footer {
  border-top: 10px solid #900000;
  background: #ebebed;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
  margin-top: 40px;
  padding: 20px 0 30px;
}
#qrModal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

#qrModal img {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px #fff;
  border-radius: 8px;
}

#qrModal .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  font-weight: bold;
  z-index: 10000;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.table-meetings {
  opacity: 1 !important;
}

/* #DataTables_Table_0_wrapper > *{
    opacity: 1 !important;
} */

.table-loading {
  background: url();
  background-repeat: repeat-x;
}

/* .dt-table-loading table{
    width:100% !important;
} */

/* .dt-table-loading.table,
.table-loading table thead th,
.table-loading table tbody tr,
.table-loading .dataTables_length,
.table-loading .dt-buttons,
.table-loading .dataTables_filter {
    opacity: 1 !important;
} */

.btn-file {
  background: #e5e5ea;
  border: none;
  border-radius: 0;
  color: #8e8e93 !important;
  text-transform: capitalize;
  width: 100%;
  padding: 8px 5px;
}
.btn-blue {
  background: #1e7be2;
  border: none;
  border-radius: 0;
  color: #fff !important;
  text-transform: capitalize;
  width: 100%;
  padding: 8px 5px;
}
.btn-new {
  background: #1e7be2;
  border: none;
  border-radius: 0;
  color: #fff !important;
  text-transform: none;
  padding: 7px 30px !important;
  margin: 10px 0 !important;
}
.table-file thead tr th:first-child,
.table-file > thead > tr > th,
.table-file thead tr th:last-child {
  border: none;
}
.table-file .folder-hdnd i {
  font-size: 25px;
  padding: 0 10px 10px 0;
  color: #007aff;
}
.table-file a {
  color: #007aff;
}
.table-file td,
.table-file .folder-hdnd {
  vertical-align: middle !important;
}
.dropdown-edit .btn {
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  background: #d1d1d6;
  font-size: 17.5px;
  border-radius: 0;
  background: #d1d1d6;
}
.dropdown-edit .btn i {
  color: #fff;
}
.dropdown-edit .dropdown-menu li a {
  padding: 5px 10px;
  text-align: center;
  border-radius: 0;
}
.dropdown-edit .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.15);
}
.table-file thead tr {
  height: auto !important;
}
@media (min-width: 768px) {
  .new-fd {
    width: 75% !important;
  }
}
.new-fd h4.modal-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  -webkit-line-clamp: 1;
  height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.new-fd .modal-header {
  background: #1e7be2;
  padding: 7px 15px;
}
.new-fd .modal-header i,
.edit-fd h4 i {
  color: #fff;
  padding-right: 15px;
}
.new-fd .modal-body .input-group.date .form-control,
.page-voting .input-group.date .form-control {
  border-right: none !important;
}
.edit-fl .upfile {
  background: #f2f9ff;
  margin: 0;
}
.edit-fl .ed-fd .upfile {
  padding: 10px 20px !important;
}
.new-fd .modal-body .form-group {
  padding: 15px 0;
}
.new-fd .modal-body .upfile .input-group {
  width: 100%;
}
.edit-fl .kt_file {
  width: 15%;
  float: left;
}
.btn-act {
  display: flex;
}
.btn-act a {
  color: #fff;
}
.btn-act .btn-primary {
  background-color: #288bda !important;
}
.btn-act .btn-warning {
  background-color: #ffb700 !important;
}
.page-voting h4 {
  font-weight: 600 !important;
  font-size: 15px !important;
}
.page-voting h4.disabled {
  color: #15151594;
  text-transform: capitalize;
}
.page-voting label,
.new-fd .modal-body label {
  font-weight: 500;
}
.page-voting .form-group {
  margin-bottom: 25px;
}
.page-voting .panel-body,
.btn-remove {
  border-radius: 0 !important;
}
.page-voting .name-db {
  font-weight: 600;
}
.btn-createblue {
  background: #1e7be2;
  border: none;
  color: #fff !important;
  text-transform: capitalize;
  padding: 7px 30px;
  border-radius: 0;
}
.btn-create {
  background: #1e7be2;
  color: #fff !important;
  border-radius: 0;
}
@media (min-width: 850px) {
  .pr-0 {
    padding-right: 0 !important;
  }
}
.img_doc {
  width: 11%;
}
.ed-fd .img_doc {
  width: 95%;
}
.table-file th {
  font-weight: 500 !important;
  color: #333333c7 !important;
}
.table-file tr p {
  margin-bottom: 5px !important;
}
.download-file {
  float: left;
  cursor: pointer;
  font-size: 17px;
}
.download-file:hover {
  cursor: pointer;
}
.dropdown-edit {
  display: initial;
}
.move-file .icon-move span {
  vertical-align: middle;
  padding-right: 15px;
}
.move-file .sub-menu {
  display: none;
}
.move-file .icon-move span {
  color: #323232ad;
  font-weight: 500;
}
.move-file {
  padding: 0;
}
.move-file .icon-move > a {
  padding: 0 20px;
}
.move-file .folder-mn .icon-move > a {
  width: 100%;
  display: inline-table;
  padding: 0 20px;
  transition: 0.3s all;
}
.move-file .folder-mn .sub-menu li > a {
  width: 100%;
  display: inline-table;
  padding: 0 5%;
  transition: 0.3s all;
}
.move-file .folder-mn .c3 li a {
  padding: 0 8%;
}
.move-file .folder-mn .icon-move:hover > a,
.move-file .folder-mn .sub-menu li:hover > a {
  background: #d9edff;
}
.popup-move {
  padding: 0 15px !important;
}
.hiden {
  display: none !important;
}
.page-voting .timepicker {
  margin-top: 0;
}
.dropdown .dropdown-toggle.btn-default .filter-option-inner-inner {
  color: #333;
}
.row-file {
  padding-top: 30px;
}
.edit-fd .pd-0 {
  padding: 0 !important;
  border-radius: 0;
  margin-top: 20px;
}
.edit-fd .ed-fd {
  padding: 25px;
}
.edit-fd h4 {
  background: #1e7be2;
  margin: 0;
  padding: 15px;
  color: #fff;
  text-transform: capitalize;
}
#table-folder .dataTables_empty,
#table-file .dataTables_empty {
  background: url(/assets/images/illus.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 150px !important;
}
.row-file .cl_ty {
  max-width: 600px !important;
  min-width: 500px !important;
}
.row-file .row_ty {
  max-width: 600px;
  white-space: normal !important;
  align-items: center;
  display: flex;
}
.row_ty a {
  width: 89%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 21px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#table-folder .title_fol {
  display: flex;
  align-items: center;
}
#table-folder .title_fol a {
  padding-right: 7px;
}
.custom-search {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 3px 4px 20px rgba(0, 0, 0, 0.09),
    -2px 4px 20px rgba(0, 0, 0, 0.09);
}
.custom-search .list_ctsearch {
  display: flex;
  align-items: center;
}
.custom-search .list_ctsearch:hover {
  background: transparent !important;
}
.custom-search li:hover {
  border-radius: 0;
  background: #f7f7fa;
  transition: 0.3s all ease-in-out;
}
.custom-search li {
  max-height: 44px;
  display: flex;
  align-items: center;
}
.custom-search .list_ctsearch svg,
.custom-search .list_ctsearch img {
  width: 28px;
  margin-right: 4px;
}
.custom-search .list_ctsearch .text_search {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #8e8e93;
}
/* scroll search */
#custom-search {
  max-height: 300px;
  overflow: auto;
}
#custom-search::-webkit-scrollbar {
  width: 9px;
  background-color: #f3f3f3;
}
#custom-search::-webkit-scrollbar-thumb {
  background: #b9c4d2;
  border-radius: 50px;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
  background: #f3f3f3;
  border-radius: 50px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #b9c4d2;
  border-radius: 50px;
}
/* thong ke */
#thongke img {
  width: 34px;
  height: 34px;
  border-radius: 50px;
}
#thongke .row {
  display: flex;
  align-items: center;
}
#thongke hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#thongke h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #thongke .modal-dialog {
    width: 400px;
  }
}
.promulgate-p .btn-default i {
  color: #333;
}
.promulgate-p .btn-danger i {
  color: #fff;
}
.move-file .sub-menu {
  display: none;
}
.page-voting .table {
  width: 100% !important;
}
.page-voting .table .folder-hdnd {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* thong ke bieu quyet */
.body-result-hd .tieude {
  padding-bottom: 20px;
  padding-top: 20px;
}
.body-result-hd .thongke .yk3 p {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.body-result-hd .thongke .yk1 p {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.body-result-hd .thongke .yk2 {
  padding: 0px 3px;
}
.body-result-hd .thongke .yk3 {
  padding-right: 0;
  padding-left: 3px;
}
.body-result-hd .thongke .yk1 {
  padding-left: 0;
  padding-right: 3px;
}
.body-result-hd .thongke p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background: #007aff;
  padding: 10px 20px;
}
.top-result-hd {
  /* background: #007aff; */
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 10px;
  float: none;
  margin: auto;
  box-shadow: 0 1px 20px -1px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}
.top-result-hd .centered {
  align-items: center;
  display: flex;
  float: none;
  margin: auto;
  justify-content: center;
}
.body-result-hd .centered {
  float: none;
  margin: auto;
}
#kqbq_hd {
  background: #f7f6f6;
}
.body-result-hd .noidung .tdb {
  color: #007aff;
}
.body-result-hd .noidung .sldb {
  font-weight: 600;
}
.body-result-hd .noidung {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  padding: 20px;
  float: none;
  margin: auto;
  box-shadow: 0 1px 20px -1px rgba(0, 0, 0, 0.12);
}
.body-result-hd .noidung p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.body-result-hd .centered h3 {
  color: #0a84ff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
}
.top-result-hd .logo {
  float: left;
  padding: 10px 15px;
  height: 63px;
  text-align: center;
}
.top-result-hd .logo img {
  width: auto;
  height: 34px;
  margin-top: 3px;
}
.top-result-hd .name-hd a {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.chart-voting {
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 1px 20px -1px rgba(0, 0, 0, 0.12);
  padding: 0 20px;
}

.body-result-hd .statis {
  min-height: 530px;
  border-radius: 16px;
  box-shadow: 0 1px 20px -1px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.body-result-hd .list-voting {
  padding-right: 0;
}
.body-result-hd .d2 {
  padding-left: 0;
}

.td {
  font-family: Roboto;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3a3a3c;
}

.chart-voting .tkbq,
.statis .tkbq {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #3a3a3c;
  padding: 20px 0 0;
  margin: 0 15px 10px;
}

.statis .user {
  border-radius: 4px;
  background-color: #f0f0f5;
  padding: 5px;
  margin: 3px;
}

.statis .div-user {
  margin: 0 7px;
}
.statis .div-user .col-md-4 {
  padding: 0;
}
.statis img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.statis .div-user p {
  white-space: nowrap;
  overflow: hidden;
  margin: 14px 0px 14px 5px;
  text-overflow: ellipsis;
  word-wrap: normal;
  font-size: 15px;
  font-weight: 500;
  padding-left: 7px;
}

.dbq {
  /* width: 109px; */
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3a3a3c;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

/* .cbq{
    border-left: 1px solid #d1d1d6;
  } */

.ct {
  display: flex;
  justify-content: space-between;
}

.num {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3a3a3c;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.gn {
  width: 1px;
  height: 47px;
  background-color: #d1d1d6;
}

/* text o giua */
.relative {
  position: relative;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-center {
  text-align: center;
}

.text-center p {
  font-family: Roboto;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #0a84ff;
}

.d-flex {
  display: flex;
}

#contactList {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 item / 1 hàng */
  gap: 6px;
}

.qr-box {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
}

a img.qr-box{
  width: 250px;
  height: 250px;
}

.checkedin *{
  color: blue;
}

.notcheckin *{
  color: red;
}