/* General alert styling */
.alert {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	position: relative;
	font-size: 13px;
}

/* Danger alert styling */
.alert-danger {
	background-color: #fff8fc;
	color: #721c24;
	border-color: #f5c6cb;
}

/* Success alert styling */
.alert-success {
	background-color: #d4edda;
	color: #155724;
	border-color: #c3e6cb;
}

/* Close button styling */
.alert .close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 20px;
	color: inherit;
	cursor: pointer;
}

.select2-container--default .select2-results>.select2-results__options {
	background: #fff;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background: #bfebf7;
}

.select2-results__option {
	padding: 10px 0;
}

.blog-excerpt {
	width: 100%;
	overflow: hidden;
	text-overflow: clip;
	white-space: normal;
}

/* Modal */
/* Modal container, hidden by default */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content box */
.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	border-radius: 8px;
}

/* Modal header */
.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.modal-title img {
	width: 150px;
}

/* Close button */
.modal .close {
	color: #aaa !important;
	background: #fff !important;
	cursor: pointer;
	border: 1px solid #e2e5ea !important;
}

.modal .close:hover,
.modal .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.services-info .s-header h4 {
	margin: 0;
}

.service-id-box {
	font-weight: 500;
	margin-bottom: 10px;
	background: #00bff3;
	color: #fff;
	padding: 10px 20px;
	border-radius: 8px;
	display: inline;
	width: fit-content;
}

.services-info>div {
	background: #ebfafe;
	display: flex;
	justify-content: space-around;
	border-radius: 8px;
	padding: 30px;
	flex-wrap: wrap;
	row-gap: 30px;
}

.services-info>div> :nth-child(-n + 3) {
	flex-basis: 33.33%;
}

.services-info .si-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.services-info .si-item small {
	font-weight: 500;
	font-size: 15px;
}

.modal-body {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top: 20px;
	text-align: left;
}

.modal .si-item {
	text-align: center;
}

.modal .si-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #00bff3;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dark .modal-content {
	background: #151616;
	border: #000;
}

.dark .services-info>div {
	background: #000;
}

.dark .modal .close {
	background: #000 !important;
	border: #000 !important;
}

.sidebar__menu .badge {
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 50%;
	background: white !important;
	color: #03bff3;
}

.sidebar__menu .custom-push-menu {
	padding-left: 20px;
	padding-top: 20px;
}

.sidebar__menu .custom-push-menu a {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0;
}

.sidebar__menu .custom-push-menu .dropdown {
	margin-top: 20px;
}

.sidebar__menu .custom-push-menu .dd-menu {
	position: relative;
	padding: 10px;
}

#currencies-list li {
	padding: 0 10px;
}

.join-now-sec {
	background-image: url('https://storage.perfectcdn.com/7gc9nb/yso64do77b67ckcy.png');
}

.join-now-sec .becam-btn {
	display: inline-block;
}

td.service-name,
.sidebar__menu ul li a,
table#service-table thead tr:first-child td h2 {
	font-size: 15px !important;
}

[data-status] {
	border-radius: 10px;
	color: #fff;
	text-align: center;
	padding: 5px 10px !important;
}

[data-status="Canceled"] {
	background: #f30f01 !important;
}

[data-status="In progress"] {
	background: #1777ff !important;
}

[data-status="Processing"] {
	background: #a500f3 !important;
}

[data-status="Partial"] {
	background: #6d6dbb !important;
}

[data-status="Completed"] {
	background: #3ab54b !important;
}

[data-status="Pending"] {
	background: #f7931a !important;
}

.dark table#service-table tbody tr {
	background: transparent;
}

/* Currency drop down */
.currency-item {
	background: #F6F6F6;
	border: 1px solid #eee5e5;
	border-radius: 7px;
	padding: 7px 10px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #3E4954;
	transition: 0.14s ease;
	cursor: pointer;
	margin-bottom: 5px;
}

.currency-item span {
	background: #1eaae7;
	float: right;
	width: 35px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
}

