/* 
    Theme Name: SMMLive 
    Author :  Md Yunus
    Designed By : Fexpink Limited
    Email: yunus.a.polash@gmail.com
    Phone: +8801303260848 (whatsapp)
    telegram: @coder_yunus
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary-color: #20bcf4;
  --primary-deep: #09aae3;
  --primary-gradient: linear-gradient(to bottom, #20bcf4, #09aae3);
  --titile-black: #0a2753;
  --font-Poppins: "Poppins", sans-serif;
  --para-black: #acacac;
  --para-black-2: #676767;
  --white: #ffffff;
  --secondary: #fb135d;
  --black: #232323;
  --footer-bg: #001324;
}

body {
  font-family: var(--font-Poppins);
  font-size: 16px;
  line-height: 1.3;
  background: #fcfcfc;
}

body.dashboard {
  background: #f8fcff;
}

.hidden {
  display: none;
}

.form-group {
  margin-bottom: 10px;
}

main {
  min-height: 700px;
}

header.fixed-top.navbar-top-bg {
  background: #ffffffb7;
  backdrop-filter: blur(10px);
}

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

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

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

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

.text-primary {
  color: var(--primary-color) !important;
}
a,
a.link {
  color: var(--primary-color) !important;
  text-decoration: none;
}

.btn-primary {
  font-family: var(--font-Poppins);
  font-weight: 700;
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white) !important;
  padding: 10px 35px;
  font-size: 18px;
  border-radius: 5px;
  box-shadow: 0 3px 15px #20bbf459;
  transition: 0.5s;
}
.btn-primary.signinBtn {
  width: 100%;
}

.btn-primary:hover {
  background: var(--primary-deep);
  border-color: var(--primary-deep);
  transform: scale(1.01);
}
.nav-item {
  padding: 5px 5px;
  display: flex;
  align-items: center;
}
.nav-link {
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: 700;
  color: var(--titile-black) !important;
}

.nav-link.active {
  color: var(--primary-color) !important;
}
.nav-item.register_btn_nav .nav-link {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  color: var(--white) !important;
  padding: 8px 15px;
}

.nav-item.register_btn_nav .nav-link .icon {
  font-size: 20px;
  position: relative;
  top: 2px;
}
/* Hero Section */
#hero_wrap {
  background: url(https://cdn.fexpink.com/smmlive/images/hero-banner-bg.webp);
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_text h4 {
  font-family: var(--font-Poppins);
  font-weight: 600;
  color: var(--titile-black);
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 5px;
}

.banner_text h1 {
  font-family: var(--font-Poppins);
  color: var(--titile-black);
  font-weight: 800;
  font-size: 62px;
  line-height: 120%;
  margin-bottom: 5px;
}

.banner_text p {
  font-family: var(--font-Poppins);
  color: var(--para-black-2);
  line-height: 150%;
  width: 80%;
  margin-bottom: 5px;
}

.banner_login {
  width: 80%;
}

.login_group {
  position: relative;
  margin-bottom: 10px;
}

.login_group .icon {
  position: absolute;
  font-size: 30px;
  left: 10px;
  top: 9px;
  color: var(--primary-color);
}

.login_group .login_control {
  background: var(--white);
  border: 1px solid #f0f0f0;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  border-radius: 8px;
  box-shadow: none !important;
}

.login_group .login_control:focus {
  border-color: var(--primary-color);
}

.login_group .eyeButton button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 25px;
  padding: 0;
  background: transparent;
  border: none;
  color: var(--para-black-2);
}

.form_flex_wrap {
  display: flex;
  justify-content: space-between;
  padding: 8px 0px;
}

.signin_btm_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-content: center;
}

.signin_btm_wrap p {
  color: var(--para-black-2);
  margin: 0;
}

/* Counter */
#counter {
  padding: 70px 0px;
  background: var(--white);
}

#counter .counter_item_wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
#counter .counter_item_wrap.counter-1::before,
#counter .counter_item_wrap.counter-2::before,
#counter .counter_item_wrap.counter-3::before,
#counter .counter_item_wrap.counter-4::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  filter: blur(20px);
  left: calc(50% - 20px);
  top: 8px;
  z-index: 1;
  background: var(--primary-color);
  opacity: 0.5;
}

#counter .counter_item_wrap .counter_icon {
  z-index: 2;
}

#counter .counter_item_wrap .counter_text h3 {
  font-family: var(--font-Poppins);
  font-size: 25px;
  font-weight: bold;
  color: var(--titile-black);
  margin-bottom: 2px;
}

#counter .counter_item_wrap .counter_text p {
  font-family: var(--font-Poppins);
  color: var(--titile-black);
  font-size: 18px;
  font-weight: normal;
}

#def_section {
  padding: 100px 0px;
}

.def_cotnent h4 {
  font-family: var(--font-Poppins);
  font-size: 22px;
  color: var(--titile-black);
  font-weight: 600;
  margin-bottom: 5px;
}

.def_cotnent h2 {
  font-family: var(--font-Poppins);
  font-weight: 700;
  font-size: 49px;
  color: var(--titile-black);
  margin-bottom: 10px;
  line-height: 120%;
}

.def_cotnent p {
  font-size: 16px;
  font-family: var(--font-Poppins);
  color: var(--para-black-2);
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}

/* Our services section */
#our_services {
  padding: 100px 0px;
}

.our_service_top {
  margin-bottom: 30px;
}

.our_service_top p {
  width: 80%;
  margin: 0 auto;
}
.service_tabs_wrap .nav {
  width: 80%;
  justify-content: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.service_tabs_wrap .nav .nav-item button {
  display: flex;
  background: #b4b4b42f;
  align-items: center;
  padding: 8px 15px;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid #b4b4b45b;
}

.service_tabs_wrap .nav .nav-item button.active {
  background: #20bcf430;
  border-color: var(--primary-color);
  color: var(--titile-black) !important;
}

.service_tabs_wrap .nav .nav-item button .text_name {
  font-size: 16px;
  font-weight: bold;
  color: var(--titile-black);
  padding: 0;
  margin: 0;
}

.social_media_detals_card {
  position: relative;
  background: var(--white);
  border-radius: 15px;
  padding: 20px 15px;
  padding-bottom: 20px;
  overflow: hidden;
}

.social_media_detals_card .card_bg_effect {
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -50px;
  right: -40px;
  transform: rotate(-30deg);
  z-index: 0;
}
.social_media_detals_card {
  border-color: rgb(211, 211, 211);
  min-height: 100%;
  box-shadow: 0 0 10px #ececec;
}

.social_media_detals_card .card-body h3 {
  font-family: var(--font-Poppins);
  font-weight: bold;
  font-size: 24px;
  color: var(--titile-black);
  margin-bottom: 10px;
}

.social_media_detals_card .card-body p {
  font-family: var(--font-Poppins);
  font-size: 14px;
}

.social_media_detals_card .card-body .btn-sm {
  padding: 5px 15px;
  font-size: 16px;
}

.social_media_detals_card .card_bg_effect::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: -1;
  bottom: 0px;
  right: 0px;
  filter: blur(50px);
}

.social_media_detals_card .card_bg_effect.fb_bg_effect::before {
  background: #0096ff;
}

.service_item_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service_item_wrap .services__item {
  background: var(--white);
  padding: 15px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 15px;
  box-shadow: 0 0 10px #ececec;
}

.service_item_wrap .services__item .service_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.service_item_wrap .services__item .service_top .icon {
  width: 70px;
  height: 70px;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.service_item_wrap .services__item .service_top .price {
  color: var(--primary-color);
  font-family: var(--font-Poppins);
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
.service_item_wrap .services__item .service_top .price small {
  font-size: 10px;
}
.service_item_wrap .services__item h4 {
  font-family: var(--font-Poppins);
  color: var(--titile-black);
  font-size: 20px;
  font-weight: bold;
}

/* def section */

#def_sec_2 {
  padding: 100px 0px;
  overflow: hidden;
}
.faq-top-text p,
.unlock_top_text p,
.benifit_text p,
.testimonial_top p {
  width: 80%;
  margin: 0 auto;
}

/* How it works*/
#how_it_works {
  padding: 70px 0px;
}

