﻿main {
    margin: 4rem 1rem;
}

#spa-spinner > div {
    position: absolute;
    width: 200px;
    height: 200px;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
}

nav > div.container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar {
    padding-top: 60px;
}

.user-task {
    cursor: pointer;
}

    .user-task div {
        font-size: 16px;
    }

    .user-task p {
        font-size: 12px;
    }

    .user-task:hover {
        font-weight: bold;
        font-style: initial;
    }

.e-btn {
    min-width: 80px;
}

button.active {
    box-shadow: 0 0 0 4px rgba(130,138,145,.5) !important;
}

.e-card {
    max-width: 992px;
}

.e-card-content {
    min-height: 280px;
}

.task-completed-warning {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-width: 992px;
    height: 100%;
}

    .task-completed-warning h4 {
        color: rgba(255,0,0,0.5);
        text-align: center;
        margin-top: 80px;
        margin-left: auto;
        margin-right: 0px;
        transform: rotate(-18deg);
        font-weight: 900;
    }

.dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
}
