@import
 url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.tajawal-extralight {
  font-family: "Tajawal", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.tajawal-light {
  font-family: "Tajawal", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.tajawal-regular {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tajawal-medium {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.tajawal-bold {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tajawal-extrabold {
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.tajawal-black {
  font-family: "Tajawal", sans-serif;
  font-weight: 900;
  font-style: normal;
}

:root {
  --primary-color: #1a1b20;
  --primary-lighter-color: #292a2f;
  --primary-hover-color: yellow;
  --primary-font-family: "Tajawal", sans-serif;
  --form-bg-color: #1C1C1E;
  --form-border-color: rgba(255, 255, 255, 0.12);
  --light-gray: #BEBEBE;
}





body {
  font-family: var(--primary-font-family), sans-serif !important;
100vh;
  flex-direction: column;
}  font-weight: 400; /* الوزن الافتراضي */
  display: flex;
  min-height:
 

.btn-link{
    color: yellow !important;
}

.btn-primary,.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary:target  {
    background: var( --primary-hover-color) !important;
    color: black !important;
}

body.user {  font-family: var(--primary-font-family), sans-serif !important;
  background: var(--primary-color)!important;
  display: block;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: var(--primary-color);
}

::-webkit-scrollbar-thumb {
	background: var(--primary-lighter-color);
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

.hidden {
	display: none!important
}

.page-content {
  flex-grow: 1;
}

.btn-success,
.bg-success {
  background: #67e076 !important;
}

.bg-primary {
  background: var(--primary-color) !important;
}

.btn-success:hover,
.btn-success:focus {
  background: #3ad64c !important;
  outline: none !important;
  border: none !important;
}

.btn {
  outline: none !important;
  border: none !important;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
  box-shadow: 0px 10px 26px rgba(26, 27, 32, 0.26) !important;
}

.heading {
  position: relative;
}

.heading > div {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: calc(2rem + 80px);
}

.heading .heading-image {
  flex-grow: 1;
  text-align: center;
}

.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--primary-color);
}

.home .heading::before {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

body:not(.home) {
  background: var(--primary-color);
}

.heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: url(../../../../../images/world.svg);
  background-position: center bottom;
  background-size: 70%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.05;
}

.register .heading::after {
  background-position: center;
}

.text-muted {
  color: #ffffff !important;
  opacity: 0.7 !important;
}

.navbar {
  font-size: 1.15rem !important;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  z-index: 5;
}

.navbar-toggler {
  border: none !important;
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.bg-dark {
  background: var(--primary-lighter-color) !important;
}

.btn-light {
  background: var(--primary-lighter-color) !important;
  color: #ffffff !important;
}

.btn-dark {
  transition: opacity 0.5s;
  margin-top: 2px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color) !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: var(--primary-color);
  opacity: 0.9;
}

.btn-dark:hover {
  border-color: var(--primary-color) !important;
}

.btn-dark-outline {
  margin-top: 2px;
  color: var(--primary-color);
  border: 2px solid var(--primary-color) !important;
}

.btn-dark-outline:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.heading-image img {
  max-height: 520px;
  margin-bottom: -34px;
  max-width: 100%;
}

.img-side {
  max-height: 370px;
  max-width: 100%;
}

.text-light {
  color: #69788c !important;
}

b,
strong {
  font-weight: 600;
}

.shadow-0 {
  box-shadow: none !important;
}

.features {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.features .feature {
  width: 275px;
  background: #fff;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.2);
  border-radius: 5rem;
  padding: 1rem;
}

.icon-24 {
  font-size: 24px;
  line-height: 24px;
}

.icon-36 {
  font-size: 36px;
  line-height: 36px;
}

.icon-48 {
  font-size: 48px;
  line-height: 48px;
}

.features .feature:nth-child(odd) {
  margin-left: -50px;
}

.features .feature:nth-child(even) {
  background: var(--primary-lighter-color);
  color: #ffffff;
}

.circle-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.secure-payment {
  width: 275px;
  background: #fff;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.secure-payment .icon {
  background: var(--primary-color);
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-1rem - 30px);
}

.bg-pattern {
  background-color: var(--primary-lighter-color);
  background-image: url(../../../images/pattern.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rounded {
  border-radius: 1rem !important;
}

.shadow {
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.2) !important;
}

.shadow-sm {
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.1) !important;
}

.testimonials .testimonial {
  border-radius: 5rem;
}

.testimonials .testimonial + .testimonial {
  margin-top: 2rem;
}

.testimonials .testimonial:nth-child(even) {
  background-color: var(--primary-lighter-color);
  color: #ffffff;
  margin-left: 50px;
}

.footer {
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background: var(--primary-lighter-color);
}

.footer .copyright {
  background: var(--primary-color);
}

.footer > div {
  position: relative;
  z-index: 2;
}

.footer .h4 {
  height: 40px;
}

.input-group.input-style {
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.75rem;
  border: 1px solid #f0f0f0;
  background: var(--light-gray);
}

.input-group.input-style .input-group-text {
  background-color: var(--light-gray) !important;
  border: 0 !important;
  border-radius: 0.75rem;
}

.form-control.input-style {
  border: 0 !important;
  height: 50px;
  background-color: var(--light-gray);
  box-shadow: none !important;
  border-radius: 0.75rem;
}

.bg-gray {
  background-color: #fafafa !important;
}

.bg-lighter {
  background-color: var(--primary-lighter-color) !important;
}

.modal-content {
  border-radius: 1rem;
}

.modal .btn-success,
.register-form .btn-success {
  height: 50px;
  border-radius: 0.75rem !important;
  padding: 0 !important;
}

.modal .circle-icon {
  width: 60px;
  height: 60px;
  margin-top: calc(-30px - 3rem);
  margin-bottom: 1rem;
}

.modal-content {
  margin-top: 30px;
}

.custom-checkbox .custom-control-label::before {
  border-color: #67e076;
}

.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #67e076 !important;
  box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #67e076 !important;
  background-color: #67e076 !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #67e076 !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #d6f5dd !important;
  border-color: #d6f5dd !important;
}

.terms.nav-tabs {
  border: none;
}

.terms.nav-tabs .nav-item + .nav-item {
  margin-left: 1rem;
}

.terms.nav-tabs li a {
  border-radius: 3rem !important;
}

.terms.nav-tabs li a:not(.active) {
  background: var(--primary-color);
  color: #ffffff;
  border: none;
}

.terms.nav-tabs li a.active {
  background: #52bb5e !important;
  color: #ffffff !important;
  border-color: #52bb5e !important;
  border: none;
}

.terms.tab-content p:last-of-type {
  margin-bottom: 0 !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

table.table-style {
  color: #ffffff;
  border: 1px solid var(--primary-color);
  table-layout: fixed;
}
table.table-style td,
table th {
  border-color: var(--primary-color) !important;
}

.table.table-style th {
  border-bottom: 0 !important;
}

.table.table-style {
  word-break: break-all;
}

.bg-lighter pre {
  color: #ffffff !important;
}

.service-category td {
  text-align: center;
  background-color: var(--primary-color);
  padding: 1rem 0;
  border-radius: 1rem;
}

table.services {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-bottom: -1rem;
  margin-top: -2rem;
}

table.services .service td {
  background-color: var(--light-gray);
  color: #000000;
  vertical-align: middle;
}

table.services .service td:first-of-type {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
  padding-left: 1.5rem;
}

table.services .service td:last-of-type {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  text-align: center;
}

table.services .service td:nth-of-type(1),
table.services th:nth-of-type(1) {
  width: 40%;
}

table.services th:nth-of-type(5) {
  text-align: center;
}

table.services .service td:nth-of-type(2),
table.services .service td:nth-of-type(3),
table.services .service td:nth-of-type(4),
table.services .service td:nth-of-type(5),
table.services th:nth-of-type(2),
table.services th:nth-of-type(3),
table.services th:nth-of-type(4),
table.services th:nth-of-type(5) {
  width: 15%;
}

.icon-details {
  font-size: 24px;
  color: #67e076;
  cursor: pointer;
}

.btn-white {
  height: 50px;
  color: #000000;
  background-color: var(--light-gray);
  width: 100%;
}

.filter-items {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.filter-items .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-items .dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary-color);
}

.g-recaptcha {
  min-height: 78px;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  margin-top: calc(65px - 1.25rem);
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
  padding-top: 70px;
  margin-top: 15px;
}

#page-content-wrapper .navbar {
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.list-group-item {
  background: var(--primary-lighter-color) !important;
  text-decoration: none !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border: 0 !important;
  transition: border-color 0.5s, opacity 0.5s;
  color: #ffffff;
  opacity: 0.7;
  border-left: 4px solid transparent !important;
}

.list-group-item div {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.5s;
}

.list-group-item.active {
  border-color: #52bb5e !important;
}

.list-group-item.active {
  opacity: 1 !important;
}

.list-group-item i {
  font-size: 1.25rem;
}

.list-group-item:hover {
  border-color: #52bb5e !important;
}
.list-group-item:hover {
  color: #ffffff !important;
  opacity: 1 !important;
}

.logo-wrapper {
  width: 13.25rem;
  margin-right: 0.875rem;
}

.logo-wrapper img {
  width: auto;
  max-width: 100%;
  max-height: 50px;
}

#menu-toggle {
  font-size: 1.75rem;
  line-height: 1.75rem;
  width: 45px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
}

#navbarContent {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #dashboard-wrapper.toggled #sidebar-wrapper {
    margin-left: -10rem;
  }
  #dashboard-wrapper.toggled .list-group-item {
    padding-left: 10rem !important;
    font-size: 1rem !important;
    border: 0 !important;
    position: relative;
  }
  #dashboard-wrapper.toggled .list-group-item.active {
    color: #52bb5e !important;
  }
  #dashboard-wrapper.toggled .list-group-item div {
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #dashboard-wrapper.toggled .list-group-item:hover:after {
    content: attr(data-title);
    display: flex;
    align-items: center;
    background: var(--primary-lighter-color);
    padding: 0 1rem;
    position: absolute;
    top: 0;
    left: 15rem;
    width: 150px;
    height: 100%;
  }
  #dashboard-wrapper.toggled .list-group-item span {
    display: none;
  }
}

