:root {
  --primary: #4183bd;
  --greyLight: #23adade1;
  --greyLight-2: #cbe0dd;
  --greyDark: #2d4848;
}

.container-fluid {
  padding: 0 !important;
}

.wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.item-code {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.search-container {
  background-color: #0a314d;
  padding: 20px;
  display: flex;
  justify-content: center;
}

#search-home .content__body__right__item__infor__contract h5 {
  margin: 0px;
  color: #262626;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

#search-home .content__body__left__item__infor__notice--orange {
  background-color: #fc8003;
  padding: 4px 12px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

#search-home .content__body__left__item__infor__notice--blue {
  background-color: #366ae2;
  padding: 4px 12px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* margin-bottom: 12px; */
}

.itemTime {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
/* .itemTime > i{
    color: #0075db
} */
#search-home .content__body__right__item__infor__contract__right__text {
  text-align: end;
}

#search-home .content__body__left__item__infor__notice--another {
  background-color: #8867c9;
  padding: 4px 12px;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* margin-bottom: 12px; */
}

#search-home .content__body__right__item__infor__contract__right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.text-date {
  font-size: 25px;
  font-weight: bold;
  text-align: end;
}

.content__search__body__main button p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.search-title {
  color: #fff;
}

.content__search__body__main {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
  width: 500px;
}

.content__search__body__main input {
  flex: 1;
  height: 48px;
  outline: none;
  border: none;
  font-size: 14px;
  padding: 13px 16px;
}

.content__search__body__main button {
  background-color: #be8a4b;
  border: none;
  outline: none;
  padding: 12px 25px 12px 24px;
  height: 48px;
}

.content__body__left__item {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 16px;
  margin-top: 10px;
  max-width: 1250px;
  width: 100%;
  margin-bottom: 10px;
}

.content__body__left__item__infor__contract__other h6 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
#search-home .content__body__left__item__infor__contract__other h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #262626;
}
.item-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.format__text {
  font-size: 14px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 1; */
  /* line-clamp: 2; */
  -webkit-box-orient: vertical;
}

a {
  color: #1890ff;
  text-decoration: none !important;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

.format__text__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.content__body__left__item__infor__contract__name {
  color: #0f4871;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content__body__left__item__infor__contract__other {
  padding: 0px;
}

.content__body__right__item__infor__contract {
  padding-left: 30px;
}

.content__body__left__item__infor__code {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.tooltipData {
  display: none;
  position: absolute;
  background-color: #d9d8d8;
  border: 1px solid #d3d3d3;
  max-width: 500px;
  padding: 5px;
  z-index: 1000;
  color: black;
  border-radius: 5px;
  font-size: 14px;
}
.result-wrapper{
  max-width: 1250px;
   width: 100%;
   display: flex;
   flex-direction: row;
   gap: 20px;
   align-items: center;
}
.content__search__list{
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.content__search__title__option{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
/* .check-radio-group > label:nth-child(1) {
  height: 16px;
  width: 16px;
}
.radio-list{
  height: 16px;
  width: 16px;
} */
.content__body__right__item__infor__contract h5 {
  margin: 0px;
  color: #262626;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.content__body__left__item__infor__notice--be {
  background-color: #fae6bd;
  padding: 4px 12px;
  border-radius: 12px;
  color: #262626;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.div-show {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.button-show {
  /* width: 40px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #15a5f9;
  border-radius: 99px;
  margin-right: 10px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center; */
}
#search-home .content__body__right__item__infor__contract p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7a7a7a;
}

#search-home p {
  margin: 0;
}

.text-viewed {
  background-color: aliceblue !important;
}

.content__search__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0;
}

.button__search:hover {
  background-color: #a36822;
}

.main-container {
  padding: 0px 20px 40px 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
#loading-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.search__wrap {
  padding: 20px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__search__body__sub {
  outline: none;
  border-radius: 4px;
  background-color: rgba(256, 256, 256, 0.1);
  border: none;
  color: #ffffff;
  min-height: 48px;
  padding: 12px 25px 12px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-right: 12px;
}
.content__search__body__sub:hover {
  opacity: 0.7;
}
.content__excel__body__sub {
  outline: none;
  border-radius: 4px;
  background-color: rgba(24, 219, 46, 0.6);
  border: none;
  color: #ffffff;
  min-height: 48px;
  padding: 12px 25px 12px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-right: 12px;
}
.content__excel__body__sub:hover {
  background-color: rgba(24, 219, 46, 0.7);
}
.content__login__body__sub {
  outline: none;
  border-radius: 4px;
  background-color: rgba(12, 168, 255, 0.6);
  border: none;
  color: #ffffff;
  height: 48px;
  padding: 12px 25px 12px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  margin-right: 12px;
}
.content__login__body__sub:hover {
  background-color: rgba(12, 168, 255, 0.7);
}
.disabled {
  color: #cbcbcb !important;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  background: rgb(215 215 215 / 90%);
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
  padding: 0;
  margin: 0;
  height: 40px;
}

.pagination-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

#search-advantage-haunt .content__body__session__desc:nth-child(2) {
  flex-direction: column;
}

.page__numbers,
.page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
  cursor: pointer;
}
.page__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 10px;
  cursor: pointer;
}
.page__dots {
  width: 2.6rem;
  height: 2.6rem;
  color: var(--greyLight);
  cursor: default;
}

