/* /Pages/Admin/EditAssociation.razor.rz.scp.css */
.social-link .input-group-text[b-1aw7w6dwfc]{
    width:60px;
    text-align: center;
}
/* /Pages/Admin/ImportMembers.razor.rz.scp.css */

.row-number[b-xeer1l8hbc] {
	width : 50px;
}

.select-row[b-xeer1l8hbc] {
	width: 50px;
}

.member-name[b-xeer1l8hbc] {
	width : 150px;
}

.member-email[b-xeer1l8hbc] {
	width : 150px;
}

.member-mobile[b-xeer1l8hbc] {
	width : 150px;
}
/* /Pages/Admin/MemberRoleList.razor.rz.scp.css */
th[b-3wuw5n5e0x] {
	position: relative;
	height: 180px;
	background-color:transparent;
}

html[data-bs-theme='dark'] thead tr[b-3wuw5n5e0x] {
	background-color: #212529;
}

html[data-bs-theme='light'] thead tr[b-3wuw5n5e0x] {
	background-color: white;
}

div.rotate[b-3wuw5n5e0x] {
	transform: rotate(-45deg);
	transform-origin: bottom left;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 20px;
}
/* /Pages/Admin/MemberTable.razor.rz.scp.css */
th[b-fg1m8ztm0z] {
	position: relative;
	background-color:transparent;
}

	th .select-all-rows[b-fg1m8ztm0z] {
		width : 50px;
	}

html[data-bs-theme='dark'] thead tr[b-fg1m8ztm0z] {
	background-color: #212529;
}

html[data-bs-theme='light'] thead tr[b-fg1m8ztm0z] {
	background-color: white;
}

div.rotate[b-fg1m8ztm0z] {
	transform: rotate(-45deg);
	transform-origin: bottom left;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 20px;
}
/* /Pages/Admin/MemberTagList.razor.rz.scp.css */
thead[b-jyrw9ibgvt] {
	overflow-y: auto;
}
th[b-jyrw9ibgvt] {
	position: relative;
	height: 180px;
	background-color: transparent;
}

html[data-bs-theme='dark'] thead tr[b-jyrw9ibgvt] {
	background-color: #212529;
}

html[data-bs-theme='light'] thead tr[b-jyrw9ibgvt] {
	background-color: white;
}

div.rotate[b-jyrw9ibgvt] {
	transform: rotate(-60deg);
	transform-origin: bottom left;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 20px;
}
/* /Pages/Components/CommentItem.razor.rz.scp.css */

[b-z0v8u8oa4d] .comment-body {
    border-radius: 0.25rem;
}

.comment-item[b-z0v8u8oa4d] {
    --comment-avatar-size: 50px;
}

.comment-item-nested[b-z0v8u8oa4d] {
    --comment-avatar-size: 30px;
}

.comment-member-img[b-z0v8u8oa4d] {
    width: var(--comment-avatar-size);
    height: var(--comment-avatar-size);
    object-fit: cover;
}

[b-z0v8u8oa4d] .comment-action-bar{
    font-size: 0.8rem;
}

[b-z0v8u8oa4d] .sub-comment-button {
    font-size: 0.875rem;
    font-weight:bold;
}

[b-z0v8u8oa4d] .reations-area{
    position:absolute;
    bottom:-20px!important;
    right:20px!important;
}