.how_it_works_wrap {
  background: url(https://cdn.fexpink.com/smmlive/images/how-it-works-bg.webp),
    linear-gradient(to right, #19b4ea, #20bcf4, #19b4ea);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 50px;
  padding-bottom: 150px;
  border-radius: 30px;
  color: var(--white);
}

.getInTouch .how_it_works_wrap {
  padding-bottom: 50px;
}

.def_cotnent.white h4,
.def_cotnent.white h2,
.def_cotnent.white p {
  color: var(--white) !important;
}

.how_it_works_wrap .def_cotnent.white p {
  width: 80%;
  margin: 0 auto;
}

.step_wraper {
  width: 95%;
  margin: 0 auto;
  transform: translateY(-90px);
}

.step_item {
  position: relative;
  background: var(--white);
  padding: 15px 20px;
  border-radius: 10px;
  padding-top: 60px;
  height: 100%;
  text-align: center;
  box-shadow: 0 5px 10px #e2e2e2;
  transition: 0.5s ease;
}

.step_text {
  width: 70px;
  height: 70px;
  background: #f1f1f1;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-Poppins);
  font-weight: 700;
  color: var(--titile-black);
  text-transform: uppercase;
  position: absolute;
  left: calc(50% - 35px);
  top: -35px;
  border: 1px solid #f1f1f1;
  transition: 0.5s ease;
}

.step_item:hover .step_text {
  transform: scale(1.2);
  border-color: var(--secondary);
}
.step_item:hover {
  transform: scale(1.009);
}
.step_item .step_icon {
  margin-bottom: 15px;
  max-height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_item h3 {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 800;
  color: var(--titile-black);
  margin-bottom: 10px;
}

.step_item p {
  font-size: 14px;
  color: var(--para-black-2);
  font-weight: normal;
  line-height: 120%;
}

/* Unlock Sections */
#unlock {
  padding: 100px 0px;
  padding-top: 20px;
}
.unlock_top_text {
  text-align: center;
  margin-bottom: 60px;
}

.unlock_wrap .unlock_item {
  width: 90%;
  position: relative;
  background: var(--white);
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #e2e2e2de;
  padding: 20px;
  padding-bottom: 50px;
  overflow: hidden;
  z-index: 9;
  max-height: 184px;
  height: 184px;
  min-height: 184px;
  transition: 0.3s ease;
}

.unlock_wrap .unlock_item:hover {
  transform: scale(1.02) rotate(-1deg);
}

.unlock_wrap .unlock_item h3,
.unlock_wrap .unlock_item p {
  width: 80%;
}

.unlock_wrap .unlock_item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.unlock_wrap .unlock_item p {
  font-size: 14px;
  color: var(--para-black-2);
  line-height: 140%;
}

.unlock_wrap .unlock_item .img_effect {
  position: absolute;
  bottom: -25px;
  right: -20px;
  z-index: 0;
}

.unlock_wrap.type__2 .unlock_item {
  margin-right: auto;
}

.unlock_wrap.type__2 .unlock_item p,
.unlock_wrap.type__2 .unlock_item h3 {
  float: right;
}
.unlock_wrap.type__2 .unlock_item .img_effect {
  left: -20px !important;
  bottom: -30px;
  right: inherit;
}
.middle_man {
  position: relative;
}
.middle_man img {
  position: absolute;
  width: auto;
  left: -71%;
  z-index: 0;
  zoom: 0.94;
}

/* Testimonials Sections */
#testimonials {
  padding: 70px 0px;
}
.testimonial_top {
  margin-bottom: 30px;
}

.testi_slider_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.testi_slider_btns .t_slide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  padding: 10px;
  background: var(--primary-color);
  border-radius: 50px;
  color: var(--white);
  border: none;
  cursor: pointer;
}

.testi_slider_btns .t_slide_btn#sliderTNext {
  transform: rotate(180deg);
}

.testi_slider_btns .t_slide_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.testimonial_item {
  font-family: var(--font-Poppins);
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid var(--white);
  transition: 0.5s ease;
  cursor: grab;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial_item:hover {
  transform: scale(1.01);
  box-shadow: 5px 5px 0px var(--primary-color);
  border-color: var(--primary-color);
}

.testimonial_item p {
  font-size: 14px;
  color: var(--para-black-2);
  font-family: var(--font-Poppins);
  line-height: 150%;
}

.testimonial_item .user_info_wrap {
  display: flex;
  justify-content: space-between;
}

.testimonial_item .t_user {
  display: flex;
  gap: 5px;
}

.testimonial_item .t_user .user_avatar {
  width: 30px;
  height: 30px;
}

.testimonial_item .t_user .user_info h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.testimonial_item .t_user .user_info small {
  font-size: 14px;
  margin-bottom: 0;
}

.t_star {
  background: var(--white);
  color: var(--primary-color);
  display: flex;
  font-size: 20px;
  padding: 5px 10px;
  max-height: 32px;
  border-radius: 50px;
  box-shadow: 0 0 10px #ddd;
  transition: 0.5s ease;
}

.testimonial_item:hover .t_star {
  transform: scale(1.1) rotate(3deg);
}

/* Payment Gateway section */
#paymentGateway {
  padding: 100px 0px;
  overflow: hidden;
}

/* benifits */
#benifits {
  padding: 70px 0px;
}

.benifit_text {
  margin-bottom: 30px;
}

.benifit_item_wrap {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px #f3f3f3;
  overflow: hidden;
  padding-bottom: 60px;
}

.benifit_item_wrap h3 {
  font-size: 22px;
  font-family: var(--font-Poppins);
  color: var(--titile-black);
  font-weight: 700;
}

.benifit_item_wrap p {
  font-size: 14px;
  color: var(--para-black-2);
  font-weight: 500;
  line-height: 150%;
}

.benifit_item_wrap .benifit_img {
  position: absolute;
  right: -20px;
  bottom: -15px;
  z-index: 0;
}

.benifit_item_wrap.type1 {
  background: #feeeff;
}
.benifit_item_wrap.type2 {
  background: #dbf5fe;
}

.benifit_item_wrap h3,
.benifit_item_wrap p {
  position: relative;
  z-index: 2;
}

/* faq */
#faq {
  padding-top: 50px;
  padding-bottom: 120px;
}

.faq-top-text {
  margin-bottom: 40px;
}

.faq_accordion .accordion-item {
  margin-bottom: 15px;
  border: 0px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ebebeb;
}

.faq_accordion .accordion-item button.collapsed {
  border-radius: 8px;
}

.faq_accordion .accordion-item button {
  border-radius: 8px 8px 0px 0px;
  box-shadow: none;
  font-family: var(--font-Poppins);
  font-size: 16px;
  font-weight: bold;
  color: var(--titile-black);
}

.faq_accordion .accordion-item button:not(.collapsed) {
  background: #c0ecfc;
}

.faq_accordion .accordion-item .accordion-body,
.faq_accordion .accordion-item .accordion-body p {
  font-family: var(--font-Poppins);
  font-size: 14px;
  line-height: 150%;
  color: var(--para-black-2);
}

/* Footer */
footer {
  background: var(--footer-bg);
  padding: 70px 0px;
}

.footer_main_info .logo-white {
  margin-bottom: 10px;
}

.footer_main_info p {
  font-size: 16px;
  color: #e4e4e4;
  margin-bottom: 20px;
}

.social_media_links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.social_media_links .social_link {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  text-align: center !important;
  line-height: 38px;
  background: #e4e4e4;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.5s ease;
}

.social_media_links .social_link:hover {
  transform: translateY(-2px);
}

.footer_link_wrap h4 {
  color: #e4e4e4;
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-Poppins);
  margin-bottom: 10px;
}
.footer_menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer_menu .footer_menu_item {
  display: block;
  color: #e4e4e4 !important;
  font-size: 16px;
  text-decoration: none;
  margin-bottom: 4px;
  transition: 0.5s;
}
.footer_menu .footer_menu_item:hover {
  transform: translateX(5px);
}
.contact_item {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.contact_item .contact_icon {
  min-width: 60px;
  height: 60px;
  background: var(--primary-color);
  line-height: 60px;
  text-align: center;
  border-radius: 60px;
}

.contact_item .contact_text {
  font-size: 16px;
  color: #e4e4e4;
}

.contact_item .contact_text a {
  color: #e4e4e4;
}
.copyright_text {
  color: #e4e4e4;
  text-align: center;
  margin-bottom: 0px;
}
/* about us sec */
.about-us-section {
  background: url(https://cdn.fexpink.com/smmlive/images/section-type-second.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg_effect-2 {
  position: absolute;
  z-index: -1;
  transform: translateY(-400px);
}

.bg_effect-3 {
  position: absolute;
  right: 5px;
  z-index: -1;
  transform: translateY(-400px);
}

/* Signup Page */
#signup {
  padding: 130px 0px;
}

.card_sigup__left {
  width: 90%;
  background: url(https://cdn.fexpink.com/smmlive/images/smmlive-signup-bg-banner.webp),
    linear-gradient(#431248, #431248);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  border: none;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 250px;
}

.card_sigup__left h1 {
  font-family: var(--font-Poppins);
  font-size: 49px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.signup_wrap h2 {
  font-family: var(--font-Poppins);
  font-size: 49px;
  font-weight: 700;
  color: var(--titile-black);
  margin-bottom: 8px;
}

.signup_wrap p {
  font-size: 16px;
  font-family: var(--font-Poppins);
  color: var(--para-black-2);
  margin-bottom: 20px;
}

/* About Us Page */
#mission {
  padding: 100px 0px;
}

.all_statics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.all_statics .statics_item {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  box-shadow: 0 0 10px #ececec;
  border-radius: 15px;
}

.all_statics .statics_item .icon img {
  width: 70px;
  margin-bottom: 15px;
}

.all_statics .statics_item h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--titile-black);
  margin-bottom: 5px;
}

.all_statics .statics_item p {
  font-size: 16px;
  color: var(--titile-black);
  font-weight: normal;
  font-family: var(--font-Poppins);
}

/* Def services boxes */
.ab_service_i {
  padding: 20px 20px;
  background: var(--white);
  height: 100%;
  box-shadow: 0 0 10px #f1f1f1;
  border-radius: 10px;
}

.ab_service_i .icon img {
  width: 80px;
  margin-bottom: 10px;
}

.ab_service_i .content h3 {
  font-family: var(--font-Poppins);
  font-size: 18px;
  font-weight: 700;
  color: var(--titile-black);
  margin-bottom: 5px;
}

.ab_service_i .content p {
  font-family: var(--font-Poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--para-black-2);
  margin-bottom: 7px;
}

.ab_service_i .content .btn.btn-primary.btn-sm {
  font-size: 14px !important;
  padding: 8px 20px;
}

.eyeButton .eye .eye-close {
  display: none;
}

.eyeButton .eye.active .eye-open {
  display: none;
}

.eyeButton .eye.active .eye-close {
  display: block;
}

/* BLog Page */

#blog_wraper {
  padding: 100px 0px;
}

.card.blog_card {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  background: var(--white);
  box-shadow: 0 0 20px #e3e3e3;
}

.card.blog_card .card-body h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--titile-black);
}

.card.blog_card .card-body p {
  font-size: 14px;
  color: var(--para-black-2);
  line-height: 1.5;
  font-weight: normal;
}

/* Blog Post */
#blog_post {
  padding: 100px 0px;
}

#blog_post .blog_image img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px;
  max-height: 300px;
  overflow: hidden;
  object-fit: cover;
}

#blog_post .blog_content h1 {
  font-size: 42px;
  font-weight: bold;
  color: var(--titile-black);
  margin-bottom: 10px;
}

#blog_post .blog_content h2 {
  font-size: 22px;
  font-weight: bold;
  color: var(--titile-black);
}

