.mana-component.mana-step {
    width: 100%;
}

    .mana-component.mana-step > div > ul {
        display: flex;
        position: relative;
        display: flex;
        align-items: center;
        justify-items: center;
        justify-content: center;
    }

        .mana-component.mana-step > div > ul li {
            width: 50%;
            display: flex;
            flex-flow: column;
            color: rgb(108, 108, 108);
        }

        .mana-component.mana-step > div > ul > li:last-of-type::after {
            position: relative;
            left: 0px;
            top: 59px;
            height: 0px;
            width: 0px;
        }


        .mana-component.mana-step > div > ul > li::after {
            position: relative;
            content: "";
            height: 3px;
            top: -63px;
            width: 100%;
            opacity: 1;
            z-index: 0;
            background-color: rgb(162, 162, 162);
            right: 50%;
        }



        .mana-component.mana-step > div > ul > li[done=true] {
            color: rgb(199, 143, 9);
        }

        .mana-component.mana-step > div > ul > li[active=true] {
            color: #ffffff;
        }


        /*.mana-component.mana-step > div > ul > li[done=true]::after {
            background-color: rgb(255,200,70);
        }*/

        .mana-component.mana-step > div > ul > li::before {
            background-color: rgb(255, 200, 70);
            position: relative;
            content: "";
            height: 3px;
            top: 45px;
            width: 0%;
            animation: decreaseWidth 1s ease-in-out;
            opacity: 1;
            z-index: 1;
            right: 50%;
        }

        .mana-component.mana-step > div > ul > li[done=true]::before {
            width: 100%;
            animation: increaseWidth 1s ease-in-out forwards;
        }

