.h-text-center {
  text-align: center !important;
}

.datepicker table tr td,
.datepicker table tr th {
  width: 31px !important;
}

.h-text-right {
  text-align: right !important;
}

.h-text-left {
  text-align: left !important;
}

.h-bold {
  font-weight: bold !important;
}

.h-max {
  width: 100% !important;
}

.h-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h-tab-project .h-item {
  height: 45px;
  font-weight: bold;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  width: 8%;
}

.h-tab-project .h-item:not(:last-child) {
  border-right: 0;
}

.h-tab-project .h-item.active {
  color: #fff;
  background-color: #2E47A3;
}

.hover-underline:hover {
  text-decoration: underline;
  cursor: pointer;
}

.h-custom-popup .h-popup-header.has-tab-file span {
  font-weight: normal;
}

.h-custom-popup .h-popup-header.has-tab-file .h-main-tab-file {
  display: flex;
  align-items: center;
}

.h-del-rp {
  border: none;
  background: none;
}

.h-custom-popup .h-popup-header.has-tab-file .h-main-tab-file .h-tab-file {
  cursor: pointer;
  width: 96px;
}

.h-custom-popup .h-popup-header.has-tab-file .h-main-tab-file .h-tab-file:hover span {
  font-weight: bold;
}

.h-custom-popup .h-popup-header.has-tab-file .h-main-tab-file .h-tab-file.active span {
  font-weight: bold;
}

.h-ct {
  font-size: 24px;
  /* color: #b0adad; */
  color: #999999;
  font-weight: 900;
}

.h-delete-task {
  position: absolute;
  cursor: pointer;
  left: 14px;
  bottom: 103px;
  border: 1px solid gray;
  border-radius: 3px !important;
  padding: 2px;
}

.h-delete-task img {
  width: 30px;
}

.h-ct.active {
  /* color: red; */
  color: #F33838;
}

.bgr-f7 {
  background-color: #f7f7f8;
}

.toast {
  width: 350px;
  max-width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 0.25rem !important;
  height: 65px;
  padding: 10px;
  /* background-color: #198754; */
  transition: opacity .15s linear;

}

#toast {
  z-index: 103;
}

.toast-body {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.h-bg-success {
  background-color: #198754 !important;
}

.h-bg-fail {
  background-color: #dc3545 !important;
}

.h-border-rad-6 {
  border-radius: 6px !important;
}

.h-pointer {
  cursor: pointer;
}

.h-row .col-1 {
  width: 8.33333%;
}

.h-row .col-2 {
  width: 16.66667%;
}

.h-row .col-3 {
  width: 25%;
}

.h-row .col-4 {
  width: 33.33333%;
}

.h-row .col-5 {
  width: 41.66667%;
}

.h-row .col-6 {
  width: 50%;
}

.h-row .col-7 {
  width: 58.33333%;
}

.h-row .col-8 {
  width: 66.66667%;
}

.h-row .col-9 {
  width: 75%;
}

.h-row .col-10 {
  width: 83.33333%;
}

.h-row .col-11 {
  width: 91.66667%;
}

.h-row .col-12 {
  width: 100%;
}

.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.selectProject2 .popover {
  top: 152.141px !important;
  left: 876.641px !important;
}

.selectProject2 .popover-content {
  width: 260px;
}

.selectProject2 .h-select-project:not(:last-child) {
  margin-bottom: 10px;
}

.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.a-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.a-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.a-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.a-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.j-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*
  spacing 5^n {n <= 6}
  padding 5^n {n <= 6}
  margin 5^n {n <= 6}
*/
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

#no-data {
  height: 100%;
  font-size: 30px;
  background-color: #fff;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.width-0 {
  width: 0px !important;
}

.width-5 {
  width: 5px !important;
}

.width-10 {
  width: 10px !important;
}

.width-15 {
  width: 15px !important;
}

.width-20 {
  width: 20px !important;
}

.width-25 {
  width: 25px !important;
}

.width-30 {
  width: 30px !important;
}

.width-35 {
  width: 35px !important;
}

.width-40 {
  width: 40px !important;
}

.width-45 {
  width: 45px !important;
}

.width-50 {
  width: 50px !important;
}

.width-55 {
  width: 55px !important;
}

.width-60 {
  width: 60px !important;
}

.width-65 {
  width: 65px !important;
}

.width-70 {
  width: 70px !important;
}

.width-75 {
  width: 75px !important;
}

.width-80 {
  width: 80px !important;
}

.width-85 {
  width: 85px !important;
}

.width-90 {
  width: 90px !important;
}

.width-95 {
  width: 95px !important;
}

.width-100 {
  width: 100px !important;
}

.width-105 {
  width: 105px !important;
}

.width-110 {
  width: 110px !important;
}

.width-115 {
  width: 115px !important;
}

.width-120 {
  width: 120px !important;
}

.width-125 {
  width: 125px !important;
}

.width-130 {
  width: 130px !important;
}

.width-135 {
  width: 135px !important;
}

.width-140 {
  width: 140px !important;
}

.width-145 {
  width: 145px !important;
}

.width-150 {
  width: 150px !important;
}

.width-155 {
  width: 155px !important;
}

.width-160 {
  width: 160px !important;
}

.width-165 {
  width: 165px !important;
}

.width-170 {
  width: 170px !important;
}

.width-175 {
  width: 175px !important;
}

.width-180 {
  width: 180px !important;
}

.width-185 {
  width: 185px !important;
}

.width-190 {
  width: 190px !important;
}

.width-195 {
  width: 195px !important;
}

.width-200 {
  width: 200px !important;
}

.width-205 {
  width: 205px !important;
}

.width-210 {
  width: 210px !important;
}

.width-215 {
  width: 215px !important;
}

.width-220 {
  width: 220px !important;
}

.width-225 {
  width: 225px !important;
}

.width-230 {
  width: 230px !important;
}

.width-235 {
  width: 235px !important;
}

.width-240 {
  width: 240px !important;
}

.width-245 {
  width: 245px !important;
}

.width-250 {
  width: 250px !important;
}

.width-255 {
  width: 255px !important;
}

.width-260 {
  width: 260px !important;
}

.width-265 {
  width: 265px !important;
}

.width-270 {
  width: 270px !important;
}

.width-275 {
  width: 275px !important;
}

.width-280 {
  width: 280px !important;
}

.width-285 {
  width: 285px !important;
}

.width-290 {
  width: 290px !important;
}

.width-295 {
  width: 295px !important;
}

.width-300 {
  width: 300px !important;
}

.width-305 {
  width: 305px !important;
}

.width-310 {
  width: 310px !important;
}

.width-315 {
  width: 315px !important;
}

.width-320 {
  width: 320px !important;
}

.width-325 {
  width: 325px !important;
}

.width-330 {
  width: 330px !important;
}

.width-335 {
  width: 335px !important;
}

.width-340 {
  width: 340px !important;
}

.width-345 {
  width: 345px !important;
}

.width-350 {
  width: 350px !important;
}

.width-355 {
  width: 355px !important;
}

.width-360 {
  width: 360px !important;
}

.width-365 {
  width: 365px !important;
}

.width-370 {
  width: 370px !important;
}

.width-375 {
  width: 375px !important;
}

.width-380 {
  width: 380px !important;
}

.width-385 {
  width: 385px !important;
}

.width-390 {
  width: 390px !important;
}

.width-395 {
  width: 395px !important;
}

.width-400 {
  width: 400px !important;
}

.width-405 {
  width: 405px !important;
}

.width-410 {
  width: 410px !important;
}

.width-415 {
  width: 415px !important;
}

.width-420 {
  width: 420px !important;
}

.width-425 {
  width: 425px !important;
}

.width-430 {
  width: 430px !important;
}

.width-435 {
  width: 435px !important;
}

.width-440 {
  width: 440px !important;
}

.width-445 {
  width: 445px !important;
}

.width-450 {
  width: 450px !important;
}

