/* /Pages/Admin/Course/Course.razor.rz.scp.css */

.card-img[b-sfsqtfi0hy] {
    max-width: 350px;
    height: 160px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.ticard[b-sfsqtfi0hy] {
    position: relative;  
    width: 380px;
    height: 410px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ticard[b-sfsqtfi0hy]::after {
        content: "";
        border-radius: 10px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .ticard:hover[b-sfsqtfi0hy] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

        .ticard:hover[b-sfsqtfi0hy]::after {
            opacity: 1;
        }
table[b-sfsqtfi0hy] {
    border-collapse: collapse;
    width: 100%;
}

th[b-sfsqtfi0hy] {
    background-color: #696969;
    color: white
}

td[b-sfsqtfi0hy], th[b-sfsqtfi0hy] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-sfsqtfi0hy] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Course/CourseTimeline.razor.rz.scp.css */

.block-head[b-blq17zluwy] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-blq17zluwy] {
    display: flex;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-ctr[b-blq17zluwy] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider[b-blq17zluwy] {
    width: 5px;
    height: auto;
    display: inline-block;
}

.block-p[b-blq17zluwy] {
    padding: 1rem;
}
.block-lbl[b-blq17zluwy] {
    padding:  2rem 1rem 0rem 1rem;
    font-weight : bold;
}


.card-img[b-blq17zluwy] {
    max-width: 350px;
    height: 160px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*simple shadow works great but could be slow on old h/w */
/*.card {
    width: 350px;
    max-height: 300px;
    background: white;
    box-shadow: 0px 0px 0px grey;
    -webkit-transition: box-shadow .4s ease-out;
    box-shadow: .8px .9px 3px grey;
}
    .card:hover {
        box-shadow: 1px 8px 20px grey;
     
        -webkit-transition: box-shadow .4s ease-in;
    }*/

.ticardbtn[b-blq17zluwy] {
    display:flex;
    position: absolute;
    bottom: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ticard[b-blq17zluwy] {
    position: relative;  
    width: 380px;
    height: 380px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ticard[b-blq17zluwy]::after {
        content: "";
        border-radius: 10px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .ticard:hover[b-blq17zluwy] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

        .ticard:hover[b-blq17zluwy]::after {
            opacity: 1;
        }
table[b-blq17zluwy] {
    border-collapse: collapse;
    width: 100%;
}

th[b-blq17zluwy] {
    background-color: #696969;
    color: white
}

td[b-blq17zluwy], th[b-blq17zluwy] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-blq17zluwy] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Exam Building/Exam.razor.rz.scp.css */


table[b-yh1c6l50me] {
    border-collapse: collapse;
    width: 100%;
}

th[b-yh1c6l50me] {
    background-color: #696969;
    color: white
}

td[b-yh1c6l50me], th[b-yh1c6l50me] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-yh1c6l50me] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Exam Building/ExamClone.razor.rz.scp.css */
/*.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
    font-size: 14pt;
    font-family: Arial;
}*/

.block-head[b-i8q50c25p6] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-i8q50c25p6] {
    display: block;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-p[b-i8q50c25p6] {
    padding: 1rem;
}

.questioninfo[b-i8q50c25p6] {
    display:flex;
    align-items: center;
    font-size: 1.5rem;
}

.questionnumber[b-i8q50c25p6] {
    background: #5d7f58;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px ;
    padding-right: 10px;
    color: white;
    text-align: center;
}

.incomplete[b-i8q50c25p6] {
    background: #BA4216;
}
.incompletebar[b-i8q50c25p6] {
    background-color: rgba(255, 0, 0, 0.1)
}

.t1[b-i8q50c25p6] {
    margin-top: 1rem;
}

.ti-fileupload[b-i8q50c25p6] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}



table[b-i8q50c25p6] {
    border-collapse: collapse;
    width: 100%;
}

th[b-i8q50c25p6] {
    background-color: #696969;
    color: white
}

td[b-i8q50c25p6], th[b-i8q50c25p6] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-i8q50c25p6] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Exam Building/ExamStatistics.razor.rz.scp.css */
/*.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
    font-size: 14pt;
    font-family: Arial;
}*/

.block-head[b-kel72y6zqi] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-kel72y6zqi] {
    display: block;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-p[b-kel72y6zqi] {
    padding: 1rem;
}

.questioninfo[b-kel72y6zqi] {
    display:flex;
    align-items: center;
    font-size: 1.5rem;
}

.questionnumber[b-kel72y6zqi] {
    background: #5d7f58;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px ;
    padding-right: 10px;
    color: white;
    text-align: center;
}

.incomplete[b-kel72y6zqi] {
    background: #BA4216;
}
.incompletebar[b-kel72y6zqi] {
    background-color: rgba(255, 0, 0, 0.1)
}

.t1[b-kel72y6zqi] {
    margin-top: 1rem;
}

.ti-fileupload[b-kel72y6zqi] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}



table[b-kel72y6zqi] {
    border-collapse: collapse;
    width: 100%;
}

th[b-kel72y6zqi] {
    background-color: #696969;
    color: white
}

td[b-kel72y6zqi], th[b-kel72y6zqi] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-kel72y6zqi] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Unit/Unit.razor.rz.scp.css */
.block-head[b-pdkcitc669] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}


