:root {
    --primary-color: #9f8972;
    --primary-background-color: #9f8972;
}

html,
body {
    color: #666;
    background: #efefef !important;
}

.logo-cover {
    width: 150px !important;
}

.logo-nav {
    width: 225px;
}

.login-box {
    background: #fff !important;
}

.navbar {
    background: #9f8972 !important;
    /* background-image: url('/themes/abost/tree-nav.png') !important; */
    background-repeat: no-repeat !important;
    background-position-y: 50% !important;
    background-blend-mode: multiply;
}

.navbar-icon,
.client-name,
.current-user,
.current-user-icon {
    color: #fff !important;
}

#bg {
    /* background-image: url('/themes/abost/treebg.jpg') !important; */
    /* background-size: contain !important; */
    opacity: 0 !important;
}

a {
    color: var(--primary-color) !important;
}

.btn {
    color: #fff !important;
    background: var(--primary-background-color) !important;
    border: var(--primary-background-color) !important;
}

.menu-big a,
.menu a {
    color: #000 !important;
}

.menu-big,
.menu {
    background: #ddd !important;
}

.modal {
    /* backdrop-filter: blur(.25rem); */
}

.row-menu {
    background: #fff !important;
}