@media (max-width: 768px) {
  #sidebar-wrapper {
    position: absolute;
  }
  #dashboard-wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }
  .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .secure-payment {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .secure-payment {
    top: 100%;
  }

  .payment-safe {
    margin-bottom: 4rem;
  }

  .testimonials .testimonial {
    margin-top: 2rem;
    border-radius: 0.75rem;
    margin-left: 0 !important;
  }

  .footer .h4 {
    height: auto;
  }
  .terms.nav-tabs li {
    width: 100%;
    margin: 0 !important;
  }
  .terms.nav-tabs li + li {
    margin-top: 1rem !important;
  }

  table.services .service {
    display: flex;
    flex-direction: column;
    background-color: var(--light-gray);
    border-radius: 1rem;
  }
  table.services .service + .service {
    margin-top: 1rem;
  }
  table.services .service td {
    width: 100% !important;
    text-align: left !important;
  }
  table.services thead {
    display: none;
  }
  table.services .service td:first-of-type {
    border: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding-left: 0.75rem !important;
  }
  table.services .service td:last-of-type {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  table.services .service td::before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
  }
  table.services {
    margin-top: 0 !important;
  }
}

.app-sidebar {
	width: 280px;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	background: url(../../../images/sidebar.png) var(--primary-color) no-repeat;
	background-size: cover;
	z-index: 1001;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	border-right: 1px solid var(--primary-lighter-color);
	z-index: 1029;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.app-sidebar .sidebar-header {
	overflow: hidden;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
}

.app-sidebar .sidebar-header .logo-lg {
	display: inline-block;
	height: 75px!important;
}

.app-sidebar .sidebar-header .logo-sm {
	display: none;
	height: 45px;
}

.app-sidebar .app-logo {
	width: 100%;
	text-align: center;
	position: relative;
}

.app-sidebar .sidebar-header>* {
	position: relative;
	z-index: 2;
}

.app-sidebar .sidebar-content {
	padding: 0px 0;
	overflow-x: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.app-sidebar .sidebar-content::-webkit-scrollbar {
	width: 4px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-track {
	background: transparent;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb {
	background: var(--primary-lighter-color);
	border-radius: 2px;
}

.app-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
	background: var(--primary-color);
}

.app-sidebar .sidebar-menu {
	list-style: none;
	padding: 0px 14px 0px 0px;
	margin: 50px 0;
}

.app-sidebar .sidebar-menu li {
	display: block;
	margin-bottom: 10px;
    position: relative;
}

.app-sidebar .sidebar-menu li.active>a.menu-link {
	background: var(--primary-lighter-color);
	color: #fff;
	border-right: 5px solid var(--primary-hover-color);
}

.app-sidebar .sidebar-menu li.active>a.menu-link:hover {
	background: var(--primary-lighter-color);
	transition: 0.4s all
}

.app-sidebar .sidebar-menu li a.menu-link {
	padding: 15px 18px;
	border-radius: 0 30px 30px 0;
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	line-height: 24px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.app-sidebar .sidebar-menu li a.menu-link:hover {
	background: var(--primary-hover-color);
	transition: 0.4s all
	color:black !important;
}

.app-sidebar .sidebar-menu li:not(.active) a:hover{
    color:black !important;
}

.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
	margin-right: 10px;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 20px;
	vertical-align: -4px;
}

.app-header {
	top: 0px;
	left: 280px;
	right: 0px;
	z-index: 1003;
	background: var(--primary-color);
	border-left: 1px solid var(--primary-lighter-color);
	border-bottom: 1px solid var(--primary-lighter-color);
	height: 80px;
	position: fixed;
}

.app-header .row-100 {
	height: 80px;
}

.app-header .col-100 {
	max-height: 80px !important;
}

.app-header .header-btn {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 24px;
	text-decoration: none;
}

.app-header .header-btn:hover .icon {
	background: #fff;
	color: #185BDC;
	opacity: 1;
}

.app-header .header-btn .icon {
	height: 45px;
	display: inline-block;
	width: 45px;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	vertical-align: -2px;
	border-radius: 9px;
	background: #185BDC40;
	border: 1px solid #185BDC40;
	color: #fff;
	margin-right: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	opacity: .7;
}

.app-header .header-btn .icon.logout {
	background-color: #ec3e7240;
	color: #fb3f77;
	border-color: #fb3f7740
}

.app-header .header-btn .icon.logout:hover {
	background-color: #fb3f77;
	color: #fff;
	border-color: #fb3f77
}

.dash-menu-btn {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	line-height: 37px;
	text-decoration: none;
	cursor: pointer
}

.dash-menu-btn .icon {
	height: 45px;
	display: inline-block;
	width: 45px;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	vertical-align: -2px;
	border-radius: 9px;
	background: var(--primary-color);
	border: 1px solid var(--primary-lighter-color);
	color: #fff;
	margin-right: 8px;
	-webkit-transition: .14s ease;
	transition: .14s ease;
}

.dash-menu-btn:hover .icon {
	background: var(--primary-lighter-color);
	color: var(--primary-hover-color);
	opacity: 1;
}


.close-sidebar-btn {
    position: absolute;
    top: 0;
    right: -50px;
    height: 50px;
    width: 50px;
    color: #fff;
    background: var(--primary-color);
    line-height: 50px;
    text-align: center;
    border-radius: 0 0 25px 0;
    display: none;
    cursor: pointer;
}

.g-card {
	background: var(--primary-lighter-color);
	border: none;
	border-radius: 15px
}

.g-card .g-card-body {
    padding: 15px 30px 15px 30px;
}

.g-card-header {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 0;
}

.g-divider {
  width: 100%;
  position: relative;
  height: 2px;
  background: var(--primary-color);
  clear: both;
  margin: 10px 0 0 0
}

.g-divider::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 2px;
  width: 140px;
  background: var(--primary-hover-color);
}

.g-card p {
	color: #fff
}

.app-content {
	background-color: var(--primary-color);
	padding-left: 280px;
	padding-top: 100px;
	padding-bottom: 30px;
}

.sc-badge {
	background: var(--primary-lighter-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 25px;
	padding-right: 10px;
}

.sc-badge .sc-icon {
	background: var(--primary-hover-color);
	color: #fff;
	margin: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}

.sc-badge .sc-icon.green {
	background: #25D366;
}

.sc-badge .sc-text {
	padding: 10px 14px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
}

.form-group .form-control {
	outline: none;
	background-color: var(--form-bg-color);
	border: 1px solid var(--form-border-color);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	min-height: 52px;
	overflow: hidden;
	padding: 10px 18px;
	border-radius: 15px
}

.form-group .form-control {
	outline: none;
	box-shadow: none;
}

.form-group label {
	color: #fff
}

.dropdown-menu {
	width: 100%;
	padding: 0;
	max-height: 43.6vh;
	overflow-y: scroll;
	border: none!important;border-radius: 10px
}

#serviceItem,
#categoryItem {
	white-space: inherit;
	padding: 12px;
	font-weight: 500;
	font-size: 14px;
	background: var(--form-bg-color);
	border-bottom: 1px solid var(--form-border-color);
	color: #fff;
	text-align: left;
	width: 100%;
	border-left: 1px solid var(--form-border-color);
	border-right: 1px solid var(--form-border-color);
}

#serviceItem:hover,
#categoryItem:hover {
	background: var(--primary-lighter-color)
}

#order-category,
#order-services {
	white-space: nowrap;
	text-overflow: ellipsis;
}