.block-p[b-pdkcitc669] {
    display: flex;
    padding:  0rem 0rem 1rem ;
}
img[b-pdkcitc669] {
    max-width: 100%;
    max-height: 300px;
}
.block-btn[b-pdkcitc669] {
    display: flex;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}


.ti-fileupload[b-pdkcitc669] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}

.ticard[b-pdkcitc669] {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ticard[b-pdkcitc669]::after {
        content: "";
        border-radius: 10px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    .ticard:hover[b-pdkcitc669] {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

        .ticard:hover[b-pdkcitc669]::after {
            opacity: 1;
        }
table[b-pdkcitc669] {
    border-collapse: collapse;
    width: 100%;
}

th[b-pdkcitc669] {
    background-color: #696969;
    color: white
}

td[b-pdkcitc669], th[b-pdkcitc669] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-pdkcitc669] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Unit/UnitCategory.razor.rz.scp.css */
/*.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
    font-size: 14pt;
    font-family: Arial;
}*/

.block-head[b-q9q8immllj] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-q9q8immllj] {
    display: block;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-p[b-q9q8immllj] {
    padding: 1rem;
}

.questioninfo[b-q9q8immllj] {
    display:flex;
    align-items: center;
    font-size: 1.5rem;
}

.questionnumber[b-q9q8immllj] {
    background: #5d7f58;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px ;
    padding-right: 10px;
    color: white;
    text-align: center;
}

.incomplete[b-q9q8immllj] {
    background: #BA4216;
}
.incompletebar[b-q9q8immllj] {
    background-color: rgba(255, 0, 0, 0.1)
}

.t1[b-q9q8immllj] {
    margin-top: 1rem;
}

.ti-fileupload[b-q9q8immllj] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}



table[b-q9q8immllj] {
    border-collapse: collapse;
    width: 100%;
}

th[b-q9q8immllj] {
    background-color: #696969;
    color: white
}

td[b-q9q8immllj], th[b-q9q8immllj] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-q9q8immllj] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Admin/Unit/UnitClone.razor.rz.scp.css */
/*.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
    font-size: 14pt;
    font-family: Arial;
}*/

.block-head[b-zw4pxbbm3m] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-zw4pxbbm3m] {
    display: block;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-p[b-zw4pxbbm3m] {
    padding: 1rem;
}

.questioninfo[b-zw4pxbbm3m] {
    display:flex;
    align-items: center;
    font-size: 1.5rem;
}

.questionnumber[b-zw4pxbbm3m] {
    background: #5d7f58;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px ;
    padding-right: 10px;
    color: white;
    text-align: center;
}

.incomplete[b-zw4pxbbm3m] {
    background: #BA4216;
}
.incompletebar[b-zw4pxbbm3m] {
    background-color: rgba(255, 0, 0, 0.1)
}

.t1[b-zw4pxbbm3m] {
    margin-top: 1rem;
}

.ti-fileupload[b-zw4pxbbm3m] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}



table[b-zw4pxbbm3m] {
    border-collapse: collapse;
    width: 100%;
}

th[b-zw4pxbbm3m] {
    background-color: #696969;
    color: white
}

td[b-zw4pxbbm3m], th[b-zw4pxbbm3m] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-zw4pxbbm3m] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Pages/Exam/Marking.razor.rz.scp.css */

.answers-container[b-gs74b0eyc6] {
    display: flex;
    justify-content: space-around;
}


