:root{
    --primary-color: #fff;
    --primary-color-light: #b1b1b1;
    --primary-color-dark: #b1b1b1;
}
body{
    color: #ffffff;
    background-color: #191919;
}
.text-muted{
    color: #bdbdbd;
}
.c-side-menu__item{
    border-bottom: 1px solid #383838 !important;
    color: #fff !important;
}
.c-side-menu__item:hover {
    color: #6e6e6e !important;
}
.c-side-menu__item--active{
    color: #ffffff !important;
    border-left: 2px solid #6e6e6e !important;
    background-color: #2a2a2a !important;
} 
.c-side-menu__item--active:hover {
    color: #6e6e6e !important;
    background-color: #f3f4f6 !important;
}
a{
    color: #ebebeb;
}
.text-gray-700 {
    color: #727272;
}
.text-gray-600 {
    color: #ccc;
}
.bg-gray-50 {
    background-color: #242424;
}
.c-button--primary {
    color: #191919;
}
.c-dropdown__list {
    background-color: #202020;
    border: 1px solid #4b4b4b;
}
.c-dropdown__listitem:hover {
    background-color: #262626
}
.c-textarea {
    color: #f9f9f9;
    background-color: #0f0f0f;
    border: 1px solid #3d3d3d;
}
.c-username--staff {
    color: #ff6d6d !important;
}
.c-username {
    color: #fff;
}
.c-button--secondary {
    color: #ffffff;
    background-color: #393939;
    border: 1px solid #505050;
}
.c-button--danger {
    border: 1px solid #1e1e1e;
    background-color: #252525;
}
.c-input {
    color: #f9f9f9;
    background-color: #0f0f0f;
    border: 1px solid #3d3d3d;
}
.c-button--secondary:hover {
    background-color: #676767
}
#p-home .p-home__welcome-col {
    background-color: #191919;
}
.c-button--tertiary {
    color: #fff;
}
.shadow {
    background-color: #252525;
}
.c-dropdown__handle {
    color: white;
}
.bg-gray-100 {
    background-color: #191919
}
.c-select {
    color: white;
    background-color: #0f0f0f;
    border: 1px solid #3d3d3d;
}
.c-modal-window {
    background: #1d1d1d;
}