[b-z0v8u8oa4d] .menu-area {
    position: absolute;
    top: 0px !important;
    right: 10px !important;  
}
/* /Pages/Components/CommentList.razor.rz.scp.css */
.comment-list[b-99v64vmfx7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.comment-list-root[b-99v64vmfx7] {
    margin-top: 1rem;
    margin-bottom: 6.25rem;
}

.comment-list-level-one[b-99v64vmfx7],
.comment-list-deep[b-99v64vmfx7] {
    position: relative;
    margin-top: .75rem;
    padding-inline-start: 1.5rem;
}

.comment-list-level-one[b-99v64vmfx7] {
    margin-inline-start: 25px;
}

.comment-list-deep[b-99v64vmfx7] {
    margin-inline-start: 15px;
}

.comment-tree-node[b-99v64vmfx7] {
    position: relative;
    min-width: 0;
}

.comment-tree-node[b-99v64vmfx7] >  .comment-item {
    position: relative;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .comment-list-level-one[b-99v64vmfx7],
    .comment-list-deep[b-99v64vmfx7] {
        padding-inline-start: 1rem;
    }

    .comment-list-level-one[b-99v64vmfx7] {
        margin-inline-start: 18px;
    }

    .comment-list-deep[b-99v64vmfx7] {
        margin-inline-start: 10px;
    }
}
/* /Pages/Components/CreateComment.razor.rz.scp.css */
.comment-composer[b-daeegkwn0g] {
    margin: .75rem 0 1rem;
    padding: clamp(.875rem, 2vw, 1.25rem);
    border-radius: .875rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .5rem 1.5rem rgba(var(--bs-body-color-rgb), .1);
}

.comment-composer-header[b-daeegkwn0g] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.comment-composer-header h2[b-daeegkwn0g] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.comment-composer-icon[b-daeegkwn0g] {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .12);
}

@media (max-width: 575.98px) {
    .comment-composer[b-daeegkwn0g] {
        margin-inline: 0;
        padding: .875rem;
    }
}
/* /Pages/Components/FileUpload.razor.rz.scp.css */
.file-upload-compact[b-x284n2m19b] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px dashed var(--bs-border-color);
    border-radius: .75rem;
    background: var(--bs-tertiary-bg);
}

.file-upload-actions[b-x284n2m19b] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: .5rem;
}

.file-upload-actions .btn[b-x284n2m19b] {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: .5rem;
}

.file-upload-compact:focus-within[b-x284n2m19b] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .2);
}
/* /Pages/Components/MemberCard.razor.rz.scp.css */
@media (min-width: 768px) {
	.member-card[b-wnt1bdukn7] {
		/* Make the card responsive to its Bootstrap column to avoid overflow/overlap */
		width: 100%;
		max-width: 250px;
	}
}

@media (max-width: 767.98px) {
	.member-card[b-wnt1bdukn7] {
		width: 100%;
		max-width: none;
	}
}

/* Ensure card media scales within the card */
.member-card .card-img-top[b-wnt1bdukn7] {
	display: block;
	width: 100%;
	height: auto;
	max-width: 250px;
	margin-inline: auto;
}

/* Avoid unexpected overlap by ensuring the card respects column width */
.member-card[b-wnt1bdukn7] {
	box-sizing: border-box;
	min-width: 0;
	overflow-wrap: anywhere;
}

.member-email[b-wnt1bdukn7] {
    white-space: normal;
    overflow-wrap: anywhere;
}


/* /Pages/Components/MemberTagBadge.razor.rz.scp.css */

@media (max-width: 576px) {
	div[b-ixyq6f4hu8] {
		max-width: 150px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align:start;
	}
}
/* /Pages/Components/MessageContent.razor.rz.scp.css */
.odd-background[b-erot1wp1xa] {
    background-color: rgba(102, 168, 160,0.2);
}

.even-background[b-erot1wp1xa] {
    background-color: rgb(128, 128, 128,0.5);
}
/* /Pages/Components/MessageList.razor.rz.scp.css */
.message-selected[b-3ffs5to8g2] {
    border: 1px solid green;
}

.message-unread[b-3ffs5to8g2] {
    font-weight: bold;
    border-left: 4px solid cornflowerblue;
}
/* /Pages/Components/MiniCalendar.razor.rz.scp.css */
td.day-item[b-g9w9q0jb79] {
	text-align: end;
	cursor: pointer;
}

html[data-bs-theme='dark'] td.day-weekend[b-g9w9q0jb79] {
	background-color: #3a3838;
	color: white;
}

html[data-bs-theme='light'] td.day-weekend[b-g9w9q0jb79] {
	background-color: #55a5fa;
	color: white;
}

td.day-past[b-g9w9q0jb79] {
	color: darkgrey;
}

.week-days-name[b-g9w9q0jb79] {
	border-bottom: 1px solid grey;
	text-align: center;
}

td.day-today[b-g9w9q0jb79] {
	font-weight : bold;
	color: red;
}

td.day-appointment[b-g9w9q0jb79] {
	border-bottom: 4px solid green !important;
}

