h1, h2, h3, h4, .title {
    color: var(--primary);
    font-weight: 700;
}
.section-head .title {
    font-weight: 700;
}
.get-started {
    padding-bottom: 210px;
    padding-top: 80px;
}
.menubar-area .menubar-nav .plus-link:after {
    width: 50px;
    height: 50px;
    background-color: var(--secondary);
}
.menubar-area .menubar-nav .plus-link i {
    font-size: 22px;
}
.menubar-area .menubar-nav .plus-link {
    margin-top: -40px;
}
html.is-changing .transition-fade {
    transition: opacity 0.25s;
    opacity: 1;
}
html.is-animating .transition-fade {
    opacity: 0;
}
.app-logo {
    height: 46px;
}
.dz-nav-floting {
    background: white;
}
.dz-card .title {
    text-transform: none;
}
.dz-card.list.style-4 .dz-media {
    min-width: 48px;
    max-width: 48px;
}
.dz-card.list .dz-media img {
    border-radius: 0;
}
.dz-card.list.style-4 .dz-meta li.category {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}
.title-bar .title {
    text-transform: none;
}
body.theme-dark select option {
    color: #000;
}
.offcanvas.offcanvas-end {
    width: 90%;
}
.hidden {
    display: none;
}
.no-focus:active {
    border: 0;
}
.page-content {
    min-height: 350px;
    margin-top: 10px;
}
.modal-backdrop {
    z-index: -1;
}
.modal-with-bg {
    background: #00000080;
}
.theme-dark .accordion-button.collapsed {
    background-color: #3b3b3b;
    border-color: #585858;
    color: #ccc;
}
.theme-dark .dz-nav-floting {
    background: #101010;
}
.theme-dark .btn-close {
    color: #fff;
}
.header {
    padding: 3px 5px;
    z-index: 1000;
}
.menubar-area.footer-fixed {
    z-index: 1001;
}
.dz-card.list .dz-media {
    margin-right: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.invalid-feedback {
    display: block;
}
.header .back-btn {
    background-color: var(--secondary);
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.sidebar .dz-icon svg path {
    fill: #000;
}
