@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


#canvas-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #canvas {
    border: 1px solid #ccc;
    width: 100% !important;
    height: auto !important;
  }


body {
  font-family: "Poppins", sans-serif;
  font-size: 10pt;
  

}


blockquote{

    width: 100% !important;
}


.card-body{

    border: 0px !important;
}


footer{


    height: auto;
    padding: 15px;
    margin-top: 200px;

    width: 100%;
    padding-top: 50px;
}



ul {
    list-style-type: none;
    padding-left: 0; /* Opsional, untuk merapatkan ke kiri */
  }


  li{

    margin-bottom: 10px;
  }


  .wa-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
