#repost-activity-form .rtmedia-activity-container .rtm-activity-media-list .rtmedia-list-item {
	width: 30% !important;
	height: auto !important;
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: #00000063;
	padding-top: 100px;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
	max-height: 300px;
	overflow: hidden;
	overflow-y: scroll;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

[role="button"] {
	cursor: pointer;
}

.activity-list .activity-item .activity-meta.action .bp-repost-activity:before {
	content: "\f515";
}

.buddyboss .activity-list .activity-item .activity-meta.action .bp-repost-activity:before {
	content: "\f515";
	opacity: 1;
	font-family: 'dashicons';
	font-size: 22px;
	background: none;
	cursor: pointer;
	line-height: 1;
	width: 22px;
	height: 22px;
}

.buddyboss .activity-list .activity-item .activity-meta.action .bp-repost-activity:after {
	opacity: 0;
}

.bprpa-share-icon:before {
	color: slategray;
}

.modal-dialog {
	max-width: 600px;
	margin: 50px auto;
}

.modal-content {
	background: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.modal-header {
	padding: 15px 20px;
	background: #f8f9fa;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	align-items: center;
	gap: 10px;
}

.close {
	margin-left: auto;
	font-size: 24px;
	cursor: pointer;
	color: #6c757d;
	border: none;
	background: none;
}

.close:hover {
	color: #495057;
}

.form-control {
	padding: 6px 12px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-size: 14px;
}

.modal-body {
	padding: 20px;
}

.repost-textarea {
	width: 100%;
	min-height: 100px;
	padding: 12px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.repost-textarea:focus {
	outline: none;
	border-color: #007cba;
	box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.25);
}

.content {
	background: #f8f9fa;
	padding: 15px;
	border-left: 3px solid #007cba;
	border-radius: 4px;
	margin-top: 15px;
}

.content p {
	margin: 0;
	color: #495057;
	line-height: 1.5;
}

.modal-footer {
	padding: 15px 20px;
	background: #f8f9fa;
	border-top: 1px solid #dee2e6;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.btn,
.button {
	padding: 8px 16px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s;
}

.btn-default {
	background: #f8f9fa;
	color: #495057;
}

.btn-default:hover {
	background: #e9ecef;
}

.button {
	background: #007cba;
	color: white;
	border-color: #007cba;
}

.button:hover {
	background: #005a87;
	border-color: #005a87;
}

body #buddypress .bbars-repost-content {
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
	position: relative;
}

.activity-list .activity-item .activity-content .reposted-content {
	margin-bottom: 15px;
}

.activity-list .activity-item .activity-meta.action .bp-repost-activity.re-posted {
	color: #009060;
}

button#repost-activity .dashicons.spin {
	animation: dashicons-spin 1s linear infinite;
}

@keyframes dashicons-spin {
	100% {
		transform: rotate(360deg);
	}
}