﻿@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
#toggleLeft {
  position: absolute;
  z-index: 2;
  margin-top: 5px;
  left: 5px;
  transition: ease-in-out all 0.5s; }
  #toggleLeft i {
    color: #2155ce;
    font-size: 30px;
    line-height: 25px; }
  #toggleLeft.show {
    left: calc(70vw - 15px); }
    #toggleLeft.show i {
      transform: rotate(180deg); }

.page-container {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

#leftPanel {
  margin-left: -70vw;
  position: absolute;
  width: 70vw;
  background: #f5faff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 0 0 10px 0;
  transition: ease-in-out all 0.5s;
  z-index: 1;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 100%; }
  #leftPanel.show {
    margin-left: 0; }
  #leftPanel .list-group > span {
    font-weight: 900;
    color: #2155ce;
    font-size: 1rem;
    padding: 0;
    border-top: solid 2px;
    padding-top: 10px; }
  #leftPanel .group {
    font-weight: 900;
    padding-top: 10px; }
  #leftPanel .nav-item {
    cursor: pointer;
    padding: 2px 0;
    font-weight: 500; }
    #leftPanel .nav-item .nav-link {
      border-radius: 5px;
      line-height: 25px; }
      #leftPanel .nav-item .nav-link:hover {
        color: #2155ce;
        background: #cee8ff; }
  #leftPanel .category-list {
    margin-bottom: 30px; }
    #leftPanel .category-list .category-item {
      cursor: pointer;
      border-bottom: 1px solid #ccc; }
      #leftPanel .category-list .category-item i {
        padding-right: 10px; }
      #leftPanel .category-list .category-item.active {
        color: #2155ce;
        background: #cee8ff;
        border-radius: 5px; }

#rightPanel {
  width: 100%;
  padding: 10px 15px;
  transition: ease-in-out all 0.5s; }
  #rightPanel .bantin {
    display: none;
    padding-bottom: 50px;
    background: #fff; }
    #rightPanel .bantin .col-12 {
      padding: 0; }
    #rightPanel .bantin#tuan_toanquoc .col-12, #rightPanel .bantin#thang_toanquoc .col-12 {
      padding-right: 15px;
      padding-left: 15px; }
    #rightPanel .bantin .heading {
      padding: 5px 0;
      border-bottom: double 5px #747474; }
      #rightPanel .bantin .heading span {
        background-color: #C00000;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 7px; }
        #rightPanel .bantin .heading span.currentMonth, #rightPanel .bantin .heading span.nextMonth {
          margin-left: -9px; }
    #rightPanel .bantin .box-filter {
      background: aliceblue;
      margin: 10px auto;
      padding: 20px 10px !important;
      border-radius: 7px; }
    #rightPanel .bantin .noData {
      text-align: center;
      font-size: 20px; }
      #rightPanel .bantin .noData i {
        color: orange; }
    #rightPanel .bantin .content {
      padding: 20px;
      margin: 25px; }
    #rightPanel .bantin.active {
      display: block; }
    #rightPanel .bantin .nav-link {
      font-weight: 600; }
      #rightPanel .bantin .nav-link.active {
        background-color: #dc3545; }
  #rightPanel #boxNhanDinh_thang {
    border: 1px dashed #2155ce;
    border-radius: 5px;
    padding: 5px; }
  #rightPanel #map, #rightPanel #map_nextMonth, #rightPanel #map_thang, #rightPanel #map2 {
    height: 600px;
    background: #fff;
    position: relative; }
    #rightPanel #map .ol-viewport, #rightPanel #map_nextMonth .ol-viewport, #rightPanel #map_thang .ol-viewport, #rightPanel #map2 .ol-viewport {
      border: solid 1px #cee8ff;
      border-radius: 5px; }
  #rightPanel #boxNhanDinh_nextMonth {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 25px;
    display: flex;
    flex-direction: column; }
    #rightPanel #boxNhanDinh_nextMonth .boxFloatMap {
      position: relative;
      margin-top: 25px;
      min-width: 200px;
      background-color: #fff;
      border-radius: 5px;
      border: 1px solid #ccc;
      padding: 15px;
      padding-top: 25px; }
      #rightPanel #boxNhanDinh_nextMonth .boxFloatMap .title {
        background-color: #f1f1f1;
        padding: 5px 20px;
        border-radius: 15px;
        position: absolute;
        top: -16px;
        left: 20px;
        box-shadow: 5px 5px 5px #acaaaa;
        display: inline-block; }
  #rightPanel #tuan_vung #map_vungtuan {
    height: 800px;
    position: relative; }
  #rightPanel #tuan_vung #nhanDinh_VungTuan {
    background: aliceblue;
    padding: 30px;
    border-radius: 10px;
    text-align: justify; }
  #rightPanel #tuan_vung .chart400 {
    height: 400px;
    width: 100%; }
    #rightPanel #tuan_vung .chart400 img {
      height: 400px;
      width: 100%;
      position: center; }
  #rightPanel #vientham .vientham-content {
    font-size: 1.2em; }
    #rightPanel #vientham .vientham-content p {
      line-height: 35px; }
    #rightPanel #vientham .vientham-content ul {
      line-height: 40px; }
      #rightPanel #vientham .vientham-content ul li {
        padding-left: 14px;
        text-align: justify;
        display: flex;
        gap: 10px; }
        #rightPanel #vientham .vientham-content ul li i {
          color: green;
          padding-top: 12px; }

