/* _content/TaskManager/Pages/Index.cshtml.rz.scp.css */
.task-container[b-l5205dlenw] {
    margin-top: 100px;
    width: 80%;
    height: 717px;
    margin-left: 10%;
    margin-right: 20%;
}

.settings-btn[b-l5205dlenw] {
    font-size: 16px;
    width: 256px;
    height: 32px;
    border: none;
    color: #333333;
}

    .settings-btn:hover[b-l5205dlenw] {
        background-color: #5c6066;
        border-radius: 5px;
    }

.your-tasks-txt[b-l5205dlenw] {
    color: #333333;
    margin-left: 20px;
    width: 256px;
    height: 32px;
}

.task[b-l5205dlenw] {
    background: linear-gradient(15deg, #ffffff 0%, #f8f9fd 100%);
    position: absolute;
    left: 500px;
    width: 42%;
    height: 800px;
    margin-top: 20px;
}

.add-task[b-l5205dlenw] {
    width: 150px;
    height: 30px;
    background: #2C3E50;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 98%;
    margin-left: 39%;
}

.task-setting[b-l5205dlenw] {
    position: absolute;
    background: #e0e0e0;
    height: 800px;
    width: 25%;
    margin-left: 1050px;
    margin-right: 30px;
    margin-top: 20px;
    border-radius: 15px;
}

.your-workspace[b-l5205dlenw] {
    width: 825px;
    height: 200px;
}

.your-workspace-cards[b-l5205dlenw] {
    width: 280px;
    height: 250px;
    background: #e0e0e0;
    margin-left: 55px;
}

.create-task-space[b-l5205dlenw] {
    display: flex;
    flex-direction: row;
    background: #e0e0e0;
    border: none;
}

.guest-workspace[b-l5205dlenw] {
    width: 825px;
    height: 130px;
}

.menu[b-l5205dlenw] {
    position: absolute;
    width: 25%;
    height: 800px;
    background: #e0e0e0;
    border-radius: 15px;
    margin: 0;
    margin-top: 20px;
    left: 0;
    margin-left: 30px;
}

    .menu h5[b-l5205dlenw] {
        margin-top: 15px;
        background: #e0e0e0;
        padding-left: 5%;
        color: #2c3e50;
    }

.input-search[b-l5205dlenw] {
    border: none;
    color: #333333;
    margin-top: 15px;
    margin-left: 30%;
    background: #e0e0e0;
}

.menu-btn[b-l5205dlenw] {
    width: 250px;
    height: 190px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #e0e0e0;
    margin-top: 20px;
    margin-left: 20px;
}

    .menu-btn button[b-l5205dlenw] {
        border: none;
        background: #e0e0e0;
        color: #2c3e50;
    }

    .menu-btn h5[b-l5205dlenw] {
        background: #e0e0e0;
        padding-left: 5%;
    }

.space[b-l5205dlenw] {
    height: 325px;
    margin-top: 15px;
    background: #e0e0e0;
}

    .space h5[b-l5205dlenw] {
        padding-left: 5%;
        background: #e0e0e0;
    }

    .space button[b-l5205dlenw] {
        margin-left: 30%;
        margin-top: 15px;
    }

/*.tags {
    height: 400px;
    background: #e0e0e0;
}

    .tags button {
        width: 150px;
        height: 30px;
        background: #2C3E50;
        color: #FFFFFF;
        border-radius: 5px;
        margin-top: 98%;
    }*/

.register[b-l5205dlenw] {
    width: 170px;
    height: 40px;
    margin: 0;
    position: absolute;
    background: #e74c3c;
    margin-top: 140px;
    margin-left: 100px;
    color: #FFFFFF;
    border: none;
}

.hidden-task-div[b-l5205dlenw] {
    display: none;
    position: absolute;
    width: 500px;
    height: 220px;
    background-color: #d6d6d6;
    margin-left: 650px;
    margin-top: 230px;
    z-index: 10;
    border-radius: 15px;
}

    .hidden-task-div h5[b-l5205dlenw] {
        background-color: #d6d6d6;
        margin-top: 7%;
        margin-left: 35%;
    }

.post-task-name-btn[b-l5205dlenw] {
    border-radius: 5px;
    width: 150px;
    height: 30px;
    border: none;
    background: #2C3E50;
    color: #FFFFFF;
}

.x-mark[b-l5205dlenw] {
    background-color: #d6d6d6;
    border: none;
}

.calendar-container[b-l5205dlenw] {
    display: none;
    width: 300px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.calendar-header[b-l5205dlenw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .calendar-header button[b-l5205dlenw] {
        background: none;
        border: none;
        font-size: 16px;
        cursor: pointer;
    }

.calendar[b-l5205dlenw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

    .calendar div[b-l5205dlenw] {
        padding: 10px;
        border: 1px solid #ddd;
        cursor: pointer;
    }

.day-header[b-l5205dlenw] {
    font-weight: bold;
    background: #eee;
}

.task-day[b-l5205dlenw] {
    background: red;
    color: white;
}

.hidden[b-l5205dlenw] {
    visibility: hidden;
}

.footer[b-l5205dlenw] {
    position: absolute;
    top: 900px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #222;
    color: black;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.footer-txt[b-l5205dlenw] {
    margin-top: 20px;
    background-color: #222;
    color: white;
}
/* _content/TaskManager/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-jogm1ziufk] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-jogm1ziufk] {
  color: #0077cc;
}

.btn-primary[b-jogm1ziufk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-jogm1ziufk], .nav-pills .show > .nav-link[b-jogm1ziufk] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-jogm1ziufk] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-jogm1ziufk] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-jogm1ziufk] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-jogm1ziufk] {
  font-size: 1rem;
  line-height: inherit;
}

/*footer {
    display: flex;
    position: absolute;
    width: 100%;
    height: 500px;
    white-space: nowrap;
    line-height: 60px;
    background: black;
}
.information {
    padding-top: 100px;
    padding-left: 150px;
    display: flex;
    height: 350px;
    width: 50%;
    background: black;
    flex-direction: column;
    gap: 10px;
}
    .information h6 {
        color: #cccccc;
        background: black;
    }
.reports{
    position: absolute;
    width: 350px;
    display: flex;  
    height: 250px;
    background: black;
    margin-left: 1050px;
    margin-top: 100px;
}
    .reports h6 {
        color: #cccccc;
        background: black;
    }
    .reports input{
        position: absolute;
        width: 250px;
        height: 40px;
        border-radius: 3px;
        padding-left: 5px;
        margin-top: 50px;
        margin-left: 30px;
    }*/