td.day-holyday[b-g9w9q0jb79] {
	background-color : #956e6e;
}
/* /Pages/Components/ParticipationButton.razor.rz.scp.css */
.participations-menu[b-eboc3mdbam] {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    background-color: var(--bs-card-bg);
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 5px;
    margin-top: 0px;
    margin-left: -5px;
    transform: translate(calc(25px), calc(-40px));
}

    
.participations-menu-item[b-eboc3mdbam] {
    margin: 0;
    padding: 0 2px;
    font-size: 1rem;
    text-align: start;
}

    .participations-menu-item .icon-participation-menu-item[b-eboc3mdbam] {
        font-size: 1.5rem;
    }

.participations-menu.participations-menu-visible[b-eboc3mdbam] {
    visibility: visible;
}
/* /Pages/Components/PublicationReactions.razor.rz.scp.css */
.small-reaction .reaction-icon-container[b-wzdaua7fe4] >  span {
    font-size: 0.875rem !important;
}

[b-wzdaua7fe4] .reaction-icon-container {
    /*background-color: whitesmoke;
    border: 1px solid #ccc;
    border-radius: 50px;*/
    padding: 4px 2px 4px 4px;
    margin: 4px 0;
}
/* /Pages/Components/PublicationReactionsBar.razor.rz.scp.css */
.reaction-icon-container[b-efvw5ebdi3],
.participation-icon-container[b-efvw5ebdi3],
.icon-container[b-efvw5ebdi3] {
    /*background-color: whitesmoke;
    border: 1px solid #ccc;
    border-radius: 50px;*/
    padding: 4px 2px 4px 4px;
    margin: 4px 0;
}
/* /Pages/Components/ReactionButton.razor.rz.scp.css */
.reactions-menu[b-ofmf2uol2v] {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 5px;
    margin-top: 0px;
    margin-left: -5px;
    transform: translateY(calc(-100% - 16px));
}

.reactions-menu-item[b-ofmf2uol2v]{
    margin:0;
    padding: 0 2px;
    font-size:1.5rem;
}

.reactions-menu.reactions-menu-visible[b-ofmf2uol2v] {
    visibility: visible;
}

.small-button .reaction-button-main[b-ofmf2uol2v] >  span {
    font-size: 0.875rem !important;
}
/* /Pages/Components/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-pde1yddfcx] { display: none; position: fixed; inset: 0; z-index: 10000; background: #0009; align-items: center; justify-content: center; padding: 1rem; }
#components-reconnect-modal.components-reconnect-show[b-pde1yddfcx],
#components-reconnect-modal.components-reconnect-retrying[b-pde1yddfcx],
#components-reconnect-modal.components-reconnect-failed[b-pde1yddfcx],
#components-reconnect-modal.components-reconnect-rejected[b-pde1yddfcx] { display: flex; }
.reconnect-panel[b-pde1yddfcx] { background: var(--bs-body-bg, white); color: var(--bs-body-color, #222); border-radius: 1rem; padding: 2rem; max-width: 32rem; }
.reconnect-failed[b-pde1yddfcx], .reconnect-rejected[b-pde1yddfcx], #reconnect-retry[b-pde1yddfcx] { display: none; }
.components-reconnect-failed .reconnect-failed[b-pde1yddfcx], .components-reconnect-rejected .reconnect-rejected[b-pde1yddfcx] { display: block; }
.components-reconnect-failed #reconnect-retry[b-pde1yddfcx] { display: inline-block; }
.components-reconnect-failed .reconnect-pending[b-pde1yddfcx], .components-reconnect-rejected .reconnect-pending[b-pde1yddfcx] { display: none; }
/* /Pages/Components/SimpleCommentItem.razor.rz.scp.css */

[b-rduzop0acm] .comment-body {
    border-radius: 0.25rem;
}

[b-rduzop0acm] .comment-line {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 2px;
    background-color: #e2e5e9;
    display: block;
    height: 0;
}


[b-rduzop0acm] .sub-comment-line {
    height:10px;
    margin: 0;
    padding: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-left-radius: 10px;
    border-color: #e2e5e9;
    position: absolute;
    width: 24px;
    left: 25px;
    display: block;
}