.dropdown-menu {
  max-height: 300px;
  overflow: auto; }
  .dropdown-menu li {
    padding: 5px; }
    .dropdown-menu li:not(last-child) {
      border-bottom: 1px dashed #ccc; }

#viewBieuMau {
  height: calc(100vh - 45px);
  position: relative; }
  #viewBieuMau .editContent {
    font-size: 20px;
    padding-left: 15px;
    cursor: pointer;
    color: #2155ce;
    display: none; }
    #viewBieuMau .editContent.logined {
      display: block; }
  #viewBieuMau .heading {
    padding: 15px;
    font-size: 1.5em;
    font-weight: 700;
    border-bottom: 3px solid #2155ce;
    display: flex; }
  #viewBieuMau .khsdn .KHSDN-Filter {
    display: flex; }
    #viewBieuMau .khsdn .KHSDN-Filter .itemFilter {
      display: flex;
      margin-left: 30px; }
      #viewBieuMau .khsdn .KHSDN-Filter .itemFilter .UI-DDL {
        height: 36px;
        border: 1px solid #ccc;
        padding: 7px;
        border-radius: 5px; }
      #viewBieuMau .khsdn .KHSDN-Filter .itemFilter .ui-tieude {
        font-weight: 600;
        padding-right: 10px;
        padding-top: 6px; }
      #viewBieuMau .khsdn .KHSDN-Filter .itemFilter .ui-nhan {
        padding: 6px; }
    #viewBieuMau .khsdn .KHSDN-Filter .examDownload {
      margin-left: auto;
      color: #fff;
      background: #2155ce;
      padding: 6px 15px;
      cursor: pointer;
      border-radius: 5px;
      display: none; }
      #viewBieuMau .khsdn .KHSDN-Filter .examDownload.logined {
        display: block; }
      #viewBieuMau .khsdn .KHSDN-Filter .examDownload i {
        font-size: 20px; }
    #viewBieuMau .khsdn .KHSDN-Filter #addKyBaoCao {
      margin-left: auto;
      display: none; }
      #viewBieuMau .khsdn .KHSDN-Filter #addKyBaoCao i {
        padding: 5px; }
  #viewBieuMau .khsdn .title {
    color: #2155ce;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    padding: 10px; }
  #viewBieuMau .khsdn .tbl_khsdn thead {
    position: sticky;
    top: 0px; }
  #viewBieuMau .khsdn .tbl_khsdn th {
    background-color: #2155ce;
    color: #fff;
    vertical-align: middle;
    position: sticky; }
  #viewBieuMau .khsdn .tbl_khsdn td {
    padding: 7px; }