.width-455 {
  width: 455px !important;
}

.width-460 {
  width: 460px !important;
}

.width-465 {
  width: 465px !important;
}

.width-470 {
  width: 470px !important;
}

.width-475 {
  width: 475px !important;
}

.h-hidden {
  display: none !important;
}

.width-480 {
  width: 480px !important;
}

.width-485 {
  width: 485px !important;
}

.width-490 {
  width: 490px !important;
}

.width-495 {
  width: 495px !important;
}

.width-500 {
  width: 500px !important;
}

.h-task-manage .h-text-normal {
  font-size: 13px;
  color: #333;
}

.h-font-12 {
  font-size: 12px !important;
}

.h-line-col {
  bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  color: #EFEEF0;
}

.h-task-manage .h-avatar {
  width: 35px;
  height: 35px;
  border: 0;
  object-fit: cover;
  margin-right: 3px;
  position: relative;
  border-radius: 50% !important;
  display: none;
}

.h-block-list-task {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
}

.h-mb-rian-choose {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 7px;
  border-radius: 7px !important;
}

.h-mb-rian-choose2 {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  border-radius: 7px !important;
  background: #fff;
}

.h-custom-select .h-select-option {
  font-size: 14px;
  padding: 6px 12px;
}

.height-35 {
  height: 35px !important;
}

