html {
    font-size: 14px;
}
body {
    font-family: "Noto Sans JP";
}
.datepicker-dropdown {
    margin-top: 60px;
}
.form-control::placeholder{
    color: #cccccc;
}
.class-sunday {
    color: red !important;
}
.class-saturday {
    color: blue !important;
}
.class-bg-sunday {
    background-color: #FFE5E5 !important;
}
.class-bg-saturday {
    background-color: #E3F2FD !important;
}

.datatable-container {
    border: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}