#giamsatmua .heading {
  border-bottom: none; }

#giamsatmua .chart {
  height: 400px;
  margin-top: 20px;
  margin-bottom: 20px; }

.bottomMap #boxNhanDinh {
  border: 1px solid #b0d0fe;
  background-color: aliceblue;
  padding: 15px;
  border-radius: 5px; }

.bottomMap .mapLegend {
  width: 100%;
  padding-bottom: 15px; }
  .bottomMap .mapLegend li {
    padding: 0; }
  .bottomMap .mapLegend .title {
    font-weight: 600;
    width: 100%;
    padding: 5px;
    text-align: center; }
  .bottomMap .mapLegend .color {
    padding: 0px 25px;
    border: 1px solid #f1f1f1; }
  .bottomMap .mapLegend .lgText {
    padding-left: 10px;
    font-size: 0.8em;
    font-weight: 500;
    font-family: Roboto; }

#lgnextMonth, #lgthang {
  bottom: unset;
  left: unset;
  right: -1px;
  top: 142px;
  width: unset;
  background-color: transparent;
  box-shadow: unset; }
  #lgnextMonth ul, #lgthang ul {
    padding: 10px; }
    #lgnextMonth ul li, #lgthang ul li {
      display: flex;
      margin: 10px;
      background-color: #ffffffd6;
      padding: 5px 15px;
      border-radius: 16px;
      font-size: 0.8em;
      font-weight: 600; }
  #lgnextMonth .hanhan_nextMonth, #lgthang .hanhan_nextMonth {
    background-color: #dc3545;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-right: 10px; }
  #lgnextMonth .nguycohanhan_nextMonth, #lgthang .nguycohanhan_nextMonth {
    background-color: #FFC000;
    padding: 5px 15px;
    border: 1px solid #ccc;
    margin-right: 10px; }

#lgthang {
  top: unset;
  bottom: 236px; }

.boxNhanDinh {
  border: 2px dashed #82a8fe;
  padding: 10px;
  text-align: justify; }

#popup {
  background: #fff;
  width: 300px;
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  bottom: -400px;
  left: -50px; }
  #popup #popup-content {
    max-height: 360px;
    padding: 10px;
    position: relative; }
    #popup #popup-content .img-scale {
      width: 100%;
      height: auto; }
    #popup #popup-content #tab_bandosohoa {
      max-height: 350px;
      text-align: center; }
      #popup #popup-content #tab_bandosohoa img {
        max-width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        max-height: 350px;
        text-align: center; }
  #popup .dmore {
    padding: 7px; }
  #popup .pGroup {
    font-weight: 500;
    font-size: 1.1em;
    color: #1e6b02;
    display: inline-block;
    width: 100%; }
  #popup li.nav-item .active {
    border-bottom: 5px solid #5EBAAD !important; }
  #popup li.nav-item a {
    border: none !important;
    padding: 10px 10px 10px 6px; }
  #popup .p-title {
    padding: 6px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 0 0 5px 0;
    max-width: 85%;
    margin-left: 0;
    width: fit-content; }
  #popup p {
    line-height: 23px;
    margin-bottom: unset; }
  #popup .chartBox {
    height: 180px;
    width: 280px; }
  #popup .fright {
    float: right; }
  #popup .slabel {
    font-weight: 800; }
  #popup .svalue {
    font-weight: 400; }
  #popup .detail {
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
    font-size: 0.9em; }
    #popup .detail:hover {
      color: green; }

#popup-closer::before {
  color: #555; }

.pSoLieu .chartLuongMua, .lstThuyDien .chartLuongMua {
  height: 400px;
  width: 100%; }

