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

* {
    font-family: 'Noto Sans Thai', sans-serif !important;
    font-weight: 500 !important;
}

.meni-item-1{
    padding: 10px 0px;
    border: dashed; 
    border-width: 0px 0px 1px 0px;
    border-color: #ccc;
}

.meni-item-2{
    padding: 10px 10px 0px 10px;
    border: dashed; 
    border-width: 0px 0px 0px 0px;
    border-color: #ccc;
}

.fw-300{
    font-weight: 300 !important;
}

.fs-08{
    font-size: 0.8em !important;
}

.text-right{
    text-align: right;
}

.text-top{
    vertical-align: top;
}

.ql-align-center{
    text-align: center !important;
}

.ql-align-left{
    text-align: left !important;
}

.ql-align-right{
    text-align: right !important;
}

.per_card_info p{
    font-size: 0.9em !important;
    margin-bottom: 4px;
}

.dn{
    display: none;
}

/* p.ql-align-justify{
    padding-bottom: 4px;
} */

.img-covering{
    position: relative;
    background-color: #ccc;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}