#order-category,
#order-services {
	width: 85%;
	overflow-x: hidden;
	position: absolute;
	line-height: 15px;
	height: 24px;
	font-size: 14px;
}

.dropdown button {
	background: var(--light-gray);
	border: 1px solid var(--light-gray);
	border-top: none!important;
	color: #081521
}

.dropdown button:hover,
.dropdown button:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-menu {
    transform: translate3d(0px, 53px, 0px)!important;
}

.dropdown .fab.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	background-clip: text;
	font-size: 14px;
	padding: 2.4px;
	border-radius: 5px;
	color: #FFF;
	font-weight: lighter;
	margin-right: 10px;
}

.dropdown .fab.fa-facebook-square {
	background: #207eff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 18px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	border-radius: 5px;
	margin-right: 10px;
}

.dropdown .fab.fa-youtube {
	background: #ff0042;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-twitter {
	background: #1da1f2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-telegram-plane {
	background: #2b9fd2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-soundcloud {
	background: #ff5836;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-spotify {
	background: #62ffa2;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-twitch {
	background: #e600ff;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-pinterest-p {
	background: #ff5858;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fa.fa-music {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-tiktok {
	background: #f8004d;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fas.fa-globe {
	background: #1a1a1a;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fas.fa-stream {
	background: #ccc;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.dropdown .fab.fa-hotjar {
	background: #ff0000;
	background-clip: text;
	-webkit-background-clip: text;
	font-size: 17px;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-right: 10px;
}

.panel-body {
	background: var(--form-bg-color);
	border: 1px solid var(--form-border-color);
	border-radius: 15px;
	padding: 10px;
	color: #fff;
	font-size: 13px
}

.cstm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
  background-color: var(--primary-color);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  justify-content: space-between
}

.cstm-nav .nav-item .nav-link {
  background: transparent !important;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 18px;
  color: #626D77;
  padding: 5px;
  position: relative;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cstm-nav .nav-item .nav-link .icon {
  width: 40px;
  height: 40px;
  background: #0F1728;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  color: #25365C;
}

.cstm-nav .nav-item .nav-link.active {
  color: #fff;
}

.cstm-nav .nav-item .nav-link.active .icon {
  background-color: var(--primary-hover-color);
  color: #000;
}

.card {
    border: none;
    border-radius: 15px;
    background: var(--primary-color);
	border-left: 2px solid var(--primary-hover-color)
}

.card.card-2 {
  margin-bottom: 24px;
}

.card.card-2 .card-header {
  margin: 15px 13px 0 23px;
  padding: 0px 0 5px 0;
  border-bottom: 1px solid var(--primary-lighter-color);
}

.card.card-2 .card-header small {
  color: #ccc
}

.card.card-2 .card-body {
  padding: 10px 23px 23px 23px;
}

.card.card-2 .card-body small {
	color: #ccc
}

.card.card-2 .c2-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: rgba(81, 89, 119, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.card.card-2 .c2-title {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-hover-color);
  margin-bottom: 0!important;
}

.card.card-2 .c2-title-1 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0!important;
}

.card.card-2 .c2-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fff
}

.update-action {
    padding: 3px 10px;
    color: #fff;
    background: #f93e66;
    border-radius: 15px;
    width: 100%;
    min-width: 150px;
    text-align: center;
}