.pSoLieu .boxMucNuoc, .lstThuyDien .boxMucNuoc {
  width: 50%;
  height: auto;
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px; }
  .pSoLieu .boxMucNuoc .title, .lstThuyDien .boxMucNuoc .title {
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em; }
  .pSoLieu .boxMucNuoc .data, .lstThuyDien .boxMucNuoc .data {
    padding: 10px 5px;
    font-weight: 600;
    margin-top: 24px; }
    .pSoLieu .boxMucNuoc .data .blue, .lstThuyDien .boxMucNuoc .data .blue {
      color: #036EBE; }
    .pSoLieu .boxMucNuoc .data li, .lstThuyDien .boxMucNuoc .data li {
      list-style: circle; }
  .pSoLieu .boxMucNuoc .solieu, .lstThuyDien .boxMucNuoc .solieu {
    font-weight: 900; }
    .pSoLieu .boxMucNuoc .solieu:before, .lstThuyDien .boxMucNuoc .solieu:before {
      font-family: 'Font Awesome 5 Pro'; }
    .pSoLieu .boxMucNuoc .solieu.tang, .lstThuyDien .boxMucNuoc .solieu.tang {
      color: #1CAF50; }
      .pSoLieu .boxMucNuoc .solieu.tang::before, .lstThuyDien .boxMucNuoc .solieu.tang::before {
        content: "\f062"; }
    .pSoLieu .boxMucNuoc .solieu.giam, .lstThuyDien .boxMucNuoc .solieu.giam {
      color: #FF284D;
      padding: 3px; }
      .pSoLieu .boxMucNuoc .solieu.giam::before, .lstThuyDien .boxMucNuoc .solieu.giam::before {
        content: "\f063"; }
  .pSoLieu .boxMucNuoc .graphic, .lstThuyDien .boxMucNuoc .graphic {
    width: 190px;
    background: #fff;
    margin: 5px; }
    .pSoLieu .boxMucNuoc .graphic .chart, .lstThuyDien .boxMucNuoc .graphic .chart {
      width: 180px;
      margin: auto; }

#boxChiDao_tuan ul, #boxChiDao_thang ul {
  padding-left: 15px; }
  #boxChiDao_tuan ul li, #boxChiDao_thang ul li {
    list-style: square;
    font-size: 1.1em;
    font-weight: 600; }

#boxChiDao_tuan .nextBanTin, #boxChiDao_thang .nextBanTin {
  font-size: 1.1em;
  font-weight: 600;
  color: #006FC0;
  text-align: right;
  font-style: italic; }

#dienBienMuaLu_tuan .chartDungTich, #dienBienMuaLu_thang .chartDungTich {
  height: 400px; }

#dienBienMuaLu_tuan .chartMucNuoc, #dienBienMuaLu_thang .chartMucNuoc {
  height: 220px;
  margin-top: 10px; }

#dienBienMuaCan_tuan .chartDungTich {
  height: 400px; }

#dienBienMuaCan_tuan #tbRanhMan {
  font-size: 13px; }
  #dienBienMuaCan_tuan #tbRanhMan th {
    background-color: #4473C5;
    color: #fff;
    padding: 5px; }
  #dienBienMuaCan_tuan #tbRanhMan td:first-child {
    text-align: left; }
  #dienBienMuaCan_tuan #tbRanhMan td {
    text-align: center;
    padding: 3px 5px; }
  #dienBienMuaCan_tuan #tbRanhMan tr.group {
    background-color: #4473C5;
    color: #fff;
    font-weight: 600; }

.groupTitle {
  font-size: 1.2em;
  font-weight: 900;
  color: #2155ce;
  border-top: 2px solid;
  padding: 5px 5px 10px 5px;
  margin-top: 20px;
  background: linear-gradient(to bottom, aliceblue, transparent); }

