@charset "UTF-8";
.ant-empty-description {
  /* Thay đổi màu và font chữ */
  display: none; }

.ant-empty-image::after {
  /* Thay đổi nội dung */
  content: "Vui lòng chọn dữ liệu trong danh mục"; }

.ant-empty-image {
  color: #2d2d2d; }

.btn-reNew {
  border: none;
  color: white;
  background: #0f4871;
  border-radius: 8px;
  padding: 9px 16px;
  height: 100%;
  width: 20px; }

.infomation__content {
  word-break: break-word; }

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

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

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

.tag-new {
  background-color: red;
  color: white;
  padding: 0px 10px;
  border-radius: 27px 0px 27px 10px;
  margin-left: 8px;
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 9px; }

.filter__modal__keyword__btn {
  border: none;
  padding: 0px 9px;
  border-radius: 8px;
  background-color: #0f4871;
  color: #ffffff; }

.highlight {
  color: red; }

.filter__modal__keywork__tag {
  background-color: #f5f5f5;
  padding: 4px 8px;
  font-size: 12px;
  margin: 4px;
  border-radius: 1rem;
  color: #595959; }

.ant-select-dropdown-menu-item {
  font-weight: 500 !important; }

.ant-select-selection-selected-value {
  font-weight: 500 !important; }

.content__search__list {
  align-self: auto !important; }

::-webkit-scrollbar {
  height: 10px;
  width: 10px; }

.width-150 {
  width: 150px !important; }

.new-logo-personal-page {
  font-size: 10px;
  font-weight: 700;
  padding-top: 0.2em;
  position: relative;
  top: 73%;
  left: 45%;
  transform: translate(-50%, -50%);
  right: 12px;
  background: #E14337;
  color: #ffffff;
  border-radius: 8px 0px;
  height: 20px;
  width: 20px; }

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

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

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

.download__guide {
  width: 100%;
  font-style: italic;
  cursor: pointer;
  color: #be8a4b; }

.content__search__title__option label:nth-child(2) {
  opacity: 1 !important; }

.content__search__item .label {
  opacity: 1 !important; }

#home .content__body__options__item__text {
  font-size: 20px !important; }

a.tags-tab.active.test {
  background: #F5C0BC; }

.new_nav_tab:has(.active) {
  color: white;
  background: #be8a4b;
  border-bottom: 2px solid; }

.new_nav_tab .active {
  color: white !important; }

.new_nav_tab a {
  color: #595959 !important; }

.new_nav_tab {
  background: #FFF5E1;
  padding: 8px 32px;
  color: #595959; }

#search-home .content__body__left__nav {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  width: 100%;
  justify-content: space-between; }

.pagination {
  margin: 0; }

@media (max-width: 1024px) {
  #search-home .content__body__left__nav {
    flex-direction: column; }
  .pagination {
    margin: 10px 0px 10px 0px; } }

.el-tooltip__popper {
  width: 300px !important; }

.width_date_antdv {
  width: 47%; }

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

th {
  background: #fafafa !important; }

.el-tooltip__popper {
  width: 300px !important; }

select.form-control {
  background-image: none; }

.el-pagination.is-background {
  padding: 0px; }

.el-pagination.is-background .el-pager li:not(.disabled).active,
.el-pager li:hover {
  background-color: #0f4871 !important;
  color: #FFFFFF !important; }

a {
  cursor: pointer; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.search-button:hover {
  background-color: #a36822; }

.format__text {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.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__notice--be {
  background-color: #fae6bd;
  padding: 4px 12px;
  border-radius: 12px;
  color: #262626;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; }

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

.disable_select_filter {
  cursor: not-allowed !important; }

.egp-field-error-msg {
  color: red;
  font-size: 13px; }

.field-error {
  border: 1px solid red !important; }

.cancel-choose-filter {
  color: white;
  background-color: #0f4871;
  padding: 0px 16px;
  border-radius: 8px;
  outline: none;
  border: none;
  margin-left: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px; }

.cancel-choose-filter:hover {
  background-color: #0f4871; }

@media (max-width: 740px) {
  .width_date_space_antdv {
    place-self: self-start !important;
    width: 100%; }
  #search-advantage-haunt .check-radio-group {
    margin-right: 0px !important; }
  #search-advantage-haunt div.check-radio-parent div {
    margin-right: 0px !important; }
  .left__container {
    padding-right: 15px !important;
    padding-left: 0px !important;
    margin-top: 7px; } }

.text_note_number {
  position: relative;
  top: -5px;
  font-size: 12px;
  font-weight: 600; }

.auction-container {
  background-color: white;
  padding: 20px;
  text-align: center;
  width: 100%; }

.countdown-container {
  background-color: #FAFBFC;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #FAFBFC; }

.countdown-timer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  align-items: center; }

.time-box {
  text-align: center; }

.time-box div {
  width: 140px;
  font-size: 32px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  /* Căn giữa theo chiều ngang */
  align-items: center;
  /* Căn giữa theo chiều dọc */
  height: 60px;
  /* Chiều cao của phần tử */
  border-radius: 8px;
  background: #be8a4b; }

.time-box-lot div {
  width: 140px;
  font-size: 32px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  /* Căn giữa theo chiều ngang */
  align-items: center;
  /* Căn giữa theo chiều dọc */
  height: 60px;
  /* Chiều cao của phần tử */
  border-radius: 8px;
  background: #C8291E; }

.time-box p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  color: #0a314d; }

.time-box-text {
  font-size: 24px;
  margin: 0px 12px;
  color: black;
  display: flex;
  align-items: center; }

.time-text {
  font-size: 24px;
  margin: 0 10px 10px 10px;
  color: #0a314d; }

.current-price {
  background: #fff5eb;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  /*border: 1px solid #F2E8DB;*/
  min-height: 240px; }

.text-up {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: center; }

.text-down {
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
  color: #0F4871;
  margin-top: 24px; }

.font-700 {
  font-weight: 700; }

.text-mini {
  font-size: 14px;
  color: #0A314D; }

.line {
  border-left: 1px solid #B3BAC5;
  margin: 0 10px; }

.price-box p {
  font-size: 14px;
  color: #555; }

.price-box h3 {
  font-size: 18px;
  color: #1677ff;
  margin-top: 10px; }

.header-text {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  width: 100%;
  margin-bottom: 16px; }

.price-container {
  min-width: 1000px;
  margin-right: 23px; }

.text-down-lot {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ff751a;
  margin-top: 24px; }

.flash {
  background-color: #be8a4b;
  animation: flash-animation 0.8s ease-in-out 2; }

.flash-text {
  color: white; }

@keyframes flash-animation {
  0% {
    background-color: #064d69; }
  100% {
    background-color: transparent; } }

.table-custom {
  padding: 0 !important;
  margin: 5px 0px !important;
  /*max-height: 190px !important;*/
  max-height: max-content !important;
  overflow-y: auto; }

.item-table-fixed {
  height: 700px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto; }

.item-table-fixed table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0; }

.item-table-fixed thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #dee2e6; }

.item-table-fixed table td {
  position: unset; }

@media (max-width: 1200px) {
  .text-down-lot {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 1660px) {
  .text-down-lot {
    font-size: 28px;
    line-height: 36px; } }

@media (min-width: 741px) and (max-width: 1366px) {
  .width_date_space_antdv {
    place-self: self-start !important;
    width: auto !important; } }

.anticon {
  vertical-align: 0px !important; }

.word-white {
  color: #fff !important; }