/* purgecss start ignore */

#select-language .ant-select-selection{
  color:#fff;
  background:rgba(255,255,255,.1019607843)
}

#select-language .ant-select-arrow{
  color:#fff !important
}

/* purgecss end ignore */
/* purgecss start ignore */

#layoutRuncode .ant-tabs{
  height:100%
}

#layoutRuncode .ant-tabs-nav{
  width:100%
}

#layoutRuncode .ant-tabs-content{
  height:90%
}

#layoutRuncode .ant-tabs-nav .ant-tabs-tab{
  width:calc(25% - 5px);
  text-align:center;
  margin-right:0;
  transition:all .5s
}

#layoutRuncode .ant-tabs-nav .ant-tabs-tab:hover{
  background:#666
}

#layoutRuncode .ant-tabs-tab-active{
  background:#666
}

#layoutRuncode .ant-tabs-ink-bar{
  background-color:red !important
}

#layoutRuncode .ant-tabs-tab-prev-icon{
  color:#fff
}

#layoutRuncode .ant-tabs-tab-prev-icon-target{
  font-size:20px
}

#layoutRuncode .ant-tabs-tab-next-icon{
  color:#fff
}

#layoutRuncode .ant-tabs-tab-next-icon-target{
  font-size:20px
}

/* purgecss end ignore */
/* purgecss start ignore */

.page-overlay-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
}

.center__frame {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center__frame .spinners {
  width: 100px;
  height: 100px;
  border-width: 0.5rem;
}

.lds-spinner {
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 37px;
  width: 6px;
  height: 25px;
  border-radius: 20%;
  background: #2b3647;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mask {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  transform: translate(-50%, -50%);
}

.loader:before {
  animation: before 2s infinite;
}

.loader:after {
  animation: after 2s infinite;
}

@keyframes before {
  0% {
    width: 0.5em;
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }

  35% {
    width: 2.5em;
    box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75),
      0 0.5em rgba(111, 202, 220, 0.75);
  }

  70% {
    width: 0.5em;
    box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75),
      1em 0.5em rgba(111, 202, 220, 0.75);
  }

  100% {
    box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75),
      -1em 0.5em rgba(111, 202, 220, 0.75);
  }
}

@keyframes after {
  0% {
    height: 0.5em;
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }

  35% {
    height: 2.5em;
    box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75),
      -0.5em 0 rgba(233, 169, 32, 0.75);
  }

  70% {
    height: 0.5em;
    box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75),
      -0.5em 1em rgba(233, 169, 32, 0.75);
  }

  100% {
    box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75),
      -0.5em -1em rgba(233, 169, 32, 0.75);
  }
}

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

/* purgecss end ignore */

/* purgecss start ignore */

.content {
  height: calc(100% - 64px);
  position: relative;
}

