/*START main color*/
.stats-cart.color-three {
    background: #ff0000;
}

.stats-cart.color-one {
    background: #ff0000;
}

.super-custom-select::after {
    background: #ff0000;
}

#calendar-months .calendar-button-container .calendar-button.active {
    background: #ff0000;
}

#monts-calendar.fc-theme-standard .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame, #tasks-calendar.fc-theme-standard .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame, #telemarketer-calendar.fc-theme-standard .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
    background: #ff0000;
}
/*END main color*/


/*START sidebar color*/
.c-sidebar {
    background: #000000;
}

.c-sidebar .c-sidebar-nav-title {
    color: #ff0000;
    background: #000000;
}

.c-sidebar .c-sidebar-account-menu-dropdown {
    background: #000000 !important;
}

.c-sidebar .c-sidebar-account-menu-item-container {
    background: #000000 !important;
}

/*.c-sidebar .c-sidebar-nav-button {*/
/*    color: #ffffff;*/
/*}*/

.c-sidebar-account-nav {
    background: #000000 !important;
}

.c-avatar{
    color: #ff0000;
}
/*END sidebar color*/

.c-sidebar .c-sidebar-nav-link:hover, .c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background: #ff0000;
}

.c-sidebar .c-sidebar-nav-link.c-active, .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle {
    background: #ff0000;
}

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon, .c-sidebar .c-sidebar-nav-dropdown-toggle .c-sidebar-nav-icon {
    color: #ff0000;
}

.btn.btn-primary-gradient {
    background: #ff0000;
    color: #ffffff;
}

.menu-row .menu-item.active:after {
    border-top: 15px solid #ff0000;
}

.btn-primary-gradient {
    background: #ff0000;
    color: #ffffff;
}

.stats-cart.stats-item.active-item {
    background: #ff0000;
}

.stats-cart.stats-item:not(.active-item):hover {
    background: #ff0000;
}

.list-group-item.active {
    background-color: #ff0000;
    border-color: #ff0000;
}


.page-item.active .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}

.btn-primary, .dashboardButton {
    color: #ffffff;
    background-color: #ff0000;
    border-color: #ff0000;
}

.dashboardButton {
    color: #ffffff!important;
    background-color: #ff0000!important;
    border-color: #ff0000;
}

.menu-row .menu-item.active:active, .menu-row .menu-item.active:focus, .menu-row .menu-item.active:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

.menu-row .menu-item.active:active:after, .menu-row .menu-item.active:focus:after, .menu-row .menu-item.active:hover:after {
    border-top: 15px solid #ff0000;
}

.golden-background {
    background-color: #ff0000;
}

.stats-cart.color-two.stats-item {
    background-color: #ff2e2e;
}

.no-hover:hover {
    background-color: #ff0000;
    border-color: #ff0000;
}

.tw-bg-coral-500, .tw-bg-coral-600 {
    background-color: #ff0000;
}

.tw-text-coral-500, a, a:hover{
    color: #ff0000;
}

a.btn-primary-gradient {
    color: #ffffff;
}

a.btn-primary-gradient:hover {
    color: #ffffff;
}

.rrup-board-subset-item-active-strip, .agreement-main-background-color {
    background-color: #ff0000;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ff2e2e;
    border-color: #ff2e2e;
}

.btn.btn-primary-gradient.btn-with-options {
    color: #ffffff;
    background: linear-gradient(180deg, #ff0000 30%, #ff0000 100%);
}

.newButton, .btn-primary-gradient {
    color: #ffffff;
    background-image: linear-gradient(to right, #ff0000 0%, #ff5c5c 100%);
    background-color: #ff0000;
}

.newSuper-custom-select {
    @media only screen and (min-device-width: 600px) {
        &::after {
            background-image: linear-gradient(to top, #ff0000 0%, #ff5c5c 100%);
        }
        &::after {
            color: #ffffff;
        }
    }
}

.btn-outline-primary {
    color: #ff0000;
    border-color: #ff0000;
}

.btn-outline-primary:active, .btn-outline-primary:hover {
    color: #ffffff;
    border-color: #ff0000;
    background-color: #ff0000;
}

.btn-link {
    color: #ff0000;
}

.btn-link:hover, .btn-link:active {
    color: #ff2e2e;
}

.boxHighlighted {
    border-color: #ff0000!important;
}
.rrup-scrollbar::-webkit-scrollbar-thumb, .rrup-scrollbar-mini::-webkit-scrollbar-thumb{
    background-color: #ff0000!important;
}

.rrup-scrollbar::-webkit-scrollbar-thumb:hover, .rrup-scrollbar-mini::-webkit-scrollbar-thumb:hover{
    background-color: #ff0000!important;
}

.moduleButton, #todayTaskBanner {
    background-image: linear-gradient(to right, #ff0000 0%, #ff0000 100%);
}

.moduleButtonText, .todayTaskBannerText {
    color: #ffffff!important;
}

#moduleCart {
    fill: #000000;
    stroke: #000000;
}

.btn-primary-gradient.assemblyNotActive {
    color: black;
}

.btn.btn-warning.main-login-button.mt-3, .btn.btn-dark.main-login-button {
    background-color: #000000!important;
    border-color: #000000!important;
    color: #ffffff!important;
}

.login-text {
    color: #000000!important;
}
