/* Change all primary buttons to green */
.btn-primary {
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: white !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #1b5e20 !important;
    border-color: #1b5e20 !important;
    color: white !important;
}

/* Specific login button styling */
.btn-login {
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important;
    color: white !important;
}

.btn-login:hover,
.btn-login:focus {
    background-color: #1b5e20 !important;
    border-color: #1b5e20 !important;
}

/* set the background and selected items on sidemenu */
.standard-sidebar-section,
.desk-sidebar-item.standard-sidebar-section {
    background-color: #1b5e20;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    height: 100vh;
}


.body-sidebar-bottom {
    background-color: #1b5e20 !important;
    color: #fff !important;
}

.body-sidebar-bottom a {
    color: #fff !important;
}

.body-sidebar-bottom svg {
    stroke: #fff;
}

.body-sidebar-top {
    background-color: #1b5e20 !important;
}

.body-sidebar {
    border-right: 1px solid #cdf1f6 !important;
    background: #1b5e20 !important;
}

.standard-sidebar-item:hover a {
    background-color: #438547;
    border-radius: 8px !important;
    color: rgb(252, 251, 251);
}

.active-sidebar {
    background: #438547 !important;
    font-weight: bold !important;
    color: white !important;
}

.active-sidebar .sidebar-item-label {
    color: white !important;
}

.standard-sidebar-item.selected .sidebar-item-label {
    color: white !important;
}

.active-sidebar .sidebar-item-icon svg {
    stroke: white !important;
}

.sidebar-item-icon svg {
    stroke: rgb(250, 248, 248) !important;
}

.standard-sidebar-item {
    background-color: transparent;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.standard-sidebar-item .sidebar-item-anchor,
.standard-sidebar-item .sidebar-item-label {
    color: #ffffff !important;
}


.app-item:hover {
    background-color: #1b5e20 !important;
    color: white !important;
}



.sidebar-item-icon.header-logo-container {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
}


.sidebar-header .header-title,
.sidebar-header .header-subtitle {
    color: #ffffff !important;
}

.sidebar-header-menu {
    background-color: #438547 !important;
    border: 1px solid #1b5e20 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.sidebar-header-menu .standard-sidebar-item,
.sidebar-header-menu a {
    background-color: transparent !important;
    color: #ffffff !important;
}



.sidebar-header:hover {
    background-color: #438547 !important;
}
.sidebar-header-menu .standard-sidebar-item:hover,
.sidebar-header-menu a:hover {
    background-color: #1b5e20 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
}
.btn-reset.drop-icon.show-in-edit-mode {
    display: none !important;
}

.sidebar-header-menu .dropdown-menu-item[data-name="edit-sidebar"],
.sidebar-header-menu .dropdown-menu-item[data-name="website"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar-header-menu .dropdown-menu-item[data-name="desktop"] {
    display: block !important;
}

.sidebar-header-menu .dropdown-menu-item[data-name="desktop"] a {
    color: #ffffff !important;
    background: transparent !important;
}

.sidebar-header-menu .dropdown-menu-item[data-name="desktop"] a:hover {
    background-color: #1b5e20 !important;
    border-radius: 6px;
}




.desktop-wrapper {
    background-color: #1b5e20 !important;
    min-height: 100vh !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.desktop-wrapper .navbar {
    background-color: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}


.desktop-wrapper .desktop-navbar-modal-search {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: none !important;
}

.desktop-wrapper .desktop-navbar-modal-search span {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Search Icon Color */
.desktop-wrapper .desktop-search-icon svg {
    stroke: #ffffff !important;
}
.desktop-wrapper .desktop-notifications .icon {
    stroke: #ffffff !important;
}


.desktop-wrapper .desktop-icon .standard-image {
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    color: #2e7d32 !important;
    font-weight: 700 !important;
    font-size: 32px !important;
}

/* B. Target Image/Folder Containers */
.desktop-wrapper .icon-container {
    background-color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}




.navbar-home img#brand-logo {
    display: none !important;
}
.desktop-wrapper .desktop-icon .avatar-frame {
    background-color: #ffffff !important;
    border-radius: 12px !important;
}

.desktop-wrapper .desktop-icon .avatar-content {
    color: #1b5e20 !important;
}
.navbar-home {
    background-image: url('/assets/modcps/images/rdf2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 100px;
    height: 60px;
    margin-top: 40px;
    padding-top: 40px;
    display: block;
}

.sidebar-header .sidebar-item-icon.header-logo-container {
    width: 150px !important;
    height: 150px !important;
    flex: 0 0 100px !important;
    max-width: none !important;
}

/* 2. Ensure the image fits inside this new bigger box */
.sidebar-header .sidebar-item-icon.header-logo-container img {
    width: 100% !important;
    height: 100% !important;
    margin-right: 10px !important;
    object-fit: contain !important;
}