/*@keyframes decreaseWidth {
    100% {
        width: 0;
    }

    0% {
        width: 100%;
    }
}*/
@keyframes increaseWidth {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.mana-component.mana-step > div > ul li[active=true] > a {
    background-color: rgb(221, 167, 40);
}

.mana-component.mana-step > div > ul li[done=true] > a {
    background: rgb(255, 235, 107);
    background: -moz-linear-gradient(170deg, rgba(255, 235, 107, 1) 0%, rgba(252, 205, 77, 1) 36%, rgba(255, 226, 82, 0.9009804605435925) 100%);
    background: -webkit-linear-gradient(170deg, rgba(255, 235, 107, 1) 0%, rgba(252, 205, 77, 1) 36%, rgba(255, 226, 82, 0.9009804605435925) 100%);
    background: linear-gradient(170deg, rgba(255, 235, 107, 1) 0%, rgba(252, 205, 77, 1) 36%, rgba(255, 226, 82, 0.9009804605435925) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffeb6b", endColorstr="#ffe252", GradientType=1);
}

.mana-component.mana-step > div > ul li > a {
    background-color: rgb(162, 162, 162);
    width: 45px;
    height: 45px;
    text-align: center;
    font-family: IransansBold;
    position: relative;
    display: block;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    line-height: 1.42857143;
    cursor: pointer;
    z-index: 2
}

    .mana-component.mana-step > div > ul li > a span {
        line-height: 45px;
    }

.mana-component.mana-step > div > ul li > span {
    color: rgb(108, 108, 108);
    text-align: center;
}

.mana-component.mana-step > div > ul li[active=true] > span {
    color: rgb(26, 26, 26);
    text-align: center;
}

.mana-component {
    margin-bottom: 10px;
}

.mana-component .mana-step-content[active=true] {
    display: block;
}

.mana-component .mana-step-content {
    display: none;
}

.mana-component.mana-step > div.card-body {
    min-height: 50px;
}

.mana-component.mana-step > div.card-footer {
    min-height: 50px;
    display: flex;
    justify-content: center;
    gap: 15px;
}





.mana-tools a {
    background-color: transparent;
    border-color: #d9d9d9;
    width: 30px;
    height: 30px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    border-radius: 4px;
    color: #003f59;
    font-size: 17px;
    padding-top: 5px;
    margin: 0 0px;
}


.mana-component.mana-grid {
    width: 100%;
}

    .mana-component.mana-grid table {
        min-width: 100%;
        border-collapse: separate;
        table-layout: fixed;
    }

        .mana-component.mana-grid table tr td div.dropdown-menu.open {
            position: sticky;
        }

        .mana-component.mana-grid table[fixed=true] {
            min-width: unset;
            width: 100%;
        }

        .mana-component.mana-grid table tr th,
        .mana-component.mana-grid table tr td {
            border-bottom: solid 1px #d9d9d9;
            min-width: 45px;
        }


        .mana-component.mana-grid table thead {
            position: sticky;
            top: 0px;
            z-index: 2;
        }

        .mana-component.mana-grid table span,
        .mana-component.mana-grid table a,
        .mana-component.mana-grid .footer a,
        .mana-component.mana-grid .footer span {
            user-select: none;
            mox-user-select: none;
        }

    .mana-component.mana-grid .table-container {
        overflow: auto;
        border-top: solid 1px #d9d9d9;
        border-left: solid 1px #d9d9d9;
        border-right: solid 1px #d9d9d9;
    }

    .mana-component.mana-grid table input[type=text] {
        background-color: #f6f6f6;
        margin: 2px -2px 2px 2px;
        border-radius: 5px;
        border-style: groove;
        border-color: #d9d9d9;
        border-width: 1px;
        width: 100%;
        padding-right: 10px;
        color: black;
    }
    .mana-component.mana-grid table th:last-of-type {
        border-left: none;
    }
    .mana-component.mana-grid table th {
        text-align: center;
        /*border-left: solid 1px #a3d0e4;*/
        border-left: solid 1px #d9d9d9;
        padding-right: 5px;
        vertical-align: middle;
        /*background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);*/
        background-position: 50% 50%;
        /*background-color: #d9ecf5;*/
        background-color: #f4f5f9;
    }

    .mana-component.mana-grid table td:last-of-type {
        border-left: none;
    }
    .mana-component.mana-grid table td {
        text-align: right;
        border-left: solid 1px #d9d9d9;
        padding-right: 5px;
        vertical-align: middle;
    }

    .mana-component.mana-grid table tr {
        background-color: #f6f6f6;
        color: rgb(66, 60, 53);
        border: solid 1px #d9d9d9;
    }

    .mana-component.mana-grid table tbody tr td {
        font-size: 12px;
        height: 37px;
    }

        .mana-component.mana-grid table tbody tr td a {
            color: red;
        }

    .mana-component.mana-grid table tbody tr[selected-row=true] td a {
        color: rgb(108, 108, 108);
    }

    .mana-component.mana-grid table tr > td > span, .mana-component.mana-grid table tr > th span {
        font-size: 0.820rem;
        font-family: IRANSansLight !important;
        font-weight: normal;
        min-height: 37px;
        line-height: 32px;
        display: inline-block;
        margin-top: 5px;
        color: #23527c;
    }

    .mana-component.mana-grid table tr > td .mana-component {
        margin-bottom: -2px !important;
        margin-top: 3px !important;
    }

    .mana-component.mana-grid table thead tr i.material-symbols-outlineds {
        font-size: 20px;
        padding-top: 4px;
        position: absolute;
    }

    .mana-component.mana-grid table tr:nth-of-type(2n+1) {
        background-color: rgba(255, 255, 255, 0);
    }

    .mana-component.mana-grid table tr:hover {
        background-color: #ebebfc;
        /*background-image: url(textures/highlight.png);*/
        /*background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, 0) 100%);*/
        background-position: 50% 50%;
    }

    .mana-component.mana-grid table tr[selected-row=true] {
        color: black !important;
        background-color: #d1d1d1 !important;
        border-color: #dcdced !important;
        /*background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%) !important;*/
    }


        .mana-component.mana-grid table tr[selected-row=true] .mana-unchecked::after {
            border: 2px solid #12c88c;
            transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
        }


        .mana-component.mana-grid table tr[selected-row=true] [type="checkbox"].filled-in:not(:checked) + label::after {
            border: 2px solid #12c88c;
        }

    .mana-component.mana-grid table thead tr a {
        min-height: 40px;
    }

    .mana-component.mana-grid .footer {
        height: 40px;
        background-color: #f4f5f9;
        border: solid 1px #d9d9d9;
        padding: 4px;
    }

        .mana-component.mana-grid .footer .current-page {
            background-color: transparent;
            border-color: #d9d9d9;
            width: 30px;
            height: 30px;
            text-align: center;
            border-style: solid;
            border-width: 1px;
            box-sizing: border-box;
            border-radius: 4px;
            color: #003f59;
            font-size: 13px;
            margin: 0 -1.5px;
            display: inline-block;
            line-height: 35px;
        }

        .mana-component.mana-grid .footer div {
            padding: 0 10px;
        }

        .mana-component.mana-grid .footer .page-size {
            background-color: #f4f5f9;
            margin: 2px -2px 2px 2px;
            border-radius: 5px;
            border-style: groove;
            border-color: #d9d9d9;
            border-width: 1px;
            width: 40px;
        }



.mana-component.mana-select {
    border: none;
    outline: none;
    position: relative;
}

    .mana-component.mana-select .title {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-66%);
        pointer-events: none;
        transition: transform 140ms ease-in-out, font-size 140ms ease-in-out;
        font-size: 1rem;
        background: var(--neutral-lightest);
        color: var(--text-color);
        padding: 0 3px;
        font-size: 0.9rem;
        z-index: 9;
    }

    .mana-component.mana-select[disabled] .title {
        color: var(--neutral-darker) !important;
    }

    .mana-component.mana-select .selected-title {
        color: transparent;
    }
    .mana-component.mana-select[disabled] .selected-title {
        color: var(--neutral-darker) !important;
    }

    .mana-component.mana-select.selected .selected-title {
        color: var(--text-color);
    }
    .mana-component.mana-select[disabled].selected .selected-title {
        color: var(--neutral-darker) !important;
    }

    .mana-component.mana-select.selected .title {
        transform: translate(0, -30px);
        font-size: 12px;
        font-weight: 600;
        top: 20px;
    }

    .mana-component.mana-select .input {
        width: 100%;
        border: 1px solid #eeeeee !important;
        height: auto !important;
        padding: 5.3px 0;
        border-radius: 4px;
        background-color: #fff;
        line-height: 28px;
        color: #444;
        padding-left: 20px;
        padding-right: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition: border 120ms ease-in, box-shadow 60ms ease-in;
    }

    .mana-component.mana-select.open .input {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border: 1px solid var(--primary-light) !important;
        /* box-shadow: 0px 0px 2px 0px rgba(var(--primary-light-rgb), 0.6), 0px 0px 0px 4px rgba(var(--primary-light-rgb), 0.1); */
        outline: none !important;
    }

    .mana-component.form-input-success.mana-select.open .input,
    .mana-component.form-input-success.mana-select:focus .input {
        /* box-shadow: 0px 0px 2px 0px rgba(var(--success-light-rgb), 0.6), 0px 0px 0px 4px rgba(var(--success-light-rgb), 0.1); */
    }

    .mana-component.form-input-success.mana-select:focus .input,
    .mana-component.form-input-danger.mana-select:focus .input {
        border: 1px solid var(--primary-light) !important;
    }

    .mana-component.form-input-danger.mana-select.open .input,
    .mana-component.form-input-danger.mana-select:focus .input {
        /* box-shadow: 0px 0px 2px 0px rgba(var(--danger-light-rgb), 0.6), 0px 0px 0px 4px rgba(var(--danger-light-rgb), 0.1); */
    }

    .mana-component.mana-select:focus .input {
        border: 1px solid var(--primary-light) !important;
        outline: none !important;
    }

    .mana-component.mana-select[disabled]:focus .input {
        border: 1px solid var(--neutral-lighter) !important;
    }

    .mana-component.mana-select .arrow {
        top: 6px !important;
        right: auto !important;
        left: 8px !important;
        height: 26px;
        position: absolute;
        width: 20px;
        outline: none;
    }

        .mana-component.mana-select .arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }
        /* .mana-component.mana-select[disabled] .arrow b {
            border-color:var(--neutral-lighter) transparent transparent transparent !important;
            border-width: 5px 4px 0 4px;
        } */
    .mana-component.mana-select.open .arrow b {
        border-color: transparent transparent #888 transparent;
        border-width: 0 4px 5px 4px;
    }


    .mana-component.mana-select .clear {
        float: left !important;
        margin-right: unset !important;
        margin-left: 11px;
        padding-left: 0px;
        margin-top: 0px;
        font-weight: bold;
        height: 26px;
        cursor: pointer;
        padding-right: 0px;
        background-color: transparent;
        border: none;
        font-size: 1em;
        display: none;
    }

    .mana-component.mana-select.mana-select.selected .clear {
        display: block;
        outline: none;
    }
    .mana-component.mana-select[disabled].selected .clear {
        color:var(--neutral-lighter) !important;
    }


    .mana-component.mana-select .selectcontainer {
        width: 100%;
        background-color: white;
        border: 1px solid #aaa;
        border-top: none;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-sizing: border-box;
        display: none;
        position: absolute;
        margin-top: 41px;
        margin-right: -100%;
        z-index: 1052;
    }

    .mana-component.mana-select.open .selectcontainer {
        display: inline-block;
    }


    .mana-component.mana-select .selectcontainer .searchcontainer {
        width: 100%;
        padding: 5px;
        display: none;
    }

    .mana-component.mana-select[searchable] .selectcontainer .searchcontainer {
        display: inline-block;
    }

    .mana-component.mana-select .selectcontainer input.search {
        width: 100%;
        height: 32px;
        border: solid 1px #aaa;
        border-radius: 3px;
        outline: none;
        padding-right: 10px;
        color: var(--text-color);
        outline: none !important;
    }

    .mana-component.mana-select .selectcontainer ul {
        width: 100%;
        max-height: 175px;
        overflow-x: hidden;
        overflow-y: scroll;
        outline: none !important;
    }

        .mana-component.mana-select .selectcontainer ul li {
            font-size: 12px;
            color: var(--text-color);
            padding: 6px;
            padding-right: 18px;
            user-select: none;
            -webkit-user-select: none;
            cursor: pointer;
            outline: none !important;
        }



            .mana-component.mana-select .selectcontainer ul li.highlighted {
                background-color: var(--primary-color) !important;
                color: white;
            }

            .mana-component.mana-select .selectcontainer ul li[selected] {
                background-color: #ddd;
            }

                .mana-component.mana-select .selectcontainer ul li[selected]:before {
                    content: '\2713';
                    display: ruby-base;
                    color: var(--primary-color);
                    margin-right: -14px;
                }

            .mana-component.mana-select .selectcontainer ul li.highlighted[selected]:before {
                color: white;
            }

            .mana-component.mana-select .selectcontainer ul li.searchhide {
                display: none;
            }

            .mana-component.mana-select[disabled] span.input {
                background-color: rgba(var(--neutral-lighter-rgb), .7);
                cursor: default;
                outline: none !important;
            }
            
            .mana-component.mana-select[disabled] .title {
                background-color:  rgba(var(--neutral-lighter-rgb), .7);
            }
            
            .mana-component.mana-select .clear {
                margin-top: 1px;
            }