[b-rduzop0acm] .comment-action-bar{
    font-size: 0.8rem;
}

[b-rduzop0acm] .sub-comment-button {
    font-size: 0.875rem;
    font-weight:bold;
}

[b-rduzop0acm] .reations-area{
    position:absolute;
    bottom:-20px!important;
    right:20px!important;
}

[b-rduzop0acm] .menu-area {
    position: absolute;
    top: 0px !important;
    right: 10px !important;  
}
/* /Pages/Components/SocialEmbeds.razor.rz.scp.css */
.publication-social-embed[b-dtf4sydwvu] {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    border-radius: .75rem;
    background: var(--bs-tertiary-bg);
}

.publication-social-embed iframe[b-dtf4sydwvu] {
    display: block;
    width: 100%;
    border: 0;
}

.publication-social-embed-instagram[b-dtf4sydwvu] {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
}

.publication-social-embed-instagram iframe[b-dtf4sydwvu] {
    height: 720px;
}

.publication-social-embed-facebook[b-dtf4sydwvu] {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.publication-social-embed-facebook iframe[b-dtf4sydwvu] {
    height: 680px;
}

.publication-social-embed-tiktok[b-dtf4sydwvu] {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
}

.publication-social-embed-tiktok iframe[b-dtf4sydwvu] {
    height: 740px;
}

.publication-social-embed-x[b-dtf4sydwvu] {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.publication-social-embed-x iframe[b-dtf4sydwvu] {
    height: 620px;
}

@media (max-width: 575.98px) {
    .publication-social-embed-instagram iframe[b-dtf4sydwvu] {
        height: 680px;
    }

    .publication-social-embed-facebook iframe[b-dtf4sydwvu] {
        height: 620px;
    }

    .publication-social-embed-tiktok iframe[b-dtf4sydwvu] {
        height: 680px;
    }

    .publication-social-embed-x iframe[b-dtf4sydwvu] {
        height: 580px;
    }
}
/* /Pages/Dialogs/AddMemberRegistrationModal.razor.rz.scp.css */
.add-member-registration-host[b-r2heuppz3c]  dialog {
    width: min(34rem, calc(100vw - 2rem)) !important;
    max-width: calc(100vw - 2rem) !important;
    max-height: min(42rem, calc(100dvh - 2rem)) !important;
    padding: 0;
    border: 0;
    border-radius: 1.125rem;
    background: transparent;
    color: var(--bs-body-color);
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(15, 23, 42, .28);
}

.add-member-registration-host[b-r2heuppz3c]  dialog::backdrop {
    background: rgba(15, 23, 42, .58);
}

.add-member-registration-modal[b-r2heuppz3c] {
    display: flex;
    flex-direction: column;
    max-height: min(42rem, calc(100dvh - 2rem));
    overflow: hidden;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.add-member-registration-modal > form[b-r2heuppz3c] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.add-member-registration-form[b-r2heuppz3c] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.add-member-registration-heading[b-r2heuppz3c] {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: .75rem;
}

.add-member-registration-modal .modal-header[b-r2heuppz3c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
}

.add-member-registration-modal .modal-title[b-r2heuppz3c] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.add-member-registration-icon[b-r2heuppz3c] {
    display: inline-grid;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    border-radius: .75rem;
    background: rgba(var(--bs-primary-rgb), .12);
    color: var(--bs-primary);
    font-size: 1rem;
}

.add-member-registration-icon-success[b-r2heuppz3c] {
    background: rgba(var(--bs-success-rgb), .14);
    color: var(--bs-success-text-emphasis);
}

.add-member-registration-close[b-r2heuppz3c] {
    display: inline-grid;
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: .75rem;
    color: var(--bs-secondary-color);
    font-size: 1.125rem;
}

.add-member-registration-close:hover[b-r2heuppz3c],
.add-member-registration-close:focus-visible[b-r2heuppz3c] {
    background: var(--bs-tertiary-bg);
    color: var(--bs-emphasis-color);
}

.add-member-registration-modal .modal-body[b-r2heuppz3c] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 1.5rem;
}

.add-member-registration-intro[b-r2heuppz3c] {
    color: var(--bs-secondary-color);
    font-size: .975rem;
    line-height: 1.55;
}

.add-member-registration-intro p[b-r2heuppz3c],
.add-member-registration-policy p[b-r2heuppz3c],
.add-member-registration-email-note[b-r2heuppz3c] {
    margin: 0;
}

.add-member-registration-intro p + p[b-r2heuppz3c] {
    margin-top: .25rem;
}

.add-member-registration-policy[b-r2heuppz3c] {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    margin-top: 1.25rem;
    padding: .875rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-secondary-color);
    font-size: .875rem;
    line-height: 1.5;
}

.add-member-registration-policy-icon[b-r2heuppz3c] {
    flex: 0 0 auto;
    margin-top: .1rem;
    color: var(--bs-primary);
}

.add-member-registration-fields[b-r2heuppz3c] {
    display: grid;
    gap: 1.125rem;
    margin-top: 1.5rem;
}

.add-member-registration-field .form-label[b-r2heuppz3c] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .5rem;
    color: var(--bs-body-color);
    font-size: .875rem;
    font-weight: 700;
}