.Resizer.vertical {
  position: relative;
  display: flex;
  height: 100%;
  width: 0.75rem;
  cursor: move;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.Resizer.vertical:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.Resizer.vertical {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.Resizer.vertical::after {
  content: "";
  position: absolute;
  top: 20rem;
  left: 50%;
  height: 0.25rem;
  width: 0.25rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  --tw-translate-y: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.Resizer.vertical::before {
  content: "";
  position: absolute;
  top: 24rem;
  left: 50%;
  height: 0.25rem;
  width: 0.25rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -50%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.runcode_scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.runcode_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255,1);
}

.runcode_scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.runcode_scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.runcode_scroll::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

/* purgecss end ignore */
/* purgecss start ignore */

.flash_sale_line_left {
  animation-name: left_line;
  animation-delay: 2s;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform: rotate(45deg);
}

.marquee-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; /* Ẩn phần vượt quá */
}

.marquee-content {
  display: flex;
  grid-gap: 100px;
  gap: 100px;
  white-space: nowrap; /* Không xuống dòng */
  animation: marquee 30s linear infinite; /* Animation chạy liên tục */
  animation-play-state: running;
}

.marquee-content:hover {
  animation-play-state: paused; /* Dừng animation khi hover */
}

@keyframes left_line {
  0% {
    transform: rotate(55deg) translateY(0px);
  }

  50% {
    transform: rotate(55deg) translateY(0px);
  }

  100% {
    transform: rotate(55deg) translateY(990px);
  }
}

.flash_sale_line_right {
  animation-name: right_line;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform: rotate(55deg);
}

@keyframes right_line {
  0% {
    transform: rotate(55deg) translateY(0px);
  }

  100% {
    transform: rotate(55deg) translateY(-1000px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.banner-item {
  position: relative;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  background-color: gray;
}

.row-banner {
  max-width: 1280px;
  min-width: 768px;
  /* width: 100%; */
  /* height: 340px; */
  /* hoặc 400px, tuỳ bạn */
  margin: 0 auto;
}

.banner-image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.banner-image-left {
  width: 100%;
  height: 160px;
  object-fit: cover; /* khác object-fit: cover */
  border-radius: 7px;
  display: block;
  /* Ví dụ chỉnh thêm */
}

.slick-list {
  height: 100%;
}

.slick-track {
  display: flex !important; /* Flex để chia đều chiều cao */
  height: 100% !important;
  align-items: center;
}

.slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-list .slick-track {
  max-height: 340px;
  height: 340px;
}

.overlay {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  opacity: 0;
  transition: 0.3s ease;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  border-radius: 7px;
}

.banner-slide {
  position: relative;
}

.banner-slide:hover .overlay {
  opacity: 1;
  z-index: 9999;
}

.overlay-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.overlay-desc {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  max-height: 100px;
  overflow-y: auto;
}

.overlay-link {
  color: #fff;
  text-decoration: underline;
}

.overlay-link:hover {
  text-decoration: underline;
}

/* purgecss end ignore */
/* purgecss start ignore */

.quan-ly-cv .group_button{
  min-width:470px;
  padding:10px;
  height:100%
}

.quan-ly-cv .group_button .row{
  padding:5px 0;
  text-align:center;
  justify-content:space-around
}

.quan-ly-cv .quanLyCV__header{
  min-height:30vh
}

.quan-ly-cv .thong_ke{
  height:30vh
}

.quan-ly-cv .thong_ke .wrapper{
  padding:10px 10px 10px 0px
}

.quan-ly-cv .thong_ke .thongke__item{
  text-align:center;
  height:250px;
  width:250px;
  padding:10px;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.quan-ly-cv .thong_ke .thongke__item h5{
  font-size:2rem
}

/* purgecss end ignore */
/* purgecss start ignore */

.quanLyCV__lichSuUpdate{
  height:100%;
  padding:10px
}

/* purgecss end ignore */
/* purgecss start ignore */

.flash_sale_line_left {
  animation-name: left_line;
  animation-delay: 2s;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform-origin: center center;
  transform: rotate(45deg);
}

@keyframes left_line {
  0% {
    transform: rotate(55deg) translateY(0px);
  }

  50% {
    transform: rotate(55deg) translateY(0px);
  }

  100% {
    transform: rotate(55deg) translateY(990px);
  }
}

.flash_sale_line_right {
  animation-name: right_line;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  transform: rotate(55deg);
}

@keyframes right_line {
  0% {
    transform: rotate(55deg) translateY(0px);
  }

  100% {
    transform: rotate(55deg) translateY(-1000px);
  }
}

.flash_sale_container {
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.flash_sale_container::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.75s;
  animation: slide 1.5s infinite;
  z-index: 100;
}

@keyframes slide {
  0% {
    left: -100%;
  }

  100% {
    left: 125%;
  }
}

/* purgecss end ignore */

/* purgecss start ignore */

.loader {
  --sz: 7rem;
  width: calc(var(--sz) * 2);
  display: flex;
  justify-content: space-evenly;
}

.loader__sq {
  --p-sz: calc(var(--sz) / 4);
  --m-offset: calc((var(--p-sz) * -1) * 0.75);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  height: 100%;
  width: 50%;
}

.loader__sq::before, .loader__sq::after {
  width: var(--p-sz);
  height: var(--p-sz);
  content: "";
  position: relative;
  transform: translateY(calc((var(--sz) - var(--p-sz)) * -1));
  animation: loader-box-bounce 0.5s cubic-bezier(0.3, 0.5, 0.4, 0.95) calc(var(--i) * 0.06s) infinite alternate-reverse;
}

.loader__sq:first-of-type {
  margin-right: var(--m-offset);
}

.loader__sq:first-of-type::before {
  --i: 1;
  border: 3px solid #ff7ab5;
  border-radius: 50%;
}

.loader__sq:first-of-type::after {
  --i: 3;
  background-color: #c643fb;
}

@supports ((-webkit-clip-path: circle()) or (clip-path: circle())) {
  .loader__sq:first-of-type::after {
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
}

.loader__sq:nth-of-type(2)::before {
  --i: 2;
  border: 3px solid #ffb650;
}

.loader__sq:nth-of-type(2)::after {
  --i: 4;
  background-color: #2fe2dd;
  border-radius: 50%;
}

@supports ((-webkit-clip-path: circle()) or (clip-path: circle())) {
  .loader__sq:nth-of-type(2)::after {
    border-radius: 0;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
}

@keyframes loader-box-bounce {
  to {
    transform: translateY(0);
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.loader_text{
  width:100%;
  padding-top: 20px;
  font-size:25px;
  background: linear-gradient(to right, #d7e4e4 0%, #08671c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
}

/* purgecss end ignore */
/* purgecss start ignore */

.input-field {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-bottom: 45px;
}

.input-field label {
  position: absolute;
  top: 10px;
  left: 0;
  transition: 0.2s all;
  cursor: text;
  pointer-events: none;
}

.input-field label span{
  color: #d93025;
  font-size: 14px;
  margin-left: 5px;
}

.input-field input {
  border: 0;
  outline: 0;
  width: 100%;
  background: none;
  font-size: 16px;
  padding: 8px 10px 1px 0;
  /* border-bottom: 1px solid rgba(0,0,0,.12); */
}

.input-field input:focus~label,
  .input-field input:valid~label {
  font-size: 12px;
  top: -20px;
  color: #d4b03c;
}

.input-field .bar, 
  .input-field .bar{
  background-color: rgba(0,0,0,.12);
  height: 1px;
  width: 100%;
  position: relative;
}

.input-field input~.bar::after, 
  .input-field input~.bar::before{
  content: "";
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  transition: all .4s;
  background: transparent;
}

.input-field input:focus~.bar::after, 
  .input-field input:focus~.bar::before,
  .input-field input:valid~.bar::after, 
  .input-field input:valid~.bar::before{
  background: #d4b03c;
  width: 100%;
}

.input-error input:focus~.bar::after, 
  .input-error input:focus~.bar::before,
  .input-error input:valid~.bar::after, 
  .input-error input:valid~.bar::before{
  background: #d93025;
  width: 100%;
}

.input-field .error{
  color: tomato;
  font-size: 13px;
  position: absolute;
  top: 40px;
}

.ant-calendar-picker{
  width: 100%;
}

/* purgecss end ignore */
  
/* purgecss start ignore */

.select-field{
  margin-bottom: 0;
}

.select-field select{
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding-bottom: 5px;
  font-size: 14px;
}

.select-field label{
  font-weight: 600;
}

.select-field label span{
  color: #d93025;
  font-size: 14px;
  margin-left: 5px;
}

/* purgecss end ignore */
/* purgecss start ignore */

.radio-field{
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.radio-field > label{
  margin-bottom: 10px;
  font-weight: 600;
}

.radio-field .ant-radio-checked::after{
  border: 1px solid #d4b03c;
}

.radio-field .ant-radio-checked .ant-radio-inner{
  border-color: #d4b03c;
}

.radio-field .ant-radio-inner::after{
  background: #d4b03c;
}

.ant-radio-wrapper{
  white-space: normal !important;
  height: auto !important;
}

/* purgecss end ignore */
/* purgecss start ignore */

.nhaphoc .checkbox-field .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #d4b03c !important;
  border-color: #d4b03c;
}

/* purgecss end ignore */
/* purgecss start ignore */

.upload-field{
  margin-bottom: 0;
}

.upload-field .title label{
  margin-bottom: 15px;
  font-weight: 600;
}

.upload-field .title span{
  color: tomato;
  margin-left: 5px;
}

.upload-field small{
  font-size: 13px;
  color: tomato;
  margin-top: 5px;
}

/* purgecss end ignore */

/*# sourceMappingURL=main~748942c6.a6af25d2.chunk.css.map*/