@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Noto Sans Thai', sans-serif;
   }
   #dis {
    cursor: pointer; /* เมื่อเมาส์ไปชี้ที่ input จะเป็นรูปมือ */
    background-color: white;
}
#note-bill{
    cursor: pointer; /* เมื่อเมาส์ไปชี้ที่ input จะเป็นรูปมือ */
    background-color: white;
}
   .bodys{
    width: 100%;
    height: 100vh;
    background-color: rgb(247, 247, 247);
    
   }
   .bo1{
    width: 100%;
    height: 6%;
    background: linear-gradient(to bottom right, #395ce6, #2db1ee);

   }
   
   .bo2{
    width: 100%;
    height: 20%;
    background-color: white;
    
   }
   
   .bo3{
    width: 100%;
    height: 65%;
    overflow-x: hidden;
    overflow-y: scroll;
    border-radius: 10px;
    background-color: white;
   }
   .bo4{
    width: 100%;
    height: 6%;
    background-color: rgb(230, 230, 230);
    
   }
   .bo5{
    width: 100%;
    height: 3%;
    background-color: rgb(248, 247, 247);
    
   }
   .img img{
    width: 24px;    
    object-fit: cover;
    margin-right: 5px;
   }
   a{
    text-decoration: none;
    color: black;
    
   }


.carousel-control-prev.custom-control,
.carousel-control-next.custom-control {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  opacity: 1;
}

.carousel-control-prev.custom-control {
  left: -30px;
}
.carousel-control-next.custom-control {
  right: -30px;
}

.carousel-icon {
  font-size: 30px;
  color: #00a3e0;
  line-height: 60px;
  display: block;
  text-align: center;
}

.carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00a3e0;
  opacity: 0.5;
  transition: 0.3s;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #007cc2;
}
