body {
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

a {
    color: #0068c4;
}
/* Layout */
.topbar .top-navbar .navbar-header {
    border-right: 0;
}
.notify .heartbit {
    border-color: #459dde;
}
.notify .point {
    background-color: #459dde;
}
/* Table */
table thead th,
.table thead th {
    background: #ebf1f7;
    padding: 0;
}

table thead th:first-child,
.table thead th:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

table thead th:last-child,
.table thead th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

table thead th,
.table thead th,
table tbody td,
.table tbody td {
    vertical-align: middle;
    padding: 16px;
}

table tbody td,
.table tbody td {
    border-top: 0;
    border-bottom: 1px solid #ebf1f7;
}

table th a,
.table th a,
table tbody td,
.table tbody td {
    color: #000000;
}

.table td.checkitem,
.table th.list-checkbox-wrapper {
    padding-left: 16px;
}
/* Wrappers */

.project .tab-body-embedded,
.file-folders {
    padding-left: 25px;
    padding-right: 25px;
}

.comments .post-comment {
    padding: 1.25rem;
    padding-left: 0;
}

#comments-wrapper {
    background-color: transparent;
}
/* Cards */
.card .card-title {
    font-weight: 600;
}

.card-body {
    background: #ffffff;
    border-radius: 8px;
}

/* Buttons */
.list-table-action .btn {
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: transparent;
}

.list-table-action {
    font-size: inherit;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.list-table-action .btn:hover {
    background: rgba(255, 255, 255, 1);
}

.list-actions-button {
    width: 35px;
    height: 35px;
    font-size: 16px;
}

.btn-primary {
    background: #003ca4;
}
.btn-primary:focus,
.btn-primary:hover {
    background: rgba(0, 60, 164, 0.7);
}

.btn-rounded-x {
    border-radius: 25px;
}

.checkbox-actions .x-buttons button {
    font-size: 12px;
    height: auto;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 500;
}
.btn-default {
    background-color: #e9f0f3;
    border: 0;
}
.checkbox-actions .x-buttons button i {
    color: #a6b5bd;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: rgba(0, 60, 164, 0.3);
    border-color: transparent;
}
/* Input Fields */
.header-search,
.top-search-bar .top-search-container {
    max-width: 300px;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue + label:after {
    border: 1px solid #003ca4;
    background-color: #003ca4;
}

/* Sidenav */
.sidebar-nav ul li a {
    font-weight: 500;
}

/* Settings Page */
.exit-panel .waves-effect {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e30417;
}

.settings .left-sidebar,
.settings .navbar-header {
    background-color: transparent;
}

.settings .left-sidebar .sidebar-nav {
    background-color: #ffffff;
}

.settings .sidebar-nav ul li a {
    font-weight: 400;
}

.settings .sidebar-nav ul li a {
    color: #626878;
}

a.help-documentation {
    background: #fff;
    color: #003ca4;
}
