@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&display=swap');


html, body {
    font-family: 'Baloo Da 2','Segoe UI',Arial, sans-serif;
    line-height: normal;
}

.c-body {
    flex: auto;
    /*padding: 10px 15px;*/
}

.rf-page-left-menu-body {
    height: calc(100vh - 130px);
}

.datepicker-popup-rf-header-month, .datepicker-popup-rf-header-year {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rf-page-left-menu-body ul > li > a.active, .rf-page-left-menu-body ul > li > a:hover, .rf-page-left-menu-body-mobile > i:hover, .rf-page-header-action-mobile > i:hover {
    background-color: #00000012;
}

.agile-button {
    border-radius: 50px;
    display: flex;
    gap: 5px;
    user-select: none;
    min-width: 100px;
}

    .agile-button .agile-button-info {
        flex: auto;
        display: flex;
        gap: 10px;
        padding: 5px;
        overflow: hidden;
    }

        .agile-button .agile-button-info .agile-button-icon {
            flex: 0 0 50px;
            height: 50px;
            background-color: #ffffffb0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .agile-button .agile-button-info .agile-button-icon > img {
                width: 60%;
                height: 60%;
            }

        .agile-button .agile-button-info .agile-button-ts {
            flex: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

            .agile-button .agile-button-info .agile-button-ts .agile-button-title {
                font-size: calc(12px + 0.15vw);
                font-weight: bold;
                white-space: nowrap;
            }

                .agile-button .agile-button-info .agile-button-ts .agile-button-title .agile-button-title-badge {
                    display: inline-block;
                    padding: 0 6px;
                    border-radius: 5px;
                    margin-left: 5px;
                    font-size: 12px;
                    height: 21px;
                    border: 1px solid #00000030;
                }

            .agile-button .agile-button-info .agile-button-ts .agile-button-subtitle {
                font-size: calc(10px + 0.15vw);
                white-space: nowrap;
                font-weight: 600;
            }

    .agile-button .agile-button-action {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 5px;
        margin-right: 7px;
    }

        .agile-button .agile-button-action > i {
            background-color: #00000045;
            width: calc(15px + 1vw);
            height: calc(15px + 1vw);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: calc(11px + 0.2vw);
            transition: all 0.3s ease-in-out;
        }

            .agile-button .agile-button-action > i.True {
                opacity: 0.2;
                cursor: not-allowed;
            }

            .agile-button .agile-button-action > i.False:hover {
                background-color: #ffffffba;
            }


.agile-info-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    background-color: #f7f7f7;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px #00000017;
    font-size: calc(12px + 0.15vw);
}

    .agile-info-bar > div {
        flex: auto;
        border-radius: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        gap: 5px 10px;
        overflow: hidden;
        padding: 7px 15px;
    }

    .agile-info-bar .agile-info-bar-left {
        flex: 1 1 335px;
        background-color: #00000017;
    }

    .agile-info-bar .agile-info-bar-right {
        flex: 1 1 425px;
        justify-content: end;
    }

    .agile-info-bar .agile-info-bar-left .agile-info-bar-left-item {
        flex: auto;
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .agile-info-bar .agile-info-bar-left .agile-info-bar-left-item .agile-info-bar-left-item-number {
            min-width: 30px;
            border-radius: 5px;
            text-align: center;
            background-color: #ffffff80;
            padding-top: 3px;
            line-height: 20px;
        }

        .agile-info-bar .agile-info-bar-left .agile-info-bar-left-item .agile-info-bar-left-item-text {
            flex: auto;
        }

    .agile-info-bar .agile-info-bar-right .agile-info-bar-right-item {
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .agile-info-bar .agile-info-bar-right .agile-info-bar-right-item .agile-info-bar-right-item-text {
            flex: auto;
        }

        .agile-info-bar .agile-info-bar-right .agile-info-bar-right-item .agile-info-bar-right-item-number {
            min-width: 30px;
            border-radius: 5px;
            text-align: center;
            background-color: #0000001a;
            padding-top: 3px;
            line-height: 20px;
        }




.agile-sprint-info {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 5px;
}

    .agile-sprint-info .agile-sprint-info-left {
        position: relative;
        flex: 0 0 250px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-title {
            transform: rotate(270deg);
            height: 26px;
            white-space: nowrap;
            margin-left: -22px;
            margin-right: -40px;
            font-weight: bold;
        }

        .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-graph {
            flex: 0 0 150px;
        }

            .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-graph img {
                width: 100%;
            }

        .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-selecteditem {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2px;
        }

            .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-selecteditem .agile-sprint-info-selecteditem-number {
                padding: 5px;
                border-radius: 5px;
                background-color: #0000001a;
                min-width: 40px;
                text-align: center;
            }

            .agile-sprint-info .agile-sprint-info-left .agile-sprint-info-selecteditem .agile-sprint-info-selecteditem-text {
            }

    .agile-sprint-info .agile-sprint-info-form {
        flex: 1 0 300px;
        min-height: 85px;
        background-color: #00000008;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        align-items: flex-end;
        gap: 15px;
        flex-wrap: wrap;
        box-shadow: inset 0 0 5px #00000012;
    }

        .agile-sprint-info .agile-sprint-info-form input {
            border: none;
            outline: none;
            border-radius: 5px;
            padding: 8px 15px;
            flex: auto;
            width: 100%;
        }

        .agile-sprint-info .agile-sprint-info-form button {
            flex: auto;
            border: none;
            outline: none;
            border-radius: 5px;
            height: 40px;
            min-width: 30px;
        }

        .agile-sprint-info .agile-sprint-info-form .agile-sprint-info-form-item {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

            .agile-sprint-info .agile-sprint-info-form .agile-sprint-info-form-item.agile-sprint-info-form-title {
                flex: 1 0 100px;
            }

            .agile-sprint-info .agile-sprint-info-form .agile-sprint-info-form-item.agile-sprint-info-form-date {
                max-width: 150px
            }

            .agile-sprint-info .agile-sprint-info-form .agile-sprint-info-form-item .agile-sprint-info-form-save {
                background-color: #00b6a51f;
                color: #009688;
            }

            .agile-sprint-info .agile-sprint-info-form .agile-sprint-info-form-item .agile-sprint-info-form-delete {
                background-color: #c0000029;
                color: #c00000;
            }






.agile-tab {
    display: flex;
    flex-direction: column;
    height: inherit;
    gap: 5px;
}

    .agile-tab .agile-tab-header {
        display: flex;
        background-color: #ffffffab;
        backdrop-filter: blur(5px);
        border: 1px solid #0000000d;
        border-radius: 10px;
    }

        .agile-tab .agile-tab-header .agile-tab-head {
            flex: auto;
            display: flex;
            gap: 5px;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            position: relative;
            cursor: pointer;
            transition: background-color 0.3s ease-in-out,box-shadow 0.5s ease-in-out,color 0.3s ease-in-out;
        }

            .agile-tab .agile-tab-header .agile-tab-head:hover {
                color: #0079da;
            }

            .agile-tab .agile-tab-header .agile-tab-head.True {
                background-color: white;
                box-shadow: 0 0 5px #00000036;
                border-radius: 10px;
                opacity: 1;
            }

            .agile-tab .agile-tab-header .agile-tab-head:not(.True):not(:last-child)::after {
                content: '';
                width: 1px;
                height: 50%;
                background-color: #0000001f;
                position: absolute;
                right: 0;
            }

            .agile-tab .agile-tab-header .agile-tab-head > i {
            }

            .agile-tab .agile-tab-header .agile-tab-head > div {
            }

    .agile-tab .agile-tab-body {
        flex: auto;
        padding: 10px 0;
        overflow: auto;
        position: relative;
        scroll-behavior: smooth;
        scrollbar-gutter: stable;
        margin-right: -8px;
    }


.agile-multiselect {
    position: relative;
    cursor: pointer;
}

    .agile-multiselect .agile-multiselect-props {
        border-radius: 16px;
        padding: 2px;
        display: flex;
        align-items: center;
    }

    .agile-multiselect .agile-multiselect-title {
        background-color: #ffffff66;
        height: 28px;
        border-radius: 14px;
        padding: 0 2px;
        min-width: 76px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        box-shadow: 0 0 5px #0000003d;
    }

    .agile-multiselect .agile-multiselect-selected-items {
        flex: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        padding: 0 3px;
    }

    .agile-multiselect .agile-multiselect-items {
        display: none;
        position: absolute !important;
        background-color: white;
        top: 32px;
        left: 12px;
        right: 12px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 10px 0;
        z-index: 10;
        max-height: 250px;
        overflow: auto;
    }

        .agile-multiselect .agile-multiselect-items .ps__rail-x,
        .agile-multiselect .agile-multiselect-items .ps__rail-y {
            display: none !important;
        }

        .agile-multiselect .agile-multiselect-items::-webkit-scrollbar {
            width: 10px;
            border-radius: 10px;
            background-color: transparent;
            display: none;
        }

        .agile-multiselect .agile-multiselect-items:hover::-webkit-scrollbar {
            display: block;
        }

        .agile-multiselect .agile-multiselect-items::-webkit-scrollbar-track {
            background-color: #0000002e;
            border-radius: inherit;
        }

        .agile-multiselect .agile-multiselect-items::-webkit-scrollbar-thumb {
            background-color: #00000038;
            border-radius: 10px;
        }

        .agile-multiselect .agile-multiselect-items.True {
            display: block;
            animation: amanimsf 0.3s ease-out 0s 1 normal both;
        }

@keyframes amanimsf {
    0% {
        opacity: 0;
        transform: rotateX(-100deg);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: top;
        box-shadow: 0px 7px 10px #0000003d;
    }
}

.agile-multiselect .agile-multiselect-item {
    position: relative;
    padding: 0 10px;
    min-height: 32px;
    display: flex;
    align-items: center;
}

    .agile-multiselect .agile-multiselect-item::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 0;
        background-color: #0000001a;
        transition: all 0.2s ease-in-out;
    }

    .agile-multiselect .agile-multiselect-item.True::after {
        width: 5px;
    }

    .agile-multiselect .agile-multiselect-item:hover::after {
        width: 100%;
        background-color: #0000001a;
    }


.agile-input {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
    border: 1px solid #0000001c;
    position: relative;
    transition: background-color 0.2s ease-in-out;
}

    .agile-input > .agile-input-label {
        position: absolute;
        inset: 0 0 0 0;
        background-color: transparent;
        padding: 0 10px;
        padding-top: 10px;
        border-radius: 10px;
        border: 1px solid #ffffff00;
        transition: all 0.2s ease-in-out,background-color 0s ease-in, border 0s ease-in;
    }

    .agile-input ::placeholder {
        color: transparent;
        opacity: 1; /* Firefox */
    }

    .agile-input ::-ms-input-placeholder { /* Edge 12 -18 */
        color: transparent;
    }

    .agile-input:hover > .agile-input-label,
    .agile-input > .agile-input-label.True {
        font-weight: bold;
        padding-top: 0px;
        inset: -10px auto auto 10px;
        line-height: 17px;
        background-color: #ffffffbf;
        backdrop-filter: blur(5px);
        border-color: #0000001c;
    }

    .agile-input:hover ::placeholder,
    .agile-list-input-items ::placeholder,
    .agile-dual-input ::placeholder {
        color: #00000050;
        opacity: 1; /* Firefox */
    }

    .agile-input:hover ::-ms-input-placeholder,
    .agile-list-input-items ::-ms-input-placeholder,
    .agile-dual-input ::-ms-input-placeholder { /* Edge 12 -18 */
        color: #00000050;
    }

    .agile-input > textarea {
        width: 100%;
        display: block;
        overflow: hidden;
        resize: none;
        outline: none;
        border: none;
        padding: 0;
        background-color: transparent;
        transition: all 0.2s ease-in-out;
    }



.agile-list-input {
    border-radius: 10px;
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
    border: 1px solid #0000001c;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 37px;
    padding: 5px;
    margin: 10px 0;
}

    .agile-list-input .agile-list-input-header {
        flex: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
        padding: 0 10px;
        transition: all 0.2s ease-in-out;
    }

        .agile-list-input .agile-list-input-header.True {
            position: absolute;
            inset: -14px 0 auto 0;
        }

    .agile-list-input .agile-list-input-label {
        padding: 0 10px;
        display: flex;
        align-items: center;
        font-weight: bold;
        user-select: none;
        line-height: 17px;
        border: 1px solid #ffffff00;
        transition: all 0.2s ease-in-out;
    }

    .agile-list-input .agile-list-input-header.True .agile-list-input-label {
        border-radius: 10px;
        background-color: #ffffffbf;
        backdrop-filter: blur(5px);
        border-color: #0000001c;
    }

    .agile-list-input .agile-list-input-add {
        flex: 0 0 27px;
        height: 27px;
        font-size: 30px;
        line-height: 0;
        padding-top: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 50%;
        background-color: #ffffffb0;
        backdrop-filter: blur(4px);
        border: 1px solid #0000002e;
        user-select: none;
        transition: all 0.2s ease-in-out;
    }

        .agile-list-input .agile-list-input-add:hover {
            transform: scale(1.15);
        }

    .agile-list-input .agile-list-input-items {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
    }

        .agile-list-input .agile-list-input-items:not(:empty) {
            gap: 5px;
            padding: 5px;
            margin-top: 8px;
        }

        .agile-list-input .agile-list-input-items .agile-list-input-item {
            display: flex;
            gap: 5px;
            border: 1px solid #00000014;
            backdrop-filter: blur(10px);
            border-radius: 5px;
            position: relative;
            overflow: hidden;
            transition: all 0.2s ease-in-out;
        }

            .agile-list-input .agile-list-input-items .agile-list-input-item > span {
                flex: 0 0 30px;
                border-right: 1px solid #00000014;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .agile-list-input .agile-list-input-items .agile-list-input-item > textarea {
                flex: auto;
                overflow: hidden;
                resize: none;
                outline: none;
                border: none;
                padding: 0;
                max-height: 27px;
                margin-right: 10px;
                background-color: transparent;
            }




            .agile-list-input .agile-list-input-items .agile-list-input-item > i {
                position: absolute;
                inset: 0 0 0 auto;
                width: 10px;
                color: gray;
                background-color: #ffffff73;
                backdrop-filter: blur(5px);
                display: flex;
                align-items: center;
                cursor: pointer;
                transition: all 0.2s ease-in-out 0s;
            }

                .agile-list-input .agile-list-input-items .agile-list-input-item > i:before {
                    content: "\f142";
                }

                .agile-list-input .agile-list-input-items .agile-list-input-item > i:hover {
                    justify-content: center;
                    background-color: #f44336e8;
                    backdrop-filter: blur(5px);
                    color: #ffffff;
                    width: 40px;
                    box-shadow: 0 0 20px #00000069;
                }

                    .agile-list-input .agile-list-input-items .agile-list-input-item > i:hover::before {
                        content: "\f2ed";
                    }

            .agile-list-input .agile-list-input-items .agile-list-input-item:hover {
                box-shadow: 0 0 5px #00000029;
            }

            .agile-list-input .agile-list-input-items .agile-list-input-item > i:hover + div {
                margin-right: 12px;
            }



.agile-button-input {
    border-radius: 10px;
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
    border: 1px solid #0000001c;
    position: relative;
    padding: 5px;
    padding-top: 13px;
}

    .agile-button-input .agile-button-input-label {
        font-weight: bold;
        line-height: 17px;
        background-color: #ffffffbf;
        backdrop-filter: blur(5px);
        border: 1px solid #0000001c;
        border-radius: 10px;
        padding: 0 10px;
        position: absolute;
        top: -10px;
        left: 10px;
    }

    .agile-button-input .agile-button-input-items {
        flex: auto;
        display: flex;
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #00000014;
        border-radius: 18px;
    }

    .agile-button-input .agile-button-input-item {
        flex: auto;
        text-align: center;
        cursor: pointer;
        user-select: none;
        border-right: 1px solid #00000014;
        backdrop-filter: blur(1px);
        transition: all 0.3s ease-in-out;
    }

        .agile-button-input .agile-button-input-item:last-of-type {
            border-right: none;
        }


.agile-dual-input {
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff80;
    backdrop-filter: blur(5px);
    border: 1px solid #0000001c;
    position: relative;
    display: flex;
    gap: 5px;
    transition: background-color 0.2s ease-in-out;
}

    .agile-dual-input .agile-dual-input-label {
        position: absolute;
        inset: 0 0 0 0;
        background-color: transparent;
        padding: 0 10px;
        padding-top: 14px;
        border-radius: 10px;
        transition: all 0.2s ease-in-out,background-color 0s ease-in, border 0s ease-in;
    }

        .agile-dual-input:hover > .agile-dual-input-label,
        .agile-dual-input .agile-dual-input-label.True {
            font-weight: bold;
            padding-top: 0px;
            inset: -10px auto auto 10px;
            line-height: 17px;
            background-color: #ffffffbf;
            backdrop-filter: blur(5px);
            border: 1px solid #0000001c;
        }

    .agile-dual-input > input {
        width: 100%;
        outline: none;
        background-color: transparent;
        border: 1px solid #00000014;
        backdrop-filter: blur(10px);
        border-radius: 10px;
        text-align: center;
        margin-top: 5px;
        opacity: 0;
        transition: all 0.1s ease-in-out;
    }

        .agile-dual-input > input::-webkit-outer-spin-button,
        .agile-dual-input > input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Firefox */
        .agile-dual-input > input[type=number] {
            -moz-appearance: textfield;
        }

    .agile-dual-input .agile-dual-input-1 {
        flex: 0 0 60px;
    }

    .agile-dual-input .agile-dual-input-2 {
        flex: 0 0 30px;
    }

    .agile-dual-input > div {
        word-break: keep-all;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: all 0.1s ease-in-out;
    }

    .agile-dual-input > input {
        opacity: 0;
        transition: all 0.1s ease-in-out;
    }

    .agile-dual-input:hover > div,
    .agile-dual-input:hover > input,
    .agile-dual-input .agile-dual-input-label.True ~ div,
    .agile-dual-input .agile-dual-input-label.True ~ input {
        opacity: 1;
    }


@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.layoutheader-rf {
    min-height: 70px;
}

    .layoutheader-rf .layoutheaderleftpanel-rf {
        flex: 0 0 240px;
    }

.rf-page-left-menu {
    background-color: #ffffff9e !important;
    backdrop-filter: blur(10px);
}

.rf-page-left-menu, .page-rf-header, .rf-menu-designer-header {
    top: 65px;
}


.rf-page-left-menu-exp {
    top: 22px;
}

.rf-page-header-leading > img {
    height: 28px;
}

.rf-menu-designer-card-item-setup {
    justify-content: unset;
    padding: 7px;
}

.rf-page-left-menu-exp {
    display: flex;
}

.rf-page-left-menu-header > i {
    display: none;
}

@media (max-width: 1080px) {
    .rf-page-left-menu.has-left-menu.True ~ .body-space {
        margin-left: 0;
    }
}

.side-menu-project {
    padding: 6px 12px !important;
    background-color: #c00000;
    color: white;
    display: flex;
    gap: 5px;
    align-items: center;
    height: 58px;
}

.side-menu-project-icon {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    flex: 0 0 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .side-menu-project-icon::after {
        content: '\f07c';
    }

.side-menu-project:hover .side-menu-project-icon::after {
    content: '\f060';
}

.side-menu-project-icon:hover {
    background-color: #0000003d;
    border-radius: 50%;
}

.side-menu-project-text {
    flex: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding-top: 3px;
    display: -webkit-box;
    max-height: 44px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-rf-header-subtitle {
    padding-top: 1px;
}

.modal-rf-backarea {
    backdrop-filter: blur(5px);
}
/*.page-rf-header *, .container-rf-header *, .rf-page-left-menu-ul > li, i,*/
.agile-grid i {
    animation: none !important;
}

.agile-container {
    display: flex;
    height: 100vh;
    background-color: white;
}

.agile-body {
    flex: auto;
    max-height: inherit;
    overflow: auto;
    padding: 5px 15px 0px 15px;
    display: flex;
    flex-direction: column;
}

.agile-buttons {
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #ffffff;
    padding-bottom: 5px;
}

.agile-grid {
    position: relative;
    overflow: auto;
    flex: auto;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    margin-right: -8px;
}

.modal-rf .modal-rf-titlebar {
    border-radius: inherit;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.inline-grid {
    min-width: 600px;
}

.agile-props {
    max-width: 100vw;
    min-width: 390px;
    max-height: inherit;
    padding: 5px;
    order: 1;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 6px #0000003b;
    width: 390px;
    min-width: 390px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .agile-props::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -2;
        background-color: #fffffff2;
        backdrop-filter: blur(5px);
    }

    .agile-props::after {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
        background-color: inherit;
    }

    .agile-props.False {
        transition: all 100ms linear;
        left: 100vw;
    }

    .agile-props.True ~ .agile-body {
        transition: margin-right 100ms linear;
        margin-right: 390px;
    }

    .agile-props.False ~ .agile-body {
        transition: margin-right 100ms linear;
        margin-right: 0px;
    }

    .agile-props .agile-tab {
        flex: auto;
    }

.agile-prop-footer {
    position: absolute;
    inset: auto 0 0 0;
    height: 40px;
    background-color: inherit;
    display: flex;
    align-items: center;
    padding: 5px 82px 5px 25px;
    border-top: 1px solid #0000000d;
}

.agile-prop-footer-message {
    font-size: 14px;
}


.agile-props .agile-props-resizer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20px;
    z-index: 9999;
    cursor: col-resize;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0000008a;
}

.agile-props.expanded .agile-props-resizer {
    display: none;
}

.agile-props .agile-props-resizer::before {
    content: '\f142';
}

.agile-props .agile-props-resizer:hover {
    background-color: #0000000f;
    color: black;
}

.agile-prop-delete {
    position: absolute;
    inset: 0;
    left: auto;
    right: 80px;
    width: 40px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    color: #0000008a;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .agile-prop-delete:hover {
        background-color: #ffd5d2;
        color: #F44336;
    }

.agile-prop-opener {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    position: absolute;
    inset: 0;
    left: -14px;
    border-radius: 5px;
    background-color: inherit;
    border: 1px solid #cdcdcd;
    box-shadow: -2px -2px 8px 0px #00000029;
    z-index: 99;
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.agile-props.True .agile-prop-opener {
    inset: 0;
    left: auto;
    width: 40px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    color: #0000008a;
}

.agile-prop-opener::before {
    content: '\f104';
}

.agile-props.True .agile-prop-opener::before {
    content: '\f105';
}

.agile-prop-opener:hover {
    background-color: #0000000f;
    color: black;
}



.agile-prop-expander {
    display: flex;
    position: absolute;
    inset: 0;
    left: auto;
    right: 40px;
    width: 40px;
    border-radius: 0;
    box-shadow: none;
    font-size: 19px;
    color: #0000008a;
    z-index: 99;
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    justify-content: center;
    align-items: center;
}

    .agile-prop-expander::before {
        content: '\f065';
    }

.agile-props.True.expanded {
    inset: 0;
    width: auto !important;
}

.agile-props.expanded .agile-prop-expander::before {
    content: '\f066';
}

.agile-prop-expander:hover {
    background-color: #0000000f;
    color: black;
}

.agile-props.resizing, .agile-props.True.resizing ~ .agile-body {
    transition: none !important;
}



.agile-prop-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: -5px;
    padding: 5px;
    overflow: hidden;
    background-color: inherit;
    height: 65px;
    border-bottom: 1px solid #0000000d;
}

    .agile-prop-header > span {
        flex: 0 0 50px;
        height: 50px;
        background-color: #ffffffb0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .agile-prop-header > span > img {
            width: 60%;
        }


    .agile-prop-header > div {
        flex: auto;
        width: calc(100% - 170px);
    }

        .agile-prop-header > div > .agile-prop-header-title {
            font-weight: bold;
            font-size: 15px;
            line-height: 16px;
            margin: 5px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%;
            white-space: nowrap;
        }

        .agile-prop-header > div > .agile-prop-header-subtitle {
            font-size: 13px;
            line-height: 12px;
        }

    .agile-prop-header > button {
        border: none;
        flex: 0 0 100px;
        border-radius: 15px;
        background-color: #3F51B5;
        color: white;
    }

.agile-tab .agile-tab-header {
    position: sticky;
    top: 60px;
    z-index: 2;
}

.agile-tab .agile-tab-body {
    max-height: calc(100vh - 160px);
}


.agile-icon {
}

    .agile-icon > i {
        color: #ffffff;
        background-color: #03A9F4;
        border-radius: 5px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .agile-icon > .fa-check {
        background-color: #03A9F4;
    }

    .agile-icon > .fa-bug {
        background-color: #c00000;
    }

    .agile-icon > .fa-bookmark {
        background-color: #4CAF50;
    }

    .agile-icon > .fa-headset {
        background-color: #9C27B0;
    }

:root {
    --agile-badge-width: calc(132px + 2vw);
}

.agile-badge {
    position: relative;
}

    .agile-badge > .inline-grid-badge[name="Portfolio"] {
        background-color: #ffca7d;
        color: #0e0e0e;
        min-width: 100%;
        max-width: 100%;
    }


        .agile-badge > .inline-grid-badge[name="Portfolio"]:hover {
            width: auto !important;
            max-width: 400px !important;
            position: absolute;
            right: 0;
            box-shadow: -4px 0px 5px 0px #00000021;
        }

    .agile-badge > .inline-grid-badge[name="Assignee"] {
        background-color: #dadada;
        color: #464646;
        font-size: 16px;
        width: 28px;
        padding: 0;
    }

.grid-button > button {
    border: none;
    outline: none !important;
    border-radius: 14px;
    padding: 2px 8px;
    width: 100%;
    min-height: 28px;
}

.grid-button.agile-pb > button {
    background-color: #dadada;
}

.grid-button.agile-mt > button {
    background-color: #dadada;
}

.agile-center-input > input {
    text-align: center;
}


.agile-issue-type-header .slim-dropdown .slim-dropdown-body {
    padding: 0;
    min-height: 20px;
    border-radius: 5px;
}

    .agile-issue-type-header .slim-dropdown .slim-dropdown-body::after {
        display: none;
    }

.agile-issue-type-header .slim-dropdown .slim-dropdown-popup {
    width: 40px;
}

    .agile-issue-type-header .slim-dropdown .slim-dropdown-popup .slim-dropdown-option {
        justify-content: center;
    }

.agile-body .inline-grid-header > .inline-grid-column:first-child > div {
    background: linear-gradient(#a8dbd6 33.33%, #ffa39c 33.33%, #ffa39c 66.66%, #ffc107 66.66%);
    min-height: 20px;
}


.agile-multiselects {
    display: flex;
    row-gap: 15px;
    column-gap: 5px;
    flex-wrap: wrap;
}

    .agile-multiselects > div {
        flex: 1 0 180px;
    }

.agile-inputs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agile-dual-input {
    flex: 1 0 224px !important;
}


@media (max-width: 1359px) {
    .agile-props.True {
        box-shadow: 0px 0 10px #0000004a;
    }

    .agile-props ~ .agile-body {
        margin-right: 0 !important;
    }
}

.inline-grid-badge[name="Assignee"]:empty::after {
    content: '';
    opacity: 0;
}

.inline-grid-footer > div:first-of-type {
    display: none;
}

[ig-ca-issuetype="fa-solid fa-bookmark"] [placeholder="ET"] {
    pointer-events: none;
}

[ig-ca-issuetype] [name="StoryHealth"] {
    display: none;
}

[ig-ca-issuetype="fa-solid fa-bookmark"] [name="StoryHealth"] {
    display: flex;
}
/*backlog*/

.agile-body.backlog .inline-grid-body > .inline-grid-row {
    grid-template-columns: 12px 20px auto 48px 40px 85px var(--agile-badge-width) 28px 20px !important;
}

.agile-body.backlog .inline-grid-header {
    grid-template-columns: 12px 20px auto 85px 66px calc(60px + 2vw) 28px 20px !important;
}


    .agile-body.backlog .inline-grid-header > .inline-grid-column:nth-child(4),
    .agile-body.backlog .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(6) {
        display: none;
    }

.agile-body.backlog [placeholder="WT"],
.agile-body.backlog .inline-grid-pbar {
    display: none;
}

.agile-body.backlog .agile-badge > .inline-grid-badge[name="Portfolio"],
.agile-body.backlog .grid-button.agile-pb > button {
    background-color: #ffa39c70;
    backdrop-filter: blur(5px);
    transition: all 0.5s ease-in-out;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .agile-body.backlog .agile-badge > .inline-grid-badge[name="Portfolio"]:empty,
    .agile-body.backlog .agile-info-bar,
    .agile-body.backlog .agile-info-bar .agile-info-bar-left {
        background-color: #ffa39c40;
        transition: all 0.5s ease-in-out;
    }

        .agile-body.backlog .agile-info-bar .agile-info-bar-left {
            background-color: #ffa39c80;
        }

.agile-body.backlog .inline-grid-footer > div:first-of-type {
    display: flex;
}
/*backlog*/

/*planned*/
.agile-body.planned-sprint .inline-grid-body > .inline-grid-row {
    grid-template-columns: 12px 20px auto 48px 85px var(--agile-badge-width) 28px 20px !important;
}

.agile-body.planned-sprint .inline-grid-header {
    grid-template-columns: 12px 20px auto 85px 66px calc(60px + 2vw) 28px 20px !important;
}


    .agile-body.planned-sprint .inline-grid-header > .inline-grid-column:nth-child(4),
    .agile-body.planned-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(5),
    .agile-body.planned-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(6) {
        display: none;
    }

.agile-body.planned-sprint [placeholder="WT"],
.agile-body.planned-sprint .inline-grid-pbar {
    display: none;
}

.agile-body.planned-sprint .agile-badge > .inline-grid-badge[name="Portfolio"],
.agile-body.planned-sprint .grid-button.agile-pb > button {
    background-color: #FFC10770;
    backdrop-filter: blur(5px);
    transition: all 0.5s ease-in-out;
}

    .agile-body.planned-sprint .agile-badge > .inline-grid-badge[name="Portfolio"]:empty,
    .agile-body.planned-sprint .agile-info-bar,
    .agile-body.planned-sprint .agile-info-bar .agile-info-bar-left {
        background-color: #FFC10740;
        transition: all 0.5s ease-in-out;
    }

        .agile-body.planned-sprint .agile-info-bar .agile-info-bar-left {
            background-color: #FFC10760;
        }
/*planned*/

/*active*/
.agile-body.active-sprint .inline-grid-body > .inline-grid-row {
    grid-template-columns: 12px 20px auto 140px 66px 85px var(--agile-badge-width) 28px 20px !important;
}

    .agile-body.active-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(5) {
        display: none;
    }

.agile-body.active-sprint .agile-badge > .inline-grid-badge[name="Portfolio"],
.agile-body.active-sprint .grid-button.agile-pb > button {
    background-color: #a8dbd670;
    backdrop-filter: blur(5px);
    transition: all 0.5s ease-in-out;
}

    .agile-body.active-sprint .agile-badge > .inline-grid-badge[name="Portfolio"]:empty,
    .agile-body.active-sprint .agile-info-bar,
    .agile-body.active-sprint .agile-info-bar .agile-info-bar-left {
        background-color: #a8dbd640;
        transition: all 0.5s ease-in-out;
    }

        .agile-body.active-sprint .agile-info-bar .agile-info-bar-left {
            background-color: #a8dbd660;
        }
/*active*/

/*finished*/
.agile-body.finished-sprint .inline-grid-header, .agile-body.finished-sprint .inline-grid-body > .inline-grid-row {
    grid-template-columns: 12px 20px auto 85px var(--agile-badge-width) 28px 20px !important;
}



    .agile-body.finished-sprint .inline-grid-header .inline-grid-column:nth-child(5),
    .agile-body.finished-sprint .inline-grid-header .inline-grid-column:nth-child(7),
    .agile-body.finished-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(4),
    .agile-body.finished-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(5),
    .agile-body.finished-sprint .inline-grid-body > .inline-grid-row > .inline-grid-column:nth-child(6) {
        display: none;
    }

.agile-body.finished-sprint .agile-badge > .inline-grid-badge[name="Portfolio"],
.agile-body.finished-sprint .grid-button.agile-pb > button {
    background-color: #dddddd70;
    backdrop-filter: blur(5px);
    transition: all 0.5s ease-in-out;
}

    .agile-body.finished-sprint .agile-badge > .inline-grid-badge[name="Portfolio"]:empty,
    .agile-body.finished-sprint .agile-info-bar,
    .agile-body.finished-sprint .agile-info-bar .agile-info-bar-left {
        background-color: #dddddd40;
        transition: all 0.5s ease-in-out;
    }

        .agile-body.finished-sprint .agile-info-bar .agile-info-bar-left {
            background-color: #dddddd80;
        }

.agile-body.finished-sprint .inline-grid-footer > * {
    display: none;
}
/*finished*/
.inline-grid-footer > div:nth-of-type(5), .inline-grid-footer > div:nth-of-type(6), .finished-sprint .agile-grid.True .inline-grid-footer > div:nth-of-type(5) {
    display: none;
}

.agile-grid.True .inline-grid-footer > div:nth-of-type(5), .active-sprint .inline-grid-footer > div:nth-of-type(6) {
    display: flex;
    margin-left: auto;
}

.agile-grid.True .inline-grid-footer > div:nth-of-type(6) {
    margin-left: unset;
}
/*settings*/
.hover1-card {
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 1px 5px #0000001a;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}

    .hover1-card::after {
        content: '';
        background-color: #c00000;
        height: 5px;
        border-radius: 0;
        position: absolute;
        bottom: 0;
        width: 0%;
        left: 50%;
        opacity: 0;
        box-shadow: 0 0 0px #00000000;
        transition: all 0.4s ease-in;
    }

    .hover1-card:hover::after {
        left: 0;
        width: 100%;
        opacity: 1;
        box-shadow: 0 0 5px #00000040;
    }



.release-card {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 5px;
    min-height: 60px;
}

.release-card-name {
    font-weight: 600;
}

.release-card-timeline {
    font-size: 14px;
}

.release-card.True .release-card-name {
    color: #9C27B0;
}



.modules-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}


.modules-box {
    position: relative;
    flex: 1 0 300px;
}

    .modules-box .rf-selectbox-header-count {
        display: none;
    }

.module-button, .submodule-button, .epic-button, .release-button {
    position: absolute;
    right: 5px;
    top: 18px;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 8px;
    cursor: pointer;
    font-size: 28px;
    line-height: 29px;
    transition: all 0.2s ease-in-out;
}

    /*.submodule-button {
    background-color: #e2e6ff;
}

.epic-button {
    background-color: #ffe3ec;
}

.release-button {
    background-color: #ffe3ec;
}
*/
    .module-button:hover, .submodule-button:hover, .epic-button:hover, .release-button:hover {
        box-shadow: 0 0 5px #00000030;
    }

.rf-selectbox {
    padding-bottom: 5px;
}

.module-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

    .module-card > div {
        flex: auto;
    }

    .module-card > i {
        opacity: 0;
        background-color: #ffffff00;
        padding: 5px;
        border-radius: 5px;
        color: #00000038;
        transition: all 0.2s ease-in;
    }

        .module-card > i:hover {
            background-color: #ffffffbf;
            color: #000000c9;
        }

    .module-card:hover > i {
        opacity: 1;
    }

    .module-card > div > input {
        border: none;
        width: 100%;
        background-color: transparent;
        font-weight: bold;
    }
/*#e9e9e9*/
/*#dfdfdf*/
/*settings*/
.agile-modal-footer {
    margin: -15px;
    margin-top: 0;
    position: sticky;
    bottom: -15px;
    box-shadow: 0 0 5px #0000002b;
    padding: 8px 15px 8px 15px;
    background-color: white;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    z-index: 3;
}


.btn-start {
    color: white;
    background-color: #3f51b5c7;
}

    .btn-start:hover {
        color: #ffffff;
        background-color: #3F51B5;
    }


.release-card-info {
    margin-right: 56px;
}

.release-card-count {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.release-card-count-num {
    font-size: 24px;
    line-height: 24px;
    text-shadow: 0 0 2px #00000099;
}

.release-card-count-title {
    font-size: 13px;
}

.backlog-card.hover1-card::after, .backlog-card .release-card-count {
    background-color: #ffa39c;
}

.planned-sprint-card.hover1-card::after, .planned-sprint-card .release-card-count {
    background-color: #FFC107;
}

.active-sprint-card.hover1-card::after, .active-sprint-card .release-card-count {
    background-color: #a8dbd5;
}



.agile-prop-logs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.agile-prop-log {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 0 5px;
    position: relative;
}

    .agile-prop-log::after {
        content: '';
        width: 2px;
        background-color: #b9c1ed;
        z-index: -1;
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: 24px;
    }

    .agile-prop-log.True::after {
        background-color: #ffc9c5;
    }

    .agile-prop-log:first-of-type::after {
        top: 50%;
    }

    .agile-prop-log:last-of-type::after {
        bottom: 50%;
    }

    .agile-prop-log > i {
        border: 6px solid #b9c1ed;
        border-radius: 50%;
        width: 40px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #3F51B5;
        color: #ffffff;
        font-size: 14px;
    }

    .agile-prop-log.True > i {
        border-color: #ffc9c5;
        background-color: #f44336;
        color: #ffffff;
    }

    .agile-prop-log > i.fa-solid.fa-check {
        border-color: #95cdc8;
        background-color: #009688;
    }

.agile-prop-log-card {
    flex: auto;
    padding: 5px 8px;
    border-radius: 5px;
    line-height: 14px;
    background-color: #00000008;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.agile-prop-log:hover .agile-prop-log-card {
    background-color: #ffffff;
    box-shadow: 0px 3px 5px #0000000f;
}

.agile-prop-log-card-text {
    font-size: 13px;
    padding-bottom: 6px;
}

.agile-prop-log-card-description {
    font-size: 12px;
}

.agile-prop-log-action {
    position: absolute;
    right: -50px;
    bottom: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
    transition: all 0.4s ease-in-out;
}

.agile-prop-log:hover .agile-prop-log-action {
    right: 10px;
}

.agile-prop-log-action > i,
.agile-prop-log-action > div > i {
    opacity: 0.5;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.agile-prop-log-action > div {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .agile-prop-log-action > div > * {
        cursor: pointer;
    }

    .agile-prop-log-action > div > .datepicker-rf {
        position: absolute;
        opacity: 0;
        top: -20px;
    }

        .agile-prop-log-action > div > .datepicker-rf > * {
            display: none;
        }

    .agile-prop-log-action > div > .datepicker-popup-rf {
        display: none;
    }

.agile-prop-log:hover .agile-prop-log-action > div > .datepicker-popup-rf {
    display: block;
}

.agile-prop-log-action > i:hover,
.agile-prop-log-action > div:hover > i {
    opacity: 1;
    color: red;
}


.mt-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mt-tab-header {
    display: flex;
    justify-content: center;
}

.mt-tab-h {
    padding: 5px 15px;
    font-size: 16px;
    border-bottom: 2px solid #00000014;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .mt-tab-h.True {
        border-color: #3F51B5;
    }

    .mt-tab-h:hover {
        border-color: #00000050;
    }

.mt-tab-body {
}



.mt-footer {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}

.mt-tab-title {
    font-size: 14px;
    text-shadow: 0 0 2px #00000082;
    display: flex;
    align-items: center;
}

.mt-release-template {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    line-height: 14px;
}

    .mt-release-template > div {
    }

    .mt-release-template > span {
        font-size: 12px;
        white-space: nowrap;
    }


.mt-story-template {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 2px 10px;
    max-width: 348px;
}

    .mt-story-template > i {
        color: #009688;
    }

    .mt-story-template > div {
    }

    .mt-story-template.d {
        background-color: #f1f1f1;
        border-radius: 5px;
        line-height: 21px;
        margin: 3px 0;
    }


.sp-issues {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sp-issues-title {
    font-weight: bold;
    border-left: 5px solid #00000017;
    padding: 2px 10px;
    font-size: 16px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    position: sticky;
    top: -15px;
    z-index: 2;
}

.sp-issue {
    position: relative;
    background-color: #fbfbfb;
    padding: 2px 10px;
    border-radius: 5px;
    border-left: 5px solid #00000000;
    transition: all 0.3s ease-in-out;
}

    .sp-issue:hover {
        border-left-color: #00000017;
    }

.sp-issue-summary {
    text-shadow: 0 0 2px #00000054;
    font-weight: 500;
}

.sp-issue-status {
    font-size: 12px;
    line-height: 1;
}

.sp-issue .fa-solid.fa-trash {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ff000061;
    transition: all 0.3s ease-in-out;
}

    .sp-issue .fa-solid.fa-trash:hover {
        color: #ff0000;
    }

.sp-issue-note {
    font-size: 12px;
    color: red;
}

.mt-users .select-rf-popper-items, .sp-issues-move-to .select-rf-popper-items, .mt-container .select-rf-popper-items {
    max-height: max(150px,50vh);
}

.mt-user-template {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.mt-user-template-info {
    flex: auto;
    line-height: 18px;
}

.mt-user-template-fn {
    font-weight: bold;
}

.select-rf-viewer .mt-user-template-email {
    word-break: break-all;
}

.mt-user-template-email {
    font-size: 12px;
}

.mt-user-template-team {
    font-size: 12px;
}

.mt-user-log {
    flex: auto;
}

.mt-user-log-title {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 6px;
}

.mt-user-log-sprinttitle {
}

.mt-user-log-sprintduration {
    text-shadow: 0 0 1px #00000059;
}

.mt-user-log-count {
}

.mt-user-log-time {
    text-shadow: 0 0 1px #00000059;
}

.mt-user-log-info button {
    width: 100%;
    margin: 10px 0 15px 0;
    position: sticky;
    top: -15px;
    background-color: #3F51B5;
    color: white;
    z-index: 1;
}

.mt-user-log-info-summary {
    background-color: #f443360d;
    padding: 10px;
    border-radius: 5px;
    border-left: 5px solid #f443364d;
    text-shadow: 0 0 2px #00000021;
    text-align: justify;
    font-weight: 500;
}

.mt-user-log-info-sprints {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 10px 0;
    padding: 10px 0;
}

.mt-user-log-info-sprint {
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

    .mt-user-log-info-sprint:hover {
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.mt-user-log-info-sprint-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.mt-user-log-info-sprint-duration {
    font-size: 12px;
    font-weight: bold;
}

.mt-user-log-info-sprint-time {
    font-size: 16px;
    font-weight: bold;
    color: #FF5722;
    margin-top: 8px;
}

.mt-user-log-info-project-title {
    font-size: 14px;
    color: #555;
}

.mt-user-log-info-summary-time {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3F51B5;
    font-size: 18px;
    text-shadow: 0 0 3px #00000038;
}

    .mt-user-log-info-summary-time > b {
        margin-right: 5px;
    }

.mt-user-log-info-summary-cs {
    background-color: #00968817;
    padding: 10px;
    border-radius: 5px;
}

    .mt-user-log-info-summary-cs.True {
        background-color: #f4433617;
    }

.agile-load-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .agile-load-bar > p {
        position: absolute;
        margin: 0;
        padding: 0;
        inset: 0;
        right: auto;
        transition: all 800ms ease-in-out;
    }

    .agile-load-bar > span {
        color: #ffffff;
        display: flex;
        align-items: center;
        text-shadow: 0 0 3px #000000;
        z-index: 1;
    }

[ig-slim-dropdown="AssigneeId"] .slim-dropdown-body::after {
    display: none;
}

.agile-assignee-bg {
}

    .agile-assignee-bg > div {
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #ffffff;
        box-shadow: 0 0 1px 2px #cdcdcd;
        width: 28px;
        height: 28px;
        background-color: #e9e9e9;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .agile-assignee-bg img {
        width: 100%;
    }

    .agile-assignee-bg > div > span {
        font-weight: 500;
    }

        .agile-assignee-bg > div > span:empty::after {
            content: '?';
            font-size: 16px;
            font-weight: 400;
        }

.slim-dp-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .slim-dp-user > img, .slim-dp-user > span {
        flex: 28px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid #ffffff;
        width: 28px;
        height: 28px;
        min-width: 28px;
        background-color: #e9e9e9;
    }

    .slim-dp-user > span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slim-dp-user > div {
    }

[ig-slim-dropdown="AssigneeId"] .slim-dropdown-body {
    padding: 0 !important;
}

.sprint-card-health-bar {
    margin-top: 10px;
}

.sprint-card-health-bar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

    .sprint-card-health-bar-info > div {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #3F51B5;
    }

        .sprint-card-health-bar-info > div > i {
        }

        .sprint-card-health-bar-info > div > span {
            font-weight: 500;
        }

            .sprint-card-health-bar-info > div > span > b {
                color: #F44336;
                padding-left: 5px;
            }

.sprint-card-health-bar-TWT {
}

.sprint-card-health-bar-TET {
}

.sp-issues-move-to {
    margin-top: 15px;
}

.sp-issues-move-to-srf {
    min-width: min(calc(95vw - 44px),548px);
    background-color: #ffffff2e;
}

.agile-badge-sh {
    position: relative;
}

    .agile-badge-sh > div {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        white-space: nowrap;
        gap: 5px;
        height: 28px;
        border-radius: 14px;
        background-color: #4caf50;
        color: white;
        backdrop-filter: blur(5px);
        transition: all 0.5s ease-in-out;
    }

        .agile-badge-sh > div > span {
            font-size: 12px;
            flex: 0 0 40px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #00000000;
            transition: all 0.5s ease-in-out;
        }

        .agile-badge-sh > div > div {
            flex: auto;
        }

        .agile-badge-sh > div:hover {
            width: auto !important;
            max-width: 400px;
            position: absolute;
            right: 0;
            box-shadow: -4px 0px 5px 0px #00000021;
            padding: 0 10px 0 0;
        }

            .agile-badge-sh > div:hover > span {
                padding: 0 5px 0 10px;
                background-color: #00000026;
            }


.sprint-goal-area {
}

    .sprint-goal-area > label {
    }

    .sprint-goal-area > div {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .sprint-goal-area > button {
        height: auto;
        font-size: 38px;
        line-height: 0;
        padding: 20px 15px;
        padding-top: 23px;
    }

    .sprint-goal-area > div > .sprint-goal-card {
        background-color: #f7f7f7;
        border-radius: 5px;
        padding: 5px 10px;
        max-height: 57px;
        overflow: hidden;
    }

        .sprint-goal-area > div > .sprint-goal-card.expanded {
            max-height: none;
        }

        .sprint-goal-area > div > .sprint-goal-card.True {
        }

        .sprint-goal-area > div > .sprint-goal-card .sprint-goal-card-header {
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .sprint-goal-area > div > .sprint-goal-card .sprint-goal-card-header .input-rf {
                border-color: white;
            }

            .sprint-goal-area > div > .sprint-goal-card .sprint-goal-card-header .sprint-goal-carf-progress {
                display: flex;
                flex-direction: column;
                align-items: center;
                cursor: pointer;
            }

                .sprint-goal-area > div > .sprint-goal-card .sprint-goal-card-header .sprint-goal-carf-progress::after {
                    content: '\f078';
                    font-family: "Font Awesome 6 Free";
                    font-weight: 900;
                    color: #8f8f8f;
                }

                .sprint-goal-area > div > .sprint-goal-card .sprint-goal-card-header .sprint-goal-carf-progress.expanded::after {
                    content: '\f077';
                }

.sprint-goal-card-issueview {
    min-width: min(calc(95vw - 87px),528px);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 10px;
}

    .sprint-goal-card-issueview > i {
        flex: 0 0 16px;
        background-color: #2196F3;
        color: white;
        width: 16px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        font-size: 8px;
    }

        .sprint-goal-card-issueview > i.fa-bug {
            background-color: rgb(233, 30, 99);
        }

        .sprint-goal-card-issueview > i.fa-headset {
            background-color: rgb(156, 39, 176);
        }

    .sprint-goal-card-issueview > div {
        flex: auto;
    }

    .sprint-goal-card-issueview > span {
        flex: 0 0 50px;
        background-color: #f4433621;
        color: #f44336;
        border-radius: 5px;
        padding: 2px 5px 0 5px;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }

        .sprint-goal-card-issueview > span[sgo-status="2"] {
            background-color: #ff980026;
            color: #FF9800;
        }

        .sprint-goal-card-issueview > span[sgo-status="3"] {
            background-color: #00968821;
            color: #009688;
        }


.agile-kanban {
    flex: auto;
    display: flex;
    margin-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

    .agile-kanban > .kanban-rf {
        flex: auto;
        padding: 0;
        margin: 0;
        gap: 10px;
    }

        .agile-kanban > .kanban-rf > .kanban-rf-item {
            height: 100%;
            background-color: #f8f8f8;
            box-shadow: none;
            overflow: initial;
        }

            .agile-kanban > .kanban-rf > .kanban-rf-item .kanban-rf-item-header-title {
                font-size: 14px;
            }

.agile-grid.kanban-on .inline-grid {
    height: 100%;
}

.agile-grid.kanban-on .kanban-rf-item-rows-container {
    height: calc(100% - 100px);
    overflow: auto;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
    padding-left: 10px;
    padding-right: 2px;
}

    .agile-grid.kanban-on .kanban-rf-item-rows-container .kanban-rf-item-rows {
        padding: 0 !important;
    }

.agile-grid.kanban-on .inline-grid-body,
.agile-grid.kanban-on .inline-grid-footer {
    display: none;
}

.agile-kanban-tolist {
    display: flex;
    position: absolute;
    right: 11px;
    bottom: 12px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #090909;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
    transition: all 0.5s ease-in-out;
}

    .agile-kanban-tolist:hover {
        color: #666;
        box-shadow: inset 3px 3px 6px #c5c5c5, inset -3px -3px 6px #ffffff;
    }

.agile-kanban-item-card {
    background-color: white;
    padding: 10px;
    border-left: 4px solid #c9c9c9;
    border-radius: 4px;
    box-shadow: 0px 2px 2px #0000000f;
}

[contenteditable="true"]:empty::before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
}

.agile-kanban-item-card-badges {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.agile-kanban-item-card-badge {
    background-color: #3f51b514;
    color: #3F51B5;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 17px;
    font-size: 12px;
    padding-top: 2px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 60px;
    text-align: center;
}

    .agile-kanban-item-card-badge:empty {
        display: none;
    }

    .agile-kanban-item-card-badge.agile-icon {
        background-color: transparent;
        min-width: 20px;
        padding: 0;
    }

.agile-kanban-item-card-bottom {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}


.agile-kanban-item-card-bottom-etct {
    display: flex;
    gap: 10px;
    align-items: center;
}





.agile-kanban-item-card-bottom-etct {
    width: 140px;
}

    .agile-kanban-item-card-bottom-etct > .inline-grid-agile-progress {
    }

        .agile-kanban-item-card-bottom-etct > .inline-grid-agile-progress > input {
            width: 42px;
        }

.agile-kanban-item-card-bottom-asignee {
}

.autogrowta {
    overflow: hidden;
    resize: none;
    width: 100%;
    border: none;
    border-bottom: 1px dashed transparent;
}

    .autogrowta:focus {
        border-color: #e5e5e5;
    }


.agile-kanban-head-count {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 6px 0px #00000033;
    border-radius: 16px;
    overflow: hidden;
}

    .agile-kanban-head-count > div {
        line-height: 19px;
        padding: 1px 10px 0 10px;
    }

        .agile-kanban-head-count > div[title="Item"] {
        }

        .agile-kanban-head-count > div[title="Estimated"] {
            background-color: #ffa7c5;
            color: #000;
            padding-left: 5px;
            padding-right: 5px;
        }

        .agile-kanban-head-count > div[title="Worked"] {
            background-color: #a8dbd6;
            color: #000;
        }

[kanban-rf-item="2"] .agile-kanban-head-count > div[title="Worked"] {
    background-color: #ffca7d;
    color: #000;
}

.agile-kanban-head-count > div[title="Estimated"]:empty, .agile-kanban-head-count > div[title="Worked"]:empty {
    display: none;
}

.agile-info-bar-right-sh {
    min-width: 100px;
    flex-direction: column;
    gap: 1px !important;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: inset 0 0 0px 20px #ffffff87, 0 0 0px 4px #ffffff87;
    transition: all 0.5s ease-in-out;
}

.agile-info-bar-right-sh-times {
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    color: #3d3d3d;
}

    .agile-info-bar-right-sh-times > div {
    }

.agile-info-bar-right-sh-dtls {
    display: none;
    position: absolute;
    min-height: 50px;
    max-height: -webkit-fill-available;
    max-width: -webkit-fill-available;
    overflow: auto;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 5px #00000026;
    z-index: 99;
    flex-direction: column;
    gap: 5px;
    padding: 16px 8px 16px 16px;
    margin: 25px -8px 39px 0;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.agile-info-bar-right-sh:hover {
    border-radius: 3px 3px 0 0;
    box-shadow: inset 0 0 0px 20px #ffffff, 0 0 0px 4px #ffffff;
}

    .agile-info-bar-right-sh:hover > .agile-info-bar-right-sh-dtls,
    .agile-info-bar-right-sh-dtls:hover {
        display: flex;
        animation: amanimsf 0.3s ease-out 0s 1 normal both;
    }

.agile-info-bar-right-sh-dtls-sprint {
    position: sticky;
    top: -16px;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
}

.agile-info-bar-right-sh-dtls-message {
    font-weight: bold;
    color: #ff5b5b;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

    .agile-info-bar-right-sh-dtls-message.True {
        color: #009688;
    }

.agile-info-bar-right-sh-dtls-assignees {
}

    .agile-info-bar-right-sh-dtls-assignees > span {
    }

.agile-info-bar-right-sh-dtls-assignee {
    font-size: 14px;
    line-height: 22px;
    background-color: #f9f9f9;
    padding: 8px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

    .agile-info-bar-right-sh-dtls-assignee:hover {
        background-color: #ffffff;
        box-shadow: 0 3px 5px #00000021;
    }

    .agile-info-bar-right-sh-dtls-assignee > div {
    }

        .agile-info-bar-right-sh-dtls-assignee > div:first-of-type {
            display: flex;
            gap: 15px;
            align-items: center;
            margin-bottom: 10px;
            padding-top: 5px;
        }

            .agile-info-bar-right-sh-dtls-assignee > div:first-of-type > div {
                flex: 0 0 40px;
                border-radius: 50%;
                overflow: hidden;
                box-shadow: 0 0 0px 3px #d3d3d3;
                border: 2px solid white;
            }

                .agile-info-bar-right-sh-dtls-assignee > div:first-of-type > div > * {
                    width: 100%;
                    aspect-ratio: 1;
                }

            .agile-info-bar-right-sh-dtls-assignee > div:first-of-type > span {
                font-weight: 500;
                font-size: 16px;
            }

        .agile-info-bar-right-sh-dtls-assignee > div.agile-info-bar-right-sh-dtls-assignee-True {
            font-weight: bold;
            color: #009688;
        }

        .agile-info-bar-right-sh-dtls-assignee > div.agile-info-bar-right-sh-dtls-assignee-False {
            font-weight: bold;
            color: #ff5b5b;
        }

@keyframes amanimsf {
    0% {
        opacity: 0;
        transform: rotateX(-100deg);
        transform-origin: top;
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: top;
        box-shadow: 0px 7px 10px #0000003d;
    }
}