/* @import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@300&display=swap');

::-webkit-scrollbar { /* make scrollbar transparent */
    width: 0px;
    background: transparent;
}

* {
    /* font-family: 'Chakra Petch', sans-serif; */
    font-family: 'Anuphan', sans-serif;
}

body {
    background-color: #EFEFEF;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.table-responsive {
    max-height: 480px;
    overflow: scroll;
}

.textbgcl {
    border-radius: 25px;
    background: #ffc107;
    padding: 3px;
    color: #FFFFFF;
  }