#blog_post .blog_content p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--para-black-2);
}

.blog_text > * {
  font-family: var(--font-Poppins) !important;
  font-size: 14px !important;
  font-weight: normal !important;
}

/* Contact us Page Design */
#contact__us {
  padding: 100px 0px 20px 0px;
}

.card.contact_card {
  position: relative;
  padding: 10px;
  padding-bottom: 150px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white);
  border-color: rgb(243, 243, 243);
  box-shadow: 0 0 15px #ebebeb;
}

.card.contact_card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--titile-black);
  margin-bottom: 8px;
}

.card.contact_card p {
  font-size: 16px;
  color: var(--para-black-2);
  line-height: 1.4;
}

.card.contact_card .contac_image {
  position: absolute;
  right: -150px;
  bottom: -150px;
  z-index: 0;
}

.follow_us_links {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 0px;
  gap: 10px;
}

.follow_us_links .follow_link {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--titile-black) !important;
  background: var(--white);
  padding: 8px 15px;
  border-radius: 50px;
}

#how_it_works.getInTouch .how_it_works_wrap {
  padding: 100px 0px;
}

#terms_page {
  padding: 140px 0px;
}
.terms_page_header {
  margin-bottom: 30px;
}
.terms_page_header h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: var(--titile-black);
  margin-bottom: 10px;
}

.terms_page_header p {
  font-size: 16px;
  color: var(--para-black-2);
  line-height: 1.5;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.terms_item h3 {
  font-size: 22x;
  font-weight: bold;
  color: var(--titile-black);
}

.terms_item p {
  font-size: 16px;
  color: var(--para-black-2);
  line-height: 1.5;
}
#srv_Faq,
#def_srv_section,
#serviec_we_offer,
.unlock_features,
#why_choose_smmpanel {
  padding: 70px 0px;
}

.def_srv_card {
  background: var(--white);
  padding: 30px 25px;
  box-shadow: 0 0 15px #e6e6e6;
  margin: 15px;
  border-radius: 10px;
}

.def_srv_card .srv_img img {
  width: 100px;
  margin-bottom: 10px;
}

.def_srv_card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--titile-black);
  margin-bottom: 10px;
}

.def_srv_card p {
  font-size: 14px;
  color: var(--para-black-2);
}

.btn.btn-primary.btn-sm {
  padding: 7px 20px;
  font-size: 16px;
}
/*
*
* Responsive for Version For
* Desktop
* Tablet
* Mobile
*
*/

@media only screen and (max-width: 1400px) {
  .banner_text h1 {
    font-size: 54px;
  }
  .banner_text h4 {
    font-size: 28px;
  }
  .banner_text p {
    width: 90%;
  }
  .banner_login {
    width: 90%;
  }
  .signup_wrap h2,
  .card_sigup__left h1,
  .def_cotnent h2 {
    font-size: 44px;
  }
  .middle_man img {
    top: 60px;
    zoom: 0.8;
  }
  .banner_v2 .banner_text h4 {
    font-size: 22px;
  }
  .banner_v2 .banner_text h1 {
    font-size: 44px;
  }
  .all_statics {
    margin-bottom: 15px;
  }
  .card.blog_card .card-body h3 {
    font-size: 22px;
  }
  #terms_page {
    padding: 110px 0px;
  }
  .terms_page_header h1 {
    font-size: 42px;
  }
  .terms_page_header p {
    width: 80%;
  }
  .terms_item h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  #def_sec_2,
  #how_it_works,
  #contact__us,
  #testimonials,
  #our_services,
  #paymentGateway,
  #blog_wraper,
  #mission,
  #benifits,
  #def_section {
    padding: 50px 0px;
  }
  #unlock {
    padding-top: 0px;
    margin-top: -50px;
    padding-bottom: 50px;
  }
  #hero_wrap {
    padding: 150px 0px;
    padding-bottom: 70px;
  }
  .banner_text {
    text-align: center;
  }
  .banner_text p {
    width: 100%;
  }
  .banner_login {
    width: 100%;
    margin-bottom: 30px;
  }
  .banner_image {
    text-align: center;
  }
  .banner_image img {
    width: 400px;
  }
  #counter {
    padding: 50px 0px;
  }
  #counter .counter_item_wrap {
    margin-bottom: 30px;
  }
  .def_sec_s_img {
    text-align: center;
  }
  .def_sec_s_img > img,
  .def_image > img {
    width: 400px;
  }
  .faq-top-text p,
  .unlock_top_text p,
  .benifit_text p,
  .testimonial_top p,
  .service_tabs_wrap .nav,
  .our_service_top p {
    width: 100%;
  }

  .signup_wrap h2 {
    font-size: 32px;
    text-align: center;
  }

  .signup_wrap p {
    font-size: 14px;
    text-align: center;
  }
  #blog_post .blog_content h1,
  .card_sigup__left h1,
  .def_cotnent h2 {
    font-size: 32px;
  }
  .def_cotnent h4 {
    font-size: 20px;
  }

  .btn-primary {
    font-size: 16px;
  }
  .flex-reversed .row.d-flex {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .def_cotnent h2 br {
    display: none;
  }
  .man-on-the-middle {
    display: none;
  }

  .unlock_wrap .unlock_item {
    width: 100%;
  }
  .t_star {
    font-size: 12px;
    max-height: 23px;
  }
  .benifit_item_wrap p {
    width: 80%;
  }
  #benifits .col-12.mb-5 {
    margin-bottom: 20px !important;
  }
  .benifit_item_wrap .benifit_img {
    bottom: -35px;
  }
  .benifit_item_wrap {
    padding-bottom: 20px;
  }
  .benifit_img.b__2 {
    bottom: -1px;
    right: 0;
  }
  .benifit_img.b__3 {
    bottom: -6px;
  }
  .benifit_img.b__4 {
    right: -124px;
    width: 250px;
  }
  .benifit_img.b__5 {
    right: -90px;
  }
  nav.navbar.navbar-expand-lg {
    background: #fdf4fe;
  }
  .card_sigup__left {
    width: 100%;
    margin-top: 40px;
  }
  #signup .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .mission_image {
    text-align: center;
  }
  .mission_image img {
    width: 400px;
  }
  .def_image {
    text-align: center !important;
  }
  #def_sec_2 .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .card.blog_card .card-body h3 {
    font-size: 18px;
  }
  .card.blog_card .card-body p {
    font-size: 14px;
  }
  .card.blog_card .btn.btn-primary.btn-sm {
    font-size: 14px;
    padding: 8px 20px;
  }
  #blog_post .blog_content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 550px) {
  #blog_post .blog_content h1,
  .banner_text h4 {
    font-size: 22px;
  }
  .banner_text h1 {
    font-size: 38px;
  }
  .banner_text p {
    font-size: 14px;
  }
  .signin_btm_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .def_cotnent {
    text-align: center;
  }
  #login_btn {
    width: 100%;
  }
  #counter .counter_item_wrap .counter_icon img {
    width: 65px;
  }
  #counter .counter_item_wrap .counter_text h3 {
    font-size: 20px;
  }
  .service_item_wrap .services__item h4,
  #counter .counter_item_wrap .counter_text p {
    font-size: 16px;
  }
  .about-us-section {
    text-align: center;
    background: transparent;
  }
  .def_cotnent {
    margin-bottom: 30px;
  }
  #blog_post .blog_content h2 {
    font-size: 18px;
  }
  .def_cotnent h4 {
    font-size: 18px;
    text-align: center;
  }
  .banner_v2 .banner_text h1,
  .card_sigup__left h1,
  .signup_wrap h2,
  .def_cotnent h2 {
    text-align: center;
    font-size: 28px;
  }
  .def_cotnent p {
    font-size: 14px;
    text-align: center;
  }
  .def_image.text-end {
    text-align: center;
  }
  .def_sec_s_img > img,
  .def_image > img {
    width: 100%;
  }
  .service_tabs_wrap .nav .nav-item button {
    padding: 8px 10px;
    font-size: 14px;
  }
  .social_media_detals_card {
    padding: 8px 8px;
  }
  .social_media_detals_card .card-body h3 {
    font-size: 20px;
  }
  .social_media_detals_card .card_bg_effect {
    bottom: -65px;
    right: -65px;
    z-index: 0;
  }
  .main-logo img {
    width: 150px;
  }
  .service_item_wrap {
    gap: 10px;
  }
  .service_item_wrap .services__item .service_top .price {
    font-size: 14px;
  }
  .service_item_wrap .services__item .service_top .icon {
    width: 45px;
    height: 45px;
  }
  .service_item_wrap .services__item .service_top .icon > img {
    width: 24px;
  }
  .how_it_works_wrap {
    padding: 25px;
    padding-bottom: 100px;
  }
  .how_it_works_wrap .def_cotnent.white p {
    width: 100%;
  }
  .ab_service_i .content h3,
  .unlock_wrap .unlock_item h3,
  .step_item h3 {
    font-size: 18px;
  }
  .step_item p {
    font-size: 14px;
    line-height: 1.5;
  }
  .testimonial_item .t_user .user_info h4 {
    font-size: 14px;
  }
  .testi_slider_btns {
    margin-bottom: 10px;
  }
  .testi_slider_btns .t_slide_btn {
    font-size: 18px;
    padding: 8px;
  }
  .ab_service_i .content p,
  .benifit_item_wrap p {
    width: 100%;
  }
  .ab_service_i .content p {
    font-size: 14px;
  }
  .benifit_item_wrap {
    padding-bottom: 70px;
  }
  .faq_accordion .accordion-item button {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_main_info .logo-white {
    text-align: center;
  }
  .footer_main_info .logo-white img {
    width: 150px;
  }
  .footer_main_info p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .social_media_links {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer_link_wrap {
    margin: 20px 0px;
  }
  .login_group .login_control {
    font-size: 16px;
  }
  .ab_service_i .icon img {
    width: 70px;
    margin-bottom: 5px;
  }
  .all_statics {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .all_statics .statics_item {
    padding: 25px 20px;
  }
  .card.contact_card .contac_image img {
    width: 350px !important;
  }
  .card.contact_card .contac_image {
    right: -100px;
    bottom: -100px;
    pointer-events: none;
  }
  #how_it_works.getInTouch .how_it_works_wrap {
    padding: 70px 20px;
  }
  .follow_us_links {
    flex-wrap: wrap;
  }
  #terms_page {
    padding: 110px 0px;
  }
  .terms_page_header h1 {
    font-size: 28px;
  }
  .terms_page_header p {
    width: 100%;
  }
  .terms_item h3 {
    font-size: 18px;
  }
  .terms_page_header p,
  .terms_item p {
    font-size: 14px;
  }
}

