/* _content/NewsFeed/NewsfeedShared/MainLayout.razor.rz.scp.css */
.page[b-37ndb083t6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-37ndb083t6] {
    flex: 1;
}

.sidebar[b-37ndb083t6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-37ndb083t6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-37ndb083t6]  a, .top-row[b-37ndb083t6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-37ndb083t6]  a:hover, .top-row[b-37ndb083t6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-37ndb083t6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-37ndb083t6] {
        display: none;
    }

    .top-row.auth[b-37ndb083t6] {
        justify-content: space-between;
    }

    .top-row[b-37ndb083t6]  a, .top-row[b-37ndb083t6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-37ndb083t6] {
        flex-direction: row;
    }

    .sidebar[b-37ndb083t6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-37ndb083t6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-37ndb083t6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-37ndb083t6], article[b-37ndb083t6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/NewsFeed/NewsfeedShared/Toast.razor.rz.scp.css */
.fa-check-circle[b-70ct5st83t] {
    font-size: 17px !important;
}

.fa-exclamation-circle[b-70ct5st83t] {
    font-size: 17px !important;
}

.toast.show[b-70ct5st83t] {
    z-index: 9999;
}

.toastwidth[b-70ct5st83t] {
    position: absolute;
    bottom: 0;
    min-width: 150px;
    margin: auto;
}

.my-toast[b-70ct5st83t] {
    position: fixed;
    min-width: 200px;
    /*z-index: 8000;*/  
    width: 250px;
}

.position-bot-right[b-70ct5st83t] {
    right: 11px;
    left: unset;
    bottom: 20px;
}

.position-top-center[b-70ct5st83t] {
    top: 2rem;
    left: 50%;
    transform: translate(-50%,-50%);
}

.my-toast .alert-success[b-70ct5st83t] {
    background: var(--core-color);
    color: #fff;
}

.chatbody-width[b-70ct5st83t] {
    width: 154px !important;
}

    .chat-profile[b-70ct5st83t] {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .chat-profile-img[b-70ct5st83t] {
        width: 100%;
        border-radius: 50%;
    }

#chat-name > span[b-70ct5st83t]{
    font-size: 16px;
}

#chat-message[b-70ct5st83t] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#chat-message > span[b-70ct5st83t]{
    font-size: 12px;
}
/* _content/NewsFeed/Pages/NFNewsfeed.razor.rz.scp.css */
/*newsfeed*/


.nf-post[b-69ciakbusa] {
    border-radius: 50%;
    height: 20px;
}

.nf-scroll[b-69ciakbusa] {
    /*height: calc(100vh - 136px);*/
    overflow-y: auto;
    overflow-x: hidden;
}

.nf-container[b-69ciakbusa] {
    width: 768px;
    margin: auto;
}

.nf-infocontainer[b-69ciakbusa] {
    width: 100%;
    background: white;
    border-radius: 5px;
    margin: 15px 0px;
    padding: 15px;
    margin-top: 0px !important;
}

/*.nf-infocontainer:first-child {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}*/

.nf-infoheader[b-69ciakbusa] {
    margin-bottom: 15px;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
}

.nf-headerimg[b-69ciakbusa] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

    .nf-headerimg img[b-69ciakbusa] {
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: 50% 50%;
    }

.noNf img[b-69ciakbusa] {
    margin-top: 5rem !important;
}

.nf-headername[b-69ciakbusa] {
    flex-grow: 1;
    flex-direction: column;
    padding-left: 10px;
}

.nf-m-hname[b-69ciakbusa] {
    font-weight: bold;
    font-size: 20px;
    color: gray;
    /*color: var(--core-color);*/
}

.nf-info[b-69ciakbusa] {
    padding: 0 0 15px 0;
    justify-content: center;
}

