.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 260px;
    height: 6px;
    background: linear-gradient(to right, #FFA500 100%, white 100%);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-top: 9px;
    transition: background 0.2s;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #FF8C00;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.volume-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #FF8C00;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider::-moz-range-track {
    background: #FFA500;
    height: 6px;
    border-radius: 5px;
}

.fc .fc-toolbar .fc-button {
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
    color: black !important;
}

.fc .fc-toolbar .fc-button:hover {
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
}
.main-menu .menu-items .all-menu-items .menu-item:active, .main-menu .menu-items .all-menu-items .menu-item:hover {
    background-color: #FFA500;
    color: #FFFFFF;
}