/*
  Dashboard Design
*/
#dashboard_main {
}

#dashboard_main .sidebar {
  position: fixed;
  width: 290px;
  min-width: 290px;
  height: calc(100% - 30px);
  background: var(--white);
  margin: 15px;
  border-radius: 15px;
  box-shadow: 0 0 15px #b4b4b4;
  padding: 15px 20px;
}

#dashboard_main .content_area {
  width: 100%;
  padding-left: 320px;
  transition: 0.5s ease;
}

#dashboard_main .content_area .top_bar {
  position: fixed;
  top: 15px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  width: calc(100% - 350px);
  padding: 10px;
  box-shadow: 0 0 15px #b4b4b4;
  border-radius: 8px;
  z-index: 1;
  padding: 5px 10;
  transition: 0.5s ease;
}

.topbar_left .sidebar_toggler {
  background: transparent;
  border: 0;
  line-height: 0;
  color: var(--primary-color);
  padding: 10px 5px;
  font-size: 20px;
  padding-right: 10px;
  cursor: pointer;
  transition: 0.5s ease;
}

.topbar_left .sidebar_toggler:hover {
  transform: scale(1.1);
}
.topbar_mid .off_logo {
  width: 130px;
  display: none;
}
.topbar_right {
  display: flex;
  gap: 8px;
}
.topbar_right .ess_item {
  font-size: 25px;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #dbf5ff;
  color: var(--primary-color);
}
/* #dashboard_main .content_area .top_bar::before {
  content: "";
  position: absolute;
  background: #fcfcfc;
  top: -15px;
  left: 0;
  height: 17px;
  width: 100%;
  z-index: -5;
} */

#dashboard_main .content_area .bg_fixer {
  width: 100%;
  background: #f8fcff;
  height: 18px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.main_logo {
  text-align: center;
  margin-bottom: 10px;
}

.main_logo img {
  width: 150px;
}

.user_data {
  background: #b7eafc;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.user_data .user_avatar {
  padding: 15px;
}

.user_data .user_info {
  background: var(--primary-color);
  padding: 10px;
}

.user_data .user_info h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--white);
}
.user_data .user_info h6 {
  margin-bottom: 0;
}
.user_data .user_info h6 a {
  font-size: 16px;
  color: var(--white) !important;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.user_data .user_info h6 a .icon {
  font-size: 18px;
  line-height: 0;
}

.sidebar_menu .sidebar_menu_wrap {
  list-style-type: none;
  padding: 0;
}

.sidebar_menu .sidebar_menu_wrap .sidebar_menu_item {
  margin-bottom: 5px;
}

.sidebar_menu .sidebar_menu_wrap .sidebar_menu_item .sidebar_menu_link {
  padding: 5px 10px;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--titile-black) !important;
  cursor: pointer;
  transition: 0.5s;
}

.sidebar_menu_item .sidebar_menu_link:hover {
  background: rgb(235, 235, 235);
}

.sidebar_menu .sidebar_menu_wrap .sidebar_menu_item .sidebar_menu_link.active {
  background: var(--primary-color);
  color: var(--white) !important;
}

.sidebar_menu_link .icon {
  font-size: 22px;
  line-height: 0;
}

.sidebar_menu_item.more_menu .more_btn {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  padding: 5px 10px;
}

.sidebar_menu_item.more_menu .more_btn .icon {
  line-height: 0;
}

.sidebar_menu_item.more_menu .dropdown-menu {
  width: 100%;
}

.content_area main {
  transform: translateY(80px);
}

.dashboard main {
  padding: 5px;
  padding-right: 15px;
  min-height: 100vh;
}
#sidebar {
  transition: 0.5s ease;
  z-index: 9;
}
#sidebar.active {
  transform: translateX(-150%);
}
#dashboard_main.sidebar_active .content_area {
  padding-left: 10px;
}

#dashboard_main.sidebar_active .content_area .top_bar {
  width: calc(100% - 20px);
}

#dashboard_main.sidebar_active .topbar_mid .off_logo {
  display: block;
}

.sidebar_closer {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  background: var(--primary-color);
  border: none;
  font-size: 40px;
  border-radius: 50px;
  color: var(--white);
  box-shadow: 0 0 10px #ddd;
  display: none;
}

/* Responsive Dashboard Parts */
@media only screen and (max-width: 1440px) {
  #dashboard_main .content_area {
    padding-left: 300px;
  }
  #dashboard_main .sidebar {
    width: 270px;
    min-width: 270px;
    padding: 15px;
  }
  #dashboard_main .content_area .top_bar {
    width: calc(100% - 310px);
  }
  .topbar_right {
    gap: 5px;
  }
  .topbar_right .ess_item {
    width: 35px;
    min-width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  #dashboard_main .sidebar {
    transform: translateX(-150%);
  }
  #dashboard_main .content_area {
    padding-left: 10px;
  }
  #dashboard_main .content_area .top_bar {
    width: calc(100% - 20px);
  }
  .topbar_mid .off_logo {
    display: block;
  }

  #sidebar.active {
    transform: translateX(0px);
  }

  #dashboard_main.sidebar_active .topbar_mid .off_logo {
    display: none;
  }
  .sidebar_closer {
    display: block;
  }
  .sidebar_menu_item.more_menu .more_btn,
  .sidebar_menu .sidebar_menu_wrap .sidebar_menu_item .sidebar_menu_link {
    font-size: 14px;
  }
  .sidebar_menu .sidebar_menu_wrap .sidebar_menu_item {
    margin-bottom: 3px;
  }
  .user_data .user_info h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 550px) {
  .topbar_mid .off_logo {
    width: 100px;
  }
  .topbar_right {
    gap: 3px;
  }
  .topbar_right .ess_item {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .topbar_left .sidebar_toggler {
    font-size: 16px;
  }
  .main_logo img {
    width: 120px;
  }
}

/* Inner Page design */

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#slider .swiper {
  border-radius: 15px;
  overflow: hidden;
}

#statistics {
  padding-bottom: 20px;
}

.statistic_wrap {
  padding: 5px 10px;
}

#statistics .statistic_wrap .statistic_item {
  text-align: center;
  border-radius: 15px;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0 10px #e6e6e6;
  border: 1px solid #ddd;
}
#statistics .statistic_wrap .statistic_item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
  background: #dbf5ff;
  margin: 0 auto;
  margin-bottom: 5px;
}

#statistics .statistic_wrap .statistic_item .icon img {
  width: 40px;
}

#statistics .statistic_wrap .statistic_item .statistic_content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--titile-black);
  margin-bottom: 5px;
}

#statistics .statistic_wrap .statistic_item .statistic_content p {
  font-size: 16px;
  color: var(--para-black-2);
  font-weight: normal;
}

.card_type_1 {
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #e6e6e6;
}

.card_type_1 h6 {
  font-size: 18px;
  font-weight: bold;
  color: var(--titile-black);
}

.card_text_icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card_text_icon .icon {
  font-size: 30px;
  color: var(--primary-color);
  line-height: 0;
}

.card_text_icon h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0px;
}

.cat_filter_wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.cat_filter_wrap a {
  font-size: 16px;
  color: var(--titile-black);
  border: 1px solid #dbdbdb;
  padding: 5px 10px;
  background: #f0f8ff;
  border-radius: 50px;
}

.cat_filter_wrap > a .icons img {
  width: 30px;
}
.cat_filter_wrap a > * {
  pointer-events: none;
}

.cat_filter_wrap > a .text {
  font-size: 16px;
  color: var(--titile-black);
}

.cat_filter_wrap > a.activeItem {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.cat_filter_wrap > a.activeItem .text {
  color: var(--white);
}

.authFooter {
  bottom: 0px;
}

.authFooter p {
  font-size: 16px;
  font-weight: normal;
  color: var(--para-black);
  margin-bottom: 0px;
}
.card_content.card {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 10px #e6e6e6;
}
.card_content .card-header {
  background: url(https://cdn.mypanel.link/15vfl0/gmxabbw5laddqwxy.png),
    linear-gradient(#20bcf4, #20bcf4);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right;
  border-radius: 15px 15px 0px 0px;
  border: none;
}
.card_content .card-body {
  border: none;
  padding: 25px;
}
.card_header_navpill .nav-link {
  display: flex;
  align-items: center;
  gap: 3px;
  background: var(--white);
  border-radius: 50px;
}
.card_header_navpill .nav-link .text {
  font-size: 14px;
  font-weight: 600;
  color: var(--titile-black);
}
.card_header_navpill .nav-link .icon {
  line-height: 0;
  font-size: 16px;
  color: var(--titile-black);
}
.card_header_navpill .nav-link.active {
  background: var(--titile-black);
}
.card_header_navpill .nav-link.active > * {
  color: var(--white);
}

.form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  color: var(--titile-black);
}

.dashboard .form-control {
  font-size: 14px;
  border: 1px solid #dbdbdb;
  background-color: #f0f8ff;
  border-radius: 8px;
  padding: 8px 15px;
  box-shadow: none;
}
.select2-container .select2-selection__text {
  font-size: 14px;
}
.help-block.min-max {
  font-size: 12px;
}
.select2-results__option a {
  padding: 5px 10px !important;
}
.select2-container .dropdown-menu > li > a {
  color: var(--titile-black) !important;
}

.select2-container--default .select2-results > .select2-results__options {
  padding: 0px 8px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #20bcf44f !important;
  border-radius: 3px !important;
}

.select2-results__option.active {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  border-radius: 3px !important;
}

.select2-results__option {
  border-bottom: 0.75px solid #e3e3e3;
}
.select2-selection__id.badge-pill.rounded-pill {
  background: var(--titile-black) !important;
}

.select2-results__option.active > a {
  color: var(--white) !important;
}

.dashboard .form-control:focus {
  border-color: var(--primary-color);
}

#currencies-list {
  max-height: 300px;
  overflow: auto;
}

.desc_linkFormat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}

