﻿body
{
}

.custom-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    /*user-select: none;*/
    color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #1f2937; /*#ffffff;990000 #1f2937;*/
    box-shadow: -8px 4px 8px 0px rgba(0,0,0,0.2);
}   
.custom-button:hover {
        transition: all 0.3s ease;
        transform: translateY(2px);
        box-shadow: none;
    }

#btnPlayMix {
    background-color: #990000; /* This will override the class color */
}

#btnGotoMuses {
    background-color: #990000; /* This will override the class color */
}
