/* ? ==================== List All Services ==================== */
/* all-brands */
.all-brands .nav-brand-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
}

/* .all-brands .nav-brand-wrapper .brand-item {
   background-color: rgba(255, 255, 255, 0.06);
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
   padding: 0px;
   width: 95px;
   height: 95px;
   border-radius: 15px;
   color: #fff;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   font-size: 18px;
   transition: all 300ms ease;
   cursor: pointer;
} */
/* 
.all-brands .nav-brand-wrapper .brand-item .box-icon-brand {
   width: 40px;
   height: 40px;
   padding: 5px;
   margin-bottom: 5px;
   border-radius: 10px;
   background: #fff;
} */

/* .all-brands .nav-brand-wrapper .brand-item .box-icon-brand img {
   width: 100%;
   height: 100%;
} */

.all-brands .nav-brand-wrapper .brand-item {
	background-color: rgba(255, 255, 255, 0.06);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	padding: 8px 10px;
	/* height: 50px; */
	height: 60px;
	border-radius: 15px;
	color: #fff;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	font-size: 18px;
	font-weight: 100;
	transition: all 300ms ease;
	cursor: pointer;
}
.all-brands .nav-brand-wrapper .brand-item span {
	/* padding-top: 5px; */
	display: none;
}
.all-brands .nav-brand-wrapper .brand-item .box-icon-brand {
	/* width: 30px;
	height: 30px; */
	width: 40px;
	height: 40px;
	padding: 5px;
	/* margin-left: 5px; */
	border-radius: 10px;
	background: #fff;
}
.all-brands .nav-brand-wrapper .brand-item .box-icon-brand img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

/* all-categories */
.all-categories .nav-categories-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0px auto;
	padding: 0;
	list-style: none;
}

.all-categories .nav-categories-wrapper .category-item {
	position: relative;
}

.all-categories .nav-categories-wrapper .category-item .category-badge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 18px;
	line-height: 20px;
	background: #fff;
	text-align: center;
	border-radius: 4px;
	transform: rotate(-30deg);
	color: #c839df;
	display: none;
}

.all-categories .nav-categories-wrapper .category-item * {
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
}

.all-categories .nav-categories-wrapper .category-item label {
	display: flex;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-top: 0.375em;
	margin-bottom: 0.375em;
}

.all-categories .nav-categories-wrapper .category-item label input {
	position: absolute;
	right: -9999px;
	margin: 0 5px;
}

.all-categories .nav-categories-wrapper .category-item label span {
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0.5em 0.8em 0.5em 0.8em;
	background-color: #ffffff0f;
	border-radius: 15px;
	transition: 0.25s ease;
	margin: 0 5px;
	font-size: 14px;
}

.all-categories .nav-categories-wrapper .category-item label span:hover {
	background-color: #c839df;
}

.all-categories .nav-categories-wrapper .category-item label span:before {
	display: flex;
	flex-shrink: 0;
	content: '';
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	margin-left: 0.375em;
	transition: 0.25s ease;
	background-color: #961fa9;
	box-shadow: inset 0 0 0 0.3em #fff;
}

.all-categories .nav-categories-wrapper .category-item label input:checked + span {
	background-color: #c839df;
	color: #fff;
}

.all-categories .nav-categories-wrapper .category-item label input:checked + span:before {
	background-color: #fff;
	box-shadow: inset 0 0 0 0.3em #961fa9;
}

/* all-services table */
.all-services table {
	/* border-collapse: separate; */
	/* border-spacing: 10px; */
	border: 0;
	width: 100%;
}

.all-services .table-responsive {
	width: 1190px;
	margin: 0 auto;
	overflow-x: scroll;
}

@media screen and (max-width: 1230px) {
	.all-services .table-responsive {
		width: 100%;
	}
}

.all-services table tr td,
.all-services table tr th {
	/* border-radius: 20px; */
	font-size: 14px;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	font-variation-settings: "wght" 500, "dots" 3 !important;
	text-align: center !important;
	border: 0;
	white-space: nowrap;
	padding: 10px 15px;
	min-width: 50px;
}


.all-services table tr td .btn-primary {
	line-height: 0px;
}

@media screen and (max-width: 762px) {
	tr th:nth-child(2),
	tr td:nth-child(2) {
		min-width: 170px !important;
		white-space: pre-wrap !important;
	}

	tr th:nth-child(3),
	tr td:nth-child(3) {
		white-space: nowrap !important;
	}
}

.all-services table tr th {
	/* background: #0097a7; */
	/* background: #0d47a1; */
	/* background: linear-gradient(276deg,#0d47a1,#0383c9); */
	/* box-shadow: 0 0 10px #087cff87; */
	color: #fff;
	border: 0;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	font-weight: bold;
}

.all-services table tr td .badge {
	font-weight: bold;
}

.all-services table tr:nth-child(odd) td {
	background: #e6e9ec;
	color: #546e7a;
}

.all-services table tr:nth-child(even) td {
	background: #fafafa;
	color: #546e7a;
}

.all-services table tr:hover td {
	background: #00a8ff !important;
	color: #fff;
}

.all-services table tr:first-child th:first-child {
	border-top-right-radius: 5px;
}

