@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/CustomDatePicker/NewCustomDatePicker.razor.rz.scp.css */

.dropdown.no-select.no-copy[b-i7yty6n4tx] {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    pointer-events: auto;
}
.calendar-container .customcalendar-icon[b-i7yty6n4tx] {
    position: absolute;
    top: 6px;
    left: 7px;
}
.calendar-container .date-input[b-i7yty6n4tx] {
    padding-left: 25px;
   
}
    

    .date-picker-container[b-i7yty6n4tx] {
        position: relative;
        display: inline-block;
    }
.fixed-popup[b-i7yty6n4tx] {
    position: fixed;
    inset: auto auto auto auto !important;
}

.right-align-popup[b-i7yty6n4tx] {
    position: absolute !important;
    right: 0 !important;
    left: auto !important;
}
.fixed-popup-scrum-tl-manager[b-i7yty6n4tx] {
    position: fixed;
    inset: auto auto 31px auto !important;
}
.fixed-popup-exit[b-i7yty6n4tx] {
    position: fixed !important;
    inset: auto auto auto auto !important;
}
.postion-fixed-left[b-i7yty6n4tx] {
    position: fixed;
    inset: auto 0px auto auto !important;
}

.postion-fixed-left-performance[b-i7yty6n4tx] {
    inset: auto 0px auto auto !important;
}
.fixed-popup-for-profile[b-i7yty6n4tx] {
    position: fixed;
    inset: auto auto auto -23px !important;
}
/*.date-input {
    padding: 5px;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}*/
.calendar-container .calendar-popup[b-i7yty6n4tx] {
    position: absolute;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 0px;
    z-index: 11;
    /*width: 250px;*/
    font-family: 'Arial', sans-serif;
    overflow: hidden;
    /*    inset: 28px 0px auto auto;*/
}

.calendar-container .calendar-header[b-i7yty6n4tx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2a3042;
    padding: 10px 10px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    margin: 0;
}

    .calendar-container .calendar-header button[b-i7yty6n4tx] {
        background: transparent;
        color: white;
        border: none;
        font-size: 20px;
        cursor: pointer;
        padding: 0;
        font-weight: bold;
    }

.month-year[b-i7yty6n4tx] {
    display: contents;
    cursor: pointer;
}

.month-selector[b-i7yty6n4tx], .year-selector[b-i7yty6n4tx] {
    background-color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    /* font-size: 0.875rem;*/
    position: relative;
    /* background-image: url(../images/media/BlackArrowBottom.png) !important;*/
    background-image: url('../../assets/images/media/blackarrowbottom.png') !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    background-size: 11px !important;
    appearance: none !important;
    padding-right: 18px;
    font-size: 0.79rem;
    padding-top: 1px;
}

.dropdown[b-i7yty6n4tx] {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 7px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    width: 120px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    text-align: left;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown.active[b-i7yty6n4tx] {
        display: block;
    }
.year-selector .dropdown[b-i7yty6n4tx] {
    width: 70px;
}
.month-selector .dropdown[b-i7yty6n4tx] {
    width: 100px;
}
    .dropdown div[b-i7yty6n4tx] {
        padding: 5px 7px;
        text-align: left;
        cursor: pointer;
        transition: background 0.2s;
        font-weight: 500;
        font-size: 0.813rem;
    }

        .dropdown div:hover[b-i7yty6n4tx] {
            background: #e0f2f1;
        }

/*.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;

}*/
.calendar-body-box[b-i7yty6n4tx], .calendar-header-box[b-i7yty6n4tx] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    gap: 4px;
}
    .calendar-body-box .calendar-cell:nth-child(7n + 1)[b-i7yty6n4tx] {
        color: #ff0000;
    }

    .calendar-body-box .calendar-cell:nth-child(7n + 1):hover[b-i7yty6n4tx] {
        color: #ff0000!important;
    }
.calendar-header-box[b-i7yty6n4tx] {
    position: relative;
    background: #f3f3f3;
    border-bottom: 1px solid #e5e5e5;
}
  /*  .calendar-header-box::before {
        background-image: url('../../assets/images/calendar-img4.png');
        background-size: 22px;
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 260px;
        height: 6px;
        transform: rotate(180deg);
    }*/
.calendar-cell.header[b-i7yty6n4tx] {
    font-weight: 500;
    /* color: #666;*/
    margin-bottom: 0;
    background: transparent;
    color: #2a3042;
    border-radius: 0;
    border:0px;
}