.nf-img img[b-69ciakbusa] {
    max-width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.nf-noimg[b-69ciakbusa] {
    width: auto !important;
    height: 15% !important;
    object-fit: contain !important;
}

.nf-title[b-69ciakbusa] {
    font-weight: bold;
    color: #51b3ec;
    text-align: center;
}

.nf-rctcmt[b-69ciakbusa] {
    /*padding: 5px;*/
    padding-bottom: 0px;
    text-align: center;
    justify-content: flex-start;
    border-top: 1px solid #cec5c5;
    margin: 15px 0px 0px;
    padding-top: 10px;
}

.cmt-bot[b-69ciakbusa] {
    border-bottom: 1px solid #cec5c5;
}

.nf-cmt-btn[b-69ciakbusa] {
    font-size: 13px;
    /*padding: 10px 0;*/
}

    .nf-cmt-btn:focus[b-69ciakbusa] {
        box-shadow: none;
        outline: none;
    }

.cmt-textarea[b-69ciakbusa] {
    border-radius: 5px;
    background: #F0F2F5;
    width: calc(1005 - 40px);
    border: 1px solid #F0F2F5;
    height: 40px;
    resize: none;
    padding: 8px;
    margin-left: 5px;
}

.nf-cmt[b-69ciakbusa] {
    margin: 10px 0;
    display: flex;
    position: relative;
}

.nf-cmt-edit[b-69ciakbusa] {
    margin: 10px 0;
    display: flex;
    position: relative;
}

.nf-cmt-text[b-69ciakbusa] {
    background: #f1f2f8;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}

.cmt-textarea[b-69ciakbusa] {
    outline: none;
}

.nf-attach-text[b-69ciakbusa] {
    padding-top: 15px;
}

.nf-attach[b-69ciakbusa] {
    grid-gap: 15px;
    display: grid;
    margin-bottom: 15px;
    position: relative;
}

.nf-attach-grid[b-69ciakbusa] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.nf-attachpdf[b-69ciakbusa] {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.nf-pdf[b-69ciakbusa] {
    width: 100%;
    min-height: 80px;
    text-align: center;
}

.h-60px[b-69ciakbusa] {
    height: 60px;
}

.nf-vd[b-69ciakbusa] {
    height: 150px;
}

.nf-attimg img[b-69ciakbusa] {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: 50% 50%;
}

.send-icon[b-69ciakbusa] {
    width: auto;
    padding: 0px;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding-left: 15px;
    height: 40px;
    align-items: center;
    display: inline-flex;
}

.d-margin[b-69ciakbusa] {
    /*margin-top: 15px;*/
    margin-left: 15px;
}

.no-cmt-p[b-69ciakbusa] {
    padding: 15px 15px 0 15px;
}

.no-cmt-m[b-69ciakbusa] {
    margin: 15px 15px 0px 15px !important;
}

.cmt-span[b-69ciakbusa] {
    white-space: pre-line;
    word-break: break-word;
}



.cmt-option[b-69ciakbusa] {
    position: absolute;
    top: 24%;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background: white;
    border-radius: 10px;
    width: 114px;
    left: 90%;
    display: none;
    padding: 5px;
}

    .cmt-option button[b-69ciakbusa] {
        width: 100%;
        text-align: left;
    }

        .cmt-option button:focus[b-69ciakbusa] {
            box-shadow: none;
            outline: none;
        }

        .cmt-option button:hover[b-69ciakbusa] {
            background: #e9edf0f5;
        }

.ment[b-69ciakbusa] {
    margin-left: .5rem !important;
    width: calc(100% - 23px);
}

.nf-cmt:hover .dot-icon[b-69ciakbusa] {
    display: block;
}

.dot-icon[b-69ciakbusa] {
    display: none;
    margin: 0 10px;
    position: relative;
}

    .dot-icon .isvg[b-69ciakbusa] {
        background: #ebecf3;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 14px;
        padding: 3px 5px;
        color: #5b5757;
    }

    .dot-icon:hover .cmt-option[b-69ciakbusa] {
        display: block;
    }

.more-img[b-69ciakbusa] {
    background: #c1c3c78a;
    z-index: 1;
    top: 0;
    max-height: 123px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}

    .more-img span[b-69ciakbusa] {
        font-size: 25px;
        color: white;
        font-weight: bold;
        position: absolute;
        top: 34%;
        left: 50%;
    }

.less[b-69ciakbusa] {
    display: none;
}

.comment[b-69ciakbusa] {
    text-align: justify;
}

.nf-btn:focus[b-69ciakbusa] {
    box-shadow: none;
    outline: none;
}

.pad-bot-90[b-69ciakbusa] {
    padding-bottom: 70px;
}

@media(max-width: 768px) {
    .nf-container[b-69ciakbusa] {
        width: 100%;
    }

    .nf-infocontainer[b-69ciakbusa] {
        width: unset;
    }

    .noNf img[b-69ciakbusa] {
        max-width: 310px;
    }
}




@media(max-width: 379px) {
    .nf-attach-grid[b-69ciakbusa] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}
/*newsfeed*/
/* _content/NewsFeed/Pages/OldNFNewsfeed.razor.rz.scp.css */
/*newsfeed*/


.nf-post[b-dxq2ya1zhz] {
	border-radius: 50%;
	height: 20px;
}

.nf-scroll[b-dxq2ya1zhz] {
	/*height: calc(100vh - 136px);*/
	overflow-y: auto;
	overflow-x: hidden;
}

.nf-container[b-dxq2ya1zhz] {
	width: 768px;
	margin: auto;
}

.nf-infocontainer[b-dxq2ya1zhz] {
	width: 100%;
	background: white;
	border-radius: 5px;
	margin: 15px 0px;
	padding: 15px;
	margin-top: 0px !important;
}

/*.nf-infocontainer:first-child {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}*/

.nf-infoheader[b-dxq2ya1zhz] {
	margin-bottom: 15px;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
}

.nf-headerimg[b-dxq2ya1zhz] {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

	.nf-headerimg img[b-dxq2ya1zhz] {
		width: 50px;
		height: 50px;
		object-fit: contain;
		object-position: 50% 50%;
	}

.noNf img[b-dxq2ya1zhz] {
	margin-top: 5rem !important;
}

.nf-headername[b-dxq2ya1zhz] {
	flex-grow: 1;
	flex-direction: column;
	padding-left: 10px;
}

.nf-m-hname[b-dxq2ya1zhz] {
	font-weight: bold;
	font-size: 20px;
	color: gray;
	/*color: var(--core-color);*/
}

.nf-info[b-dxq2ya1zhz] {
	padding: 0 0 15px 0;
	justify-content: center;
}

.nf-img img[b-dxq2ya1zhz] {
	max-width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.nf-noimg[b-dxq2ya1zhz] {
	width: auto !important;
	height: 15% !important;
	object-fit: contain !important;
}

.nf-title[b-dxq2ya1zhz] {
	font-weight: bold;
	color: #51b3ec;
	text-align: center;
}

.nf-rctcmt[b-dxq2ya1zhz] {
	/*padding: 5px;*/
	padding-bottom: 0px;
	text-align: center;
	justify-content: center;
	border-top: 1px solid #cec5c5;
	margin: 15px 0px 0px;
}

.cmt-bot[b-dxq2ya1zhz] {
	border-bottom: 1px solid #cec5c5;
}

.nf-cmt-btn[b-dxq2ya1zhz] {
	font-size: 13px;
	/*padding: 10px 0;*/
}

	.nf-cmt-btn:focus[b-dxq2ya1zhz] {
		box-shadow: none;
		outline: none;
	}

.cmt-textarea[b-dxq2ya1zhz] {
	border-radius: 10px;
	background: #F0F2F5;
	width: 93%;
	border: 1px solid #F0F2F5;
	height: 40px;
	resize: none;
	padding: 8px;
}

.nf-cmt[b-dxq2ya1zhz] {
	margin: 10px 0;
	display: flex;
	position: relative;
}

.nf-cmt-edit[b-dxq2ya1zhz] {
	margin: 10px 0;
	display: flex;
	position: relative;
}

.nf-cmt-text[b-dxq2ya1zhz] {
	background: #f1f2f8;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
}

.cmt-textarea[b-dxq2ya1zhz] {
	outline: none;
}

.nf-attach-text[b-dxq2ya1zhz] {
	padding-top: 15px;
}

.nf-attach[b-dxq2ya1zhz] {
	grid-gap: 15px;
	display: grid;
	margin-bottom: 15px;
	position: relative;
}

.nf-attach-grid[b-dxq2ya1zhz] {
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}

.nf-attachpdf[b-dxq2ya1zhz] {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.nf-pdf[b-dxq2ya1zhz] {
	width: 100%;
	min-height: 80px;
	text-align: center;
}

.h-60px[b-dxq2ya1zhz] {
	height: 60px;
}

.nf-vd[b-dxq2ya1zhz] {
	height: 150px;
}

.nf-attimg img[b-dxq2ya1zhz] {
	width: 100%;
	height: 100px;
	object-fit: contain;
	object-position: 50% 50%;
}

.send-icon[b-dxq2ya1zhz] {
	width: auto;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-left: 15px;
}

.d-margin[b-dxq2ya1zhz] {
	/*margin-top: 15px;*/
	margin-left: 15px;
}

.no-cmt-p[b-dxq2ya1zhz] {
	padding: 15px 15px 0 15px;
}

.no-cmt-m[b-dxq2ya1zhz] {
	margin: 15px 15px 0px 15px !important;
}

.cmt-span[b-dxq2ya1zhz] {
	white-space: pre-line;
	word-break: break-word;
}



.cmt-option[b-dxq2ya1zhz] {
	position: absolute;
	top: 24%;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	background: white;
	border-radius: 10px;
	width: 114px;
	left: 90%;
	display: none;
	padding: 5px;
}

	.cmt-option button[b-dxq2ya1zhz] {
		width: 100%;
		text-align: left;
	}

		.cmt-option button:focus[b-dxq2ya1zhz] {
			box-shadow: none;
			outline: none;
		}

		.cmt-option button:hover[b-dxq2ya1zhz] {
			background: #e9edf0f5;
		}

.ment[b-dxq2ya1zhz] {
	margin-left: .5rem !important;
	width: calc(100% - 50px);
}

.nf-cmt:hover .dot-icon[b-dxq2ya1zhz] {
	display: block;
}

.dot-icon[b-dxq2ya1zhz] {
	display: none;
	/*margin: 20px;*/
	position: relative;
}

	.dot-icon .isvg[b-dxq2ya1zhz] {
		background: #ebecf3;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		font-size: 14px;
		padding: 3px 5px;
		color: #5b5757;
	}

	.dot-icon:hover .cmt-option[b-dxq2ya1zhz] {
		display: block;
	}

.more-img[b-dxq2ya1zhz] {
	background: #c1c3c78a;
	z-index: 1;
	top: 0;
	max-height: 123px;
	height: 100%;
	position: absolute;
	left: 0;
	width: 100%;
}

	.more-img span[b-dxq2ya1zhz] {
		font-size: 25px;
		color: white;
		font-weight: bold;
		position: absolute;
		top: 34%;
		left: 50%;
	}

.less[b-dxq2ya1zhz] {
	display: none;
}

.comment[b-dxq2ya1zhz] {
	text-align: justify;
}

.nf-btn:focus[b-dxq2ya1zhz] {
	box-shadow: none;
	outline: none;
}

.pad-bot-90[b-dxq2ya1zhz] {
	padding-bottom: 70px;
}

@media(max-width: 768px) {
	.nf-container[b-dxq2ya1zhz] {
		width: 100%;
	}

	.nf-infocontainer[b-dxq2ya1zhz] {
		width: unset;
	}

	.noNf img[b-dxq2ya1zhz] {
		max-width: 310px;
	}
}




@media(max-width: 379px) {
	.nf-attach-grid[b-dxq2ya1zhz] {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	}
}
/*newsfeed*/