.all-services table tr:last-child th:last-child {
	border-top-left-radius: 5px;
}

.all-services table tr:last-child td:last-child {
	border-bottom-left-radius: 5px;
}

.all-services table tr:last-child td:first-child {
	border-bottom-right-radius: 5px;
}

/* modal-body table */
.modal-body {
	overflow-x: scroll;
}

.modal-body table {
	direction: rtl;
	border-collapse: separate;
	border-spacing: 10px;
	border: 0;
	width: 100%;
	margin: 10px 0 !important;
}

.modal-body table tr td,
.modal-body table tr th {
	border-radius: 20px;
	font-size: 14px;
	font-weight: 100;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	text-align: center !important;
	border: 0;
	white-space: nowrap;
	padding: 10px 15px;
	min-width: 100px;
}

.modal-body table tr th {
	background: linear-gradient(276deg, #0d47a1, #0383c9);
	box-shadow: 0 0 10px #087cff87;
	color: #fff;
	border: 0;
	vertical-align: top;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
}

.modal-body table tr:nth-child(odd) td {
	background: #e6e9ec;
	color: #546e7a;
}

.modal-body table tr:nth-child(even) td {
	background: #fafafa;
	color: #546e7a;
}

.modal-body table tr:hover td {
	background: #00a8ff !important;
	color: #fff;
}

.modal-body table tr td {
	white-space: normal !important;
}

.modal-body .service-desc-box {
	direction: rtl;
	padding: 20px;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	font-size: 15px;
}

/* Title */
.list-all-services-title a {
	font-size: 28px;
	color: #00c3ff;
}

/* Loading */
.all-brands .cell .wrapper,
.all-categories .cell .wrapper {
	background: none !important;
}

.all-brands .cell .wrapper .spinner,
.all-categories .cell .wrapper .spinner {
	border-top-color: #fff !important;
}

.disabled {
	cursor: not-allowed !important;
	opacity: 0.6;
	pointer-events: none;
}

/* .btn-loading::before */
/* .brand-item.btn-loading::before {
   z-index: 999 !important;
   transform: translate(-50%, -50%) !important;
   top: 35% !important;
   left: 35% !important;
   width: 30px;
   height: 30px;
   border-width: 4px;
} */
.brand-item.btn-loading::before {
	z-index: 999 !important;
	transform: translate(-50%, -50%) !important;
	top: 25% !important;
	left: 35% !important;
	width: 20px;
	height: 20px;
	border-width: 4px;
}

.category-item.btn-loading::before {
	z-index: 999 !important;
	transform: translate(-50%, -50%) !important;
	top: 30% !important;
	left: 40% !important;
}

.service-table-title {
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	font-size: 28px;
	background: #f7f7f7;
	color: #1a1b1e;
	padding: 10px;
	border-radius: 100px 100px 0 0;
	margin-bottom: 0px;

	/* font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   font-weight: 100;
   text-align: center;
   margin-top: 30px;
   font-size: 28px;
   background: #0097a7;
   border-bottom: 2px dashed #fff;
   color: #fff;
   padding: 10px;
   border-radius: 5px;
   margin-bottom: 0px; */

	/* font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   font-weight: 100;
   text-align: center;
   margin-top: 30px;
   font-size: 30px;
   background: #0097a7;
   color: #fff;
   padding: 8px;
   border-radius: 5px;
   margin-bottom: -10px;
   padding-bottom: 20px; */
}

/* ReCaptcha */
.reCaptcha-verify {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 99999;
	/* display: none; */
}

.reCaptcha-verify > .g-recaptcha {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* Description Items */
.description-items-box {
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: 30px auto 0px;
   border-bottom: 1px solid #f7f7f7;
   flex-wrap: wrap;
   gap: 5px;
   padding: 0 10px;
   padding-bottom: 20px;
}

.description-items-box .description-item {
   background: #f7f7f7;
   font-size: 14px;
   font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
   display: flex;
   flex-direction: column;
   width: 24%;
   padding: 10px 5px;
   border-radius: 10px;
   margin: 0px;
   justify-content: center;
   align-items: center;
}

.description-items-box .description-item span:first-child {
	font-weight: 900 !important;
	font-family: 'IRANYekanXVF', IRANYekanX, sans-serif;
}


.description-items-box .description-item:nth-child(1) {
	color: #13a81a !important;
	background: #81c7844f !important;
}

.description-items-box .description-item:nth-child(2) {
	color: #6a5d00 !important;
	background: #ffd39491 !important;
}

.description-items-box .description-item:nth-child(3) {
	color: #ab47bc !important;
	background: #ab47bc24 !important;
}

.description-items-box .description-item:nth-child(4) {
	color: #002f79bf !important;
	background: #addaff91 !important;
}

.description-items-box .description-item span {
   direction: rtl !important;
}

@media screen and (max-width: 650px) {
   .description-items-box .description-item {
      width: 150px;
   }
}

@media screen and (max-width: 500px) {
   .description-items-box .description-item {
      width: 48%;
   }
}

@media screen and (max-width: 300px) {
   .description-items-box .description-item {
      width: 100%;
   }
}