.desc_linkFormat span:first-child {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--text-font);
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 5px;
}

.desc_linkFormat span:last-child {
  font-size: 14px;
  color: var(--primary-color);
}

.new_order_content ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  list-style-type: none;
}

.new_order_content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
}
.new_order_content ul li {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.new_order_content ul li > span {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--text-font);
  border-bottom: 1px dashed var(--primary-color);
  padding-bottom: 5px;
}
.new_order_content ul li small {
  font-family: var(--text-font);
  font-size: 14px;
  font-weight: normal;
  color: var(--primary-color);
}

#history-search .btn-default {
  background: var(--primary-color);
  border: none;
  border-radius: 0px;
  padding: 10px 20px;
  border-radius: 0px 8px 8px 0px;
  color: #fff;
}
/* 
.order_nav {
  display: flex;
  gap: 5px;
  justify-content: space-between;
} */

/* .order_nav li {
  width: 14%;
} */

.order_nav li a {
  display: flex;
  width: 100%;
  background: rgba(39, 163, 250, 0.13);
  color: var(--primary-color);
  font-size: 16px;
  justify-content: center;
  gap: 5px;
  padding: 10px 25px;
  border-radius: 50px;
}

.order_nav li.active a {
  background: var(--primary-color);
  color: var(--white) !important;
}

/**/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.row.search-row {
  margin-bottom: 25px;
}
.table tr td {
  padding: 15px;
  color: #0a2855;
  font-size: 14px;
  font-weight: 400;
}
.table tr td,
.table tr,
.table tr th {
  border: 0 !important;
}
.table tr th {
  background-color: #0a2855;
  color: var(--white) !important;
}
.table tr th,
.table tr td {
  color: var(--titile-black);
  font-size: 14px;
  font-weight: 500;
  padding: 15px !important;
}
.table tr th:first-child,
.table tbody tr td:first-child {
  border-radius: 35px 0 0 35px;
}
.table tr th:last-child,
.table tbody tr td:last-child {
  border-radius: 0 35px 35px 0;
}
table {
  border-spacing: 0 10px;
  border-collapse: separate;
}

.panel-body.border-solid.border-rounded.text-center {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 20px 10px;
}

.payment_methods {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 25px;
}

.payment_methods .item img {
  box-shadow: 0 0 10px #e9e9e9;
  border-radius: 15px;
  text-align: center;
}

.payment__card {
  background: url(https://cdn.mypanel.link/15vfl0/shw1nckeby7f6g34.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

.payment_methods_offer {
  border-radius: 24px;
  border: 1px solid #d2e4ff;
  background: rgba(10, 40, 85, 0.15);
  padding: 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin: 20px 20px 35px 20px;
}

.payment_methods_offer > .text-center {
  width: 150px;
  height: 150px;
  background: white;
  border-radius: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.payment_methods_offer > .text-center img {
  width: 90%;
}

.payment_methods_offer h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  margin-bottom: 5px;
}

.payment_methods_offer p {
  font-size: 16px;
  color: var(--white);
  line-height: 1.4;
}

#dash_faq h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--titile-black);
  margin-bottom: 5px;
}

.accordion-button .faq-num {
  height: 35px;
  width: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: var(--primary-color);
  border-radius: 100px;
  color: #fff;
  justify-content: center;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin-right: 7px;
  flex: 0 0 35px;
  max-width: 35px;
}

.accordion-button .faq-num::after {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  background-color: var(--primary-color);
  right: -1px;
  border-radius: 5px;
  transform: rotateZ(-50deg);
  z-index: -1;
  top: 4.5px;
}

.affiliate-box {
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
  padding: 15px;
  box-shadow: 0 0 10px #e6e6e6;
}
.affiliate-icon {
  width: 60px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  background-color: rgba(39, 163, 250, 0.14);
  border-radius: 100px;
  color: var(--primary-color);
  font-size: 24px;
  justify-content: center;
}
.affiliate-box-left {
  flex: 0 0 60px;
  max-width: 60px;
}
.affiliate-box-right {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 12px;
}
.affiliate-box-title {
  color: var(--titile-black);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.affiliate-box-txt {
  color: var(--para-black-2);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.affiliates_banner_top {
  background: url(https://cdn.mypanel.link/15vfl0/3y8rscof20rn1i5d.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 90px 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.affiliates_banner_top h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 3px;
  color: var(--white);
}

.affiliates_banner_top p {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  color: var(--white);
}

.card-text-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: var(--titile-black);
}

.card-text-content p {
  font-size: 14px;
  color: var(--para-black-2);
}

.servicePage {
  padding: 100px 0px;
}

.service_filter_wraper {
  background: var(--white);
  border-radius: 20px;
  padding: 30px 50px;
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.09);
}
.serv_search,
.filter_currency,
.filter_services {
  margin: 0px 10px;
  box-sizing: border-box;
}
.serv_search {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  border-radius: 50px;
  background: #f4f7ff;
  border: 1px solid #d1d5db;
}
.serv_search .search_input {
  width: 90%;
  font-size: 16px;
  border: none;
  background: transparent;
}
.serv_search .search_input:focus {
  border: none;
  outline: none;
}

.dropdown-menu.v2 {
  width: 100%;
  border: none;
  padding: 10px 5px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.357);
  max-height: 350px;
  overflow: auto;
}

.dropdown-menu.v2 .drop_dwon_items {
  max-height: 350px;
  overflow: auto;
}

.dropdown-menu.v2 .dropdown-item {
  font-family: var(--text-font);
  color: var(--title-black);
  font-weight: 500;
  display: flex;
  justify-content: baseline;
  width: 98%;
  gap: 10px;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
}

.dropdown-menu.v2 .dropdown-item.active,
.dropdown-menu.v2 .dropdown-item:hover,
.dropdown-menu.v2 .dropdown-item:active {
  background: var(--primary-gradient);
  color: var(--white);
  border-radius: 5px;
}

.dropdown-menu.v2 .drop_dwon_items::-webkit-scrollbar {
  width: 5px;
}

.dropdown-menu.v2 .drop_dwon_items::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 50px;
}

.dropdown-menu.v2 .drop_dwon_items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 50px;
}
.dropdown-menu.v2 .dropdown-item .text {
  text-align: left;
  white-space: normal;
}

/* Dashboard Full Responsive */
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 992px) {
  .cat_filter_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .cat_filter_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .cat_filter_wrap {
    grid-template-columns: repeat(5, 1fr);
  }
  .cat_filter_wrap > a .text {
    display: none;
  }
  .service_filter_wraper {
    padding: 10px 0px;
  }
  .card_content .card-body {
    padding: 20px 15px;
  }
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #9c9c9c;
}

.separator:not(:empty)::before {
  margin-right: 0.25em;
}

.separator:not(:empty)::after {
  margin-left: 0.25em;
}

/* CSS */
.google-signin-container {
  width: 100%;
}

.google-signin-container .g_id_signin {
  width: 100% !important;
  display: block;
}

.google-signin-container .abcRioButton {
  width: 100% !important;
}

.google-signin-container .abcRioButton .abcRioButtonContentWrapper {
  width: 100% !important;
  justify-content: center;
}

.google-signin-container .abcRioButton .abcRioButtonIcon {
  margin-right: 16px;
}

pre {
  background: var(--footer-bg);
  color: var(--white);
  padding: 15px;
  border-radius: 10px;
}

.ticket-message-block.ticket-message-right .ticket-message {
  background: #b7eafc;
  padding: 15px;
  border-radius: 15px;
  color: #232323;
}

.ticket-message-block.ticket-message-left.mb-4 .ticket-message {
  background: #fcb7ed;
  padding: 15px;
  border-radius: 15px;
  color: #232323;
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 550px) {
  h2,
  h3,
  h4,
  .payment_methods_offer h2 {
    font-size: 20px;
  }
  .payment_methods {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .signin_btm_wrap {
    grid-template-columns: 1fr;
  }
}

.logo-white {
  display: none;
}

/* Night Mode Theme Codes */

.nightmode {
  --night-bg: #1c1b1e;
  --bs-body-bg: #282828;
  --card-bg: #282828;
  --button-schema: #20bcf4;
  --border-schema: #626262;
  --icon-bg: #20bcf44d;
  --bs-border-color-translucent: #626262;
  --input-color-dark: #3e3d3e;
}

.nightmode .logo-white {
  display: inline-block;
}

.nightmode .logo-color {
  display: none;
}

.nightmode * {
  box-shadow: none !important;
}

.nightmode #dashboard_main .content_area .bg_fixer,
.nightmode.dashboard {
  background: var(--night-bg);
}

.nightmode .day-icon {
  display: none !important;
}

.nightmode #dashboard_main .content_area .top_bar,
.nightmode #dashboard_main .sidebar {
  background: var(--card-bg);
}

.nightmode .night-icon {
  display: block !important;
}

.nightmode .service_filter_wraper,
.nightmode .card_type_1 {
  border-color: var(--border-schema) !important;
  background: var(--card-bg) !important;
}

.nightmode .service_filter_wraper {
  background: var(--card-bg);
}

.nightmode .cat_filter_wrap a {
  background: var(--night-bg);
  border-color: var(--night-bg);
}

