.sched-template-clone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 120px;
    background-color: red;
    font-family: Consolas, monospace;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 1200;
}


.sched-template-clone-button:hover {
    background-color: rgb(37, 96, 156);
    color: black;
    cursor: pointer;
}
