* {
    font-family: "Kanit", serif !important;
}

.input-slip-box {
    background-color: #f7f7f7;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #d5d3d3;
    border-radius: 5px;
    color: #908f8f;
    cursor: pointer;
}

.btn-line {
    background-color: #00c300 !important;
    color: #fff;
    border: none;
}

.btn-line:hover {
    background-color: #009a00 !important;
    color: #fff;
    text-decoration: none;
}
