/* Nohemi Medium */
@font-face {
	font-family: 'Nohemi';
	src: url('../fonts/Nohemi-Medium.woff2') format('woff2'),
		url('../fonts/Nohemi-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

/* Nohemi Semi Bold */
@font-face {
	font-family: 'Nohemi';
	src: url('../fonts/Nohemi-SemiBold.woff2') format('woff2'),
		url('../fonts/Nohemi-SemiBold.woff') format('woff');
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

/* Poppins Regular */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

/* Poppins Medium */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

/* Poppins Semi Bold */
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

/* General Styles */
#wpwrap {
	background-color: #FFFFFF;
}
.athena-wp-admin * {
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
.athena-wp-admin h1 {
	margin-top: 0;
	margin-bottom: 2px;
	font-family: 'Nohemi', sans-serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #030329;
	letter-spacing: 1.5px;
}
.athena-wp-admin p {
	margin-top: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #4F4F69;
}
.athena-wp-admin .purple-btn {
	padding: 8px 15px 8px 15px;
	background-color: #6C8AF0;
	border: none;
	border-radius: 14px;
	font-size: 12px;
	line-height: 12px;
	color: #E3E8FA;
	cursor: pointer;
	transition: all .3s ease;
}

.athena-wp-admin .purple-btn:hover {
	background-color: #E3E8FA;
	color: #6C8AF0;
}
.athena-wp-admin .athena-cards {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	margin-left: -10px;
}
.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 4)) {
	margin-top: 10px;
}
.athena-wp-admin .athena-cards .athena-card-wrp {
	padding-left: 10px;
	width: 25%;
}
.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp:not(:nth-child(-n + 4)) {
	margin-top: 0;
}
.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
	margin-top: 10px;
}
.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp {
	width: 50%;
}
.athena-wp-admin .athena-cards .athena-card {
	height: 100%;
	border: 1px solid #EEEEF5;
	border-radius: 20px;
}
.athena-wp-admin .athena-cards .card-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px 10px 10px;
	border-bottom: 1px solid #EEEEF5;
}
.athena-wp-admin .athena-cards .card-bottom {
	padding: 15px 10px 15px;
}
.athena-wp-admin .athena-cards .card-top img {
	margin-bottom: 7px;
}
.athena-wp-admin .athena-cards .card-title {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 19px;
	color: #030329;
	font-weight: 600;
}
.athena-wp-admin .athena-cards .list-title {
	margin-bottom: 10px;
	font-weight: 500;
}
.athena-wp-admin .athena-cards ul {
	margin: 0;
	color: #4F4F69;
}
.athena-wp-admin .athena-cards li {
	position: relative;
	margin-bottom: 7px;
	padding-left: 10px;
}
.athena-wp-admin .athena-cards li:last-child {
	margin-bottom: 0;
}
.athena-wp-admin .athena-cards li:before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #4F4F69;
	border-radius: 50%;
}
/* END General Styles */

/* Response Messages */
.athena-wp-admin .athena-form-response.hidden,
.athena-wp-admin .athena-reindex-response.hidden {
	display: none;
}
.athena-wp-admin .athena-form-response,
.athena-wp-admin .athena-reindex-response {
	margin-top: 20px;
	padding: 10px 15px 9px;
	border-radius: 20px;
	background-color: #EEEEF5;
}
.athena-wp-admin .athena-reindex-response {
	margin-top: 0;
	margin-bottom: 25px;
}
.athena-wp-admin .athena-form-response p,
.athena-wp-admin .athena-reindex-response p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: .3px;
}
.athena-wp-admin .athena-form-response.success-message,
.athena-wp-admin .athena-reindex-response.success-message {
	background-color: #F0F3FE;
}
.athena-wp-admin .athena-form-response.success-message p,
.athena-wp-admin .athena-reindex-response.success-message p {
	color: #6C8AF0;
}
.athena-wp-admin .athena-form-response.warning-message,
.athena-wp-admin .athena-reindex-response.warning-message {
	background-color: #f881b354;
}
.athena-wp-admin .athena-form-response.warning-message p,
.athena-wp-admin .athena-reindex-response.warning-message p {
	color: #f881b3;
}
/* END Response Messages */

.athena-wp-admin {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 0 15px;
}
.athena-wp-admin .athena-wp-admin-left-side,
.athena-wp-admin .athena-wp-admin-right-side {
	width: 45%;
}