/* Style the dropdown menu */
.dropdown-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 1;

	padding-top: 10px;
	margin-top: 10px;
}

/* Show the dropdown menu when it has the 'show' class */
.dropdown-menu.show {
	display: block;
}

/* Style for the dropdown items */
.dropdown-item {
	padding: 8px 16px;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #f1f1f1;
}

.status-data>div:nth-child(1) {
	flex-basis: 80% !important;
}

.status-data>div:nth-child(2) {
	flex-basis: 20% !important;
}

.status-data>div:nth-child(3) {
	flex-basis: 20% !important;
}


@media (max-width: 768px) {
	main.page-wrapper {
		overflow-wrap: break-word;
		word-break: break-word;
	}

	[data-label="Link"] a {
		word-break: keep-all;
		white-space: nowrap !important;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100px;
		display: inline-block !important;
	}

	ul.order-tabs li {
		flex-basis: 47%;
	}

	.status-data {
		flex-direction: column;
		gap: 10px;
	}

	table#service-table a {
		width: 100%;
		margin-top: 10px;
		margin-top: 20px;
		display: block !important;
		max-width: 250px;
	}


	ul.nt-select-cats,
	ul.nt-sc {
		flex-wrap: wrap;

	}

	li.flex.flex-nowrap.items-center {
		flex-basis: 100%;
	}


}


/** Contact page */
a.contact-infp {
	display: flex;
	column-gap: 10px;
	margin-bottom: 10px;
}

table#service-table tbody td.fav+td {
	font-weight: 500 !important;
	font-size: 15px;
}



#tickets-table {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

/* Table Styling */
#tickets-table {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	margin: 20px 0;
}

#tickets-table thead {
	background-color: #f4f4f4;
	color: #FFF;
	text-align: start;
	font-size: 0.875rem;
	font-weight: 600;
	border: none;
}

#tickets-table th,
#tickets-table td {
	padding: 12px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

#tickets-table th {

	background: #03bff3 !important;
}

#tickets-table tr th:first-child {
	border-radius: 15px 0px 0px 15px;
}

#tickets-table tr th:last-child {
	border-radius: 0px 15px 15px 0px;
}

#tickets-table tr:nth-child(even) {
	background-color: #f9f9f9;
}

#tickets-table tr:hover {
	background-color: #f1f1f1;
}

.nowrap {
	white-space: nowrap;
}


#tickets-table tr:nth-child(even) {
	background-color: #FFF;
}





/* Responsive Styling */
@media (max-width: 768px) {
	#tickets-table {
		width: 100%;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	@media (max-width: 768px) {
		#tickets-table tbody {
			width: 100%;
			display: block;
		}
	}

	#tickets-table thead {
		display: none;
	}

	#tickets-table tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #ddd;
		border-radius: 10px;
		border-color: rgb(0 191 243 / var(--tw-border-opacity));
		padding: 10px;
		background: #FFF !important;
	}

	#tickets-table td {
		display: block;
		text-align: right;
		padding: 10px;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	#tickets-table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 10px;
		font-weight: bold;
		text-align: left;
	}

	#tickets-table td:last-child {
		border-bottom: 0;
	}
}




[data-label="Link"] {
	text-align: left !important;
	word-break: break-all;
}

table#service-table a {
	border: none;
	word-break: break-all !important;
	word-break: break-all;
	overflow: hidden;
	text-wrap: wrap;
	padding: 0;
}


.sidebar__menu ul li:not(.active) .badge {
	background: #03bff3 !important;
	color: #FFF;
	font-size: 14px;
}


table#service-table tbody tr td {
	text-align: left !important;
}


