.container {
  max-width: 1300px !important;
}
.navbar .navbar-brand {
  display: none;
}
.navbar-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 26px;
}
.navbar-nav li a {
  color: #0b0b0b !important;
  font-size: 16px;
  font-weight: 500;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.navbar-nav li a:hover {
  color: #0eb56a !important;
}
.nav_item_center {
  margin: 0px 33px 0px 33px !important;
}
header {
  position: relative;
}
.inr_bnr {
  padding: 20% 0 0 0;
  text-align: center;
  z-index: 111;
}
.inr_bnr a {
  color: #fff;
  font-size: 18px;
}

.inr_bnr a:hover {
  text-decoration: none;
  color: #fff;
}
.pisumify-hero-shape {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-290px);
  z-index: -1;
}
.coming_rt img {
  width: 100%;
}
#countdown {
  font-size: 2em;
  display: flex;
  gap: 20px;
  justify-content: end;
  font-size: 12px;
  color: #b9b9b9 !important;
}

.coming_lft .time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.coming_lft .number {
  font-size: 2.5em;
  font-weight: bold;
}

.coming_lft .label {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ccc;
}
.coming_lft {
  margin: 120px 0 0 0;
}
.pisumify-hero-shape img {
  height: 970px;
}
.coming_lft h1 {
  font-size: 25px;
  font-weight: 600;
}
.coming_lft h2 {
  font-size: 50px;
  font-weight: bold;
  background: -webkit-linear-gradient(#2dd693, #03aa5c);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 70px;
}
.inr_bnr_rt {
  margin: 35px 0 0 0;
}
.inr_bnr_rt img {
  width: 100%;
}
.pirsumify_rt {
  position: relative;
}
.facebook-box img {
  rotate: -16deg;
  animation: jumpTwo 4s infinite linear;
}
@-webkit-keyframes moveclouds2 {
  0% {
    margin-right: 200px;
  }

  100% {
    margin-right: -200px;
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}

@-webkit-keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-70%);
  }
}
@keyframes tpfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.tpfadeUp {
  -webkit-animation-name: tpfadeUp;
  animation-name: tpfadeUp;
}

@-webkit-keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeLeft {
  -webkit-animation-name: tpfadeLeft;
  animation-name: tpfadeLeft;
}

@-webkit-keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes tpfadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.tpfadeRight {
  -webkit-animation-name: tpfadeRight;
  animation-name: tpfadeRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tpfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}