.update-action.p-down {
	background: #3ad89e
}

.update-action.p-add {
    background: #10a76f;
}

.update-action.p-up {
	background: #ff7543
}

.update-action.p-delete {
	background: #f93e66
}

.update-action.p-min {
    background: #4a5cf6
}

.update-action.p-min-y {
    background: #8390ff
}

.update-action.p-max {
    background: #ce7bf5
}

.update-action.p-max-y {
    background: #b933f7
}

.head-box span {
	color: var(--primary-hover-color)
}

.head-box i {
	 color: yellow; 
	 font-size:18px;
	 vertical-align:1px	
}

.ulevel-c {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: transparent;
}
.ulevel-c:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--primary-lighter-color);
}
.ulevel-c:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
}

.ulevel-text {
  position: absolute;
  top: 50%;
  width: 100%;
  line-height: 1;
  margin-top: -15px;
  text-align: center;
  font-size: 32px;
  color: rgb(255, 255, 255, 0.7);
}

.ulevel-bar.bar-0:after {
  width: 0%;
}

.ulevel-c.bar-0:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #67e076 50%, #ddd 50%, #ddd);
}

.ulevel-bar.bar-25:after {
  width: 25%;
}

.ulevel-c.bar-25:after {
  background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #67e076 50%, #ddd 50%, #ddd);
}

.ulevel-bar.bar-50:after {
  width: 50%;
}

