:root {
    --CautionYellow: #76de45;
    --DarkGrey: #484848;
}

nav {
    background-color: var(--CautionYellow);
}

.reglink {
    color: black;
}

.stage-box {
    width: 30px;
    height: 25px;
    border: 1.5px solid black;
    border-radius: 25%;
    display: inline-block;
    text-align: center;
    margin: 7px 2px;
    line-height: 25px;
}


/* Your existing CSS styles */

/* Style for the circular button */
.add-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #76de45; /* You can modify the background color */
    color: #ffffff; /* You can modify the text color */
    font-size: 24px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Style for the plus sign icon */
.add-button i {
    line-height:  5px 55px;
}

.add-button:hover {
    background-color: #34a400; /* Change the background color on hover */
}

.desktop .container {
    padding-top:20px;
    align-items: center;
}

.desktop .ag-row {
    cursor: pointer;
}

.unused {
    background-color: #d3d3d3;
    opacity: 100%;
}