/* Redefine vars */
:root {
    --bs-body-color: #424c57;
}

.table tr {
    color: #424c57;
}

body {
    font-family: "Inter", sans-serif;
}

.asteriskField {
    color: #ff3e1d;
}

.text-justify {
    text-align: justify;
}

.form-group {
    margin-bottom: 20px;
}

.clean-body-bg {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%23eeeeee' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.navbar-brand-logo, .navbar-brand-logo-mini {
    height: 45px;
    max-width: inherit !important;
    width: inherit !important;
}

.page-header {
    padding-bottom: 5px !important;
    margin-bottom: 15px !important;
}

.form-control, .form-select {
    border-color: #bbb;
}

.circles-text {
    font-size: 14px !important;
}

.td-center td {
    text-align: center;
}

.th-center th {
    text-align: center;
}

.text-strike {
    text-decoration: line-through !important;
}

/** Status **/
.status--2, .status--1 {
    background-color: #f1c40f;
}

.status-0 {
    background-color: #bbb;
    color: #000 !important;
}

.status-1, .status-2 {
    background-color: #333;
}

.status-3 {
    background-color: #27ae60;
}

.status-4 {
    background-color: #e74c3c;
}

.status-5 {
    background-color: #2980b9;
}

.text-orange {
    color: #e67e22;
}

blockquote.blockquote-bordered {
    border-left: 3px solid #ccc;
    padding-left: 10px;
}

.nav-icon {
    padding: 0 5px;
    flex: inherit;
}


/** Datatabmes **/
th.select-checkbox {
    text-align: center !important;
}

table.dataTable tbody td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
    margin-top: auto !important;
}

table.dataTable.table-striped > tbody > tr.odd.selected > *, table.dataTable > tbody > tr.selected > * {
    box-shadow: inherit !important;
    background-color: rgba(103, 175, 238, 0.5) !important;
}

table.dataTable tr.selected td.select-checkbox::before, table.dataTable tr.selected th.select-checkbox::before, table.dataTable tr.selected td.select-checkbox::after, table.dataTable tr.selected th.select-checkbox::after {
    color: #000 !important;
    border-color: #000 !important;
    text-shadow: inherit !important;
}

.priority-1 {
    color: #069c56 !important;
}

.priority-3 {
    color: #ff980e !important;
}


.priority-6 {
    color: #ff681e !important;
}


.priority-10 {
    color: #d3212c !important;
}


/* Active items */
.list-group-item.active {
    background-color: #eee !important;
    border-color: #ddd !important;
}

.left-col {
    float: left;
    width: 25%;
}

.center-col {
    float: left;
    width: 50%;
}

.right-col {
    float: left;
    width: 25%;
}

.table-end-right td:last-child {
    text-align: right;
}

form fieldset {
    margin-top: 30px;
}

form fieldset > legend {
    background-color: rgba(var(--bs-info-rgb), 1) !important;
    color: #fff !important;
    padding: 2px 10px;
}

.form-switch {
    padding-top: 5px;
}

.nav-pills-sm .nav-link {
    padding: 0.5rem !important
}

.step-item:last-child .step-icon::after {
    display: none;
    height: 0;
}

.dt-button.buttons-columnVisibility.active {
    background: #eee !important;
}

.dt-button.buttons-columnVisibility {
    background: #bbb !important;
}

.company-logo-square {
    object-fit: cover;
    width: 54px;
    height: 54px;
}

table.break-table td {
    word-break: break-word;
}

.dtfc-fixed-left, .dtfc-fixed-right {
    background-color: var(--bs-table-striped-bg) !important;
}

.bg-table-soft-danger {
    background-color: rgb(255, 166, 166) !important;
}

.bg-table-soft-warning {
    background-color: rgb(255, 221, 166) !important;
}

.bg-table-soft-orange {
    background-color: rgb(241, 174, 120) !important;
}

.bg-table-soft-yellow {
    background-color: rgb(255, 234, 166) !important;
}

.bg-table-soft-info {
    background-color: rgb(166, 228, 255) !important;
}

.bg-table-soft-secondary {
    background-color: rgb(217, 217, 217) !important;
}

.bg-table-soft-danger > a, .bg-table-soft-warning > a, .bg-table-soft-orange > a, .bg-table-soft-yellow > a, .bg-table-soft-info > a, .bg-table-soft-secondary > a {
    color: #45515b !important;
}

.navbar-vertical-aside-mini-mode #entity-badge {
    display: none !important;
}