.nightmode .cat_filter_wrap > a.activeItem {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.nightmode .topbar_right .ess_item {
  background: var(--button-schema);
}

.nightmode
  .sidebar_menu
  .sidebar_menu_wrap
  .sidebar_menu_item
  .sidebar_menu_link {
  color: var(--white) !important;
}

.nightmode #statistics .statistic_wrap .statistic_item {
  background: var(--card-bg);
  border-color: var(--border-schema);
}

.nightmode .cat_filter_wrap > a .text,
.nightmode .faq-txt,
.nightmode label,
.nightmode h1,
.nightmode h2,
.nightmode h3,
.nightmode h4,
.nightmode h5,
.nightmode h6,
.nightmode p,
.nightmode ul,
.nightmode ul li,
.nightmode ul li a,
.nightmode a,
.nightmode > *,
.nightmode tr,
.nightmode tr td,
.nightmode tr td span,
.nightmode tr td a {
  color: var(--white) !important;
}

.nightmode #statistics .statistic_wrap .statistic_item .icon {
  background: var(--icon-bg);
}

.nightmode .select2-selection__id.badge-pill.rounded-pill {
  background: var(--primary-color);
}
.nightmode .serv_search,
.nightmode.dashboard .form-control {
  background-color: var(--input-color-dark) !important;
  border-color: var(--input-color-dark) !important;
}

.nightmode .select2-container .select2-selection__text {
  color: var(--white);
}

.nightmode .user_data {
  background: #20bcf438;
}

.nightmode .sidebar_menu_item .sidebar_menu_link:hover {
  background: #20bcf438;
}

.nightmode .dropdown-menu.v2 {
  background: var(--night-bg);
}

.nightmode .affiliate-box {
  background: var(--card-bg);
  border-color: var(--border-schema);
}

.nightmode .faq_accordion .accordion-item button:not(.collapsed) {
  background: #20bcf438;
}

.nightmode pre {
  background: var(--night-bg);
}

.nightmode .table > tbody > tr:nth-of-type(even) > * {
  background: var(--night-bg);
}

.nightmode .accordion-button {
  background: #20bcf438;
}

.nightmode .faq_accordion .accordion-item .accordion-body {
  background: var(--night-bg);
}

.nightmode .filter_services .filter_btn,
.nightmode .btn-secondary {
  color: var(--white);
  background: var(--footer-bg);
  border-color: var(--footer-bg);
}

/* Services Page Re-Design */

.search_filter_wrap {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.search_inputs .search,
.search_filter_wrap .search {
  position: relative;
}

.search_inputs .search input,
.search_filter_wrap .search input {
  width: 100%;
  height: 60px;
  padding: 15px 15px;
  font-size: 16px;
  border: 1px solid #c1c1c1;
  border-radius: 10px;
  outline: none !important;
  background: #dfdfdf;
  color: var(--titile-black) !important;
}

.search_inputs .search .icon,
.search_filter_wrap .search .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 7.5px;
  top: 7.5px;
  background: var(--primary-color);
  font-size: 25px;
  border-radius: 5px;
  color: var(--white);
}

.search_inputs .search .icon {
  border: none;
  cursor: pointer;
}

.filter_currency > button,
.search_filter_wrap .filter_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  font-family: var(--primary-font);
  font-size: 16px;
  background: var(--primary-color);
  font-weight: bold;
  color: var(--white) !important;
  border-radius: 10px;
  border-color: var(--primary-color);
  min-width: 200px;
  padding: 10px 20px;
}

.filter_btn.dropdown-toggle::after {
  display: none;
}

.search_filter_wrap .filter_btn .filter_service_text {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0;
  padding: 0;
}

.search_filter_wrap .filter_btn .filter_service_text .icon {
  font-size: 25px;
  position: relative;
  top: 5px;
}

.social_media_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.social_media_wrap .social_media_btn {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  background: #dfdfdf;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  color: var(--black);
  transition: 0.5s ease;
}

.daymode .social_media_wrap .social_media_btn.activeItem,
.social_media_wrap .social_media_btn.activeItem {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white);
}

.social_media_wrap .social_media_btn .icon img {
  pointer-events: none;
  width: 25px;
  min-width: 25px;
}

.social_media_wrap .social_media_btn .media_name {
  pointer-events: none;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1;
}

.social_media_wrap .social_media_btn:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
}

/* Service Table */
.serv_category_card {
  background: var(--card-bg);
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 33px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}

.serv_category_card .serv_cat_card_header {
  text-align: center;
  background: var(--primary-color);
  padding: 15px 30px;
}

.serv_category_card .serv_cat_card_header .category_name {
  font-family: var(--primary-font);
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
}

.serv_category_card .serv_cat_card_body {
  padding: 20px;
}

.serv_category_card .serv_cat_card_body .service_item,
.serv_category_card .serv_cat_card_body .service_item.service_table_header {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 10px;
}

.serv_category_card .serv_cat_card_body .service_item.service_table_header {
  margin-bottom: 25px;
}

.serv_category_card
  .serv_cat_card_body
  .service_item.service_table_header
  > span {
  font-family: var(--primary-font);
  font-weight: 800;
  color: var(--black);
}

.serv_category_card .serv_cat_card_body .service_item .id {
  width: 8%;
}

.serv_category_card .serv_cat_card_body .service_item .services_name {
  width: 40%;
}

.serv_category_card .serv_cat_card_body .service_item .rate {
  width: 15%;
}

.serv_category_card .serv_cat_card_body .service_item .max_order,
.serv_category_card .serv_cat_card_body .service_item .min_order {
  width: 10%;
}

.serv_category_card .serv_cat_card_body .service_item .avg_time {
  width: 20%;
}

.serv_category_card .serv_cat_card_body .service_item .descriptions {
  width: 10%;
}

.serv_category_card .serv_cat_card_body .service_item.service {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.serv_category_card .serv_cat_card_body .service_item .descriptions {
  text-align: end;
}

.serv_category_card .serv_cat_card_body .service_item.service > span.id > span,
.serv_category_card
  .serv_cat_card_body
  .service_item.service
  > span.min_order
  > span,
.serv_category_card
  .serv_cat_card_body
  .service_item.service
  > span.max_order
  > span,
.serv_category_card
  .serv_cat_card_body
  .service_item.service
  > span.rate
  > span {
  display: inline-flex;
  font-family: var(--primary-font);
  font-weight: 700;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: var(--primary-color);
}

.serv_category_card .serv_cat_card_body .service_item:last-child {
  border-bottom: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.serv_category_card .serv_cat_card_body .service_item.service > span.id > span,
.serv_category_card
  .serv_cat_card_body
  .service_item.service
  > span.rate
  > span {
  background: var(--primary-color);
  color: var(--white);
}

.serv_category_card .serv_cat_card_body .service_item.service > span.avg_time {
  display: flex;
  align-items: center;
  max-height: 35px;
}

.serv_category_card .serv_cat_card_body .service_item.service .services_name {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
}

.serv_category_card .serv_cat_card_body .service_item.service > span.min_order,
.serv_category_card .serv_cat_card_body .service_item.service > span.max_order {
  display: flex;
  align-items: center;
  max-height: 35px;
}

.btn_descriptions {
  background: var(--primary-color);
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  padding: 8px 25px;
  border-radius: 10px;
  transition: 0.8s;
}

.btn_descriptions:hover {
  background: var(--primary-deep);
  color: var(--white);
  scale: 1.05;
}

.filter_services .dropdown-menu {
  min-width: 420px;
  min-height: 370px;
}

/* Services modal Design */
.services_dsc_modal {
  border-radius: 22px;
  border: none;
  overflow: hidden;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal__close .btn_modal_close {
  width: 40px;
  background: #ff2c2c;
  font-size: 18px;
  color: var(--white);
  border-radius: 50px;
  height: 40px;
  cursor: pointer;
}

.services_dsc_modal .service_header {
  background: var(--primary-color);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0px 0px;
  padding: 10px 10px;
  min-height: auto;
  height: auto;
  color: var(--white);
}

.more_info_btn {
  width: 30px;
  height: 30px;
  display: flex;
  background: var(--primary-color);
  color: var(--white) !important;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
}

.service_header #service_name {
  display: block;
  font-family: var(--font-text);
  font-size: 20px;
  font-weight: 700;
  text-align: start;
  color: var(--white);
  margin-top: 10px;
}

.services_dsc_modal .services_body {
  padding: 20px 25px;
  background: var(--card-bg);
}

.services_body .other_info {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 25px;
}

.services_body .other_info .info_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services_body .other_info .info_item .icon {
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: var(--white);
  font-size: 18px;
  border-radius: 50px;
  margin: 0 auto;
  line-height: 40px;
}

.services_body .other_info .info_item .text {
  font-family: var(--primary-font);
  color: var(--black);
}

.service__id {
  background: var(--titile-black);
  color: var(--white);
}

.services_body .other_info .info_item .text h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}

.services_body .other_info .info_item .text > span {
  font-size: 16px;
  display: block;
}

.services_body #service_des {
  font-size: 16px;
  font-weight: var(--primary-font);
  background: var(--bs-body-bg);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: var(--text-black);
}

