﻿@charset "UTF-8";
@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-70px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes translateXmoveright {
  from {
    transform: translateX(70px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes opacitymove {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes translateXmove {
  from {
    transform: translateX(-70px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
.sLayers #tabKetQua #dResult {
  margin: 0;
}

.box-items {
  border-bottom: 2px solid #3f51b5;
  margin-top: 20px;
  position: relative;
  padding-bottom: 30px;
}
.box-items .items {
  width: 100%;
  display: flex;
  padding: 0 7px;
  align-items: baseline;
  margin: 5px 0;
  border-bottom: dashed 1px #eee;
}
.box-items .items:first-child {
  flex-direction: column;
}
.box-items .items:first-child .svalue {
  font-weight: 600 !important;
  color: #4f76dd;
  margin-top: 8px;
}
.box-items .items:nth-child(2) {
  justify-content: flex-end;
  position: absolute;
  top: -5px;
  border-bottom: none;
}
.box-items .items .viewmap {
  border-radius: 5px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f76dd;
  gap: 5px;
  background: aliceblue;
  padding: 3px 7px;
  line-height: 24px;
}
.box-items .items .viewmap.noData {
  color: #979797;
  background: #eee;
  cursor: not-allowed;
}
.box-items .items.flex-col {
  flex-direction: column;
}
.box-items .items .slabel {
  font-weight: 500;
  min-width: 40%;
  text-wrap: nowrap;
}
.box-items .items .svalue {
  line-height: 25px;
  max-width: 100%;
}
.box-items .lstVanBan {
  padding: 0;
}
.box-items .lstVanBan li {
  padding: 5px 7px;
  background: #f5f6f7;
  margin-bottom: 5px;
  border-radius: 5px;
  display: flex;
}
.box-items .lstVanBan li:hover {
  background: #eee;
}
.box-items .lstVanBan li i {
  font-size: 1rem;
  color: #fff;
  background: #3f51b5;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  margin-right: 10px;
  margin-top: 3px;
  height: fit-content;
  opacity: 0.7;
}
.box-items .lstVanBan li a {
  color: #333;
  font-size: 0.85rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  overflow: hidden;
}

.searchType .flex-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 7px 2px;
}

.searchType .flex-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 5px;
}
.searchType .flex-column .flex-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 7px 2px;
  padding-left: 2px;
  font-size: 0.9rem;
  padding-left: 15px;
}

.searchType .flex-column label {
  font-weight: 800;
}

.searchType.active {
  display: block;
}

#leftpanel .UI-DROP {
  margin-top: 7px;
}

#leftpanel .UI-DROP .ui-tieude {
  width: 100%;
  display: inline-block;
  align-self: center;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 2px;
}

#leftpanel .UI-DROP .UI-DDL {
  padding: 7px;
  height: 36px;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.sThuaDat .dropdown-menu {
  max-height: 350px;
  overflow: auto;
  width: 90%;
  padding-left: 21px;
  line-height: 34px;
}

#txtSoTo {
  margin-top: 5px;
}

.searchType .flex-column #txtSoThua, .searchType .flex-column #txtSoTo {
  margin-top: 5px;
}

.searchType {
  display: none;
}

.UI-DROP .UI-DDL {
  padding: unset;
}
