html,
body,
#dContent {
    height: 100%;
}

body {
    display: flex;
}

.bg-body-white {
    background-color: white;
}

.breadcrumb {
    --bs-breadcrumb-divider: '';
}

.breadcrumb-custom .breadcrumb-item:hover, .breadcrumb-custom .breadcrumb-item:hover::after {
    background-color: #f9f9f9;
    cursor: pointer;
}

.breadcrumb-custom .breadcrumb-item::after {
    transition: .1s;
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    background-color: white;
    border-top-right-radius: .5rem;
    box-shadow: 1px -1px #1e1e1e;
    transform: scale(.707) rotate(45deg);
}

.breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
}

.breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1.5rem;
}

.breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: .75rem 3rem;
    padding-left: 3rem;
    transition: .1s;
}

#dContent {
    padding: 12px;
    width: calc(100% - 250px);
    margin-left: 250px;
}

#dSidebar {
    width: 250px;
    height: 100%;
    background-color: white;
    padding: 12px;
    display: none;
    position: fixed;
}

#dSidebar img {
    margin: 0 auto;
    width: 100%;
    padding: 12px;
}

#dSidebar a {
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

#dAuditHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

.dSummary {
    border-radius: .5rem;
    margin-top: 24px;
}

.dSummaryHeader {
    background-color: white;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    font-weight: bold;
    padding: 12px;
    margin-bottom: 6px;
}

table.dSummary td {
    padding: 6px;
}

table.dSummary tr:nth-of-type(even) td {
    background-color: white;
}

table.dSummary tr td:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

table.dSummary tr td:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dHeader {
    background-color: white;
    border-radius: .5rem;
    padding: 12px 16px;
    margin-bottom: 16px;
}

div[range] {
    padding: 3px 9px;
    background-color: #f9f9f9;
    border-radius: .5rem;
    border: 1px solid #d1d1d1;
}

.lBadge {
    background-color: white;
    border-radius: 50px;
    padding: 4px 24px;
}

header {
    padding: 12px 16px;
    background-color: white;
    margin-bottom: 9px;
    border-radius: .5rem;
}

.dItem {
    padding: 12px;
    border-radius: .5rem;
    background-color: white;
    margin-bottom: 9px;
    transition: .1s;
    user-select: none;
}

.dItems .dItem:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.dItemHeader {
    margin: -12px;
    padding: 16px;
    background-color: #f9f9f9;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dItemContent {
    margin-top: 16px;
}

label {
    font-weight: bold;
}

.callout-danger {
    background-color: #fdf0f1 !important;
    border-color: #eb7b86 !important;
}

.callout-warning {
    background-color: #fffbec !important;
    border-color: #ffde78 !important;
}

.callout-success {
    background-color: #d3f8d6 !important;
    border-color: #28a745 !important;
}

.callout {
    padding: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    border-left: 0.25rem solid #dee2e6;
    border-left-color: rgb(222, 226, 230);
    font-size: .9rem;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15) !important;
}

#dLoading {
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
}

#dLoading i {
    filter: invert(1);
    font-size: 48px;
}

table {
    width: 100% !important;
}

td .motiv {
    height: 50px;
    margin: -4px;
}

td a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item,
.accordion-button {
    border-radius: 0.375rem !important;
}

.accordion-button>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 12px;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #f9f9f9;
}

.accordion-body .card-body {
    transition: .1s;
}

.accordion-body .card-body:hover {
    background-color: #e3e3e3;
    cursor: pointer;
}

input,
select,
textarea,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #1e1e1e !important;
}

.select2-container--bootstrap-5 .select2-selection {
    background-color: #f9f9f9 !important;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
}

.container-lg {
    padding: 16px !important;
    overflow-y: scroll;
    max-width: 100% !important;
    margin: 0px !important;
}

.dIcon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .1s;
    border-radius: .5rem;
}

.dIcon:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-primary {
    border: 2px solid #1e1e1e !important;
    background-color: transparent;
    color: #1e1e1e;
    border-radius: 18px !important;
    font-size: 15px !important;
    padding: 6px 18px 6px 18px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: white !important;
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
}

.btn-danger {
    border: 2px solid #dc3545 !important;
    background-color: transparent;
    color: #dc3545;
    border-radius: 18px !important;
    font-size: 15px !important;
    padding: 6px 18px 6px 18px;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    color: white !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-success {
    border: 2px solid #17b482 !important;
    background-color: transparent;
    color: #17b482;
    border-radius: 18px !important;
    font-size: 15px !important;
    padding: 6px 18px 6px 18px;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    color: white !important;
    background-color: #17b482 !important;
    border-color: #17b482 !important;
}

.bg-primary {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2e2e2e !important;
}

.nav-link {
    color: #000;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: #000;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    background-color: #1e1e1e !important;
    color: white;
}

.page-link:focus {
    box-shadow: none !important;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #1e1e1e !important;
}

.bg-light {
    background-color: #f9f9f9 !important;
}

.navbar {
    padding: 0px;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.dLogin {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
}

html,
body {
    height: 100%;
    margin: 0px;
    background-color: whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}

.content {
    width: calc(100% - 250px);
    height: 100%;
    padding: 24px;
}

.row {
    margin: 0px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.btn {
    font-weight: bold !important;
    border-radius: .5rem;
}

div[contenteditable] {
    outline: none;
}

.slider {
    width: 100%;
}

#form .form-group {
    padding: 12px;
}

#form label {
    font-weight: bold;
}

.form-control {
    border: 1px solid #d1d1d1 !important;
    border-radius: .5rem !important;
    transition: .2s;
    width: 100%;
    min-height: 2.25rem !important;
    padding: 0.5rem 0.75rem !important;
    font-size: 0.95rem !important;
    background-color: #f9f9f9 !important;
}

.form-control:focus {
    background-color: #f2f2f2;
    box-shadow: none !important;
    border: 1px solid #d1d1d1 !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid #d1d1d1 !important;
    border-radius: .5rem !important;
    min-height: 2.75rem !important;
    padding: 10px 0.75rem 0.75rem 0.75rem !important;
    font-size: 0.95rem !important;
    ;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    background-color: #f2f2f2;
    border: 1px solid #d1d1d1 !important;
    border-bottom: 2px solid #d1d1d1 !important;
}

* {
    box-shadow: none !important;
}