/*  service responsive */
@media only screen and (max-width: 992px) {
  .social_media_wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .search_filter_wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .serv_search,
  .filter_currency,
  .filter_services {
    margin: 0px;
  }

  .filter_currency > button,
  .search_filter_wrap .filter_btn {
    width: 100%;
  }

  .filter_currency > button,
  .search_filter_wrap .filter_btn {
    height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .services_dsc_modal .services_body {
    padding: 20px 10px;
  }

  .service_header #service_name {
    font-size: 16px;
  }

  .services_body .other_info .info_item .text h4 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .services_body .other_info .info_item .text > span {
    font-size: 14px;
    font-weight: var(--font-extra-bold);
  }

  .services_body .other_info .info_item {
    gap: 5px;
  }

  .service_header .btn_scondary {
    padding: 5px 20px;
    font-size: 14px;
  }

  .services_body #service_des {
    font-size: 12px;
  }

  .serv_category_card .serv_cat_card_header .category_name {
    font-size: 18px;
  }

  .serv_category_card .serv_cat_card_body .service_item,
  .serv_category_card .serv_cat_card_body .service_item.service_table_header {
    display: grid;
  }

  .serv_category_card .serv_cat_card_body .service_item.service_table_header {
    display: none !important;
  }

  .serv_category_card .serv_cat_card_body .service_item .id {
    grid-area: id;
    width: 100%;
    text-align: center;
  }

  .serv_category_card .serv_cat_card_body .service_item.service .services_name {
    font-size: 14px;
    grid-area: services;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .serv_category_card .serv_cat_card_body .service_item .rate {
    position: relative;
    grid-area: price;
    width: 100%;
    text-align: center;
  }

  .serv_category_card .serv_cat_card_body .service_item .rate::before {
    content: "Rate Per 1000";
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.min_order {
    display: block;
    position: relative;
    grid-area: min;
    width: 100%;
    text-align: center;
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.max_order {
    display: block;
    position: relative;
    grid-area: max;
    width: 100%;
    text-align: center;
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.min_order::before {
    content: "Min Order";
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.max_order::before {
    content: "Max Order";
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.min_order::before,
  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.max_order::before,
  .serv_category_card .serv_cat_card_body .service_item .rate::before {
    font-family: var(--font-text);
    font-size: 12px;
    color: #8f8f8f;
    position: absolute;
    top: -20px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.avg_time {
    font-size: 14px;
    grid-area: avgTime;
    display: block;
    width: 100%;
    text-align: center;
  }

  .serv_category_card .serv_cat_card_body .service_item .descriptions {
    grid-area: desc;
    width: 100%;
    text-align: center;
  }

  .serv_category_card .serv_cat_card_body .service_item.service {
    position: relative;
    display: grid;
    grid-template-areas:
      "id id id id id id"
      "services services services services services services"
      " price price min min max max"
      " avgTime avgTime avgTime avgTime avgTime avgTime"
      " desc desc desc desc desc desc";
    gap: 10px;
    border-bottom: 1px solid #ddd;
  }

  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.id
    > span,
  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.min_order
    > span,
  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.max_order
    > span,
  .serv_category_card
    .serv_cat_card_body
    .service_item.service
    > span.rate
    > span {
    font-size: 14px;
    padding: 5px 18px;
  }

  .serv_category_card .serv_cat_card_body {
    padding: 10px;
  }

  .btn_descriptions {
    font-size: 14px;
    padding: 5px 30px;
  }

  .services_dsc_modal .service_header {
    padding: 15px;
  }

  .services_dsc_modal .services_body {
    padding: 20px 10px;
  }

  .service_header #service_name {
    font-size: 16px;
  }

  .services_body .other_info .info_item .text h4 {
    font-size: 14px;
    margin-bottom: 0px;
  }

  .services_body .other_info .info_item .text > span {
    font-size: 14px;
    font-weight: var(--font-extra-bold);
  }

  .services_body .other_info .info_item {
    gap: 5px;
  }

  .service_header .btn_scondary {
    padding: 5px 20px;
    font-size: 14px;
  }

  .services_body #service_des {
    font-size: 12px;
  }

  .social_media_wrap .social_media_btn .media_name {
    display: none;
  }

  .social_media_wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Order Page Table */

.subs__table,
.refill__table,
.subs__table,
.refill__table,
.order__table {
  margin-bottom: 50px;
  background: var(--white);
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #e6e6e6;
}

.refill__table .refill_table_head,
.refill__table .refill_table_row,
.refill__table .refill_table_head,
.refill__table .refill_table_row,
.order__table .order_table_head,
.order__table .order_table_row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /* grid-template-columns: 4em 5em 3fr 6em 7em 6em 6em 17em 12em 1fr; */
  width: 100%;
  gap: 10px;
  text-align: left;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #ddd;
  /* background: var(--card-bg); */
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 0px;
}

.order__table .order_table_row:last-child,
.refill__table .refill_table_row:last-child,
.subs__table .order_table_row:last-child {
  border-bottom: none;
}

.subs__table .subs_table_head > div,
.refill__table .refill_table_head > div,
.order__table .order_table_head > div {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  opacity: 0.8;
}

.subs__table .subs_table_row > div,
.refill__table .refill_table_row > div,
.order__table .order_table_row > div {
  font-size: 15px;
  color: var(--black);
  font-weight: normal;
}

.subs__table .subs_table_row .body__id > span,
.refill__table .refill_table_row .body__id > span,
.order__table .order_table_row .body__id > span {
  display: inline-flex;
  gap: 4px;
  font-size: 16px;
  background: var(--primary-color);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
}

.order__table .order_table_head .head__link,
.order__table .order_table_row .body__link {
  width: 25em;
}

.refill__table .refill_table_row .body__link .link__order,
.order__table .order_table_row .body__link .link__order {
  display: inline;
  color: var(--white);
  transition: 0.5s ease;
}

.refill__table .refill_table_row .body__link .link__order:hover,
.order__table .order_table_row .body__link .link__order:hover {
  color: var(--primary-color);
}

.refill__table .refill_table_row .body__link .link__order > a,
.order__table .order_table_row .body__link .link__order > a {
  color: var(--text-black);
  text-decoration: underline;
  font-weight: 600;
  word-break: break-all;
}

.order__table .order_table_row .body__quantity,
.order__table .order_table_row .body__price {
  font-weight: 600;
}

.order__table .order_table_head .head__price,
.order__table .order_table_row .body__price {
  text-align: center;
}

.order__table .order_table_head .head__services,
.order__table .order_table_row .body__services {
  width: 20em;
}

.order__table .order_table_head .head__status,
.order__table .order_table_row .body__status {
  width: 8em;
}

.order__table .order_table_row .body__quickaction > .dropdown > .btn-action {
  background: var(--primary-color);
  border: none;
  border-radius: 50px;
  color: var(--white);
  padding: 6px 15px;
}

.subs__table .subs_table_head .body__status > .status_capsule,
.subs__table .subs_table_row .body__status > .status_capsule,
.refill__table .refill_table_row .body__status > .status_capsule,
.order__table .order_table_row .body__status > .status_capsule {
  background: #6400ff;
  color: var(--white);
  padding: 6px 15px;
  border-radius: 50px;
  text-align: center;
  min-height: 30px;
  justify-content: center;
}

.body__services {
  cursor: pointer;
  transition: 0.5s;
}

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

.status_capsule.status_Completed {
  background: #1cb474 !important;
}

.status_capsule.status_Active {
  background: #795af6 !important;
}

.status_capsule.status_Pending {
  background: #eda417 !important;
}

.status_capsule.status_Processing {
  background: #795af6 !important;
}

.status_capsule.Rejected,
.status_capsule.status_Canceled {
  background: #ec3d3d !important;
}

.status_capsule.status_Partial {
  background: #d116bf !important;
}

.status_capsule.status_Paused {
  background: #ff5721 !important;
}

.status_capsule.status_Expired {
  background: #795af6 !important;
}

.status_capsule.status_Error {
  background: #878f99;
}

/* ###### Order Page Table */

/* Refill page table */
.order__table.refill__table .order_table_head,
.order__table.refill__table .order_table_row {
  grid-template-columns: repeat(6, minmax(auto, 1fr)) !important;
  gap: 25px;
}

.order__table.refill__table .refill_table_head .head__link,
.order__table.refill__table .refill_table_row .body__link {
  width: 25em;
}

.order__table.refill__table .refill_table_head .head__services,
.order__table.refill__table .refill_table_row .body__services {
  width: 25em;
}

.order__table.refill__table .refill_table_head .head__status,
.order__table.refill__table .refill_table_row .body__status {
  width: 8em;
}

/* ### Refill page table */

/* Subscriptions */
.subs__table .subs_table_head,
.subs__table .subs_table_row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  gap: 15px;
  text-align: left;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
  background: #fafbff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 15px;
}

.subs__table .subs_table_head .head__id,
.subs__table .subs_table_row .body__id {
  width: 5em;
}

.subs__table .subs_table_head .head__username,
.subs__table .subs_table_row .body__username {
  width: 13em;
}

.subs__table .subs_table_head .head__services,
.subs__table .subs_table_row .body__services {
  width: 15em;
}

.subs__table .subs_table_head .head__action,
.subs__table .subs_table_row .body__action {
  width: auto;
}

.subs__table .subs_table_head .body__details,
.subs__table .subs_table_row .body__details {
  width: 7rem;
}

.subs__table .subs_table_row .body__details .btn__details {
  border: 1px solid #ddd;
  color: var(--primary-color);
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__action .actions__btn {
  display: inline-flex;
  gap: 5px;
  background: var(--primary-color);
  border: none;
  color: var(--white);
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__action .btn__cancel {
  display: inline-flex;
  gap: 5px;
  border: 1px solid var(--titile-black);
  color: var(--white);
  border-radius: 50px;
  padding: 5px 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.subs__table .subs_table_row .body__details .btn__details:hover {
  background: var(--primary-deep);
  color: var(--white);
}

/* ### Subscriptions */

@media only screen and (max-width: 1900px) {
  .order__table .order_table_head .head__link,
  .order__table .order_table_row .body__link {
    width: 17em;
  }

  .order__table .order_table_head .head__services,
  .order__table .order_table_row .body__services {
    width: 13em;
    font-size: 12px;
  }

  .refill__table .refill_table_row .body__link .link__order > a,
  .order__table .order_table_row .body__link .link__order > a {
    font-size: 13px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1550px) {
  .order__table .order_table_head .head__link,
  .order__table .order_table_row .body__link {
    width: 14rem;
  }
}

@media only screen and (max-width: 992px) {
  /* Order Table */
  .order_table_row .body__id {
    grid-area: id;
    text-align: center;
  }

  .order_table_row .body__date {
    grid-area: date;
    text-align: center;
  }

  .order_table_row .body__link {
    grid-area: link;
    width: 100% !important;
  }

  .order_table_row .body__price {
    grid-area: price;
    text-align: center;
  }

  .order_table_row .body__price::before {
    content: "Charges";
  }

  .order_table_row .body__startcount {
    grid-area: statcount;
    text-align: center;
  }

  .order_table_row .body__startcount::before {
    content: "Start Count";
  }

  .order_table_row .body__quantity {
    grid-area: quantity;
    text-align: center;
  }

  .order_table_row .body__quantity::before {
    content: "Quantity";
  }

  .order_table_row .body__remain {
    grid-area: remain;
    text-align: center;
  }

  .order_table_row .body__remain::before {
    content: "Remain";
  }

  .order_table_row .body__services {
    grid-area: services;
    width: 100% !important;
    text-align: center;
  }

  .order_table_row .body__status {
    grid-area: status;
    text-align: center;
  }

  .order_table_row .body__quickaction {
    grid-area: actions;
    text-align: center;
  }

  .order__table .order_table_head {
    display: none;
  }

  .order__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 15px; */
  }

  .order__table .order_table_row {
    border: 1px solid #ddd;
  }

  .order__table .order_table_row {
    margin-bottom: 0;
    background: var(--white);
  }

  .nightmode .order__table .order_table_row {
    background: transparent !important;
  }

  .subs__table .subs_table_row .body__newpost,
  .subs__table .subs_table_row .body__quantity,
  .order_table_row .body__price,
  .order_table_row .body__remain,
  .order_table_row .body__startcount,
  .order_table_row .body__quantity {
    position: relative;
    padding-top: 20px;
  }

  .subs__table .subs_table_row .body__newpost::before,
  .subs__table .subs_table_row .body__quantity::before,
  .order_table_row .body__price::before,
  .order_table_row .body__remain::before,
  .order_table_row .body__startcount::before,
  .order_table_row .body__quantity::before {
    font-size: 12px;
    color: var(--primary-color);
    position: absolute;
    text-align: center;
    top: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .refill__table .refill_table_head,
  .refill__table .refill_table_row,
  .refill__table .refill_table_head,
  .refill__table .refill_table_row,
  .order__table .order_table_head,
  .order__table .order_table_row {
    grid-template-areas:
      "id id id id id id id id id id id id "
      "date date date date date date date date date date date date"
      "link link link link link link link link link link link link"
      "price price price statcount statcount statcount quantity quantity quantity remain remain remain"
      " services services services services services services services services services services services services"
      "status status status status status status actions actions actions actions actions actions";
    gap: 10px;
  }

  .dripfeed__table .order_table_row .body__startcount::before {
    content: "Quantity";
  }

  .dripfeed__table .order_table_row .body__quantity::before {
    content: "Total quantity";
  }

  .dripfeed__table .order_table_row .body__remain::before {
    content: "Runs ~ Interval";
  }

  .refill__table .order_table_row .body__price::before {
    content: "Order Id";
  }

  .refill__table .order_table_row .body__price {
    grid-column: span 12;
  }

  .refill__table .order_table_row .body__status {
    width: 100%;
    grid-column: span 12;
  }

  .dripfeed__table .order_table_row .body__status {
    width: 100%;
    grid-column: span 12;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .icon {
    width: 20px;
  }

  .subs__table .subs_table_head {
    display: none;
  }

  .subs__table .subs_table_row .body__id {
    grid-area: subId;
    width: auto;
  }

  .subs__table .subs_table_row .body__username {
    grid-area: subUsername;
    width: 100%;
  }

  .subs__table .subs_table_row .body__quantity {
    grid-area: subquan;
  }

  .subs__table .subs_table_row .body__newpost {
    grid-area: subpost;
  }

  .subs__table .subs_table_row .body__services {
    grid-area: subserv;
    width: 100%;
  }

  .subs__table .subs_table_row .body__status {
    grid-area: substatus;
  }

  .subs__table .subs_table_row .body__details {
    grid-area: subsdetail;
  }

  .subs__table .subs_table_row .body__action {
    grid-area: subaction;
  }

  .subs__table .subs_table_row .body__quantity::before {
    content: "Quantity";
  }

  .subs__table .subs_table_row .body__newpost::before {
    content: "New posts";
  }

  .subs__table {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .subs__table .subs_table_row {
    grid-template-columns: none;
    text-align: center;
    grid-template-areas:
      "subId subId subId subId subId subId"
      "subUsername subUsername subUsername subUsername subUsername subUsername"
      "subquan subquan subquan subpost subpost subpost"
      "subserv subserv subserv subserv subserv subserv"
      "substatus substatus subsdetail subsdetail subaction subaction";
  }

  .subs__table,
  .refill__table,
  .subs__table,
  .refill__table,
  .order__table {
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background: none;
  }
  .order__table .order_table_row:last-child,
  .refill__table .refill_table_row:last-child,
  .subs__table .order_table_row:last-child {
    border-bottom: 1px solid #ddd;
  }
}

@media only screen and (max-width: 550px) {
  .order__table {
    grid-template-columns: 1fr;
  }

  .orders__filter__btn .order__filters .btn__orders__filter {
    padding: 6px 15px;
    border-radius: 7px;
    gap: 10px;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .text {
    font-size: 16px;
  }

  .orders__filter__btn .order__filters .btn__orders__filter .icon {
    width: 16px;
  }

  .subs__table {
    display: grid;
    grid-template-columns: 1fr;
  }

  .subs__table .subs_table_row {
    grid-template-columns: none;
    text-align: center;
    grid-template-areas:
      "subId subId subId subId subId subId"
      "subUsername subUsername subUsername subUsername subUsername subUsername"
      "subquan subquan subquan subpost subpost subpost"
      "subserv subserv subserv subserv subserv subserv"
      "substatus substatus substatus substatus substatus substatus"
      " subsdetail subsdetail  subsdetail subaction subaction subaction";
  }

  .order__table .order_table_row {
    border: none;
    border-bottom: 1px solid #ddd;
  }

  .order_nav li a {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.nightmode .subs__table,
.nightmode .refill__table,
.nightmode .subs__table,
.nightmode .refill__table,
.nightmode .order__table {
  background: #282828;
}

.nightmode .subs__table .subs_table_head > div,
.nightmode .refill__table .refill_table_head > div,
.nightmode .order__table .order_table_head > div {
  color: var(--white);
}

.nightmode .subs__table .subs_table_row > div,
.nightmode .refill__table .refill_table_row > div,
.nightmode .order__table .order_table_row > div {
  color: var(--white);
}

.nightmode .search_inputs .search input,
.nightmode .search_filter_wrap .search input,
.nightmode .subs__table,
.nightmode .refill__table,
.nightmode .subs__table,
.nightmode .refill__table,
.nightmode .order__table,
.nightmode .refill__table .refill_table_head,
.nightmode .refill__table .refill_table_row,
.nightmode .refill__table .refill_table_head,
.nightmode .refill__table .refill_table_row,
.nightmode .order__table .order_table_head,
.nightmode .order__table .order_table_row {
  border-color: var(--border-schema) !important;
}

.nightmode .search_inputs .search input,
.nightmode .search_filter_wrap .search input {
  background: #1c1b1e;
  color: var(--white) !important;
}

.nightmode .social_media_wrap .social_media_btn {
  color: var(--white) !important;
  background: #282828;
  color: var(--border-schema) !important;
}

.nightmode .social_media_wrap .social_media_btn:hover {
  color: var(--white) !important;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.nightmode
  .serv_category_card
  .serv_cat_card_body
  .service_item.service
  .services_name,
.nightmode
  .serv_category_card
  .serv_cat_card_body
  .service_item.service_table_header
  > span {
  color: var(--white);
}

.nightmode .social_media_wrap .social_media_btn .media_name {
  color: var(--white) !important;
}

.card_type_1.mb-3.statics_card .card-body .statics_card_inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.card_type_1.mb-3.statics_card .card-body .statics_card_inner .icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white);
}

.card_type_1.mb-3.statics_card .card-body .statics_card_inner .text h6 {
  font-size: 16px;
  margin-bottom: 5px;
}

.card_type_1.mb-3.statics_card .card-body .statics_card_inner .text h3 {
  font-size: 14px;
  margin: 0;
}

.card_type_1 h3 {
  font-size: 20px;
  font-weight: bold;
}

.account_badges {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 70%;
  margin: 0 auto;
  background: var(--primary-color);
  color: var(--white);
  padding: 10px 25px;
  border-radius: 50px;
}

.acc_features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}

.feature_item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.feature_item .icon {
  width: 25px;
  min-width: 25px;
  max-height: 25px;
  height: 25px;
  background: #e7ecf9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525252;
  line-height: 0;
}

.feature_item.active .icon {
  background: var(--primary-color);
  color: var(--white);
}

.feature_item .icon .activeIcon {
  display: none;
}

.feature_item.active .icon .activeIcon {
  display: block;
}

.feature_item.active .icon .inactiveIcon {
  display: none;
}

.service_descriptions #service_descriptions,
.infos_item .info_box {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f0f8ff;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--black);
  overflow: auto;
}

.infos_item .info_box .icon{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #20bcf4;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 20px;
  color: var(--white);
}

.service_infos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.service_descriptions label, .card-body .lebel {
  font-size: 14px;
  margin-bottom: 5px;
}
.service_infos .info_box .text{
  font-size: 14px;
}

span#new_services_name{
  font-size: 16px;
  font-weight: bold;
}

.nightmode .service_descriptions #service_descriptions,.nightmode .infos_item .info_box{
  background: var(--night-bg);
  border-color: var(--night-bg);
  color: var(--white);
}

img.img-fluid.avatar_images {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}

@media only screen and (max-width: 992px) {
  .acc_features {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
  }
  
}

@media only screen and (max-width: 768px) {
  .acc_features {
    grid-template-columns: 1fr;
  }
  .service_infos {
    grid-template-columns: 1fr;
  }
}
