@font-face {
    font-family: Prompt;
    src: url('../fonts/Prompt-Light.ttf');
  }
.line-btn{
    font-size: 24px;
    font-family: Prompt;
}
.font-prompt{
  font-family: Prompt;
}
.font-prompt-b{
  font-family: Prompt;
  font-weight: bold;;
}
.priceBox{
  padding: 2px;
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 48px;
}
.priceBoxs{
  padding: 5px 2px 2px 2px;
  border-radius: 8px;
  background-color: #FFFFFF;
  min-height: 40px;
}
.priceBox2{
  padding: 11px 6px 9px 6px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.priceBox3{
  padding: 11px 6px 17px 6px;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.circle {
  width: 2rem;
  height: 2rem;
  background-color: #D1D1D1;
  border-radius: 50%; /* ทำให้มีรูปร่างเป็นวงกลม */
  float: left;
  margin-right: 5px;
}
td.table-cell-edit{
  background-color: #e9e9e9;
}
.my-button {
  background-color: #ff8800;
  color: #FFFFFF;
}

@media only screen and (min-width: 933px) {
  .mobile-only {
    display: none;
  }
}

#warning-content {
  display: flex;
  justify-content: center;
  margin: 0;
  background-color: #f0f0f0;
  height: 100vh;
}

.container-fluid2 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.circle2 {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #D1D1D1;
  border-radius: 50%;
  /* ทำให้มีรูปร่างเป็นวงกลม */
  float: left;
  margin-right: 5px;
}

.non-member {
  background-color: #FF0000;
  padding: 1px 4px 1px 4px;
  ;
  border-radius: 10px;
  color: #FFFFFF;
}

.member {
  background-color: #279E07FF;
  padding: 1px 4px 1px 4px;
  ;
  border-radius: 10px;
  color: #FFFFFF;
}

.page-title-box2 {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  height: 100px;
  /* Adjust as needed */
}

.message {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
}

.progress-bar-container {
  width: 100%;
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #000baa, #ff001c);
  animation: decrease 2s linear forwards;
}

@keyframes decrease {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

.warning-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  
}

.warning-icon {
  width: 150px;
  /* กำหนดขนาดของรูป */
  height: 150px;
  margin-bottom: 10px;
}

.warning-message {
  font-size: 20px;
  color: #856404;
}