.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.custom-template {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 325px;
  height: max-content;
  display: block;
  z-index: 1;
  background: #ffffff;
  transition: all .3s;
  z-index: 1003;
  box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .5s;
}

.custom-template.open {
  right: 0px;
}

.custom-template .custom-toggle {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #5867dd;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /*border-right: 1px solid #177dff;*/
  cursor: pointer;
  color: #ffffff;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
  font-size: 20px;
  animation: 1.3s spin linear infinite;
}

.custom-template .title {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ebedf2;
  background: #5867dd;
}

.custom-template .custom-content {
  padding: 20px 15px;
  max-height: calc(100vh - 90px);
  overflow: auto;
}

.custom-template .switcher {
  padding: 5px 0;
}

.custom-template .switch-block h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.custom-template .btnSwitch {
  margin-top: 20px;
  margin-bottom: 25px;
}

.custom-template .btnSwitch button {
  border: 0px;
  height: 22px;
  width: 22px;
  outline: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #ededed;
  position: relative;
  transition: all .2s;
}

.custom-template .btnSwitch button:hover {
  border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
  border-color: #0bf;
  display: inline-flex;
  align-items: center;
}

.custom-template .btnSwitch button:not([data-color="white"], [data-color="bg1"], [data-color="bg2"], [data-color="bg3"]) .gg-check:after {
  border-color: #fff;
}

.custom-template .img-pick {
  padding: 4px;
  min-height: 100px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-template .img-pick img {
  height: 100%;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
  border-color: #177dff;
}

.demo .btn,
.demo .progress {
  margin-bottom: 15px !important;
}

.demo .form-check-label,
.demo .form-radio-label,
.demo .toggle,
.demo .btn-group {
  margin-right: 15px;
}

.demo #slider {
  margin-bottom: 15px;
}

.table-typo tbody>tr>td {
  border-color: #fafafa;
}

.table-typo tbody>tr>td:first-child {
  min-width: 200px;
  vertical-align: bottom;
}

.table-typo tbody>tr>td:first-child p {
  font-size: 14px;
  color: #333;
}

.demo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s;
}

.demo-icon:hover {
  background-color: #f4f5f8;
  border-radius: 3px;
}

.demo-icon .icon-preview {
  font-size: 1.8rem;
  margin-right: 10px;
  line-height: 1;
  color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
  color: #969696;
}

.demo-icon .icon-class {
  font-weight: 300;
  font-size: 13px;
  color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
  color: #a9a8a8;
}

.form-show-notify .form-control {
  margin-bottom: 15px;
}

.form-show-notify label {
  padding-top: 0.65rem;
}

.map-demo {
  height: 300px;
}

#instructions li {
  padding: 5px 0;
}

.row-demo-grid {
  margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
  text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
  background: #ddd;
}

.btnSwitch button[data-color="white"] {
  background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
  background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
  background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
  background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
  background-color: #1572E8;
}

.btnSwitch button[data-color="purple"] {
  background-color: #6861CE;
}

.btnSwitch button[data-color="light-blue"] {
  background-color: #48ABF7;
}

.btnSwitch button[data-color="green"] {
  background-color: #31CE36;
}

.btnSwitch button[data-color="orange"] {
  background-color: #FFAD46;
}

.btnSwitch button[data-color="red"] {
  background-color: #F25961;
}

.btnSwitch button[data-color="dark2"] {
  background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
  background-color: #1269DB;
}

.btnSwitch button[data-color="purple2"] {
  background-color: #5C55BF;
}

.btnSwitch button[data-color="light-blue2"] {
  background-color: #3697E1;
}

.btnSwitch button[data-color="green2"] {
  background-color: #2BB930;
}

.btnSwitch button[data-color="orange2"] {
  background-color: #FF9E27;
}

.btnSwitch button[data-color="red2"] {
  background-color: #EA4d56;
}

.btnSwitch button[data-color="bg1"] {
  background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
  background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
  background-color: #f1f1f1;
}

#modalShowcase .btn-close {
  background: #ff0000;
  opacity: 0.7;
  display: flex;
}

#modalShowcase .btn-close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

#modalShowcase .preview-showcase {
  background: #F1F1F4;
  border-radius: 8px;
  padding: 24px 32px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all .3s ease;
}

#modalShowcase .preview-showcase:hover {
  transform: translateY(-2.5%);
  background: #e9f6f9;
}

#modalShowcase .preview-title {
  color: #071437;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22.750px;
}