@media screen and (max-width: 600px) {
	.dash_card .tabs {
		flex-wrap: wrap;
		gap: 10px;
		flex-wrap: wrap;
		align-content: center;
		flex-direction: column;
		align-items: center;
	}

	.dash_card .tabs>* {
		flex-basis: 25% !important;
		flex-grow: 1 !important;
	}

	.dash_card_search .nav.nav-pills {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}

p,
li {
	font-weight: inherit !important;
	font-size: 15px !important;
}

article.slick-slide.slick-active p,
.faqs p {
	font-size: 13px !important;
}

.reviews__rating {
	padding-top: 30px;
}

blockquote.text-xl.md\:text-2xl {
	color: rgb(27 54 95 / var(--tw-text-opacity));
}

#notify-wrapper {
	display: none;
}

.google-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 55px;
	width: 100%;
	overflow: hidden;
	opacity: 0;
}

.google-login {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.google-login-wrap {
	position: relative;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 10px;
	background-color: rgb(58 181 74 / var(--tw-bg-opacity));
	border-color: rgb(58 181 74 / var(--tw-bg-opacity));
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	margin-left: 12px;
}

.frm-btn-wrap .btn.btn-primary,
.google-login-wrap {
	flex: 0 0 48%;
	max-width: 48%;
}

.google-login svg {
	width: 20px;
	display: inline-block;
	margin-left: 8px;
}

.have-acc {
	margin-left: 0;
	margin-top: 12px;
	font-size: 17px;
	color: #0b0a1e;
	font-size: 16px;
	font-weight: 500;
	display: flex;
}

.signin_btns {
	display: flex;
}

.payment__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.685rem;
}

.payment_black_image {
	margin-top: 20px;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.mt-5 {
	margin-top: 5rem !important;
}


/* Notifications New in tickets and ticket menu */
.new-indicator {
	background-color: #ff0000;
	color: white;
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 0.75rem;
	margin-left: 8px;
	animation: pulse 1.5s infinite;
	/* Add animation to the badge */
}

.hiddennew {
	display: none;
}

.badge {
	animation: pulse 1.5s infinite;
	/* Add pulsing animation */
}

/* Keyframes for pulsing effect */
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.2);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.9;
	}
}


.dash_card_search .nav.nav-pills {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.dash_card_search .search .input-group {
	display: flex;
	border: 2px solid #00bff3;
	border-radius: 10px;
}

.dash_card_search .search .input-group .input-group-btn {
	background: #00bff3;
	color: white;
}




/* AI Tools */

#customContentGeneratorContainer {
	background: #ffffff;
	padding: 25px;
	border-radius: 12px;
	border: 1px solid #ddd;
	width: 100%;
	margin: auto;
	margin-top: 40px;
	text-align: center;
}

.customInput {
	width: calc(100% - 24px);
	padding: 12px;
	margin-top: 15px;
	margin-bottom: 25px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 17px;
	transition: border-color 0.3s;
}

.customInput:focus {
	border-color: #007bff;
	outline: none;
}

.customButton {
	background-color: #28a745;
	color: white;
	border: none;
	padding: 12px 25px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 18px;
	transition: background-color 0.3s;
}

.customButton:hover {
	background-color: #218838;
}

#customLoader {
	color: gray;
	font-style: italic;
	margin-top: 25px;
}

#customGeneratedContent {
	width: 100%;
	margin: 40px auto;
	text-align: left;
}

.customTextarea {
	width: 100%;
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #ddd;
	height: 250px;
	resize: vertical;
}

.box {
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 20px;
	flex: 1;
	text-align: center;
	transition: transform 0.3s;
	min-width: 300px;
}

.box:hover {
	transform: translateY(-5px);
}

.box-title {
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #333;
}

.box-description {
	font-size: 1em;
	color: #666;
}

@media (max-width: 768px) {
	.box {
		width: 100%;
	}
}

.box-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}

.dash_card .tab {
	color: #0a2753;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.mobile-cards {
	  display: none;
	}
  }
  
  @media (max-width: 767px) {
	.desktop-table {
	  display: none;
	}
  }

.Canceled-border{
	border-color: #FF4C4C;
}
.Partial-border{
	border-color: #FFD700;
}

ul.refund-tabs{
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

ul.refund-tabs .input-group{
	display: flex;
}