/* Athena Header */
.athena-wp-admin .athena-admin-header {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.athena-wp-admin .athena-admin-header .left-side {
	margin-right: 20px;
}
.athena-wp-admin .athena-admin-header .header-subtitle {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #030329;
}
.athena-wp-admin .athena-admin-header .right-side {
	font-size: 14px;
	line-height: 19px;
	color: #030329;
}
.athena-wp-admin .athena-admin-header .right-side *:last-child {
	margin-bottom: 0;
}
.athena-wp-admin .athena-admin-header a {
	color: #6C8AF0;
	text-decoration: none;
}
.athena-wp-admin .athena-admin-header a:hover {
	text-decoration: underline;
}
.reindex-and-show-logs-wrp {
	display: flex;
	margin-bottom: 20px;
}
.athena-wp-admin #athena-full-reindex-form {
	margin-right: 15px;
}
.athena-wp-admin .athena-admin-menu-wrp,
.athena-wp-admin .reindex-is-running-message-wrp,
.athena-wp-admin .athena-reindex-response,
.athena-wp-admin .athena-wp-admin-form,
.athena-wp-admin .about-view-intro,
.athena-wp-admin .user-guide-view-intro,
.athena-wp-admin .athena-accordion,
.athena-wp-admin .athena-reindex-progress-bar {
	max-width: 85%;
}
.athena-wp-admin .athena-admin-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: max-content;
	border-bottom: 1px solid #EEEEF5;
}
.athena-wp-admin .athena-admin-menu a {
	position: relative;
	padding: 11.5px 24px;
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #9a9aa9;
	text-decoration: none;
	transition: color .3s ease;
}
.athena-wp-admin .athena-admin-menu a:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.athena-wp-admin .athena-admin-menu a:hover {
	color: #030329;
}
.athena-wp-admin .athena-admin-menu a.active-page {
	margin-bottom: -1px;
	border-top: 1px solid #EEEEF5;
	border-right: 1px solid #EEEEF5;
	border-left: 1px solid #EEEEF5;
	border-bottom: none;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	font-weight: 500;
	color: #030329;
}
.athena-wp-admin .full-reindex-btn {
	padding: 8px 15px 8px 35px;
	background-color: #E3E8FA;
	border: none;
	border-radius: 14px;
	font-size: 12px;
	line-height: 12px;
	color: #6C8AF0;
	cursor: pointer;
	background-image: url('../img/reindex-icon.svg'), url('../img/reindex-icon-light.svg');
	background-position: left 15px center;
	background-size: 14px;
	background-repeat: no-repeat;
	transition: all .3s ease;
}
.athena-wp-admin .full-reindex-btn:hover {
	background-color: #6C8AF0;
	color: #E3E8FA;
	background-image: url('../img/reindex-icon-light.svg'), url('../img/reindex-icon.svg');
}
.athena-wp-admin .full-reindex-btn:focus-visible {
	outline: none;
}
.athena-wp-admin .full-reindex-btn:disabled {
	opacity: .5;
	cursor: not-allowed;
}
.athena-wp-admin .full-reindex-btn:disabled:hover {
	background-image: url('../img/reindex-icon.svg'), url('../img/reindex-icon-light.svg');
	background-color: #E3E8FA;
	color: #6C8AF0;
}
.athena-wp-admin .reindex-is-running-message-wrp {
	position: relative;
	margin-bottom: 25px;
	padding: 10px 15px 9px 53px;
	border-radius: 20px;
	background-color: #F0F3FE;
}
.athena-wp-admin .reindex-is-running-message-wrp .warning-sign-wrp {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background-color: #E3E8FA;
}
.athena-wp-admin .reindex-is-running-message-wrp .warning-sign-wrp img {
	width: 16px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-38%, -50%);
}
.athena-wp-admin .reindex-is-running-message-wrp p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: .3px;
	color: #6C8AF0;
}
/* END Athena Header */

/* Reindex Progress bar and Logs UI */
.athena-wp-admin .athena-progress-bar-container {
	margin-bottom: 8px;
	width: 100%;
	height: 12px;
	background-color: #E3E8FA;
	border-radius: 6px;
	overflow: hidden;
}

.athena-wp-admin .progress-bar-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	text-align: right;
}

.athena-stop-reindex-btn {
	color: #030329;
	transition: all .3s ease;
	&:hover {
		color: #6C8AF0;
	}
}