#modalShowcase .preview-img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  transition: all .3s ease;
}

#checkOutMoreDemos {
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #fff;
  color: #252F4A;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 70px;
  font-size: 12px;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

#checkOutMoreDemos i {
  width: 23px;
  height: 23px;
  font-size: 16px;
  margin-bottom: 0.5rem !important;
  padding-top: 0.25rem !important;
}

#checkOutMoreDemos:hover {
  background: #1e2129;
  color: #fff;
  opacity: 1;
  transition: color .2s ease;
}

.ml-progress-container-status {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #modalShowcase .modal-dialog {
    padding: 3rem !important;
  }

  .ml-progress-container-status {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1201px) {


  .ml-progress-container-status {
    margin-left: 32px;
  }
}

@media screen and (max-width: 550px) {
  .table-typo tr td {
    display: flex;
    align-items: center;
    word-break: break-word;
  }

  .table-typo tr td:first-child p {
    margin-bottom: 0px;
  }

  #modalShowcase .modal-dialog {
    padding: 32px !important;
  }

  #modalShowcase h3 {
    font-size: 16px;
  }

  #modalShowcase .preview-showcase {
    padding: 24px;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .custom-template .custom-content {
    overflow: auto;
  }

  .form-show-notify>.text-right,
  .form-show-validation>.text-right {
    text-align: left !important;
  }

  .ml-progress-container-status {
    margin-left: 0px;
  }
}

@media screen and (max-width: 400px) {
  .custom-template {
    width: 85% !important;
    right: -85%;
  }
}

/*# sourceMappingURL=demo.css.map */

.box-login-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  /* ทำให้ความสูงเต็มจอ */
}

/* ปรับขนาดไอคอน */
.icon-action i {
  font-size: 20px;
  color: #1e2129;
  /* เว้นระยะห่างซ้าย-ขวา */
  transition: color 0.3s ease-in-out;
  /* ทำให้เปลี่ยนสีแบบนุ่มนวล */
}

/* 
/* เปลี่ยนสีเมื่อ hover */

.icon-action.view i {
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* สีฟ้า */
}

.icon-action.view:hover i {
  color: green;
  cursor: pointer;
  /* สีฟ้า */
}

.icon-action.edit i {
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* สีเขียว */
}

.icon-action.edit:hover i {
  color: #3068ff;
  /* สีเขียว */
}

.icon-action.delete i {
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  /* สีแดง */
}

.icon-action.delete:hover i {
  color: #ff0019;
  /* สีแดง */
}

.message-text-color {
  margin-top: 16px;
  font-size: 16px;
  color: #08620b;
}

.no-edit {
  pointer-events: none;
  background-color: #ffffff;
}





.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px 14px 16px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 0.5s ease-in-out forwards;
  cursor: pointer;

}

.project-box,
.project-status {
  padding: 16px;
  border: 2px solid #ccc;
  border-radius: 10px;
  width: 25%;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.project-box {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  width: 74%;
}

.project-status {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default !important;
}

.project-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .project-box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .project-box,
  .project-status {
    width: 100%;
    text-align: left;
    margin-top: 5px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.progress-container-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}


@media (max-width: 576px) {
  .progress-container-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    position: relative;
  }
}

.progress-step-wrapper {
  display: flex;
  flex-direction: column;
  /* จัดวงกลมไว้บนข้อความ */
  align-items: center;
  /* จัดกึ่งกลางในแนวนอน */
  position: relative;
}


/* ✅ Step */
.progress-step-status {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #ccc;

}

.progress-step-status.active {
  border-color: #007bff;
  color: #007bff;
}

/* ✅ เส้นเชื่อม */
.progress-line-status {
  position: absolute;
  height: 3px;
  background: #ffffff;
  top: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

/* ✅ ทำให้เส้นแต่ละช่วงยาวไม่เกิน progress-step */
.progress-line-status.step-1 {
  width: 30%;
  left: 45px;
}

.progress-line-status.step-2 {
  width: 30%;
  left: 36%;
}

.progress-line-status.step-3 {
  width: 30%;
  left: 60%;
}

/* ✅ เส้น Active */
.progress-line-status.active {
  background: #007bff;
}

/* ✅ เส้นปะเฉพาะระหว่าง Step 2 กับ Step 3 */
.dashed-line-status {
  position: absolute;
  border-top: 3px dashed #ccc;
  height: 3px;
  width: 40%;
  top: 20px;
  left: 35%;
  transform: translateY(-50%);
  z-index: 1;
}

/* ✅ ข้อความ */
.progress-text-status {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  word-wrap: break-word;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  word-wrap: break-word;
  /* หรือ word-break: break-word; */
}



.progress-container-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  position: relative;
}