.dropzone[b-gs74b0eyc6] {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop[b-gs74b0eyc6] {
    border: 2px dashed red;
}

.can-drop[b-gs74b0eyc6] {
    border: 2px dashed green;
}

.draggable[b-gs74b0eyc6] {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #50b1a9;
    cursor: grab;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
    width: 75%;
}

    .draggable:active[b-gs74b0eyc6] {
        cursor: grabbing;
    }

.dragging[b-gs74b0eyc6] {
    cursor: grabbing;
}

.description[b-gs74b0eyc6] {
    font-size: 18px;
}
/* /Pages/Exam/OnlineExam.razor.rz.scp.css */

.answers-container[b-auqhy25wwh] {
    display: flex;
    justify-content: space-around;
}


.dropzone[b-auqhy25wwh] {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop[b-auqhy25wwh] {
    border: 2px dashed red;
}

.can-drop[b-auqhy25wwh] {
    border: 2px dashed green;
}

.draggable[b-auqhy25wwh] {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #50b1a9;
    cursor: grab;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
    width: 75%;
}

    .draggable:active[b-auqhy25wwh] {
        cursor: grabbing;
    }

.dragging[b-auqhy25wwh] {
    cursor: grabbing;
}

.description[b-auqhy25wwh] {
    font-size: 18px;
}
/* /Pages/Exam/StudentReview.razor.rz.scp.css */

.answers-container[b-hbd1f4aor5] {
    display: flex;
    justify-content: space-around;
}


.dropzone[b-hbd1f4aor5] {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop[b-hbd1f4aor5] {
    border: 2px dashed red;
}

.can-drop[b-hbd1f4aor5] {
    border: 2px dashed green;
}

.draggable[b-hbd1f4aor5] {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #50b1a9;
    cursor: grab;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
    width: 75%;
}

    .draggable:active[b-hbd1f4aor5] {
        cursor: grabbing;
    }

.dragging[b-hbd1f4aor5] {
    cursor: grabbing;
}

.description[b-hbd1f4aor5] {
    font-size: 18px;
}
/* /Pages/Exam/ViewExam.razor.rz.scp.css */

.answers-container[b-xkd51evzw1] {
    display: flex;
    justify-content: space-around;
}


.dropzone[b-xkd51evzw1] {
    padding: 30px;
    border: 1px dashed #75868a;
    list-style: none;
}

.no-drop[b-xkd51evzw1] {
    border: 2px dashed red;
}

.can-drop[b-xkd51evzw1] {
    border: 2px dashed green;
}

.draggable[b-xkd51evzw1] {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #50b1a9;
    cursor: grab;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
    width: 75%;
}

    .draggable:active[b-xkd51evzw1] {
        cursor: grabbing;
    }

.dragging[b-xkd51evzw1] {
    cursor: grabbing;
}

.description[b-xkd51evzw1] {
    font-size: 18px;
}
/* /Pages/Status/Health.razor.rz.scp.css */
/*.e-richtexteditor .e-rte-content .e-content,
.e-richtexteditor .e-source-content .e-content {
    font-size: 14pt;
    font-family: Arial;
}*/

.block-head[b-h2xbowsmaq] {
    display: inline-block;
    background: #5d7f58;
    width: auto;
    line-height: 32px;
    border-radius: .25rem;
    position: relative;
    color: white;
    text-align: center;
    padding: .5rem .75rem;
}

.block-btn[b-h2xbowsmaq] {
    display: block;
    padding: 2rem 1rem;
    justify-content: center;
    align-items: center;
}

.block-p[b-h2xbowsmaq] {
    padding: 1rem;
}

.questioninfo[b-h2xbowsmaq] {
    display:flex;
    align-items: center;
    font-size: 1.5rem;
}

.questionnumber[b-h2xbowsmaq] {
    background: #5d7f58;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    padding-left: 10px ;
    padding-right: 10px;
    color: white;
    text-align: center;
}

.incomplete[b-h2xbowsmaq] {
    background: #BA4216;
}
.incompletebar[b-h2xbowsmaq] {
    background-color: rgba(255, 0, 0, 0.1)
}

.t1[b-h2xbowsmaq] {
    margin-top: 1rem;
}

.ti-fileupload[b-h2xbowsmaq] {
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
    background-color: #539689;
    border-color: #539689;
    color: white;
    min-width: 200px;
    padding: 0.5rem 1rem;
}



table[b-h2xbowsmaq] {
    border-collapse: collapse;
    width: 100%;
}

th[b-h2xbowsmaq] {
    background-color: #696969;
    color: white
}

td[b-h2xbowsmaq], th[b-h2xbowsmaq] {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even)[b-h2xbowsmaq] {
    background-color: rgba(222, 222, 222, 0.5703125);
}
/* /Shared/DragDrop/DropTarget.razor.rz.scp.css */


.dropzone[b-6xsxmktrob] {
    padding: 30px;
    border: 2px dashed #75868a;
    list-style: none;
}

.no-drop[b-6xsxmktrob] {
    border: 2px dashed red;
    background-color: lightcoral;
    opacity: 0.6;
    animation: blinker-b-6xsxmktrob 1s linear infinite;
}

.can-drop[b-6xsxmktrob] {
    border: 2px dashed green;
    background-color: #50b1a9;
    opacity: 0.6;
    animation: blinker-b-6xsxmktrob 1s linear infinite;
}

.Empty-drop[b-6xsxmktrob] {    
    opacity: 0.8;
}

.draggable[b-6xsxmktrob] {
    margin-bottom: 10px;
    padding: 25px;
    border: 1px solid #50b1a9;
    cursor: grab;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
    width: 500px;
}

    .draggable:active[b-6xsxmktrob] {
        cursor: grabbing;
    }

.dropped[b-6xsxmktrob] {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #50b1a9;
    background: #50b1a9;
    color: #ffffff;
    border-radius: 5px;
}
.dragging[b-6xsxmktrob] {
    cursor: grabbing;

}

.description[b-6xsxmktrob] {
    font-size: 18px;
}

@keyframes blinker-b-6xsxmktrob {
    50% {
        opacity: 0.2;
    }
}

.blink_me[b-6xsxmktrob] {
    animation: blinker-b-6xsxmktrob 1s linear infinite;
}
/* /Shared/General/NoDataPlaceholder.razor.rz.scp.css */

/* https://www.youtube.com/watch?v=lMBa7gLWyO4 */



.emptydata[b-hzfan1qf4o] {
    text-align: center;
    padding: 2rem;
    color: rgba(0,0,0,0.7);
    font-size: 1.5rem;
    font-style: italic;
    margin: auto;
}

    .emptydata[b-hzfan1qf4o]::before {
        content: "\f02d";
        color: rgba(0,0,0,0.4);
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 4rem;
        display: block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }
/* /Shared/General/VerticalStep.razor.rz.scp.css */
*[b-qkez9hj21g],
*[b-qkez9hj21g]:before,
*[b-qkez9hj21g]:after {
    box-sizing: border-box;
}

.step[b-qkez9hj21g] {
    position: relative;
    min-height: 32px /* circle-size */;

}

    .step > div:first-child[b-qkez9hj21g] {
        position: static;
        height: 0;
    }

    .step > div:last-child[b-qkez9hj21g] {
        margin-left: 32px;
        padding-left: 16px;
    }


.step-item[b-qkez9hj21g] {
    background: #5d7f58;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    position: relative;
    color: white;
    text-align: center;
}

.completetxt[b-qkez9hj21g] {
    color: #5d7f58;
}

.incomplete[b-qkez9hj21g] {
    background: rgba(173, 55, 31, 0.875);
}
.incompletetxt[b-qkez9hj21g] {
   color: rgba(173, 55, 31, 0.875);
}


.step-end[b-qkez9hj21g] {
    border-radius: 2px;
    display: inline-block;
}

.step-dim[b-qkez9hj21g] {
    opacity: 0.5;
    display: inline-block;
}

.line[b-qkez9hj21g] {
    position: absolute;
    border-left: 2px solid gainsboro;
    left: 16px;
    bottom: 10px;
    top: 42px;
}

.step:last-child .line[b-qkez9hj21g] {
    display: none;
}

.titleblock[b-qkez9hj21g] {
    display: flex;
}
.title[b-qkez9hj21g] {
    line-height: 32px;
    font-weight: bold;   

}

/* This puts the title and icon on the same line.... if using icon after title.
 .title,
.completeicon {
    vertical-align: middle;
    display: inline-block;
    padding-left:10px;
}*/

.completeicon[b-qkez9hj21g] {
    padding: 0px 10px;
}

.completemark__circle[b-qkez9hj21g] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke-b-qkez9hj21g 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.completemark[b-qkez9hj21g] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill-b-qkez9hj21g .4s ease-in-out .4s forwards, scale-b-qkez9hj21g .3s ease-in-out .9s both;

}

.completemark__tick[b-qkez9hj21g] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-qkez9hj21g 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-qkez9hj21g {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-qkez9hj21g {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-qkez9hj21g {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* Main content */
.container[b-cgpqpud7nj] {
    margin-top: 10px; /* Add a top margin to avoid content overlay */
}
.main[b-cgpqpud7nj] {
    background-color: #474d58;
    color: #bec2cb;
    height: 50px;
}

ul[b-cgpqpud7nj] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #474d58;
    color: #bec2cb;
    max-height: 50px;
}

li[b-cgpqpud7nj] {
    float: left;
}

    li a[b-cgpqpud7nj] {
        display: inline-block;
        color: #bec2cb;
        text-align: center;
        padding: 14px 20px;
        text-decoration: none;
    }

        li a:hover[b-cgpqpud7nj] {
            background-color: #59616e;
            color: white;
            /* transition: 0.3s;           */
        }

  