.athena-wp-admin .athena-progress-bar-fill {
	min-width: 2%;
	height: 100%;
	background: linear-gradient(90deg, #6C8AF0, #9431FA);
	border-radius: 6px;
	transition: width 0.4s ease;
}

.athena-wp-admin .athena-progress-text {
	margin-bottom: 0;
}

.athena-wp-admin .athena-modal {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
}

.athena-wp-admin .athena-modal.hidden {
	display: none;
}

.athena-wp-admin .athena-modal-content {
	display: flex;
	flex-direction: column;
	width: 95%;
	max-width: 800px;
	max-height: 80vh;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	background: #6C8AF0;
}

.athena-wp-admin .athena-modal-header {
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.athena-wp-admin .athena-modal-header .modal-title {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}

.athena-wp-admin .athena-close-modal {
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	color: #FFFFFF;
}

.athena-wp-admin .athena-close-modal:hover {
	color: #030329;
}

.athena-wp-admin .athena-modal-body {
	padding: 15px;
	overflow-y: auto;
	flex-grow: 1;
	background: #E3E8FA;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.athena-wp-admin #athena-log-viewer-content {
	margin: 0;
	color: #6C8AF0;
	font-family: monospace;
	font-size: 13px;
	line-height: 1.4;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* END Reindex Progress bar and Logs UI */

/* Form */
.athena-wp-admin .athena-wp-admin-form {
	margin-top: 40px;
}
.athena-wp-admin .athena-wp-admin-form table {
	margin: 0;
	padding: 0;
}
.athena-wp-admin .athena-wp-admin-form th,
.athena-wp-admin .athena-wp-admin-form td {
	padding: 0 0 25px 0;
}
.athena-wp-admin .athena-wp-admin-form th {
	width: auto;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #4F4F69;
	vertical-align: middle;
}
.athena-wp-admin #athena-configuration-form th {
	width: 250px;
}
.athena-wp-admin #athena-configuration-form td {
	padding-left: 15px;
}
.athena-wp-admin #athena-configuration-form p.submit {
	margin-bottom: 0;
	padding-bottom: 0;
}
.athena-wp-admin .save-configuration:disabled {
	background: #9431FA !important;
	background: linear-gradient(112deg, rgba(148, 49, 250, 1) 0%, rgba(148, 49, 250, 1) 10%, rgba(63, 202, 221, 1) 100%) !important;
	border: none !important;
	color: #FFFFFF !important;
	opacity: .7;
	cursor: not-allowed;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-field-wrp {
	position: relative;
}
.athena-wp-admin .athena-wp-admin-form .clear-field {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 25px;
	height: 100%;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	cursor: pointer;
	background-image: url('../img/clear-icon.svg');
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
}
.athena-wp-admin .athena-wp-admin-form input:not(:placeholder-shown) + .clear-field {
	display: block;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]),