.ulevel-c.bar-50:after {
  background-image: linear-gradient(-90deg, #67e076 50%, transparent 50%, transparent), linear-gradient(270deg, #67e076 50%, #ddd 50%, #ddd);
}

.ulevel-bar.bar-75:after {
  width: 75%;
}

.ulevel-c.bar-75:after {
  background-image: linear-gradient(0deg, #67e076 50%, transparent 50%, transparent), linear-gradient(270deg, #67e076 50%, #ddd 50%, #ddd);
}

.ulevel-bar.bar-100:after {
  width: 100%;
}

.ulevel-c.bar-100:after {
  background-image: linear-gradient(90deg, #67e076 50%, transparent 50%, transparent), linear-gradient(270deg, #67e076 50%, #ddd 50%, #ddd);
}

.ulevel-t-1 {
    font-weight: 400;
    font-size: 18px;
    color: #ccc;
}

.ulevel-t-2 {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.ulevel-t-3 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
	text-align: right
}

.app-navbar {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: var(--primary-color);
	z-index: 99999;
	display: none
}

.app-navbar-link {
	-webkit-box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	box-shadow: 0 0 80px rgb(0 34 94 / 50%);
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2000
}

.app-navbar-link li.active {
	background: var(--primary-hover-color);
	transform: scale(1);
	border-radius: 0;
	position: relative;
	top: 0
}

.app-navbar-link li.active a,
.app-navbar-link li.active a i {
	color: #fff
}

.app-navbar-link li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 5px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: inset 0 3px transparent;
	box-shadow: inset 0 3px transparent;
	border-right: 1px solid var(--primary-lighter-color)
}

.app-navbar-link li:last-child {
	border-right: none
}

.app-navbar-link li a {
	text-decoration: none!important;
	outline: 0!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	color: #fff;
	font-weight: 500
}

.app-navbar-link li a i {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px
}

.app-navbar-link li span.balance {
	font-size: 16px;
	margin-bottom: 14px;
	font-weight: 600;
	color: var(--primary-hover-color)
}

.u-stats {
	position: relative;
	margin: 40px 0;
}

.u-stats>.row {
	margin-left: -8px;
	margin-right: -8px;
}

.u-stats>.row>div {
	padding-left: 8px;
	padding-right: 8px;
}

.u-stats .us-item {
	border-radius: 18px;
	color: #fff;
	padding: 25px 40px 25px 30px;
	position: relative;
}

.u-stats .us-item::before {
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	background-image: url(../../../images/main-dot.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
	opacity: .3;
}

.u-stats .us-item.us-item-a {
	border-bottom: 3px solid #71B945
}

.u-stats .us-item.us-item-b {
	border-bottom: 3px solid #544DFC
}

.u-stats .us-item.us-item-c {
	border-bottom: 3px solid #FF8A4D
}

.u-stats .us-item.us-item-d {
	border-bottom: 3px solid #EE3E52
}

.u-stats .us-item:hover .us-item--icon {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.u-stats .us-item .us-item--icon {
	height: 80px;
	width: 80px;
	line-height: 77px;
	text-align: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.u-stats .us-item .us-item--icon .us-item--icon-img {
	width: auto;
	height: 60%;
}

.u-stats .us-item .ui-title {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}

.u-stats .us-item .ui-text {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
}

.tablepen {
	margin: 0 0 10px;
	width: 100%;
	display: table;
	border: none;
	border-radius: 0 0 3px 3px;
	border-top: none
}

@media screen and (max-width:991.98px) {
	.tablepen {
		display: block
	}
}

@media screen and (max-width:400px) {
.header-btn{
    
    margin-top:-15px;   
}

}
.tablepen .sira {
	display: table-row;
	background: var(--form-bg-color);
    color: #fff;
}

.tablepen .sira:nth-of-type(odd) {
	background: var(--primary-lighter-color);
	color: #fff
}

.tablepen .sira.headers {
	font-weight: 600;
	color: #000;
	background: var(--primary-hover-color)
}

.tablepen .sira.green {
	background: #27ae60
}

.tablepen .sira.blue {
	background: #2980b9
}

.table-m-header {
	display: none
}

@media screen and (max-width:991.98px) {
	.table-m-header {
		display: block;
		text-align: center;
		padding-top: 7px
	}
	.tablepen .sira {
		padding: 0 0 5px;
		display: block
	}
	.tablepen .sira.headers {
		height: 35px
	}
	.tablepen .sira.headers .hucre {
		display: none
	}
	.tablepen .sira .hucre {
		margin-bottom: 10px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
	}
	.tablepen .sira .hucre:before {
		margin-bottom: 3px;
		content: attr(data-title);
		min-width: 98px;
		font-size: 10px;
		line-height: 10px;
		font-weight: 700;
		text-transform: uppercase;
		color: #969696;
		display: block;
		margin-top: 15px
	}
}

.tablepen .hucre {
	padding: 6px 12px;
	display: table-cell;
	border-top: 1px solid var(--form-border-color);
	font-size: 12px;

}

.hucre:nth-child(1) {
	border-left: none !important;
}

.border-text,
.repw {
	display: block
}

.orderNav li a {
	background-color: var(--primary-lighter-color);
	color: #fff;
	padding: 12px 15px;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 16px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	text-decoration: none
}

.orderNav li a.active,
.orderNav li a:hover {
	background: var(--primary-hover-color);
	color: #000
}

.orderNav li:last-child {
	margin-left: auto;
}

.dfb-search {
	background-color: var(--primary-lighter-color);
	color: #fff;
	font-size: 11px;
	border: none;
	outline: none;
	border-radius: 16px;
	cursor: pointer;
	-webkit-transition: .15s ease;
	transition: .15s ease;
	min-height: 40px;
	position: relative;
	overflow: hidden;
}

.dfb-search .dfb-input {
	width: calc(100% - 40px);
	background: transparent;
	border: none;
	outline: none;
	height: 40px;
	color: #202020;
	padding: 0 14px;
	min-width: 250px
}

.dfb-search i {
	color: #000
}

.dfb-search .dfb-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	background: var(--primary-hover-color);
	color: #000;
}

.card .card-header span, .card .card-header a {
    font-size: 13px;
}

.card .card-header span {
    color: #fff
}

.card .card-header a {
	color: var(--primary-hover-color)
}

.card.mb-3 {
	border-top: 1px solid var(--form-border-color);
	border-bottom: 1px solid var(--form-border-color);
	border-right: 1px solid var(--form-border-color);
}

.btn-xs {
	color: #fff!important;
	font-size: 11px;
	padding: 5px
}


@media screen and (max-width:991.98px) {
	.tablepen .hucre {
		padding: 2px 16px;
		display: block
	}
}

@media (max-width: 767.98px) {
	.app-sidebar {
		left: -100px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
		left: 0px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 10px 0px;
		text-align: center;
	}
	

	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 0px !important;
	}
	.app-header {
		left: 0px !important;
	}
	.orderNav {
		padding: 15px
	}
	.orderNav li {
		width: 49%;
		margin: 0 1%;
		margin-right: auto!important
	}
}

@media (max-width: 1199.98px) {
	.app-sidebar {
		width: 80px;
	}
	.app-sidebar.sidebar-inact {
		width: 280px;
	}
	.app-sidebar.sidebar-inact .close-sidebar-btn {
		display: block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 18px;
		text-align: left;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 24px;
		height: 24px;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: inline-block;
	}
	.app-sidebar .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar .sidebar-menu li a.menu-link {
		padding: 10px 0px;
		text-align: center;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar .sidebar-menu li a.menu-link .menu-text {
		display: none;
	}
	.app-content {
		padding-left: 80px;
	}
	.app-header {
		left: 80px;
	}
	.g-card .g-card-body {
		padding: 15px
	}
	.app-navbar {
		display: block
	}
}

@media (min-width: 1199.98px) {
	.app-sidebar.sidebar-inact {
		width: 80px;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-lg {
		display: none;
	}
	.app-sidebar.sidebar-inact .sidebar-header .logo-sm {
		display: inline-block;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link {
		padding: 13px 0px;
		text-align: center;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-icon {
		width: 100%;
	}
	.app-sidebar.sidebar-inact .sidebar-menu li a.menu-link .menu-text {
		display: none
	}
	.app-content.sidebar-inact {
		padding-left: 80px;
	}
	.app-header.sidebar-inact {
		left: 80px;
	}
}

small.help-block.min-max {
    color: yellow;
    padding: 10px 5px;
    border: 1px dashed yellow;
    margin-bottom: 15px;
    border-radius: 5px;
}
.help-block {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px!important;
}
.ticket-title {
    color: #007bff;
    padding: 10px;
    border: 1px dashed #007bff;
    display: inline-block;
    border-radius: 5px;
}


.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 165px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    color: #fff;
    background-color: #2f353a!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}








#dc-body .checkbox label {
  color: white;
}
.alert-success, .g-card, .form-control, 
.dropdown-menu, .form-group, .checkbox {
  direction: rtl;
  text-align: right;
}
.dropdown-menu {
  left: auto !important;
  right: 0;
  text-align: right;
}
.float-right {
  float: left !important;
}
.text-left {
  text-align: right !important;
}
.dropdown-item {
  text-align: right;
  padding-right: 15px;
}
#category-drop, #orders-drop {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}

/* تنسيقات عرض الفئات والخدمات بشكل عمودي */
.categories-section, .services-section {
  margin-bottom: 20px;
}

/* حاوية الفئات */
.categories-container {
  background: #25282b;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* زر الفئة - مستطيل كامل */
.category-btn {
  padding: 25px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  background: #2f3438;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  color: #ffffff;
  font-weight: 500;
  text-align: right;
  width: 100%;
  min-width: auto;
  border: 1px solid #3a4045;
  direction: rtl;
  min-height: 80px;
}

.category-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  border-color: #f0b500;
  background: #3a4045;
}

.category-btn.active {
  transform: translateX(5px);
  background: linear-gradient(135deg, #2f3438 0%, #1a1d21 100%);
  box-shadow: 0 8px 20px rgba(240, 181, 0, 0.3);
  border: 2px solid #f0b500;
  background: #3a4045;
}

/* أيقونة الفئة */
.category-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #3a4045;
  border: 2px solid #f0b500;
  margin-left: 15px;
}

.category-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.category-icon i {
  font-size: 30px;
  color: #f0b500;
}

.category-btn.active .category-icon {
  background: #f0b500;
  border-color: #ffcc00;
}

.category-btn.active .category-icon i {
  color: #000;
}

.category-name {
  font-size: 20px;
  font-weight: 600;
  flex-grow: 1;
  text-align: right;
  margin-left: 15px;
  margin-right: 0;
}

.category-arrow {
  font-size: 22px;
  color: #b0b0b0;
  transition: all 0.3s;
  min-width: 30px;
  text-align: center;
}

.category-btn:hover .category-arrow,
.category-btn.active .category-arrow {
  color: #f0b500;
  transform: translateX(3px);
}

/* حاوية الخدمات */
.services-container {
  background: #25282b;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 15px;
  direction: rtl;
}

/* زر الخدمة - بنفس حجم الفئة وبدون أيقونة */
.service-item {
  padding: 25px;
  background: #2f3438;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #3a4045;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: right;
  direction: rtl;
  min-height: 80px;
}

.service-item:hover {
  transform: translateX(3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  border-color: #f0b500;
  background: #3a4045;
}

.service-item.active {
  transform: translateX(3px);
  border-color: #f0b500;
  background: #3a4045;
  border-width: 2px;
}

/* محتوى الخدمة - بدون أيقونة */
.service-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.service-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.service-name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
  flex-grow: 1;
}

.service-price {
  font-size: 18px;
  color: #f0b500;
  font-weight: bold;
  white-space: nowrap;
  text-align: left;
  min-width: 120px;
}

.service-details {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 20px;
}

.service-range {
  font-size: 15px;
  color: #b0b0b0;
  text-align: right;
}

.service-description {
  font-size: 15px;
  color: #b0b0b0;
  line-height: 1.6;
  padding-top: 10px;
  border-top: 1px solid #3a4045;
  margin-top: 8px;
  text-align: right;
}

.services-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3a4045;
}

.services-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}

.back-to-categories {
  background: #f0b500;
  color: #000;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.back-to-categories:hover {
  background: #ffcc00;
  transform: translateY(-2px);
}

/* تنسيقات تفاصيل الخدمة */
.service-details-section {
  display: none;
  margin-bottom: 20px;
}

.service-details-container {
  background: #25282b;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  direction: rtl;
  text-align: right;
}

.details-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3a4045;
}

.details-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}

.back-to-services {
  background: #3a4045;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.back-to-services:hover {
  background: #4a5055;
  transform: translateY(-2px);
}

.detail-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3a4045;
  text-align: right;
}

.detail-label {
  font-size: 16px;
  color: #b0b0b0;
  margin-bottom: 8px;
  text-align: right;
}

.detail-value {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-align: right;
  width: 100%;
}

.form-group-custom {
  margin-bottom: 20px;
  text-align: right;
}

.form-label {
  display: block;
  font-size: 16px;
  color: #b0b0b0;
  margin-bottom: 8px;
  text-align: right;
}

.form-input {
  background: #2f3438;
  border: 1px solid #3a4045;
  color: #ffffff;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  text-align: right;
  direction: rtl;
  width: 100%;
}

.form-input::placeholder {
  text-align: right;
  direction: rtl;
}

.form-input:focus {
  outline: none;
  border-color: #f0b500;
}

.price-summary {
  background: #2f3438;
  padding: 25px;
  border-radius: 10px;
  margin-top: 20px;
  text-align: right;
}

.price-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 12px;
}

