/* /Pages/Administration/Features/VideoAnalysis/WasteVideosHelpList.razor.rz.scp.css */
.content[b-up6wvf4rvc] {
    width: 100%;
    height: 95vh;
    padding: 36px 30px 26px 24px;
}

.title[b-up6wvf4rvc] {
    display: flex;
    align-items: center;
    padding: 0px 0px 26px 10px;
}

.customSections[b-up6wvf4rvc] {
    height: 100%;
    justify-content: space-around;
}

.customHelpContainer[b-up6wvf4rvc] {
    overflow: auto;
    max-height: 90%;
    padding: 5px;
}

.customDividerHelpList[b-up6wvf4rvc] {
    border-color: #0D0661;

    flex-grow: 1;
    border-bottom: 1px solid lightgray;
    margin: 12px;
}

.customHelpSection[b-up6wvf4rvc] {
    width: 47%;
    max-height: 84vh;
    overflow: hidden;
}

    .customHelpSection h2[b-up6wvf4rvc] {
        margin-left: 10px;
        margin-bottom: 25px;
    }

h1[b-up6wvf4rvc], h2[b-up6wvf4rvc] {
    font-size: 18px;
}

.customHelpRequestCard[b-up6wvf4rvc] {
    display: flex;
    justify-content: space-between;
    border: 2px solid #DFDFDF;
    padding: 14px;
    width: 100%;
    min-height: 25px;
    cursor: pointer;
}

    .customHelpRequestCard:hover[b-up6wvf4rvc], .customHelpRequestCard:active[b-up6wvf4rvc] {
        border-color: #4CAEFF;
    }

    .customHelpRequestCard > *[b-up6wvf4rvc] {
        text-align: left;
    }
/* /Pages/Content/Dashboards/VideosDashboard/VideosDash.razor.rz.scp.css */
h1[b-c8ewc04cpv] {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
}

.customFlex[b-c8ewc04cpv],
.custom-flex[b-c8ewc04cpv] {
    display: flex;
}

.customColumns[b-c8ewc04cpv],
.custom-columns[b-c8ewc04cpv] {
    flex-direction: row;
}

.customDivided[b-c8ewc04cpv],
.custom-divided[b-c8ewc04cpv] {
    display: flex;
    align-items: center;
}

.customCard[b-c8ewc04cpv],
.custom-card[b-c8ewc04cpv] {
    background-color: white;
    border-radius: 20px;
    padding: 22px 16px;
    box-shadow: 0px 3px 16px #E1E1E1;
    &:not(last-child)

{
    margin-bottom: 16px;
}

}

.customDivider[b-c8ewc04cpv],
.custom-divider[b-c8ewc04cpv] {
    flex-grow: 1;
    border-bottom: 1px solid lightgray;
    margin: 12px;
}

