/*** -----REQUEST FORM----- ***/
.main-content .contents .content-wrap {
  padding: 32px;
  background: white;
  box-shadow: 0 6px 8px -6px rgba(24, 39, 75, 0.12), 0 8px 16px -6px rgba(24, 39, 75, 0.08);
}
@media (max-width: 991px) {
  .main-content .contents .content-wrap {
    padding: 16px;
  }
}
.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.dropdown-custom.bootstrap-select .dropdown-toggle {
  color: #202124;
  font-size: 15px;
  height: 50px;
  width: 100%;
  padding: 13px 35px 13px 16px;
  position: relative;
  background-color: #DBF7F3;
}
.dropdown-custom.bootstrap-select .dropdown-toggle.bs-placeholder:active, .dropdown-custom.bootstrap-select .dropdown-toggle.bs-placeholder:hover, .dropdown-custom.bootstrap-select .dropdown-toggle.bs-placeholder:focus {
  color: #202124;
}
.dropdown-custom.bootstrap-select .dropdown-toggle:active, .dropdown-custom.bootstrap-select .dropdown-toggle:hover, .dropdown-custom.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: #DBF7F3;
}
.dropdown-custom.bootstrap-select .dropdown-toggle::after {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .dropdown-custom.bootstrap-select .dropdown-toggle {
    height: 44px;
    border-radius: 8px;
  }
  .dropdown-custom.bootstrap-select .dropdown-toggle::after {
    height: 44px;
    line-height: 44px;
  }
}
.dropdown-custom.bootstrap-select .dropdown-header {
  color: #202124;
  font-weight: 600;
}
.dropdown-custom.bootstrap-select .dropdown-menu li a.opt {
  color: #5F6368;
}
.dropdown-custom.bootstrap-select .dropdown-menu li.selected a.opt {
  color: #202124;
}
.dropdown-custom.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
}
.dropdown-custom.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background-color: #acacac;
}
.dropdown-custom.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
  background-color: #ECECEC;
}
.dropdown-custom.unable-select .dropdown-menu {
  z-index: 100;
}
.dropdown-custom.unable-select .dropdown-menu.inner {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdown-custom .dropdown-menu li:last-child.dropdown-divider, .dropdown-custom li:first-child.dropdown-divider {
  display: none;
}
.box-cmn {
  border-radius: 8px;
  border: 1px solid #bbb;
  padding: 16px;
}
.headLabel {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .headLabel {
    flex-flow: wrap;
  }
}
.headLabel__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 20px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .headLabel__title {
    width: 100%;
    white-space: initial;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.headLabel__title.title-multi-line {
  width: 306px;
  white-space: normal;
  text-align: center;
}
@media (max-width: 991px) {
  .headLabel__title.title-multi-line {
    width: 100%;
  }
}
.headLabel .label-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  line-height: 100%;
}
.headLabel .label-text {
  font-size: 15px;
  font-weight: 400;
  color: #909399;
  display: block;
}
.headLabel__facility_info {
  display: flex;
  width: calc(100% - 306px);
  padding-left: 20px;
}
@media (max-width: 991px) {
  .headLabel__facility_info {
    width: 100%;
    padding-left: 0;
  }
}
.headLabel__project-code {
  min-height: 90px;
}
.headLabel__facility-name {
  min-height: 90px;
  width: 100%;
}
@media (max-width: 991px) {
  .headLabel__facility-name {
    width: calc(100% - 200px);
  }
}
.headLabel__facility-code {
  min-height: 90px;
  width: 180px;
  min-width: 180px;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .headLabel__project .headLabel__facility_info {
    flex-wrap: wrap;
  }
  .headLabel__project .headLabel__facility_info .box-cmn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.headLabel__project .headLabel__facility-name {
  margin-left: 20px;
}
.headLabel__project .headLabel__project-code {
  width: 15%;
  min-width: 145px;
}
.formInfo {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.formInfo__left {
  width: 306px;
  min-height: 400px;
}
@media (max-width: 991px) {
  .formInfo__left {
    width: 100%;
    min-height: initial;
    height: 250px;
    margin-bottom: 20px;
  }
}
.formInfo__left.is-invalid {
  border-color: #dc3545;
}
.formInfo__left.is-invalid ~ .invalid-feedback {
  display: block;
}
.formInfo__left .textarea-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 100%;
  display: block;
}
.formInfo__left .textarea {
  padding: 0;
  border: none;
  background-color: white;
  resize: none;
  width: 100%;
  height: calc(100% - 32px);
  font-size: 16px;
}
.formInfo__left .textarea:focus {
  outline: none;
}
.formInfo__right {
  width: calc(100% - 306px);
  padding-left: 20px;
}
@media (max-width: 991px) {
  .formInfo__right {
    width: 100%;
    padding-left: 0;
  }
}
.formInfo__right-top {
  margin-bottom: 20px;
}
@media (max-width: 1599px) and (min-width: 1199px) {
  .formInfo__right-top .form-cmn.submission-point {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .formInfo__right-top .form-cmn.case-no {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 1600px) {
  .formInfo__right-top .form-cmn.submission-point {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .formInfo__right-top .form-cmn.case-no {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .formInfo__right-top .form-cmn.order-id {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .formInfo__right-top .form-cmn.select-sample {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .formInfo__right-top .form-cmn.order-id {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .formInfo__right-top .form-cmn.select-sample {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.formInfo__right-bot .form-cmn .form-label {
  width: 120px;
}
.formInfo__right-bot .form-cmn .form-cont {
  width: calc(100% - 120px);
}
.formInfo .case-number {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: #DBF7F3;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
  max-width: 600px;
}
.formInfo .case-number.is-invalid {
  border: 1px solid #dc3545;
}
.formInfo .case-number .case-label {
  white-space: nowrap;
  font-size: 24px;
  opacity: 0.5;
  font-weight: 600;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .formInfo .case-number .case-label {
    font-size: 20px;
  }
}
.formInfo .case-number .number-input {
  font-size: 34px;
  background: white;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 0 1px white;
  height: 50px;
  color: #FF6755;
  text-align: center;
  border: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .formInfo .case-number .number-input {
    font-size: 24px;
    height: 40px;
  }
}
.formInfo .submission {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 1199px) {
  .formInfo .submission {
    margin-left: 125px;
    max-width: 290px;
  }
}
.formInfo .select-bg {
  background-color: #DBF7F3;
}
.formInfo .select-bg option {
  background-color: white;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-ac.test-tube-list {
  width: 100%;
  margin-top: 20px;
}
.form-ac.test-tube-list .test-tube-info {
  z-index: 8;
  animation: show 0.8s;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #32D0B9;
}
.form-ac.test-tube-list .test-tube-info .form-cmn .form-label {
  width: 175px;
}
.form-ac.test-tube-list .test-tube-info .form-cmn .form-cont {
  width: calc(100% - 175px);
}
.form-ac.test-tube-list .test-tube-info .form-cmn .form-cont.is-invalid .form-control:not(.disabled) {
  border-color: #dc3545;
}
.form-ac.test-tube-list .test-tube-info .form-cmn .form-cont.is-invalid .form-control:not(.disabled):focus, .form-ac.test-tube-list .test-tube-info .form-cmn .form-cont.is-invalid .form-control:not(.disabled):active {
  border: 1px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem #fbafb6 !important;
}
.form-ac.test-tube-list .test-tube-info .form-cmn .form-cont.is-invalid .invalid-feedback {
  display: block;
}
.time-wrap {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.time-wrap.disabled .form-time .time-input {
  color: #ccc;
  background-color: #f3f3f3;
  cursor: not-allowed;
}
.time-wrap .form-time {
  display: flex;
  align-items: center;
}
.time-wrap .form-time .time-input {
  width: 45px;
  height: 44px;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 0;
  background-color: white;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .time-wrap .form-time .time-input {
    width: 41px;
  }
}
.time-wrap .form-time .space {
  padding: 0 6px;
  display: block;
}
.time-wrap .space-time {
  display: block;
  padding: 10px;
}
@media (max-width: 1024px) and (min-width: 991px) {
  .time-wrap .space-time {
    padding: 5px;
  }
}
.form-cmn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
.form-cmn .form-label {
  width: 110px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  text-align: right;
}
.form-cmn .form-cont {
  width: calc(100% - 110px);
  padding-left: 12px;
}
.form-cmn.time-input {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .form-cmn.time-input {
    justify-content: flex-end;
  }
}
.form-creation {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.form-creation .table-creation {
  font-size: 15px;
}
.form-creation .table-creation.title-order-ac th {
  background-color: #32D0B9;
}
.form-creation .table-creation th {
  font-size: 15px;
  font-weight: 600;
}
.form-creation .table-creation thead th {
  background-color: #DBF7F3;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  line-height: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.form-creation .table-creation tbody:not(.equal-col) th:nth-child(1):not(.items-name), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(1):not(.items-name) {
  white-space: nowrap;
  width: 8%;
  text-align: center;
}
.form-creation .table-creation tbody:not(.equal-col) th:nth-child(2), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(2) {
  width: 13%;
  text-align: center;
}
.form-creation .table-creation tbody:not(.equal-col) th:nth-child(3), .form-creation .table-creation tbody:not(.equal-col) th:nth-child(4), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(3), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(4) {
  width: 9%;
  text-align: center;
}
.form-creation .table-creation tbody:not(.equal-col) th:nth-child(5):not(.items-name):not(.name-column), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(5):not(.items-name):not(.name-column) {
  width: 18%;
  text-align: center;
}
@media (max-width: 1024px) {
  .form-creation .table-creation tbody:not(.equal-col) th:nth-child(5):not(.items-name):not(.name-column), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(5):not(.items-name):not(.name-column) {
    width: 17%;
  }
}
.form-creation .table-creation tbody:not(.equal-col) th:nth-child(6), .form-creation .table-creation tbody:not(.equal-col) th:nth-child(7), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(6), .form-creation .table-creation tbody:not(.equal-col) td:nth-child(7) {
  width: 15%;
  text-align: center;
}
.form-creation .table-creation tbody th {
  color: #28AD9A;
  text-align: center;
  padding: 16px 8px;
  border-bottom: 2px solid #28AD9A;
}
@media (max-width: 991px) {
  .form-creation .table-creation tbody th {
    padding: 8px;
  }
}
.form-creation .table-creation tbody td {
  padding: 6px 8px;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}
.form-creation .table-creation tbody td:first-child {
  border-left: none;
}
.form-creation .table-creation tbody .items-name {
  min-width: 100px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: left !important;
  border-left: 1px solid #D9D9D9 !important;
}
@media (max-width: 991px) {
  .form-creation .table-creation tbody .items-name {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-creation .table-creation-2.table-edit tbody th.date-time, .form-creation .table-creation-2.table-edit tbody td.date-time {
  width: 15%;
}
.btn-request {
  width: 327px;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .btn-request {
    width: 200px;
  }
}
.btn-request, .btn-file {
  height: 52px;
}
@media (max-width: 1199px) {
  .btn-request, .btn-file {
    height: 44px;
  }
}
.select-number {
  width: 78px;
  margin: 0 auto;
}
.select-number .dropdown-disable.bootstrap-select .dropdown-toggle, .select-number .dropdown-custom.bootstrap-select .dropdown-toggle {
  background-color: white !important;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #32D0B9;
  padding: 0 15px;
  font-size: 20px;
  color: #202124;
  font-weight: 400;
}
.select-number .dropdown-disable.bootstrap-select .dropdown-toggle::after, .select-number .dropdown-custom.bootstrap-select .dropdown-toggle::after {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  font-size: 14px;
  line-height: 20px;
  color: #202124;
}
@media (max-width: 1199px) {
  .select-number .dropdown-disable.bootstrap-select .dropdown-toggle, .select-number .dropdown-custom.bootstrap-select .dropdown-toggle {
    height: 44px;
    font-size: 18px;
  }
}
.select-number .dropdown-disable.disabled, .select-number .dropdown-custom.disabled {
  opacity: 0.65;
}
.select-number.disable .bootstrap-select {
  pointer-events: none;
  opacity: 0.65;
}
.select-number.disable .bootstrap-select.dropdown-disable .dropdown-toggle .filter-option .filter-option-inner {
  justify-content: center;
}
.select-number.disable .bootstrap-select.dropdown-disable .dropdown-toggle::after {
  display: none;
}
.form-group.row-validate-msg {
  margin-top: -20px;
}
#app-sale .input-suffix:focus-within {
  border: 1px solid #E5B550;
  box-shadow: 0 0 0 0.2rem rgba(228, 174, 61, 0.36);
}
#app-admin .bootstrap-select .dropdown-toggle {
  background-color: #F2E4EE;
  background-image: none;
}
#app-admin .select-number .dropdown-disable.bootstrap-select .dropdown-toggle, #app-admin .select-number .dropdown-custom.bootstrap-select .dropdown-toggle {
  border-bottom: 2px solid #a4508b;
}
#app-admin .formInfo .case-number, #app-admin .formInfo .select-bg {
  background-color: #F2E4EE;
}
#app-admin .form-creation .table-creation thead th {
  background-color: #F2E4EE;
}
#app-admin .form-creation .table-creation tbody th {
  color: #a4508b;
  border-bottom-color: #a4508b;
}
#app-admin .edit-info-pdf .form-header {
  background-color: #F2E4EE;
}
#app-admin .edit-info-pdf fieldset legend {
  color: #a4508b;
}
#app-admin .edit-info-pdf .only-bt-line:focus {
  border-color: #a4508b;
  box-shadow: 0 3px 1px 0 rgba(164, 80, 139, 0.32);
}
#app-admin .edit-info-pdf .content-divider {
  background-color: #F2E4EE;
}
#app-admin .edit-info-pdf .content-divider::after {
  background-color: #a4508b;
}
#app-admin .input-suffix:focus-within {
  border: 1px solid #a4508b;
  box-shadow: 0 0 0 0.2rem rgba(164, 80, 139, 0.32);
}
span.form-value {
  display: block;
  width: 100%;
  line-height: 3;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #E1E1E1;
  padding: 0 14px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  overflow: hidden;
}
span.form-value.disabled {
  background-color: #e9ecef;
}
#app-labor .dropdown-custom.bootstrap-select .dropdown-toggle {
  background-color: #D9E1F9;
}
#app-labor .dropdown-custom.bootstrap-select .dropdown-toggle:active, #app-labor .dropdown-custom.bootstrap-select .dropdown-toggle:hover, #app-labor .dropdown-custom.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  background-color: #D9E1F9;
}
#app-labor .select-number .dropdown-disable.bootstrap-select .dropdown-toggle, #app-labor .select-number .dropdown-custom.bootstrap-select .dropdown-toggle {
  border-bottom: 2px solid #4169E1;
}
#app-labor .formInfo .case-number, #app-labor .formInfo .select-bg {
  background-color: #D9E1F9;
}
#app-labor .form-creation .table-creation thead th {
  background-color: #D9E1F9;
}
#app-labor .form-creation .table-creation tbody th {
  color: #4169E1;
  border-bottom-color: #4169E1;
}
#app-labor .edit-info-pdf .form-header {
  background-color: #D9E1F9;
}
#app-labor .edit-info-pdf fieldset legend {
  color: #4169E1;
}
#app-labor .edit-info-pdf .only-bt-line:focus {
  border-color: #5E7FE5;
  box-shadow: 0 3px 1px 0 rgba(50, 87, 201, 0.36);
}
#app-labor .edit-info-pdf .content-divider {
  background-color: #D9E1F9;
}
#app-labor .edit-info-pdf .content-divider::after {
  background-color: #5E7FE5;
}
#app-labor .input-suffix:focus-within {
  border: 1px solid #5E7FE5;
  box-shadow: 0 0 0 0.2rem rgba(50, 87, 201, 0.36);
}
#app-sale .overlay-view-background ~ select {
  background: #FAF0DC !important;
}
#app-sale .bootstrap-select .dropdown-toggle {
  background: none;
}
#app-sale .select-number .dropdown-disable.bootstrap-select .dropdown-toggle, #app-sale .select-number .dropdown-custom.bootstrap-select .dropdown-toggle {
  border-bottom: 2px solid #F5E1B9;
}
#app-sale .formInfo .case-number, #app-sale .formInfo .select-bg {
  background-color: #FAF0DC;
}
#app-sale .form-creation .table-creation thead th {
  background-color: #FAF0DC;
}
#app-sale .form-creation .table-creation tbody th {
  color: #E4AE3D;
  border-bottom-color: #E4AE3D;
}
.edit-info-pdf {
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  font-size: 15px;
}
.edit-info-pdf .form-header {
  background-color: #DBF7F3;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  text-align: center;
  line-height: 100%;
  border-bottom: 1px solid #D9D9D9;
  color: #F04430;
}
.edit-info-pdf .form-content {
  padding: 0 1rem;
  margin-top: 2rem;
}
.edit-info-pdf .form-content .content {
  padding: 0 1rem;
}
.edit-info-pdf .form-content .content .form-title {
  font-weight: 700;
  color: #5F6368;
}
.edit-info-pdf .form-content .content textarea {
  height: auto;
  resize: none;
  padding: 10px 14px;
}
.edit-info-pdf fieldset {
  border: 1px solid #D9D9D9;
  border-radius: 1rem;
}
.edit-info-pdf fieldset legend {
  width: auto;
  color: #28AD9A;
  font-size: 15px;
  font-weight: 600;
  margin-left: 1rem;
  padding: 0 1rem;
}
.flex-break-line {
  flex-basis: 100%;
  height: 0;
}
.btnAdd {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 100;
}
@media (max-width: 1366px) {
  .btnAdd {
    right: 30px;
    bottom: 30px;
  }
}
.btnAdd .btn-add {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all ease 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 12;
}
@media (max-width: 1366px) {
  .btnAdd .btn-add {
    width: 55px;
    height: 55px;
    font-size: 17px;
  }
}
.btnAdd .btn-add a {
  color: #FF6755 !important;
}
.btnAdd .btn-add:hover {
  background-color: #FF6755;
}
.btnAdd .btn-add:hover a {
  color: #ffffff !important;
}
.overlay-add {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 10;
}
.input-suffix {
  display: inline-flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  padding: 0 14px 0 5px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
}
.input-suffix:focus-within {
  border: 1px solid #2BB9A5;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39);
}
.input-suffix.is-invalid {
  border-color: #dc3545;
}
.input-suffix.is-invalid:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.input-suffix input.form-control {
  border: none;
}
.input-suffix input.form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.input-suffix .trailing {
  white-space: nowrap;
  color: gray;
}
.scrollable-testTube-tbl {
  overflow: auto;
  display: block;
  position: relative;
}
.scrollable-testTube-tbl::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
}
.scrollable-testTube-tbl::-webkit-scrollbar-thumb {
  background-color: #acacac;
}
.scrollable-testTube-tbl::-webkit-scrollbar-track {
  background-color: #ECECEC;
}
.scrollable-testTube-tbl tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 74px;
}
.scrollable-testTube-tbl tbody tr:has(> td.is-invalid) td:not(.vertical-mid) {
  vertical-align: top;
}
.scrollable-testTube-tbl tbody tr:not(:first-child) td {
  border-top: 1px solid #D9D9D9;
}
.scrollable-testTube-tbl td {
  padding: 6px 8px;
}
.scrollable-testTube-tbl td:not(:first-child) {
  border-left: 1px solid #D9D9D9;
}
.scrollable-testTube-tbl td.is-invalid .form-control:not(.disabled) {
  border-color: #dc3545;
}
.scrollable-testTube-tbl td.is-invalid .form-control:not(.disabled):focus, .scrollable-testTube-tbl td.is-invalid .form-control:not(.disabled):active {
  border: 1px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem #fbafb6 !important;
}
.scrollable-testTube-tbl td.is-invalid .invalid-feedback {
  display: block;
}
.scrollable-testTube-tbl .invalid-feedback {
  margin-top: 2px;
}
.vertical-mid {
  vertical-align: middle;
}
#app-hospital .form-input img.svg {
  filter: invert(56%) sepia(58%) saturate(522%) hue-rotate(122deg) brightness(92%) contrast(85%);
}
#app-hospital .form-input .icon {
  color: #2BB9A5;
}
#app-hospital .btn-backpage:hover img.svg {
  filter: invert(56%) sepia(58%) saturate(522%) hue-rotate(122deg) brightness(92%) contrast(85%);
}
#app-hospital .link {
  color: #2BB9A5;
}
#app-hospital .link:hover, #app-hospital .link:focus {
  color: #2BB9A5;
}
#app-hospital .form-control:not(:disabled):not(.disabled):not(.is-invalid):not(:invalid):focus, #app-hospital .form-control:not(:disabled):not(.disabled):not(.is-invalid):not(:invalid):active {
  border: 1px solid #2BB9A5 !important;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39) !important;
}
#app-hospital .form-control:focus, #app-hospital .form-control:active {
  border: 1px solid #2BB9A5;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39);
}
#app-hospital .form-input .icon {
  color: #2BB9A5;
}
#app-hospital .select-custom.bootstrap-select .btn:not(:disabled):not(.disabled).active, #app-hospital .select-custom.bootstrap-select .btn:not(:disabled):not(.disabled):active {
  background-image: url(../images/icon-medical-office.svg);
}
#app-hospital .select-custom.bootstrap-select .dropdown-toggle {
  background: url(../images/icon-medical-office.svg) no-repeat 12px 50%;
}
#app-hospital .bootstrap-select .dropdown-toggle::after {
  color: #2BB9A5;
}
#app-hospital .dropdown-item:hover, #app-hospital .dropdown-item:focus {
  color: #2BB9A5;
  background-color: #DBF7F3;
}
#app-hospital .dropdown-item:hover img.svg, #app-hospital .dropdown-item:focus img.svg {
  filter: invert(56%) sepia(58%) saturate(522%) hue-rotate(122deg) brightness(92%) contrast(85%);
}
#app-hospital .dropdown-item.active, #app-hospital .dropdown-item:active {
  color: #ffffff !important;
  background-color: #31beaa;
}
#app-hospital .dropdown-item.active img.svg, #app-hospital .dropdown-item:active img.svg {
  filter: brightness(0) invert(1);
}
#app-hospital .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #2BB9A5;
}
#app-hospital .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: 2px solid #2BB9A5;
}
#app-hospital .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #2BB9A5;
}
#app-hospital .table-cmn thead tr th {
  border-bottom: 1px solid #2BB9A5;
  color: #2BB9A5;
}
#app-hospital .modal-login .list-otp input:focus, #app-hospital .modal-login .list-otp input:active {
  border: 1px solid #2BB9A5;
  box-shadow: 0 0 0 0.2rem rgba(43, 185, 165, 0.39);
}
#app-hospital .sort-items.active {
  color: #2BB9A5;
}
.w-330 {
  max-width: 330px;
}
.checkbox input[type='checkbox'] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}
.checkbox input[type='checkbox']:checked ~ label:before {
  border: 2px solid #d4788c;
}
.checkbox input[type='checkbox']:checked ~ label:after {
  height: calc(100% - 4px);
}
.checkbox input[type='checkbox']:focus + label::before {
  outline: 0;
}
.redirect-page-wrap .inner-form {
  width: 90%;
  max-width: 1550px;
  padding: 80px 56px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 6px 14px -6px rgba(24, 39, 75, 0.12), 0 10px 10px -8px rgba(24, 39, 75, 0.1);
  border-radius: 8px;
}
@media (max-width: 1366px) {
  .redirect-page-wrap .inner-form {
    padding: 56px;
  }
}
@media (max-width: 767px) {
  .redirect-page-wrap .inner-form {
    padding: 20px;
  }
}
.redirect-page-wrap .inner-form ul > li {
  width: 100%;
  padding: 1.5rem 0.5rem;
}
.redirect-page-wrap .inner-form ul > li .btn {
  font-size: 24px;
  width: 100%;
  padding: 1rem 0;
}

.form-area {
  background-color: #ffffff;
  max-width: 1310px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 56px;
}
@media (max-width: 1366px) {
  .form-area {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .form-area {
    padding: 20px;
  }
}
.form-area .form-title {
  font-weight: 600;
  font-size: 15px;
  color: #5F6368;
}
#app-hospital .link-decoration-none {
  color: #2BB9A5;
  text-decoration: none;
}
#app-hospital .link-decoration-none:hover {
  color: #2BB9A5;
  cursor: pointer
}