.athena-wp-admin .athena-wp-admin-form select,
.athena-wp-admin .athena-wp-admin-form textarea {
	padding: 4.5px 27px 4.5px 12px;
	width: 100% !important;
	border: 1px solid #EEEEF5;
	border-radius: 18px;
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	color: #4F4F69;
}
.athena-wp-admin .athena-wp-admin-form select {
	max-width: unset;
}
.athena-wp-admin .athena-wp-admin-form select:invalid {
	color: #9a9aa9;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"])::placeholder,
.athena-wp-admin .athena-wp-admin-form select::placeholder,
.athena-wp-admin .athena-wp-admin-form textarea::placeholder {
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	color: #EEEEF5;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]).form-warning,
.athena-wp-admin .athena-wp-admin-form select.form-warning,
.athena-wp-admin .athena-wp-admin-form textarea.form-warning {
	border-color: #f881b3;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]).form-warning:focus,
.athena-wp-admin .athena-wp-admin-form select.form-warning:focus,
.athena-wp-admin .athena-wp-admin-form textarea.form-warning:focus {
	border-color: #f881b3;
	box-shadow: none;
	outline: none;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]):focus-visible {
	outline: none !important;
}
.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]):focus {
	border-color: #6C8AF0;
	box-shadow: none;
	outline: none;
}
.athena-wp-admin .athena-wp-admin-form select {
	padding-right: 30px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background: url('../img/bottom-gray-arrow.svg');
	background-size: 9px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.athena-wp-admin .athena-wp-admin-form input[type="submit"] {
	display: block;
	margin-left: auto;
	padding: 11px 30px;
	height: auto;
	min-height: unset;
	border: none;
	border-radius: 30px;
	background: #9431FA;
	background: linear-gradient(112deg, rgba(148, 49, 250, 1) 0%, rgba(148, 49, 250, 1) 10%, rgba(63, 202, 221, 1) 100%);
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #FFFFFF;
	transition: box-shadow 500ms, background-color 550ms;
}
.athena-wp-admin .athena-wp-admin-form input[type="submit"]:hover {
	box-shadow: inset 280px 0 0 0 #9431FA;
	background-color: #9431FA;
	transition: box-shadow 500ms, background-color 550ms;
}
.athena-wp-admin .athena-wp-admin-form input[type="submit"]:focus-visible {
	outline: none;
}
.athena-wp-admin .athena-wp-admin-form input[type="submit"]:focus {
	box-shadow: none;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group.textarea-group {
	align-items: flex-start;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group:last-of-type {
	margin-bottom: 20px;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group.textarea-group label {
	padding-top: 5px;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group input:not([type="submit"]),
.athena-wp-admin .athena-wp-admin-form .athena-form-group select,
.athena-wp-admin .athena-wp-admin-form textarea {
	width: 85% !important;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group input:not([type="submit"])::placeholder,
.athena-wp-admin .athena-wp-admin-form .athena-form-group select::placeholder,
.athena-wp-admin .athena-wp-admin-form textarea::placeholder {
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	color: #EEEEF5;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group select {
	max-width: unset;
}
.athena-wp-admin .athena-wp-admin-form .athena-form-group label {
	margin-right: 15px;
	font-weight: 500;
	color: #4F4F69;
}
.athena-wp-admin .athena-wp-admin-form textarea {
	height: 100px;
	border-radius: 16px;
}
.athena-wp-admin .athena-wp-admin-form .info-icon-wrp {
	position: relative;
	width: 13px;
	height: 13px;
}
.athena-wp-admin .athena-wp-admin-form .info-icon-wrp:hover .info-text {
	opacity: 1;
	visibility: visible;
	cursor: auto;
}
.athena-wp-admin .athena-wp-admin-form .info-icon-wrp img {
	width: 100%;
	height: 100%;
}
.athena-wp-admin .athena-wp-admin-form .form-title-wrp {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.athena-wp-admin .athena-wp-admin-form .form-title-wrp .form-title {
	margin-bottom: 0;
	margin-right: 5px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	color: #4F4F69;
}
.athena-wp-admin .athena-wp-admin-form .info-text {
	position: absolute;
	top: 0;
	left: calc(100% + 5px);
	margin: 0;
	padding: 7px;
	width: 150px;
	height: auto;
	border-radius: 10px;
	background-color: #E3E8FA;
	overflow: scroll;
	font-size: 9px;
	line-height: 14px;
	opacity: 0;
	visibility: hidden;
	cursor: none;
	transition: all .3s ease;
	z-index: 5;
}
/* END Form */

/* Admin Gallery */
.athena-wp-admin .athena-admin-gallery-wrp {
	position: relative;
	padding-top: 20px;
	padding-right: 15px;
	width: 100%;
	height: 100%;
}
.athena-wp-admin .athena-admin-gallery-wrp .gallery-decoration-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.athena-wp-admin .athena-admin-gallery {
	margin-right: 0;
	max-width: 90%;
	border-radius: 30px;
}
.athena-wp-admin .athena-admin-gallery .swiper-slide {
	position: relative;
	padding-top: 85.71%;
	width: 100%;
	height: 0;
}
.athena-wp-admin .athena-admin-gallery .swiper-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px;
}
.athena-wp-admin .athena-admin-gallery .swiper-pagination {
	top: unset;
	bottom: 23px;
}
.athena-wp-admin .athena-admin-gallery .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #545461;
	opacity: 1;
	transition: all .3s ease;
}
.athena-wp-admin .athena-admin-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 23px;
	background-color: #9b9ba1;
	border-radius: 6px;
}
.athena-wp-admin .athena-admin-gallery .slide-top {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 30px 0px 30px;
}
.athena-wp-admin .athena-admin-gallery .slide-bottom {
	position: absolute;
	bottom: 70px;
	left: 0;
	padding: 0 30px;
}
.athena-wp-admin .athena-admin-gallery .slide-subtitle,
.athena-wp-admin .athena-admin-gallery .slide-title,
.athena-wp-admin .athena-admin-gallery .paragraph-with-emojis,
.athena-wp-admin .athena-admin-gallery .numbers,
.athena-wp-admin .athena-admin-gallery .paragraph-with-emojis,
.athena-wp-admin .athena-admin-gallery .slide-bottom-paragraph {
	margin-bottom: 0;
	font-family: 'Nohemi', sans-serif;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	font-weight: 500;
}
.athena-wp-admin .athena-admin-gallery .slide-subtitle,
.athena-wp-admin .athena-admin-gallery .slide-bottom-paragraph {
	font-size: 22px;
	line-height: 27px;
}
.athena-wp-admin .athena-admin-gallery .slide-title {
	margin-top: 15px;
	font-size: 35px;
	line-height: 40px;
}
.athena-wp-admin .athena-admin-gallery .emojis-paragraphs-wrp {
	display: flex;
	align-items: center;
	margin-top: 2px;
}
.athena-wp-admin .athena-admin-gallery .right-arrow {
	margin-right: 10px;
	margin-left: 10px;
}
.athena-wp-admin .athena-admin-gallery .paragraph-with-emojis {
	font-size: 15px;
	line-height: 20px;
	font-weight: 600;
}
.athena-wp-admin .athena-admin-gallery .gradient-word {
	background: linear-gradient(90deg, #9431FA, #3FCADD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.athena-wp-admin .athena-admin-gallery .numbers {
	margin-top: 15px;
	font-size: 47px;
	line-height: 52px;
}
.athena-wp-admin .athena-admin-gallery .slide-bottom-paragraph {
	margin-top: 18px;
}
/* END Admin Gallery */

/* About and User Guide Views */
.athena-wp-admin .about-view-intro,
.athena-wp-admin .user-guide-view-intro {
	margin-top: 30px;
}
.athena-wp-admin .about-view-intro .intro-logo,
.athena-wp-admin .user-guide-view-intro .intro-logo {
	margin-bottom: 15px;
}
.athena-wp-admin .about-view-intro .intro-title,
.athena-wp-admin .user-guide-view-intro .intro-title {
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	color: #030329;
}
.athena-wp-admin .about-view-intro .intro-paragraph,
.athena-wp-admin .user-guide-view-intro .intro-paragraph {
	margin-bottom: 0;
}
.athena-wp-admin .about-view-outro,
.athena-wp-admin .user-guide-view-outro {
	margin-top: 25px;
}
.athena-wp-admin .about-view-outro p,
.athena-wp-admin .user-guide-view-outro p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 19px;
	color: #030329;
	font-weight: 600;
}
.athena-wp-admin .user-guide-view-outro p {
	color: #f881b3;
}
/* END About and User Guide Views */

/* Help & Support View */
.athena-wp-admin .athena-accordion {
	margin-top: 30px;
}
.athena-wp-admin .section-title {
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	color: #4F4F69;
}
.athena-wp-admin .athena-accordion .athena-accordion-item {
	border-bottom: 1px solid #EEEEF5;
}
.athena-wp-admin .athena-accordion .athena-accordion-item:first-of-type .athena-accordion-title {
	padding-top: 0;
}
.athena-wp-admin .athena-accordion .athena-accordion-item.active .plus-minus-wrapper:after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.athena-wp-admin .athena-accordion .athena-accordion-title,
.athena-wp-admin .athena-accordion .athena-accordion-content {
	padding-right: 45px;
}
.athena-wp-admin .athena-accordion .athena-accordion-title {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 18px 0 10px;
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	color: #4F4F69;
}
.athena-wp-admin .athena-accordion .accordion-title-wrp {
	margin-right: 15px;
}
.athena-wp-admin .athena-accordion .athena-accordion-title .plus-minus-wrapper {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #B6C5FA;
	border-radius: 4px;
}
.athena-wp-admin .athena-accordion .athena-accordion-title .plus-minus-wrapper:after,
.athena-wp-admin .athena-accordion .athena-accordion-title .plus-minus-wrapper:before {
	position: absolute;
	display: block;
	content: "";
	background-color: #B6C5FA;
	border-radius: 6px;
	transition: all .35s ease;
}
.athena-wp-admin .athena-accordion .athena-accordion-title .plus-minus-wrapper:before {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 1px;
	transform: translate(-50%, -50%);
}
.athena-wp-admin .athena-accordion .athena-accordion-title .plus-minus-wrapper:after {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 8px;
}
.athena-wp-admin .athena-accordion .athena-accordion-content {
	height: 0;
	transition: height .35s ease;
	overflow: hidden;
}
.athena-wp-admin .athena-accordion .athena-accordion-item .athena-accordion-inner-content {
	padding-top: 2px;
	padding-bottom: 10px;
}
.athena-wp-admin .athena-accordion .athena-accordion-content p {
	margin-bottom: 8px;
	line-height: 19px;
	color: #4F4F69;
}
.athena-wp-admin .athena-accordion .athena-accordion-content p:last-of-type {
	margin-bottom: 0;
}
/* END Help & Support View */

/* Responsive Styles */
@media(min-width: 2000px) {
	.athena-wp-admin .athena-wp-admin-left-side,
	.athena-wp-admin .athena-wp-admin-right-side {
		width: 40%;
	}
}
@media(max-width: 1800px) {
	.athena-wp-admin .athena-admin-menu-wrp,
	.athena-wp-admin .reindex-is-running-message-wrp,
	.athena-wp-admin .athena-reindex-response,
	.athena-wp-admin .athena-wp-admin-form,
	.athena-wp-admin .about-view-intro,
	.athena-wp-admin .user-guide-view-intro,
	.athena-wp-admin .athena-accordion,
	.athena-wp-admin .athena-reindex-progress-bar {
		max-width: unset;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 33.33%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 4)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 3)) {
		margin-top: 10px;
	}
}

@media(max-width: 1550px) {
	.athena-wp-admin .athena-wp-admin-left-side,
	.athena-wp-admin .athena-wp-admin-right-side {
		width: 48%;
	}
	.athena-wp-admin .athena-wp-admin-form {
		margin-top: 30px;
	}
	.athena-wp-admin #athena-configuration-form th {
		width: 180px;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 50%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 3)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
		margin-top: 10px;
	}
}
@media(max-width: 1280px) {
	#wpcontent {
		padding-right: 20px;
	}
	.athena-wp-admin {
		flex-direction: column;
		padding: 0;
	}
	.athena-wp-admin .athena-wp-admin-right-side {
		display: none;
	}
	.athena-wp-admin .athena-admin-header {
		margin-bottom: 35px;
	}
	.athena-wp-admin .athena-wp-admin-left-side,
	.athena-wp-admin .athena-wp-admin-right-side {
		width: auto;
	}
	.athena-wp-admin .athena-admin-gallery-wrp {
		padding: 0;
	}
	.athena-wp-admin .athena-admin-gallery-wrp .gallery-decoration-image {
		position: relative;
		top: unset;
		right: unset;
		transform: scaleX(-1);
	}
	.athena-wp-admin .athena-admin-gallery {
		position: absolute;
		top: 20px;
		left: 15px;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 25%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 4)) {
		margin-top: 10px;
	}
	.athena-wp-admin .section-title {
		margin-bottom: 15px;
	}
}
@media(max-width: 782px) {
	#wpcontent {
		padding-right: 10px;
	}
	.athena-wp-admin {
		padding-top: 10px;
	}
	.athena-wp-admin .reindex-is-running-message-wrp,
	.athena-wp-admin .athena-reindex-response {
		margin-bottom: 20px;
	}
	.athena-wp-admin #athena-configuration-form th {
		width: auto;
	}
	.athena-wp-admin .athena-wp-admin-form th {
		padding-bottom: 10px;
	}
	.athena-wp-admin #athena-configuration-form td {
		padding-left: 0;
	}
	.athena-wp-admin .athena-wp-admin-form td {
		padding-bottom: 15px;
	}
	.athena-wp-admin .athena-wp-admin-form input:not([type="submit"]),
	.athena-wp-admin .athena-wp-admin-form select,
	.athena-wp-admin .athena-wp-admin-form textarea {
		min-height: unset;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 33.33%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 4)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 3)) {
		margin-top: 10px;
	}
}
@media(max-width: 680px) {
	.athena-wp-admin .athena-admin-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.athena-wp-admin .athena-admin-header .left-side {
		margin-right: 0;
		max-width: 90px;
	}
	.athena-wp-admin .athena-admin-header .left-side img {
		width: 100%;
	}
	.athena-wp-admin h1 {
		font-size: 28px;
		line-height: 33px;
	}
	.athena-wp-admin .athena-admin-header .header-subtitle {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 21px;
	}
}
@media(max-width: 580px) {
	.athena-wp-admin .athena-admin-menu a {
		padding: 5.5px 14px;
		font-size: 12px;
		line-height: 17px;
	}
	.athena-wp-admin .athena-admin-menu a.active-page {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
	.athena-wp-admin .about-view-intro .intro-logo,
	.athena-wp-admin .user-guide-view-intro .intro-logo {
		margin-bottom: 10px;
	}
	.athena-wp-admin .athena-wp-admin-form .info-text {
		left: unset;
		right: 0;
		top: calc(100% + 5px);
	}
	.athena-wp-admin .athena-admin-gallery .swiper-slide {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 20px 20px 50px;
		height: auto;
		aspect-ratio: 7 / 6;
	}
	.athena-wp-admin .athena-admin-gallery .slide-top {
		position: relative;
		top: unset;
		left: unset;
		padding: 0;
	}
	.athena-wp-admin .athena-admin-gallery .slide-bottom {
		position: relative;
		left: unset;
		bottom: unset;
		padding: 0;
	}
	.athena-wp-admin .athena-admin-gallery .slide-title {
		font-size: 22px;
		line-height: 27px;
	}
	.athena-wp-admin .athena-admin-gallery .slide-subtitle,
	.athena-wp-admin .athena-admin-gallery .slide-bottom-paragraph {
		font-size: 13px;
		line-height: 18px;
	}
	.athena-wp-admin .athena-admin-gallery .slide-bottom-paragraph {
		margin-top: 5px;
	}
	.athena-wp-admin .athena-admin-gallery .numbers {
		margin-top: 10px;
		font-size: 30px;
		line-height: 35px;
	}
	.athena-wp-admin .athena-admin-gallery .emojis-paragraphs-wrp {
		flex-wrap: wrap;
	}
	.athena-wp-admin .athena-admin-gallery .paragraph-with-emojis {
		font-size: 12px;
		line-height: 17px;
	}
	.athena-wp-admin .athena-admin-gallery .right-arrow {
		margin-right: 5px;
		margin-left: 5px;
		height: 11px;
	}
	.athena-wp-admin .athena-admin-gallery .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.athena-wp-admin .athena-admin-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 20px;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 50%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 3)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
		margin-top: 10px;
	}
	.athena-wp-admin .reindex-is-running-message-wrp {
		padding: 7px 15px 6px 40px;
	}
	.athena-wp-admin .reindex-is-running-message-wrp .warning-sign-wrp {
		width: 30px;
	}
	.athena-wp-admin .reindex-is-running-message-wrp .warning-sign-wrp img {
		width: 14px;
		height: 13px;
	}
	.athena-wp-admin .reindex-is-running-message-wrp p {
		font-weight: 400;
	}
	.athena-wp-admin .athena-form-response,
	.athena-wp-admin .athena-reindex-response {
		padding: 7px 15px 6px;
	}
	.athena-wp-admin .athena-form-response.warning-message {
		padding: 7px 15px 6px;
	}
	.athena-wp-admin .athena-form-response p,
	.athena-wp-admin .athena-reindex-response p {
		font-weight: 400;
	}
	.athena-wp-admin .athena-wp-admin-form input[type="submit"] {
		padding: 8px 25px;
		font-size: 13px;
		line-height: 18px;
	}
	.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp {
		width: 100%;
	}
	.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards.user-guide-view-cards .athena-card-wrp:not(:nth-child(-n + 1)) {
		margin-top: 10px;
	}
}
@media(max-width: 430px) {
	.athena-wp-admin .athena-admin-gallery {
		top: 10px;
		left: 10px;
	}
	.athena-wp-admin .athena-admin-gallery .swiper-slide {
		padding: 15px 15px 35px;
	}
	.athena-wp-admin .athena-admin-gallery .swiper-pagination {
		bottom: 10px;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp {
		width: 100%;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 2)) {
		margin-top: 0;
	}
	.athena-wp-admin .athena-cards .athena-card-wrp:not(:nth-child(-n + 1)) {
		margin-top: 10px;
	}
}
/* END Responsive Styles */