.add-member-registration-meta[b-r2heuppz3c] {
    color: var(--bs-secondary-color);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.add-member-registration-field .form-control[b-r2heuppz3c] {
    min-height: 3.125rem;
    padding: .8rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    box-shadow: none;
}

.add-member-registration-field .form-control[b-r2heuppz3c]::placeholder {
    color: var(--bs-secondary-color);
}

.add-member-registration-field .form-control:focus[b-r2heuppz3c] {
    border-color: var(--bs-primary);
    background: var(--bs-body-bg);
    box-shadow: 0 0 0 .2rem rgba(var(--bs-primary-rgb), .18);
}

.add-member-registration-email-note[b-r2heuppz3c] {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    margin-top: .625rem;
    padding: .625rem .75rem;
    border-radius: .625rem;
    background: rgba(var(--bs-warning-rgb), .14);
    color: var(--bs-warning-text-emphasis);
    font-size: .8rem;
    line-height: 1.4;
}

.add-member-registration-field[b-r2heuppz3c]  .validation-message {
    display: block;
    margin-top: .375rem;
    font-size: .8rem;
}

.add-member-registration-modal[b-r2heuppz3c]  .validation-errors {
    margin: 0 0 1rem;
    padding: .75rem 1rem .75rem 2rem;
    border-radius: .625rem;
    background: var(--bs-danger-bg-subtle);
    color: var(--bs-danger-text-emphasis);
    font-size: .875rem;
}

.add-member-registration-modal .modal-footer[b-r2heuppz3c] {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: .75rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid var(--bs-border-color);
    background: var(--bs-tertiary-bg);
}

.add-member-registration-modal .modal-footer .btn[b-r2heuppz3c] {
    min-height: 2.75rem;
    padding: .625rem 1rem;
    border-radius: .75rem;
    font-weight: 600;
}

.add-member-registration-submit[b-r2heuppz3c] {
    box-shadow: 0 .4rem 1rem rgba(var(--bs-primary-rgb), .2);
}

.add-member-registration-submit .spinner-border[b-r2heuppz3c] {
    margin-right: .4rem;
    vertical-align: -.1em;
}

.add-member-registration-status-text[b-r2heuppz3c] {
    margin: 0;
    color: var(--bs-secondary-color);
    line-height: 1.6;
}

@media (max-width: 575.98px) {
    .add-member-registration-host[b-r2heuppz3c]  dialog {
        width: calc(100vw - 1rem) !important;
        max-width: calc(100vw - 1rem) !important;
        max-height: calc(100dvh - 1rem) !important;
        border-radius: 1rem;
    }

    .add-member-registration-modal[b-r2heuppz3c] {
        max-height: calc(100dvh - 1rem);
    }

    .add-member-registration-modal .modal-header[b-r2heuppz3c],
    .add-member-registration-modal .modal-body[b-r2heuppz3c],
    .add-member-registration-modal .modal-footer[b-r2heuppz3c] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .add-member-registration-modal .modal-footer .btn[b-r2heuppz3c] {
        flex: 1 1 0;
    }
}
/* /Pages/Dialogs/ParticipationListModal.razor.rz.scp.css */
.participants-modal[b-i43nobdbki] {
    overflow: hidden;
    border: 0;
}

.participants-modal .modal-header[b-i43nobdbki] {
    padding: 1.25rem 1.5rem;
}

.participants-summary[b-i43nobdbki] {
    margin-top: .25rem;
    color: var(--bs-secondary-color);
    font-size: .875rem;
}

.participants-tabs[b-i43nobdbki] {
    flex-wrap: nowrap;
    gap: .25rem;
    overflow-x: auto;
    padding: 1rem 1.5rem 0;
    scrollbar-width: thin;
}

.participants-tabs .nav-link[b-i43nobdbki] {
    min-height: 44px;
    white-space: nowrap;
}

.participants-list[b-i43nobdbki] {
    display: flex;
    max-height: min(66vh, 600px);
    flex-direction: column;
    overflow-y: auto;
    padding: .75rem 1.5rem 1.25rem;
    scrollbar-color: var(--bs-secondary-color) transparent;
    scrollbar-width: thin;
}

.participation-item[b-i43nobdbki] {
    gap: .25rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--bs-border-color);
}