.dashboard-first-left[b-c8ewc04cpv] {
    flex-direction: column;
    width: 39%;
    margin-left: 29px;
}

    .dashboard-first-left .custom-card[b-c8ewc04cpv] {
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.dashboard-top[b-c8ewc04cpv] {
    background-color: #005EAC;
    padding: 23px 24px;
    border-radius: 14px;
}

    .dashboard-top .custom-divided[b-c8ewc04cpv] {
        margin-bottom: 23px;
    }

.dashboard-first-right[b-c8ewc04cpv] {
    width: 59%;
}

.first-right-graph[b-c8ewc04cpv] {
    width: 45%;
}

.dashboard-highlight-section[b-c8ewc04cpv] {
    width: 100%;
    justify-content: space-between;
    height: 100%;
}

.custom-card-highlight[b-c8ewc04cpv] {
    min-width: 167px;
    width: 48%;
    left: 0;
    right: 0;
}

.custom-hightlight-title[b-c8ewc04cpv] {
    color: #2D2D2D;
    font-size: 17px;
    font-weight: 500;
}

.custom-highlight-number[b-c8ewc04cpv] {
    color: #2D2D2D;
    font-size: 42px;
    font-weight: 700;
}

.custom-highlight-date[b-c8ewc04cpv] {
    color: #2D2D2D;
    font-size: 10px;
}

.custom-highlight-button[b-c8ewc04cpv] {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 700;
}

.custom-card-highlight-bottom[b-c8ewc04cpv] {
    justify-content: space-evenly;
    background-color: #170E78;
    box-shadow: none;
    left: 0;
    right: 0;
}

.dashboard-bottom[b-c8ewc04cpv] {
    background-color: #EEF6F9;
    padding: 23px 24px;
}

    .dashboard-bottom .custom-columns[b-c8ewc04cpv] {
        justify-content: space-evenly;
        padding-block: 10px;
    }

    .dashboard-bottom .custom-parent-card[b-c8ewc04cpv] {
        width: 45%;
    }

.customHelpContainer .custom-flex[b-c8ewc04cpv] {
    justify-content: space-between;
}

.graph-details-column[b-c8ewc04cpv] {
    width: 55%;
}

.custom-card.custom-flex.graph-details[b-c8ewc04cpv] {
    background-color: #F6F6F6;
    justify-content: space-between;
}

.card-graph[b-c8ewc04cpv] {
    flex: 1;
    flex-direction: column;
}

/* to change: */
.customBlueBtn[b-c8ewc04cpv] {
    cursor: pointer;
    color: #005EAC;
    background-color: #E2F2FF;
    border: none;
    border-radius: 14px;
    padding: 4px 16px;
}

.danger-tag-section[b-c8ewc04cpv] {
    align-items: center;
    justify-content: space-between;
}

.danger-tag-icon[b-c8ewc04cpv] {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-between;
}

    .danger-tag-icon img[b-c8ewc04cpv] {
        width: 24px;
    }

.graph-danger[b-c8ewc04cpv], .graph-unknown[b-c8ewc04cpv], .graph-harmless[b-c8ewc04cpv] {
    align-items: center;
    justify-content: space-around;
    min-width: 270px;
    border-radius: 8px !important;
    color: white;
}

    .graph-danger > p[b-c8ewc04cpv], .graph-unknown > p[b-c8ewc04cpv], .graph-harmless > p[b-c8ewc04cpv] {
        font-size: 22px;
        font-weight: 800;
    }

.graph-danger[b-c8ewc04cpv] {
    background-color: #FF4455 !important;
}

.graph-unknown[b-c8ewc04cpv] {
    background-color: #F19222 !important;
}

.graph-harmless[b-c8ewc04cpv] {
    background-color: #1EC64D !important;
}

.custom-card.custom-card-highlight img[b-c8ewc04cpv] {
    width: 52px;
}

.dashboard-top .dashboard-first-left[b-c8ewc04cpv] {
    width: 20%;
    margin-right: 25px;
}

.custom-card.custom-card-highlight > a[b-c8ewc04cpv] {
    border-radius: 27px;
    background: #005EAC;
    color: #FFFFFF;
    padding: 12px 14px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}
.custom-card.custom-columns[b-c8ewc04cpv], .custom-card.card-graph[b-c8ewc04cpv] {
    box-shadow: none;
}
.dashboard-bottom .custom-card[b-c8ewc04cpv] {
    border-radius: 14px;
    box-shadow: 0px 0px 16px 0px #D4E4E9;
}
/* /Pages/Features/DocR/ExtractionDetailsPage.razor.rz.scp.css */
.max-w-full[b-hcxk80fosc] {
    max-width: 100%;
}

.mt-3[b-hcxk80fosc] {
    margin-top: .75rem;
}
/* /Pages/Features/VideoAnalyses/Components/Answers/AnswerCard.razor.rz.scp.css */
.answer-card[b-0io0vtgng1] {
    display: flex;
    flex-direction: column;
    /*flex-basis: calc(30% - 24px);*/
    align-items: center;
    justify-content: flex-start;
    border: 2px solid #DFDFDF;
    border-radius: 10px;
    margin: 12px;
    padding: 14px;
    width: 116px;
    height: 200px;
}

    .answer-card img[b-0io0vtgng1],
    .example-image[b-0io0vtgng1] {
        width: 82px;
        height: 122px;
    }

    .answer-card p[b-0io0vtgng1] {
        font-size: 15px;
        margin-top: 5px;
        text-align: center;
        font-weight: normal;
    }

    .answer-card:hover[b-0io0vtgng1] {
        border-color: #4CAEFF;
    }

.answer-card-selected[b-0io0vtgng1] {
    border-color: #4CAEFF;
}

.answer-card[b-0io0vtgng1],
.answer-card p[b-0io0vtgng1],
.answer-card img[b-0io0vtgng1] {
    cursor: pointer;
}

.answer-card-wrap[b-0io0vtgng1] {
    display: flex;
    flex-basis: 100%;
    text-align: center;
    justify-content: center;
}
/* /Pages/Features/VideoAnalyses/Components/Answers/AnswerSection.razor.rz.scp.css */
.question-section[b-z9rlmp72iy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.question-section-header[b-z9rlmp72iy] {
    display: flex;
    align-content: center;
    justify-content: space-around;
}
.question-section-header:not(:first-child)[b-z9rlmp72iy]{
    margin-block: 20px;
}
.answers-container[b-z9rlmp72iy] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
/* /Pages/Features/VideoAnalyses/Components/Answers/AnswerSummary.razor.rz.scp.css */
.answers-summary[b-nc9q072evb]{
    display: flex;
    flex-direction: column;
}
/* /Pages/Features/VideoAnalyses/Components/SectionQuestion.razor.rz.scp.css */
.answer-switch-type[b-0699erxwvh] {
    display: flex;
    justify-content: center;
}

.answer-cards-container[b-0699erxwvh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* /Pages/Features/VideoAnalyses/VideoAnalysis.razor.rz.scp.css */
.video-analysis-container[b-15w0gu93wv] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100vh;
    margin-left: -24px;
}

.video-container[b-15w0gu93wv] {
    flex: 1;
    height: 100vh;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.questions-container[b-15w0gu93wv] {
    flex: 3;
    top: 0;
    padding: 20px;
    position: sticky;
    height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.main-question-card[b-15w0gu93wv] {
    z-index: 99;
    top: 0;
    position: sticky;
    justify-content: space-evenly;
}
.question-card-backdrop[b-15w0gu93wv] {
    top: -36px;
    position: sticky;
    z-index: 2;
    border-radius: 20px;
}

    .main-question-card h1[b-15w0gu93wv] {
        text-align: center;
        margin-top: 0px;
        color: black;
    }

.main-question-answers[b-15w0gu93wv] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-block: 24px 14px;
}

.answers-card[b-15w0gu93wv] {
    position: sticky;
    top: 0;
}
/* /Shared/Components/MediaOrSvg.razor.rz.scp.css */
.image-container img[b-9tej1zcdza],
.image-container svg[b-9tej1zcdza] {
    max-width: 100%;
    max-height: 100%;
}
/* /Shared/Components/Widgets/Reports/Videos/VideoGraphPerMonth.razor.rz.scp.css */
.card-graph[b-cqtaoyu5vf] {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    margin: 0.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

h2[b-cqtaoyu5vf] {
    color: #007bff; /* Blue color for the chart title */
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.apexcharts-canvas[b-cqtaoyu5vf] {
    position: relative;
    user-select: none;
    height: 100%;
    width: 100%;
}
/* /Shared/Components/Widgets/Reports/Videos/VideoIndicatorCard.razor.rz.scp.css */
.custom-card-highlight[b-erjb9v7xbl] {
    min-width: 167px;
    box-shadow: none;
    width: 83%;
}

.dashboard-first-left .custom-card[b-erjb9v7xbl] {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.custom-card.custom-columns[b-erjb9v7xbl] {
    box-shadow: none !important;
}

.custom-hightlight-title[b-erjb9v7xbl] {
    color: #2D2D2D;
    font-size: 17px;
    font-weight: 500;
}

.custom-highlight-number[b-erjb9v7xbl] {
    color: #2D2D2D;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: -60px;
}

.custom-highlight-date[b-erjb9v7xbl] {
    color: #2D2D2D;
    font-size: 10px;
}

.custom-highlight-button[b-erjb9v7xbl] {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 700;
}
.custom-card.custom-card-highlight img[b-erjb9v7xbl] {
    width: 52px;
}
/* /Shared/Components/Widgets/Reports/Videos/VideoTypesPieChart.razor.rz.scp.css */
.mud-chart-serie[b-vomgd36mi0] {
    animation: draw-b-vomgd36mi0 5s forwards ease-in;
}

@keyframes draw-b-vomgd36mi0 {
    to {
        stroke-dashoffset: 0;
    }
}

.graph-legend-icon > img[b-vomgd36mi0] {
    height: 33px;
    margin: -5px;
    filter: brightness(0) invert(1);
}
