.sidebar-brand-name h1 {
	text-transform: uppercase;
	font-size: 13px;
}
p {
    line-height: 22px;
    margin-bottom: 0.5rem;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner .svg-inline--fa {
    vertical-align: -2.9px;
}
.fc-theme-standard .fc-list {
    border: none!important;
}

.description {
    line-height: 22px;
}

.description ul {
    padding-inline-start: 30px;
    margin-bottom: 0.5rem;
}

.description ol {
    margin-bottom: 0.5rem;
}

.description ul > li {
    list-style: disc;
}

.description ol > li {
    list-style: auto;
}

.description p {
    margin-bottom: 0.5rem;
}

blockquote {
    background: #f5f5f5;
    padding: 10px;
    border-left: 5px solid #4dbb6d;
}

body.dark-theme blockquote {
    background: #213231;
}

blockquote > *:last-child {
    margin-bottom: 0;
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: initial;
}

.task-card-project-name {
    margin-left: 0;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    margin-bottom: -1px;
    text-overflow: ellipsis;
    max-width: 298px;
}

.btn-secondary {
    text-transform: initial;
}

textarea {
    overflow: auto;
}

.nav-item span {
    position: relative;
    bottom: -2px;
}

li.d-flex > * {
    margin: 0 5px;
}

li.d-flex > *:first-child {
    margin-left: 0;
}

li.d-flex > *:last-child:not(:first-child) {
    margin-right: 0;
}

.line-height-22 {
    line-height: 22px;
}

.list-auto-number, .list-auto-number ul {
    counter-reset: item;
    list-style: none none;
    overflow: hidden;
}

.list-auto-number li {
    list-style: none none!important;
}

.list-auto-number li:before {
    content: counters(item,".") ". ";
    display: inline-block;
    counter-increment: item;
    margin-right: 0.2em;
}
.f-46 {
    font-size: 46px;
}

.text-capitalize {
    text-transform: none!important;
}

.card-header {
    border-bottom: 1px solid #e5e5e5!important;
}

body.dark-theme .card-header {
    border-bottom: 1px solid #4b4e69!important;
    background: #282c44!important;
}

body.dark-theme .c-inv-total table tr td {
    border-color: #4b4e69;
}

hr.line {
    border-top: 1px solid #ddd;
    margin-top: 0;
}

body.dark-theme hr.line {
    border-top: 1px solid #4b4e69;
    margin-top: 0;
}

body.dark-theme .bg-light {
    background: #282c44 !important;
}

.bootstrap-select > select.mobile-device {
    max-width: 100%!important;
}

table.dataTable {
    width: 100%!important;
}

@media print {
    .bg-additional-grey {
        background: white!important;
    }

    body {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .hide-print {
        display: none !important;
    }
}
