@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@100;200;300;400;500;600;700&display=swap');

.font-caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


.font-kanit-regular {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.font-kanit-medium {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.font-ibm {
    font-family: "IBM Plex Sans Thai Looped", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .text-shadow-custom {
    text-shadow: 2px 2px 5px rgba(53 53 53 / 0.35);
  }
.bg-cherry {
    background-image: url('/static/image/bgimg3.jpg');
   
}
.bg-image-top {
  background-repeat: no-repeat;
  background-position: right top;
}
.block-image {
  width: 50px;
  height: 50px;
  
  border-radius: 12px;
}
.block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.btn-grad {
  background-image: linear-gradient(to right, #093028 0%, #41a87f  51%, #093028  100%)}
.btn-grad {
 
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
  

 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }
 .badge {
  width: 80px;
}
 .chip-dark-primary{
  background-color: #1b3a35 ;
  color: #fff;

 }
 .chip-primary{
  background-color: rgb(32, 100, 87) ;
  color: #fff;
 }
 .chip-green{
  background-color: rgb(59, 149, 80) ;
  color: #fff;
 }
 .chip-red{
  background-color: rgb(191, 24, 69) ;
  color: #fff;
 }
 .chip-yellow{
  background-color: rgb(209, 150, 41) ;
  color: #fff;
 }
 .chip-gray{
  background-color: rgb(82, 91, 88) ;
  color: #fff;
 }

 .text-rose {
  color: rgb(191, 24, 69)
 }
 /* .image-header {
    width: 200px;
 } */
/* For mobile phones: */
/* @media only screen and (max-width: 768px) {
  .image-header {
    width: 100px;
  }
} */
.profile-container-xs {
  width: 70px;
  height: 70px;
  overflow: hidden; 
}

.profile-container-xs img {
  width: 100%; 
  height: 100%;
  object-fit: cover; 
  border-radius: 50%; 
}

 

 