.page__numbers {
  width: 32px;
  height: 32px;
  border-radius: 0.4rem;
  border: 1px solid #afafaf;
}

.page__numbers:hover,
.page__btn:hover {
  color: var(--primary);
}

.page__numbers.active {
  color: #ffffff;
  background: var(--primary);
  font-weight: 600;
  border: 1px solid var(--primary);
}

.page__btn {
  color: var(--greyDark);
}

.page__btn .material-icons {
  pointer-events: none;
}

#search-advantage-haunt .content__body__session {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

#search-advantage-haunt .content__body__session__title {
  flex: 1.55;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}

#search-advantage-haunt .content__body__session__title {
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-right: 12px !important;
}

#search-advantage-haunt .content__body__session__desc {
  display: flex;
  flex: 8.5;
}

.width_date_space_antdv {
  width: 8%;
  margin: 0 10px 0 10px;
}

.search-input-date {
  width: 100%;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  color: #999999;
}

.search-input-date:focus {
  outline: none;
}

#search-advantage-haunt {
  padding: 20px;
}

#search-advantage-haunt .content__body__session__desc__input {
  width: 100%;
  /* height: 32px; */
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding-left: 12px;
  margin-top: 8px;
  font-size: 14px;
}

.modal-title-custom {
  width: 100%;
  text-align: center;
}

#search-advantage-haunt .content__body__session__desc > div {
  display: flex;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

#search-advantage-haunt .check-box-group-2 label {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}