.highcharts-background {
  fill: #fff !important;
  stroke-width: 1px !important;
  stroke: #c4c4c4 !important; }

#nextMonth .boxRow {
  margin-top: 20px;
  display: flex; }
  #nextMonth .boxRow img {
    width: 150px;
    height: 120px;
    padding-right: 15px; }

#nextMonth .title {
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 10px; }

#nextMonth #chartHoChua_nextMonth {
  height: 400px; }

#tongquanbantin {
  width: 100%;
  resize: both;
  padding: 15px;
  border: double;
  border-radius: 15px 50px;
  border-color: aquamarine;
  background-color: white;
  min-height: 170px;
  height: auto;
  outline: none; }

#pBanTin label {
  margin-top: 26px;
  padding-left: 480px;
  font-weight: 600;
  font-size: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ec6a2e; }

#pBanTin table, #pBanTin td, #pBanTin th {
  width: 100%;
  height: 200px;
  border-collapse: collapse; }

#pBanTin td {
  padding: 0 3px;
  width: 30px;
  height: 25px;
  vertical-align: middle; }
  #pBanTin td:first-child, #pBanTin td.group1 {
    text-align: center; }

#pBanTin th {
  padding: 3px;
  width: 30px;
  height: 25px;
  text-align: center;
  font-weight: 600;
  background-color: #D1EEEE;
  vertical-align: middle; }

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

.group2 {
  font-weight: 600;
  font-style: italic; }

.card {
  background-color: #fff;
  padding: 3px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
  .card:not(:first-child) {
    margin-top: 10px; }
  .card:not(:last-child) {
    margin-bottom: 10px; }

.link-header {
  text-align: left;
  padding: 5px;
  background-color: white;
  border-bottom: none; }
  .link-header .link-title {
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    width: 100%;
    display: block;
    color: rgba(29, 60, 69, 0.9);
    font-size: 16px; }
  .link-header.active a, .link-header:hover a {
    color: #2155ce; }
    .link-header.active a:after, .link-header:hover a:after {
      width: 100%;
      transition: all 0.5s ease-out; }

.card-header {
  text-align: left;
  padding: 5px;
  background-color: white;
  border-bottom: none; }
  .card-header .card-link {
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    color: rgba(29, 60, 69, 0.9); }
  .card-header.active a, .card-header:hover a {
    color: #2155ce; }
    .card-header.active a:after, .card-header:hover a:after {
      width: 100%;
      transition: all 0.5s ease-out; }

.table input {
  border: none !important; }

.crop {
  display: flex;
  text-align: center;
  padding-left: -200px; }
  .crop input {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    width: 110px;
    outline: none;
    display: inline; }

.toolbox {
  margin-top: 25px;
  display: flex;
  flex-wrap: unset;
  margin-left: 310px; }

.date {
  text-align: center; }
  .date input {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    width: 110px;
    outline: none;
    display: inline; }

/*.boxRow {
    max-width: 80vw;
    margin: auto;
}*/
.tieude {
  text-align: center;
  font-weight: 600;
  padding: 10px 20px;
  margin: 5px 15px;
  background: aliceblue;
  border-radius: 5px; }
  .tieude span {
    display: block; }
    .tieude span:nth-child(1) {
      font-size: 32px;
      font-weight: 600; }
    .tieude span:nth-child(2) {
      font-size: 18px;
      font-weight: 600; }
    .tieude span:nth-child(3) {
      font-size: 24px;
      font-weight: bold;
      color: #2155ce; }
    .tieude span:nth-child(4) {
      font-size: 18px;
      font-weight: bold; }
  .tieude .khuvuc {
    text-transform: uppercase; }

.icon-menu {
  color: dimgrey;
  position: absolute;
  right: 10px;
  font-size: 14px;
  padding: 8px;
  cursor: pointer; }

.card-body {
  padding-bottom: 3px; }

.save {
  margin-left: 84.5%;
  margin-bottom: 5px; }

#btnEdit {
  margin-left: 79%;
  margin-bottom: 5px;
  margin-top: 8px; }

#page {
  margin-bottom: 50px;
  background-color: white;
  position: relative;
  z-index: 9;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding-top: 15px; }
  #page #tmbieumau11 {
    width: auto;
    resize: both;
    padding: 15px;
    /*padding-bottom: 0;*/
    border: double;
    /*border-bottom: none;*/
    border-radius: 15px;
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none;
    margin: 15px;
    margin-top: 0; }
  #page #tmbieumau12 {
    width: auto;
    resize: both;
    padding: 15px;
    /*padding-bottom: 0;
        padding-top: 0;*/
    border: double;
    border-radius: 15px;
    /*border-bottom: none;
        border-top: none;*/
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none;
    margin: 15px;
    margin-top: 0; }
  #page #tmbieumau13 {
    width: auto;
    resize: both;
    padding: 15px;
    /*padding-bottom: 0;
        padding-top: 0;*/
    border: double;
    border-radius: 15px;
    /*border-bottom: none;
        border-top: none;*/
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none;
    margin: 15px;
    margin-top: 0; }
  #page #tmbieumau21 {
    width: auto;
    resize: both;
    padding: 15px;
    /*padding-bottom: 0;
        padding-top: 0;*/
    border: double;
    border-radius: 15px;
    /*border-bottom: none;
        border-top: none;*/
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none;
    margin: 15px;
    margin-top: 0; }
  #page #tmbieumau22 {
    width: auto;
    resize: both;
    padding: 15px;
    /*padding-bottom: 0;
        padding-top: 0;*/
    border: double;
    border-radius: 15px;
    /*border-bottom: none;
        border-top: none;*/
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none;
    margin: 15px;
    margin-top: 0; }
  #page #tmbieumau23 {
    margin-top: 45px;
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
    resize: both;
    padding: 15px;
    border: double;
    border-radius: 15px;
    /*border-top: none;*/
    border-color: aquamarine;
    background-color: white;
    height: auto;
    min-height: 100px;
    outline: none; }
  #page .btnEditTM {
    margin-left: 79%; }
  #page .label-TM {
    display: none; }

