/* /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;
}

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


[b-z0v8u8oa4d] .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-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/MemberCard.razor.rz.scp.css */
@media (min-width: 600px) {
	.member-card[b-wnt1bdukn7] {
		/* Make the card responsive to its Bootstrap column to avoid overflow/overlap */
		width: 100%;
		max-width: 250px;
	}
}

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

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

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


/* /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/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/Dialogs/ImageZoomModal.razor.rz.scp.css */
html[data-bs-theme='dark'] .carousel-control-next[b-9k9n6ubr51], html[data-bs-theme='dark'] .carousel-control-prev[b-9k9n6ubr51] {
    color: white !important;
    opacity: 0.5;
}

html[data-bs-theme='light'] .carousel-control-next[b-9k9n6ubr51], html[data-bs-theme='light'] .carousel-control-prev[b-9k9n6ubr51] {
    color: black !important;
    opacity: 0.5;
}
/* /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;
}
