.ci-primary {
  color: var(--primary) !important;
}
.ci-primaryBootstrap {
  color: var(--primaryBootstrap) !important;
}
.ci-light {
  color: var(--light) !important;
}
.ci-softDark {
  color: var(--softDark) !important;
  background-color: var(--softDark) !important;
  border-color: var(--softDark) !important;
}
.text-softDark {
  color: #6b6a74 !important;
}
.ci-warning {
  color: var(--warning) !important;
}
.ci-success {
  color: var(--success) !important;
}
.ci-danger {
  color: var(--danger) !important;
}
/* body {
  color: var(--light);
  background: var(--dark);
  position: relative;
  max-width: 100vw !important;
  width: 100% !important;
  font-family: "Poppins", "Noto Sans Thai", sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
} */
/* font */
.h6,
h6 {
  font-size: 18px;
  font-weight: 700;
}
.small,
small {
  font-size: 12px;
}
.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.fw-lighter {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 800 !important;
}
/* font */

/* widht  */
.w-100 {
  width: 100%;
}
.position-relative {
  position: relative;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
/* widht  */

/* Custom  */
.mainLayout-content {
  width: 100%;
  min-height: calc(100vh - 60px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 20px;
}
.homePage-logoSize {
  max-width: 300px;
  min-width: 150px;
  width: 100%;
}
.logo-mainLayout {
  /* min-width: 50px;
  max-width: 50px; */
  width: 300px;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 1px 3px #b8b8b8;
}
.logo-mainLayout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-mainLayout {
  max-width: 350px;
  min-width: 250px;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  border: 3px solid;
  border-color: #fff;
  background-color: #000;
  overflow: hidden;
}

#videoFeed,
#resultImage {
  width: 100%;
  height: auto;
  display: block;
}
#canvasElement {
  display: none;
}

.type-mainlayout {
  padding: 0 10px;
  width: fit-content;
  height: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}
.type-mainlayout.primaryBlue {
  background: #cde9ff;
  color: #008eff !important;
}
.type-mainlayout.success {
  background: #a8ffcf;
  color: #057813 !important;
}
.type-mainlayout.warning {
  background: #ffe9b3;
  color: #ff6a00 !important;
}
.type-mainlayout.danger {
  background: #ffc5d0;
  color: #d80027 !important;
}
.cutline-text-01-150 {
  text-decoration: none;
  text-overflow: ellipsis; /* เพิ่ม ... จุดจุดจุดท้ายสุด */
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 150px; /* กำหนดความกว้าง */
}
.custom-dropdown select {
  display: none;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}

/* style dropdown  */

.dropdown-selected {
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 10px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 800;
}
.dropdown-selected:hover {
  background-color: #ffc6d0;
  color: #a6192e;
}

.dropdown-options {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 300px;
  max-width: 400px;
  width: 100%;
  border: 2px solid #fff;
  z-index: 1;
  top: 55px;
  border-radius: 5px;
}

.dropdown-options div {
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.dropdown-options div:hover {
  background-color: #ffc6d0;
  color: #000;
}

/* style dropdown  */

.step1close {
  position: absolute;
  bottom: -90px;
  height: 50px;
  width: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: transparent;
  border: 0;
}

/* Custom  */
@media screen and (max-width: 300px) {
  .camera-mainLayout {
    width: 250px;
    height: 250px;
  }
}
