.d-flex {
	display: flex !important;
}

.align-items-center {
	align-items: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.ml-auto {
	margin-left: auto;
}

.w-100 {
	width: 100%;
}

.form-group .form-control,
.form-group .form-control:hover,
.form-group .form-control:focus,
.form-group .form-control:focus-visible {
	background-color: #fff;
	border: 1px solid #d7dae2;
	height: 38px;
	border-radius: 10px;
	padding: 9px 14px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	display: block;
}

.pagination {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: 7px 12px;
	margin-left: -1px;
	line-height: 1.25;
	color: rgba(67, 66, 93, 0.5);
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 16px;
	text-decoration: none;
}

.page-link.active {
	/* background-color: #394357; */
	background-color: #f5f5f5;
	color: #000;
}

.page-link.disabled {
	pointer-events: none;
	background-color: #e3e6e9;
	cursor: not-allowed;
}

#outranking-meta-box {
	/* border: none; */
	background-color: #FFFFFF;
	/* -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 8%); */
	/* box-shadow: 0 3px 6px rgb(0 0 0 / 8%); */
	/* border-radius: 14px; */
	font-size: 12px;
}

#outranking-meta-box>.inside {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#outranking-meta-box .button-primary {
	background-color: #384259;
	border-radius: 8px;
	padding: 3px 20px;
}

#outranking-meta-box>.postbox-header {
	/* background-color: #384259; */
	background-color: #F5F5F5;
}

.outranking-meta-box-header {
	display: flex;
	align-items: center;
	color: #ffffff;
}

#outranking-meta-box .handle-order-higher,
#outranking-meta-box .handle-order-lower,
#outranking-meta-box .toggle-indicator {
	/* color: #ffffff; */
	color: #4949dc;
}

#outranking-meta-box .handle-order-higher[aria-disabled="true"],
#outranking-meta-box .handle-order-lower[aria-disabled="true"] {
	color: #dddddd;
}

.outranking-meta-box-header img {
	margin-right: 3px;
}

#outranking-meta-box .postbox-header {
	border: none;
}

#outranking_metabox_container * {
	font-family: "Poppins";
}

#outranking_api_key_form {
	padding: 10px 20px;
}

#outranking_api_key_form .form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}



.outranking-article {
	/* background-color: #fff; */
	padding: 12px;
	/* border-radius: 14px; */
	/* -webkit-box-shadow: 0px 3px 6px rgb(0 0 0 / 8%); */
	/* box-shadow: 0px 3px 6px rgb(0 0 0 / 8%); */
	margin-bottom: 15px;
	margin-top: 5px;
	border-bottom: 1px solid #e5e5e5;
}

.outranking-title {
	text-decoration: none;
}

.outranking-title h2 {
	padding: 0 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	margin-bottom: 6px !important;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 220px;
	color: #000000 !important;
	/* text-decoration: none; */
}

.outranking-logo {
	max-width: 87px !important;
	height: auto !important;
}

.outranking-user {
	background-color: #fff;
	padding: 9px 15px;
	border-bottom: 1px solid #f5f5f5;
}

.outranking-user h2 {
	font-size: 12px;
	font-weight: 500;
	margin-left: 5px;
}

.outranking-login-user-img {
	width: 22px;
	height: 22px;
	border-radius: 150px;
	margin-right: 5px;
}

.outranking-article-meta {
	display: flex;
	align-items: center;
	padding-top: 5px;
}

.outranking-article-meta-date {
	white-space: nowrap;
	margin-right: 5px;
}

.outranking-article-meta-date,
.outranking-article-meta-location {
	display: flex;
	align-items: center;
	/* white-space: nowrap; */
	flex-wrap: nowrap;
	color: rgba(0, 0, 0, 0.6);
}

.outranking-article-meta-date>img,
.outranking-article-meta-location>img {
	margin-right: 5px;
}

.outranking-score-and-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0px;
}

.outranking-actions {
	display: flex;
	align-items: center;
}

.outranking-import-button,
.outranking-export-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.outranking-import-button {
	margin-right: 5px;
}

.outranking-score {
	font-size: 12px;
}

.outranking-score>span {
	font-weight: 600;
	color: #7ac7c4;
}

.outranking-loader,
.outranking-loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.outranking-loader {
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(20, 20, 20, 0.2);
	border-right: 1.1em solid rgba(20, 20, 20, 0.2);
	border-bottom: 1.1em solid rgba(20, 20, 20, 0.2);
	border-left: 1.1em solid #384259;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#outranking-loader-container,
#outranking-article-loader-container {
	display: none;
}

.outranking-alert {
	display: none;
	position: fixed;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #384259;
	color: #ffffff;
	padding: 10px 20px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 10%);
	border-radius: 3px;
}

.outranking-api-error {
	text-align: center;
}

.outranking-error-title {
	color: #ff725e;
	font-size: 20px;
}

.outranking-api-key-block {
	background-color: #fbfbfb;
	border: 1px solid #d9d9d9;
	border-left: 0px;
	border-right: 0px;
	padding: 8px;
	display: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.outranking-api-key-block.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.outranking-api-key-block .form-group .form-control {
	height: 30px;
	border-radius: 8px;
}

.outranking-secondary-btn {
	/* background-color: #384259; */
	background-color: #4949dc;
	color: #fff;
	font-size: 12px;
	padding: 6px 15px;
	border-radius: 8px;
	appearance: none;
	outline: 0;
	border: 0;
}

.outranking-api-save-btn {
	margin-left: 5px;
}

.outranking-content-section {
	padding: 20px 15px;
}

.outranking-main-title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
	display: block;
}

.outranking-articles-wrapper {
	position: relative;
}



.outranking-content-section.d-none {
	display: none;
}

.mb-20 {
	margin-bottom: 20px;
}

.my-10 {
	margin: 10px 0;
}

.mx-10 {
	margin: 0 10px;
}

#outranking-meta-box>.inside .outranking-post-meta-data {
	padding: 20px !important;
}

#outranking-meta-box>.inside .outranking-post-meta-data a.outranking-export-button {
	box-shadow: 0px 0px 5px 1px rgb(159 159 159 / 40%);
	border: 1px solid #f3f3f3;
	color: #000;
	cursor: pointer;
	padding: 8px 12px;
	margin: 0 0 0 10px;
}

#outranking-meta-box>.inside .outranking-post-meta-data a.close-modal {
	position: absolute;
	right: 20px;
	cursor: pointer;
}

#outranking-meta-box>.inside .outranking-post-meta-data a.close-modal svg {
	width: 20px;
}

#outranking-meta-box>.inside .outranking-post-meta-data .outranking-main-title {
	margin-bottom: 10px;
}

#outranking-meta-box .btn.btn-secondary {
	background: #f5f5f5;
	color: #000;
	border-radius: 10px;
	border: 1px solid #f5f5f5;
	margin: 0 0 0 10px;
}