body{
    background-color: #d4c8ba;
}

.content-body{
    padding: 15px;
}

.submit-btn{
    background-color: #938778;
    color: #fff !important;
    text-align: none !important;
    text-decoration: none !important;
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    outline: none !important;
    border: 0;
}

.add-slip-wrapper{
    background-color: #fff;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    outline: none !important;
    display: flex;
    position: relative;
    background-size: cover; /* ทำให้รูปภาพครอบคลุมพื้นหลัง */
    background-position: center; /* จัดตำแหน่งรูปภาพให้อยู่ตรงกลาง */
    transition: background-image 0.3s ease; /* เพิ่มการเปลี่ยนแปลงพื้นหลังแบบเลื่อน */
    position: relative;
}

.add-slip-wrapper input{
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}

.add-slip-wrapper span{
    content: "อัพโหลดหลักฐานการชำระเงิน";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: #000;
}

.add-slip-wrapper.active span {
    display: none;
}

.picture-wrapper{
    display: flex;
    max-width: 370px;
    gap: 10px;
    width: 100%;
}

.picture-wrapper .picture-item{
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    height: 180px;
    border: 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.picture-wrapper .picture-item.active span{
    display: none;
}

.picture-wrapper .picture-item input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}

.add-img-item{
    background-color: #3b3b3b;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.coffe-item-group{
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #000000;
    margin: 1.5rem 0;
}

.logo{
    text-align: center;
    margin-bottom: 3.5rem;
    margin-top: 1.5rem;
}
.req{
    color: #ff0000;
}
.logo img{
    width: 300px;
}

table .picture-item{
    width: 100px;
    background-color: #fff;
    border-radius: 5px;
    height: 100px;
    border: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url("Picture1.jpg");
    color: #fff;

}

table .picture-item.active span{
    display: none;
}

table .picture-item input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "- ";
  text-indent: -5px;
}
ul.ndashed {
  list-style-type: none;
}
ul.ndashed > li {
  text-indent: -5px;
}
ul.ndashed > li:before {
  content: "";
  text-indent: -5px;
}