/* /Modals/PersonEditModal.razor.rz.scp.css */
.edit-popup[b-8fnpmm8t1h] {
    top: 20%;
    width: 40%;
}

.notification-edit .form_group label[b-8fnpmm8t1h] {
    display: block;
    width: 100%;
}

.notification-edit .form_group[b-8fnpmm8t1h] {
    margin-bottom: 10px;
}
/* /Pages/Admin/Logs.razor.rz.scp.css */
.filter[b-3a2rrktrs8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.log-info[b-3a2rrktrs8] {
    background: #f7f9f9;
}

.log-warning[b-3a2rrktrs8] {
    background: lightgoldenrodyellow;
}


.log-error[b-3a2rrktrs8] {
    background: indianred;
}

.log-critical[b-3a2rrktrs8] {
    background: red;
}

.log-na[b-3a2rrktrs8] {
    background: lightgoldenrodyellow;
}
/* /Pages/Event/MarkingGroup/EventSkillMarkingGroup.razor.rz.scp.css */
.btn-autogroup[b-lki88mdxpp] {
    margin: 0px 5px;
}

.marking_group_table[b-lki88mdxpp] {
    border-collapse: collapse;
}

    .marking_group_table thead[b-lki88mdxpp] {
        text-align: center;
    }

        .marking_group_table thead tr td[b-lki88mdxpp] {
            padding: 5px 10px 5px 10px;
            text-align: center;
            border-bottom: 0;
            font-weight: 400;
            padding: 8px 10px 8px 10px;
        }

    .marking_group_table tbody tr td[b-lki88mdxpp] {
        padding: 8px 10px 8px 10px;
        border: 1px solid #d2d2d2;
    }

    .marking_group_table tfoot tr td[b-lki88mdxpp] {
        text-align: center;
        font-weight: 400;
        padding: 1px;
        border: 1px solid #d2d2d2;
        min-width: 60px;
    }

    .marking_group_table tfoot .group-total[b-lki88mdxpp] {
        padding: 10px;
        text-align: center;
    }

    .marking_group_table .radio[b-lki88mdxpp] {
        position: relative;
    }

        .marking_group_table .radio input[type=radio][b-lki88mdxpp] {
            -webkit-appearance: none;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border: 1px solid #fff;
            transition: background-color 0.5s;
        }

            .marking_group_table .radio input[type=radio]:not(:checked):hover[b-lki88mdxpp] {
                background-color: #d6e1ff;
            }

            .marking_group_table .radio input[type=radio]:not(:checked)[b-lki88mdxpp]::after {
                position: absolute;
                content: "-";
                color: #d6e1ff;
                text-align: center;
                width: 100%;
                height: 100%;
                font-size: 25px;
            }

            .marking_group_table .radio input[type=radio]:checked[b-lki88mdxpp] {
                background-image: url(../img/icon_checkbox_arrow_copy.svg);
                background-repeat: no-repeat;
                background-size: auto;
                background-position: center;
            }

    .marking_group_table .border-right-none[b-lki88mdxpp] {
        border-right: none;
    }

    .marking_group_table .border-left-none[b-lki88mdxpp] {
        border-left: none;
    }

.save-btn[b-lki88mdxpp] {
    margin-top: 20px;
}

.expert-table[b-lki88mdxpp] {
    width: inherit;
}

    .expert-table th[b-lki88mdxpp] {
        text-align: center;
        border: none;
    }

    .expert-table tfoot td[b-lki88mdxpp] {
        padding: 10px;
    }



.checkbox-center-div[b-lki88mdxpp] {
    display: flex;
    justify-content: center;
}

    .checkbox-center-div .checkbox .form-check-input ~ span[b-lki88mdxpp] {
        left: -6px;
    }

.form_group select[b-lki88mdxpp] {
    background-position: 100% center;
    padding: 8px 24px 8px 5px;
}

.expert-table tfoot td[b-lki88mdxpp] {
    text-align: center;
}
/* /Pages/FAQ/FaqList.razor.rz.scp.css */
.faq-card[b-naflh5cfn4] {
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: #F7F9FB;
    padding: 5px;
}

.faq-card-info[b-naflh5cfn4] {
    display: flex;
    justify-content: space-between;
}

.faq-card-info-value[b-naflh5cfn4] {
    display: flex;
}

.info-card-datetime[b-naflh5cfn4] {
    font-size: 12px;
    color: dimgray;
}

.faq-card-info .btn[b-naflh5cfn4] {
    margin-top: 10px;
}

.info-card-answer[b-naflh5cfn4] {
    margin-top: 10px;
    font-size: 20px;
}

.faq-btn-container[b-naflh5cfn4] {
    display: flex;
    align-self: flex-start;
}

    .faq-btn-container .btn[b-naflh5cfn4] {
        margin: 10px;
    }

.btn-delete[b-naflh5cfn4] {
    background: red;
}
/* /Pages/Notifications/NotificationEditPopup.razor.rz.scp.css */
.edit-popup[b-tec7lym4jh] {
    top: 20%;
    width: 40%;
}

.notification-edit .form_group label[b-tec7lym4jh] {
    display: block;
    width: 100%;
}

.notification-edit .form_group[b-tec7lym4jh] {
    margin-bottom: 10px;
}
/* /Pages/Notifications/NotificationsList.razor.rz.scp.css */
.notification-card[b-i3k76wv3fv] {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    padding: 10px;
    border: lightgray 1px solid;
    border-radius: 4px;
}

.notification-card-unavailable[b-i3k76wv3fv] {
    background: lightgray;
}

.notification-text[b-i3k76wv3fv] {
    font-size: 18px;
}

.notification-card p[b-i3k76wv3fv] {
    margin: 2px 0px;
}

.color-box[b-i3k76wv3fv] {
    height: 10px;
    width: 10px;
    border: black 1px solid;
    display: inline-block;
}

.notification-card-actions[b-i3k76wv3fv] {
    margin-top: 20px;
}
/* /Pages/Teams/EventSkillMemberTeams.razor.rz.scp.css */
.save-btn[b-9z3dz4pw56] {
    margin: 5px;
}
/* /Pages/Teams/ParticipantCard.razor.rz.scp.css */
.draggable[b-zxxcqfcsaa] {
    min-height: 50px;
    min-width: 100px;
    background-color: #f0f0f0;
    padding: 10px;
    margin: 5px 0px;
    border-radius: 4px;
}
/* /Pages/Teams/TeamContainer.razor.rz.scp.css */
.all-container[b-d76c64agd3] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.free-container[b-d76c64agd3] {
    width: 270px;
}

.all-container-right[b-d76c64agd3] {
    width: 70%;
}

.teams-container[b-d76c64agd3] {
    display: flex;
    flex-wrap: wrap;
}
/* /Pages/Teams/TeamList.razor.rz.scp.css */
.team-header[b-1t3hfbvemw] {
    display: flex;
    justify-content: space-between;
}

.team[b-1t3hfbvemw] {
    padding: 15px;
    border: 2px solid lightgray;
    width: 300px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.dropzone[b-1t3hfbvemw] {
    min-height: 150px;
    width: 100%;
    height: 100%;
}
/* /Pages/Teams/WithoutTeamList.razor.rz.scp.css */
.team-header[b-rdyjpfduz3] {
    display: flex;
    justify-content: space-between;
}

.list-noTeam[b-rdyjpfduz3] {
    margin: 0px 5px;
    padding: 15px;
    border: 2px solid lightgray;
    min-width: 100px;
    height: 100%;
    border-radius: 4px;
}

.dropzone[b-rdyjpfduz3] {
    min-height: 150px;
    width: 100%;
    height: 100%;
}
