.f-vcx .x-flex {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.f-vcx .x-flex label {
  width: 20%;
}
.f-vcx .x-flex select, .f-vcx .x-flex input {
  border: 1px solid #dbdbdb;
  border-radius: 0.3rem;
  padding: 0.3rem 1rem;
  box-shadow: none !important;
  transition: 0.5s all ease;
}
.f-vcx .x-flex [type=checkbox], .f-vcx .x-flex [type=radio] {
  margin-right: 0.5rem;
}
.f-vcx .x-flex select:focus, .f-vcx .x-flex input:focus {
  outline: none;
  border: 1px solid green;
}
.f-vcx .x-bosung {
  border: 1px solid #dbdbdb;
  padding-top: 2rem;
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.f-vcx .x-bosung label[for=bosung] {
  position: absolute;
  top: -8%;
  left: 20px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 0.5rem 1rem;
}
.f-vcx .x-bosung .bosung {
  margin: 1rem;
}
.f-vcx .x-bosung .bosung > div {
  margin-bottom: 0.5rem;
}
.f-vcx .x-bosung input {
  margin-right: 0.5rem !important;
}

.f-bieuphi .item input[type=text] {
  border: 1px solid #dbdbdb;
  border-radius: 0.3rem;
  box-shadow: none;
  padding: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.f-bieuphi .item input[type=text]:focus {
  border: 1px solid #dbdbdb !important;
  border-radius: 0.3rem;
  box-shadow: none !important;
  outline: none;
  border-bottom: 1px solid #008A3E;
  background: #f2f2f2;
}
.f-bieuphi button[type=submit] {
  border-radius: 0px;
  padding: 1rem 2rem;
  background: #008A3E;
  border: 0px;
}

.kq-bieuphi table.tbl-bieuphi {
  border-collapse: collapse;
  width: 100%;
}
.kq-bieuphi table.tbl-bieuphi td, .kq-bieuphi table.tbl-bieuphi th {
  border: 1px solid #ddd;
  padding: 8px;
}
.kq-bieuphi table.tbl-bieuphi tr:nth-child(even) {
  background-color: #f2f2f2;
}
.kq-bieuphi table.tbl-bieuphi tr:hover {
  background-color: #ddd;
}
.kq-bieuphi table.tbl-bieuphi th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.form-control-msg {
  color: red;
  display: none;
}

.has-error .form-control-msg {
  display: block;
  margin: 0 auto;
}

.hvdflex-row .item.v-phi {
  border-bottom: 1px solid #777;
  font-weight: 700;
}

.form-control-mssg {
  display: none;
}

.js-show-feedback {
  display: block;
}

button.hvdloading {
  border: 0px;
  background: green;
  padding: 1rem 2.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding: 0.5rem 3rem;
  display: block;
  margin: 1rem auto;
}

/*  icon loading */
.js-show-feedback:after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1rem;
  line-height: 20px;
  border-radius: 50%;
  border: 6px solid #DE3225;
  border-color: #fff transparent #fff transparent;
  animation: js-show-feedback 1.2s linear infinite;
}

@keyframes js-show-feedback {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end icon loading */
#tnds select, #tnds input[type=text] {
  border: 1px solid #dbdbdb;
  border-radius: 0.3rem;
  box-shadow: none;
}
#tnds .ds-hide {
  display: none;
}
#tnds .xdongxe .show-dongxe,
#tnds .xtrongtai .show-trongtai,
#tnds .xsochongoi .show-sochongoi,
#tnds .item.ds-loaixe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#tnds .xdongxe .show-dongxe label,
#tnds .xtrongtai .show-trongtai label,
#tnds .xsochongoi .show-sochongoi label,
#tnds .item.ds-loaixe label {
  width: 30%;
  line-height: 40px;
}
#tnds .xdongxe .show-dongxe select, #tnds .xdongxe .show-dongxe input[type=text],
#tnds .xtrongtai .show-trongtai select,
#tnds .xtrongtai .show-trongtai input[type=text],
#tnds .xsochongoi .show-sochongoi select,
#tnds .xsochongoi .show-sochongoi input[type=text],
#tnds .item.ds-loaixe select,
#tnds .item.ds-loaixe input[type=text] {
  width: 70%;
}

@media only screen and (min-width: 780px) {
  .kq .hvdflex-row {
    display: flex;
  }
  .kq .hvdflex-row .item {
    width: 50%;
  }
}

/*# sourceMappingURL=tracuu-bieuphi.css.map */