/* ✅ Step */
.progress-step-check {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #ccc;
}

.progress-step-check.active {
  border-color: #007bff;
  color: #007bff;
}

/* ✅ เส้นเชื่อม */
.progress-line-check {
  position: absolute;
  height: 3px;
  background: #ffffff;
  top: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

/* ✅ ทำให้เส้นแต่ละช่วงยาวไม่เกิน progress-step */
.progress-line-check.step-1 {
  width: 40%;
  left: 15px;
}

.progress-line-check.step-2 {
  width: 40%;
  left: 35%;
}

.progress-line-check.step-3 {
  width: 28%;
  left: 65%;
}

/* ✅ เส้น Active */
.progress-line-check.active {
  background: #007bff;
}

/* ✅ เส้นปะเฉพาะระหว่าง Step 2 กับ Step 3 */
.dashed-line-check {
  position: absolute;
  border-top: 3px dashed #ccc;
  height: 3px;
  width: 40%;
  top: 20px;
  left: 35%;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-text-check {
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  white-space: nowrap;
  /* ป้องกันข้อความตัดบรรทัดในจอปกติ */
  margin-left: -24px;
}

/* ✅ ปรับให้ข้อความลงบรรทัดใหม่บนมือถือ */
@media (max-width: 480px) {
  .progress-text-check {
    display: block;
    /* ทำให้ข้อความลงบรรทัดใหม่ */
    white-space: normal;
    /* อนุญาตให้ข้อความขึ้นบรรทัดใหม่ */
    text-align: center;
    /* จัดตรงกลาง */
    margin-top: 10px;
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .progress-text {
    display: block;
    /* ทำให้ข้อความลงบรรทัดใหม่ */
    white-space: normal;
    /* อนุญาตให้ข้อความขึ้นบรรทัดใหม่ */
    text-align: center;
    /* จัดตรงกลาง */
    margin-top: 10px;
    margin-right: 24px !important;
  }
}

.text-center-project {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0px 24px 0px;
  text-align: center;
}

.notif-icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* ป้องกันไม่ให้ถูกบีบ */
  background: #f0f0f0;
  border-radius: 50%;
}

.pagination li {
  margin-right: 4px;
}


.card .card-header,
.card-light .card-header .filter-container {
  padding: 8px !important;
}

.filter-button-group {
  display: contents;

}

.filter-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.filter-btn {
  border: 1px solid #000;
  background-color: white;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: black;
  color: white;
}

.search-box {
  display: flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 5px 10px;
  margin-right: 8px;
}



.search-box input {
  border: none;
  outline: none;
  padding: 5px;
  flex: 1;
}

.search-box button {
  background-color: black;
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 15px;
  margin-left: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.search-box button:hover {
  background-color: gray;
}


.project-card {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* เอฟเฟกต์เมื่อ Hover */
.project-card:hover {
  transform: scale(1.02);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* เอฟเฟกต์เมื่อคลิก */
.project-card:active {
  transform: scale(0.98);
}

/* เอฟเฟกต์สีสถานะ */
.status-text {
  font-size: 18px;
  font-weight: bold;
}

.text-red {
  color: red;
  animation: fadeIn 0.5s ease-in-out;
}

.text-green {
  color: green;
  animation: fadeIn 0.5s ease-in-out;
}

/* เพิ่ม Animation ให้ข้อความค่อยๆ ปรากฏ */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.red-day {
  background-color: red !important;
  color: white;

}

.calendar-container {
  text-align: center;
  margin: 20px;
}

.event-day {
  background-color: red;
  color: white;
  cursor: pointer;
}

.nav-buttons {
  margin-top: 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.nav-buttons button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.nav-buttons button:hover {
  background-color: #0056b3;
}

#monthYear {
  font-size: 18px;
  font-weight: bold;
}

.project-label {
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 6px;
  border-radius: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100px;
  display: block;
  margin: 2px auto;
  text-align: center;
  max-width: 90%;
  /* ป้องกันไม่ให้ใหญ่เกินหน้าจอบนมือถือ */
}

/* ปรับสำหรับจอขนาดเล็ก (มือถือ) */
@media screen and (max-width: 480px) {
  .project-label {
    font-size: 10px;
    /* ลดขนาดตัวอักษร */
    width: auto;
    /* ปรับให้กว้างตามเนื้อหา */
    max-width: 80%;
    /* จำกัดไม่ให้เกินหน้าจอ */
    padding: 2px 5px;
    /* ลด padding เพื่อให้ดูดีขึ้น */
  }
}


.calendar-container {
  width: 100%;
  max-width: 95%;
  overflow-x: auto;
  /* เปิดให้เลื่อนแนวนอนได้หากตารางใหญ่เกินไป */
  white-space: nowrap;
  /* ป้องกันการหักบรรทัด */
}

.calendar-table {
  width: 100%;
  min-width: 350px;
  /* กำหนดความกว้างขั้นต่ำของตาราง */
  table-layout: fixed;
  /* ทำให้แต่ละคอลัมน์มีขนาดเท่ากัน */
  border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
  text-align: center;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

/* ปรับขนาดปุ่มบนมือถือ */
.nav-buttons button {
  padding: 5px 10px;
  font-size: 14px;
}

/* ปรับให้รองรับจอเล็ก */
@media screen and (max-width: 480px) {
  .calendar-table {
    font-size: 12px;
    /* ลดขนาดตัวอักษร */
  }

  .calendar-table th,
  .calendar-table td {
    padding: 6px;
  }

  .nav-buttons span {
    font-size: 14px;
    /* ปรับขนาดตัวหนังสือของชื่อเดือน */
  }

  .calendar-container .table>tbody>tr>td,
  .table>tbody>tr>th {
    padding: 8px 0px 8px 0px !important;
  }
}




.input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  /* ระยะห่างระหว่าง label และ select */
}

.input-group label {
  flex: 0 0 150px;
  /* กำหนดความกว้าง label ให้คงที่ */
  text-align: right;
  /* จัดข้อความ label ไปทางขวา */
}

.form-select {
  flex: 1;
  /* ให้ select ขยายขนาดตามพื้นที่ที่เหลือ */
  max-width: 100%;
  /* จำกัดความกว้างไม่ให้ยืดเกินไป */
}

.refresh-project {
  text-align: center;
  color: red;
  font-size: 18px;
  margin-bottom: 24px;
}

.form-group-home {
  margin-bottom: 8px;
}

.remove-btn {
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-left: 10px;
}

.form-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.button-top {
  margin-top: 24px;
  margin-bottom: 24px;
}

<style>.container-work {
  width: 80%;
  margin: auto;
  padding: 10px;
}

.item-work {
  margin-bottom: 16px;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
}

.images-work img {
  width: 100px;
  margin: 5px;
  border-radius: 5px;
}

.form-group-home-work {
  display: none;
  padding: 10px;
  border: 1px solid #aaa;
  margin-top: 10px;
}

.edit-btn-work {
  background-color: #ffc107;
  /* สีเหลือง */
  color: #000;
  /* สีตัวอักษรดำ */
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 24px;
}

.edit-btn-work:hover {
  background-color: #e0a800;
  /* สีเหลืองเข้มขึ้นเมื่อ hover */
}

.edit-btn-work:active {
  background-color: #d39e00;
  /* สีเหลืองเข้มเมื่อคลิก */
}

.add-btn-work {
  background: #28a745;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

#output .form-id-edit {
  margin-bottom: 32px;
}

.details-head-work {
  margin-top: 24px;
  margin-left: 16px;
}

.profile-me {
  width: 350px; /* ปรับขนาดให้เล็กลง */
  height: auto; /* ให้ความสูงปรับตามสัดส่วนของรูป */
}

/* กำหนดขนาดของรูปภาพ */
.images-work img {
  width: 150px;        /* กำหนดความกว้างให้รูปภาพ */
  height: 150px;       /* กำหนดความสูงให้รูปภาพ */
  object-fit: cover;   /* ให้รูปภาพขยายเต็มพื้นที่โดยไม่ผิดสัดส่วน */
  object-position: center; /* จัดตำแหน่งภาพให้อยู่ตรงกลาง */
  margin: 5px;         /* เพิ่มระยะห่างระหว่างรูปภาพ */
}

.preview-container {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.preview-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 2px;
  cursor: pointer;
}

/* Ensure the modal is visible above everything */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999 !important; /* Force it to be above everything */
}

.image-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.full-image {
  width: auto;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10000;
}

.cursor-pointer {
  cursor: pointer;
}