@media only screen and (min-width: 768px) {
  #toggleLeft.show {
    left: calc(60vw - 15px); }
  #leftPanel {
    width: 60vw;
    margin-left: -60vw; } }

@media only screen and (min-width: 992px) {
  #toggleLeft.show {
    left: calc(20vw - 15px); }
  #leftPanel {
    width: 20vw;
    margin-left: -20vw;
    box-shadow: none;
    position: relative !important; }
  #rightPanel.w-80 {
    width: 80% !important; } }

@media only screen and (max-width: 768px) {
  #overlay-button {
    position: fixed;
    right: 10px; }
  #pBanTin table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    height: 100vh !important; } }

@media only screen and (max-width: 807px) {
  .pSoLieu .boxMucNuoc {
    display: flex;
    flex-direction: column; }
    .pSoLieu .boxMucNuoc .graphic {
      width: 160px; }
      .pSoLieu .boxMucNuoc .graphic .chart {
        width: 160px; }
  #viewBieuMau .khsdn .KHSDN-Filter {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    #viewBieuMau .khsdn .KHSDN-Filter .itemFilter .UI-DDL {
      display: flex;
      padding-left: 5px !important;
      padding-right: 15px !important;
      align-items: center;
      height: unset;
      padding: 0; }
      #viewBieuMau .khsdn .KHSDN-Filter .itemFilter .UI-DDL span {
        width: 100%;
        display: block; }
  #viewBieuMau .khsdn .table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    height: 100vh; }
  #viewBieuMau .khsdn .tbl_khsdn th {
    position: sticky;
    top: 0; }
  #rightPanel .bantin .heading {
    margin-top: 25px; } }

@media only screen and (max-width: 486px) {
  #overlay-button {
    position: fixed;
    right: 10px; } }