.price-label {
  color: #b0b0b0;
  text-align: right;
  font-size: 16px;
}

.price-value {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
}

.total-price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #3a4045;
  font-size: 20px;
}

.total-label {
  color: #f0b500;
  font-weight: 600;
  text-align: right;
}

.total-value {
  color: #f0b500;
  font-weight: 700;
  font-size: 22px;
  text-align: left;
}

/* تنسيقات الإشعارات المعدلة */
.order-success-simple {
  background: #25282b;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 2px solid #28a745;
  text-align: center;
  animation: slideIn 0.5s ease-out;
  transition: all 0.3s ease;
  direction: rtl;
}

.success-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.success-title {
  color: #28a745;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}

.success-title i {
  font-size: 20px;
}

.success-close {
  background: none;
  border: none;
  color: #b0b0b0;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.success-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.success-message {
  color: #fff;
  font-size: 16px;
  margin: 0;
  text-align: right;
  padding: 0;
}

/* إخفاء الإشعارات القديمة */
.alert-success,
.alert-danger {
  display: none !important;
}

/* تأثيرات الرسوم المتحركة */
@keyframes slideIn {
  from {
      opacity: 0;
      transform: translateY(-20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.alert-dismissible {
  position: relative;
  padding-right: 4rem;
  direction: rtl;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  cursor: pointer;
}

.alert-dismissible .close:hover {
  opacity: .75;
}

/* Responsive Design */
@media (max-width: 768px) {
  .category-btn,
  .service-item {
      padding: 20px;
      min-height: 70px;
  }
  
  .category-icon {
      width: 50px;
      height: 50px;
  }
  
  .category-icon img {
      width: 30px;
      height: 30px;
  }
  
  .category-icon i {
      font-size: 24px;
  }
  
  .category-name,
  .service-name {
      font-size: 18px;
  }
  
  .services-title,
  .details-title {
      font-size: 20px;
  }
  
  .service-price {
      font-size: 16px;
  }
  
  .service-range,
  .service-description {
      font-size: 14px;
  }
  
  .back-to-categories,
  .back-to-services {
      padding: 10px 20px;
      font-size: 14px;
  }
  
  .detail-label,
  .detail-value,
  .form-label,
  .form-input {
      font-size: 15px;
  }
  
  .price-label,
  .price-value {
      font-size: 15px;
  }
  
  .total-price {
      font-size: 18px;
  }
  
  .total-value {
      font-size: 20px;
  }
}

@media (max-width: 576px) {
  .category-btn,
  .service-item {
      padding: 15px;
      min-height: 60px;
  }
  
  .category-icon {
      width: 40px;
      height: 40px;
  }
  
  .category-icon img {
      width: 24px;
      height: 24px;
  }
  
  .category-icon i {
      font-size: 20px;
  }
  
  .category-name,
  .service-name {
      font-size: 16px;
  }
  
  .services-title,
  .details-title {
      font-size: 18px;
  }
  
  .service-price {
      font-size: 14px;
      min-width: 100px;
  }
  
  .service-range,
  .service-description {
      font-size: 13px;
  }
  
  .back-to-categories,
  .back-to-services {
      padding: 8px 16px;
      font-size: 13px;
  }
  
  .service-header {
      flex-direction: column;
      align-items: flex-end;
      gap: 8px;
  }
  
  .service-price {
      text-align: right;
  }
  
  .service-details {
      flex-direction: column;
      gap: 5px;
      align-items: flex-end;
  }
  
  .detail-label,
  .detail-value,
  .form-label,
  .form-input {
      font-size: 14px;
  }
  
  .price-label,
  .price-value {
      font-size: 14px;
  }
  
  .total-price {
      font-size: 16px;
  }
  
  .total-value {
      font-size: 18px;
  }
}







/* CSS المدمج للعناصر العامة */
:root {
    --primary-color: #1a1b20;
    --primary-lighter-color: #292a2f;
    --primary-hover-color: yellow;
   
    --form-bg-color: #1C1C1E;
    --form-border-color: rgba(255, 255, 255, 0.12);
    --light-gray: #BEBEBE;
    --dark-bg: #25282b;
    --medium-bg: #2f3438;
    --border-color: #3a4045;
    --accent-color: #f0b500;
    --success-color: #28a745;
}

/* العناصر العامة */
body {
    font-family: var(--primary-font-family), system-ui !important;
    background: var(--primary-color);
    color: white;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:target {
    background: var(--primary-hover-color) !important;
    color: black !important;
    border: none !important;
}

.text-muted {
    color: #ffffff !important;
    opacity: 0.7 !important;
}

.app-content {
    background-color: var(--primary-color);
    padding-left: 280px;
    padding-top: 100px;
    padding-bottom: 30px;
    min-height: 100vh;
}

@media (max-width: 1199.98px) {
    .app-content {
        padding-left: 80px;
    }
}

@media (max-width: 767.98px) {
    .app-content {
        padding-left: 0px !important;
        padding-top: 80px;
    }
}

/* تنسيقات القائمة الجانبية */
.app-sidebar-new {
    width: 280px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-lighter-color) 100%);
    color: white;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: -2px 0 15px rgba(0, 0, 0, 0.5);
    direction: rtl;
    font-family: var(--primary-font-family), system-ui;
}

.sidebar-header-new {
    padding: 30px 20px 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

.app-logo-new {
    margin-bottom: 25px;
}

.app-logo-new img {
    max-width: 200px;
    height: auto;
}

.user-info-section-new {
    padding: 25px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-name-new {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-right: 10px;
}

.user-name-new i {
    margin-left: 12px;
    color: var(--accent-color);
    font-size: 20px;
}

.balance-section-new {
    background: rgba(255, 255, 255, 0.05);
    padding: 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.balance-label-new {
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

.balance-content-new {
    display: flex;
    align-items: center;
}

.balance-amount-new {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent-color);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.sidebar-menu-new {
    list-style: none;
    padding: 25px 0;
    margin: 0;
}

.sidebar-menu-new li {
    margin-bottom: 0;
}

.menu-link-new {
    display: block;
    padding: 20px 25px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    text-align: right;
    border: none;
    background: none;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.menu-link-new:last-child {
    border-bottom: none;
}

.menu-link-new:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding-right: 30px;
}

.menu-link-new.active {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    font-weight: 600;
    padding-right: 30px;
    border-right: 3px solid var(--accent-color);
}

.menu-text-new {
    display: block;
    font-size: 17px;
    font-weight: inherit;
}

/* زر تسجيل الخروج */
.logout-item-new .menu-link-new {
    color: #ff6b6b;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding-top: 20px;
}

.logout-item-new .menu-link-new:hover {
    background: rgba(255, 107, 107, 0.15);
    color: #ff8e8e;
}

/* زر القائمة للموبايل */
.mobile-menu-btn {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1001;
    background: var(--primary-color);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ظلام الخلفية عند فتح القائمة في الموبايل */
.sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}

/* تصميم اللوحة */
.script-text {
    font-family: var(--primary-font-family), system-ui;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin: 5px 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .app-sidebar-new {
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    
    .app-sidebar-new.active {
        transform: translateX(0);
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .sidebar-overlay.active {
        display: block;
    }
}


.service-item {
    margin-bottom: 8px; /* بدلاً من 15px */
}





/* أيقونات الخدمات حسب الفئة */
.service-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* أيقونات الفئات المختلفة */
.service-icon[data-category*="انستكرام"] {
    background-image: url('https://storage.perfectcdn.com/omxgjl/ifmgrahmtrwsnx59.gif');
}

.service-icon[data-category*="تيليغرام"],
.service-icon[data-category*="تليكرام"] {
    background-image: url('https://storage.perfectcdn.com/omxgjl/wmcpdtddujobi83t.gif');
}

.service-icon[data-category*="تيك توك"] {
    background-image: url('https://storage.perfectcdn.com/omxgjl/4a2x3tp8gyc3c09i.gif');
}

.service-icon[data-category*="فيسبوك"] {
    background-image: url('https://storage.perfectcdn.com/omxgjl/9hx792tg452gepym.gif');
}

.service-icon[data-category*="واتساب"] {
    background-image: url('https://storage.perfectcdn.com/omxgjl/9hx792tg452gepym.gif');
}

.service-icon[data-category*="عراقيين"] {
    background-image: url('https://perfectfollow.app/data/img/iraq_flag_logo.png');
}

/* أيقونات Font Awesome للفئات الأخرى */
.service-icon[data-category*="مشاهدات"],
.service-icon[data-category*="زيارات"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="مشاهدات"]::before,
.service-icon[data-category*="زيارات"]::before {
    content: "\f06e";
}

.service-icon[data-category*="لايكات"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="لايكات"]::before {
    content: "\f164";
}

.service-icon[data-category*="تعليقات"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="تعليقات"]::before {
    content: "\f075";
}

.service-icon[data-category*="متابعين"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="متابعين"]::before {
    content: "\f234";
}

.service-icon[data-category*="مشاركات"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="مشاركات"]::before {
    content: "\f1e0";
}

.service-icon[data-category*="تحميل"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="تحميل"]::before {
    content: "\f019";
}

.service-icon[data-category*="استماع"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="استماع"]::before {
    content: "\f001";
}

.service-icon[data-category*="تفاعل"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="تفاعل"]::before {
    content: "\f06d";
}

.service-icon[data-category*="اشتراك"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="اشتراك"]::before {
    content: "\f0f3";
}

.service-icon[data-category*="فيديو"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="فيديو"]::before {
    content: "\f03d";
}

.service-icon[data-category*="صور"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="صور"]::before {
    content: "\f03e";
}

.service-icon[data-category*="صوت"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="صوت"]::before {
    content: "\f130";
}

.service-icon[data-category*="نص"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="نص"]::before {
    content: "\f031";
}

.service-icon[data-category*="بث"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="بث"]::before {
    content: "\f1de";
}

.service-icon[data-category*="أمان"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="أمان"]::before {
    content: "\f3ed";
}

.service-icon[data-category*="حماية"] {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon[data-category*="حماية"]::before {
    content: "\f023";
}

/* أيقونة افتراضية */
.service-icon:not([data-category*="انستكرام"]):not([data-category*="تيليغرام"]):not([data-category*="تيك توك"]):not([data-category*="فيسبوك"]):not([data-category*="واتساب"]):not([data-category*="عراقيين"]):not([data-category*="مشاهدات"]):not([data-category*="لايكات"]):not([data-category*="تعليقات"]):not([data-category*="متابعين"]):not([data-category*="مشاركات"]):not([data-category*="تحميل"]):not([data-category*="استماع"]):not([data-category*="تفاعل"]):not([data-category*="اشتراك"]):not([data-category*="فيديو"]):not([data-category*="صور"]):not([data-category*="صوت"]):not([data-category*="نص"]):not([data-category*="بث"]):not([data-category*="أمان"]):not([data-category*="حماية"]) {
    background: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #4e73df;
}

.service-icon:not([data-category*="انستكرام"]):not([data-category*="تيليغرام"]):not([data-category*="تيك توك"]):not([data-category*="فيسبوك"]):not([data-category*="واتساب"]):not([data-category*="عراقيين"]):not([data-category*="مشاهدات"]):not([data-category*="لايكات"]):not([data-category*="تعليقات"]):not([data-category*="متابعين"]):not([data-category*="مشاركات"]):not([data-category*="تحميل"]):not([data-category*="استماع"]):not([data-category*="تفاعل"]):not([data-category*="اشتراك"]):not([data-category*="فيديو"]):not([data-category*="صور"]):not([data-category*="صوت"]):not([data-category*="نص"]):not([data-category*="بث"]):not([data-category*="أمان"]):not([data-category*="حماية"])::before {
    content: "\f5fd";
}

/* تحسين عرض اسم الخدمة مع الأيقونة */
.service-name-with-icon {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.service-name-text {
    margin-right: 5px;
}

/* مسافة بين الخدمات */
.service-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.service-item.active {
    border-color: #4e73df;
    background: rgba(78, 115, 223, 0.1);
}

.service-content {
    padding: 20px;
    cursor: pointer;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.service-price {
    font-size: 14px;
    color: #4e73df;
    font-weight: 200;
    background: rgba(78, 115, 223, 0.1);
    padding: 2px 5px;
    border-radius: 10px;
}

.service-range {
    font-size: 13px;
    color: #b0b0b0;
    text-align: right;
}





/* الحاوية الرئيسية - حجم مضغوط */
.orders-container-match {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

/* بطاقة الطلب - حجم أصغر */
.order-card-match {
    background: #ffffff;
    border: 1px solid #d1d9e6;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
}

/* كل صف من البطاقة - حجم مضغوط */
.order-row-match {
    padding: 6px 0;
    border-bottom: 1px dashed #e0e6f0;
    margin-bottom: 4px;
}

.order-row-match:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* حاوية المعلومات الأفقية - حجم أصغر */
.horizontal-info-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #f8f9fa;
    border: 1px solid #e0e6f0;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.horizontal-info-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border-right: 1px solid #e0e6f0;
    min-height: 50px;
}

.horizontal-info-item:last-child {
    border-right: none;
}

.horizontal-label {
    font-size: 10px;
    color: #5a6c7d;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
}

.horizontal-value {
    font-size: 11px;
    color: #2c3e50;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* رقم الطلب الأفقي - حجم أصغر */
.order-number-horizontal {
    background: #ffffff;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #e0e6f0;
    margin-left: 3px;
    font-weight: bold;
    color: #2c3e50;
    font-size: 11px;
}

.copy-btn-horizontal {
    background: none;
    border: none;
    color: #5a6c7d;
    cursor: pointer;
    margin-right: 3px;
    padding: 1px 4px;
    font-size: 10px;
    border-radius: 2px;
    transition: all 0.2s ease;
}

.copy-btn-horizontal:hover {
    background: #e9ecef;
    color: #007bff;
}

/* الحالات الأفقية - حجم أصغر */
.status-horizontal {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.status-completed-horizontal {
    background: #e7f6e9;
    color: #28a745;
    border: 1px solid #b8e0bd;
}

.status-inprogress-horizontal {
    background: #fff3e0;
    color: #ff870b;
    border: 1px solid #ffd9a6;
}

.status-pending-horizontal {
    background: #fff9e6;
    color: #b38b00;
    border: 1px solid #ffdf80;
}

.status-partial-horizontal {
    background: #e3f2fd;
    color: #11698e;
    border: 1px solid #90caf9;
}

.status-processing-horizontal {
    background: #e0f2f1;
    color: #00796b;
    border: 1px solid #80cbc4;
}

.status-canceled-horizontal {
    background: #ffebee;
    color: #ec4646;
    border: 1px solid #ffcdd2;
}

/* سعر الطلب الأفقي - حجم أصغر */
.price-horizontal {
    color: #28a745;
    font-weight: bold;
    font-size: 12px;
    background: #ffffff;
    padding: 2px 8px;
    border-radius: 3px;
    border: 1px solid #c3e6cb;
}

/* الصف الثاني والثالث - حجم مضغوط */
.second-row-match, .third-row-match {
    padding: 6px 0;
}

.service-name-match, .order-link-match {
    width: 100%;
}

.field-label-match {
    font-size: 10px;
    color: #5a6c7d;
    margin-bottom: 2px;
    display: block;
    font-weight: 500;
}

.field-value-match {
    font-size: 11px;
    color: #2c3e50;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.service-text {
    color: #2c3e50;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
}

.link-text {
    color: #0066cc;
    text-decoration: none;
    font-size: 10px;
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link-text:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* الصف الرابع: الكميات فقط - حجم أصغر */
.fourth-row-match {
    padding: 10px 0;
}

/* حاوية الكميات الأفقية - حجم أصغر */
.horizontal-quantities-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background: #f8f9fa;
    border: 1px solid #e0e6f0;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
}

.quantity-item-horizontal {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    border-right: 1px solid #e0e6f0;
    min-height: 60px;
}

.quantity-item-horizontal:last-child {
    border-right: none;
}

.quantity-label-horizontal {
    font-size: 10px;
    color: #5a6c7d;
    font-weight: 600;
    margin-bottom: 4px;
    text-align: center;
    line-height: 1.2;
}

.quantity-value-horizontal {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
}

/* الصف الخامس: التاريخ والأزرار - حجم أصغر */
.fifth-row-match {
    padding-top: 6px;
}

.date-action-row-match {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-section-match {
    display: flex;
    align-items: center;
    gap: 6px;
}

.date-section-match .field-label-match {
    margin-bottom: 0;
}

.date-value-match {
    color: #5a6c7d;
    font-size: 10px;
    font-weight: 500;
}

.action-buttons-match {
    display: flex;
    gap: 6px;
    align-items: center;
}

.action-buttons-match .btn {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.cancel-order-btn {
    border-color: #dc3545;
    color: #dc3545;
}

.cancel-order-btn:hover {
    background-color: #dc3545;
    color: white;
}

.refill-order-btn {
    border-color: #17a2b8;
    color: #17a2b8;
}

.refill-order-btn:hover {
    background-color: #17a2b8;
    color: white;
}

/* رسالة لا توجد طلبات */
.empty-orders {
    background: #f8f9fa;
    border: 1px dashed #d1d9e6;
    border-radius: 8px;
    padding: 40px 20px;
}

.empty-orders i {
    opacity: 0.7;
}

.empty-orders .h5 {
    font-weight: 600;
}

.empty-orders .text-muted {
    font-size: 13px;
    margin-top: 5px;
}

/* التعديل للشاشات الصغيرة */
@media (max-width: 768px) {
    .orders-container-match {
        gap: 8px;
    }
    
    .order-card-match {
        padding: 8px;
        font-size: 11px;
    }
    
    .horizontal-info-container,
    .horizontal-quantities-container {
        flex-direction: column;
    }
    
    .horizontal-info-item,
    .quantity-item-horizontal {
        border-right: none;
        border-bottom: 1px solid #e0e6f0;
        min-height: 45px;
        padding: 6px;
    }
    
    .horizontal-info-item:last-child,
    .quantity-item-horizontal:last-child {
        border-bottom: none;
    }
    
    .horizontal-label,
    .quantity-label-horizontal {
        font-size: 9px;
        margin-bottom: 3px;
    }
    
    .horizontal-value {
        font-size: 10px;
    }
    
    .price-horizontal {
        font-size: 11px;
    }
    
    .quantity-value-horizontal {
        font-size: 14px;
    }
    
    .order-row-match {
        padding: 4px 0;
    }
    
    .status-horizontal {
        font-size: 9px;
        padding: 2px 6px;
    }
    
    .link-text {
        font-size: 9px;
    }
    
    .service-text {
        font-size: 10px;
    }
    
    .date-action-row-match {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .action-buttons-match {
        width: 100%;
        justify-content: flex-start;
        margin-top: 5px;
    }
}

@media (max-width: 576px) {
    .orders-btn .nav-pills {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .orders-btn .nav-pills li {
        margin: 1px;
    }
    
    .orders-btn .nav-pills li a {
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .order-number-horizontal {
        font-size: 10px;
    }
    
    .quantity-value-horizontal {
        font-size: 12px;
    }
    
    .date-value-match {
        font-size: 9px;
    }
    
    .action-buttons-match .btn {
        font-size: 9px;
        padding: 2px 6px;
    }
}











.service-description-container {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    display: none;
}


</style>