.calendar-cell[b-i7yty6n4tx] {
    padding: 5px 4px;
    cursor: pointer;
    /*border-radius: 50%;*/
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 50px;
    font-size: 0.79rem;
    height: 31px;
    display: flex;
    /* align-items: center;*/
    justify-content: center;
    line-height: 1.6;
    border: 1px solid transparent;
}

    .calendar-cell.today[b-i7yty6n4tx] {
        color: #189d36 !important;
        background: #d4edda !important;
        font-weight: bold;
        transform: inherit !important;
        border-color: #55d372 !important;
    }
    .calendar-cell.selectable.selected:hover[b-i7yty6n4tx] {
        transform: inherit;
        background: #eee6ff;
        color: #fff;
    }
    .calendar-cell.selectable:hover[b-i7yty6n4tx] {
        background: #e1d3ff;
    }

    .calendar-cell.disabled[b-i7yty6n4tx] {
        color: #ccc;
        pointer-events: none;
    }
    .calendar-cell.selected:hover[b-i7yty6n4tx] {
        background: #845adf !important;
        color: #fff !important;
    }
.calendar-cell.today:hover[b-i7yty6n4tx] {
    background: #189d36 !important;
    color: #fff !Important;
}
.prv-month[b-i7yty6n4tx],
.next-month[b-i7yty6n4tx] {
    padding: 0.5rem 1rem;
    background-color: #f0f0f0;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}


    .prv-month:hover[b-i7yty6n4tx],
    .next-month:hover[b-i7yty6n4tx] {
        transform: scale(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        background-color: #00796B;
    }

    .prv-month:active[b-i7yty6n4tx],
    .next-month:active[b-i7yty6n4tx] {
        transform: scale(0.95);
    }

.calendar-cell.selected[b-i7yty6n4tx], .calendar-cell.today.selected[b-i7yty6n4tx] {
    background: #e6def9 !important;
    color: #845adf!important;
    font-weight: bold;
    border-color: #b292f9 !important;
}

.calendar-cell.selectable:hover[b-i7yty6n4tx] {
    background: #f2edff;
    color: #845adf;
    /*transform: scale(1.3);*/
}
.calendar-cell.today.selected:hover[b-i7yty6n4tx] {
    transform: inherit;
    background: #845adf !important;
    color: #fff !important;
}
.year-option[b-i7yty6n4tx] {
    padding: 2px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
}

    .year-option:hover[b-i7yty6n4tx] {
        background: #e0f2f1;
    }

    .year-option.selected[b-i7yty6n4tx] {
        background: #b2dfdb;
        font-weight: bold;
    }

.dropdown div.selected[b-i7yty6n4tx] {
    background: #845adf;
    font-weight: 700;
    color: #fff;
}

.reset-icon[b-i7yty6n4tx] {
 /*   position: absolute;
    top: 0px;
    right: 0px;*/
    background: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    padding: 4px;
}

    .reset-icon:hover[b-i7yty6n4tx] {
        transform: scale(1.1);
    }


.prv-month[b-i7yty6n4tx], .next-month[b-i7yty6n4tx] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border-radius: 50%;
}

    .prv-month:hover[b-i7yty6n4tx], .next-month:hover[b-i7yty6n4tx] {
        background: #bfb6b6;
    }

.reset-icon[b-i7yty6n4tx] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    border-radius: 50%;
}

    .reset-icon:hover[b-i7yty6n4tx] {
        background: #bfb6b6;
    }
/* Make all year dropdown options black */
.year-selector .dropdown div[b-i7yty6n4tx],
.year-option:hover[b-i7yty6n4tx] {
    color: black !important;
}

/* Make all month dropdown options black */
.month-selector .dropdown div[b-i7yty6n4tx],
.month-selector .dropdown div:hover[b-i7yty6n4tx] {
    color: black !important;
}
/* /Components/Tooltip/Tooltip.razor.rz.scp.css */
div[id^="bootstrap-tooltip-"][b-h9cbjr21ps] {
    display: inline-block;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-n1ztgyr5hj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n1ztgyr5hj] {
    flex: 1;
}

.sidebar[b-n1ztgyr5hj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n1ztgyr5hj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n1ztgyr5hj]  a, .top-row[b-n1ztgyr5hj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n1ztgyr5hj]  a:hover, .top-row[b-n1ztgyr5hj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n1ztgyr5hj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n1ztgyr5hj] {
        justify-content: space-between;
    }

    .top-row[b-n1ztgyr5hj]  a, .top-row[b-n1ztgyr5hj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n1ztgyr5hj] {
        flex-direction: row;
    }

    .sidebar[b-n1ztgyr5hj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n1ztgyr5hj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n1ztgyr5hj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n1ztgyr5hj], article[b-n1ztgyr5hj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jmkkomt957] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jmkkomt957] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jmkkomt957] {
    font-size: 1.1rem;
}

.bi[b-jmkkomt957] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-jmkkomt957] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-jmkkomt957] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-jmkkomt957] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-jmkkomt957] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jmkkomt957] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jmkkomt957] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jmkkomt957]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jmkkomt957]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-jmkkomt957]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jmkkomt957] {
        display: none;
    }

    .collapse[b-jmkkomt957] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-jmkkomt957] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
