a {
    color: #ffaf20;
}

body[data-sidebar-icon=twotones] #sidebar-menu>ul>li>a svg
{
    color: #ffaf20;
    fill: rgba(255,106,19,.18)
}

body[data-sidebar-color=dark] .left-side-menu #sidebar-menu .menuitem-active .active {
    color: #ffaf20;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover {
    color: #ffaf20;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a{
    color: #ffaf20;
}

#sidebar-menu .menuitem-active .active
{
    color: #ffaf20;
}

#sidebar-menu .menuitem-active>a {
    color: #ffaf20;
}

#sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover
{
    color: #ffaf20;
}

.nav-bordered a.active{
    border-bottom: 2px solid #ffaf20 !important;
}

.nav-second-level li a:focus, .nav-second-level li a:hover {
    color: #ffaf20;
}

.user-pro-dropdown .dropdown-item:hover {
    background-color: #ffaf20;
}

.page-item.active .page-link
{
    background-color: #ffaf20;
}

.page-link:hover{
    color: #ffaf20;
    background-color: rgba(255,106,19,.18)
}

.page-link:focus{
    box-shadow: 0 0 0 0.15rem rgb(255 106 19 / 30%);
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: white;
    background-color: #ffaf20;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    background-color: #ffaf20;
}


.ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused), .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    background-color: #3b4651!important;
    color: #94a0ad!important;
    border: 1px solid #424e5a!important;
}

.ck.ck-toolbar
{
    border: 1px solid #424e5a!important;
    background-color: #424e5a!important;
    border-bottom: 0 solid #36404a!important;
}

.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active, .ck.ck-button, a.ck.ck-button
{
    background: #323a46!important;
    border-color: #36404a!important;
    font-size: 13px!important;
}

.ck.ck-icon, .ck.ck-icon *{
    color: #fff!important;
}

.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active
{
    box-shadow: none!important;
}

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover, .ck.ck-button:hover, a.ck.ck-button:hover
{
    color: #fff!important;
    background-color: #2c353d!important;
    border-color: #272e35!important;
    cursor: pointer!important;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th
{
    border-color: #ffaf20;
}

.table-success, .table-success>td, .table-success>th {
    background-color: rgba(26,188,156,.18);
    color: #ffaf20;
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th
{
    border-color: #f7b84b;
}

.table-warning, .table-warning>td, .table-warning>th {
    color: #f7b84b;
    background-color: rgba(247,184,75,.18);
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th
{
    border-color: #f1556c;
}

.table-danger, .table-danger>td, .table-danger>th {
    color: #f1556c;
    background-color: rgba(241,85,108,.18);
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th
{
    border-color: #4fc6e1;
}

.table-info, .table-info>td, .table-info>th {
    color: #4fc6e1;
    background-color: rgba(79,198,225,.18);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ffaf20;
    background-color: #ffaf20;
}

.select2-container .select2-selection--multiple .select2-selection__choice{
	background-color: #ffaf20;
	color: #303841;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #303841;
}

td.fc-day.fc-day-past {
    background-color: #303841;
}

body[data-sidebar-size="condensed"] .left-side-menu #sidebar-menu>ul ul{
	background: #323a42;
}

body[data-sidebar-color="dark"] .left-side-menu #sidebar-menu .menuitem-active>a{
	color: #ffaf20;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    box-shadow: none;
}

.fc .fc-scrollgrid-section-sticky > * {
    background: #36404a;
    position: sticky;
    z-index: 3;
}

.fc-event{
    border: 4px solid white;
}