.participation-item:last-child[b-i43nobdbki] {
    border-bottom: 0;
}

.participation-item img[b-i43nobdbki] {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.participants-state[b-i43nobdbki] {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
}

.participants-state i[b-i43nobdbki] {
    margin-bottom: .75rem;
    color: var(--bs-secondary-color);
    font-size: 2rem;
}

@media (max-width: 575.98px) {
    .participants-modal .modal-header[b-i43nobdbki],
    .participants-tabs[b-i43nobdbki],
    .participants-list[b-i43nobdbki] {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .participation-item img[b-i43nobdbki] {
        width: 56px;
        height: 56px;
    }
}
/* /Pages/Dialogs/PublicationImagesCarouselModal.razor.rz.scp.css */
html[data-bs-theme='dark'] .carousel-control-next[b-01sr47a11a], html[data-bs-theme='dark'] .carousel-control-prev[b-01sr47a11a] {
    color: white !important;
    opacity: 0.5;
}

html[data-bs-theme='light'] .carousel-control-next[b-01sr47a11a], html[data-bs-theme='light'] .carousel-control-prev[b-01sr47a11a] {
    color: black!important;
    opacity:0.5;
}
/* /Pages/Planning.razor.rz.scp.css */
table[b-546ioog7m9] {
	border: 1px solid #5c636a;
}

th[b-546ioog7m9] {
	text-align: center;
	border: 1px solid #5c636a;
}

tr[b-546ioog7m9] {
	border-bottom: 1px solid #5c636a;
}

td.day-name[b-546ioog7m9] {
	white-space: nowrap;
	text-align: end;
	width: 8%;
	border-top: 1px solid #5c636a;
	border-right: 1px solid #5c636a;
	border-left: 1px solid #5c636a;
}

td.day-appointment[b-546ioog7m9] {
	width: 42%;
}

td.day-weekend[b-546ioog7m9] {
	background-color: #3a3838;
	color: white;
}

td.day-past[b-546ioog7m9] {
	color: darkgrey;
}

td.day-today[b-546ioog7m9] {
	font-weight: bold;
	color: red;
}

td.day-selected.day-name[b-546ioog7m9] {
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	border-left: 3px solid orange;
}

td.day-selected.day-appointment[b-546ioog7m9] {
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	border-right: 3px solid orange;
}

.week-days-name[b-546ioog7m9] {
	border-bottom: 1px solid #5c636a;
	text-align: center;
}

td.day-holyday[b-546ioog7m9] {
	background-color: #956e6e;
}

.hour-interval[b-546ioog7m9] {
	font-size: small;
	margin-right: 2px;
	margin-left: 3px;
}

.activity-name[b-546ioog7m9] {
	font-size: medium;
	font-weight: bold;
	margin-right: 3px;
}

.past-activity[b-546ioog7m9] {
	color: grey;
	text-decoration: line-through;
}
/* /Pages/PublicationPage.razor.rz.scp.css */
[b-gqqm7hftf8] img.note-float-left {
	margin-right: 10px;
}
