/*START main color*/
.c-sidebar {
    background: #2b2b2b;
}

.stats-cart.color-three {
    background: #2b2b2b;
}

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

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

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

#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: #97C11E;
}

#telemarketer-calendar.fc-theme-standard .fc-daygrid-dot-event {
    color: #2b2b2b;
}

/*END main color*/

/*START main-dark color*/
.stats-cart.color-two {
    background: #171717;
}

/*END main color*/

/*START sidebar color*/
.c-sidebar .c-sidebar-nav-title {
    color: #ffffff;
    background: #171717;
    padding: 15px 15px 15px 22px;
}

/*END sidebar color*/

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

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

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

.btn.btn-primary-gradient {
    background: #97C11E;
}

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

.btn-primary-gradient {
    background: #97C11E;
}

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

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

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


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

.btn-primary {
    color: #fff;
    background-color: #97C11E;
    border-color: #97C11E;
}

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

.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 #97C11E;
}

.c-sidebar-brand {
    flex: 0 0 93px;
}

.golden-background {
    background-color: #97C11E;
}

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

.tw-bg-coral-500 {
    background-color: #97C11E;
}
.tw-bg-coral-600 {
    background-color: #789618;
}

.tw-text-coral-500 {
    color: #97C11E;
}

a:hover {
    color: #97C11E;
}

.rrup-board-subset-item-active-strip {
    background-color: #97C11E;
}

.agreement-main-background-color {
    background-color: #97C11E;
}

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

/*#tasks-calendar.fc-theme-standard .fc-event-today.fc-daygrid-dot-event {
    color: white;
}*/

.fc-daygrid-dot-event.fc-event-today .fc-event-title {
    font-weight: 500;
}


.btn.btn-primary-gradient.btn-with-options {
    border-left: 1pt solid #ced4da;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(180deg, #97C11E 30%, #97C11E 100%);
    padding: 10px;
}
