.alert, .alert ul {
    margin-bottom: 0;
}

.badge {
    padding: .4em .7em;
}

.navbar-badge {
    font-size: 75%;
    padding: 0.25em 0.4em;
    top: 3px;
    border-radius: 0.25rem;
}

.login-card-body, .register-card-body {
    border-radius: .428rem;
}

.login-logo img {
    width: 90px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
}

.error-page > .error-content {
    padding-top: 45px;
}

.card, .info-box {
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: .428rem;
}

#summary-cashflow span {
    font-weight: 600;
    font-size: 1rem;
}

.card-footer {
    background-color: var(--white);
    border-radius: .428rem;
    padding-bottom: 1.3rem;
}

/*.content-wrapper {*/
    /*background-color: #f8f8f8;*/
/*}*/

.content-wrapper > .content,
.content-header {
    padding: 15px 1rem;
}

.main-footer {
    background-color: #f4f6f9;
    border-top: none;
    padding: 1rem 2rem;
}

.main-sidebar {
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
}

.invoice {
    border-radius: .428rem;
    border: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--white);
}

.products-list .product-info {
    margin-left: 0;
}

.modal-title {
    font-size: large;
}

.spinner-border {
    vertical-align: middle !important;
}

.table-responsive > .table-bordered {
    border: 1px solid #dee2e6;
}

.product-list-in-card > .item {
    padding-right: 10px;
    padding-left: 10px;
}

.custom-select-sm {
    font-size: 90%;
}

.form-control {
    font-size: .875rem;
}

@media (max-width: 576px) {
    .border-right {
        border-right: none !important;
    }
}

div.dataTables_processing div {
    display: none;
}

div.dataTables_wrapper div.dataTables_processing {
    box-shadow: none;
    border: 1px solid #dee2e6;
    padding: .7em 0;
}

.note-editor {
    box-shadow: none;
}

.table thead th {
    background: #f9f9f9;
    border-top: none;
    border-bottom: none;
}

.user-panel .info a {
    font-size: 1rem;
    font-weight: 500;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
    box-shadow: none;
}

.sidebar-light-gray .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #ced4da;
    color: #343a40;
    font-weight: 500;
    border-radius: .428rem;
}

.content-header-action {
    flex-wrap: nowrap;
}

.toastui-editor-contents {
    font-size: .875rem;
    font-family: "Inter", sans-serif;
}

.page-quran .quran-ayah {
    color: #212529;
}

#song-bucket .product-title {
    font-weight: 400;
}