body{
    background-color: rgba(229, 229, 229, 1);
    /* padding: 64px 49px; */
    box-sizing: border-box;
    font-family: 'thaisans-neue';
}
/* .box-main{
    background-color: #fff;
    border-radius: 24 !important;

} */
.box-main{
    padding: 24px;
    border-radius: 24px !important;
    box-shadow: 0px 4px 24px 0px rgba(138, 136, 255, 0.07);
    background-color: rgba(255, 255, 255, 1);

  }
  .active{
    background-color: rgba(238, 238, 238, 1) ;
  }
  .card-service{
    margin-bottom: 1rem;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px 0px 0px 8px;
  }
  .card-detail{
    background: rgba(255, 255, 255, 1);
    padding: 24px;
    margin-bottom: 1rem;
    border-radius: 12px;
  }
  .box-header-card{
    display: flex;
    justify-content: space-between;
  }

/* .box {
    width: 55px;
    height: 55px;
} */

img.box:hover {
  transition: 0.5s;
  scale: 1.2;
  opacity: 1;
  transform: rotate(5deg);
}
  
.box { 
  width: 40px;
  height: 40px;
  transition: 0.5s;
  margin: 5px;
  opacity: .8;
}



#hoverMessage {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 5px;
  border-radius: 5px;
  z-index: 1000;
}