#search-advantage-haunt .check-box-group-2 label {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.check-box-group-2 input {
  accent-color: #0f4871;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.content__wrapper {
  overflow: hidden;
  padding: 8px 16px;
  width: 100%;
  max-width: 1250px;
}
.icon-reset {
  margin-left: 8px;
  margin-top: 8px;
  color: rgba(12, 168, 255, 1);
  cursor: pointer;
  padding: 4px;
  background-color: #e7e7e7;
  border-radius: 4px;
}
.text-10-500 {
  font-size: 10px;
  font-weight: 500;
}
.text-12-500 {
  font-size: 12px;
  font-weight: 500;
}
.text-12-600 {
  font-size: 12px;
  font-weight: 600;
}
.search__box__tags {
  margin-right: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.search__tags__flex {
  display: flex;
  align-items: center;
  width: auto;
}
.tags-default {
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 100px;
  padding: 5px 12px;
  color: #575757;
  margin-left: 8px;
  cursor: pointer;
  margin-top: 8px;
}
.tags-default-item {
  font-weight: 500;
  background: #f5f5f5;
  border-radius: 100px;
  padding: 2px 8px;
  color: #575757;
  margin-right: 5px;
  cursor: pointer;
}
.search__tags__flex.active {
  background-color: #0084ce;
  color: #fff;
}
.search__tags__flex-item {
  display: flex;
  align-items: center;
  width: auto;
}
.search__tags__flex-item.active {
  background-color: #dfdfdf;
  color: #101010;
}
#search-home .content__body__right__item__infor__contract {
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.result-text{
  margin-top: 16px !important;
  padding: 0 20px;
}
.btn-account{
  height: 48px;
  margin-right: 12px;
}
@media (max-width: 992px) {
  .content__search__body {
    flex-wrap: wrap;
    gap: 8px;
  }
  .item-tag {
    margin-bottom: 5px;
}
}
@media (max-width: 768px) {
  #search-home .content__body__right__item__infor__contract {
    padding: 0px 12px;
    justify-content: flex-start;
}
.item-time-wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.item-time-wrap p{
  margin-top: 0px !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #262626 !important;
}
#search-home .content__body__right__item__infor__contract h5 {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #595959 !important;
}
}
/* @media (min-width: 576px) {
  .search__wrap {
    display: flex !important;
  }
} */
@media (max-width: 576px) {
  .search-container {
    padding: 10px;
  }
  .content__search__body__main {
    width: 100%;
    margin-right: 0;
  }
  .result-text{
    font-size: 14px;;
    margin-top: 12px !important;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .btn-account{
    height: 38px;
    margin-right: 0px;
  }
  .devider {
    display: none;
  }
  .item-code {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
  .item-time-wrap p{
    font-size: 13px !important;
  }
  #search-home .content__body__right__item__infor__contract h5 {
    font-size: 13px !important;
  }
  .search__wrap {
    padding: 10px 10px 0;
    display: none;
  }
  .content__wrapper {
    padding: 0px 5px;
  }
  .content__excel__body__sub,
  .content__search__body__sub,
  .content__login__body__sub,
  .content__search__body__main button,
  .content__search__body__main input {
    min-height: 38px;
    padding: 6px 12px 6px 12px;
    margin-right: 0;
    font-size: 13px;
  }
  .result-wrapper{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .tags-default {
    padding: 3px 6px;
    margin-top: 5px;
  }
  .main-container {
    padding: 0px 10px 40px 10px;
  }
  .content__body__left__item {
    margin-top: 5px;
    padding: 8px 10px;
    margin-bottom: 0;
  }
  /* .item-tag {
    place-content: flex-end;
  } */
  .item-tag {
    margin-bottom: 0px;
}
  .content__body__left__item__infor__contract__other h6 span {
    font-size: 13px;
    margin-bottom: 0;
  }
  #search-home .content__body__left__item__infor__contract__other h6 {
    font-size: 13px;
    margin-bottom: 0;
  }
  #search-home .content__body__right__item__infor__contract h5 {
    font-size: 13px;
  }
  .text-date {
    font-size: 20px;
  }
  #search-home .content__body__right__item__infor__contract p {
    margin-top: 0px;
  }
  .content__body__left__item__infor__contract__name {
    margin-bottom: 0px;
    margin-top: 4px;
    font-size: 16px;
  }
  .content__body__left__item__infor__code {
    font-size: 13px;
  }
  .page__numbers {
    width: 28px;
    height: 28px;
  }
  .page {
    height: 40px;
    padding: 0;
  }
  .page__numbers,
  .page__dots {
    margin: 2px;
  }
  .page__dots {
    width: 15px;
    height: 15px;
  }
  /* .div-show {
    display: block;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  } */
}
#jsoneditor {
  width: 100%;
  height: 400px;
}