.attr-btn {
    margin-right: 20px;
}

.modal [data-toggle="tooltip"] {
    z-index: 1051;
}

#goals {
    margin-bottom: 0;
}

.goal-content {
    background-color: darkgray;
    color: ghostwhite;
    border-radius: 5px;
}

.handle {
    cursor: move;
}

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.table {
    max-width: 100%;
    width: fit-content;
}

.z-index-high {
    z-index: 100;
}