@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes play-btn-1 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes play-btn-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.main-inr-hdr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0 15px 0;
}
.get_started ul {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
}
.get_started ul li {
  color: #000;
  font-weight: 600;
  list-style: none;
}
.get_started ul li a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.get_started ul li.get_btn a {
  background: #000;
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.get_started ul li.get_btn a:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
}
.inr_bnr_lft h1 {
  font-size: 17px;
  font-weight: 500;
  padding: 30px 0 0 0;
}
.inr_bnr_lft h3 {
  font-size: 60px;
  font-weight: 700;
  padding: 10px 0 0 0;
  line-height: 75px;
  color: #333;
}
.inr_bnr_lft h3 span {
  color: #15cb81;
}
.inr_bnr_lft p {
  font-size: 15px;
  font-weight: 500;
  padding: 28px 0 0 0;
}
.banner {
  overflow: hidden;
}
.try_free {
  text-align: center;
  margin: 25px 0 0;
}
.try_free button {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}
.try_free button:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  color: #fff;
}
.free_forever {
  margin: 0 0 40px 0;
}
.free_forever ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  padding: 41px 0 10px 0;
}
.free_forever ul li {
  list-style: none;
}
.free_forever ul li a {
  color: #000;
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 10px #dbdbdb;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.country_select select {
  /* margin: 18px 0 0 0; */
  /* width: 110px; */
}
select#country-selector {
  /* padding-left: 36px; */
}
.logo-hdr {
  display: flex;
  align-items: center;
  gap: 91px;
}
.satisfied_client {
  text-align: center;
}
.our_platforms h1 {
  font-size: 40px;
  font-weight: 700;
  padding: 70px 0 75px 0;
  text-align: center;
  color: #13034a;
}
.our_platforms h1 span {
  color: #16c77e;
  font-weight: 500;
  font-style: italic;
}
.main_platform {
  text-align: center;
  padding-bottom: 38px;
  padding-top: 18px;
}
.main_platform h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}
.main_platform p {
  font-size: 17px;
  font-weight: 500;
  padding: 5px 35px 20px;
  color: #453478;
}
.main_platform a {
  font-size: 17px;
  font-weight: 600;
  padding: 5px 0 7px 0;
  text-align: center;
  color: #13034a;
}
.main_platform.active {
  box-shadow: 0px 0px 7px #f0f0f0;
  border-radius: 22px;
}
.main_platform a:hover {
  color: #1bd083;
  text-decoration: none;
}
.finnaly_sec {
  background: url(../images/finally_bg.jpg) no-repeat;
  margin: 100px 0 0 0;
  padding: 0 0 70px 0;
  background-size: cover;
}
.finnaly_sec h1 {
  font-weight: 700;
  font-size: 45px;
  padding: 70px 0 70px 0;
  text-align: center;
  line-height: 34px;
}
.main_finally {
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
  min-height: 415px;
}
.finnaly_sec h2 {
  font-weight: 700;
  font-size: 22px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 34px;
  color: #111111;
}
.finnaly_sec p {
  font-size: 18px;
  color: #647082;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.finnaly_sec .col-md-4 {
  margin-bottom: 15px;
  padding-right: 8px;
  padding-left: 8px;
}
.learn_btn {
  text-align: center;
  padding: 50px 0 0 0;
}
.learn_btn a {
  background: #03ad66;
  padding: 11px 25px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  margin: 15px 0 0 0;
}
.learn_btn a:hover {
  text-decoration: none;
  color: #fff;
  background: #009d5c;
}
.main_compaign {
  display: flex;
  gap: 30px;
  margin: 80px 0;
  padding: 0 80px;
}
.compaign_box {
  background: #10c67b;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px 0;
}
.sec-compaign_box {
  background: #0095ec;
}
.sec-compaign_box {
  background: #0095ec;
}
.thrd-compaign_box {
  background: #050d36;
}
.compaign_box h3 {
  font-weight: 600;
  font-size: 34px;
  padding: 15px 0 10px 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.compaign_box p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0 0 20px 0;
}
footer {
  position: relative;
  overflow: hidden;
}
.footer_logo p {
  color: #6b849f;
  font-size: 16px;
  margin-top: 18px;
  line-height: 24px;
  padding-right: 130px;
}
.Service_footer {
  margin: 65px 0 0 0;
}
.Service_footer h5 {
  color: #273863;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.Service_footer a {
  color: #6b849f;
  font-size: 16px;
  font-weight: 500;
}
.Service_footer a:hover {
  text-decoration: none;
}
.term-sec ul {
  display: flex;
  margin: 0;
  padding: 0 50px 0 0;
  gap: 35px;
}
.term-sec ul li {
  list-style: none;
}
.term-sec ul li a {
  color: #17bf75;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.footer_fab_side a {
  color: #fff;
  font-size: 14px;
}
.inr_ftr {
  padding: 70px 0px 45px;
}
.inr_ftr li {
  padding-bottom: 11px;
}
.inr_ftr a:hover {
  text-decoration: none;
  color: #17bf75;
}
.term-sec ul li a:hover {
  color: #00d276;
}
.copyright_sec {
  border-top: 1px solid #f0f0f0;
}
.copy-write p {
  padding: 35px 0px;
  margin-bottom: 0px;
  font-size: 16px;
  color: #6b849f;
}
.main_copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqs {
  background: url(../images/question_bg.jpg) no-repeat;
  text-align: center;
  padding: 70px 0 0 0;
  min-height: 635px;
  background-size: cover;
  overflow: hidden;
}
.main_faqs h3 {
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 60px 0;
}
.main_faqs h3 span {
  background: -webkit-linear-gradient(#27c789, #0db874);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-toggle="collapse"] .fa:before {
  content: "\f077";
}
[data-toggle="collapse"].collapsed .fa:before {
  content: "\f078";
}
.arrow-expand {
  margin-left: 10px;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.7s ease;
}
.questions_sec .answer-group {
  background: #fff;
  /* padding: 15px 25px; */
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  margin: 0 0 15px 0;
}
.questions_sec .answer-group p {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions_sec .card-body p {
  font-weight: 500;
  font-size: 17px;
  margin: 0;
  color: #8a8888;
  text-align: left;
  padding: 15px 25px;
}
.questions_sec {
  padding: 0 150px;
}
.questions_sec .answer-group .card-body {
  padding-left: 0;
}
.inr-signup {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 50px 0 75px 0;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.inr-signup input {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.inr-signup select {
  background: #fff;
  width: 100%;
  border: 1px solid #c1c1c1;
  height: 50px;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.pisumify-signin__check-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0 0 0;
}
.pisumify-signin__checkbox--group {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.inr-signup input[type="checkbox"] {
  width: 14px;
  height: 14px;
  outline: none;
  cursor: pointer;
  position: relative;
  border: 1px solid #c9c9c9;
  background: transparent;
  border-radius: 2px;
}
.inr-signup .pisumify-signin__checkbox--group label {
  margin-bottom: 0;
}
.pisumify-signin__forgot a {
  color: #0eb56a;
}
.pisumify-signin__forgot a:hover {
  text-decoration: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
  top: initial;
  right: initial;
}
.pisumify-btn {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
  border: 1px solid transparent;
  gap: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  height: 56px;
  font-size: 18px;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  line-height: 58px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  border: 0;
  margin: 15px 0 10px 0;
}
.pisumify-btn:hover {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
}
.pisumify-btn {
  width: 100%;
}
.pisumify-signin__bottom {
  text-align: center;
}
.pisumify-signin__heading {
  margin-bottom: 30px;
}
.pisumify-signin__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.pisumify_bottom_or {
  position: relative;
  text-align: center;
}
.pisumify_bottom_or::after {
  position: absolute;
  height: 1px;
  width: 200px;
  left: 150px;
  content: "";
  background: #d9d9d9;
  top: 13px;
}
.pisumify_bottom_or p {
  background: #fff;
  color: #333;
  z-index: 3333;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
}
.pisumify-signin__button--group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pisumify-btn__other {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-weight: 400;
  border: 0;
  height: 58px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.facebook-box {
  position: absolute;
  top: 0;
  animation: tpupdown 0.8s infinite alternate;
  width: 60px;
}
.instagram-box {
  position: absolute;
  top: 0;
  right: 0;
  animation: rotate2 15s linear infinite;
  width: 60px;
}
.whatsapp-box {
  position: absolute;
  bottom: 6px;
  right: -19px;
  animation: tpupdown 2s infinite alternate;
  width: 62px;
}
.inr-signup-lft {
  width: 55%;
}
.inr-signup-lft label {
  margin-bottom: 20px;
}
#userMenuOffcanvas {
  z-index: 111111;
}
.inr-shadow {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
  padding: 80px;
  margin: 0px;
}

.inr-shadow input {
  border-radius: 4px;
  height: 50px;
  padding: 0 25px;
}

.inr-shadow .account-form {
  padding: 0px;
}

.inr-shadow .custom--card {
  background: unset;
  border: unset;
  /* border-radius: 20px; */
}

.inr-shadow .account-form__title {
  border-bottom: 0px;
  text-align: left;
}

.inr-shadow .custom--card.account__top {
  display: none;
}

.inr-shadow .gap-row {
  gap: 50px;
}

.input-recovery label {
  margin-bottom: 20px !important;
}
.logo-hdr .country_select .select__input {
  background: transparent !important;
}
.actives-btn {
  display: flex;
  gap: 10px;
  height: 72px;
}
/* subscription buttons start */
.sub-wrap {
  background: #f7f9fc;
  padding: 40px;
}
.subscription {
  max-width: 500px;
  margin: auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.subscription h4 {
  font-size: 24px;
  color: #0243af;
  margin-bottom: 25px;
}

.actives-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.toggle-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  font-size: 16px;
  border: 2px solid #0243af;
  border-radius: 8px;
  background-color: white;
  color: #0243af;
  cursor: pointer;
  transition: all 0.35s ease;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: none;
  transform: scale(1);
}

.toggle-btn:hover {
  background-color: #0243af;
  color: white;
  transform: scale(1.03);
}

.toggle-btn.active {
  background-color: #0243af;
  color: white;
  box-shadow: 0 6px 16px rgba(2, 67, 175, 0.25);
}

.subscription .icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.toggle-btn:hover .icon {
  transform: rotate(5deg);
}
/* subscription buttons start */
/* privacy policy start */
/* Privacy policy Two Cards css STart ******************************************************************************/

.breadcrumb {
  display: none;
}

.privacy-hed {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  background-image: linear-gradient(
    to right,
    #018ce5 0,
    #0144b0 22%,
    #f6e27a 45%,
    #f6f2c0 50%,
    #cfb424 55%,
    #e29217 78%,
    #462523 100%
  );
  color: transparent;
  -webkit-background-clip: text;
}
.privacy-hed ul li,
.privacy-hed p {
  color: #200e4e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
/* Privacy policy Two Cards css End *********************************************************************/
.privacy-hed {
  background-image: linear-gradient(
    to right,
    #018ce5 0,
    #0144b0 22%,
    #0143af 45%,
    #014cb6 50%,
    #008fe7 55%,
    #0142af 78%,
    #0046b1 100%
  ) !important;
  text-align: center;
}
.privacy-inner:first-child(1) {
  text-align: center;
}
.hed-bg {
  background-color: #dfdfdf;
  padding: 40px;
}
/* privacy policy End */
/*Pricing & Packages Two Cards css START ******************************************************************************/

.pricing-packages {
  background: linear-gradient(to bottom, #f3f3f9 50%, #ffffff 50%);
}
.pricing-title {
  font-weight: 700;
  font-size: 2rem;
  color: #0135a5;
}
.subtext {
  color: #555;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.toggle-switches .btn {
  border-radius: 30px;
  padding: 6px 20px;
  font-weight: 600;
}
.toggle-switches .btn.active {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  color: white;
  line-height: 1.9;
}
.badge-discount {
  background-color: #ff5e5e;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 20px;
}

.card-pricing {
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  border-top: 6px solid #0135a5;
}
.silver {
  border-color: #9fe550;
  border-top: 6px solid #9fe550;
}
.silver .card-hed {
  border: 1px solid #9fe550;
}
.card-pricing:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.price {
  font-size: 2rem;
  font-weight: 700;
}
.package-title {
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
}
.features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  text-align: left;
}
.features li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #212529;
}
.features i {
  color: #0135a5;
  margin-right: 6px;
}
.btn-select {
  background: #013fac !important;
  color: white !important;
  border-radius: 30px;
  padding: 8px 24px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
  border-radius: 24px !important;
}
.btn-silver {
  background: #7b7b7b !important;
}
.btn-gold {
  background: #c5a34f !important;
}
.border-top-feature {
  border-top: 1px solid #63e1f1;
}
.silver-feture {
  border-top: 1px solid #9fe550;
}
.gold-featur {
  border-top: 1px solid #c5a34f;
}
.recommended-badge {
  background: #0135a5;
  color: white;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.gold {
  border-color: #c5a34f;
}
.gold .package-title {
  color: #c5a34f;
}
.gold .price {
  color: #c5a34f;
}
.free {
  border-color: #63e1f1;
}
.free .package-title,
.free .price {
  color: #63e1f1;
}
.silver .package-title,
.silver .price {
  color: #7b7b7b;
}
.fit-content {
  width: fit-content;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 24px;
  margin: auto;
}
.card-hed {
  background: #f8f7fb;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #63e1f1;
}
.gold-hed {
  background: #fcf8ef;
  border: 1px solid #c5a34f;
}
.card-pricing .card-hed .price span {
  font-size: 14px;
  color: #0192e9;
}
.gold-bor,
.silver-bor,
.package-title .border-wr {
  border: 1px solid #0135a5;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
}
.silver-bor {
  border: 1px solid #7b7b7b;
}
.gold-bor {
  border: 1px solid #c5a34f;
}
.package-title i {
  font-size: 24px;
  font-size: 22px;
  line-height: 40px;
  /* display: flex
; */
  /* align-items: center;
  /* justify-content: center; */
}
.card-pricing p {
  color: #212529;
  font-size: 14px;
}
.silver-feture li i {
  color: #7b7b7b;
}
.gold-featur li i {
  color: #c5a34f;
}
.privacy-inner h6,
.privacy-inner h5 {
  font-size: 16px;
  margin-top: 32px;
  margin-bottom: 12px;
}
.privacy-inner ul li,
.privacy-inner p {
  font-size: 16px;
}
.privacy-wrapper h3 {
  font-size: 26px;
}
.gold .gold-hed .package-title .gold-bor {
  border: 1px solid #c5a34f;
}
.gold .gold-hed .package-title i {
  color: #c5a34f;
}
.silver .card-hed .package-title .silver-bor {
  border: 1px solid #9fe550;
}
.silver .card-hed .package-title i {
  color: #9fe550;
}
.silver .card-hed .package-title {
  color: #9fe550;
}
/* Pricing & Packages Two Cards css End ******************************************************************************/
.solutions-hero {
  padding: 20px 0 !important;
}
.privacy-hero h1 {
  color: #000 !important;
}
/* new step step accordian start________________________________________________________ */
.step-tracker .circle {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: 2px solid #cbd5e1;
  color: white;
  font-weight: bold;
  margin: 0 auto;
}

.step-tracker .active .circle,
.step-tracker .done .circle {
  background-color: #22c55e;
  border-color: #22c55e;
}

.step-tracker .done .circle::after {
  content: "✔";
}

.step-tracker small {
  display: block;
  margin-top: 6px;
}

.step-tracker .line {
  flex-grow: 1;
  height: 2px;
  background-color: #cbd5e1;
  margin: 0 5px;
}

.step-tracker .done ~ .line {
  background-color: #22c55e;
}
.close-coming {
  font-size: 12px !important;
}
/* Login otp start */
.ads-wrapper {
  /* background: #f5f6fb; */
}

.left-col {
  /* background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 39.5H40V40H0V39.5Z' fill='%23E3EAF5'/%3E%3Cpath d='M0.5 0V40H0V0H0.5Z' fill='%23E3EAF5'/%3E%3C/svg%3E");
    background-repeat: repeat; */
  min-height: 100vh;
  z-index: 3;
}

.ads-wrapper .slick-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ads-wrapper.slide-box {
  /* background: #fff; */
  /* border-radius: 20px; */
  padding: 20px;
  text-align: center;
  /* max-width: 360px; */
  width: 100%;
  position: relative;
  padding-bottom: 60px !important;
}

.ads-wrapper.slide-img {
  max-width: 100%;
  border-radius: 9.75px;
}

/* .badge-variation,
  .badge-icon {
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    border-radius: 10px;
    padding: 5px 10px;
  } */

/* .badge-variation {
    background: #000;
    color: #fff;
    left: 15px;
    bottom: 80px;
  } */

/* .badge-icon {
    background: #ffb400;
    color: #fff;
    right: 15px;
    bottom: 15px;
  } */

.login-section {
  padding: 60px 20px;
}

.rocket {
  background: #007bff;
  color: white;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-started {
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 19.5px; */
  line-height: 44.5px !important;
  height: 45.5px;
  /* height: 56px !important; */
  max-width: 576px;
  border-radius: 10px;
  font-weight: 500;
}
.btn-started:hover {
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%) !important;
}

.anchor-color a {
  color: #0064fa;
}
.btn-hover:hover {
  background: #80808017 !important;
}
.fixed-chat {
  display: none !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #007bff;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  position: absolute;
  bottom: 36px;
  /* display: flex !important;
    justify-content: center;
    width: 100%; */
  /* background: red; */
}

.ads-wrapper .slick-dots li button::after,
.ads-wrapper .slick-dots li button::after,
.ads-wrapper button#slick-slide-control01,
.ads-wrapper button#slick-slide-control02,
.ads-wrapper button#slick-slide-control00 {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: none;
}

.ads-wrapper .slick-dots li {
  width: 16px !important;
  height: 16px !important;
  border-radius: 100%;
  background: #989ba0;
}

.ads-wrapper li.slick-active {
  background: red;
  z-index: 999;
  background-color: #020817;
}

/* .slick-dots li {
    margin: 0 4px;
  }

  .slick-dots li button:before {
    font-size: 0;
  }

  .slick-dots li.slick-active button:before {
    content: '1/3';
    background: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 12px;
  }

  .slick-dots li:not(.slick-active) button:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
  } */

/*  */
.ads-wrapper .slider-bg {
  border-radius: 20px;
  min-height: 200px;
  padding: 0px 20px;
  transition: background 0.5s ease;
  background: linear-gradient(135deg, #d6ffe3, #eafffc);
  position: relative;
  top: 14px;
}

/* .slider-bg.bg-1 { 
    background:
      linear-gradient(217deg, rgb(255 0 0 / 0.8), rgb(255 0 0 / 0) 70.71%),
      linear-gradient(127deg, rgb(0 255 0 / 0.8), rgb(0 255 0 / 0) 70.71%),
      linear-gradient(336deg, rgb(0 0 255 / 0.8), rgb(0 0 255 / 0) 70.71%);
  }  */
.ads-wrapper .slider-bg.bg-1 {
  background: linear-gradient(135deg, #d6ffe3, #eafffc);
}

.ads-wrapper .slider-bg.bg-2 {
  background: linear-gradient(135deg, #fff1f9, #f3e9ff);
}

.ads-wrapper .slider-bg.bg-3 {
  background: linear-gradient(135deg, #f1fff0, #f1fff0);
}

.ads-wrapper .slide-box img {
  max-width: 360px;
  margin: auto;
}

.ads-wrapper .slide-box {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin: auto;
}

.btn-social-g .btn::after {
  display: none;
}

.btn-social-g button {
  background: #fff !important;
  color: #3c4043 !important;
  font-weight: 500 !important;
  font-size: 16px;
  border: 1px solid #ccc !important;
}

.sub-content {
  margin-bottom: 32.5px;
}

.sub-content h4 {
  font-size: 24px;
  font-weight: 700;
  color: #020817;
}

.sub-content p {
  color: #989ba0;
  font-size: 16px;
}

.center-text {
  color: #e3e3e3;
}

.center-text hr {
  background-color: #e3e3e3;
}

.center-text {
  color: #989ba0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-input span {
  color: #989ba0;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 6px;
  text-align: left;
  width: 100%;
}

.login-input input {
  line-height: 60.5px;
  height: 48px;
  border-radius: 0.75rem;
}

.width-640 {
  max-width: 640px !important;
  margin: 18px;
  margin: auto;
}

.btn-arrow {
  position: relative;
}

.btn-arrow .arrow svg {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  color: #fff;
}

.login-input {
  max-width: 576px;
  margin: auto;
}
.login-input input::placeholder {
  color: #9ca3af;
  font-size: 13px;
}

.padding-195 {
  padding: 19.5px;
}

/* OTP Start */
.otp-container {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.otp-input {
  width: 42px;
  height: 49px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: border-color 0.3s ease;
}

.otp-input:hover,
.otp-input:focus,
.otp-input:active {
  border-color: #0d6efd;
  outline: none;
}

.email-info {
  text-align: center;
  margin-bottom: 35px;
}

.timer {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  max-width: 310.94px;
  margin: auto;
}
.otp-resend,
.login-input .email-info a {
  color: #020817;
  font-size: 14px;
  text-decoration: underline !important;
}
.text-muted {
  color: #989ba0 !important;
  font-size: 14px;
  margin-top: 14px;
}
.login-otp-mt {
  margin-bottom: auto;
  position: absolute;
  bottom: 24px;
  /* margin: auto; */
  right: 0;
  left: 0;
  color: #020817 !important;
  font-size: 14px;
}
/* OTP End */
/* Login otp Etart */
/*  */
/* Admin style  (july-21-2025) desigine Start*/
.metrics-wrapper {
  /* padding: 30px; */
}
.metrics-header {
  font-weight: 600;
}
.btn-campaign {
  background-color: #0061ff !important;
  color: white;
  border: none;
  font-size: 14px !important;
}
.metrics-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  /* display: flex;
  justify-content: space-between; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.metric-box {
  flex: 1;
  text-align: left;
  padding: 15px;
  /* border-right: 1px solid #f0f0f0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.metric-box:last-child {
  border-right: none;
}
.metric-title {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}
.metric-value {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.metric-sub {
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.percent-down {
  color: #d9534f;
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}
.percent-up {
  color: #28a745;
  font-weight: 600;
  margin-left: 6px;
  font-size: 14px;
}
.mini-chart-box {
  margin-top: 10px;
  height: 60px;
}
.all-work canvas {
  width: 100% !important;
  height: 60px !important;
  max-width: 76px;
  min-width: 75px;
}
.pos-check {
  position: absolute;
  right: 10px;
  top: -16px;
}
.select-h {
  line-height: 34px;
}
.copain-w {
  width: 30%;
}
/* second graph */
.all-work .icon-up::before {
  content: "\f0aa";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}
.all-work .icon-down::before {
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}
.all-work .custom-graph-wrapper {
  background: #ffffff;
  padding: 25px;
  margin-top: 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.all-work .custom-graph-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.all-work .custom-graph-header .amount-text {
  color: #009dff;
  font-weight: bold;
}
.all-work .custom-canvas {
  width: 100% !important;
  max-width: 100%;
  min-width: 100%;
  height: 244px !important;
}
/* Tabs Start */

.search-and-filter {
  display: flex;
  align-items: center;
}

.search-input {
  padding: 8px 12px;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.filters .filter-btn {
  padding: 8px 16px;
  font-size: 14px;
  margin-left: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
}

.filters .filter-btn.active {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.tab-wrapper .nav-pills .nav-link {
  color: #000;
  font-size: 14px;
}
.tab-wrapper .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  border-bottom: 2px solid #0046b1;
  color: #0046b1;
  border-radius: 0px;
}
.tab-wrapper ul.nav.nav-pills {
  border-bottom: 1px solid #ccc;
}
/* Additional custom styles if needed */
.btn-tab .btn-outline-doc::after,
.btn-tab .btn-outline-relode::after {
  display: none;
}
.btn-tab .btn-outline-relode {
  border: 1px solid #0046b1;
  color: #0046b1 !important;
  background-color: #6093de52;
  width: 62px;
  line-height: 34px;
  /* height: 30px; */
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 6px;
}
.btn-tab .btn-outline-doc {
  border: 1px solid #2cd590;
  color: #2cd590 !important;
  background-color: #2cd5903b;
  width: 62px;
  line-height: 34px;
  /* height: 30px; */
  padding: 0px 10px;
  font-size: 14px;
  border-radius: 6px;
}
.btn-outline-compaines {
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #bbb3b373;
  /* padding: 0px 26px; */
  /* height: 38px; */
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 31px;
}
.btn-outline-draft {
  line-height: 34px;
  background-color: #ccc;
  border: 1px solid #bbb3b373;
  /* padding: 0px 26px;
    height: 38px; */
  border-radius: 4px;
  color: #00000082;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 31px;
}
.serc-compain input::placeholder,
.tab-content select::placeholder,
.tab-content::placeholder {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 300 !important;
}
.serc-compain {
  position: relative;
}
.serc-compain input {
  padding-left: 32px;
}
.serc-compain .serc-icon {
  position: absolute;
  left: 15px;
  top: 5px;
  color: #6c757da3;
}

/* Tabs End */
/* Admin style  (july-21-2025)desigine End*/
/* dropdown header start */
.custom-dropdown-menu {
  min-width: 250px !important;
  padding: 0;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.drop-wrap .dropdown-header-custom {
  background-color: #0c0c0e;
  color: #fff;
  padding: 15px;
}

.drop-wrap .dropdown-header-custom h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.drop-wrap .dropdown-header-custom small {
  font-size: 13px;
  color: #ccc;
}

.drop-wrap .dropdown-item-custom {
  display: flex;
  align-items: center;
  padding: 5px 16px;
  font-size: 15px;
  color: #333;
  transition: background 0.2s;
}

.drop-wrap .dropdown-item-custom i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #6c757d;
}

.drop-wrap .dropdown-item-custom:hover {
  background-color: #f8f9fa;
}

.logout {
  color: #c0392b !important;
}

.drop-wrap .dropdown-toggle::after {
  display: none;
}
.dropdown-menu.custom-dropdown-menu {
  transform: translate(18px, 68px) !important;
  border-radius: 10px;
  inset: inherit !important;
  transform: inherit !important;
  top: 60px !important;
  margin: inherit !important;
  right: 0 !important;
}
.arrowdrop-posh {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  right: 5px;
}

.user-sidebar__nav-link i {
  background: unset !important;
}
.user-sidebar__nav-link:hover i,
.user-sidebar__nav-link:hover {
  color: #040583 !important;
}
.drophed-menu {
  width: 50px;
  height: 50px;
  margin: 0px;
  background: #d7d8d7 !important;
  /* padding: 2px !important; */
  /* border: 1px solid transparent; */
}
.border-profile {
  position: relative;
}
.border-profile::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border: 1px solid #d7d8d7;
  /* padding: 2px; */
  border-radius: 100%;
  bottom: -4px;
  right: -4px;
}
/* dropdown header End */
button#resendBtn {
  display: block;
  color: #b9b9b9 !important;
  font-size: 14px;
  margin: auto;
}
div#otp-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--base {
  border: none !important;
}
/*  */
.activity-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0;
}

.activity-item strong {
  display: block;
}

.filter {
  float: right;
  margin-top: -2.5rem;
}

.sidebar {
  width: 250px;
  background-color: #ffffff;
  border-right: 1px solid #f1f1f1;
  padding: 32px 20px 20px 20px;
  height: 100%;
  position: fixed;
  top: 86px;
}

.sidebar h2 {
  font-size: 18px;
  margin-bottom: 1rem;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar li {
  padding: 10px 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  margin: 12px 0;
}

.sidebar li img {
  width: 20px;
  margin-right: 10px;
}

.sidebar li.active,
.sidebar li:hover {
  background-color: #e2e6ea;
}

#sidebarCollapse {
  margin: 15px;
}

.close-sidebar {
  display: none;
  font-size: 12px;
  font-weight: bold;
  color: #7e7e7e !important;
  text-align: right;
  cursor: pointer;
}

.flex-sec {
  display: flex;
  /* align-items: start; */
  gap: 10px;
  background-color: #f8f9fa;
  margin: 86px 0 0 0;
}
.padding-container {
  padding-left: 256px !important;
  padding-right: 20px;
  width: 100%;
}
section.breadcrumb {
  /* display: none; */
}

.summary-card canvas {
  width: 100% !important;
  height: 60px !important;
  margin: 0.5rem 0;
}

.menu-responsive {
  display: none;
}

.fa-pen-to-square {
  color: #009bf0;
}

.search-programs {
  background: transparent !important;
  font-size: 14px;
  border: 0;
  box-shadow: none !important;
  padding-left: 22px;
}

.posh-search {
  position: relative;
}

.posh-search .fa-magnifying-glass {
  position: absolute;
  left: 4px;
  top: 11px;
  font-size: 13px;
  color: #707581;
}
.sidebar-fixes {
  position: relative;
  /* margin: 86px 0 0 0 !important; */
}
/*  */
/* table stack start */

.table-stack .table-responsive {
  /* overflow-x: auto; */
}

.table-stack table th,
.table-stack table td {
  white-space: nowrap !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}

/* Sticky first 3 columns */
.table-stack .sticky-col {
  position: sticky !important;
  background: white !important;
  z-index: 2 !important;
}

.table-stack .col-0 {
  left: 0;
  width: 70px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-1 {
  left: 70px;
  width: 70px;
  background-color: #fff !important;
  z-index: 3 !important;
}

.table-stack .col-2 {
  left: 140px;
  width: 120px;
  background-color: #fff !important;
  z-index: 3 !important;
}
.table-stack .col-3 {
  left: 210px;
  width: 280px;
  background-color: #fff !important;
  z-index: 3 !important;
}
.table-stack .col-plus {
  right: 0px;
  width: 50px;
  background-color: #fff !important;
  z-index: 3 !important;
}
/* Toggle Switch */
.table-stack .form-switch .form-check-input {
  width: 2.5em;
  height: 1.2em;
}

/* Status badge */
.table-stack .status-badge {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
}

/* Pagination button */
.table-stack .pagination-btn {
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  border-radius: 0.375rem;
  background: #fff;
}
.table-stack .table thead tr th {
  color: #64748b !important;
  height: 48px;
}
.table-stack .table tbody tr td,
.table-stack .table thead tr th {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  background-color: #fff !important;
  border: 1px solid transparent !important;
  border-bottom-color: unset !important;
  border-bottom: 1px solid #ccc !important;
}
.table-stack .table tbody tr td {
  color: #212121;
  font-size: 12px !important;
}
.table-stack .table tbody tr td,
.table-stack .table thead tr th {
  text-align: left !important;
}
.bg-text {
  background-color: #f5f5f5;
  font-size: 9px !important;
  line-height: 13px;
  color: #6b7280 !important;
  border-radius: 6.5px;
  display: inline-block;
  padding: 6px 10px;
  width: fit-content;
  margin-top: 0px;
  font-size: 13px !important;
  /* margin-bottom: 6px; */
}
.text-linked {
  color: #0064fa;
  font-size: 12px;
  text-decoration: none !important;
}
.bg-text_lft {
  font-weight: 600 !important;
  font-size: 13px !important;
}
.compain-detail {
  font-size: 11px;
  line-height: 16.25px;
  color: #6b7280;
}
/* admin-header start */
.adminhed-wrapper {
  position: fixed;
  z-index: 1111;
  width: 100%;
  background: #fff;
}
/* td.sticky-col.col-3{
  display: unset;
} */
/* admin-header End */
/* table stack End */
/* profile start css */
.subheading-p{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #020817;
}
.label-inputs {
  /* padding-top: 26px;
  padding-bottom: 26px; */
  border-bottom: 1px solid #e2e8f0;
  padding: 26px 12px;
}
.border-rights{
  border-right: 1px solid #e2e8f0 !important;
}
.label-inputs h6{
  color: #6b7280;
  font-weight: 500;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 12px;
}
.profile-page .list-group-item.active{
  border-radius: 8px;
  background-color: #eff6ff !important;
color: #3b82f6 ;
border-color: unset !important;
border: 1px solid transparent !important;
}
.profile-page .list-group-item:hover{
  background-color: #f3f4f6;
  border-radius: 8px;
  color: #4b5563 ;
}
.profile-page .list-group-item.active
{
    /* background-color: #eff6ff !important; */
color: #3b82f6 ;
}
.profile-page .list-group a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400 !important;
  padding: 12px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  border: 1px solid transparent !important;
  color: #4b5563;
}
.profile-page .fa-users:before{
  /* display: none; */
  margin: 0px;
}
.profile-page .form-label{
  color: #6b7280;
    font-weight: 500;
    font-size: 13px;
    line-height: 5px;
    margin-bottom: 12px;
}
.btn-primary-uplode {
  background: #000;
  background: linear-gradient(to right, #009bf0 1%, #0135a5 100%);
  padding: 11px 15px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.btn-primary-uplode:hover{
  background: linear-gradient(to right, #0135a5 1%, #009bf0 100%);
}
/* .max-profile img{
  width: 176px;
  height: 176px;
  border-radius: 100%;
  background: #f1f5f9;
} */
.myp-head{
font-size: 20px;
}
/* profile End css */
/* new step step accordian End________________________________________________________ */
@media (max-width: 991px) {
  .whats-posh {
    right: 40.1% !important;
    top: 42% !important;
  }
}
@media (max-width: 768px) {
  .copain-w {
    width: 100%;
    margin-top: 20px;
  }
  .sub-content h4 {
    font-size: 20px;
  }
  .slick-dots {
    bottom: 0px;
  }
  .left-col {
    min-height: 60vh;
  }
  .ads-wrapper .slide-box img {
    max-width: 100%;
  }
  div#slider-bg {
    padding-bottom: 1px;
  }
  .logo img {
    width: 185px;
  }
  .main-inr-hdr {
    flex-direction: column;
    gap: 28px;
  }
  .inr-signup {
    margin: 20px 0 75px 0;
    padding: 30px 20px;
    flex-direction: column;
  }
  #navbarNav,
  #navbarSupportedContent {
    position: absolute;
    background: #eef3f7;
    top: 62px;
    border-radius: 6px;
    width: 180px;
    left: -105px;
    padding: 15px 0;
    z-index: 11;
  }
  .main-inr-hdr .navbar-toggler {
    padding: 3px 6px;
    font-size: 17px;
    margin: 17px 0 0 0;
  }
  .inr-signup-rt img {
    width: 100%;
  }
  .inr_ftr {
    padding: 30px 0px 45px;
  }
  .Service_footer {
    margin: 25px 0 0 0;
  }
  .footer_logo p {
    padding-right: 0;
  }
  .main_copyright {
    flex-direction: column;
  }
  .term-sec ul {
    padding: 0;
  }
  .copy-write p {
    padding: 15px 0px;
  }
  .copyright_sec {
    padding-bottom: 15px;
  }
  .inr_bnr_lft h3 {
    font-size: 38px;
    font-weight: 700;
    padding: 10px 0 0 0;
    line-height: 50px;
    color: #333;
  }
  .inr_bnr_lft p {
    padding: 13px 0 0 0;
    line-height: 30px;
  }
  .satisfied_client img {
    width: 100%;
  }
  .inr_bnr_rt {
    margin: 45px 0 0 0;
  }
  .our_platforms h1 {
    font-size: 30px;
    padding: 45px 0 25px 0;
  }
  .finnaly_sec h1 {
    font-size: 28px;
    padding: 45px 0 35px 0;
  }
  .main_finally {
    padding: 25px 30px 0;
    min-height: 360px;
  }
  .learn_btn {
    padding: 25px 0 0 0;
  }
  .finnaly_sec {
    padding: 0 0 55px 0;
  }
  .main_compaign {
    margin: 80px 0;
    padding: 0 15px;
    flex-direction: column;
  }
  .compaign_box h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .faqs {
    padding: 45px 0 0 0;
    min-height: 635px;
  }
  .main_faqs h3 {
    font-size: 25px;
    margin: 0 0 35px 0;
  }
  .questions_sec {
    padding: 0;
  }
  .questions_sec .answer-group p {
    text-align: left;
    font-size: 16px;
  }
  .account .py-60 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 26px;
  }
  .acount-hvh {
    min-height: auto !important;
  }
  .acount-hvh .inr-signup-lft {
    width: 100%;
  }
  .acount-hvh .account__thumb {
    width: 100%;
    height: 100%;
  }
  .acount-hvh .inr-shadow .gap-row {
    justify-content: space-between !important;
  }
  .inr-shadow .gap-row {
    gap: 0px;
  }
  .inr-signup-lft {
    width: 100%;
  }
  .whats-posh {
    right: 0 !important;
    top: 46% !important;
  }
}
@media (max-width: 576px) {
  .serc-compain input {
    /* padding-left: 32px; */
    height: 44px;
  }
  .serc-compain .serc-icon {
    top: 14px;
  }
}


/* 25-07-2025  */

body, input, select, button, .form-label, .list-group-item {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #1F2937;

}

body {
  background-color: #f8f9fa !important;
}

h5.myp-head {
  font-size: 20px;
  font-weight: 600;
}

.card {
  border-radius: 12px;
  box-shadow: 0 0 0 1px #E5E7EB;
  background: #fff;
}

input.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid #D1D5DB;
  padding: 10px 12px;
  height: calc(2rem + .75rem + 2px) !important;
  font-size: 16px;
  transition: border-color 0.2s;
}

.card-body{
  padding: 40px 50px !important;
}

.card{
  border-radius: 0 !important;
}

input.form-control:focus,
select.form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}

/* Profile Image */
.max-profile img {
  object-fit: cover;
  border: 2px solid #D1D5DB;
}

.max-profile label {
  background-color: #fff;
  border: 1px solid #D1D5DB;
  padding: 6px 10px;
  border-radius: 50px
}

/* Sidebar */
.label-inputs h6 {
  font-weight: 600;
  font-size: 16px;
  color: #6B7280;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: 12px;
}

.navi{
  padding-left: 10px;
  padding-right: 0 !important;
}

.list-group-item {
  border: none;
  padding: 10px 15px;
  font-weight: 500;
  color: #374151;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.list-group-item:hover,
.list-group-item.active {
  background-color: #E0F2FE;
  color: #0C4A6E;
}

/* Update button */
.btn-primary-uplode {
  background-color: #0057FF;
  color: white;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.btn-primary-uplode:hover {
  background-color: #0044cc;
}

.sub-btn{
  padding: 10px 20px;
  font-size: 16px;
}

/* profile-account  */

.container-fluid.add-account {
  padding-right: 30px;
  margin-top: 30px;
}

.ad-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad-info {
  display: flex;
  align-items: center;
}

.ad-info img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.ad-text h6 {
  margin: 0;
  font-weight: 600;
}

.ad-text small {
  color: #777;
}

.btn-connect {
  width: 120px;
  height: 40px;
  border: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.btn-connect i {
  margin-right: 6px;
}

.btn-meta{
  background-color: #0064e0;

}

.btn-insta{
  background-color: #fa7e1e;
}

.btn-whatsapp{
  background-color: #25D366;
}

/* team manage  */

.team-card {
  background: #fff;
  border: none;
  padding-right: 18px;
}
.search-box {
  position: relative;
  width: 100%;
}
.search-box input {
  padding-left: 35px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  height: 40px;
  width: 33%;
}
.search-box .bi-search {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.col-md-3.col-sm-4.text-end.mt-2.mt-sm-0 .btn-invite {
  background-color: #0d6efd;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.btn-invite i {
  margin-right: 5px;
}
.team-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eef1f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #555;
  font-size: 14px;
}
.email {
  color: #888;
  font-size: 13px;
}
.team-table th {
  font-size: 14px !important;
  /* color: #6c757d;
  font-weight: 500;
  background-color: #f8f9fc;
  border: none; */
}
table td {
  font-size: 14px;
  vertical-align: middle;
}

                                        /* billing  */

.container-fluid.billing-container{
  padding-right: 30px;
  margin-top: 30px;
}

.team-card {
  background-color: #ffffff;
  /* border: 1px solid #dee2e6;
  border-radius: 10px; */
  /* padding: 1.5rem; */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.team-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.search-box {
  position: relative;
}

.search-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  font-size: 14px;
}

.search-box input {
  padding-left: 35px;
}

.btn-invite {
  background-color: #007bff;
  color: white;
  font-weight: 500;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease;
}

.btn-invite:hover {
  background-color: #0069d9;
}


.table thead th {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
  background-color: #f8f9fa;
}

.table tbody td {
  vertical-align: middle;
  font-size: 14px;
  color: #343a40;
}

.team-avatar {
  width: 38px;
  height: 38px;
  background-color: #e9ecef;
  color: #343a40;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}

.email {
  font-size: 12px;
  color: #6c757d;
}

.table-responsive {
  margin-top: 2rem;
}

.tab-pane.tab-block {
  display: none;
}

.tab-pane.tab-block.active {
  display: block;
}

.pagination.billing-pagination{
  margin-top: 20px !important;
}

.billing-pagination li{
  width: 100px;
  cursor: pointer;
}

                                    /* workspace  */

.container.workspace-container{
  padding-right: 35px;
  margin-top: 30px;
}

.upload-box {
  width: 100px;
  height: 100px;
  font-size: 13px;
  padding: 10px;
  cursor: pointer;
}
.avatar-preview {
  width: 100px;
  height: 100px;
  background-color: #6C5DD3;
  border-radius: 50%;
}

.color-radio input {
  display: none;
}

.color-radio .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
}

.color-radio input:checked + .circle {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 2px white, 0 0 0 4px #1d4ed8;
}

/* .color-picker{
  display: grid;
  grid-template-columns: 1fr 2fr;
} */

.row.row-cols-5.g-2 .col{
  padding: 0 !important;
}