.height-32 {
  height: 32px !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.h-header .h-title {
  font-size: 24px;
}

.j-column {
  flex-direction: column;
}

.h-clr-red {
  color: red;
}

.h-text-red {
  color: red;
  font-size: 17px;
  font-weight: bold;
}

.text-inform {
  text-decoration: underline;
  color: #3F48CC;
}

.h-btn-status span {
  color: #919191;
  font-size: 12px;
}

.h-btn-status {
  width: 100px;
  font-size: 13px;
  background: #fff;
  height: 32px;
  margin-right: 10px;
}

.h-btn-status.btn-skip {
  border: 1px solid #B5B5B5;
  color: #5d5559;
}

.h-btn-status.btn-stuck {
  border: 1px solid #E2445C;
  color: #E2445C;
}

.h-btn-status.btn-checking {
  border: 1px solid #5559DF;
  color: #5559DF;
}

.h-btn-status.btn-ongoing {
  border: 1px solid #579BFC;
  color: #579BFC;
}

.h-btn-status.btn-create {
  border: 1px solid #F68C3A;
  color: #F68C3A;
}

.h-btn-status.btn-all {
  border: 1px solid #2B3643;
  color: #2B3643;
  background: #fff;
  font-weight: bold;
}

.h-task-manage .h-line-bottom {
  border-bottom: 1px solid #eef1f5;
  padding-bottom: 10px;
}

.h-task-manage .h-body .h-item-header.header-dark-bgr {
  background-color: #3C4E6A;
}

.h-task-manage .h-body .h-item-add.header-dark-clr {
  color: #3C4E6A;
}

.h-task-manage .h-body .h-item-header.header-violet-bgr {
  background-color: #6673ED;
}

.h-task-manage .h-body .h-item-add.header-violet-clr {
  color: #6673ED;
}

.h-task-manage .h-body .h-item-header.header-code-bgr {
  background-color: #2D62A2;
}

.h-task-manage .h-body .h-item-add.header-code-clr {
  color: #2D62A2;
}

.h-task-manage .h-body .h-item-header {
  width: 330px;
  padding: 7px 0 7px 40px;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  cursor: pointer;
  background-image: url(../img/arrow_down.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 13px;
  background-position-y: 13px;
}

.h-task-manage .h-body .h-item-header {}

.h-design .design-header.has-hidden .h-item-header {
  border-radius: 8px !important;
  background-image: url(../img/arrow_up.png);
}

.h-design .design-header.has-hidden~.h-body-task {
  display: none;
}

.h-design .design-header.has-hidden .h-item-add {
  display: none;
}

.h-design-file .design-folder-header.has-hidden .h-item-header {
  border-radius: 8px !important;
  background-image: url(../img/arrow_up.png);
}

.h-design-file .design-folder-header.has-hidden~.design-folder-body {
  display: none;
}

.h-design-file .design-folder-header.has-hidden .h-item-add {
  display: none;
}


.h-task-manage .h-body .h-item-add {
  width: 125px;
  background-color: #fff;
  cursor: pointer;
  color: #3C4E6A;
  font-size: 15px;
}

.h-task-manage .h-body .h-item-header span {
  font-size: 18px;
  color: #fff;
}

.h-task-manage .h-body .h-design-file .design-folder-body {
  background-color: #FBFCFD;
  border: 1px solid #E7ECF1;
  padding: 15px 18px;
}

.h-design-file .design-folder-body .h-item {
  background: #fff;
  border: 1px solid #EFF1F3;
  border-radius: 6px !important;
  width: 133px;
  height: 114px;
  position: relative;
  cursor: pointer;
}

.h-design-file .design-folder-body .h-item img {
  position: absolute;
  height: 98px;
  width: 133px;
  object-fit: cover;
}

.h-task-manage .h-body .h-design-file .design-folder-body .h-name-destination {
  color: #353A4A;
  font-weight: bold;
  padding-bottom: 15px;
}

.h-task-manage .h-body .h-design-file .design-folder-body .h-btn-back-folder {
  height: 100%;
  background: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 5px !important;
  margin-right: 10px;
  font-size: 11px;
  width: 42px;
}

.h-task-manage .h-body .h-design-file .design-folder-body .h-icon-back-folder {
  margin: auto;
  top: 0px;
  bottom: 32px;
  left: 0px;
  right: 0;
}

.h-design-file .design-folder-body .h-item .h-select-action {
  border-radius: 3px !important;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
}

.h-task-manage .h-body .h-design-file .design-folder-body .h-next-image {
  position: absolute;
  width: 39px;
  height: 43px;
  background: rgb(0 0 0 / 56%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
  cursor: pointer;
}

.h-design-file .design-folder-body .h-download-all {
  margin-right: 30px;
  color: #7C828D;
  height: 26px;
  border: 1px solid #DCDEE3;
  background: #fff;
  font-size: 12px;
}

.h-design-file .design-folder-body .h-download-all::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #EFEEF0;
  right: 81px;
  height: 16px;
}

.h-task-manage .h-body .h-design-file .design-folder-body .h-view-all {
  margin-top: 5px;
  font-size: 12px;
  text-decoration: underline;
}

.h-design-file .design-folder-body .h-download-all img {
  width: 10px
}

.h-design-file .design-folder-body .h-item .folder-detail {
  background: rgb(200 200 200 / 50%) !important;
  bottom: 0;
  position: absolute;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: start;
  background: #F1F1F4;
  padding-left: 10px;
}

.h-font-13 {
  font-size: 13px !important;
}

.h-font-14 {
  font-size: 14px !important;
}

.h-font-15 {
  font-size: 15px !important;
}

.h-font-12 {
  font-size: 12px;
}

.h-font-11 {
  font-size: 11px !important;
}

.no-wrap {
  flex-wrap: nowrap;
}

.h-design-file .design-folder-body .h-item-add {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #EFF1F3;
  width: 133px;
  height: 114px;
  color: #3C4E6A;
  font-size: 16px;

}

.h-task-manage .h-body .h-body-task {
  padding: 0 15px 5px 15px;
}

.h-task-manage .h-body .h-body-task .h-body-detail {
  margin-top: 3px;
  margin-bottom: 3px;
  border-right: 1px solid #E7ECF1;
  border-top: 1px solid #E7ECF1;
}

.h-task-manage .h-body .h-body-task .h-body-detail:last-child {
  border-bottom: 1px solid #E7ECF1;
}

.h-task-manage .h-body .h-body-task .h-body-detail.body-left-color-1 {
  border-left: 3px solid red;
}

.h-task-manage .h-body .h-body-task .h-body-detail.body-left-color-2 {
  border-left: 3px solid #0079BF;
}

.h-task-manage .h-body .h-body-task .h-body-detail.body-left-color-3 {
  border-left: 3px solid #FF9F1A;
}

.h-task-manage .h-body .h-body-task .h-body-detail:nth-child(even) {
  background-color: #fff;
}

.h-task-manage .h-body .h-body-task .h-body-detail:nth-child(odd) {
  background-color: #FBFCFD;
}

.h-line {
  /* 	border-left: 1px solid #EFEEF0;
	height: 30px;
	margin: 0 15px; */
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap;
  margin-right: 15px;
  margin-left: 15px;
}

.h-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background-color: #EFEEF0;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status {
  width: 60px;
  height: 20px;
  font-size: 12px;
  color: #fff;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-orange {
  background-color: #FDAB3D;
}

.color-orange {
  color: #FF871D;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-ongoing {
  background-color: #579BFC;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-checking {
  background-color: #5559DF;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-stuck {
  background-color: #E2445C;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-skip {
  background-color: #B5B5B5;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-items-status.bgr-done {
  background-color: #009757;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-progress {
  color: #BDBDBD;
  font-size: 10px;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-percent {
  padding-top: 2px;
  padding-left: 2px;
  display: flex;
  font-size: 12px;
  color: #677785;
  background: #EBEEFA;
  width: 40px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 15px !important;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-urgent {
  margin-left: 5px;
  width: 53px;
  height: 20px;
  background: #FFD9E6;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FF5A92;
  border-radius: 15px !important;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-high {
  margin-left: 5px;
  width: 53px;
  height: 20px;
  background: #FFE4CC;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #FF9639;
  border-radius: 15px !important;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-normal {
  margin-left: 5px;
  width: 53px;
  height: 20px;
  background: #D5F5E2;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #35AC80;
  border-radius: 15px !important;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-low {
  margin-left: 5px;
  width: 53px;
  height: 20px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 15px !important;
  background: #F0F2F3;
  color: #C9BCCB;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat.no-read {
  background: #3765DB;
  width: 45px;
  height: 31px;
  border-radius: 15px !important;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat.no-read {
  width: 41px;
  background-image: url(../img/chat.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 8px;
  background-position-y: 9px;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat.no-read span {
  color: #fff;
  padding-left: 20px;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat span {
  color: black;
  padding-left: 20px;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat {
  background: #fff;
  width: 45px;
  height: 31px;
  border-radius: 15px !important;
  border: 1px solid #E1E6EE
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat {
  width: 41px;
  background-image: url(../img/chat_black.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position-x: 7px;
  background-position-y: 8px;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat.no-chat {
  background-position-x: center;
  background-position-y: center;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-chat.no-read.no-chat {
  background-position-x: center;
  background-position-y: center;
}

.h-task-manage .h-body .h-body-task .h-body-detail .h-add-new-member {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
  background: #DFE1E6;
  border-radius: 100% !important;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding-top: 5px;
}

.h-hidden {
  display: none;
}

.h-task-manage .h-btn-add-gr {
  padding: 60px 0;
}

.h-task-manage .h-btn-add-gr .h-item {
  height: 42px;
  border: 1px dotted #B9BEC7 !important;
  background: #fff;
  width: 100%;
  color: #89898a;
  border-radius: 6px !important;
  cursor: pointer;
}

.h-task-popup .h-body-task {
  padding: 35px 25px;
}

.h-task-popup .h-body-task .title-popup {
  color: #8D8D8D;
  font-size: 12px;
  margin-bottom: 7px;
}

.h-color-red {
  color: red;
}

.h-color-green {
  color: green;
}

.h-task-popup .h-body-task .left .h-task-content-box {
  border: 1px solid #DFE1E7;
  padding: 15px 10px;
  min-height: 165px;
}

.h-task-popup .h-body-task .left .h-img-task-file {
  width: 144px;
  background-size: cover;
  background-image: url(../img/image_example.png);
  background-repeat: no-repeat;
  height: 144px;
  background-position: center;
  border: 1px solid #e9edf0;
}

.h-task-popup .h-body-task .left .h-drop-zone {
  width: 144px;
  height: 144px;
  border: 3px dashed #a8a8a8;
  cursor: pointer;
}

.h-task-popup .h-body-task .left .h-drop-zone-over {
  border-style: solid;
  background-color: #5865650d;
  opacity: 0.5;
}

.h-relative {
  position: relative;
}

.h-absolute {
  position: absolute;
}

.h-task-popup .h-body-task .h-remove-img {
  background-image: url(../img/remove_text_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer;
  background-size: contain;
  right: -5px;
  top: -5px;
}

.h-task-popup .h-body-task .left .h-img-name {
  font-weight: bold;
  padding-top: 12px;
  color: #5C5C5C
}

.h-task-popup .h-body-task .left .h-img-edit {
  cursor: pointer;
  width: 15px;
  margin-left: 8px;
}

.h-error-name {
  padding: 0 8px;
  height: 34px;
  border: 1px solid #DFE1E7;
  width: 144px;
  margin-top: 5px;
}

.h-icon-error {
  width: 20px;
  padding-top: 5px;
  cursor: pointer;
}

.h-task-popup .h-body-task .left .h-comment-box {
  padding: 20px 17px;
  border: 1px solid #E5E8EC;
  background-color: #F5F8F9;
  min-height: 250px;
  height: 250px;
  overflow-y: auto;
}

.h-task-popup .h-body-task .left .h-comment-box .h-avatar {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50% !important;
}

.h-task-popup .h-body-task .left .h-comment-box .h-minutes {
  font-weight: 400;
  margin-left: 5px;
  color: gray;
}

.h-task-popup .h-body-task .left .h-comment-box .h-comment-main:nth-child(n+2) {
  padding-top: 25px;
}

.h-task-popup .h-body-task .left .h-comment-write {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.h-task-popup .h-body-task .left .h-comment-write .comment-item {
  background: #F5F8F9;
  border-right: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
}

.h-task-popup .h-body-task .left .h-comment-write .h-textarea {
  margin: 4px;
  width: 506px;
  min-height: 38px;
  height: 38px;
  border: 1px solid #E4EAEC;
  background: #F7F7F7;
  resize: vertical;
}

.h-color-gray {
  color: #8D8D8D;
}

.h-color-878787 {
  color: #878787;
}

.h-task-popup .h-body-task .left .h-comment-write .h-btn-send-cmt {
  position: relative;
  height: 38px;
  top: 4px;
  width: 65px;
  border: 0;
  background: #FF3061;
  color: #fff;
}

.h-task-popup .h-body-task .right .h-task-detail-box {
  padding: 23px 30px;
  border: 1px solid #DFE1E7;
  margin-bottom: 23px;
}

.h-task-popup .h-custom-select {
  padding: 0px 9px;
  height: 34px;
  border: 1px solid #C2CAD8;
  width: 100%;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  object-fit: cover;
}

.h-add-new-member {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
  background: #DFE1E6;
  border-radius: 100% !important;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  padding-top: 5px;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-estimated-input {
  border: 1px solid #CFCFCF;
  border-radius: 3px !important;
  width: 55px;
  height: 34px;
  padding: 0 5px;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-deadline {
  padding-left: 10px;
  height: 32px;
  width: 135px;
  border: 1px solid #CFCFCF;
  border-radius: 3px !important;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-piority {
  width: 60px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px !important;
  font-size: 12px;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-piority.high {
  background: #FFE4CC;
  color: #FF871D;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-status {
  width: 63px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.h-task-popup .h-body-task .right .h-task-detail-box .h-status.ongoing {
  background: #579BFC;
  color: #fff;
}

.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.h-tbl-gr {
  border-collapse: collapse;
  border: 1px solid #DCE2EC;
  text-align: center;
}

.h-tbl-gr thead {
  border-bottom: 1px solid #DCE2EC;
}

.h-tbl-gr th {
  border: 1px solid #DCE2EC;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

.h-tbl-gr td {
  padding: 5px;
  border: 1px solid #DCE2EC;
}

.h-tbl-gr td .h-status {
  width: 65px;
  font-size: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px !important;
  color: #fff;
  margin-left: 5px;
}

.h-tbl-gr td .h-status.done {
  background: #009757;
}

.h-tbl-gr td .h-status.stuck {
  background: #E2445C;
}

.h-tbl-gr td .h-status.stop {
  background: #E2445C;
}

.h-tbl-gr td .h-status.testing {
  background: #5559DF;
}

.h-tbl-gr td .h-status.created {
  background: #FDAB3D;
}

.h-tbl-gr td .h-status.skipped {
  background: #ADADAD;
}

.pt-12 {
  padding-top: 12px !important;
}

.h-tbl-gr td .h-status.ongoing {
  background: #158DE6;
}

.h-tbl-gr td .h-progress {
  color: #7D8B98;
  margin-left: 11px;
  background: #EBEEF7;
  font-size: 11px;
  width: 45px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px !important;
}

/* .h-tbl-gr tbody tr:nth-child(odd){
	background : #FBFCFD;
} */
.h-tbl-gr thead tr {
  background-color: #EEF0F5;
}

.popover2 .popover-content {
  padding: 10px 10px;
}

.h-clr-black {
  color: black;
}

.popover2 .popover-content .h-popover2:not(:last-child) {
  padding-bottom: 10px;
}

.h-status.ongoing {
  background: #158DE6;
}

.h-status {
  width: 65px;
  font-size: 12px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 6px !important; */
  color: #fff;
}

.progress_bar .pro-bar {
  background: #E8ECFA;
  box-shadow: 0 1px 2px hsl(0deg 0% 0% / 10%) inset;
  height: 6px;
  position: relative;
  width: 50%;
}

.progress_bar span {
  color: #5d7bf2;
}

.progress_bar .progress-bar-inner {
  background-color: hsl(0, 0%, 88%);
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1s linear 0s;
  background-color: #4461D7;
}

.progress_bar .progress-bar-inner:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -5px;
}

.volume {
  background: #E8ECFA;
  box-shadow: 0 1px 2px hsl(0deg 0% 0% / 10%) inset;
  position: relative;
  cursor: pointer;
  width: 50%;
  height: 6px;
  float: left;


}

.volumeBar {
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsl(0, 0%, 88%);
  background-color: #4461D7;
  z-index: 10;
  width: 0%;
}

.volumeBar:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: inherit;
  border-radius: 50%;
  position: absolute;
  right: -4px;
  top: -5px;
}

.h-select-status {
  position: absolute;
  right: -10px;
  z-index: 100;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #c3c4c5;
  border-radius: 10px !important;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h-select-status.h-status1 {
  right: -10px;
}

.h-select-status.h-status2 {
  right: -26px;
  top: 23px;
}

.h-select-status_child {
  width: 90px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 10px !important;
}

.h-select-status_child:hover {
  background-color: #e0e0e0;
  /* Light gray background on hover */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  /* Drop shadow on hover */
  transform: scale(1.1);
  /* Slightly increase size on hover */
}

.h-select-status_child.sp_urgent {
  background-color: #eb1515;
}

.h-select-status_child.urgent {
  background-color: #ff840b;
}

.h-select-status_child.normal {
  background-color: #0063b7;
}

.h-select-status_child.skip {
  background-color: #b5b5b5;
}

.h-select-status_child.not_urgent {
  background-color: #6d6d6d;
}

.all.active {
  background: #4F5C6D !important;
  color: #fff !important;
}

.h-status.to_do.active {
  background-color: #01c2e0;
  color: #fff;
}

.h-status.to_do {
  color: #01c2e0;
  border: 1px solid #01c2e0;
}

.created.active {
  background: #FDAB3D !important;
}

.ongoing.active {
  background: #579BFC !important;
  color: #fff !important;
}

.checking.active {
  background: #5559DF !important;
  color: #fff;
}

.done.active {
  background: #009757 !important;
  color: #fff !important;
}

.stuck.active {
  background: #D84E51 !important;
  color: #fff !important;
}

.stop.active {
  background: #7e10ef !important;
  color: #fff !important;
}

.help.active {
  background: #7e10ef !important;
  color: #fff !important;
}

.skipped.active {
  background: #ADADAD !important;
  color: #fff !important;
}

.working.active {
  background: #008aff !important;
  color: #fff !important;
}

.report.active {
  background: #34A1FD !important;
  color: #fff !important;
}

.huong-status.waiting.active {
  background: #A36ACB !important;
  color: #fff !important;
}

.huong-status.pause.active {
  background: #A36ACB !important;
  color: #fff !important;
}

.h-select-status_child.active {
  border: 3px solid #324F92;
}

.high {
  background: #FFE4CC !important;
  color: #FF792E !important;
}

/* .urgent{
	background: #FFD9E6 !important;
	color : #FF4194 !important;
} */
/* .normal{
	background: #D5F5E2 !important;
	color : #35AC80 !important;
} */
.low {
  background: #F0F2F3 !important;
  color: #C9BCCB !important;
}

.selectProject .popover {
  top: 152.141px !important;
  left: 876.641px !important;
}

.ui-overlay-shadow {
  box-shadow: none;
}

.popover {
  box-shadow: unset !important;
}

.selectProject .h-select-project {
  width: 232px !important;
}

.width-17 {
  width: 17px !important;
}

#selectProject {
  border: 1px solid gray;
  padding: 10px 15px;
  position: absolute;
  background: #fff;
  z-index: 1;
}

.selectProject .h-edit-project {
  padding: 10px 0 5px;
  border-top: 1px solid #e2e2e2;
  margin-top: 10px;
  cursor: pointer;
}

.h-select-popover {
  padding: 7px 14px;
  height: 34px;
  border: 1px solid #C2CAD8;
  width: 100%;
  position: relative;
}

.h-select-popover::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  height: 7px;
  width: 7px;
  border-left: 2px solid #3d2c2c;
  border-bottom: 2px solid #1e1d1d;
  transform: rotate(-45deg) translateY(-50%);
}

.h-select-popover .popover-content {
  position: relative;
}

.h-EB5A46 {
  background: #EB5A46;
}

.h-FDD67B {
  background: #FDD67B;
}

.h-FDAB3D {
  background: #FDAB3D;
}

.h-CD71FF {
  background: #CD71FF;
}

.h-9900EC {
  background: #9900EC;
}

.h-6F00AA {
  background: #6F00AA;
}

.h-A7E463 {
  background: #A7E463;
}

.h-70B81F {
  background: #70B81F;
}

.h-477614 {
  background: #477614;
}

.h-FF71CD {
  background: #FF71CD;
}

.h-FF0DAA {
  background: #FF0DAA;
}

.h-CA0084 {
  background: #CA0084;
}

.h-5EFFBA {
  background: #5EFFBA;
}

.h-00C875 {
  background: #00C875;
}

.h-00884F {
  background: #00884F;
}

.h-FF6A6A {
  background: #FF6A6A;
}

.h-E2121D {
  background: #E2121D;
}

.h-9F0000 {
  background: #9F0000;
}

.h-3EE2FF {
  background: #3EE2FF;
}

.h-00B3D2 {
  background: #00B3D2;
}

.h-00768A {
  background: #00768A;
}

.h-BD816E {
  background: #BD816E;
}

.h-9F5F37 {
  background: #9F5F37;
}

.h-734428 {
  background: #734428;
}

.h-579BFC {
  background: #579BFC;
}

.h-0466F9 {
  background: #0466F9;
}

.h-02409D {
  background: #02409D;
}

.h-999999 {
  background: #999999;
}

.h-5B5B5B {
  background: #5B5B5B;
}

.h-333333 {
  background: #333333;
}

#editProject {
  background: #fff;
  left: -1px;
  bottom: -47px;
}

#editProject .h-box-edit-project {
  width: 262px;
  padding: 10px 10px 0 10px;
  border: 1px solid #C2CAD8;
  text-align: right;
  background: #fff;
}

#editProject .h-box-edit-project .h-box-input {
  border: 1px solid #E6E9EF;
  padding: 0px 10px 0 40px;
  width: 100%;
  height: 37px;
  border-radius: 4px !important;
}

#editProject .h-box-edit-project .box-color {
  width: 25px;

  height: 25px;
  position: absolute;
  left: 6px;
  border-radius: 4px !important;
}

.h-box-edit-project input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.h-box-edit-project input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px !important;
}

.h-bgr-none {
  background: none;
}

/* #editProject .h-box-edit-project .box-color.dark{
	background: #C4C4C4;
} */
#editProject .h-new-pj {
  height: 37px;
  background: #fff;
  border: 1px solid #E6E9EF;
  margin: 10px 0;
  border-radius: 4px !important;
}

#editProject .h-apply {
  border: 0;
  background: 0;
  border-top: 1px solid #E6E9EF;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#editProject2 {
  left: 261px;
  bottom: -148px;
}

#editProject2 .h-box-edit-project {
  width: 220px;
  padding: 10px 10px 0 10px;
  border: 1px solid #C2CAD8;
  text-align: right;
  background: #fff;
}

#editProject2 .h-box-edit-project .h-box-input {
  border: 1px solid #E6E9EF;
  padding: 0px 10px 0 40px;
  width: 100%;
  height: 37px;
  border-radius: 4px !important;
}

#editProject2 .h-box-edit-project .box-color {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  border-radius: 4px !important;
}

#editProject2 .h-box-edit-project .box-color-select {
  width: 25px;
  height: 25px;
  border-radius: 4px !important;
  margin-right: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}

#editProject2 .h-box-edit-project .box-color-select:last-child {
  margin-right: 0px;
}

.h-section__action_1 .popover {
  background: #F8F8FA;
  width: 130px;
  border: 1px solid #E7EAED;
  border-radius: 4px !important;
  box-shadow: 0 4px 2px 0px #e6e6e6 !important;
}

.h-section__action_1 .h-section__action_2 {
  font-size: 13px;
}

.h-section__action_1 .h-section__action_2 p {
  margin: 0 !important;
  color: #111e52;
  padding-bottom: 5px;
  font-size: 13px;
  position: relative;
}

.h-section__action_1 .h-section__action_2 .h-p2 p::after {
  content: "";
  position: absolute;
  top: -12px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 6px;
  width: 6px;
  border-left: 1px solid #3d2c2c;
  border-bottom: 1px solid #1e1d1d;
  transform: rotate(223deg) translateY(-50%);
}

.h-section__action_1 .h-section__action_2 span {
  color: #6B778C;
  font-size: 11px;
}

.h-view-all-popup .h-body-view-all {
  padding: 32px 30px 50px 30px;
  background: #FBFCFD;
}

.h-view-all-popup .h-body-view-all .h-destination-name {
  font-size: 25px;
  color: #61615F;
  padding-right: 25px;
}

.h-view-all-popup .h-body-view-all .h-btn-backfordes {
  width: 125px;
  background: #fff;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 23px;
  border: 1px solid #aca6a6;
  border-radius: 6px !important;
  font-size: 11px;
}

.h-body-view-all .h-photo-view-mode_x {
  display: flex;
  align-items: center;
  height: 25px;
  justify-content: center;
  width: 28px;
  margin-right: 10px;
  cursor: pointer;
}

.h-body-view-all .h-photo-view-mode_x.active {
  background: #F2F2F4;

}

.h-view-all-popup.h-design-file .h-body-view-all.design-folder-body .h-download-all::after {
  right: 113px;
}

.h-view-all-popup.h-design-file .h-body-view-all.design-folder-body .h-download-all {
  margin: 0;
  cursor: default;
}

.h-tbl-gr-view-mode th {
  border-bottom: 2px solid #DFE1E6;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  color: #717D92
}

.width-auto {
  width: auto;
}

.h-tbl-gr-view-mode td {
  padding: 15px 10px 10px 0;
  color: #071f48
}

.h-text-left {
  text-align: left !important;
}

.h-tbl-gr-view-mode td .h-img {
  width: 25px;
  margin-right: 5px;
}

.h-tbl-gr-view-mode td .h-img-action {
  cursor: pointer
}

.h-notification-header {
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50% !important;
}

.popover-noti .popover-content .h-popup-notification-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #DFE2E7;
}

.popover-noti .popover-content .h-popup-notification-header span {
  font-size: 15px;
  color: #141618bf;
}

.popover-noti .popover-content .h-popup-notification-body {
  padding-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFE2E7;
}

.popover-noti .popover-content .h-popup-notification-body .h-avatar {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}

.popover-noti .popover-content .h-popup-notification-body .h-datetime {
  padding-left: 32px;
}

.popover-noti .popover-content .h-popup-notification-body .h-datetime span {
  font-size: 12px;
  color: #7f7c7c;
}

.popover-noti .popover-content .h-popup-notification-body:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.h-bgr-white {
  background-color: #fff;
}

.h-pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
}

.h-pg_current {
  display: inline-block;
  margin: 0 4px 0 0;
  background: #333;
  color: #fff;
  font-weight: normal;
  height: 25px;
  padding: 0 8px;
  vertical-align: middle;
  line-height: 2.2em;
  text-decoration: none
}

.h-pg_page {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  color: #000;
  letter-spacing: 0;
  line-height: 2.2em;
  vertical-align: middle;
  text-decoration: none;

}

.h-pg_page {
  background: #e4eaec;
  text-decoration: none !important;
  border: 1px solid #d6d7d7 !important;
}

.pg_current,
.h-pg_current {
  /* background-color: #C8CBD4 !important; */
  border: 0;
}

.h-pg a:focus,
.h-pg a:hover {
  text-decoration: none;
}

.h-btn-list-main {
  width: 75px;
  height: 30px;
  background: #fff;
  border-radius: 6px !important;
}

.h-btn-list-main.btn-approve {
  color: #1EAFA5;
  border: 1px solid #1EAFA5;
}

.h-btn-list-main.btn-block {
  color: #636363;
  border: 1px solid #636363;
  display: unset !important;
}

.text-webkit-center {
  text-align: -webkit-center;
}

.h-table-view-pms tr:not(:last-child) {
  border-bottom: 1px solid #eef1f5;
}

.h-table-view-pms tr th {
  width: 30%;
  padding: 25px 30px;
  background: #F5F8F9;
  color: #465959;
  border-right: 1px solid #eef1f5;
}

.h-table-view-pms.view-write tr th {
  background: #fff;
}

.h-table-view-pms tr td {
  padding: 0 30px;
}

.h-table-view-pms.pms-input tr td {
  padding: 0 14px;
}

.h-table-view-pms .h-avatar-table {
  width: 30px;
  height: 30px;
  border: 0;
  object-fit: cover;
  margin-right: 3px;
  border-radius: 50% !important;
}

.h-table-view-pms .h-action-part {
  padding: 25px 30px;
}

.h-table-view-pms .h-btn-list {
  border: 1px solid black;
  background: #fff;
}

.h-table-view-pms .h-popover-table:not(:last-child) {
  padding-bottom: 10px;
}

.h-table-view-pms .h-btn_cancel {
  display: inline-block;
  padding: 7px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

.h-no-bor-right {
  border-right: 0 !important;
}

.h-clr-approved {
  color: #2CA76C;
  font-weight: bold;
}

.h-clr-block {
  color: #7F7F7F;
  font-weight: bold;
}

.h-img-plus {
  height: 144px;
  width: 144px;
  background-image: url(../img/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
}

.h-drop-zone-input::-webkit-file-upload-button {
  display: none;
}

.h-drop-zone-input::file-selector-button {
  display: none;
}

.h-drop-zone-input {
  outline: unset;
}

.nl-view-image-full-size {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 199;
  visibility: hidden;
}

.nl-back-drop {
  position: absolute;
  height: 100%;
  background: rgb(0 0 0 /70%);
  width: 100%;
  z-index: 200;

}

.nl-view-image-full-size img {
  position: relative;
  z-index: 201;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100% - 60px);
  object-fit: contain;
  cursor: pointer;
}

.nl-view-image-full-size .nl-close {
  position: absolute;
  top: 30px;
  right: 26px;
}

.nl-view-image-full-size .nl-close img {
  height: 36px;
  width: auto;
  display: block;
}

.h-edit-cmt-1 {
  width: 506px;
  border: 1px solid #E4EAEC;
  min-height: 38px;
  height: 38px;
  padding: 0 10px;
}

.h-edit-cmt-ok {
  position: absolute;
  top: 7px;
  width: 20px;
  right: -25px;
  cursor: pointer;
}

.h-edit-cmt-cancel {
  position: absolute;
  top: 7px;
  width: 20px;
  right: -50px;
  cursor: pointer;
}

.btn-create.activated {
  background: #F68C3A;
  color: white;
}

.btn-create.activated span {
  color: #fff;
}

.btn-ongoing.activated {
  background: #579BFC;
  color: white;
}

.btn-ongoing.activated span {
  color: #fff;
}

.btn-checking.activated {
  background: #5559DF;
  color: white;
}

.btn-checking.activated span {
  color: #fff;
}

.btn-stuck.activated {
  background: #E2445C;
  color: white;
}

.btn-stuck.activated span {
  color: #fff;
}

.btn-skip.activated {
  background: #5d5559;
  color: white;
}

.btn-skip.activated span {
  color: #fff;
}

.btn-all.activated {
  background: #2B3643;
  color: white;
}

.h-remove-member {
  background-image: url(../img/remove_text_icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-size: contain;
  right: -4px;
  top: -2px;
}

.h-avatar-md-hd {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50% !important;
}

.h-content-none::before,
.h-content-none::after {
  content: none;
}

.h-btn-dr-header {
  height: 28px;
  right: 0px;
  border-radius: 6px !important;
  color: #fff;
  width: 100px;
  background: crimson;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 9px;
  position: absolute;
  cursor: pointer;
}

.h-mb-rian-not-choose {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
  border-radius: 7px !important;
}

.h-mb-rian-not-choose.active {
  color: #fff !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.h-pms-task .h-header-task {
  padding: 10px;
}

.h-pms-task .h-header-task .h-top {
  gap: 20px;
}

/* .h-pms-task .h-header-task .h-top .h-member-task{
  padding-left: 25px;
} */
.h-header-task .h-top .h-member-task .h-member-name {
  position: relative;
  height: 34px;
  border-radius: 6px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  cursor: pointer;
  padding: 0px 10px;
  border: 1px solid #4F5C6D !important;
  color: #4F5C6D !important;
}

.h-header-task .h-top .h-member-task .h-member-name.active {
  border: 1px solid #4F5C6D !important;
  color: white !important;
  background-color: #4F5C6D !important;
}

.h-header-task .h-top .h-member-task .h-member-name .h-number {
  position: absolute;
  min-width: 17px;
  min-height: 17px;
  line-height: 16px;
  right: -3px;
  top: -7px;
  background-color: #393939;
  font-size: 10px;
  display: inline-block;
  border-radius: 10px !important;
  color: #fff;
  padding: 1px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;

}

.h-header-task .h-top .h-member-task .h-member-name .h-number.nh-urgent-number {
  /* left: -3px; */
  /* right: unset; */
  right: 16px;
  background-color: #F33838;
}

.h-header-task .h-top .h-member-task .h-member-name.active {
  border: 0;
  color: #fff !important;

}

.h-member-name.div-unassigned {
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
  background-color: #fff;
}

.h-member-name.div-unassigned.active {
  border: 1px solid #a9a9a9 !important;
  color: #fff;
  background-color: #a9a9a9;
}

/* .h-header-task .h-bottom-task-filter{
  margin-bottom: 10px;
} */
.h-header-task .h-bottom-task-filter .h-status {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-width: 100px; */
  min-width: 90px;
  height: 34px;
  font-size: inherit;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

.h-status.all {
  color: #4F5C6D;
  border: 1px solid #4F5C6D;
}

.h-status.writing {
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}

.h-status.working {
  /* color: #0063B7;
  border: 1px solid #0063B7; */
  color: #008aff;
  border: 1px solid #008aff;
}

.h-status.waiting {
  color: #FB0008;
  border: 1px solid #FB0008;
}

.h-status.pause {
  color: #FB0008;
  border: 1px solid #FB0008;
}

.h-status.help {
  /* color: #00B693;
  border: 1px solid #00B693; */
  color: #7e10ef;
  border: 1px solid #7e10ef;

}

.h-status.done {
  color: #00A3B6;
  border: 1px solid #00A3B6;
}

.h-status.stuck {
  color: #D84E51;
  border: 1px solid #D84E51;
}

.h-status.stop {
  color: #7e10ef;
  border: 1px solid #7e10ef;
}

.h-status.skipped {
  color: #ADADAD;
  border: 1px solid #ADADAD;
}

.h-status.report {
  color: #34A1FD;
  border: 1px solid #34A1FD;
}

.huong-status.h-status.waiting {
  color: #A36ACB;
  border: 1px solid #A36ACB;
}

.huong-status.h-status.pause {
  color: #A36ACB;
  border: 1px solid #A36ACB;
}

.h-header-task .h-bottom-task-filter .h-number {
  position: absolute;
  min-width: 17px;
  min-height: 17px;
  line-height: 16px;
  right: -3px;
  top: -7px;
  background-color: #eef1f7;
  font-size: 10px;
  display: inline-block;
  border-radius: 10px !important;
  color: #2b3643;
  font-weight: 600;
  padding: 1px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.h-header-task .h-bottom-task-filter .h-number.nh-urgent-number {
  /* left: -3px;
	right: unset; */
  right: 16px;
  background-color: #F33838;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(255, 95, 95, 0.32);
}

.h-header-task .h-bottom-task-filter .h-status.all .h-number.nh-right {
  background-color: #dde3f5;
  color: #1d3b64;
}

.h-header-task .h-bottom-task-filter .h-status.to_do .h-number.nh-right {
  background-color: #ffe1c2;
  color: #b35a00;
}

.h-header-task .h-bottom-task-filter .h-status.working .h-number.nh-right {
  background-color: #cfe4ff;
  color: #0b5ed7;
}

.h-header-task .h-bottom-task-filter .h-status.help .h-number.nh-right {
  background-color: #fdd9e5;
  color: #b83280;
}

.h-header-task .h-bottom-task-filter .h-status.done .h-number.nh-right {
  background-color: #cdeedb;
  color: #1e7a4a;
}

.h-header-task .h-bottom-task-filter .h-status.report .h-number.nh-right {
  background-color: #e6dbff;
  color: #4a3fb4;
}

.h-header-task .h-bottom-task-filter .h-icon {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2CAD8;
  cursor: pointer;
}

.h-header-task .h-top .h-new-task-btn {
  margin-left: 5px;
  min-width: 90px;
  height: 34px;
  color: #fff;
  background-color: #36C6D3;
  border: none;
  border-radius: 4px !important;
}

.h-body-task .h-left {
  padding: 0 10px;
  float: left;
  height: 730px;
  overflow-y: scroll;
  margin-bottom: 25px;
  /* width: 190px; */
}

.h-body-task .h-left .h-scroll-task {
  min-height: 450px;
  border-radius: 10px;
}

.h-body-task .h-left .h-scroll-task .h-select-task .h-task-id {
  position: absolute;
  background: #008aff;
  color: #fff;
  height: 16px;
  /* right: -2px; */
  top: -2px;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-top-right-radius: 8px !important;
  min-width: 70px;
}

.h-body-task .h-left .h-scroll-task .h-select-task .h-task-status {
  position: absolute;
  color: #fff;
  height: 14px;
  bottom: 5px;
  left: 5px;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 4px !important;
  min-width: 60px;
}

.h-body-task .h-left .h-scroll-task .h-select-task {
  width: 160px;
  height: 90px;
  border: 2px solid #C2CAD8;
  border-radius: 8px !important;
  cursor: pointer;
  margin: 0 0 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.h-body-task .h-left .h-scroll-task .h-select-task.active {
  border-color: #0B57D0;
}

.h-body-task .h-left .h-scroll-task .h-select-task.active2 {
  border-width: 4px;
}

.h-select-task.active2 .staff-working-tag,
.h-select-task.active2 .staff-stuck-tag {
  left: -4px !important;
  right: -4px !important;
}

.h-select-task.active2 .task_name_project {
  top: -4px !important;
  right: -4px !important;
}

#style-scroll::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
  border-radius: 10px;
  /* background-color: #F5F5F5; */
}

#style-scroll::-webkit-scrollbar {
  width: 9px;
  /* background-color: #F5F5F5; */
}

#style-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #A2A5A9;
}

.h-body-task .h-middle {
  /* min-width: 900px; */
  height: 100%;
  border: 1px solid #C2CAD8;
  /* width: calc( 100% - 490px ); */
  /* margin-left: 10px; */
  position: relative;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn {
  width: 50px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  border-radius: 4px !important;
  left: 7px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-one {
  color: #3F57A7;
  bottom: 65px;
  border: 1px solid #3F57A7;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-one.active {
  background-color: #3F57A7;
  color: #fff;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-two {
  color: #00A3B6;
  bottom: 35px;
  border: 1px solid #00A3B6;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-two.active {
  background-color: #00A3B6;
  color: #fff;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-three {
  color: #1F84DC;
  bottom: 5px;
  border: 1px solid #1F84DC;

}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-three.active {
  background-color: #1F84DC;
  color: #fff;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-four {
  color: #1068da;
  bottom: 95px;
  border: 1px solid #1068da;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-four.active {
  background-color: #1068da;
  color: #fff;
}


.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-five {
  color: #D84E51;
  bottom: 125px;
  border: 1px solid #D84E51;
}

.h-body-task .h-middle .h-btn-open-popup .h-btn.h-btn-five.active {
  background-color: #D84E51;
  color: #fff;
}

.h-body-task .h-toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 50px;
  border: 1px solid #C2CAD8;
  border-right: 0;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  cursor: pointer;
  background: #fff;

}

.h-body-task .h-middle .h-write-task {
  width: 100%;
  height: 727px;
  padding: 20px;
  border: 0 !important;
  resize: none;
}


.h-body-task .h-right .h-part-one {
  position: relative;
  /* margin-left: 10px; */

}

.h-body-task .h-right .h-part-one .h-daily-report {
  width: 100%;
  border: 1px solid #C2CAD8;
  padding: 10px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-icon {
  width: 25px;

}

.triangle-left,
.triangle-right {
  right: 9px;
  top: 18px;
  position: absolute;
}

.triangle-left,
.triangle-right {
  border-top:
    7px solid transparent;
  border-bottom:
    7px solid transparent;


}


.triangle-right {
  border-left:
    6px solid #9FA1A5;
}

.triangle-left {
  border-right:
    6px solid #9FA1A5;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-header {
  padding-bottom: 8px;
  border-bottom: 1px solid #9FA1A5;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-header span {
  font-weight: bold;
  font-size: 15px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-header .status {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 6px !important;
  font-size: 11px;
  margin: 0 10px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-header .status.working {
  background-color: #008aff;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-header .h-date {
  font-size: 13px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-btn-choose {
  border: 0;
  border-radius: 4px !important;
  background-color: #1172BE;
  color: #fff;
  margin-left: 5px;
  width: 100px;
  height: 38px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-btn-choose.start {
  background-color: #5EB23A;
  width: 97px;
}

.h-body-task .h-right .h-part-one .h-daily-report .h-btn-choose.stop {
  background-color: #FF0000;
  width: 97px;
}

.h-tbl-daily-report {
  border-collapse: collapse;
  text-align: center;
}

.h-tbl-daily-report thead {
  /* border-bottom: 1px solid #e7ecf1; */
}

.h-tbl-daily-report th {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #9FA1A5;
}

.h-tbl-daily-report td {
  padding: 10px 0;
  font-size: 13px;
}

/* .h-tbl-daily-report  tbody.h-first tr:last-child{
  border-top: 1px solid #9FA1A5;
} */
.h-daily-report .report-btn {
  border: 0;
  border-radius: 4px !important;
  background-color: #F8AA40;
  color: #fff;
  height: 38px;
}

.h-daily-report .h-report-2 {
  border-bottom: 1px solid #9FA1A5;
  padding-bottom: 10px;
}

.h-tbl-daily-report .h-btn {
  padding: 10px 4px;
  height: 20px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}

.h-tbl-daily-report span {
  color: #20C2CD;
}

.h-daily-report .h-report-2 span {
  font-weight: bold;
  font-size: 15px;
}

.h-btn-working {
  background-color: #1172BE;
}

.h-btn-waiting {
  background-color: #A36ACB;
}

.h-tooltip {
  position: relative;
}

.h-tooltip .arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid black;
  border-bottom: 60px solid black;
  border-left: 60px solid black;
}

.h-tooltip .h-tooltip-pj {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  right: 57px;
}

.h-tooltip .h-tooltip-pj.--above {
  border-radius: 6px !important;
  right: 7px;
  top: -3px;
  font-weight: bold;
  transform: translateY(-100%);

}

.h-tooltip .h-tooltip-pj.--above .arrow-right {
  transform: rotate(90deg);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -7px;
  top: auto;
}

.h-tooltip {
  position: relative;
}

.h-tooltip .arrow-right {

  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid black;
  right: -5px;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.h-tooltip:hover .h-tooltip-pj {
  visibility: visible;
}

.h-btn-waiting {
  background-color: #FB0008;
}

.h-btn-help {
  background-color: #00B693;
}

.h-btn-done {
  background-color: #00A3B6;
}

.h-btn-writing {
  background-color: #E5E5E5;
}

.h-btn-report {
  background-color: #FF9800;
}

.h-body-task .h-right .h-part-two {
  border-top: 1px solid #9FA1A5;
}

.h-body-task .h-right .h-part-two .h-project-part {
  padding: 10px 5px;
  cursor: default;
}

.h-body-task .h-right .h-part-two .h-project-part .h-stt {
  width: 100%;
  height: 30px;
  border-radius: 8px !important;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.h-body-task .h-right .h-part-two .h-member-total-work {
  border-bottom: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 10px 0 10px 5px;

}

.h-body-task .h-right .h-part-two .h-member-total-work .h-mb-name {
  background-color: #36C6D3;
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  border-radius: 6px !important;
  font-size: 12px;
}

.h-body-task .h-right .h-part-two .h-member-total-work .h-mb-name:not(:last-child) {
  margin-bottom: 5px;
}

.h-body-task .h-right .h-part-two .h-member-total-work .h-mb-time {
  margin-bottom: 10px;
}

.h-body-task .h-right .h-part-two .h-btn {
  width: 50px;
  height: 30px;
  border-radius: 6px !important;
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  border: 0;
}

.h-hidden-toggle {
  opacity: 0;
  display: none;
  transition: all .5s ease-in-out;
}

.hao-popup-all {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 102;
}

.hao-popup-main {
  border-radius: 5px 5px 4px 4px !important;
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* max-height: calc(100vh - 200px); */
  overflow-x: hidden !important;
  z-index: 212;
}
.hao-popup-main-31 {
  width: 350px;
  height: auto;
}

.hao-popup-header {
  height: 45px;
  position: relative;
  border-radius: 4px 4px 0px 0px !important;
  border-bottom: 1px solid #9FA1A5;
  position: relative;
}

.hao-popup-header.no-border {
  border-bottom: 0;
}

.hao-popup-content-header {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

.hao-close-popup {
  position: absolute;
  width: 100%;
  top: 10px;
  right: 10px;

}

.hao-close-popup img {
  cursor: pointer;
}

.hao-popup-body {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-height: calc(100vh - 45px - 86px - 150px);
  /* 86px of footer, 45px of 45px, 150px to show header bar when popup center screen */
  overflow-y: auto;
}

.hao-popup-body .h-btn-edit-small {
  height: 35px;
  width: 55px;
  background-color: #1172BE;
  color: #fff;
  border-radius: 4px !important;
  border: 0;
}

.hao-popup-footer {
  height: 86px;
  padding: 20px;
}

.hao-popup-footer button {
  background-color: #36C6D3;
  width: 280px;
  height: 40px;
  color: #fff;
  border: none;
  border-radius: 3px !important;
  font-weight: bold;
}

.hao-popup-body .h-recomman {
  color: #419AFF;
}

.h-custom-popup {
  position: absolute;
  background-color: #fff;
  width: 450px;
  border: 1px solid #9FA1A5;
  padding: 10px;
  bottom: 0;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
  border-bottom: 0;
  left: 800px;

}

/* .h-custom-popup.h-popup-ftp,.h-popup-ftp-detail{
  left: 63px;
}
.h-custom-popup.h-popup-project-report{
  left: 0;
  right: 0;
  margin: auto;
} */
.h-hidden-2 {
  display: none !important;
}

/* .h-custom-popup.h-popup-upload-file,.h-popup-file-list{
  right: 30px;
} */
.h-custom-popup .h-popup-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #9FA1A5;
}

.h-custom-popup .h-popup-header span {
  font-size: 15px;
  font-weight: bold;
}

.h-custom-popup .h-popup-body {
  margin-top: 15px;
}

.h-custom-popup .h-popup-body span {
  width: 100px;
}

.h-custom-popup.h-popup-ftp-detail .h-popup-body .h-row {
  background-color: #F9FBFD;
  border-bottom: 1px solid #e0e4eb;
  padding-left: 10px;
}

.h-custom-popup.h-popup-ftp-detail .h-popup-body {
  margin-top: 0;
}

.h-custom-popup.h-popup-ftp-detail .h-popup-body .h-row .nl-form-control {
  border: 0;
  border-left: 1px solid #e0e4eb;
  border-radius: 0 !important;
}

.h-custom-popup .h-popup-footer button,
.nh-btn-div-add-set button {
  width: 80px;
  height: 30px;
  border-radius: 4px !important;
  color: #fff;
  border: 0;
}

.h-custom-popup .h-popup-footer button.h-btn-navy,
.nh-btn-div-add-set button.h-btn-navy {
  background-color: #3F57A7;
}

.h-custom-popup .h-popup-footer button.h-btn-delete {
  background-color: #e52e2e;
}

.hao-popup-footer .h-btn-delete {
  background-color: #e52e2e;
}

.h-custom-popup .h-popup-footer button.h-btn-back {
  background-color: #fff;
  border: 1px solid #525e64;
  color: #525e64;
}

.h-custom-popup .h-popup-footer button.h-btn-green {
  background-color: #00A3B6;
}

.h-custom-popup .h-popup-footer button.h-btn-blue {
  background-color: #1F84DC;
}

.h-custom-popup.h-popup-upload-file .h-upload {
  width: 100%;
  height: 200px;
  background-color: #F9F9F9;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    left: 0 !important;
  }
}

.page-header.navbar .page-logo {
  width: 67px !important;
}

.nl-popup-all {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 102;
}

.nl-popup-all .cs-popup-main {
  background-color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 378px;
  height: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 10px #0000002E;
  border-radius: 3px;
  opacity: 1;
  padding-bottom: 30px;
}

.nl-popup-all .cs-close-popup {
  position: absolute;
  width: 100%;
  padding-top: 16px;
  padding-right: 15px;
}

.pt-50 {
  padding-top: 50px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.nl-max {
  width: 100% !important;
}

.cs-popup-main .popup-footer {
  padding-bottom: 0 !important;
}

.nl-popup-all .cs-btn-filter {
  width: 134px;
  height: 50px;
  box-shadow: 0px 3px 6px #0000001F;
  border-radius: 3px !important;
  opacity: 1;
  border: 0;
  font-size: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: bold;
}

.cs-width-165 {
  width: 165px;
}

.nl-popup-all .cs-btn-cl-bu {
  background: #008CEA;
}

.btn-close-message {
  cursor: pointer;
}

.h-close-img-preview {
  z-index: 100;
  position: absolute;
  top: -3px;
  right: 8px;
  color: black;
  font-size: 40px;
  font-weight: 400;
  cursor: pointer
}

.h-close-img-preview:hover {
  color: #bbb;
  text-decoration: none;
}

#img-task-path {
  /* width: 900px;
  height: 900px; */
  width: 100%;
  object-fit: contain;
  background-color: #f3f3f3;
}

.h-popup-uploadimg-rp {
  width: 100%;
}

.h-popup-uploadimg-rp .h-choose-img {
  width: 70px;
  height: 70px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
}

.h-popup-uploadimg-rp .h-choose-img img {
  height: 40px;
}

.h-popup-uploadimg-rp .h-show-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 5px;
  margin-bottom: 5px;
}

.h-slider {
  position: relative;
  /*     display: flex;
    align-items: stretch; */
}

.h-slider .h-navigation {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 50%;
  opacity: 0.0;
}

.h-slider .h-navigation.h-next {
  right: 0;
}

.h-slider .h-navigation.h-previous {
  left: 0;
}

.page-content-wrapper {
  /* word-break: break-all; */
}

@media only screen and (max-width: 480px) {
  .login .content {
    width: 340px !important;
  }
}

.h-select-status-task {
  position: relative;
  padding: 10px;
  width: 140px;
  border: 1px solid gray;
  border-radius: 7px !important;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.h-select-status-task::after {
  content: "";
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #4E4F58 transparent transparent transparent;
}

table tr td,
textarea {
  word-break: break-word;
}


@media only screen and (max-width: 767px) {
  .h-pms-task .h-header-task .h-top .h-member-task {
    margin-bottom: 10px;
  }

  .h-pms-task .h-header-task .h-top .h-member-task,
  .h-pms-task .h-header-task .h-bottom-task-filter {
    gap: 8px 5px;
  }

  .h-pms-task .h-header-task .h-top .h-member-task .h-member-name,
  .h-pms-task .h-header-task .h-bottom-task-filter .h-status {
    padding: 3px 6px;
    height: 28px;
    font-size: 13px;
    min-width: fit-content !important;
    margin: 0 !important;
  }

  .h-bottom-task-filter .nl-form-group:nth-child(2),
  .h-bottom-task-filter .nl-form-group:nth-child(3),
  .h-bottom-task-filter .nl-form-group:nth-child(4) {
    flex: unset
  }

  .h-body-task {
    height: unset !important;
    overflow-y: unset !important;
  }

  .page-container .h-pms-task {
    overflow-y: unset !important;
  }

  .page-header-fixed .page-container,
  .page-container .h-pms-task .page-content {
    height: unset !important;
  }

  .h-pms-task .h-body-task .h-middle {
    height: 660px !important;
  }

  .h-delete-task {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    left: 6px;
    height: 30px;
  }

  .h-delete-task:nth-child(2) {
    bottom: 190px;
  }

  .h-delete-task img {
    width: 24px;
  }

  .h-delete-task:nth-child(2) img {
    width: 14px;
  }

  .page-content-wrapper .page-content {
    height: unset !important;
  }
}