* {
    font-family: "Noto Sans JP", sans-serif;
}

a {
    text-decoration: none;
}

/* pagination related style */
.page-link {
    color: #a854f7;
    cursor: pointer;
    font-size: 15px;
}

.pagination-active {
    background: #a854f7;
    color: #fff;
}

.bg-purple{
    background: #a854f7 !important;
    border: 1px solid #a854f7 !important;
}

.bg-purple-light{
    background: #dee0fd !important;
}

.text-purple{
    color: #a854f7 !important;
}

.bg-none{
    background: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.status-succeeded{
    background-color: #d1fab3;
    border: 1px solid #a8f170;
    color: #26730f;
    width: 71px;
}

.status-pending {
    background-color: #ebeef1;
    border: 1px solid #d8dee4;
    color: #596171;
    width: 71px;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active {
    background-color: #dee0fd !important;
}

.invoice-total {
    border: 1px solid #dee2e6;
}
