/***V3***/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('../css/cssVariables/darkVariables.css');


:root {
  --iconbg: #eff6ff;
  --svgfill: #2563eb;
  --vsiborder: #ffffff;
  --previewbg: #C1D1F2;
  --ibcolor: #cccccc;
  --avatarcolor: #000000;
  --wallpaperBg: #ffffff;
  --wallpaperColor: #000000;
  --wallpaperBgBlend: normal;
  --qrbg: #000000;
  --logobg: #1c1c1c;
  --cardcoverBg: #1a73e8;
}


html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  background: var(--bg-primary);
}

html,
body.woi_v5_main_mob_rpv {
  overflow-x: hidden;
  background: var(--bg-white) !important;
  height: 100%;
}

html body.app {
  background: var(--white);
  /*height: 100vh;*/
}

html body.app.grey-bg {
  background: var(--white);
}

.fw-medium {
  font-weight: 600;
}

@media (min-width: 992px) {
  .col-lg-6-1 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.gap-2 {
  gap: 10px;
}

.max-w-800 {
  max-width: 1325px;
}

.border-rounded-large {
  border-radius: 30px !important;
}

.gap-50 {
  gap: 50px;
}

.view_all_btn {
  border-radius: 30px;
  width: 90%;
  padding: 7px;
  border: 1px solid #ececec;
  color: #31363f;
  background-color: transparent;
  font-weight: 600;
}

.view_all_btn:hover {
  width: 90%;
  background-color: #f6f7f5;
  transition-duration: 0.5s;
}

.upgrade_pro_plan {
  border-radius: 8px;
  width: 90%;
  padding: 0.8rem 1.5rem;
  border: 1px solid #000;
  color: white;
  background-color: #000;
}

.upgrade_pro_plan:hover {
  border: 1px solid #292929;
  background-color: #292929;
  transition-duration: 0.5s;
}

.fs-18 {
  font-size: 18px !important;
}

.dash-cards {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdde4;
  width: 300px;
  border-radius: 10px;
}

.woi_v5_0218833 .text-xs.leading-4 {
  color: black;
  line-height: normal;
  font-weight: 600;
}

.woi_v5_0218833 svg {
  stroke: black !important;
  /* fill: black !important; */
}

.woi_v5_0218833 svg {
  stroke: black !important;
  /* fill: black !important; */
}

.flex-row-1 {
  flex-direction: row !important;
}

.side-nav {
  -webkit-box-align: center;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  padding: 8px 10px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 8px;
  border: none;
}

.innerrighttabs .side-nav {
  padding: 5px 10px;
  width: auto;
  min-height: auto;
  margin-bottom: 0px;
}

.custom-position {
  position: sticky;
  top: 10px;
}

.rounded-lg-1 {
  border-radius: 24px;
}

.min-223 {
  min-width: 262px;
}

.active-2:focus {
  background-color: rgb(235, 238, 241) !important;
}

.bg-trans {
  background-color: transparent !important;
  border-color: transparent;
}

.side-nav.inactive {
  background-color: transparent;
}

.side-nav.active-1 {
  background-color: rgb(235, 238, 241);
  /* Use !important to ensure override */
}

.innerrighttabs .side-nav.active-1 {
  background-color: #f2f2f2;
}

.innerrighttabs .gap-1 {
  gap: 0.35rem;
}

.innerrighttabs button svg {
  color: #9a9a9a;
}

.w-0 {
  width: 76px !important;
}

.max-h-100 {
  height: 100px;
}

.dash-cards-btn {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdde4;
  width: 486px;
  border-radius: 10px;
  cursor: pointer;
}

form[name="create_biolink"] input.is-invalid,
form[name="create_biolink"] select.is-invalid {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background-image: none !important;
  padding-right: 0.75rem !important;
}

.procrown {
  background-color: rgb(28, 28, 28);
  background-image: linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px;
  border-radius: 5px;
  padding: 2px;
}

.procrown img {
  width: 16px;
  height: 16px;
  color: black;
  fill: black;
  line-height: 1;
  filter: invert(100%) brightness(1);
}

@media (max-width: 1292px) {
  .dash-cards-btn {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: -webkit-fill-available;
    cursor: pointer;
    border-radius: 10px;
  }
}

@media (max-width: 1241px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 440px;
    border-radius: 10px;
  }

  .img-fluid-2 {
    width: 440px;
  }
}

@media (max-width: 1203px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 700px;
    border-radius: 10px;
  }

  .img-fluid-2 {
    width: 700px;
    /* max-width: 700px; */
  }
}

@media (max-width: 836px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 500px;
    border-radius: 10px;
  }

  .img-fluid-2 {
    width: 500px;
    /* max-width: 500px; */
  }

  .center {
    justify-content: center !important;
  }
}

@media (max-width: 545px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 325px;
    border-radius: 10px;
  }

  .img-fluid-2 {
    width: 325px;
    /* max-width: 325px; */
  }

  .justify-center-0 {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .d-mobile-none-1-1 {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .col-4 {
    flex: 0 0 43.333333%;
    max-width: 38.333333%;
  }
}

@media (max-width: 364px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 280px;
    border-radius: 10px;
  }

  .img-fluid-2 {
    width: 280px;
    /* max-width: 325px; */
  }

  .justify-center-0 {
    justify-content: center;
  }
}

/* @media (max-width: 768px) {
  .dash-cards {
    display: flex;
    flex-direction: column;
    border: 1px solid #dbdde4;
    width: 681px;
    border-radius: 10px;
  }
  .img-fluid-2 {
    width: 681px;
  }
  .justify-center-0 {
    justify-content: center;
  }
} */
.carousel-container-1 {
  position: relative;
  width: 100%;
  max-width: 1400px;
  overflow: hidden;
  height: 528px;
  /* border: 2px solid #ccc; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
}

.bg-dark-grey-5 {
  background-color: rgb(245 245 245 1);
}

.fs-24 {
  font-size: 24px;
}

.carousel-slide-1 {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-step-1 {
  min-width: 1000px;
  box-sizing: border-box;
  /* padding: 20px; */
  text-align: center;
}

.btn-caraousal {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  color: black;
  border: none;
  padding: 20px;
  cursor: pointer;
  /* border-radius: 50%; */
}

.gap-14 {
  gap: 14px;
}

.prev-btn-1 {
  left: 10px;
}

.next-btn-1 {
  right: 10px;
}

.btn-caraousal:hover {
  background-color: rgb(173 173 173 / 70%);
}

.carousel-indicators-1 {
  position: absolute;
  bottom: 15px;
  left: 749px;
  transform: translateX(-50%);
  display: flex;
  width: 1430px;
  /* gap: 10px; */
}

.indicator-1 {
  width: 500px;
  height: 2px;
  background-color: rgba(97, 97, 97, 0.5);
  /* border-radius: 50%; */
  cursor: pointer;
}


.carousel-control-prev,
.carousel-control-next {

  background-color: unset !important;
}



.indicator-1.active {
  background-color: rgba(0, 0, 0, 0.9);
}

@media only screen and (max-width: 808px) {
  .flex-mobile-col-caraousal {
    flex-direction: column !important;
  }

  .carousel-step-1 {
    min-width: auto;
  }

  .carousel-container-1 {
    height: auto;
    /* border: 2px solid #ccc; */
    /* border-radius: 10px; */
    /* background-color: #fff; */
  }
}

@media only screen and (max-width: 991px) {
  .max-w-44 {
    max-width: 90% !important;
  }
}

.view-btn {
  border: 1px solid #dbdde4;
  border-radius: 10px;
  padding: 5px 0px;
  background-color: white;
}

.view-btn:hover {
  box-shadow: inset 0 0 0 1px #e0e2ea;
  background-color: #f0f1f5;
}

.card-img-border {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bg-light-blue-10 {
  background-color: #dfe8f9;
}

.text-muted-1 {
  color: #5a5858;
}

.gap-3 {
  gap: 17px;
}

.gap-48 {
  gap: 71px;
}

.gap-78 {
  gap: 109px;
}

.max-width-1100 {
  max-width: 1100px;
}

.max-width-11001 {
  max-width: 985px;
}

.set-position {
  right: 18px;
  top: 12px;
  z-index: 1000;
  cursor: pointer !important;
}

.bg-badge {
  background-color: #cadffa;
  padding: 5px 11px;
  /* font-weight: 800; */
  border-radius: 30px;
  font-size: 12px;
  color: #1a73e8;
}

.basic-btn {
  padding: 7px 30px;
  background-color: transparent;
  border: 1px solid #1a73e8;
  color: #1a73e8;
  border-radius: 10px;
}

.basic-btn:hover {
  padding: 7px 30px;
  background-color: #1a73e8;
  border: 1px solid #1a73e8;
  color: #ffffff;
  border-radius: 10px;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1157px) {
  .mx-688 {
    width: 554px !important;
  }

  .max-width-1100 {
    max-width: 918px;
  }

  .custom-border {
    /* border-left: 2px solid #1a73e8; */
    width: 562px;
    background: rgb(36, 30, 142);
    background: linear-gradient(90deg, rgba(36, 30, 142, 1) 0%, rgba(44, 44, 193, 1) 35%, rgba(0, 212, 255, 1) 100%);
  }

  .fs-30 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 974px) {
  .mx-688 {
    width: 554px !important;
  }

  .max-width-1100 {
    max-width: 554px;
  }

  .custom-border {
    display: none !important;
  }

  .fs-30 {
    font-size: 20px !important;
  }

  .d-mobile-none-1 {
    display: none !important;
  }
}

@media only screen and (max-width: 582px) {
  /* .fs-30 {
    font-size: 16px !important;
  }
  .
  .text-sm {
    font-size: 12px !important;
  } */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto !important;
  }

  .share-modal .modal-content {
    min-height: 475px;
  }

  .d-block-mobile {
    display: block !important;
  }

  .max-width-1100 {
    max-width: 329px;
  }

  .custom-border {
    display: none !important;
  }

  .mx-688 {
    width: 100% !important;
  }

  .d-none-phone {
    display: none !important;
  }

  .flex-mobile-col {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 447px) {
  /* .fs-30 {
    font-size: 16px !important;
  }
  .
  .text-sm {
    font-size: 12px !important;
  } */

  .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto !important;
  }

  .share-modal .modal-content {
    min-height: 465px;
  }

  .d-block-mobile {
    display: block !important;
  }

  .max-width-1100 {
    max-width: 329px;
  }

  .custom-border {
    display: none !important;
  }

  .mx-688 {
    width: 100% !important;
  }

  .d-none-phone {
    display: none !important;
  }

  .flex-mobile-col {
    flex-direction: column !important;
  }
}

.mx-688 {
  width: 688px;
}

.p21 {
  padding: 10px;
}

.fs-24 {
  font-size: 24px;
}

.d-none-1 {
  display: none;
}

.border-lef {
  border-left: 1px solid #cdcdcd;
}

.custom-border {
  /* border-left: 2px solid #1a73e8; */
  background: rgb(36, 30, 142);
  background: linear-gradient(90deg, rgba(36, 30, 142, 1) 0%, rgba(44, 44, 193, 1) 35%, rgba(0, 212, 255, 1) 100%);
  width: 486px;
  height: 647px;
}

.max-415 {
  width: 538px;
}

.cursor-pointer {
  cursor: pointer !important;
}

.fs-3 {
  font-size: 16px !important;
}

.text-width {
  max-width: 250px;
}

.para-width {
  max-width: 250px;
}

.fs-30 {
  font-size: 1.625rem;
}

.premium-btn {
  padding: 0.8rem 1.5rem;
  background-color: #1a73e8;
  color: white !important;
  border: none !important;
  border-radius: 8px;
  font-size: 14px !important;
}

.premium-btn-2 {
  padding: 0.8rem 1.5rem;
  background-color: #1a73e8;
  color: white !important;
  border: none !important;
  border-radius: 8px;
  font-size: 16px !important;
}

.premium-btn-2:hover {
  padding: 0.8rem 1.5rem;
  background-color: #3089fe;
  color: white !important;
  border: none !important;
  border-radius: 8px;
  font-size: 16px !important;
  transition-duration: 0.3s;
}

.linex {
  height: 223px;
  width: 1px;
  background: #d5dadd;
  /* margin-bottom: 50px; */
  margin-left: 10px;
  margin-right: 10px;
}

.space {
  /* height: 50px; */
  width: 2px;
  /* background: #000; */
}

.text-green {
  color: #1a73e8 !important;
  font-size: 16px;
  /* font-weight: 900px !important; */
}

.preimum-card {
  border: 1px solid #1a73e8;
  border-radius: 10px;
  max-width: 800px !important;
}

b,
strong {
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

/* Cancel the bg white for dark mode */
body[data-theme-style="dark"].bg-white {
  background: var(--body-bg) !important;
}

.vcard__profile .logo_holder img {
  object-fit: cover;
}

.vcard__profile .logo_holder img.img-dc_logo {
  object-fit: contain;
}

.profile_card_wrapper .vcard {
  width: 440px !important;
  border-radius: 15px;
  min-height: auto;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  max-width: 100%;
  padding-bottom: 15px;
}

.profile_card_wrapper .vcard.boxshadow19 {
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
  /*box-shadow: rgba(128, 128, 128, 0.35) 0px 4px 8.84px;*/
}

.profile_card_wrapper .vcard.maxwidth19 {
  width: 440px !important;
  /* height: 100%; */
}

/*
.profile_card_wrapper.vcard19 .vcard {
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px,
    rgba(15, 15, 15, 0.1) 0px 3px 6px, rgba(15, 15, 15, 0.2) 0px 9px 24px;
} */

a {
  text-decoration: none !important;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

form input.form-control,
form select.form-control {
  height: calc(1.4em + 0.95rem + 4px);
  /* padding: .675rem 1rem; */
}

form .form-control {
  border-radius: 0;
  border: 2px solid #e5e8eb;
  color: #000;
}

form .form-control:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  outline: 0;
  box-shadow: none;
}

.w-66 {
  width: 66% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.edit_profile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.875em;
  height: 1.875em;
  background: #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.edit_profile svg {
  width: 1.2em;
}

.edit_profile svg path,
.edit_profile svg circle {
  /* stroke: black; */
}

.edit_cover {
  top: 10px;
  right: 10px;
}

.edit_logo {
  bottom: -12px;
  right: -14px;
}

button.edit_cover {
  position: absolute;
  font-size: 12px;
  border: 0;
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  right: 10px;
  top: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

button.edit_cover label {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
}

.edit_cover svg {
  width: 15px;
  margin-right: 6px;
}

.edit_cover svg path,
.edit_cover svg circle {
  /* stroke:black; */
}

.data-input-flag .flag-input {
  margin-left: -5px;
  /*border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;*/
}

.data-input-flag .dropdown-menu {
  height: 285px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.data-input-flag .dropdown-item .country-name {
  font-size: 12px;
}

.data-input-flag button {
  width: 91px;
  z-index: 1;
}

.data-input-flag .dropdown-item {
  cursor: pointer;
}

.data-input-flag .dropdown-item.focus {
  background: #ccc;
}

.basic__step-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: none;
  line-height: 1.14285714em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
}

.basic__step-container .step-box__basic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-direction: column;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0;
  padding: 10px 4px 10px 4px;
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease,
    color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease,
    box-shadow 0.1s ease;
  box-sizing: inherit;
  width: 33.333%;
}

.dropdown-item.active .countrylist-codeno.text-muted {
  color: #fff !important;
}

.basic__step-container .step-box__basic .icon__step-box .svg__icon {
  fill: currentColor;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  font-size: 1.5rem;
}

.basic__step-container .step-box__basic .content__step-box {
  text-align: center;
  margin-top: 4px;
}

@media (max-width: 390px) {
  .flex-col-icons {
    flex-direction: column !important;
    gap: 10px;
  }

  .basic__step-container .step-box__basic {
    border-right: none !important;
  }
}

.card-header-1 {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;

  border-top: 1px solid #cecece;
  /* border-bottom: 2px solid #9e9e9e; */
}

.border-body {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

.border-bottom-1px {
  border-bottom: 1px solid #cecece;
}

.icon-span {
  transition: transform 0.3s ease;
}

/* Add rotating animation */
/* @keyframes rotate180 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.fa-angle-up {
  animation: rotate180 0.3s ease;
}

.fa-chevron-down {
  animation: rotate180 0.3s ease;
} */
.w-60 {
  width: -webkit-fill-available;
}

.w-full {
  width: 170px;
}

.border-black {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.text-light-gray {
  color: #959595;
}

.border-side-black {
  border-left: 1px solid black;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.dc-general-IC .fa-2x {
  font-size: 1.8em;
  color: #35393b !important;
}

.dc-social-IC .fa-2x,
.dc-social-IC .fa-sm {
  font-size: 1.3em !important;
  color: #35393b !important;
}

.br-2 {
  border-radius: 2rem;
}

.br-1 {
  border-radius: 1rem;
}

.text-decoration-underline {
  text-decoration: underline;
}

.btn:focus,
.btn.focus {
  box-shadow: none;
}

.lh-base {
  line-height: 1.5;
}

.lh-lg {
  line-height: 2;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* .radio-group {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.radio-container {
  /* display: block;
  position: relative; */
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: conic-gradient(red 0,
      #ff0 17%,
      #0f0 33%,
      #0ff 50%,
      #00f 67%,
      #f0f 83%,
      red 100%);
  border-radius: 10px;
  transition: background 0.3s;
}

.radio-container input:checked~.checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-container:hover input~.checkmark {
  background: linear-gradient(45deg, red, yellow, green, blue, purple);
}

.opacity-90 {
  opacity: 0.9;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.fade {
  transition: none;
}

.minht-50 {
  min-height: 50px;
}

.text-red {
  color: #f30000 !important;
}

.p-10 {
  padding: 1px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.bg-hover:hover {
  background-color: rgb(243, 243, 241) !important;
  padding: 1px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 10px !important;
}

.btn-hover:hover {
  background-color: rgb(243, 243, 241) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.dropdown-menu.show {
  display: flex !important;
  flex-direction: column !important;
}

.build-pop-phone .searchlist-input {
  padding: 0px 1px !important;
}

.build-pop-phone li.dropdown-item {
  padding: 0.5rem 0.4rem;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.gap-5 {
  gap: 5px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-35 {
  gap: 35px !important;
}

.end-0 {
  right: 0 !important;
}

@media (max-width: 1062px) {
  .flex-col-mob {
    flex-direction: column !important;
  }
}

@media (max-width: 1034px) {
  .flex-col-card {
    flex-direction: column !important;
  }
}


@media (max-width: 375px) {

  /* .custom-row {
    flex-direction: column !important;
    display: flex;
  } */
  .flex-col-mobile {
    flex-direction: column !important;
  }

  .col-4-1 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 27px;
    border: 1px solid rgb(224, 224, 224);
    background-color: rgb(247, 247, 247);
    border-radius: 10px;
  }
}

@media (min-width: 1200px) {

  .full-page .container-xl,
  .full-page .container-lg,
  .full-page .container-md,
  .full-page .container-sm,
  .full-page .container {
    max-width: 100%;
  }
}

@media (min-width: 1250px) {
  .glue-header__link-bar {
    padding-left: 0px !important;
  }
}

@media (max-width: 1786px) {
  .btn-text {
    font-size: 14px !important;
  }
}

@media (max-width: 1645px) {
  .btn-text {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) {

  .full-page .container-lg,
  .full-page .container-md,
  .full-page .container-sm,
  .full-page .container {
    max-width: 100%;
  }
}

/* App */
.app {
  background: var(--white);
}

.app.grey-bg {
  background: #f4f6ff;
}

.app-container {}

.app-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0);
  z-index: 100;
  opacity: 0.5;
}

.app-sidebar {
  display: flex;
  flex-direction: column;
  min-width: 230px;
  max-width: 230px;
  background: var(--white);
  border-right: 1px solid var(--gray-200);
  margin-left: -262px;
  transition: margin 0.15s linear;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 20;
  --tw-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 6px 12px var(--tw-shadow-color);
  /* box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
}

[dir="rtl"] .app-sidebar {
  margin-left: initial;
  left: initial;
  right: 0;
  margin-right: -262px;
  border-left: 2px solid var(--gray-200);
  border-right: 0;
}

[dir="rtl"] [data-theme-style="dark"] .app-sidebar {
  border-right: 0;
  border-left: 2px solid var(--gray-200);
}

body.app-sidebar-opened {
  overflow: hidden;
}

body.app-sidebar-opened .app-sidebar {
  margin-left: 0;
}

[dir="rtl"] body.app-sidebar-opened .app-sidebar {
  margin-right: 0;
}

@media (min-width: 992px) {
  .app-sidebar {
    margin-left: 0;
  }

  [dir="rtl"] .app-sidebar {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .dropdown>a {
    font-size: 14px !important;
  }

  .avatar-basic-info .apt-sm-0 {
    padding-top: 13px !important;
    padding-bottom: 0px;
  }

  .woi_biost_preview.woi_temp_banner_exists .avatar-basic-info .apt-sm-0 {
    padding-top: 0px !important;
  }

  .woi_biost_preview.woi_temp_banner_exists .container {
    padding: 0px !important;
  }

  .woi_biost_preview.woi_temp_banner_exists.woi_ab_02882 {
    padding-top: 0px !important;
  }
}

.app-sidebar-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.app-sidebar-title a {
  font-size: 1.4rem;
  color: var(--gray-900);
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.app-sidebar-title a:hover {
  text-decoration: none;
}

.app-sidebar-footer {
  width: 100%;
}

.app-sidebar-footer>a,
.app-sidebar-footer .text-wrapper {
  width: 100%;
  padding: 0.2rem 0.7rem;
  border-top: 2px solid var(--gray-200);
  display: flex;
  align-items: center;
  color: var(--gray-500);
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s;
}

.app-sidebar-footer .app-sidebar-footer-block {
  border: 1px solid #e6e8ea;
  border-radius: 5px;
  padding: 6px 15px !important;
}

.app-sidebar-footer .text-wrapper {
  color: var(--gray-600);
  border-bottom: 2px solid var(--gray-200);
}

/*.app-sidebar-footer > a:hover {
  text-decoration: none;
  background: var(--gray-200);
  color: var(--gray-600);
}*/

.app-sidebar-footer .app-sidebar-footer-block:hover {
  text-decoration: none;
  background: var(--gray-200);
  color: var(--gray-600);
}

.user-account-dropdown .dropdown-item {
  padding: 0.5rem 0.7rem;
}

.card-btn {
  padding: 11px 10px;
  border: 1px solid #e1e3da;
  background-color: transparent;
  border-radius: 30px;
  color: #000;
  width: 100%;
}

.card-btn:hover {
  border: none;
  background-color: #f6f7f5;
  border: 1px solid #f6f7f5;
  transition-duration: 0.4s;
}

.box-shadow {
  box-shadow: 0px 16px 32px 4px rgba(0, 0, 0, 0.12);
}

.width-330 {
  width: 340px;
  border-radius: 10px;
  top: -55px !important;
  padding: 15px 10px;
  left: 215px !important;

}

.app-sidebar-links-wrapper {
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  border-top: 1px solid rgb(224, 224, 224);
}

.app-sidebar-links-wrapper:hover {
  /*width: 100%;*/
  /* scrollbar-width: initial; */
}

.app-sidebar-links-wrapper::-webkit-scrollbar {
  background-color: transparent;
  width: 0;
}

.app-sidebar-links-wrapper::-webkit-scrollbar-thumb {
  background: var(--gray-200);
  border-radius: 10px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar {
  width: 6px;
}

.app-sidebar-links-wrapper:hover::-webkit-scrollbar-track {
  width: 6px;
}

.app-sidebar-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 12px;
  margin: 0;
}

.app-sidebar-links li {
  position: relative;
}

.app-sidebar-links li.active::before {
  /*content: "";
    background-color: #000;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 5px;
    height: 2.4rem;
    left: 2px;
    top: 0;
    position: absolute;*/
}

.app-sidebar-links li .app-sidebar-links li.active::before {
  display: none;
}

.app-sidebar-links li .app-sidebar-links {
  margin: 5px 0;
}

.app-sidebar-links>li {
  width: 100%;
  padding: 0.15rem;
}

.app-sidebar-links>.divider-wrapper {
  width: 100%;
  padding: 0 calc(0.75rem - 6px) 0 0.75rem;
  margin: 0.25rem 0 1rem 0;
}

.app-sidebar-links>.divider-wrapper>.divider {
  border-top: 2px solid var(--gray-200);
}

.app-sidebar-links>li>a {
  width: 100%;
  display: flex;
  align-items: center;
  /*color: var(--gray-600);*/
  color: #000;
  border-radius: var(--border-radius);
  /*padding: 0.55rem 1rem;*/
  padding: 0.75rem 1rem;
  transition: background 0.3s;
  font-size: 0.8rem !important;
  font-weight: 400 !important
}

.app-sidebar-links>li>a:hover {
  text-decoration: none;
  background: var(--gray-200);
  /* color: var(--gray-600); */
}

[data-theme-style="dark"] .app-sidebar-links>li>a:hover {
  background: var(--gray-200);
  color: var(--gray-800);
}

.app-sidebar-links>li.active>a:not(.default) {
  /*background: var(--primary);
  color: var(--white);*/
  background: #f0f1f5;
  font-weight: 600 !important;
  color: #141414;
  font-size: 11.5px;
}

[data-theme-style="dark"] .app-sidebar-links>li.active>a:not(.default) {
  background: var(--primary-800);
  color: var(--white);
}

.app-sidebar-avatar {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.app span {
  font-size: 11.5px;
}

.app-sidebar-footer-block {
  max-width: 100%;
}

.app-sidebar-footer-text {
  /*color: var(--gray-600);*/
  color: #4f5564;
}

.app-content {
  margin-left: 0;
  flex-grow: 1;
  /*overflow-x: hidden;*/
}

[dir="rtl"] .app-content {
  margin-left: initial;
  margin-right: 0;
}

@media (min-width: 992px) {
  .app-content {
    margin-left: 230px;
  }

  [dir="rtl"] .app-content {
    margin-left: initial;
    margin-right: 260px;
  }

  .full-page .app-content {
    margin-left: 0;
  }
}

@media (max-width: 1358px) {
  /* .center-1 {
    justify-content: center !important;
  } */
}

.app-navbar {
  min-height: 75px;
  border-bottom: 2px solid var(--gray-200);
}

[data-theme-style="dark"] .app-navbar {
  border-color: var(--gray-200);
}

/* Modal */
.modal-header {
  padding: 1rem;
  border-bottom: 0;
}

.modal-subheader {
  padding: 0 1rem;
  border-bottom: 0;
  margin: 0;
}

.modal-content {
  padding: 1rem;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* Forms */
.input-group-text {
  font-size: 12px;
}

/* Footer */
.footer {
  /*margin: 4rem 0 0 0;*/
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: var(--white);
  border-top: 2px solid var(--gray-200);
}

.footer {
  color: var(--gray);
}

.footer a:not(.dropdown-item),
.footer a:hover:not(.dropdown-item) {
  color: var(--gray);
}

.footer a.icon {
  color: var(--gray);
}

.footer button,
.footer button:hover {
  color: var(--gray) !important;
}

.footer {
  padding: 0px;
}

.footer-logo {
  max-height: 2.5rem;
  height: 2.5rem;
}

.footer-heading {
  color: var(--white);
}

/* App footer */
/*.app-footer {
  border: 2px solid var(--gray-200);
  border-radius: var(--border-radius);
  margin: 0;
  padding: 1.25rem;
}*/

/* Filters */
.filters-dropdown {
  width: 18rem;
  max-height: 30rem;
  overflow-y: auto;
}

/* Custom breadcrumbs */
.custom-breadcrumbs {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.custom-breadcrumbs>li {
  margin-right: 0.5rem;
}

.custom-breadcrumbs>li>a {
  color: var(--gray);
}

.custom-breadcrumbs>li>svg {
  color: var(--gray-400);
  margin-left: 0.5rem;
}

.custom-breadcrumbs>li.active {}

/* Helper classes */
.list-style-none {
  list-style: none;
  padding: 0;
}

.clickable {
  cursor: pointer;
}

.no-underline,
.no-underline:hover {
  text-decoration: none;
}

.icon-favicon {
  width: 1rem;
  height: 1rem;
}

/* Dropdown */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  border-radius: var(--border-radius);
}

.dropdown-item svg {
  color: var(--gray-600);
}

.dropdown-item:active svg,
.dropdown-item.active svg {
  color: var(--white);
}

/* Navbar */
.navbar-main {
  min-height: 0 !important;
  /*background: var(--white);
  border-bottom: 2px solid var(--gray-200);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; */
  padding: 1.2rem 9.15rem;
  margin: 0 !important;
  border-radius: 0 !important;
  background: #458040;
  border: 0 !important;
}

.navbar-main .navbar-nav>li {
  padding: 0.5rem 0 !important;
  font-size: 0.8rem;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.25rem !important;
  }

  .navbar-main .navbar-nav>li {
    padding: 0.15rem !important;
    font-size: 13px !important;
  }

  .navbar-main .navbar-nav>li .btn {
    padding: 0.35rem !important;
    font-size: 12px !important;
  }

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 870px;
  }

  .plan-btn-wrapper a {
    font-size: 0.85rem;
  }

  .btn-semirounded.claim {
    padding: 0.75rem 0.25rem !important;
  }

  .logo-list__image {
    width: 135px !important;
  }

  .index-header {
    font-size: 2.5rem !important;
  }

  .index-button {
    padding: 1.2rem 0.9rem !important;
  }

  .navbar-nav .btn {
    font-size: 12px;
  }
}

.navbar-logo {
  max-height: 1.5rem;
  height: 1.5rem;
}

.navbar-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.navbar-custom-toggler {
  padding: 0.5rem 0rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: var(--border-radius);

  color: var(--gray-700);
  /*border-color: var(--gray-300);*/
}

.navbar-custom-toggler svg {
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.mt-31 {
  margin-top: 8px;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 250px;
  width: 100%;
}

/* Dropdown */
.dropdown-toggle-simple::after {
  display: none;
}

/* Index */
.index {
  /*background: #f9fcff;
    background-color: rgb(37, 79, 26);*/
  background-color: rgb(243, 243, 241);
}

[data-theme-style="dark"].index {
  background: var(--body-bg);
}

.index .navbar-main .btn {
  border-radius: 5rem;
  padding: 0.5rem 1rem;
}

.index-container-content {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.index-container {
  width: 100%;
  padding: 0 0 4rem 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .index-container {
    padding: 0 0 8rem 0;
  }
}

.index-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: -5rem;
}

@media (min-width: 1375px) {
  .index-image {
    width: 115%;
    top: -6.5rem;
  }
}

.index-header {
  font-size: 3.5rem;
  font-weight: bold;
  color: var(--color-primary);
}

.cookie_notice_wrapper .content {
  color: var(--color-secondary);
}

.index-subheader {
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.index-button {
  padding: 1.2rem 1.85rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
}

.index-button-white,
.index-button-white:hover {
  color: white;
}

.index-card-image {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.index-card-image:hover {
  box-shadow: 0 0 0 var(--gray-300);
}

.index-highly-rounded {
  border-radius: 1rem;
}

.home_container .index-highly-rounded .card-text {
  min-height: 7.5em;
}

@media all and (min-device-width: 764px) and (max-device-width: 990px) and (orientation: portrait) {
  .index-highly-rounded img {
    width: 100%;
  }

  .index-block-one .index-highly-rounded .btn-semirounded {
    padding: 0.85rem 0.65rem !important;
    font-size: 0.9rem;
  }

  .logo-list__image {
    width: 120px !important;
  }

  .brand-logos .img-wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .nfc-card-container .card-title {
    min-height: 60px !important;
  }

  .index-header,
  .main-title,
  .businessCardmain .contentheader,
  .how-subheading {
    font-size: 2rem !important;
  }

  .min-ht-519 {
    min-height: 190px !important;
  }
}

@media all and (min-device-width: 764px) and (max-device-width: 990px) and (orientation: landscape) {
  .index-highly-rounded img {
    width: 100%;
  }

  .index-block-one .index-highly-rounded .btn-semirounded {
    padding: 0.85rem 0.65rem !important;
    font-size: 0.9rem;
  }

  .logo-list__image {
    width: 120px !important;
  }

  .brand-logos .img-wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }

  .nfc-card-container .card-title {
    min-height: 60px !important;
  }

  .index-header,
  .main-title,
  .businessCardmain .contentheader,
  .how-subheading {
    font-size: 2rem !important;
  }

  .min-ht-519 {
    min-height: 190px !important;
  }
}

/* Index testimonial */
.index-testimonial-avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  transform: translateY(-70%);
  border: 4px solid var(--white);
  position: absolute;
  left: 50%;
  margin-left: -52px;
}

index-highly-rounded

/* Index FAQ */
.index-faq svg {
  transition: all 0.15s;
  color: var(--primary-800);
}

/* Index call to action */
.index-cta {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 1920 1080" width="1920" height="1080"><defs><linearGradient gradientTransform="rotate(0, 0.5, 0.5)" x1="50%" y1="0%" x2="50%" y2="100%" id="ffflux-gradient"><stop stop-color="%230063ef" stop-opacity="1" offset="0%"></stop><stop stop-color="%23aa02b4" stop-opacity="1" offset="100%"></stop></linearGradient><filter id="ffflux-filter" x="-20%" y="-20%" width="140%" height="140%" filterUnits="objectBoundingBox" primitiveUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feTurbulence type="fractalNoise" baseFrequency="0.005 0.003" numOctaves="1" seed="131" stitchTiles="stitch" x="0%" y="0%" width="100%" height="100%" result="turbulence"></feTurbulence><feGaussianBlur stdDeviation="20 0" x="0%" y="0%" width="100%" height="100%" in="turbulence" edgeMode="duplicate" result="blur"></feGaussianBlur><feBlend mode="color-dodge" x="0%" y="0%" width="100%" height="100%" in="SourceGraphic" in2="blur" result="blend"></feBlend></filter></defs><rect width="1920" height="1080" fill="url(%23ffflux-gradient)" filter="url(%23ffflux-filter)"></rect></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
}

.index-cta a.btn {
  color: white;
  background: var(--dark);
  border-color: var(--dark);
  padding: 1.1rem 4rem;
  font-size: 1.15rem;
}

.index-cta a.btn:hover {
  background: var(--primary-900);
  border-color: var(--primary-900);
}

[data-theme-style="dark"] .index-cta a.btn {
  background: var(--light);
  border-color: var(--light);
}

.user-avatar {
  border-radius: 50%;
  max-width: 80px;
  max-height: 80px;
}

.woi1589 .picker {
  width: 30px;
}

/* Link Settings page */
.link-background-type-preset,
.link-background-type-preset_abstract {
  width: 22px;
  height: 4rem;
  border-radius: var(--border-radius);
  /* opacity: 0.75; */
  transition: 0.3s opacity;
}

.link-background-type-preset.square,
.link-background-type-preset_abstract.square {
  height: 22px;
  border-radius: 20px;
}

.link-background-type-preset:hover,
.link-background-type-preset_abstract:hover {
  cursor: pointer;
}

input[type="radio"]:checked~.link-background-type-preset,
input[type="radio"]:checked~.link-background-type-preset_abstract {
  opacity: 1;
}

.link-background-type-image {
  border-radius: var(--border-radius);
  margin-top: 1rem;
  width: 100px;
}



/* wallpaper  */

.wp-image-upload-holder .image_show {
  width: 110px;
}

.wp-image-upload-holder .image_show .removebtn {
  top: 0px;
  right: -7px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
}

.link-background-type-image {
  border-radius: var(--border-radius);
  /*margin-top: 1rem;*/
  /*width: 100px;*/
  width: 110px;
  height: 160px;
  object-fit: cover;
}

.wp-image-upload-holder .wp-bg-imgfile {
  position: absolute;
  opacity: 0;
  width: 110px;
  height: 160px;
  cursor: pointer;
}

.wp-image-upload-holder .wp-bgm-img-uploader {
  width: 110px;
  height: 160px;
  background-color: rgb(242, 242, 242);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0px solid rgb(234, 234, 234);
  box-shadow: rgba(0, 0, 0, 0.145) 0px 0px 1px 1px;
}

.wp-image-upload-holder .wp-bgm-img-uploader .img-uploader-info {
  color: rgb(130, 130, 130);
  width: 70%;
  font-size: 10px;
  padding-top: 5px;
  text-align: center;
}




/* Biolink theme */
.link-biolink-theme {
  opacity: 0.75;
  transition: 0.3s opacity, 0.3s border-color;
}

.link-biolink-theme:hover {
  cursor: pointer;
  border-color: var(--primary);
}

input[type="radio"]:checked~.link-biolink-theme {
  opacity: 1;
  border-color: var(--primary);
}

/* Biolink preview iframe */
.biolink-preview-container {}

/*.biolink-preview {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: auto;
  display: inline-block;
  text-align: left;
  border-radius: 4rem;
  padding: 0.7rem;
  background: linear-gradient(45deg, #444, #111);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
  border: 0.3rem solid #444546;
}*/

.biolink-preview {
  position: relative;
  margin: 0 auto;
  height: auto;
  width: auto;
  display: inline-block;
  border: none !important;
  border-radius: 1.5rem;
  padding: 0rem;
  /* box-shadow: 0 121px 49px #00000005, 0 68px 41px #00000014,
    0 30px 30px #00000024, 0 8px 17px #00000029; */
  border: 6px solid #ebebeb;
}

.biolink-preview-iframe-container {
  overflow: hidden;
  border-radius: 1.5rem;
  /*width: 300px;
  height: 625px;
  position: relative;*/
}

/* @media (min-width: 768px) {
  .biolink-preview-iframe-container {
    width: 375px;
    height: 800px;
  }
} */

.biolink-preview-iframe-loading {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.7);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.biolink-preview-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 1.5rem;
}

/* Others */
.container-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.container-disabled-simple {
  pointer-events: none;
}

/* Custom dropdown */
.dropdown .dropdown-menu {
  border: 2px solid var(--gray-200);
}

.main-page-prolist .dropdown .dropdown-menu {
  /* transform: translate3d(132px, 76px, 0px) !important; */
  transform: none !important;
  width: 100%;
  margin: 0;
  height: fit-content;
  border-radius: 18px;
  top: auto !important;
  bottom: 0;
}

.main-page-prolist .dropdown .dropdown-menu::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-divider {
  border-top: 2px solid var(--gray-200);
}

/* Custom row */
.custom-row {
  border-radius: 15px;
  padding: 1.25rem;
  position: relative;
  border: 2px solid var(--gray-200);
  background: var(--white);
}

.biolink_block.card.custom-row-inactive {
  /*background: var(--gray-200);*/
  /* background: #e6e7e9; */
  background: #f7f7f7 !important;
}

.biolink_block.card {
  border-radius: 1rem;
  /*background: #fafafa;*/
  background-color: rgb(247, 247, 247);
}

.biolink_block.card .card-body {
  padding: 0.5rem 1rem;
}

.custom-row-side-controller {
  /*right: 100%;
  top: 25%;*/
  font-size: 1.2em;
  padding: 0.2em 0.2em;
}

[dir="rtl"] .custom-row-side-controller {
  right: initial;
  left: 100%;
}

@media (min-width: 992px) {
  .custom-row-side-controller {
    /*position: absolute;*/
    /*padding: 0.4em 0.8em;*/
    /*right: 94%;
    padding: 0em 0em;*/
    /* width: 40px; */
    display: flex;
    justify-content: center;
  }
}

.custom-row-side-controller-grab {
  cursor: grab;
}

/* Tables */
.table-custom-container {
  border-radius: var(--border-radius);
  border: 2px solid var(--gray-200);
}

.table-custom {
  margin-bottom: 0;
}

.table-custom thead th {
  border-top: 0;
  border-bottom: 0;
  background: #fcfcfc;
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 600;
}

.table-custom th {
  padding: 0.8rem 1rem;
}

.table-custom td {
  padding: 1rem 1rem;
  background: var(--white);
  vertical-align: middle;
}

.table-custom tbody {
  font-size: 0.85rem;
}

.table-custom tbody tr {
  transition: all 0.3s ease-in-out;
}

.table-custom tbody tr:hover td {
  background: var(--gray-100);
}

/* Helpers */
.appearance-none {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Pricing */
.dashboard-pricing-link .pricing-button.active {
  color: #fff;
  background-color: rgba(39, 40, 41, 0.8);
}

.pricing-plan {
  border: 2px solid var(--gray-200);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2rem 1.2rem 1rem 1.2rem;
  background: var(--white);
  border-bottom: 2px solid var(--gray-200);
  border-radius: 2rem;
}

[data-theme-style="dark"] .pricing-header {
  border-color: var(--gray-100);
}

.pricing-name {
  padding: 0.15rem 1.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: var(--border-radius);
}

.pricing-price {
  margin: 1rem 0;
}

.pricing-price-amount {
  font-size: 2rem;
}

.pricing-price-currency {
  font-size: 0.9rem;
  color: var(--gray);
}

.pricing-details {
  text-align: center;
  font-size: 0.85rem;
  margin-bottom: 1.5rem;
}

.dash-price-plan .pricing-details {
  min-height: 4rem;
}

.pricing-body {
  padding: 0 2.2rem 2.2rem 2.2rem;
  background: var(--white);
  height: 100%;
  border-radius: 2rem;
}

.pricing-features {
  margin: 1rem 0;
  list-style: none;
  padding: 0;
}

.pricing-features li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

/* Custom Radio Boxes */
.custom-radio-box,
.custom-radio-ring,
.custom-radio-rounded {
  cursor: pointer;
}

.custom-radio-box .custom-radio-box-main-text {
  font-size: 1.15rem;
  font-weight: bold;
}

.custom-radio-box .custom-radio-box-main-icon {
  font-size: 1.25rem;
}

.custom-radio-box input[type="radio"]+div,
.custom-radio-ring input[type="radio"]+div,
.custom-radio-rounded input[type="radio"]+div {
  transition: all 0.3s ease-in-out;
  border: 2px solid var(--gray-200);
  background: var(--white);
}

/*.custom-radio-box input[type="radio"]:checked + div {
    border: 2px solid var(--primary);
}*/

/*.custom-radio-box input[type="radio"]:hover + div {
    border: 2px solid var(--primary);
}*/

/*.custom-radio-box:has(> input:hover) {
    border: 2px solid var(--primary);
}*/

.custom-radio-box:checked {
  /*border: 2px solid var(--primary);*/
  background: #f3f3f3;
}

.custom-radio-ring input[type="radio"]+div {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.custom-radio-ring input[type="radio"]:checked+div {
  border: 8px solid var(--dark);
}

.custom-radio-rounded input[type="radio"]:checked+div {
  background-color: var(--dark);
  color: #fff;
  border: 1px solid var(--dark);
}

.custom-radio-rounded input[type="radio"]+div {
  border-radius: 2rem;
}

.custom-radio-rounded .card-body {
  padding: 0.75rem 1rem !important;
}

/* QR Codes */
.qr-code {
  width: 100rem;
}

.qr-code-loading {
  animation: opacity-loading 3s infinite ease-in-out;
}

@keyframes opacity-loading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.qr-code-avatar {
  width: 65px;
  height: 65px;
  border-radius: var(--border-radius);
  padding: 0.25rem;
  border: 2px solid var(--gray-200);
}

/* Round circles */
.round-circle-md {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.round-circle-lg {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* Badge colors */
.badge {
  padding: 0.45em 0.9em;
}

.badge-primary {
  color: hsl(211, 100%, 35%);
  background-color: hsl(211, 100%, 85%);
}

[data-theme-style="dark"] .badge-primary {
  background-color: hsl(211, 100%, 35%);
  color: hsl(211, 100%, 85%);
}

.badge-secondary {
  color: hsl(208, 7%, 35%);
  background-color: hsl(208, 7%, 85%);
}

[data-theme-style="dark"] .badge-secondary {
  background-color: hsl(208, 7%, 35%);
  color: hsl(208, 7%, 85%);
}

.badge-success {
  color: hsla(134, 50%, 30%, 1);
  background-color: hsla(134, 50%, 85%, 1);
}

[data-theme-style="dark"] .badge-success {
  background-color: hsla(134, 50%, 30%, 1);
  color: hsla(134, 50%, 85%, 1);
}

.badge-danger {
  color: hsla(354, 70%, 35%, 1);
  background-color: hsla(354, 70%, 85%, 1);
}

[data-theme-style="dark"] .badge-danger {
  background-color: hsla(354, 70%, 35%, 1);
  color: hsla(354, 70%, 85%, 1);
}

.badge-warning {
  background-color: hsla(45, 100%, 85%, 1);
  color: hsla(40, 80%, 30%, 1);
}

[data-theme-style="dark"] .badge-warning {
  background-color: hsla(50, 10%, 20%, 1);
  color: hsla(45, 100%, 85%, 1);
}

.badge-info {
  color: hsla(188, 60%, 30%, 1);
  background-color: hsla(188, 78%, 85%, 1);
}

[data-theme-style="dark"] .badge-info {
  background-color: hsla(188, 60%, 30%, 1);
  color: hsla(188, 78%, 85%, 1);
}

.badge-light {
  color: hsla(210, 15%, 35%, 1);
  background-color: hsl(210, 17%, 95%);
}

[data-theme-style="dark"] .badge-light {
  background-color: hsla(210, 15%, 35%, 1);
  color: hsl(210, 17%, 95%);
}

.badge-dark {
  color: hsla(210, 10%, 90%, 1);
  background-color: hsla(210, 10%, 20%, 1);
}

[data-theme-style="dark"] .badge-dark {
  background-color: hsla(210, 10%, 90%, 1);
  color: hsla(210, 10%, 20%, 1);
}

/* Invoice css */
.invoice-table th {
  border-top: 0 !important;
}

.invoice-table td {
  vertical-align: baseline !important;
}

@media print {
  .invoice-logo {
    filter: grayscale(100%);
  }
}

/* Base animation */
.altum-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.altum-animate-fill-both {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.altum-animate-fill-none {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.altum-animate-fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  padding-top: 0px;
}

/* App sub menu */
.account-header-navbar {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin: 0 0 1.5rem 0;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0.25rem;
}

@media (min-width: 992px) {
  .account-header-navbar {
    flex-direction: row;
  }
}

.account-header-navbar .nav-item {
  margin-bottom: 0.5rem;
  min-width: fit-content;
}

.account-header-navbar .nav-link,
.btn-custom {
  padding: 0.5rem 1.5rem;
  color: var(--gray);
  border-radius: var(--border-radius);
  border: 2px solid var(--gray-200);
  font-size: 0.9rem;
  background: var(--white);
}

.account-header-navbar .nav-link:hover,
.btn-custom:hover {
  color: var(--gray);
  border: 2px solid var(--gray);
}

.account-header-navbar .nav-link.active,
.btn-custom.active {
  color: var(--primary);
  border: 2px solid var(--primary);
}

/* Blog */
.blog-post-image {
  max-height: 25rem;
  object-fit: cover;
}

/* File input */
.altum-file-input {
  padding: 1rem;
  background: var(--gray-100);
  border: 2px solid var(--gray-200);
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.altum-file-input:hover {
  border-color: var(--gray-300);
}

.altum-file-input::file-selector-button {
  border: 0;
  padding: 0.4rem 0.75rem;
  border-radius: var(--border-radius);
  background-color: var(--white);
  cursor: pointer;
  font-size: 0.9rem;
  margin-right: 1rem;
}

.sticky {
  position: sticky !important;
  top: 1rem;
  height: min-content;
}

.fixed-preview {
  position: fixed !important;
  width: 415px;
  right: 0;
}

.fixed-preview .walpaper_card {
  width: 90%;
}

/* Icons on links animations */
a svg {
  transition: transform 0.15s;
}

a:hover svg {
  transform: scale(1.1);
}

a:active svg {
  transform: scale(0.9);
}

/* Helper zoom class for icons */
.icon-zoom-animation svg {
  transition: transform 0.15s;
}

.icon-zoom-animation:hover svg {
  transform: scale(1.1);
}

/* Self zoom */
.zoom-animation {
  transition: transform 0.15s;
}

.zoom-animation:hover {
  transform: scale(1.05);
}

.zoom-animation:active {
  transform: scale(0.95);
}

/* Color picker border */
.pcr-button {
  border: 1px solid white !important;
  outline: 1px solid var(--gray-300) !important;
}

/* Width fit content */
.w-fit-content {
  width: fit-content !important;
}

/* Signatures */
.signature-avatar {
  width: 50px;
  height: 50px;
  max-width: 50px;
  max-height: 50px;
}

/* Ajax loading overlay */
.loading-overlay {
  padding: 1.25rem;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--white);
  z-index: 100;
  opacity: 0.8;
}

[data-theme-style="dark"] .loading-overlay {
  background: var(--gray-50);
}

/* Input group button */
.input-group>.input-group-append>.btn {
  font-size: 0.9rem;
}

/* Ai */
.ai-chat-avatar {
  width: 35px;
  height: 35px;
}

/* Shiki code highlighter */
.shiki {
  overflow: auto;
  border-radius: var(--border-radius);
  padding: 1.5rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.shiki code {
  background: initial !important;
}

/* Fa stack small */
.fa-stack-small {
  font-size: 0.65rem;
  vertical-align: middle;
}

/* Fa stack large */
.fa-stack-large {
  font-size: 1.3rem;
  vertical-align: middle;
}

/* Btn group */
.btn-group-custom {
  border: 1px solid var(--gray-200);
  padding: 0.5rem 0;
  border-radius: var(--border-radius);
}

.btn-group-custom .btn {
  margin: 0 0.5rem;
  border-radius: var(--border-radius) !important;
  background: var(--gray-200);
}

.btn-group-custom .btn.active {
  background: var(--dark);
  color: var(--white);
}

/* Notification bell */
.internal-notification-icon {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px var(--danger);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

/* Gradient text */
.text-gradient-primary {
  background: linear-gradient(135deg, var(--gradient-one), var(--gradient-two));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Gradient background */
.bg-gradient {
  animation: bg-gradient-animation 3s ease infinite alternate;
  background: linear-gradient(60deg,
      #f79533,
      #f37055,
      #ef4e7b,
      #a166ab,
      #5073b8,
      #1098ad,
      #07b39b,
      #6fba82);
  background-size: 300% 300%;
}

@keyframes bg-gradient-animation {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* Announcements */
.announcement-wrapper {
  margin: 0.75rem;
  border-radius: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  animation: ac-fade-in-down 0.3s ease-in 0.6s forwards;
}

@media (min-width: 992px) {
  .announcement-wrapper {
    border-radius: 5rem;
  }
}

@keyframes ac-fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.bg-green {
  background-color: #458040;
}

.bg-pink {
  background-color: rgb(233, 192, 233);
}

.bg-red {
  background-color: rgb(120, 0, 22);
}

.bg-offw {
  background-color: rgb(243 243 241);
}

.bg-violet {
  background-color: rgb(80, 34, 116);
}

.bg-yellow {
  background-color: rgb(210, 232, 35);
}

.bg-footer-logo {
  background: #d2f3e1;
}

.text-yellow,
.text-yellow a:hover {
  color: rgb(210, 232, 35) !important;
}

.text-violet,
.text-violet a:hover {
  color: rgb(80, 34, 116) !important;
}

.text-pink,
.text-pink a:hover {
  color: rgb(233, 192, 233) !important;
}

.footer-menu-wrapper .btn {
  margin: 10px;
}

.footer-logo-container {
  border-radius: 4rem !important;
}

.footer-logo-container img {
  width: 80%;
}

.footer-menu-wrapper .btn.br-rounded {
  border-radius: 35px;
  padding: 1.2rem 1rem;
}

.footer-menu-wrapper .btn.br-login {
  padding: 1.2rem 1.2rem;
  background: #e9e9e9;
  border: none !important;
  color: #000 !important;
  font-weight: 600;
}

.navbar.index-highly-rounded {
  border-radius: 3rem;
}

.navbar.fixed-top {
  margin: 2rem 9.15rem;
  margin-top: 2rem !important;
}

.fs-12 {
  font-size: 12px !important;
}

@media screen and (max-width: 1378px) {
  .navbar.fixed-top {
    margin: auto 6.15rem;
  }

  .f-box {
    width: 100% !important;
  }

  .picker_wrapper {
    width: 100% !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1278px) {
  .navbar.fixed-top {
    margin: auto 0.5rem;
  }
}

.index-container-content .input-group-lg .input-group-text {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  font-weight: 700;
  font-size: 1.2rem;
  padding-left: 0.6rem;
}

.index-container-content .input-group .form-control {
  padding: 1.2rem 0;
}

.index-container-content .input-group .form-control::placeholder {
  font-size: 1rem;
}

.footer-menu-card .footer-menu-wrapper {
  /*padding: 0 1rem;
    margin: auto 1rem;*/
}

.footer-menu-card .footer-menu-wrapper ul {
  list-style: none;
  padding: 0.25rem;
}

.footer-menu-card .footer-menu-wrapper ul li {
  padding: 0.35rem;
  font-size: 14px;
}

.footer-menu-card .footer-menu-wrapper ul li a:hover {
  text-decoration: none;
}

.footer-menu-card .social-icons ul {
  list-style: none;
}

.footer-menu-card .social-icons ul li {
  display: inline-block;
}

.footer-menu-card .social-icons ul li svg path {
  fill: white;
}

.footer-menu-card .social-icons ul li a {
  padding: 0.65rem !important;
  font-size: 0.75rem;
}

.index-block-one {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 764px) {
  .index-block-one {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.col-md-3-1 {
  flex: 0 0 24%;
  max-width: 24%;
}

.home_container .index-block-one .index-container-content {
  margin-bottom: 0rem;
  /* padding: 0rem 9.15rem; */
  max-width: 75%;
  padding: 0 15px 0 15px;
}

.nfc-container {
  max-width: 70% !important;
}

.nfccardindex-container .index-block-one .index-container-content {
  margin-bottom: 4rem;
}

.nfccardindex-container .index-image {
  width: 92%;
  top: -9.5rem;
}

.index-block-one .index-header {
  font-size: 3.5rem;
}

.img_align_bottom {
  top: -126px !important;
}

.pricing-plan-container {
  padding-top: 10rem !important;
}

.plan-header-wrapper {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.pricing-plan-title {
  padding: 0 2.25rem;
}

.pricing-plan-wrapper {
  padding: 0 2.25rem;
}

.pricing-plan-wrapper label {
  font-size: 0.825rem;
  cursor: pointer;
}

.pricing-plan-wrapper .plan-btn-wrapper-inner {
  border-radius: 2rem;
  padding: 0.5rem;
}

/*input[type="radio"]{
    visibility: hidden;
    height: 0;
    width: 0;
}*/

/*input[type="radio"]:checked + label {
  background-color: #1a73e8;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #1a73e8;
}*/

input[type="radio"]:checked+label.profiletype {
  /* background-color: #5d5d5d; */
  color: #000000;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  margin: 0;
  margin-right: 0px;
  border-bottom: 2px solid green;
  font-size: 12px;
}

.card-image-switch:checked+label {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.digital-card-container .price-plan-wrapper {
  display: flex;
  padding: 0;
  border: 1px solid var(--gray-200);
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 2px 35px rgb(0 0 0 / 20%);
}

.digital-card-container .pricing-plan {
  border: 0;
}

.digital-card-container .pricing-plan:first-child {
  border-right: 1px solid var(--gray-200);
}

.digital-card-container .pricing-header {
  border: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.digital-card-container .pricing-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-rounded {
  border-radius: 2rem;
}

.btn-subscribe {
  text-transform: none !important;
}

.price-text {
  font-size: 1rem;
}

.nfc-card-container .card,
.index-block-one .card {
  box-shadow: 1px 1px 10px 4px rgb(0 0 0 / 8%);
  padding: 20px 16px;
}

.mt-2p4 {
  margin-top: 1.5rem !important;
}

.nfc-card-container .card-header {
  background: #fff;
  border: 0;
}

.nfc-card-container .card-title {
  font-size: 23px;
}

.nfc-card-container .card-subtitle {
  font-style: italic;
}

.nfc-card-container .plan-content-wrapper {
  min-height: 230px;
}

.nfc-card-container .plan-btn-wrapper {
  font-weight: 500;
}

.btn-outline-duo {
  color: #31363f;
  border-color: #31363f;
  font-size: 1rem;
}

.btn-outline-duo:hover {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.btn-outline-duo:hover {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.btn-outline-duo:focus,
.btn-outline-duo.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 174, 112, 0.5);
}

.btn-outline-duo.disabled,
.btn-outline-duo:disabled {
  color: #1a73e8;
  background-color: transparent;
}

.btn-outline-duo:not(:disabled):not(.disabled):active,
.btn-outline-duo:not(:disabled):not(.disabled).active,
.show>.btn-outline-duo.dropdown-toggle {
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
}

.btn-outline-duo:not(:disabled):not(.disabled):active:focus,
.btn-outline-duo:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-duo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 178, 172, 0.5);
}

.btn-outline-default {
  color: #31363f;
  border: 1px solid #31363f;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active {
  background-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-violet {
  color: #502274;
  border: 1px solid #502274;
}

.btn-outline-violet:hover,
.btn-outline-violet:focus,
.btn-outline-violet:active {
  background: #502274;
  color: #fff !important;
}

.btn-violet {
  color: #fff;
  background: #502274;
}

.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active {
  color: #fff !important;
}

.btn-outline-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  color: #fff;
  border: 1px solid #fff;
}

.btn-semirounded {
  padding: 0.85rem 1.85rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

.btn-semirounded.claim {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-rounded {
  padding: 0.75rem 1.85rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
}

button.br-rad-25 {
  border-radius: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.linkrowstyling {
  background: var(--white);
  border: 1px solid var(--gray-200);
  opacity: 1;
  border-radius: 40px;
}

.bg-transparent {
  background: transparent !important;
}

.biolinkselem .extrapy {
  padding-top: 0.95rem;
  padding-bottom: 0.75rem;
}

.pl-2-1 {
  padding-left: 17px;
}

.biolinkselem .iconextrapy {
  padding-top: 0.65rem;
  padding-bottom: 0.75rem;
}

.hide-scroll {
  height: 641px;
  overflow-y: scroll;
}

.text-width-1 {
  width: 204px;
}

.biolinkselem button.btn-link:hover,
.biolinkselem .btn-link:hover {
  text-decoration: none;
}

.biolinkauto {
  background: #dfecfc;
  padding: 15px;
  border-radius: 18px;
}


.text-decoration-underline {
  text-decoration: underline;
}

.copy-url,
.purchase-plan {
  background: #000;
  border-radius: 8px;
  margin-left: 0px;
  font-weight: 600;
  color: #fff !important;
  padding: 0.6rem;
}

button.btn-link.copy-url:hover,
button.btn-link.purchase-plan:hover {
  text-decoration: none;
}

.index-block-one .card-img-top {
  max-height: 272px;
}

.index-block-one .plan-content-wrapper {
  min-height: 173px;
}

.home_container .index-block-one .index-container-content .row {
  margin-right: 0;
  margin-left: 0;
}

.block-one-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.btn-dark {
  background-color: #343a40;
  color: white;
  border: 1px solid #343a40;
  cursor: pointer;
}

.btn-ghost {
  background: none;
  border: none;
  cursor: pointer;
}

.btn-plus,
.btn-minus {
  font-size: 18px;
  line-height: 1;
}

.currencyMobDisplay {
  display: none;
}

@media (max-width: 980px) {
  .currencyMobDisplay {
    display: block;
  }
}

@media (max-width: 800px) {
  .navbar.fixed-top {
    margin: auto 0.3rem;
  }

  .home_container .index-block-one .index-container-content .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .register-button {
    padding: 0.35rem 0.75rem !important;
    font-size: 0.75rem;
  }

  .navbar-brand {
    margin-right: 0rem !important;
  }

  .digital-card-container .price-plan-wrapper {
    display: block;
  }
}

.btn-outline-primary {
  border: 1px solid #1a73e8 !important;
  color: #1a73e8 !important;
  background: transparent;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  color: #fff !important;
  background: #1a73e8 !important;
  border: 1px solid #1a73e8 !important;
}

.btn-white {
  background: #fff;
  color: #000;
}

.btn-duo-bw {
  background: #000;
  color: #fff;
}

.btn-duo-bw:hover,
.btn-duo-bw:active,
.btn-duo-bw:focus {
  background: #fff;
  color: #000;
}

.bg-purple {
  background-color: rgb(80, 34, 116);
}

.eBcVHX {
  padding: 10px 16px;
}

.dubjts {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: rgb(30, 35, 48);
}

.ldLVvd::before {
  content: "";
  display: block;
  position: absolute;
  inset: 6px;
  border: 2px solid rgb(30, 35, 48);
  border-radius: 10000px;
  z-index: -2;
  transition: none 0s ease 0s;
  visibility: hidden;
}

.jdVEoC {
  min-width: 0px;
  background-color: rgb(30, 35, 48);
  width: 144px;
}

.jdVEoC.smicon {
  width: 64px;
}

.jdVEoC.logoicon {
  width: 104px;
}

.ldLVvd {
  position: relative;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 1;
  height: 64px;
  background-color: rgb(30, 35, 48);
  border-radius: 10000px;
}

.ldLVvd svg {
  height: 75%;
  width: 75%;
  fill: rgb(255, 255, 255);
}

.footer-menu-card .social-icons ul li a.prod_appstore {
  width: 144px;
  display: block;
  padding: 0px !important;
}

.footer-menu-card .social-icons ul li a.prod_appstore.smicon {
  width: 64px;
}

.footer-menu-card .social-icons ul li a.prod_appstore.logoicon {
  width: 104px;
}

.foo-menu-navbar-logo {
  max-height: 1.4rem;
  height: 1.4rem;
}

.linkicons-set-right {
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 320px) {
  .dubjts {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .eBcVHX {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dubjts {
    font-size: 20px;
  }
}

@media screen and (min-width: 955px) {
  .dubjts {
    font-size: 24px;
  }
}

.feature-icon i {
  color: #1a73e8;
  font-size: 28px;
}

@media screen and (max-width: 900px) {
  .linkicons-set-right {
    display: block;
  }
}

.plan-price-title {
  margin-bottom: 0;
}

.plan-price-text {
  font-size: 1.45rem;
}

.plan-price-text span,
.plan-sub-title {
  font-size: 0.75rem;
}

.trial-text {
  border-radius: 2rem;
  padding: 0.25rem 0.85rem;
  font-size: 0.75rem;
  width: fit-content;
}

.bio-pricing-container .sidenav ul {
  list-style: none;
  padding-left: 18px;
}

.bio-pricing-container .sidenav ul li {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

.bio-pricing-container .sidenav ul li.active {
  border-radius: 64px;
  line-height: 26px;
  padding: 0.75rem 1.5rem;
  background: rgb(80, 34, 116);
  color: rgb(255, 255, 255);
  font-size: 16px;
}

.bio-pricing-container .feature-row .feature .collapsed:before {
  content: "\f078";
  font-family: "Font Awesome 6 Solid";
  transition: all 0.5s;
}

.bio-pricing-container .feature-row .feature a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.features-container {
  width: 100%;
  grid-column: 1 col-start / span 12;
}

@media (min-width: 1200px) {
  .features-container {
    grid-column: 3 col-start / span 10;
  }
}

.features-wrappper {
  /*display: grid;*/
  grid-column: col-start / span 12;
}

.features-wrappper ul {
  border-radius: 20px;
  grid-column: 1 col-start / span 12;
  overflow: hidden;
  width: 100%;
  background: rgb(255, 255, 255);
}

.features-wrappper ul li {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(228, 229, 222);
}

.features-wrappper ul li:last-child {
  border-bottom: 0;
}

.collapse-title {
  margin: 0px;
  border: none;
  display: grid;
  grid-column: col-start / span 12;
  grid-template-columns: repeat(12, [col-start] 1fr);
  outline: none;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}

.feature {
  grid-column: 1 col-start / span 12;
  padding: 1.125rem 1.5rem;
}

.feature .feature-collapse-wrapper {
  align-items: flex-start;
  display: flex;
}

.feature-collapse-wrapper .toggle-icon-wrapper {
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100%;
  border: 2px solid transparent;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: -2px;
  min-height: 32px;
  min-width: 25px;
}

.feature-collapse-wrapper .toggle-icon-wrapper svg {
  height: 7px;
  margin-top: 1px;
  max-width: 13px;
  min-width: 13px;
  width: 100%;
}

.feature-collapse-wrapper .feature-title {
  line-height: 23px;
  margin-left: 1.125rem;
  text-align: left;
  color: rgb(30, 35, 48);
  font-size: 16px;
  margin-bottom: 0;
}

.collapse-content {
  padding: 0 0px 0px 3.2rem;
  text-align: left;
  font-size: 12px;
  color: rgb(103, 107, 95);
  line-height: 19.8px;
}

.feature-status {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  grid-column: 1 col-start / span 3;
}

.feature-status-free {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  grid-column: 1 col-start / span 3;
}

.feature-status-custom {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  grid-column: 7 col-start / span 3;
}

@media (min-width: 768px) {


  .biolink-preview .biolink-preview-iframe-container {
    width: 393px;
    aspect-ratio: 393 / 852;
    max-height: none;
    overflow: clip;
    max-width: none;
    display: block;
    transform: scale(.8);
    padding: 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    height: 80vh;
  }

  .features-wrappper {
    margin-bottom: 2rem;
  }

  .features-container ul li {
    padding-bottom: 0px;
  }

  .feature {
    grid-column: 1 col-start / span 4;
    padding: 1.125rem 1.5rem;
  }

  .feature-status {
    background: transparent;
    grid-column: 5 col-start / span 2;
    padding-top: 1.375rem;
  }

  .feature-column-wrapper .plan-label {
    display: none;
  }

  .feature-status:nth-child(2) {
    grid-column: 5 col-start / span 2;
  }

  .feature-status:nth-child(3) {
    grid-column: 7 col-start / span 2;
  }

  .feature-status:nth-child(4) {
    grid-column: 9 col-start / span 2;
  }

  .feature-status:nth-child(5) {
    grid-column: 11 col-start / span 2;
  }

  .feature-status.featured {
    background: rgb(237, 248, 242);
  }

  .feature-status-free {
    background: transparent;
    grid-column: 9 col-start / span 2;
    padding-top: 1.375rem;
  }

  .feature-status-custom {
    background: rgb(248, 237, 248);
    grid-column: 11 col-start / span 2;
    padding-top: 1.375rem;
  }

  .feature-collapse-wrapper .feature-title {
    font-size: 16px;
    line-height: 26px;
    margin-left: 1rem;
  }

  .collapse-content {
    font-size: 13px;
    padding-left: 3rem;
  }
}

.feature-button {
  font-weight: normal;
  padding: 10px 21px;
  border-radius: 32px;
  margin-top: 1rem;
  font-size: 14px;
}

.bio-pricing-container .plan-price-title {
  font-weight: 400;
}

.plans .trial-text {
  top: -15px;
}

.image-container svg {
  --scale: 1;
  --x: 0;
  -webkit-touch-callout: none;
  pointer-events: none;
  transform: translateX(calc(var(--x) * 1%)) rotateY(37deg) rotateX(-5deg) rotate(-5deg) scale(var(--scale));
  transition: 0.4s transform var(--ease-out-cubic);
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .image-container>div:hover svg {
    --scale: 1.15;
    --x: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sell-animation .visual .grid>div:hover svg {
    --scale: 1.15;
    --x: 0;
  }
}

.outer-box {
  min-width: 0px;
  padding: 48px 40px;
  display: flex;
  border-radius: 32px;
  width: 100%;
}

.inner-box {
  display: flex;
  box-sizing: border-box;
  min-width: 0px;
  gap: 32px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.image-container {
  display: flex;
  box-sizing: border-box;
  min-width: 0px;
  flex: 1 1 0%;
  -webkit-box-align: center;
  align-items: center;
}

.sell-animation {
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --push: 17;
  width: 100%;
  min-width: 0px;
}

.sell-animation .visual {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 10%;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.sell-animation .visual .grid {
  display: grid;
  gap: 5%;
  grid-template-columns: repeat(6, 1fr);
  pointer-events: none;
  width: 100%;
}

.sell-animation .visual .grid>div:first-child {
  grid-column: 1 / span 2;
}

.sell-animation .visual .grid>div:nth-child(2) {
  grid-column: 2 / span 2;
}

.sell-animation .visual .grid>div:nth-child(3) {
  grid-column: 3 / span 2;
}

.sell-animation .visual .grid>div:nth-child(4) {
  grid-column: 4 / span 2;
}

.sell-animation .visual .grid>div:nth-child(5) {
  grid-column: 5 / span 2;
}

.sell-animation .visual .grid>div {
  grid-column: 1 / span 2;
  grid-row: 1/1;
  perspective: 100rem;
  pointer-events: auto;
}

.sell-animation .visual .grid>div svg {
  --scale: 1;
  --x: 0;
  -webkit-touch-callout: none;
  pointer-events: none;
  transform: translateX(calc(var(--x) * 1%)) rotateY(37deg) rotateX(-5deg) rotate(-5deg) scale(var(--scale));
  transition: 0.4s transform var(--ease-out-cubic);
  width: 100%;
}

.share-animation {
  width: 100%;
}

.share-animation .visual {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 5%;
  width: 100%;
}

.share-animation .visual .grid {
  display: grid;
  gap: 2%;
  grid-template-columns: 1fr 0.8fr 1.5fr;
  perspective: 100rem;
  touch-action: manipulation;
  width: 100%;
}

.share-animation .visual .grid>div {
  cursor: pointer;
  height: 0;
  position: relative;
  transform: rotateY(calc(var(--rotation) * 1deg));
  transform-style: preserve-3d;
  -webkit-user-select: none;
  user-select: none;
}

.share-animation .visual .grid>div:first-child {
  animation-delay: 0s;
  grid-column: 1/2;
  padding-top: 100%;
}

.share-animation .visual .grid>div:nth-child(2) {
  animation-delay: 4s;
  grid-column: 2/3;
  padding-top: 125%;
}

.share-animation .visual .grid>div:nth-child(3) {
  animation-delay: 8s;
  grid-column: 3/4;
  padding-top: 66.6666666667%;
}

/*Digital Card Pricing Plan*/

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }

  .footer-menu-card .social-icons ul li a.prod_appstore.logoicon,
  .footer-menu-card .social-icons ul li a.prod_appstore .jdVEoC.logoicon {
    width: 144px;
  }
}

.container.width-50 {
  z-index: 2;
  width: 50%;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.pricing-header-wrapper {
  margin-bottom: 48px;
}

.toggle-buttons-group {
  background-color: #f7f8f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  padding: 4px;
  display: flex;
}

.discount-label {
  color: #fff;
  background-color: #185abc;
  border-radius: 100px;
  padding: 3px 8px 2px 7px;
  font-size: 10px;
  display: inline-block;
}

.pricing-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs-content.overflow-show {
  overflow: visible;
}

.pricing-button {
  color: #617183;
  background-color: transparent;
  margin-right: 0;
  padding: 3px 24px;
  text-decoration: none !important;
}

.pricing-button.active {
  color: #fff !important;
  background-color: #000;
  border-radius: 100px;
  margin-right: 0;
  padding: 8px 24px;
  box-shadow: 0px 2px 7px rgba(22, 28, 38, 0.12);
  display: flex;
  align-items: center;
}

.pricing-button.active .discount-label {
  color: #fff;
}

/*.pricing-button.w--current {
        color: rgba(39, 40, 41, .8);
        background-color: #fff;
        border-radius: 100px;
        margin-right: 0;
        padding: 8px 24px
}*/

.monthly-label {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-card {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 32px;
  flex-direction: column;
  padding: 0 0 32px;
  display: flex;
}

.pricing-card-header {
  color: #272829;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.pricing-card-header.header {
  justify-content: center;
  margin-bottom: 0;
}

.pricing-card-price {
  justify-content: flex-start;
  margin-bottom: 58px;
}

.pricing-card-button {
  flex-direction: column;
  margin-bottom: 37px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

/* .pricing-card-features {
  padding-top: 7px;
} */

.pricing-plan-name {
  color: #5a5858;
  letter-spacing: -0.01em;
  font-size: 1.375rem;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-plan-type {
  color: #272829;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #f7f8f9;
  border-radius: 100px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

.pricing-plan-type.teams {
  color: #6ab4b3;
  background-color: rgba(138, 209, 208, 0.15);
}

.pricing-plan-type.teams.beta-button {
  background-color: transparent;
  border: 1px solid #6ab4b3;
  display: inline-block;
}

.price-tag {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  line-height: 2.75rem;
  font-size: 2.25rem;
  letter-spacing: 0;
  font-weight: 400;
  color: rgb(26, 115, 232);
}

.price-tag.enterprise {
  font-size: 32px;
}

.price-tag-text {
  font-size: 20px;
  font-weight: 500;
}

.price-box {
  min-height: 68px;
}

.full-black {
  color: #272829;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.full-black.team {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.pricing-card-text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px;
}

.pricing-card-text.intro {
  color: #272829;
  padding-left: 0;
  font-weight: 600;
  line-height: 1.6;
}

.pricing-card-list-item {
  background-image: url(https://assets-global.website-files.com/617ac0d059899a9a3c8216e9/617ac0d059899a3794821784_pricing-card-mark.svg);
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-left: 30px;
  font-size: 15px;
}

.pricing-card-list-item.bold {
  font-weight: 600;
}

.free-plan-hidden {
  opacity: 0;
}

.price-per-month {
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 8px;
  display: flex;
}

.price-per-month.team {
  align-items: flex-start;
}

.price-per-month.enterprise {
  margin-bottom: 14px;
}

.pricing-description {
  height: 90px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  font-weight: 600;
  display: flex;
  overflow: visible;
  font-size: 0.9rem;
}

.pricing-description-1 {
  height: 90px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  /* padding-bottom: 16px; */
  font-weight: 600;
  display: flex;
  overflow: visible;
  font-size: 0.9rem;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-bottom: 24px;
}

.hr.mobile {
  display: none;
}

.div-block-50 {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.individual {
  border: 1px solid #dbdde4;
  border-radius: 32px;
  flex: 1;
  display: flex;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.card-margin {
  max-width: 250px !important;
  min-width: 250px !important;
}

.border-black-1 {
  border: 1px solid black !important;
  border-radius: 30px !important;
}

.mt-97 {
  margin-top: 9;
}

.row-card .individual {
  border: 1px solid #dbdde4;
  border-radius: 32px;
  flex: 1;
  display: flex;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  margin-right: 1rem;
}

.div-block-51 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.pricing-card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  padding: 32px 28px;
  display: flex;
}

/* .features-list li.active {
  background-image: url("../images/check-mark.svg");
  background-position: 0 5%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-left: 30px;
  font-size: 15px;
} */

.vr {
  width: 1px;
  height: 100%;
  border: 1px solid #dbdde4;
}

.div-block-52 {
  flex-direction: column;
  display: flex;
}

.div-block-53 {
  height: 16px;
}

.div-block-54 {
  flex: 0 auto;
  display: flex;
}

.section-6,
.section-7 {
  padding-bottom: 32px;
}

.div-block-55 {
  flex-direction: row;
  display: flex;
}

.image-59 {
  padding-left: 10px;
  padding-right: 20px;
}

.bold {
  font-weight: 600;
}

/* .section.pricing.mobile {
  display: none;
} */

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    margin-bottom: 12px;
  }

  .section,
  .section.dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.dark.features {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section.dark.features.mobile {
    margin-top: 0;
  }

  .section.cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.cta.dark {
    padding-top: 95px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section.hero.for-businesses {
    padding-bottom: 0;
  }

  .section.hero.solution {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /* .section.pricing {
    padding-top: 80px;
    display: none;
  } */

  .section.pricing.mobile {
    display: block;
  }

  .section.benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .section.dark-soft {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section.dark-soft._2 {
    padding-top: 100px;
  }

  .section.home-hero {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .section.cards {
    padding-left: 22px;
    padding-right: 22px;
  }

  .container.width-50 {
    width: 90%;
  }

  .container.slider {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 7.22%;
  }

  .container.slider._2 {
    padding-right: 0%;
  }

  .container.faq {
    width: auto;
    padding-left: 7.22%;
    padding-right: 7.22%;
  }

  .container.blog-post,
  .container.blog {
    width: 90%;
  }

  .container.sync-animation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container.cards {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.conversion-image {
    height: 200px;
    background-position: 60%;
  }

  .container.business-brands {
    display: none;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading.conversion-page {
    font-size: 20px;
  }

  .subheading.black.wallet {
    text-align: center;
  }

  .pre {
    font-size: 14px;
  }

  .subtitle {
    font-size: 18px;
  }

  .h4-size24.white.customer-reviews-title {
    margin-bottom: 10px;
  }

  .h4-size24.benefit-card-title {
    margin-bottom: 12px;
  }

  .h4-size24.learn-more {
    margin-bottom: 30px;
  }

  .h3-size28.left.mobile {
    font-size: 22px;
  }

  .footer-item.text {
    margin-right: 0;
  }

  .button {
    margin-top: 0;
  }

  .button.light.white.stacked,
  .button.light.white.stacked-light {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button.light.white.final-cta {
    margin-left: 0;
    display: block;
  }

  .button.on-black.analytics.home {
    margin-right: 0;
  }

  .button.on-black.analytics.home.mobile {
    margin-bottom: 15px;
  }

  .button.business.analytics {
    margin-right: 0;
  }

  .button.business.analytics.mobile.space {
    margin-bottom: 12px;
  }

  .button.analytics.mobile,
  .button.tertiary.analytics.mobile {
    font-size: 13px;
  }

  .button.white.light.analytics.home {
    margin-left: 0;
  }

  .button.contactus {
    align-items: center;
  }

  .brand.footer {
    margin-bottom: 40px;
  }

  .logo {
    max-width: 100%;
  }

  .nav-link.mobile,
  .nav-link.dbc-desktop-white-hide.dbc-movile-white {
    display: none;
  }

  .nav-menu.white,
  .cta-text-btn,
  .cta-text-btn.dark {
    width: 100%;
  }

  .wrapper.final-cta {
    text-align: center;
    padding: 32px 24px;
  }

  .wrapper.two-columns.for-businesses.primary {
    margin-bottom: 0;
  }

  .wrapper.case-studies {
    text-align: center;
    padding: 32px 24px;
  }

  .wrapper.learn-more {
    text-align: center;
    padding: 24px;
  }

  .wrapper.values {
    object-fit: fill;
    display: block;
    position: static;
  }

  .wrapper.learn-more {
    text-align: center;
    padding: 24px;
  }

  .footer-col.vertical {
    flex-direction: column;
    align-items: center;
  }

  .footer-col.horizontal {
    flex-direction: column;
    align-items: stretch;
  }

  .appstore-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .appstore-link.gplay {
    margin-right: 0;
  }

  .footer-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-feature-row {
    align-items: center;
    margin-bottom: 80px;
  }

  .home-feature-text {
    margin-bottom: 25px;
  }

  .h2-feature {
    font-size: 30px;
    line-height: 1.2;
  }

  .section-header-centered {
    margin-bottom: 40px;
  }

  .products-grid {
    width: 100%;
  }

  .product-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .product-card-btn-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .pop-item.left-up {
    max-width: 70%;
    top: -11%;
    left: -32%;
  }

  .pop-item.left-up._2 {
    max-width: 70%;
    top: -10%;
    left: -34%;
  }

  .pop-item.left-up.yt,
  .pop-item.left-up.ig {
    max-width: 40%;
    left: -23%;
  }

  .pop-item.right-bottom {
    max-width: 70%;
    bottom: -7%;
    right: -33%;
  }

  .pop-item.right-bottom._2 {
    max-width: 70%;
    bottom: -9%;
    right: -33%;
  }

  .pop-item.right-bottom.wa,
  .pop-item.right-bottom.tw,
  .pop-item.right-up.fb {
    max-width: 40%;
    right: -23%;
  }

  .sequence-wrapper {
    width: 200px;
    align-items: stretch;
    display: flex;
  }

  .reviews-row {
    margin-bottom: 60px;
  }

  .review-rating {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 42px;
    line-height: 2;
  }

  .cta-bg-ellipses {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-bg-ellipses.light {
    max-width: 100%;
    margin-top: 20px;
  }

  .cta-wrapper.dark {
    margin-bottom: 3.25em;
  }

  .cta-bg-gradient {
    width: 125px;
    height: 125px;
    opacity: 0.8;
    filter: blur(50px);
    margin-top: 110px;
  }

  .cta-bg-gradient.home {
    width: 175px;
    height: 175px;
    opacity: 0.5;
    filter: blur(40px);
    margin-top: 80px;
  }

  .review-card.swiper-slide {
    width: auto;
  }

  .review-card.swiper-slide._2 {
    height: 470px;
  }

  .review-card.swiper-slide._2._3 {
    height: 470px;
    margin-left: 0;
  }

  .logos-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .swiper {
    width: 100%;
  }

  .hero-col-text.for-businesses {
    padding-top: 0;
  }

  .hero-col-text.wallet {
    width: 100%;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .hero-col-img.solution {
    width: 75%;
  }

  .product-name {
    font-size: 24px;
  }

  .swiper-wrapper {
    display: flex;
  }

  .footer-app-btn-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .benefits-grid {
    width: auto;
  }

  .benefits-grid.for-businesses {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefit-card-img {
    margin-bottom: 12px;
  }

  .section-header-wrapper {
    margin-bottom: 80px;
  }

  .section-header-wrapper.bus-feat,
  .benefits-row {
    margin-bottom: 40px;
  }

  .benefit-col.text {
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .benefit-col.img {
    display: none;
  }

  .form-container {
    max-width: 400px;
    margin: 0 auto;
  }

  input,
  textarea {
    width: 100%;
    padding: 10px;
    /* margin: 10px 0; */
    box-sizing: border-box;
    font-size: 16px !important;
    /* Prevent zoom on iOS */
  }

  .benefit-col.img.mobile {
    margin-bottom: 15px;
    display: block;
  }

  .centered-wrapper {
    margin-top: 0;
  }

  .more-features-wrapper {
    display: none;
  }

  .more-features-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .more-features-img-wrapper {
    margin-bottom: 16px;
  }

  .companies-grid {
    width: 100%;
    grid-row-gap: 40px;
  }

  .companies-img,
  .company-type,
  .bottom24_12 {
    margin-bottom: 12px;
  }

  .image.security-hero {
    display: none;
  }

  .home-video-bg {
    height: 100vh;
  }

  .toggle-buttons-group {
    width: auto;
    border-radius: 100px;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .discount-label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    /*display: none;*/
  }

  .pricing-plan-container {
    padding-top: 7rem !important;
  }

  .pricing-button {
    text-align: center;
    border-radius: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
  }

  .pricing-button.w--current {
    border-radius: 32px;
    align-self: center;
  }

  .pricing-card {
    padding: 25px;
  }

  .pricing-card-header {
    height: 35px;
    flex-direction: row;
    font-size: 8px;
  }

  .pricing-card-price {
    margin-bottom: 30px;
  }

  .price-tag.mobile {
    font-size: 30px;
  }

  .faq-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-wrapper.show-more {
    padding-bottom: 45px;
  }

  .faq-row {
    padding: 16px;
  }

  .question {
    font-size: 18px;
  }

  .people-say-card {
    padding: 24px;
  }

  .solutions-grid {
    width: auto;
  }

  .solution-img {
    margin-bottom: 12px;
  }

  .how-step-row {
    padding: 24px;
  }

  .how-step-col.img {
    height: 200px;
  }

  .contact-form {
    overflow: hidden;
  }

  .text-field {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-field.area {
    font-size: 16px;
  }

  .blog-post-category {
    font-size: 14px;
  }

  .blog-post-date-length {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .blog-post-main-image {
    height: 250px;
    margin-bottom: 32px;
  }

  .blog-post-share-row {
    flex-direction: column;
  }

  .blog-categories-nav {
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .blog-categories-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .latest-post-row {
    margin-bottom: 40px;
  }

  .latest-post-img {
    height: 300px;
  }

  .blog-thumbnail {
    height: 200px;
    margin-bottom: 0;
  }

  .blog-card-category {
    margin-bottom: 12px;
  }

  .blog-category-header {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .video-bg-wrapper {
    height: 100vh;
  }

  .final-cta-copy-wrapper {
    align-items: stretch;
  }

  .final-cta-bullets {
    text-align: left;
  }

  .newsletter-box {
    width: 88vw;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-text-field {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .newsletter-dropdown-list.w--open {
    width: 100%;
    top: 130%;
    bottom: 0%;
    left: auto;
    right: -3%;
  }

  .newsletter-form-block {
    margin-bottom: 0;
  }

  .category-heading {
    margin-bottom: 10px;
  }

  .devices-grid-home {
    width: 100%;
  }

  .devices-grid-home.home {
    width: 85%;
  }

  .infinite-cards-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .col.is--44 {
    width: 100%;
  }

  .infinite-card {
    margin-bottom: 40px;
  }

  .share-your-details-img {
    width: 100%;
    max-width: 100%;
  }

  .connect-visual-wrapper {
    flex-direction: column-reverse;
  }

  .col-key_card {
    width: 100%;
    height: 175px;
    align-items: center;
  }

  .col-cards-list {
    width: 100%;
    height: 300px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nurture-canva {
    width: 100%;
    height: auto;
  }

  .ellipse-blurred-blue {
    width: 150px;
    height: 150px;
  }

  .nurture-card {
    max-width: 100%;
  }

  .nurture-show {
    max-width: 70%;
    top: -8%;
    left: -59%;
  }

  .click-animation {
    bottom: 38%;
    right: 24%;
  }

  .click-animation.onboarding {
    bottom: 15%;
    left: 50%;
  }

  .simple-onboarding-canva {
    width: 100%;
    height: auto;
    padding: 40px 25px;
  }

  .onboarding-card {
    max-width: 80%;
  }

  .onboarding-cta {
    max-width: 50%;
    left: 45%;
  }

  .go-green-canva {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .go-green-card {
    max-width: 75%;
  }

  .full-control-canva {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 25px;
  }

  .full-control-grid {
    width: 85%;
  }

  .go-green-leafs {
    bottom: 0%;
  }

  .onboarding-shape-1 {
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .onboarding-shape-2 {
    width: 50%;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    left: -17%;
  }

  .ellipse-blurred-green {
    width: 150px;
    height: 150px;
  }

  .nfc-slider-container {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .splide {
    width: 100%;
    height: 100%;
  }

  .splide__track,
  .splide__list {
    width: 100%;
  }

  .splide__slide {
    width: 100%;
    display: inline-block;
  }

  .inner-slide {
    width: 75%;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1);
  }

  .connector-wrapper {
    width: 100%;
    height: 110px;
    align-items: center;
    overflow: hidden;
  }

  .connector {
    width: 120px;
    transform: rotate(-90deg);
  }

  .key_card-1 {
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    left: 20%;
  }

  .key_card-3,
  .key_card-2 {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    left: 20%;
  }

  .social-share-wrapper {
    margin-bottom: 25px;
  }

  .form {
    flex-direction: column;
    display: flex;
  }

  .key_card {
    height: 100%;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    position: relative;
  }

  .key_card-name {
    font-size: 20px;
    line-height: 1.5;
  }

  .key_card-role {
    font-size: 15px;
    line-height: 1.5;
  }

  .shield {
    width: 12.5%;
    left: 43%;
  }

  .azure {
    width: 90px;
    top: 4%;
    left: 6%;
  }

  .originally-published-collection {
    padding-left: 0;
    display: inline-block;
  }

  .div-block.conversion-product-2 {
    margin-left: 0;
  }

  .div-block.conversion-product-2.dbc {
    padding-right: 0;
  }

  .div-block.conversion-page.dbc-2 {
    height: 300px;
    background-position: 60px 0;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-col-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .hero-section {
    height: 100vh;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .hero-subtext {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .feature-container {
    margin-bottom: 0;
    padding: 0 0 32px;
  }

  .col-1.text-left {
    margin-bottom: 48px;
  }

  .col-1.img-left {
    margin-bottom: 0;
  }

  .col-1.img-left.lp {
    width: 100%;
  }

  .col-1._50.sticky {
    height: auto;
    margin-bottom: 80px;
  }

  .col-2.img-right.lp-heading {
    width: 100%;
  }

  .col-2._40 {
    margin-top: 80px;
  }

  .section-heading-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-heading {
    font-size: 32px;
  }

  .section-heading.padding {
    margin-bottom: 56px;
  }

  .content-wrapper-right.text-right {
    margin-top: 63px;
  }

  .section-subheading.black.lp {
    font-size: 26px;
  }

  .feature-subtext {
    font-size: 16px;
  }

  .feature-subtext.lp-main {
    font-size: 14px;
  }

  .feature-label-ic.hidden-on-mobile {
    display: none;
  }

  .how-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .how-heading {
    font-size: 32px;
  }

  .how-content {
    margin-bottom: 100px;
  }

  .how-paragraph {
    font-size: 16px;
  }

  .section-3 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .reviews-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-wrapper.lp-reviews {
    border-style: none;
  }

  .reviews-text {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .faq_section {
    padding-top: 150px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq_section.mb-0 {
    padding-top: 74px;
  }

  .div-block-2 {
    padding-bottom: 12px;
  }

  .link-block {
    margin-right: 0;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .appstore-text.large {
    font-size: 16px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-6 {
    border-radius: 16px;
  }

  .div-block-7 {
    display: none;
  }

  .how-heading-copy {
    font-size: 32px;
  }

  .lottie-animation,
  .lottie-animation-2,
  .lottie-animation-3,
  .lottie-animation-4 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .button-secondary {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-13.wrapped {
    flex-direction: row;
  }

  .div-block-17 {
    width: 100%;
  }

  .feature-card {
    padding-top: 24px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .feature-card._2 {
    margin-bottom: 18px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-vert-col.padding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-20 {
    display: none;
  }

  .secontion-subtitle {
    font-size: 16px;
  }

  .div-line-ttop {
    opacity: 0.15;
    margin-bottom: 48px;
  }

  .headding-small {
    font-size: 16px;
  }

  .logo-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .share-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-41 {
    width: 80%;
    flex: 1;
  }

  .image-42,
  .client-logo-img {
    max-width: 80%;
  }

  .slide {
    height: 470px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-22 {
    margin-right: 0%;
  }

  .slider-2 {
    height: 540px;
  }

  .slide-nav {
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nfc_range-grid {
    width: 100%;
    padding-bottom: 20px;
  }

  .nfc_product-card {
    padding-top: 30px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-flip-content,
  .custom_gif {
    width: 225px;
  }

  .benefits_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mouseover-card {
    width: 260px;
    height: 166px;
    margin-bottom: 42px;
  }

  .benefits_h3.conversion-page {
    font-size: 18px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .steps_section {
    padding: 100px 24px;
  }

  .steps-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-h3 {
    font-size: 36px;
  }

  .inline-button {
    flex-direction: column;
  }

  .text-block-7 {
    text-align: center;
  }

  .black-arrow {
    display: none;
  }

  .team-cta-grid {
    text-align: center;
  }

  .toggle {
    margin-top: 12px;
  }

  .heading-2.conversion-page,
  .heading-2.conversion-page.dbc {
    font-size: 60px;
  }

  .heading-2.conversion-product {
    margin-bottom: 15px;
  }

  .div-block-37.security-header-div1 {
    margin-left: 19px;
    margin-right: 20px;
  }

  .div-block-37.security-header-div2 {
    display: none;
  }

  .security-header-container {
    margin-bottom: 2px;
  }

  .security-cards-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-3.security-link {
    width: 180px;
    margin-bottom: 24px;
  }

  .image-52 {
    display: none;
  }

  .security-infra-heading2 {
    text-align: center;
    padding-left: 6px;
  }

  .container-6 {
    padding: 33px 8px 38px;
  }

  .security-infra-para {
    padding-left: 11px;
    padding-right: 15px;
  }

  .security-infra-heading {
    text-align: center;
    margin-left: -2px;
    padding-bottom: 28px;
    display: block;
  }

  .image-53 {
    display: none;
  }

  .hero_grid.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .action-vid {
    height: 56vw;
  }

  .values-grid {
    object-fit: fill;
    display: block;
  }

  .heading-3.careers.ceareers-2 {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-2 {
    margin-top: 16px;
  }

  .image-values {
    max-height: none;
    min-height: auto;
    min-width: auto;
    display: none;
  }

  .container-7.careers {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .nav-link-2.dbc-desktop-white-hide.dbc-movile-white,
  .nav-link-2.mobile {
    display: none;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.hero {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .section-4.hero.nfc.conversion-page {
    padding-bottom: 0;
  }

  .section-4.dark-soft {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section-4.dark-soft._2 {
    padding-top: 100px;
  }

  .culture-grid {
    display: block;
  }

  .product-card-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .logo-section-2 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .logo-section-2.nfc {
    padding: 50px 10px;
  }

  .section-heading-2 {
    font-size: 32px;
  }

  .section-heading-2.padding {
    margin-bottom: 56px;
  }

  .conversion-page {
    font-size: 14px;
  }

  .card-flip-content-2 {
    width: 225px;
    height: 150px;
  }

  .card-buy-section {
    flex-direction: column;
    display: flex;
  }

  .button-3 {
    margin-top: 16px;
  }

  .button-3.conversion-button {
    margin-bottom: 16px;
  }

  .question-2 {
    font-size: 18px;
  }

  .review-rating-2 {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 42px;
    line-height: 2;
  }

  .how-heading-2 {
    font-size: 32px;
  }

  .faq-row-2 {
    padding: 16px;
  }

  .faq_section-2 {
    padding-top: 150px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .review-card-2.swiper-slide {
    width: auto;
  }

  .review-card-2.swiper-slide._2 {
    height: 470px;
  }

  .review-card-2.swiper-slide._2._3 {
    height: 470px;
    margin-left: 0;
  }

  .pricing-description {
    height: 71%;
  }

  .hr.mobile {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .individual {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .individual.mobile,
  .individual.free {
    margin-bottom: 15px;
  }

  .pricing-card-2.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-55 {
    align-self: center;
  }

  .div-block-55.mobile {
    margin-top: 20px;
  }

  .bold.italic {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .bold.mobile {
    margin-top: 10px;
  }

  .bold.mobile.centre {
    text-align: center;
    margin-top: 10px;
  }

  .div-block-57 {
    display: block;
  }

  .pricing-button-2 {
    text-align: center;
    border-radius: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pricing-button-2.w--current {
    border-radius: 32px;
  }

  .pricing-card-header-2 {
    height: 35px;
    flex-direction: row;
    font-size: 8px;
  }

  .toggle-buttons-group-2 {
    width: auto;
    border-radius: 32px;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .button-4 {
    margin-top: 16px;
  }

  .button-4.mobile {
    margin-top: 4px;
  }

  .price-tag-2.mobile {
    font-size: 30px;
  }

  .button-5 {
    margin-top: 16px;
  }

  .container-9.faq {
    width: auto;
    padding-left: 7.22%;
    padding-right: 7.22%;
  }

  .image-63 {
    display: none;
  }

  .section-9 {
    display: block;
  }

  .section-10 {
    display: none;
  }

  .div-block-63 {
    display: flex;
  }

  .features {
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .features-2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .features-2.enterprise {
    font-size: 18px;
  }

  .features-explained {
    overflow: hidden;
  }

  .features-explained .plan-info {
    margin-bottom: 15px;
  }

  .div-block-64 {
    display: none;
  }

  .div-block-65 {
    flex-direction: column;
    display: flex;
  }

  .div-block-66 {
    display: none;
  }

  .div-block-67 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-heading {
    flex-direction: column;
  }

  .contactus_headings {
    margin-bottom: 12px;
  }

  .contactus_icon {
    display: none;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .paragraph-2.white.dbc-lp {
    padding-left: 36px;
    padding-right: 30px;
    font-size: 14px;
  }

  .div-block-68 {
    border-radius: 16px;
  }

  .div-block-69 {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .div-block-71 {
    align-self: center;
    display: none;
  }

  .hero-subtext-2 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .hero-subtext-2.dbc-lp {
    font-size: 18px;
  }

  .button-6 {
    margin-top: 0;
  }

  .button-6.white.light.analytics.home {
    margin-left: 0;
  }

  .button-6.on-black.analytics.home {
    margin-right: 0;
  }

  .button-6.on-black.analytics.home.mobile {
    margin-bottom: 15px;
  }

  .lottie-animation-5 {
    width: 100%;
  }

  .content-wrapper-right-2.text-right {
    margin-top: 63px;
  }

  .lp_2columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-heading-2.lp-heading {
    font-size: 30px;
  }

  .div-block-72 {
    padding-bottom: 12px;
  }

  .container-14.business-brands {
    display: none;
  }

  .section-12 {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-12.lp-main {
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-74 {
    border-radius: 16px;
  }

  .button-7 {
    margin-top: 0;
  }

  .button-7.lp {
    padding-left: 12px;
    padding-right: 12px;
  }

  .feature-container-2 {
    margin-bottom: 0;
    padding: 0 0 32px;
  }

  .div-block-76 {
    display: none;
  }

  .lottie-animation-6 {
    width: 100%;
  }

  .section-13 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-13.business-products.lp-main {
    display: none;
  }

  .roi-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-14.dark-soft {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section-14.dark-soft._2 {
    padding-top: 100px;
  }

  .section-heading-3 {
    font-size: 32px;
  }

  .section-heading-3.padding {
    margin-bottom: 56px;
  }

  .subheading-2 {
    font-size: 16px;
  }

  .container-17.slider {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 7.22%;
  }

  .container-17.slider._2 {
    padding-right: 0%;
  }

  .div-block-81 {
    margin-right: 0%;
  }

  .review-card-3.swiper-slide {
    width: auto;
  }

  .review-card-3.swiper-slide._2 {
    height: 470px;
  }

  .review-card-3.swiper-slide._2._3 {
    height: 470px;
    margin-left: 0;
  }

  .div-block-83 {
    flex-direction: column;
  }

  .how-heading-3 {
    font-size: 32px;
  }

  .how-heading-3.opacity.lp {
    text-align: center;
  }

  .div-block-86 {
    margin-top: 15px;
  }

  .wallet-h2 {
    text-align: center;
    font-size: 30px;
  }

  .tab-link-01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-01 {
    flex-direction: column;
  }

  .tabs-content-01 {
    padding: 20px;
  }

  .tabs-menu-01 {
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-2 {
    text-align: center;
    font-size: 13px;
  }

  .paragraph-3.black.wallet {
    text-align: center;
  }

  .in-tabs-image {
    min-height: 300px;
  }

  .wallet-tabsmenu {
    align-items: center;
  }

  .wallet-tab-01 {
    padding-right: 0;
  }

  .wallet-tab-01.w--current {
    border-bottom: 5px solid #f35a57;
    border-right-style: none;
    padding-right: 0;
  }

  .tabs-2 {
    flex-direction: column;
    align-items: center;
  }

  .wallet-tabs-container {
    flex-direction: column;
  }

  .div-block-92 {
    align-items: center;
  }

  .tab-image-1,
  .tab-image-2 {
    min-width: 100px;
  }

  .tabs-content-2 {
    margin-left: 0;
  }

  .container-19 {
    flex-direction: column;
  }

  .wallet-mobile {
    text-align: center;
  }

  .image-69 {
    display: none;
  }

  .nav-menu-3.white {
    width: 100%;
  }

  .section-17,
  .hero-section-2 {
    padding: 45px 15px;
  }

  .box {
    opacity: 1;
  }

  .img_benefits {
    margin-bottom: 20px;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .grid-1x1 {
    grid-row-gap: 40px;
  }

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .button-10 {
    margin-top: 0;
  }

  .tab-fon-2 {
    padding: 20px;
  }

  .content._0 {
    text-align: center;
  }

  .tab-2 {
    width: 90%;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 20px 11px;
  }

  .tab-2.w--current {
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 11px;
  }

  .tab-2._0 {
    margin-bottom: 0;
  }

  .section-18 {
    padding: 45px 15px;
  }

  .h4 {
    font-size: 26px;
    line-height: 30px;
  }

  .title {
    font-weight: 300;
  }

  .h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .h2.center {
    font-size: 30px;
    line-height: 36px;
  }

  .grid-1x3 {
    grid-row-gap: 30px;
  }

  .moving-button.analytics {
    width: 150px;
    height: 50px;
    display: none;
  }

  .div-block-95 {
    min-width: 40px;
  }

  .text-block-13 {
    font-size: 11px;
    bottom: 32%;
  }

  .moving-button-mobile.analytics {
    width: 200px;
    height: 50px;
    display: flex;
  }

  .home-feature-text-middle-desk {
    margin-bottom: 25px;
    display: none;
  }

  .home-feature-text-middle-mobile {
    margin-bottom: 25px;
    display: flex;
  }

  .sub-heading-dbc {
    font-size: 16px;
  }

  .h3-size24.white {
    text-align: left;
  }

  .h3-size24.white.customer-reviews-title {
    margin-bottom: 10px;
  }

  .h3-size24.benefit-card-title {
    margin-bottom: 12px;
  }

  .h3-size24.learn-more {
    margin-bottom: 30px;
  }

  .h4-size24-copy.white.customer-reviews-title {
    margin-bottom: 10px;
  }

  .h4-size24-copy.benefit-card-title {
    margin-bottom: 12px;
  }

  .h4-size24-copy.learn-more {
    margin-bottom: 30px;
  }

  .h2-size24.white.customer-reviews-title {
    margin-bottom: 10px;
  }

  .h2-size24.benefit-card-title {
    margin-bottom: 12px;
  }

  .h2-size24.learn-more {
    margin-bottom: 30px;
  }
}

.h3-size28.left {
  text-align: left;
}

.h3-size28 {
  text-align: center;
  letter-spacing: -0.01em;
  font-size: 28px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {

  .div-block-51,
  .div-block-56 {
    flex-direction: column;
  }

  .profile_contact_list .form-group {
    width: calc(100% / 2 - 0px);
  }

  .profile_contact_list .social-box {
    width: 99% !important;
  }

  .social-drag.social-row-side-controller {
    padding: 0.2em 0em !important;
  }
}

.main-title {
  font-size: 3rem;
  font-weight: 600;
}

.connect-animation .connect {
  --gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  left: calc(var(--gap) * -0.5) !important;
  perspective: 200rem;
  -webkit-user-select: none;
  user-select: none;
  width: calc(100% + var(--gap)) !important;
}

.connect-animation .connect .icon {
  --offset: 0;
  --side: 0;
  display: grid;
  grid-area: 1/1;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  padding: calc(var(--gap) * 0.5);
  place-items: center;
  pointer-events: none;
  transform-style: preserve-3d;
  width: 100%;
}

.connect-animation .connect>div:first-child {
  grid-column: 1/1;
}

.connect-animation .connect>div:nth-child(2) {
  grid-column: 2/2;
}

.connect-animation .connect>div:nth-child(3) {
  grid-column: 3/3;
}

.connect-animation .connect[data-reducemotion="false"] .icon {
  transform: translateX(calc(var(--offset) * 100%)) rotateY(calc(var(--side) * 180deg));
}

.customize-animation {
  --ease-out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-size: 10px;
}

.customize-animation .customize {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}

.customize-animation .customize .grid {
  --gap: 10%;
  --color-text: #780016;
  --color-fill: #e9c0e9;
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(3, 1fr);
  max-width: 80%;
  width: 100%;
}

.customize-animation .customize .grid .wrapper .widget {
  background-color: var(--color-fill);
  border-radius: 50rem;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0 10%;
  position: absolute;
  top: 0;
  transition: 0.7s background-color var(--ease-in-out-sine);
  width: 100%;
}

.customize-animation .customize .grid .wrapper .inner {
  align-items: center;
  display: flex;
  gap: 10%;
  height: 100%;
  transform: translateX(calc((1 - var(--icons)) * -30%));
  transition: 0.5s transform var(--ease-out-cubic);
  width: 100%;
}

.customize-animation .customize .grid .wrapper svg {
  fill: var(--color-text);
  height: 60%;
  transform: scale(var(--icons));
  transition: 0.5s transform var(--ease-out-cubic),
    0.7s fill var(--ease-in-out-sine);
}

.customize-animation .customize .grid .wrapper .text {
  background-color: var(--color-text);
  border-radius: 10rem;
  display: block;
  height: 20%;
  opacity: 0.25;
  transition: 0.7s background-color var(--ease-in-out-sine);
  width: calc(var(--width) * 100%);
}

.connect-animation .icon-holder {
  min-height: 242px;
}

.pricing-plan-container .plan-content-wrapper .card-text {
  min-height: 98px;
}

.timeline-bar {
  left: 1rem;
  height: 70%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.timeline-wrapper li span {
  width: 2rem;
  height: 2rem;
  padding: 0.45rem 0.45rem;
}

.custom-radio-ring {
  width: 1.5rem;
  height: 1.5rem;
}

.payment-summary {
  font-size: 14px;
}

.payment-summary .card-header {
  border: 0;
  padding: 1.25rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom: 1px solid #f1f2f4;
}

.payment-summary .card-footer {
  padding: 1.25rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.payment-summary .saving-info {
  color: #fff;
  padding: 0.5rem 1rem;
  background: #1a73e8;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}

.payment-summary .coupon-button {
  line-height: 0.8;
  margin-top: 1.25rem;
}

.dc-popup.dropdown-menu {
  width: 450px;
}

.card-container {
  border-radius: 1.25rem;
  text-align: center;
  min-height: 250px;
  text-align: left;
  border: 0;
  box-shadow: 0 0 4px 0 rgb(49 49 93 / 13%);
}

.card-container .card-header {
  background: var(--iconbg);
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  border: 0;
  padding: 0;
  position: relative;
}

.sample-preview .cover-photo,
.card-preview-wrapper .cover-photo {
  height: 200px;
}

.card-preview-wrapper .cover-photo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cover-photo img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.img-container {
  position: absolute;
  bottom: -20px;
  background: #fff;
  padding: 0.15rem;
}

.avatar-container {
  border-radius: 50%;
  width: 7.5em;
  height: 100%;
}

.woi_v3_ff_main .avatar-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.woi_v3_ff_main .avatar-container.threepicdefault {
  justify-content: start;
}

.logo-container {
  width: 30%;
  right: 0;
  margin-right: 0.5rem;
  border-radius: 0.35rem;
}

.avatar-container.round-image-container {
  width: 120px;
  height: 120px;
}

.avatar-container img {
  border-radius: 50%;
}

.card-field {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}

.card-field.outliner {
  border: 1px solid #0f9bff;
  border-radius: 0.5rem;
}

.card-item-button {
  position: relative;
  font-size: 0.9rem;
  padding: 0.175rem 0.85rem;
}

.card-item-button.btn-gray-100 {
  background: #f9fafb !important;
  color: #000 !important;
}

.card-item-button.btn-gray-100:hover {
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 10%);
}

.card-item-button.icon-only {
  padding: 0.8rem 0.5rem;
  line-height: 1px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  margin: 0;
  min-width: 67px;
}

.card-item-button .icon {
  font-size: 1.5rem;
}

.card-item-button .edit-icon {
  position: absolute;
  right: 0;
  top: 7px;
  color: #0f9bff;
}

.card-item-button .icon svg {
  display: block;
  width: 28px;
  font-size: 28px;
  margin: auto;
}

.card-item-button .icon label {
  font-size: 10.5px;
  margin: 0;
  margin-top: 17px;
  margin-bottom: 3px;
}

.personal-container {
  /*margin: 1.5rem 0;*/
}

.personal-container>div {
  padding: 0 0.5rem 0.25rem 0.5rem;
}

.personal-container .n-wrapper {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-word;
}

.personal-container .sub-content {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  word-break: break-word;
}

.personal-container .h-wrapper {
  font-size: 1rem;
  line-height: 2;
  word-break: break-word;
}

.items-container .card-items {
  margin: 0;
  padding: 0 0.5rem 0.25rem 0.75rem;
}

.items-container .item-wrapper {
  padding: 0.25rem 0.75rem;
  position: relative;
}

.items-container .item-wrapper .dragger {
  position: absolute;
  right: 98%;
  top: 25%;
}

.items-container .card-items .card-item {
  display: flex;
  align-items: center;
}

.items-container .card-items .card-item .item-icon {
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 1rem;
  background: var(--iconbg);
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
  flex: 0 0 auto;
}

.items-container .card-items .card-item .item-icon svg {
  font-size: 1.25rem;
}

.items-container .card-items .card-item .item-data {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.items-container .card-items .card-item .item-data .item-value {
  font-weight: 600;
}

.card-image-container>input {
  display: none;
}

.card-image-container label {
  padding: 1.5rem 1.5rem;
  background: #f0f1f2;
  border: 1px solid var(--gray-200);
  border-radius: 0.8rem;
  cursor: pointer;
  font-size: 0.64rem;
  width: 100%;
  height: 6.5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.card-image-container label:focus,
.card-image-container label:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-image-container label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-image-container label img.anim_pro_img {
  width: 20px;
  height: 20px;
}

.card-image-container:hover .cd_de_pro_wrap .cd_de_pro_inner {
  width: 50px;
}

.card-image-container:hover .cd_de_pro_wrap .cd_de_pro_text {
  opacity: 1;
}

.woi_profit_holder:hover .cd_de_pro_wrap .cd_de_pro_inner {
  width: 50px;
}

.woi_profit_holder:hover .cd_de_pro_wrap .cd_de_pro_text {
  opacity: 1;
}

.default-cover {
  padding: 2.5rem;
  opacity: 0.35;
  text-align: center;
}

.default-cover img {
  width: 50%;
}

.g-p2 {
  gap: 2.5%;
}

.g-p1 {
  gap: 2.5%;
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 2%;
}

.f-box {
  width: 100%;
  row-gap: 5px;
  gap: 8px;
  flex-wrap: wrap;
}

.f-box .card-item-button {
  /* margin-bottom: 1rem; */
}

.preview-container .card-field a {
  text-decoration: none;
}

.splide__slide img {
  width: 100%;
  height: auto;
}

.splide img.rounded {
  border-radius: 2rem !important;
}

.splide__slide .hideme {
  /*display: none;*/
}

.splide-child-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: transform 1500ms;
  transform-style: preserve-3d;
}

.splide-child-wrapper:hover {
  transform: rotateY(180deg);
}

.front,
.back {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}

.back {
  transform: rotateY(180deg);
}

.splide-text-wrapper {
  border-radius: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 15.25rem;
}

@media screen and (max-width: 639px) {
  .splide-text-wrapper {
    border-radius: 2rem;
    min-height: 8rem;
  }

  .splide-text-wrapper .content-text {
    font-size: 13px;
  }

  .btn-rounded {
    font-size: 12px;
    padding: 0.5rem 1rem;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .splide-text-wrapper {
    border-radius: 2rem;
    min-height: 8rem;
  }

  .splide-text-wrapper .content-text {
    font-size: 13px;
  }

  .btn-rounded {
    font-size: 12px;
    padding: 0.5rem 1rem;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .splide-text-wrapper {
    border-radius: 2rem;
    min-height: 8rem;
  }

  .splide-text-wrapper h1 {
    font-size: 30px;
  }

  .splide-text-wrapper .content-text {
    font-size: 12px;
  }

  .btn-rounded {
    font-size: 12px;
    padding: 0.5rem 1rem;
    margin-bottom: 0 !important;
  }
}

.splide-text-wrapper .header-text h1 {
  font-weight: bold;
}

.biolinktab.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
}

.border-r20 {
  border-radius: 20px;
}

.ui-le .rounded-lg {
  border-radius: 1.5rem !important;
}

.full-opacity {
  opacity: 1;
}

.ui-le .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ui-le .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ui-le .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.ui-le .flex-col {
  flex-direction: column;
}

.ui-le .h-full {
  height: 100%;
}

.ui-le .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ui-le .top-4 {
  top: 1rem;
}

.ui-le .right-0 {
  right: 0px;
}

.ui-le .transition {
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ui-le .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ui-le .duration-75 {
  transition-duration: 75ms;
}

.ui-le .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ui-le .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ui-le .p-2 {
  padding: 0.2rem !important;
}

.ui-le .border-none {
  border-style: none;
}

.ui-le .border {
  border-width: 1px;
}

.ui-le .rounded-xl {
  border-radius: 4rem;
}

.ui-le .hover\:bg-chalk:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 245 / var(--tw-bg-opacity));
}

.ui-le .active\:bg-chalk:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 245 / var(--tw-bg-opacity));
}

.ui-le .font-semibold {
  font-weight: 600;
}

.ui-le .text-md {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.ui-le .leading-heading {
  line-height: 1.2;
}

.ui-le .mb-5 {
  margin-bottom: 1.25rem !important;
}

.ui-le .gap-4 {
  gap: 1rem;
}

.ui-le .items-center {
  align-items: center;
}

.ui-le .grow {
  flex-grow: 1;
}

.ui-le .rounded-\[10px\] {
  border-radius: 10px;
}

.ui-le .leading-none {
  line-height: 1;
}

.ui-le .border-transparent {
  border-color: rgba(255, 255, 255, 0);
}

.ui-le .border-solid {
  border-style: solid;
}

.ui-le .border-2 {
  border-width: 2px;
}

.ui-le .\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  border: none;
}

.ui-le .bg-chalk {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 245 / var(--tw-bg-opacity));
}

.ui-le .text-sm {
  font-size: 14px;
  line-height: 1.5;
}

.ui-le .pt-xl {
  padding-top: 2rem;
}

.ui-le .p-md {
  padding: 1rem;
  padding-top: 1rem;
}

.woi_0875 {
  top: 15px;
  left: 10px;
}

.ui-le .h-2xl {
  height: 3rem;
}

.ui-le .hover-br-marble:hover {
  border: 2px solid #e0e2d9 !important;
}

.ui-le .pt-px {
  padding-top: 1px !important;
}

.ui-le .p-0 {
  padding: 0px !important;
  padding-top: 0px !important;
}

.ui-le .bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(224 226 217 / var(--tw-bg-opacity));
}

.ui-le .border-none {
  border-style: none !important;
}

.ui-le .my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.ui-le .mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mobile_logo {
  width: 100%;
  position: relative;
  /* font-size: 5rem; */
  margin: 1.4rem 0;
  text-align: center;
  color: #fff;
}

.mobile_logo img {
  width: 120px;
}

@media (min-width: 768px) {
  /* .biolink-preview .biolink-preview-iframe-container {
    width: 330px;
    height: 700px;
  } */

  .ui-le .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mobile_logo {
    display: none;
  }

  .tab_links_mobile {
    display: none !important;
  }
}

.tab_links_mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background: white;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tab_links_mobile li {
  text-align: center;
  flex: auto;
  border-right: 1px solid #ccc;
}

.tab_links_mobile li a {
  padding: 10px 22px;
  font-size: 12px;
  color: #4f4f4f;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  width: 100%;
  border-top: 1px solid #ccc;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.tab_links_mobile li a.active-btn {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: #1a73e8;
}

.tab_links_mobile li a.active-btn .icon_holder {
  /* background-color: #1a73e8;
    border-color: #1a73e8; */
}

.tab_links_mobile li a.active-btn svg path {
  fill: #fff;
}

.tab_links_mobile li a svg path {
  fill: #4f4f4f;
}

.tab_links_mobile li a .icon_holder {
  margin-bottom: 2px;
  /* width: 1.8rem;
    height: 1.8rem;
    color: #1a73e8;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: auto;
    border: 1px solid #b6bac2;
    z-index: 10;
    margin-bottom: 5px; */
}

.tab_links_mobile li a svg {
  display: block;
  margin: auto;
  width: 20px;
  padding-top: 1px;
  margin-right: 10px;
}

.img_mob_logo {
  width: 120px;
  margin: auto;
  display: block;
}

.biolinkselem {
  margin: 11px 0px;
}

.biolinkselem .iconextrapy {
  padding-top: 0.45rem;
  padding-bottom: 0.65rem;
  font-weight: 600;
  margin-right: 8px;
}

.biolinkselem .extrapy {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  font-weight: 600;
  margin-right: 8px;
}

.biolinkselem .extrapy.active {
  color: #31363f !important;
}

.biolinkselem button.btn-link:focus,
.biolinkselem .btn-link:focus {
  text-decoration: none;
  box-shadow: none !important;
}

.biolinkselem button.btn-link:hover,
.biolinkselem .btn-link:hover,
.biolinkselem .btn-link.active {
  text-decoration: none;
  background: #f7f7f7;
  border-radius: 5px;
}

.biolinkselem #links_blocks {
  margin-left: 8px;
}

.biolinksrtelem {
  padding-top: 11px;
}

.link-verifiedsm {
  color: #0086ff;
}

.text-underline {
  text-decoration: underline;
}

.text-black {
  color: #000 !important;
}

.round-image-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background: #f5f6f8;
}

.clogocontainer .round-image-container {
  border-radius: 0;
  height: 80px;
  object-fit: cover;
  width: 120px;
}

.round-image {
  width: 100%;
  height: 100%;
}

.round-image-none {
  background: rgb(0, 0, 0);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

.round-image-none span {
  font-size: 32px;
  font-weight: 600;
}

.avatarbtn {
  border-radius: 25px;
  padding: 7px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

.biosocials svg {
  width: 32px !important;
  height: 33px;
}

.socials-block-card .biosocials svg.icon-shadow {
  box-shadow: none;
}

.biosocials .url {
  color: #004ecc;
}

.avatarbtndel {
  border: 1px solid #ccc;
  border-radius: 25px !important;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  padding: 7px;
}

.btn-none-300 {
  background: #fff;
  border: none;
  color: #004ecc;
  padding: 0px;
  text-align: left;
}

.biolink-preview-iframe body {
  padding-top: 12px;
}

.nfccard-subtitle {
  min-height: 50px;
}

.card_details label {
  font-weight: 500;
}

.cardfeatures .badge-colored {
  color: #fff;
  padding: 0.75em 1em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.smtyxd {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  font-family: Link Sans;
  color: rgb(103, 107, 95);
  font-size: 13px;
}

.payment-summary .nfc-saving-info {
  color: #1a73e8;
  font-weight: 600;
}

.nfc-btn-outline-default {
  color: #31363f;
  border: 1px solid #cccccc;
}

.coupon-code {
  background: #f4f4f4;
  height: 42px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-110 {
  padding-top: 110px;
}

.directory-profilename {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.directory-navbar-logo {
  max-height: 1rem;
  height: 1rem;
}

.directory-profilelink {
  border: 1px solid #efefef;
  padding: 14px 12px 17px 12px;
  border-radius: 28px;
  text-decoration: none !important;
}

.directory-profilelink:hover {
  background: #efefef;
}

.p-20 {
  padding: 20px;
}

.custom-row.br20 {
  border-radius: 20px;
}

.round-image-none.directory-rndimage {
  background: #ececec;
  color: rgb(0, 0, 0);
}

.gGDurp ul:not(.unstyled-list) {
  list-style-type: disc;
  padding-left: 2em;
}

.gGDurp ul li {
  padding-left: 1em;
  margin-bottom: 1em;
}

.gGDurp ul:not(.unstyled-list) li::marker {
  color: rgb(255, 108, 2);
}

.bg-transparent,
.bg-transparent .card {
  background: transparent;
}

.directory-filter-category a.cate-links {
  background: #fff;
  color: #000;
  padding: 14px 20px;
  border: 1px solid rgb(168 170 162);
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  margin-left: 15px;
}

.directory-filter-category a.cate-links:hover {
  color: #000;
  background: rgb(224 226 217);
  border: 1px solid rgb(224 226 217);
  text-decoration: none;
}

.directory-filter-category .cate-links p {
  margin-bottom: 0px;
  font-size: 13px;
}

.directory-filter-category .cate-links.active {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 30px;
}

.directory-filter-category a.cate-links:first-child {
  margin-left: 0px;
}

.directory-filter-category a.cate-links.active:hover {
  color: #fff;
  background: rgb(30 35 48);
  border: 1px solid rgb(30 35 48);
  text-decoration: none;
}

.directory-filter-category select {
  height: calc(1.7em + 0.95rem + 4px);
  padding: 0.675rem 1rem;
  border-radius: 10px;
  border: 2px solid #e5e8eb;
}

.directory-filter-category select:focus {
  color: #6c7789;
  background-color: #fff;
  border: 2px solid #000;
  outline: 0;
  box-shadow: none;
}

.nfc-image-container {
  width: 100%;
  overflow: hidden;
  padding: 10px 20px;
  background: #d9d9d9;
  height: 366px;
}

.nfc-image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
  max-height: 300px !important;
  margin-bottom: 0px !important;
}

.nfc-image-container:hover img {
  transform: scale(1.05);
}

.nfc-card-container .btn-rounded {
  padding: 0.55rem 1.65rem;
  font-size: 0.9rem;
}

.nfc-card-container .nfc-price {
  color: rgb(222, 42, 42);
  font-size: 19px;
  font-weight: 600;
}

.nfc-card-container .card-title {
  font-size: 16px !important;
  font-weight: 400 !important;
  /* margin-bottom: 4px;
  min-height: 50px; */
}

.nfc-card-container .card-title a {
  text-decoration: none !important;
}

.nfc-card-container .card {
  padding: 20px 22px;
  box-shadow: none;
  border-radius: 15px;
}

.nfccardform label {
  font-weight: 700;
  font-size: 14px;
}

.nfccardform .form-control {
  height: 46px;
  border: 2px solid #e4e4e4;
  color: #444;
}

.nfccard-detail-sect .card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding-top: 0px;
}

.text-yellowish {
  color: #be9c54;
  font-size: 12px;
}

.nfccard-detail-sect .nfc-subtitle {
  font-size: 19px;
  font-weight: 400;
}

.nfccard-detail-sect .card-total-price .nfc-formatted-price {
  color: rgb(222, 42, 42);
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 6px;
}

.nfccard-detail-sect .price--compare {
  text-decoration: line-through;
  opacity: 0.7;
  margin-right: 6px;
}

.nfccard-detail-sect .label--highlight {
  background: rgb(222, 42, 42);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: 600;
}

.product-meta__taxes-included {
  font-size: 11px;
  font-weight: 600;
  color: #707070;
  /*border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;*/
}

.nfc-cards-tabs .tab-content {
  margin-top: 30px;
}

.nfc-cards-tabs .tab-content .tab-pane {
  font-size: 14px;
  font-weight: 500;
}

.nfc-cards-tabs .tab-content .tab-pane p {
  margin-bottom: 0px;
}

.nfc-cards-tabs .tab-content .tab-pane strong {
  font-weight: bold;
}

.nfc-cards-tabs .nav-tabs {
  border-bottom: 2px solid #e5e8eb;
}

.nfc-cards-tabs .nav-tabs .nav-item {
  margin-right: 70px;
}

.nfc-cards-tabs .nav-tabs .nav-link {
  padding: 14px 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #4c5461;
}

.nfc-cards-tabs .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}

.nfc-cards-tabs .nav-tabs .nav-link.active,
.nfc-cards-tabs .nav-tabs .nav-item.show .nav-link {
  color: #000000;
  background-color: #fff;
  border-color: #fff #fff #000 #fff;
  opacity: 1;
}

.nfc-index-header {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--black);
}

.nfc-index-subheader {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--black);
}

.pt-01rem {
  padding-top: 0.1rem !important;
}

.reqa {
  color: #057b53;
}

.businessCards .index-button {
  padding: 0.8rem 1.55rem;
  font-size: 1rem;
  text-transform: capitalize;
}

.businessCards .btn-primary {
  background: #1a73e8;
  border: 2px solid #1a73e8 !important;
}

.businessCards .btn-outline-primary {
  border: 2px solid #1a73e8 !important;
  color: #1a73e8 !important;
  border-radius: 4px;
}

.businessCards .btn-outline-primary:hover {
  background: #1a73e8 !important;
  color: #fff !important;
}

.bg-whitedull {
  background: #e5e5e5;
}

.div-block-20 {
  /*background-color: #6deaff;*/
  border: 1px solid #dadce0;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 8px 21px;
  float: left;
  color: #007dff;
  font-size: 1.03rem;
  font-weight: 600;
}

.div-block-20:hover {
  background-color: #f6f9fe;
  border-color: #1a73e8;
  color: #174ea6;
}

.text-block-6 {
  color: #fff;
}

.innerpx-rand {
  padding-right: 90px;
  padding-top: 66px;
}

.home_container .feature-subtext {
  color: #6e747c;
  /*margin-bottom: 56px !important;*/
  font-size: 1.3em;
  font-weight: 400;
}

.bg-whitelight {
  background: #f9f9f9;
}

.home_container .contentheader {
  font-size: 2.7em !important;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home_container .index-button {
  padding: 0.5em 1.9em !important;
  font-size: 1em;
}

.index-block-one .fs-2d7rem {
  font-size: 2.7rem;
}

.home_container .dg-footercardelemnt {
  padding: 1.8em;
  min-height: 14.375em;
}

.dg-footercardelemnt svg {
  fill: #1a73e8;
}

.home_container .dg-footercardelemnt svg {
  fill: #1a73e8;
  height: 2em;
}

.svgwithbg {
  padding: 16px;
  background: #e5e5e5;
  border-radius: 10px;
  float: left;
  margin-bottom: 0px;
}

.how-subheading {
  margin-left: 22px;
  letter-spacing: -0.02em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.how-paragraph {
  font-size: 17px;
  font-weight: 400;
}

.div-block-10 {
  height: 1px;
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0));
  margin-top: 43px;
  margin-bottom: 43px;
}

.feature-subtext.mb-0 {
  margin-bottom: 0px !important;
}

.businessCards .index-header {
  font-size: 2.7rem;
}

.businessCards .card-expired .index-header {
  font-size: 2rem;
}

.nfcfaqAccordion .card-header {
  background: #fff;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 0px;
}

.nfcfaqAccordion .card-header button {
  padding: 0px;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
}

.nfcfaqAccordion .faqaccmain {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.nfcfaqAccordion .card-header button:hover,
.nfcfaqAccordion .card-header button:focus {
  text-decoration: none;
}

.index-block-one .card.box-shadow-none {
  box-shadow: none;
}

.bg-black {
  background-color: #000000 !important;
}

.brand-logos h1 {
  text-transform: uppercase;
  font-weight: 500;
}

.brand-logos h6 {
  font-size: 13px;
}

.brand-logos h1 {
  font-size: 40px;
}

.logo-list__image {
  width: 170px;
  margin-bottom: 45px;
}

.text-green {
  color: #1a73e8;
}

/* NFC order page */

.nfc-card-orders .order-pending-section {
  border: solid 1px #cecece;
  border-radius: 4px;
  margin-bottom: 15px;
}

.nfc-card-orders .order-div {
  width: 100%;
  height: auto;
}

.nfc-card-orders .top_head_order p {
  font-size: 14px;
  float: left;
  padding-right: 60px;
  line-height: 24px;
  padding-bottom: 5px;
  margin: 0;
}

.nfc-card-orders .pro-img img {
  margin-top: 2px;
  float: left;
  width: 100%;
  height: auto;
}

.nfc-card-orders .invoice-top-sec {
  float: right;
}

.nfc-card-orders .invoice-top-sec h3 {
  font-size: 14px;
  padding-bottom: 0;
  color: #000;
}

.nfc-card-orders .section_order_1 {
  width: 100%;
  padding-right: 60px;
}

.nfc-card-orders .pro-img span p {
  font-size: 14px;
  color: #27292d;
}

.nfc-card-orders .order_sce_btns {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.nfc-card-orders .ship-to {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #7e7e7e;
}

.top_head_order li {
  line-height: 24px;
}

.top_head_order {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 15px 30px 5px;
  padding-bottom: 5px;
  float: left;
  border-bottom: solid 1px #cecece;
  /*margin-top: 15px;*/
}

.top_head_order.track-your-order-listing {
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: solid 1px #cecece;
  padding-bottom: 40px;
  text-align: center;
}

.top_head_order.track-your-order-listing {
  text-align: center;
}

ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.progtrckr li.progtrckr-done::before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}

ol.progtrckr li::before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}

ol.progtrckr li.progtrckr-todo::before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}

ol.progtrckr li.progtrckr-todo::before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}

ol.progtrckr li::after {
  content: "\00a0\00a0";
}

ol.progtrckr li.progtrckr-todo {
  color: silver;
}

ol.progtrckr li.progtrckr-done {
  color: black;
  cursor: pointer;
}

ol.progtrckr li {
  text-align: center;
  line-height: 3em;
}

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen;
  cursor: pointer;
}

ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}

/* end NFC order page */

.hauth-container {
  overflow: hidden;
  width: 100%;
}

.hauth-container .index-pad {
  padding: 2rem 4rem;
}

.fs-40 {
  font-size: 40px;
}

.fs-47 {
  font-size: 47px;
}

.fs-45 {
  font-size: 45px;
}

.br-rad-20 {
  border-radius: 20px;
}

.hauth-container .ht-min-750 {
  min-height: 850px;
}

.fs-2rem {
  font-size: 1.925rem;
}

.ht-52 {
  height: 52px;
}

.min-ht-519 {
  min-height: 557px;
}

.nfc-w-32adj {
  width: 45%;
}

/* Add to cart */

.nfc-qtybutton {
  border: 1px solid rgb(224, 224, 224);
  width: 130px;
  border-radius: 10px;
}

.nfc-qtybutton .input-number {
  padding: 6px !important;
  border: none;
  background: transparent;
  text-align: center;
  color: var(--color-primary);
}

.nfc-qtybutton button {
  /* padding-top: 10px;
  padding-bottom: 10px;
  height: 47px; */

  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  height: 42px;

}

.nfc-addtocart {
  padding-top: 30px;
}

.nfc-addtocart button {
  border-radius: 1px;
  height: 50px;
}

.br-bt-1 {
  border-bottom: 1px solid #dcdcdc;
}

.pt-cs-10 {
  padding-top: 32px;
}

.header-icon-wrapper {
  text-decoration: none !important;
}

.bubble-count {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  height: 20px;
  min-width: 21px;
  line-height: 0.9;
  border-radius: 20px;
  letter-spacing: 0;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.header-cart-count {
  top: -1px;
}

.header-cart-count--floating {
  position: absolute;
  top: 5px;
}

.header-cart-count {
  background: var(--color-primary);
  color: var(--text-dark);
  transition: transform 0.2s ease;
}

.header-cart-count.added {
  transform: scale(1.2);
  background: #de2a2a;
}

[dir="ltr"] .header-cart-count {
  margin-left: 8px;
}

[dir="ltr"] .header-cart-count--floating {
  margin-left: 8px;
}

[dir="ltr"] .header-cart-count--floating {
  right: -13px;
  top: -8px;
}

/* end add to cart */

.pt-xl {
  padding-top: 2rem;
}

.min-h-screen {
  min-height: 100vh;
}

.flex-col {
  flex-direction: column;
}

.-z-10 {
  z-index: -10;
}

.welcome__content {
  padding: 80px;
  margin-top: 61px;
}

.welcome__title {
  font-weight: 400;
  margin-bottom: 0.375rem;
  font-size: 22.5px;
}

.welcome__title_big_trees_long {
  font-size: 58px;
  line-height: 72px;
  max-width: 740px;
  margin-bottom: 1.125rem;
}

.welcome__consent-splash {
  margin-bottom: 12%;
  max-width: 42.5rem;
}

.welcome__cookie-notice-intro-trees-long {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 740px;
  padding-bottom: 1.125em;
}

.welcome__consent-splash p {
  margin-bottom: 0.5rem;
}

.welcome__consent-splash p span {
  padding-left: 5px;
  font-size: 15px;
  font-weight: 400;
}

._labelat {
  display: none;
}

._labelat._focuslabat {
  display: block;
  color: #7e7e7e !important;
  font-size: 12px;
  position: absolute;
  left: 17px;
  top: 6px;
  z-index: 1;
}

._labelat._focuslabat.phonelb {
  left: 5px;
}

.registerform ._labelat._focuslabat.phonelb {
  left: 102px;
}

form ._cstmfldcont input._custmflds,
form ._cstmfldcont textarea._custmflds,
form ._cstmfldcont select._custmflds {
  padding: 14px 12px 2px 15px;
}

form .form-control::placeholder {
  color: #78818d;
}

.w-72 {
  width: 70%;
}

.w-106 {
  width: 109%;
}

.w-78 {
  width: 78%;
}

.w-68 {
  width: 68%;
}

.w-99 {
  width: 99% !important;
}

.product-thumbnail-quantity {
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: 0.95em;
  top: -0.75em;
  z-index: 3;
}

.profile_details_section .form_listing input.form-control,
.profile_details_section .form_listing select.form-control {
  height: calc(1.4em + 0.95rem + 8px);
}

.profile_details_section .profile_contact_list .form-control:not(:placeholder-shown)+label {
  top: -9px;
  font-size: 11px;
  z-index: 1;
}

.profile_details_section .form_listing .form-control {
  font-size: 11.5px;
}

.profile_details_section .profile_contact_list .form-group label {
  font-size: 11.5px;
  top: 11px;
}




@media (max-width: 992px) {
  .gap-10 {
    gap: 17px !important;
  }
}

@media (min-width: 992px) {
  .hmsectone {
    display: flex !important;
    align-items: center;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:p-2xl {
    padding: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:w-\[calc\(100vw-52\%\)\] {
    width: calc(100vw - 52%);
  }

  .lg\:w-\[calc\(100vw-48\%\)\] {
    width: calc(100vw - 2%);
  }

  .lg\:\!flex {
    display: flex !important;
  }
}

@media screen and (max-width: 479px) {
  .index-header {
    font-size: 2rem;
  }

  .biolinkselem .extrapy {
    padding: 0.55rem 0.55rem;
    font-size: 9px;
  }

  .biolinkselem .extrapy span {
    display: block;
  }

  .biolinksrtelem {
    padding-top: 19px;
  }

  .urbiolink {
    font-size: 13px;
  }

  .linkrowstyling {
    border-radius: 0px;
    margin-bottom: 0px !important;
  }

  .biolinkauto {
    border-radius: 0px;
    margin-bottom: 0px !important;
  }

  .nfccard-detail-sect .card {
    padding: 0px;
  }

  .innerpx-rand {
    padding: 0px;
  }

  .businessCards.index-container-content {
    margin-top: 1rem;
  }

  .businessCards .index-header {
    font-size: 2.4rem;
  }

  .businessCards .index-header.sm-fs-redu {
    font-size: 2.1rem;
  }

  .businessCards .index-header.fs-2d7rem {
    font-size: 1.8rem;
    margin-bottom: 17px !important;
  }

  .index-block-one.businessCardmain {
    padding-bottom: 45px !important;
  }

  .index-block-one.businessCardmain.indxinner {
    padding-top: 35px !important;
  }

  .contentheader {
    font-size: 30px;
  }

  .feature-subtext {
    margin-bottom: 45px !important;
  }

  .sm-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm-pt-2 {
    padding-top: 25px !important;
  }

  .sm-mt-4 {
    margin-top: 2rem !important;
  }

  .nfc-index-header {
    font-size: 1.7rem;
  }

  .nfc-index-subheader {
    font-size: 1rem;
  }

  .index-block-one .nfc-banner {
    padding-top: 127px !important;
  }

  .index-block-one .nfc-card-container {
    margin-top: 2rem !important;
  }

  .d-small-block {
    display: block !important;
  }

  .home_container .index-block-one .index-container-content {
    margin-top: 1rem;
  }

  .index-block-one .index-header {
    font-size: 2.2rem;
  }

  .pb-small-3 {
    padding-bottom: 3rem !important;
  }

  .py-small-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-small-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .my-small-1 {
    margin-top: 0rem;
    margin-bottom: 1rem;
  }

  .main-title {
    font-size: 2rem;
  }

  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }

  .brand-logos .col-sm-6 {
    width: 50%;
  }

  .nfc-card-orders .d-small-none {
    display: none !important;
  }

  .pad-top-index-banner {
    padding-top: 90px;
  }

  .d-small-w-100 {
    width: 100%;
  }

  .footer-menu-card .footer-menu-wrapper ul li.social-icons {
    padding: 0.06rem;
  }

  .d-small-inline {
    display: inline;
  }

  .hauth-container .ht-min-750 {
    min-height: auto;
  }

  .hauth-container .index-pad {
    padding: 2rem;
  }

  .hauth-container .fs-47 {
    font-size: 40px;
  }

  .min-ht-519 {
    min-height: auto;
  }

  .ht-52 {
    height: auto;
  }

  .fs-40 {
    font-size: 25px;
  }

  .w-60 {
    width: 85%;
  }

  .gap-10 {
    gap: 17px;
  }

  .sm-pt-90 {
    padding-top: 90px !important;
  }

  .w-50 {
    width: 60% !important;
  }

  .p-5 {
    padding: 1rem !important;
  }

  .sm-pt-6rem {
    padding-top: 55px !important;
  }

  .nfccard-detail-sect .mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .small-h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .nfccard-detail-sect .nfc-subtitle {
    font-size: 15px;
  }

  .pricingslab .nfc-w-32adj {
    width: 45%;
  }

  .pricingslab .nfc-w-32adj.pl-3 {
    padding-left: 0px !important;
  }

  .nfc-addtocart button {
    width: 99%;
  }

  .info-box {
    padding: 0.25rem 0.75rem !important;
    font-size: 12px !important;
  }

  .ubox {
    flex-grow: 1;
  }

  .directory-subtitle h4 {
    font-weight: 500;
    font-size: 1.2rem;
  }

  .pt-155 {
    padding-top: 120px;
  }

  .pt-110 {
    padding-top: 100px;
  }

  .directory-container .sm-mt-4 {
    margin-top: 1.5rem !important;
  }

  .small-w-50 {
    width: 50%;
  }

  .br-bt-1 {
    border-bottom: none;
  }

  .product-meta__taxes-included {
    margin-bottom: 0.5rem;
  }

  .pt-cs-10 {
    padding-top: 0px;
  }

  .small-pt-5 {
    padding-top: 0rem !important;
  }

  .small-mt-5 {
    margin-top: 1rem !important;
  }

  .md\:px-2xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fs-47 {
    font-size: 38px;
  }

  .w-78 {
    width: 70%;
  }

  .w-72 {
    width: 69%;
  }

  .top_head_order {
    margin-top: 0px;
  }

  .nfc-card-orders .invoice-top-sec {
    float: left;
  }

  .customshipinfo {
    display: none;
  }

  .nfc-card-orders .section_order_1 {
    padding-right: 0;
  }

  .nfc-card-orders .sm-mt-15 {
    margin-top: 15px;
  }

  ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 100%;
  }

  .nfc-card-orders .order_sce_btns {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .track-your-order-listing {
    display: none;
  }
}

.max-w-44 {
  max-width: 44%;
}

.gap-10 {
  gap: 60px;
}

.col-md-6-1 {
  flex: 0 0 50%;
  max-width: 48%;
}

/* .mt-50 {
  margin-top: 31px !important;
} */
.btn-addtocart {
  background-color: #1a73e8;
  border: none;
  color: white;
  padding: 7px 30px;
}

.btn-coupon-apply {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.btn-dark,
.btn-dark.input-group-text {
  color: #fff;
  background: var(--btn-primary);
  border-color: var(--btn-primary-color);
}

.dark-input {
  border-color: #1b1e22 !important;
}

.info-box {
  padding: 0.25rem 2rem;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: normal;
}

.info-box-primary {
  background: #35ad6c;
  color: #fff;
}

.btn-ghost {
  background: transparent;
  padding: 0;
  font-weight: bold;
  border: 0;
}

.btn-plus {
  line-height: 2.7;
}

.btn-minus {
  line-height: 0.5;
}

.counter::-webkit-inner-spin-button,
.counter::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.save-btn-container {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: sticky;
  bottom: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.9) 40%);
  padding: 1.5rem 2rem calc(1.75rem + var(--bottom-safety-height, 0rem));
  z-index: 1;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.save-btn-container button {
  max-width: 220px;
  width: 100%;
  position: relative;
  height: 3.5rem;
  padding: 0.75rem 2.5rem;
  border-radius: 80px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.3px;
  background: var(--iconbg);
  color: #fff;
  border: unset;
  box-shadow: 0 1px 5px 0 rgb(82 93 102 / 25%), 0 2px 8px 0 rgb(82 93 102 / 15%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
}

.save-btn-container button:hover,
.save-btn-container button:focus,
.save-btn-container button:active {
  color: #fff;
}

.index-block-one.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* cart Page */

.line-item-table {
  margin-bottom: 40px;
}

.heading:last-child {
  margin-bottom: 0;
}

.heading:first-child {
  margin-top: 0;
}

.heading--xsmall {
  font-size: 12px;
}

.heading--small,
.heading--xsmall,
.heading--xxsmall {
  text-transform: uppercase;
  line-height: 1.4663636;
  letter-spacing: 1px;
}

.line-item-table .line-item {
  display: table-row;
}

.line-item-table .line-item__content-wrapper {
  margin-top: 0;
}

.line-item__content-wrapper {
  position: relative;
  display: flex;
  margin-top: 20px;
}

[dir="ltr"] .line-item__image-wrapper {
  margin-right: 24px;
}

.line-item__image-wrapper {
  position: relative;
  display: block;
  width: 80px;
  flex: none;
  align-self: flex-start;
}

.line-item__image {
  border-radius: min(0px, 4px);
}

.product-item-meta {
  display: block;
}

.product-item-meta__title {
  display: block;
  line-height: 1.6;
  margin-bottom: 4px;
}

.text--small {
  font-size: calc(15px - 2px);
  line-height: 1.6923076923;
}

.product-item-meta__property-list {
  display: grid;
  margin-top: 6px;
  margin-bottom: 4px;
  grid-auto-flow: row;
}

.price-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}

[dir="ltr"] .price-list:not(.price-list--stack)>.price:not(:last-child) {
  margin-right: 10px;
}

.price--highlight {
  color: rgb(222, 42, 42);
}

.price--compare {
  text-decoration: line-through;
  opacity: 0.7;
  font-size: 14px;
}

.price-list--stack {
  display: inline-grid;
}

.line-item__quantity {
  /* display: block; */
  margin-top: 8px;
}

.quantity-selector--small {
  --quantity-selector-height: 28px;
}

.quantity-selector {
  --quantity-selector-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 0px;
  vertical-align: middle;
}

.quantity-selector__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 28px;
}

.icon {
  display: block;
  vertical-align: middle;
  background: none;
  pointer-events: none;
  overflow: visible;
}

.quantity-selector--small .quantity-selector__input {
  padding: 0 2px;
}

.quantity-selector__input {
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  color: var(--color-primary);
}

[dir="ltr"] .line-item__remove-button {
  text-decoration: underline;
}

.line-item-table td,
.line-item-table th {
  padding: 0;
}

.line-item-table.table th {
  padding-bottom: 15px;
  border-top: none;
  border-bottom: 1px solid rgb(224, 224, 224);
}

.line-item-table.table th {
  padding-left: 32px;
  padding-right: 32px;
}

[dir="ltr"] .line-item-table.table th:not([class*="text--"]) {
  text-align: left;
}

.line-item-table.table.table td {
  padding: 32px;
  padding-bottom: 0;
  border-top: none;
}

[dir="ltr"] .line-item-table.table th:first-child,
[dir="ltr"] .line-item-table.table td:first-child {
  padding-left: 0;
}

[dir="ltr"] .line-item-table.table.table th:last-child,
[dir="ltr"] .line-item-table.table.table td:last-child {
  padding-right: 0;
  text-align: right;
}

.cart__recap {
  padding: 40px;
  background: rgb(245, 245, 245);
  border-radius: 0px;
}

.cart__recap-block {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 10px;
}

.cart__recap-block>* {
  margin-top: 0;
  margin-bottom: 0;
}

.cart__total-container,
.cart__discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.cart__recap-note .link {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: rgba(46, 46, 46, 0.35);
  transition: color 0.2s ease-in-out,
    -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out,
    -webkit-text-decoration-color 0.2s ease-in-out;
  font-size: 14px;
  color: #424242 !important;
}

.cart__recap-block p:last-child {
  margin-bottom: 0 !important;
}

.cart__recap-note {
  margin-bottom: 24px;
}

.collapsible {
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.input__field::placeholder {
  color: rgba(46, 46, 46, 0.7);
}

.cart__total-container .heading {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 1.3rem;
  font-weight: 500;
}

.cart__recap .proces-heading {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  background-color: white;
  padding: 15px;
  color: #0c0c0c;
  line-height: normal;
}

.cart__checkout-button:not(:only-child) {
  margin-top: 24px;
}

.checkout-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart__recap .button:not(.button--text) {
  padding: 10px;
  line-height: normal;
  border-radius: 0px;
  margin-top: 20px;
}

[dir="ltr"] .checkout-button__lock {
  left: 18px;
}

.checkout-button__lock {
  position: absolute;
}

.cart__payment-methods {
  margin-top: 24px;
  text-align: center;
}

.cart__payment-methods-label {
  display: block;
  margin-bottom: 16px;
}

.text--subdued {
  color: rgba(46, 46, 46, 0.7);
}

.text--xsmall {
  font-size: calc(15px - 3px);
  line-height: 1.5;
}

.payment-methods-list {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, 38px);
}

.payment-methods-list--center {
  justify-content: center;
}

.cart__payment-methods {
  text-align: center;
}

.cart__tax-note {
  font-size: 14px;
}

.cart-w-40 {
  width: 200px;
}

.text--large {
  font-size: calc(15px + 5px);
  margin-top: 1rem;
  font-weight: 600;
}

/* end cart page */

@media screen and (min-width: 741px) {
  .heading--xsmall {
    line-height: 1.466666666;
  }

  .line-item__content-wrapper {
    margin-top: 24px;
  }

  .line-item__image-wrapper {
    width: 92px;
  }

  .product-item-meta__title {
    line-height: 1.5;
  }

  .text--small {
    font-size: calc(15px - 1px);
    line-height: 1.714285713;
  }

  .product-item-meta__property-list {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .hidden-tablet-and-up {
    display: none !important;
  }

  .line-item__quantity {
    vertical-align: top;
    margin-top: 14px;
  }

  .line-item-table__list .line-item__quantity {
    margin-top: 0;
  }

  .line-item__quantity--block .line-item__remove-button {
    display: block;
    margin-top: 10px;
  }

  .cart__total-container .h6 {
    line-height: 1.222;
  }

  .cart__recap .button:not(.button--text) {
    padding-left: 35px;
    padding-right: 35px;
  }

  [dir="ltr"] .checkout-button__lock {
    left: 20px;
  }

  .text--xsmall {
    font-size: calc(15px - 2px);
    line-height: 1.538;
  }

  .checkoutel .line-item__image-wrapper {
    width: 65px;
    margin-right: 16px;
  }

  .checkoutel .line-item__image-wrapper .line-item__image {
    border-radius: min(5px, 5px);
  }

  .checkoutel .line-item__info {
    width: 188px;
  }
}

@media screen and (max-width: 740px) {
  .hidden-phone {
    display: none !important;
  }

  .mt-5.cart-list {
    margin-top: 0rem !important;
  }

  .line-item-table.table th,
  .line-item-table.table td.line-item__product {
    border-top: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .cart {
    grid-template-columns: 1fr 390px;
    gap: 70px;
  }

  .cart__total-container .h6 {
    line-height: 1.222;
  }
}

@media screen and (min-width: 1000px) {
  /* .cart {
    display: grid;
    grid-template-columns: 1fr 384px;
    grid-gap: 40px;
    gap: 64px;
  } */

  .table--loose {
    --table-spacing: 32px;
  }

  .cart__aside-inner {
    display: block;
    position: sticky;
  }
}

.fetaures-list-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 479px) {
  .feature-plan-buttons {
    display: none;
  }

  .fetaures-list-wrapper {
    padding-left: 0;
  }

  .feature {
    padding: 1.125rem 1.5rem !important;
  }

  .feature-status-free:nth-child(2) {
    grid-column: 1 col-start / span 3;
  }

  .feature-status:nth-child(3) {
    grid-column: 4 col-start / span 3;
  }

  .feature-status:nth-child(4) {
    grid-column: 7 col-start / span 3;
  }

  .feature-status:nth-child(5) {
    grid-column: 10 col-start / span 3;
  }

  .feature-column-wrapper {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .feature-column-wrapper .plan-label {
    color: rgb(103, 107, 95);
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .feature-column-wrapper .label-text {
    font-size: 12px;
  }

  .checkout-ship-sect .ck-inner-box .text-right {
    text-align: left !important;
  }
}

.feature-collapse-wrapper .title-wrapper {
  align-items: flex-start;
  display: flex;
}

.mob-feature-content {
  padding: 1rem 0px 0px 3.2rem;
  text-align: left;
  font-size: 12px;
  color: rgb(103, 107, 95);
  line-height: 19.8px;
}

.plan-feature-column {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.label-icon {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 0.25rem;
  border-radius: 24px;
  background: transparent;
  border: 1px solid rgb(224, 226, 217);
  width: 32px;
}

.label-icon-featured {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 0.25rem;
  border-radius: 24px;
  background: rgb(248, 237, 248);
  border: none;
  width: 32px;
}

.payment-price-savings-info {
  margin-top: -7px;
}

@media (min-width: 576px) {
  .share-modal .modal-dialog-centered {
    min-height: calc(100% - 1.75rem);
  }
}

.share-modal .modal-dialog {
  align-items: flex-end;
  max-width: 440px;
}

.share-modal .modal-content {
  min-height: 465px;
}

/*.download-tab {
        display: none;
}  */

/*@media screen and (max-width: 479px) {
    .download-tab {
        display: block;
    }
    /*.send-tab{
        display: none;
    } *
}*/

.w-70 {
  width: 70%;
}

.or-divider {
  width: 80%;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 40px 20px;
}

.or-divider span {
  background: #fff;
  padding: 0 10px;
  font-style: italic;
  font-size: 14px;
}

.share-modal .btn-rounded {
  border-radius: 10px;
}

.checkoutprofile .round-image-container {
  width: 50px;
  height: 50px;
}

.checkoutprofile .round-image-none span {
  font-size: 21px;
}

.form-group .select2-container--default .select2-selection--single {
  padding: 1.1rem 1rem 0.675rem 1rem;
  border-radius: 0px;
  border: 2px solid #e5e8eb;
  color: #4e596b;
  height: calc(2.1em + 0.9rem + 2px);
}

.form-group .select2-container--default .select2-selection--single:focus {
  color: #6c7789;
  background-color: #fff;
  border: 2px solid #000;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(2.1em + 0.9rem + 2px);
}

.form-group .select2-container {
  width: 100% !important;
}

.checkout-ship-sect .ck-inner-box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #545454;
  padding: 13px 0px;
  font-size: 14px;
}

.checkout-ship-sect .ck-inner-box .ck-border-top {
  margin-top: 0.8571428571em;
  padding-top: 0.8571428571em;
  border-top: 1px solid #e6e6e6;
}

.button-blank {
  background: transparent !important;
  border: none !important;
  color: inherit;
  font-size: inherit;
  padding: 0px !important;
}

.button-blank:hover,
.button-blank:focus {
  color: #1a73e8;
}

.checkout-ship-sect .ck-inner-box input[type="radio"]:checked+label {
  background-color: transparent;
  color: inherit;
}

@media (max-width: 764px) {
  .index-image {
    position: static;
  }

  h3,
  .h3,
  .how-subheading {
    font-size: 1.5rem;
  }
}

.individual .plan-info {
  font-style: italic;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1a73e8 !important;
}

.bg-pricing {
  background: linear-gradient(90deg,
      rgba(168, 226, 255, 1) 0%,
      rgba(30, 173, 117, 0.9920343137254902) 100%);
}

.fade:not(.show) {
  opacity: 1;
}

.btn-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9rem;
}

.btn-tile.btn-add-link-tile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid #dadada;
  flex-direction: row;
  background: transparent;
  border-top: none;
  border-radius: 0px;
}

.btn-add-link-icon {
  width: 17%;
  display: flex;
  justify-content: start;
}

.btn-add-link-item {
  width: 83%;
  text-align: left;
}

.item-content-wid {
  width: 92%;
}

.btn-add-link-item h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.mantine-ThemeIcon-root {
  background: #e5e5e5;
  border-radius: 50%;
  padding: 3px;
}

.btn-add-link-tile:hover,
.btn-add-link-tile:focus {
  background-color: rgba(59, 130, 246, 0.25);
}

.backarrowbtn svg {
  font-size: 24px;
  color: #a5a5a5 !important;
}

.image-grid-type {
  cursor: pointer;
}

.grid-layout-container {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
}

.grid-layout-container .grid-small {
  border: 1px solid #7a7a7a;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 0.5rem;
  color: #000;
}

.grid-layout-container.rounded .grid-small {
  border-radius: 0.25rem !important;
}

.grid-layout-container.circle .grid-small {
  border-radius: 50% !important;
}

.grid-layouts {
  border: 1px solid #d9d9d9;
  margin-right: 0.5rem;
  padding: 0.25rem;
  border-radius: 3px;
  display: flex;
  gap: 5px;
  align-items: center;
  cursor: pointer;
  min-height: 65px;
}

.grid-layouts.active {
  border-color: rgba(53, 173, 108, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(53, 173, 108, 0.3);
}

.grid-layouts:hover {
  /*box-shadow: 0px 0px 4px 0px rgba(173,173,173,0.3);*/
  box-shadow: 0px 0px 4px 0px rgba(53, 173, 108, 0.3);
  /*rgb(225 229 231)*/
}

.grid-layouts.multi-row {
  flex-direction: column;
  align-items: flex-start;
}

.grid-layouts.gl-pad {
  padding: 0.95rem 0.25rem;
}

.grid-wrapper {
  display: flex;
  gap: 5px;
}

.grid-small-rounded,
.grid-small.rounded {
  border: 1px solid #c5c5df;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 0.5rem;
  border-radius: 0.25rem !important;
  color: #b9b9b9;
}

.grid-small-circle,
.grid-small.circle {
  border: 1px solid #c5c5df;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 0.5rem;
  border-radius: 50% !important;
  color: #b9b9b9;
}

.image-grid-container {
  gap: 5px;
  flex-flow: row wrap;
  margin-top: 1rem;
}

.image-grid-container .image-wrapper {
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.25rem 0.25rem;
}

.image-grid-container .image-wrapper label {
  font-size: 0.85rem;
  cursor: pointer;
  padding: 2rem 0.75rem;
  background: #f5f5f5;
  margin-bottom: 0;
  border-radius: 0.325rem;
  border: 1px dashed #c9c9c9;
  width: 100%;
  text-align: center;
}

.image-grid-row {
  display: flex;
  padding: 0 1rem 0 0;
}

.image-grid-container .altum-file-input {
  display: none;
}

.image-preview-container {
  flex-flow: row wrap;
}

.image-preview-container .image-preview-wrapper {
  position: relative;
  padding: 0.25rem 0.25rem;
  width: 140px;
}

.image-preview-wrapper .image-delete-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -6px;
}

.image-preview-container .image-preview-wrapper .img-fluid {
  max-height: 100px;
}

.top23px {
  bottom: -80px;
}

.lh-2rpx {
  line-height: 24px;
}

.lh-3rpx {
  line-height: 30px;
}

.canvas-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  transition: 0.5s;
  overflow: scroll;
}

.canvas-sidebar.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.canvas-sidebar.show .canvas-overlay {
  left: 100%;
  width: 3000px;
}

.cart-canvas {
  right: 0;
  left: auto;
  width: 83.6%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.form-del-time-type {
  width: 27%;
  position: absolute;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.form-del-time-pl {
  padding-left: 110px !important;
}

.prod-del-time {
  padding-left: 105px !important;
}

.block-product-img {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  object-fit: cover;
}

.session-week-times {
  position: relative;
}

.remove-slot {
  position: absolute;
  right: -13px;
}

.btn-add-appointment-time {
  /*font-size: 0.7rem;*/
  background: transparent;
  border-radius: 15px;
  border: 1px solid var(--blue);
  color: var(--blue);
  /*padding: 0.15rem 0.5rem;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 11px;
  font-size: 13px !important;
  width: fit-content;
}

.btn-add-appointment-time:hover,
.btn-add-appointment-time:active {
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}

.appoiment-form .timelabel {
  margin-right: 12px;
}

.appoiment-form .timeinput {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 4px 9px;
}

.appoiment-form .overridelabel {
  min-width: 225px;
}


/* Biolink */
.external_template {
  display: none;
}

label {
  display: inline-block;
}

/*.link-appearance .custdiv .select-template{
  cursor: pointer;
  color: black;
  height: 200px;
  display: inline-block;
  padding: 0;
  margin: 10px;
  overflow: hidden;
}*/



.link-appearance .custdiv .customtempmain.custom-template .select-template {
  display: flex;
  justify-content: center;
  height: 232px;
  align-items: center;
}

.link-appearance .custdiv .customtempmain.custom-template {
  border: 1px dashed #444 !important;
}

.active-link {
  color: white;
  background-color: var(--primary);
}

.templateradio+div label::-webkit-scrollbar {
  width: 1px;
}

.templateradio+div label:hover {
  transition: all 0.2s ease-in-out;
  /*transform: scale(1.5);*/
}

.img-thumbnail:hover {
  filter: blur(3px);
}

.img-preview.img-thumbnail:hover {
  filter: none;
}

.templateradio+div label img:hover {
  transform: translateY(calc(-100% + 300px));
  transition: all 2s ease-in-out;
}

.templateradio:checked .customtempmain {
  background: white;
  border: 2px solid lightgrey;
  border-radius: 9px;
  border: 1px solid #8d8d8d !important;
  box-shadow: none;
}

.custdiv .customtempmain {
  /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
  border-radius: 9px;
  height: 200px;
  opacity: 0.9;
  /*border: 1px solid #e2e2e2;*/
}

.custdiv .customtempmain .select-template .inner-blocks {
  border: 1px solid #fff;
  width: 99px;
  height: 15px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 9px;
}

.customhtag {
  text-align: center;
  color: #000;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.text-color-dark-green {
  color: #006a48;
}

.footer-btn-wrapper {
  position: sticky;
  bottom: 0;
  background: #f9f9f9;
  opacity: 0.95;
  padding: 10px 0;
}

.card-creator-wrapper,
.card-preview-wrapper.scroll {
  height: 100vh;
  overflow-y: scroll;
}

.gradient-background-wrapper {
  background-image: url("../images/login-register-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.image-edit-box {
  display: none;
  position: absolute;
  background: #fff;
  right: 17%;
  top: 58%;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 1px 0px 5px 3px rgba(211, 211, 211, 0.5);
}

.helpspanicon {
  background-color: #ececec;
  border-radius: 5px;
  padding: 8px 10px;
}

.helpcenterCard {
  border: 1px solid #dadada;
  border-radius: 10px;
}

.helpcenterCard .card-header {
  border-radius: 10px;
}

.helpcenterCard:hover {
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%), 0 1px 3px rgb(0 0 0 / 10%);
}

.helpcDsubtitle {
  border-bottom: 1px solid #e5e8eb;
  padding-bottom: 16px;
}

.faqaccordian:hover {
  background: #efefefef;
}

.serviceblockform .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: var(--primary);
}

.vertical-timeline-element {
  position: relative;
  margin: 0 0 1rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  animation: cd-bounce-1 0.8s;
}

.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: -35px;
}

.vertical-timeline-element-icon .badge-dot-xl {
  box-shadow: 0 0 0 5px #fff;
}

.vl {
  border-left: 6px solid lightgrey;
  height: 80%;
  position: absolute;
  left: 20px;
  margin-left: -3px;
  top: 55px;
}

.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5rem 0 0;
  padding: 0;
  padding-right: 17px;
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
  }
}

.feedback_footer {
  background-color: whitesmoke;
  border: 2px solid white;
  border-radius: 3px;
}

.custdiv {
  position: relative;
  margin-bottom: 10px;
}

.custdiv .template-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 9px;
  top: 0;
  bottom: 0;
  background: #0000005c;
  display: flex;
  opacity: 0;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.custdiv .template-overlay:hover {
  opacity: 1;
}

.img-thumbnail {
  border: 0;
}

.custdiv .upgrade {
  position: absolute;
  right: 0;
  top: 7px;
  right: 25px;
}

.custdiv .upgrade .upgrade_button,
.upgrade_button {
  width: auto;
  background: #000;
  color: white;
  transition: all 0.3s;
  padding: 0.2rem 0.6rem;
  font-size: 0.74rem;
}

.custdiv .upgrade .upgrade_button:hover {
  background: #297b4f;
  color: white !important;
}

.common_upgrade_button.upgrade_button:hover {
  background: #297b4f;
  color: white;
}

.common_upgrade_button {
  float: right;
}

@media only screen and (max-width: 780px) {
  template-overlay .pr-1 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .custdiv {
    width: calc(50% - 16px);
    margin: 8px;
  }

  .templateradio:checked+div {
    border-radius: 3px;
  }

  .template-overlay .pl-1 {
    padding: 0;
  }

  .template-overlay .pr-1 {
    padding: 0;
    width: 50%;
  }

  .custdiv .template-overlay {
    align-content: center;
  }

  .template-overlay .btn {
    margin-top: 10px;
    margin-right: 0.25rem !important;
    width: calc(100% - 5px);
  }

  .custdiv .img-thumbnail {
    padding: 0;
  }

  div#viewmore.collapsing {
    transition: none !important;
  }
}

label.select-template.customtempinner {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) {

  section.app-content .container-xl,
  section.app-content .container-lg,
  section.app-content .container-md,
  section.app-content .container-sm,
  section.app-content .container {
    max-width: 100%;
  }
}

.biolinkselem .links-btn {
  background: var(--white);
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #d9e0e2;
  padding: 0.8rem 1.5rem;
  font-size: 0.8rem;
}

.biolinkselem .links-btn.darkbtn,
.links-btn.darkbtnframe {
  background: #000;
  color: #fff !important;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  border: none;
}

.biolinkselem .links-btn.navpattern {
  border-radius: 8px;
  padding: 0.8rem 1.5rem;
}

.biolinkselem button.hover-bg-in {
  background: #f9f9f8;
}

.biolinkselem button.links-btn:hover {
  background: #f9f9f8;
  text-decoration: none;
  border-radius: 5px;
}

.biolinkselem .links-btn.darkbtn:hover,
.links-btn.darkbtnframe:hover {
  background: #0f0f0f;
  color: #fff !important;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  border: none;
  text-decoration: none;
}

.dropdown .dropdown-menu.linkmenudrop {
  border-radius: 14px;
  top: 9px !important;
  width: 230px;
}

.biolinkselem .links-btn.navpattern:hover {
  background: #f9f9f8;
  text-decoration: none;
  border-radius: 8px;
}

.customize-dropdown .customize-dropdown-menu-share {
  top: 62px !important;
  width: 395px;
  border-radius: 20px;
  box-shadow: 0 0 #0000, 0 0 #0000, 0px 16px 32px 4px rgba(0, 0, 0, 0.12);
}

.card.extraborder-rad {
  border-radius: 22px;
}

.wcl2384 {
  height: 48px;
  display: flex;
  align-items: center;
}

.linkpg-headinfo .wcl15i5 {
  position: relative;
  width: 85px;
  height: 48px;
}

.buttonOutlined {
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  top: 14px;
}

.wcl15i5 .target-element {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.wcl2388 {
  display: flex;
  flex-direction: column;
}

.wcl2389 {
  height: 25px;
  display: flex;
  align-items: center;
}

.wcl2389 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.wcl2390 {
  color: #4f4f4f;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 600;
}

.linkpg-headinfo {
  display: flex;
  align-items: center;
  column-gap: 15px;
  position: relative;
}

.main-leading-heading {
  font-size: 17px;
  font-weight: 600;
}

.leading-heading {
  font-size: 14px;
  font-weight: 600;
}

.share-on-socials__menu-button {
  width: 100%;
}

.text-concrete {
  color: #676b5f;
}

.share-on-socials__copy-to-clipboard-button {
  border-radius: 7px;
  margin-left: 0px;
}

.share-on-socials__copy-to-clipboard-button:hover {
  background: #f9f9f8 !important;
}

.h-60px {
  height: 60px;
}

.share-footer {
  width: 20%;
}

.grid {
  display: grid;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.place-items-center {
  place-items: center;
}

/* digital card create */

/* font-family: 'Poppins', sans-serif; */
body {
  overflow-x: hidden;
}

.sample-preview .card-holder {
  padding: 0rem !important;
  background: #fafafa;
  box-shadow: 0 0 4px 0 rgb(49 49 93 / 13%);
  border-radius: 20px;
}

.sample-preview .card-container {
  box-shadow: none;
}

.personal-container {
  margin: 0;
  margin-bottom: 0.5rem;
  text-align: center;
  margin-top: 2.5rem;
}

.personal-container .n-wrapper {
  font-size: 1.2rem;
}

.personal-container .sub-content {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
}

.items-container .card-items .card-item .item-icon {
  height: 25px;
  width: 25px;
  margin-right: 0px;
  background: #2196f3;
}

.items-container .card-items .card-item .icon-holder {
  padding: 4px;
  border: 1px solid #2196f3;
  border-radius: 50%;
  margin-right: 10px;
}

.items-container .card-items .card-item .item-icon svg {
  font-size: 0.8rem;
}

.items-container .card-items .card-item .item-data .item-value {
  font-size: 13px;
  margin-bottom: 3px;
}

.text-muted {
  font-size: 12px;
}

.social_links {
  display: flex;
  justify-content: center;
  padding: 0.6rem;
  padding-bottom: 0;
  padding-top: 0;
}

.social_links svg {
  font-size: 1rem;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0.3rem;
  fill: #2196f3;
}

.social_links svg path {
  fill: #2196f3;
}

.contact_form_wrapper {
  padding: 0 1.5rem;
  margin: 1rem 0;
}

.contact_form_wrapper .form-group {
  margin-bottom: 0.5rem;
}

.contact_form_wrapper .form-group label {
  font-size: 12px;
}

.contact_form_wrapper .form-group label svg {
  font-size: 12px;
  width: 15px;
  height: 15px;
}

.contact_form_wrapper .form-group label .svg-inline--fa.fa-fw {
  width: 11px !important;
  height: 11px !important;
}

.contact_form_wrapper .form-group label svg path {
  fill: #6c7789;
}

.contact_form_wrapper form .form-control {
  height: 5rem;
}

.preview-container .card-field {
  width: 100%;
  flex: 2;
  /* padding: 0.5rem 0.9rem;
cursor: pointer;
position: relative;
background: white;
/ border: 1px solid #ccc; /
    /* width: 100%;
flex: 2;
box-shadow: rgb(145 145 145 / 19%) 0px 2px 8px 0px;
margin: 0.5rem 0;
border-radius: 7px; */
}



.mob-action-buttons {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 8px;
}

.mob-action-buttons svg {
  width: 19px;
  height: 19px;
}


.items-container .card-items {
  display: flex;
  flex-wrap: wrap;
}

.avatar-container.round-image-container {
  width: 160px;
  height: 160px;
  margin: auto;
  display: block;
  left: calc(50% - 80px);
  bottom: -57px;
}

.personal-container .card-field {
  padding: 0rem 0.5rem;
}

.card-preview-wrapper {
  width: 40%;
  padding: 0;
  background: var(--previewbg);
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0px;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card-bg-overlay {
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0.3;
  pointer-events: none;
  border-radius: inherit;
}

.card-preview-wrapper::-webkit-scrollbar,
.biolink-preview-iframe::-webkit-scrollbar {
  display: none !important;
}

.biolink-preview-iframe::-webkit-scrollbar {
  scrollbar-width: none !important;
}


.card_split_block {
  justify-content: end;
}

.profile_contact_list {
  width: 100%;
  /* padding: 3rem;*/
  padding: 3rem 4rem 3rem 5rem;
  background: white;
  padding-top: 20px;
  flex-wrap: wrap;
}

.dc-profile-edit-mode .profile_contact_list {
  padding: 3rem;
}

/*.fa-facebook path {
  fill: #3b5998;
}
.fa-instagram path {
  fill: #c32aa3;
}
.fa-linkedin path {
  fill: #0a66c2;
}
.fa-youtube path {
  fill: #ff0000;
}
.fa-tiktok path {
  fill: #010101;
}
.fa-twitch path {
  fill: #9146ff;
}
.fa-yelp path {
  fill: #d32323;
}
.fa-whatsapp path {
  fill: #25d366;
}
.fa-discord path {
  fill: #5865f2;
}
.fa-skype path {
  fill: #0078d7;
}
.fa-telegram path {
  fill: #0088cc;
}
.fa-twitter path {
  fill: #1da1f2;
}*/
.picker_wrapper {
  width: 100%;
  padding: 0 !important;
  position: relative;
}

.profile_contact_list .form-group {
  /* width: calc(34% - 1rem); */
  display: inline-block;
  position: relative;
  /* padding: 0 2rem 0 0; */
  width: calc(100% / 2 - 20px);
  margin: 0;
}

.profile_contact_list .form-group .input-group label {
  top: -14px;
  background: white;
  display: none;
}

.profile_contact_list .form-group .input-group label .fa-square-phone-flip {
  display: none;
}

.profile_contact_list .form-group .input-group input {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-left: 0px;
}

.input-group-text {
  background: transparent;
  border: 1px solid #bcbdbd !important;
  color: #000000;
}

.profile_contact_list .form-control:focus+label,
.profile_contact_list .form-control:not(:placeholder-shown)+label {
  position: absolute;
  top: -5px;
  z-index: 2;
  background: white;
  font-size: 9px;
}

.profile_contact_list .form-control:focus+label svg,
.profile_contact_list .form-control:not(:placeholder-shown)+label svg {
  display: none;
}

.profile_contact_list .form-group label {
  font-size: 11px;
  position: absolute;
  color: #7e8b90;
  top: 9px;
  padding: 0 6px;
  transition: all 0.2s;
  left: 7px;
}

.profile_contact_list #avatar_moresettings .form-group label {
  position: static;
}

.profile_contact_list #avatar_moresettings .form-group label.btn {
  padding: 0.375rem 0.75rem;
}

.profile_contact_list .form-group form .form-control:focus {
  border: 1px solid #1a73e8;
}

.profile_contact_list h6 {
  font-size: 13px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}

.profile_contact_list form {
  display: flex;
  flex-wrap: wrap;
}

.form_listing .form-control {
  border: 1px solid #434343;
  z-index: 1;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  background: transparent;
}

.form_listing .form-control:focus {
  border: 1px solid #1a73e8;
}

.profile_contact_list .form_listing .social-common-box .form-control:focus {
  border: 1px solid #1a73e8;
  border-left: 1px solid #1a73e8 !important;
}

.profile_details_section .form_title {
  font-size: 28px;
  /*margin: 1rem 3rem 0;*/
  margin: 1rem 3rem 0 5rem;
  padding: 1rem 0rem;
  font-weight: 500;
  margin-top: 1rem;
}

.profile_details_section #Tab3 .form_title,
.profile_details_section #Tab2 .form_title {
  margin: 1rem 0rem 0;
}

.profile_details_section #create_dccard {
  width: 90%;
  margin: auto;
}

.profile_details_section .form_title p {
  font-size: 14px;
  margin-top: 0.2rem;
  margin: 0;
  font-weight: 400;
  line-height: 25px;
  margin-top: 5px;
}

.profile_details_section .form_listing {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  column-gap: 40px;
  margin-bottom: 23px;
}

.profile_details_section {
  width: 60%;
  background: transparent;
}

.profile_details_section .form_tab {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.profile_details_section .form_tab.customnew {
  width: 77%;
}

.profile_details_section .firsttabblk {
  width: 82%;
}

.profile_details_section .form_tab .circle {
  width: 2.25rem;
  height: 2.25rem;
  color: #1a73e8;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: auto;
  border: 1px solid #b6bac2;
  z-index: 10;
}

.profile_details_section .form_tab .circle path {
  fill: #b6bac2;
}

.profile_details_section .form_tab #tab2head .circle path {
  fill: none;
}

.profile_details_section .form_tab .active#tab2head .circle path {
  fill: none;
}

.profile_details_section .form_tab .active#tab2head .circle .bi-check2 path {
  fill: white;
}

.profile_details_section .form_tab #tab2head .circle g path {
  fill: #b6bac2;
}

.profile_details_section .form_tab li.active .circle {
  background: #1a73e8;
  color: white;
  border: 1px solid #1a73e8;
}

.profile_details_section .form_tab li.active p {
  font-weight: 600;
  color: #1a73e8;
}

.profile_details_section .form_tab li.active .circle path {
  fill: white;
}

.profile_details_section .form_tab .active#tab2head .circle g path {
  fill: white;
}

.profile_details_section .form_tab p {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  color: #b6bac2;
}

.profile_details_section .form_tab li {
  width: 100%;
  text-align: center;
  position: relative;
}

.profile_details_section .form_tab li:last-child:before {
  display: none;
}

.profile_details_section .form_tab li:last-child:after {
  display: none;
}

.profile_details_section .form_tab li:after {
  content: "";
  position: absolute;
  right: 0;
  /* height: 3px; */
  background: #b6bac2;
  width: 80%;
  top: calc(50% - 15px);
  left: 60%;
  /* border: 2px solid #76daa4; */
  right: 0px !important;
  border-radius: 6px;
  height: 3px;
}

.profile_details_section .form_tab li:before {
  content: "";
  position: absolute;
  right: 0;
  /* height: 3px; */
  background: #b6bac2;
  width: 0;
  top: calc(50% - 15px);
  left: 60%;
  /* border: 2px solid #76daa4; */
  right: 0px !important;
  border-radius: 6px;
  height: 3px;
  transition: all 0.5s;
}

.profile_details_section .form_tab li.active:before {
  background: #b6e1ff;
  width: 80%;
  z-index: 10;
}

.profile_card_wrapper {
  padding: 10rem 0 7rem;
  max-width: 100%;
}

.language_btn {
  top: 0;
  right: 1rem;
}

.profile_card_wrapper .vcard__banner img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.profile_card_wrapper .vcard__banner.banner-edit {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.profile_card_wrapper .vcard__banner.banner-edit.content-before {
  background: var(--cardcoverBg);
  min-height: 185px;
}

.profile_card_wrapper .vcard__banner.banner-edit.content-before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--cardcoverBg);
  mix-blend-mode: screen;
  opacity: 0.38;
  width: 75%;
  padding-top: 75%;
  transform-origin: center;
  transition: transform 0.2s;
  transition: background 0.2s;
}

.device_screen .vcard__banner.banner-edit {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.profile_card_wrapper .vcard__banner19 img {
  /* border-radius: 15px ; */
  border-radius: unset;
}

.profile_card_wrapper .vcard__banner19.onpicrounded img {
  border-radius: 50%;
  height: 125px !important;
  width: 125px !important;
}

.profile_card_wrapper .vcard__banner19.banner-edit {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.profile_card_wrapper .vcard__banner19.banner-edit.onpicrounded {
  padding-top: 30px;
  padding-bottom: 15px;
}

.profile_card_wrapper .vcard__banner19.banner-edit.content-before {
  background: var(--cardcoverBg);
  min-height: 185px;
}

.profile_card_wrapper .vcard__banner19.banner-edit.content-before::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--cardcoverBg);
  mix-blend-mode: screen;
  opacity: 0.38;
  width: 75%;
  padding-top: 75%;
  transform-origin: center;
  transition: transform 0.2s;
  transition: background 0.2s;
}

.device_screen .vcard__banner19.banner-edit {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.profile_card_wrapper .vcard__social .icons {
  height: 1.995em;
  min-width: 1.995em;
  width: 1.995em;
  margin: 0.5rem !important;
  border-color: var(--vsiborder);
  background: var(--iconbg);
}

.vcard19.profile_card_wrapper .vcard__social .icons {
  margin-left: 0px !important;
}

.profile_card_wrapper .vcard__social .icons svg {
  fill: var(--svgfill);
}

.profile_card_wrapper .vcard__social {
  justify-content: left;
}

.profile_card_wrapper .vcard {
  width: 420px !important;
  border-radius: 15px;
  min-height: auto;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  max-width: 100%;
}

.profile_card_wrapper .vcard__event-card {
  background-color: transparent !important;
  border-radius: 50px !important;
  padding: 0.5em 0.5em;
  margin-bottom: 0.5em;
  /*border: 1px solid;
  border-color: var(--ibcolor);*/
}

.profile_card_wrapper .vcard__event-card .event-icon {
  height: 2.5em;
  margin-right: 10px;
  background: var(--iconbg);
  padding: 11px;
  border-radius: 50%;
  width: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_card_wrapper .vcard__event-card .event-icon.socialbrands svg {
  height: 35px;
  width: 35px;
  border-radius: 7px;
  box-shadow: 0 4px 5.84px hsla(0, 0%, 50.2%, 0.35000000000000003);
}

.profile_card_wrapper .vcard__event-card .event-icon.showbrandsicon {
  border-radius: 7px;
  box-shadow: 0 4px 5.84px hsla(0, 0%, 50.2%, 0.35000000000000003);
}

.profile_card_wrapper .vcard__event-card .event-icon svg {
  color: var(--svgfill);
}

.profile_card_wrapper .vcard__event-card {
  padding: 0.3rem;
  margin-bottom: 0.5rem;
  padding-left: 0px;
}

.vcard__event-card .event-name,
.vcard__event-card .event-tag {
  color: #000;
}

.vcard19 .vcard__event-card .event-name {
  font-weight: 600;
}

.event-tag {
  font-weight: 600;
  font-size: 12px;
}

.profile-description {
  color: #050c12 !important;
  font-size: 14px;
  text-align: left;
}

.avatar-name {
  font-size: 1.563em;
}

.avatar-designation {
  font-weight: 500;
  font-size: 1.1rem;
  margin-top: 8px;
  color: #000;
}

.profile_card_wrapper .vcard__social a:first-child .icons {
  margin-left: 0 !important;
}

.tabcontent {
  display: none;
}

.create_account_form {
  max-width: 530px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}

.logo_go_green {
  margin: 2em 0;
  width: 14em;
}

.create_account_form .form_listing {
  display: block !important;
}

.create_account_form .profile_contact_list .form-group {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}

.create_account_form .form_listing {
  width: 100%;
}

.create_account_form .profile_contact_list {
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

.create_account_form .form_title {
  padding-left: 0;
  text-align: left;
}

.logo_holder {
  /*display: flex !important;*/
  align-items: center;
  width: 9.175em;
  height: 5.3em;
  background: white;
  z-index: 9;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 0px;
  /*background: linear-gradient(146deg, rgba(28, 88, 97, 1) 0%, rgba(103, 167, 124, 1) 100%);*/
  background: var(--logobg);
  padding: 0.5 0.5;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border: 3px solid white;
}

.vcard19 .logo_holder {
  border-radius: 6px;
  border: 3px solid white;
}

.vcard19 .save-my-contact,
.previewcard .save-my-contact {
  background-color: rgb(0, 0, 0);
  color: #ffffff !important;
  width: 176.69px;
  height: 44px;
  display: flex;
  align-items: center;
  font-weight: 700;
  border-radius: 47.4138px;
  justify-content: center;
}

.logo_holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vcard19 .logo_holder {
  width: 162px;
  height: 94px;
}

.vcard__profile {
  justify-content: space-between;
  margin-top: -3.875em;
  height: 7.5em;
  padding: 0 1.5em !important;
  flex-direction: row !important;
}

.vcard19 .vcard__profile {
  height: auto;
  min-height: 60px;
}

.footer-btn-wrapper {
  padding: 10px 0;
}

.footer-btn-wrapper .btn-primary,
.footer-btn-wrapper .btn-secondary {
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px;
  border-radius: 8px;
  padding: 0.7rem 1.5rem;
  width: auto;
}

.profile_image_uploads {
  display: none;
  width: 100%;
  padding: 1rem 3rem;
  background: white;
  padding-top: 20px;
}

.opacityhalf {
  opacity: 0.4;
}

.overlay-container-hidden-lead {
  z-index: 2;
  position: absolute;
  height: 87vh;
  width: 90%;
}

.overlay-container-hidden-followup {
  z-index: 2;
  position: absolute;
  height: 87vh;
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
}

.footer_cont_sticky_one.hiddenoverlay {
  z-index: 0;
}

.follow-up-form label {
  font-size: 0.725rem;
}

.follow-up-form .dropdown-menu {
  left: -87px !important;
}

.follow-up-form .fieldcontainer {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 0.25rem;
  height: auto;
}

.follow-up-form .fieldcontainer.bgdar {
  background-color: #f8f9fa;
}

.customtoggleoverlay {
  background: #fff;
  height: 23px;
  position: absolute;
  width: 31px;
  z-index: 2;
  opacity: 0.1;
}

.follow-up-form .fieldcontainer.txtarea {
  min-height: 120px;
}

.follow-up-form .followup-vars,
.followup-preview .followup-vars {
  pointer-events: none;
  color: #29AEF8;
  background-color: #29AEF81A;
  padding: 6px;
  border-radius: 6px;
  margin-right: 4px;
}

.follow-up-form .form-group {
  margin-bottom: 1rem;
}

.followup-preview-container {
  width: 280px;
  border: 1px solid #1870e4;
  border-radius: 15px;
}

.followup-preview-container .h-1px {
  height: 1px;
}

.bg-f3f4f5 {
  background-color: rgb(236, 238, 240);
}

.text-131518 {
  color: #131518;
}

.followup-preview {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.self-stretch {
  align-self: stretch;
}

.followup-email-foo {
  border-top: 1px solid #f3f4f5;
}

.set_time_label {
  position: absolute;
  right: 14px;
  font-size: 12px;
}

.card-edit-mini-forms .form-group {
  position: relative;
  margin-bottom: 2rem;
}

.card-edit-mini-forms .form-group label {
  font-size: 11px;
  position: absolute;
  color: #7e8b90;
  top: -11px;
  padding: 0 6px;
  transition: all 0.2s;
  left: 7px;
  z-index: 2;
  background: white;
}

.profile_theme_select {
  width: 100%;
  /* padding: 1rem 3rem; */
  padding: 1rem 4rem 1rem 5rem;
  background: transparent;
  padding-top: 20px;
}

.dc-profile-edit-mode .profile_theme_select {
  padding: 1rem 0rem !important;
  padding-bottom: 30px !important;
  padding-top: 0px !important;
}

.dc-profile-edit-mode .profile_theme_select.pb-0 {
  padding-bottom: 0px !important;
}

.dc-profile-edit-mode .profile_image_uploads {
  padding: 1rem 0rem;
  padding-bottom: 13px !important;
}

.dc-profile-edit-mode .toggle-button-wrapper {
  padding: 0.25rem 0rem;
}

.dc-profile-edit-mode .profile_contact_list {
  padding: 3rem 0rem;
  overflow: hidden;
}

.dc-profile-edit-mode .profile_contact_list.overflow-visible {
  overflow: visible;
}

.profile_theme_select h3 {
  font-size: 17px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}

.profile_image_uploads h6 {
  font-size: 13px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}

.profile_image_uploads .card-image-container {
  margin-right: 30px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .profile_card_wrapper {
    max-width: 90%;
  }
}

@media (max-width: 1280px) {
  .f-box {
    width: 100%;
  }

  .picker_wrapper {
    width: 100%;
  }

  .card_split_block {
    flex-wrap: wrap;
  }

  .card-preview-wrapper {
    /* width: 100%; */
  }

  .profile_details_section {
    /* width: 100%; */
  }

  .f-box {
    width: 100%;
  }

  .picker_wrapper {
    width: 100%;
  }

  .footer-btn-wrapper {
    padding: 1.25rem;
  }
}

@media (min-width: 320px) and (max-width: 500px) {
  .profile_contact_list .form-group {
    width: 100%;
    padding: 0;
    padding-left: 0px;
  }

  .image-grid-container {
    flex-flow: column wrap;
  }

  .profile_details_section .form_tab {
    padding: 0 30px;
  }

  .card-image-container label span {
    display: block;
  }
}

@media (max-width: 768px) {
  .create_account_form {
    width: 100%;
    padding: 0 1.5rem 1.5rem 1.5rem;
  }

  .profile_card_wrapper .vcard {
    max-width: 100%;
  }

  .profile_card_wrapper {
    padding: 0;
  }

  .card_split_block {
    margin: 0;
  }

  .profile_image_uploads .card_block {}

  .profile_image_uploads .card-image-container {
    width: 100%;
    margin-bottom: 0;
  }

  .profile_image_uploads .card-image-container:last-child {
    margin-right: 0;
  }

  .card-image-container label {
    height: 50px;
    padding: 0px !important;
    font-size: 10px;
    border-radius: 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
  }

  .card-image-container label div {
    width: 100%;
  }

  .profile_details_section .form_tab li:before {
    top: calc(50% - 15px);
  }

  .footer-btn-wrapper {
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 0;
  }

  .footer-btn-wrapper .btn-primary {
    width: 45%;
  }

  .profile_contact_list {
    padding: 10px 20px;
  }

  .profile_image_uploads {
    padding: 0 20px;
  }

  .profile_theme_select {
    padding: 10px 20px;
    /* width: 300px; */
  }

  .profile_details_section .form_title {
    font-size: 16px;
    padding-left: 20px;
    margin: 0;
    margin-top: 0rem !important;
    padding-bottom: 10px;
    /*width: 185px;*/
    width: 100%;
    text-align: center;
  }

  .profile_image_uploads h6 {
    font-size: 14px;
  }

  .profile_contact_list h6 {
    font-size: 14px;
  }

  .profile_theme_select h3 {
    font-size: 14px;
  }

  .card-image-container label {
    width: 100% !important;
  }

  .vcard19 .card-preview-wrapper {
    display: block;
  }

  .card-preview-wrapper {
    padding: 0;
    width: 100%;
    display: none;
    padding-bottom: 60px;
  }

  .vcard19 .card-preview-wrapper {
    padding-bottom: 0;
  }

  .card-preview-wrapper.active {
    display: block;
  }

  .profile_details_section {
    width: 100%;
    display: none;
    padding-bottom: 60px;
  }

  .profile_details_section.active {
    display: block;
    overflow-y: hidden;
  }

  .profile_image_uploads {
    display: block;
  }

  .profile_details_section #create_dccard {
    width: 100%;
  }

  .profile_details_section .form_tab {
    display: none;
  }

  .footer_cont_sticky {
    position: static !important;
  }

  button.edit_cover,
  .image-edit-wrapper label {
    display: none;
  }

  .phoneTags {
    flex-wrap: wrap;
  }

  .tooltip-holder .tooltiptext {
    left: 0 !important;
    right: 0;
    transform: inherit !important;
  }

  .profile_details_section .firsttabblk {
    width: 100%;
  }

  /*.profile_theme_select{
      display:none !important;
  }*/

  .settings-tab-mob {
    display: none !important;
  }

  .cc-mob-none {
    display: none !important;
  }

  .biolinkauto .urbiolink {
    display: block !important;
  }

  .biolinkauto .urbiolink .purchase-text {
    margin-bottom: 10px;
  }

  .biolinkauto .urbiolink button {
    margin-left: 0px;
  }

  .sm-w-100 {
    width: 100% !important;
  }

  .app-wrapper .profile_image_uploads {
    padding-top: 20px !important;
  }

  .biolink-settings-tab .section {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) and (max-width: 1600px) {
  .profile_contact_list .social_listing_form .form-group {
    width: calc(50% - 1rem);
  }
}

.vcard__banner img {
  /* height: auto; */
  height: 100%;
  max-height: 17.5em;
  -o-object-fit: fill;
  object-fit: cover;
  width: 100%;
  margin: auto;
  display: block;
}

.vcard__banner19 img {
  height: 250px;
  max-height: 250px;
  -o-object-fit: fill;
  object-fit: cover !important;
  width: 100%;
  margin: auto;
  display: block;
}

.social-common-box,
.social-whatsapp-box {
  margin-top: 20px !important;
  position: relative;
  width: 100%;
  padding-left: 25px;
}

.social-box .social-item-wrapper:first-child .social-common-box {
  margin-top: 10px !important;
}

.social-common-box .input-group-text,
.social-whatsapp-box .input-group-text {
  color: #004ecc;
  /* min-width: 175px; */
}

.remove-social {
  position: absolute;
  right: 2px;
  top: 11px;
  color: #7b888d;
  z-index: 9;
}

.remove-social:hover {
  color: #444;
}

.remove-social svg {
  width: 28px;
}

.vcard__avatar img {
  border: 5px solid #fff;
  height: 150px;
  min-width: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 150px;
  background: #f5f6f8;
}

.vcard__avatar img {
  width: 100%;
  height: 100%;
  min-width: auto;
}

.vcard__avatar {
  z-index: 10;
  position: relative;
}

.vcard__avatar.vcard19__avatar img {
  width: 128px !important;
  height: 128px !important;
  border: 4px solid #fff !important;
  box-shadow: 0 2px 4px 0 rgba(22, 29, 37, 0.1);
}

.vcard__avatar.vcard19__avatar.threepicdefault img {
  width: 120px !important;
  height: 120px !important;
}

.woi_v3_ff_main .vcard__avatar.vcard19__avatar img {
  border: none !important;
}

.vcard__banner {
  height: auto;
  max-height: 17.5em;
}

.vcard {
  background-color: #fff;
  max-width: 576px;
  min-height: 100vh;
}

.vcard__social .icons {
  border: 1px solid #ccc;
  cursor: pointer;
  height: 40px;
  margin: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  min-width: 40px;
  transition: all 0.3s ease;
  width: 40px;
}

.vcard__social {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 10px;
}

/* theme colour block css by anjali */
/*.profile_background{
 width: 100%;
  padding: 1rem 3rem;
    padding-top: 1rem;
  background: white;
  padding-top: 20px;
}*/

div .vcard__event .vcard__event-card .d-none {
  display: none !important;
}

span .icons .d-none {
  display: none !important;
}

img .card_avatar .d-none {
  display: none !important;
}

.Card_accreditation {
  margin: 0.8rem 0 0 0;
  display: flex;
  justify-content: start;
}

.Card_accreditation span {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 400;
  background: #e6e8ec;
  border-radius: 3px;
  transition: background 0.2s;
  margin-right: 7px;
  color: #000;
}

.Card_accreditation_bg_colour {
  background-color: #e2e9ec !important;
}

.card_heading_size {
  font-size: 15px;
  line-height: 1.4;
  white-space: pre-wrap;
  margin-top: 0.5rem;
}

.card_heading_size#headline_link {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  color: #5f6367 !important;
}

img#qr_code {
  width: 100%;
  padding: 5rem;
  background: #ececec;
}

.qr-card-wrapper {
  margin: 20px 0 30px;
  justify-content: center;
  gap: 20px;
}

.footer_dashboard .save_contact_btn {
  width: auto;
  display: inline-block;
}

.footer_dashboard p {
  font-size: 13px;
}

.save_contact_btn {
  text-align: center;
  /*background-color: #1a73e8;*/
  background-color: #555f6d;
  padding: 0.5rem;
  margin: 12px auto;
  color: white;
  font-size: 12px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0.35rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 0;
}

.ccbtntab4 {
  margin: 12px auto;
  width: 100%;
}

.walpaper_card {
  /*height: 86%;*/
  width: 100%;
  margin: auto;
  background: #e5e5e5;
  border-radius: 10px;
  /* padding: 7px 20px; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--wallpaperBg);
  background-blend-mode: var(--wallpaperBgBlend);
}

.card-width {
  width: auto;
  position: relative;
}

.walpaper_card h5 {
  font-size: 20px;
  color: var(--wallpaperColor);
  font-weight: 600;
  margin: 0;
  width: 100%;
}

.walpaper_card h6 {
  font-size: 15px;
  color: var(--wallpaperColor);
  margin: 10px 0;
}

.walpaper_card .title {
  width: 100%;
  color: var(--wallpaperColor);
}

.qr_box {
  /*background: var(--qrbg);*/
  background: transparent;
  border: 1px solid #ccc;
}

.walpaper_card .scaner {
  width: 100%;
  height: auto;
  /* background: white; */
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
}

.walpaper_card .scaner img {
  width: 100%;
  height: 170px;
}

.walpaper_card .footer_logo img {
  width: 130px;
  margin-top: 15px;
}

.wcl602 {
  color: #828282;
  font-size: 14px;
}

.wcl592 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: start;
}

.wcl593 {
  width: 29%;
  border: 2px solid #f4f4f4;
  cursor: pointer;
  height: 130px;
  display: flex;
  transition: 0.2s;
  align-items: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f8f8;
  margin-right: 15px;
}

.wcl593>svg {
  width: 25px;
  height: 25px;
}

.wcl593>p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
}

.wcl593>div {
  width: 18px;
  border: 1px solid #e0e0e0;
  height: 18px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: #fff;
}

.event-badge-patternbox.active {
  border: 2px solid #1a73e8;
}

.event-badge-patternbox.active .patternboxsvg-head {
  background-color: #1a73e8;
}

.wrapper_event_badge_view {
  display: none !important;
  border-radius: 12px;
}

.wrapper_event_badge_view.active {
  display: block !important;
}

.wrapper_event_badge_view.active.d-none {
  display: none !important;
}

.save_contact_btn:hover {
  color: #fff;
}

#card_view_qr_code {
  margin: 7px 0;
  width: 100%;
  /* width: 150px; */
}

.error {
  border: 1px solid #e03131 !important;
}

.card-phone-wrapper {
  border: 1px solid #bcbdbd;
  border-radius: 5px;
  flex-wrap: nowrap !important;
}

.social-block.card-phone-wrapper .input-group-text {
  border: 0 !important;
  border-right: 1px solid #bcbdbd !important;
}

.card-phone-wrapper button {
  padding: 0.15rem;
  font-size: 0.9rem;
  color: #4e596b;
  background: transparent;
  border-right: 1px solid #bcbdbd !important;
}

.card-phone-wrapper button .country-codeno {
  font-size: 12px;
}

.card-phone-wrapper .flag-input:focus {
  background: transparent;
}

.profile_contact_list .card-phone-wrapper label {
  display: block !important;
}

.card-phone-wrapper:focus-within {
  border: 1px solid #1a73e8;
}

.create-card-phone-wrapper {
  border: 1px solid #c8cbce;
  border-radius: 6px;
  flex-wrap: nowrap !important;
}

.create-card-phone-wrapper button {
  padding: 0.15rem;
  font-size: 0.9rem;
  color: #4e596b;
  background: transparent;
  border-right: 1px solid #c8cbce !important;
}

.create-card-phone-wrapper button .country-codeno {
  font-size: 12px;
}

.create-card-phone-wrapper .flag-input:focus {
  background: transparent;
}

.create-card-phone-wrapper:focus-within {
  border: 1px solid #000000;
}

.create-biolink-link-modal form input.form-control.customformcntrl {
  height: calc(1.4em + 0.95rem + 17px);
  border-radius: 6px;
  border: 2px solid #c8cbce;
}

.create-biolink-link-modal form input.form-control.customformcntrl:focus {
  border: 1px solid #000000;
}

.create-biolink-link-modal .data-input-flag .dropdown-menu {
  height: 200px;
}

.create-biolink-link-modal .modal-dialog-centered.modal-dialog-scrollable {
  max-width: 524px;
}

.create-biolink-link-modal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  border-radius: 24px;
}

.deive_wrapper {
  width: 85%;
  max-width: 380px;
  margin: auto;
  font-size: 0.72vw;
}

.device_bg {
  width: 100%;
  padding-top: 214.9509803922%;
  background: #fdfdfd;
  box-shadow: inset 0 0 11px 0 #000;
  border-radius: 16.1764705882% / 7.5256556442%;
  display: inline-block;
  position: relative;
  box-sizing: content-box !important;
}

.device_cnt {
  padding: 4.6568627451%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.device_sleep {
  width: 3px;
  background: #b5b5b5;
  position: absolute;
  height: 12.086659065%;
  top: 28.9623717218%;
  right: -3px;
}

.device_bg:before {
  width: calc(100% - 1.9607843137%);
  height: calc(100% - 0.9122006842%);
  position: absolute;
  top: 0.4561003421%;
  content: "";
  left: 0.9803921569%;
  border-radius: 16.1764705882% / 7.5256556442%;
  background: #000;
  z-index: 1;
}

.device-notch {
  position: absolute;
  width: 30.3921568627%;
  height: 4.1049030787%;
  top: 3.4207525656%;
  left: calc((100% - 30.3921568627%) / 2);
  z-index: 4;
  background: #000;
  border-bottom-left-radius: 19.3548387097% 66.6666666667%;
  border-bottom-right-radius: 19.3548387097% 66.6666666667%;
  border-top-left-radius: 19.3548387097% 66.6666666667%;
  border-top-right-radius: 19.3548387097% 66.6666666667%;
}

.device-camera {
  width: 5.6451612903%;
  height: 19.4444444444%;
  top: 41.6666666667%;
  border-radius: 100%;
  position: absolute;
  left: 82.2580645161%;
  background: #0d4d71;
}

.device_screen {
  background: white;
  position: relative;
  z-index: 9;
  border-radius: 45px;
  height: 100%;
}

.device_screen .vcard {
  height: 100% !important;
}

.profile_card_wrapper .device_screen .vcard {
  border-radius: 45px;
  overflow: auto;
  scrollbar-width: none;
}

.profile_card_wrapper .device_screen .vcard__banner img {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.profile_card_wrapper .device_screen .vcard__banner19 img {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.vcard__banner19.image-edit-wrapper {
  font-size: 18px !important;
}

.vcard19 .card-page {
  padding: 2rem 0;
  /*border-radius: 1.5rem;*/
}

.vcard19 .event-icon .svg-inline--fa {
  height: 2em;
}

.vcard19 .woi_v3_temp_1_icon_amt .event-icon .svg-inline--fa,
.vcard19 .woi_v3_temp_2_inner_svg .event-icon .svg-inline--fa {
  width: 21px;
  height: 21px;
}

.barcode {
  width: 300px;
  height: 300px;
  background: black;
  margin: 60px auto;
}

.card-view-wrapper {
  text-align: center;
  /* max-width: 560px; */
  margin: 0 auto;
  padding: 10px 40px;
  width: 100%;
  padding-bottom: 70px;
}

.card-view-wrapper .card-view {
  padding: 10px 0;
  font-size: 14px;
  color: #747474;
  width: 300px;
  display: block;
  margin: auto;
}

.box-image-container {
  width: 9.375em;
  height: 5.3rem;
  border-radius: 5px;
  overflow: hidden;
}

.card-view-wrapper .dropdown-menu {
  right: 0px;
}

.card-view-wrapper .dropdown-menu a {
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.save_contact_btn::after {
  display: none;
}

.overlay_firstcard {
  display: none;
  flex-wrap: wrap;
  align-items: inherit;
}

.overlay_firstcard p {
  margin: 0;
  font-size: 13px;
}

.overlay_firstcard .overlay-icon-wrapper svg {
  width: 20px;
  height: 17px;
}

.overlay_firstcard svg path {
  stroke: white;
}

.overlay_firstcard .overlay-icon-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  margin: 0;
}

.overlay_firstcard .overlay-icon-wrapper .remove-image {
  color: #fff;
}

.card-image-container label:hover .overlay_firstcard {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: white;
  padding: 4px;
  flex-wrap: wrap;
  justify-content: center;
}

.card-image-container label:focus+.overlay_firstcard,
.card-image-container label:hover+.overlay_firstcard {
  display: flex;
  flex-direction: column;
}

/* .footer_cont_sticky {
  display: flex;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, 0.8);
  position: sticky;
  bottom: -49px;
  z-index: 10;
  margin-top: 1rem;
  align-items: center;
} */
/* .footer_cont_sticky {
  display: flex;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, 0.8);
  position: sticky;
  bottom: -50px;
  left: 0;
  width: 100%;
  z-index: 10;
  align-items: center;
} */
.footer_cont_sticky_one {
  /*display: flex;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, 0.8);
  position: sticky;
  bottom: -28px;
  left: 0;
  width: 100%;
  z-index: 10;
  align-items: center;*/
  display: flex;
  justify-content: space-between;
  background: hsla(0, 0%, 100%, 0.8);
  background-image: none;
  position: sticky;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  align-items: center;
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-to-position: ;
}

.footer-btn-wrapper {
  background: white;
  width: 100%;
  gap: 10px;
  padding: 26px !important;
}

/* .footer-btn-wrapper .btn-primary {
  margin-left: 40px;
} */
.device-preview {
  height: auto;
  width: 100%;
  padding: 0 10% 10% 10%;
}

.normal-preview {
  display: flex;
  /* align-items: center; */
  /*flex-wrap: wrap;*/
  margin: 10px 0 20px;
}

.woi_logo_holder {
  width: 100%;
  position: relative;
  /* font-size: 5rem; */
  margin: 1.4rem 0;
  text-align: center;
  color: #fff;
}

.woi_logo_holder img {
  width: 120px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* left: 50%; */
  /* height: 5.3125rem; */
  /* width: 2rem; */
  /* margin-left: 1.5rem; */
}

.card-image-container label {
  width: 148px;
  position: relative;
}

.picker-1 {
  position: relative;
  display: block;
  cursor: not-allowed;
  /* Indicate the option is disabled */
  user-select: none;
}

.picker-1 .background-radio {
  /* position: absolute; */
  opacity: 0;
}

.dsable {
  user-select: none !important;
  cursor: not-allowed !important;
}

.top-1 {
  top: 17px !important;
}

.color-gold {
  color: #ffd700;
}

.picker-1 .tooltip-text {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  bottom: 125%;
  /* Position the tooltip above the square */
  left: 50%;
  margin-left: -75px;
  /* Center the tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.picker-1:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.picker-1 {
  width: 33px;
  height: auto;
  padding: 0;
  margin: 0 5px 0px 0;
  padding: 3px;
  border: 1px solid red;
  border-radius: 5px;
  border-color: transparent;
}

.picker-1:has(> input:checked) {
  border-color: transparent !important;
}

.picker {
  width: 33px;
  height: auto;
  padding: 0;
  margin: 0 5px 0px 0;
  padding: 3px;
  border: 1px solid;
  border-radius: 5px;
  border-color: transparent;
}

.picker {
  width: 33px;
  height: auto;
  padding: 0;
  margin: 0 5px 0px 0;
  padding: 3px;
  border: 1px solid;
  border-radius: 5px;
  border-color: transparent;
}

.wp-bg-selection .picker {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-bg-selection .picker input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 21px;
  height: 22px;
}

.fs-6 {
  font-size: 18px !important;
}

.popup {
  display: none;
  position: absolute;
  top: 48px;
  /* Adjust as needed */
  left: 13%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 346px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

label:has(> input:checked) {
  border-color: var(--ibcolor);
  margin-top: 0;
}

.nfc_des_color_main label:has(> input:checked) {
  border-color: var(--ibcolor);
  margin-top: 0;
  border-radius: 50%;
  width: 30px;
}

.on-display {
  margin: 0px 15px;
  border: 1px solid #fff;
  padding: 0 0.3rem;
}

.on-edit {
  border: 1px solid var(--ibcolor) !important;
  border-radius: 10px;
  color: #b2b2b2;
  padding: 0.3rem;
  /*min-height: 50px;*/
}

.social_links_form {
  margin-top: 20px;
}

.social_links_form input {
  border-radius: 8px;
  border: 1px solid #bcbdbd;
  z-index: 1;
  position: relative;
  background: transparent;
  height: calc(1.5em + 0.95rem + 4px);
  padding: 0.675rem 1rem;
}

.social_links_form .social_btn {
  font-size: 14px;
  height: 2.68rem;
  padding: 0.5rem 1.125rem;
  font-weight: 500;
  --loader-color: #fff;
  border: 1px solid #47b378;
  border-radius: 5px;
  margin-left: 3px;
}

.btnSave {
  color: white;
  background: #47b378;
}

.btnCancel {
  color: #47b378;
  background: transparent;
}

.social_link_btnwrapper {
  margin-left: 7px;
}

@media (max-width: 1200px) {
  .normal-preview {
    margin: 10px 20px 20px;
  }

  .device_screen .vcard__profile,
  .device_screen .vcard__position,
  .device_screen .px-4.py-2 {
    padding: 0 0.5rem !important;
  }
}

@media (max-width: 1100px) {
  .profile_card_wrapper .vcard {
    width: 100% !important;
  }
}

.error-span {
  float: right;
  font-size: 11px;
  position: absolute;
  right: 0;
}

.image-edit-wrapper input {
  display: none;
}

.image-edit-wrapper label {
  cursor: pointer;
}

.profile_details_section .form_listing .f-box {
  flex-wrap: nowrap;
  overflow: auto;
  padding-bottom: 5px;
}

.vcard19 .event-icon .svg-inline--fa.fa-location-dot {
  height: 1.5em;
}

@media (max-width: 768px) {
  .picker-1 .tooltip-text {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    bottom: 125%;
    left: 215%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .popup {
    display: none;
    position: absolute;
    top: 48px;
    left: 51%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 284px;
    border-radius: 10px;
  }

  .card-item-button .icon svg {
    width: 20px;
    font-size: 20px;
  }

  .card-item-button .icon label {
    margin-top: 17px;
  }

  .card-item-button.icon-only {
    padding: 9px 12px;
  }

  .qr-card-wrapper {
    flex-wrap: wrap;
    margin: 0;
  }

  .card-width {
    width: 100%;
    margin-bottom: 10px;
  }

  .profile_details_section .form_listing {
    margin-bottom: 10px;
  }

  .vcard19 .normal-preview {
    margin: 0;
    font-size: 4vw;
    height: 100%;
  }

  .deive_wrapper {
    font-size: 3vw;
  }

  .qr_box {
    margin: 10px 0;
  }
}

/* Width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #b7b7b7 #f1f1f100;
}

/* Edge */
*::-ms-scrollbar {
  width: 6px;
}

*::-ms-thumb {
  background-color: #b7b7b7;
}

*::-ms-thumb:hover {
  background-color: #555;
}

*::-ms-track {
  background: #f1f1f1;
}

/* Opera and older versions of Edge */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.social-whatsapp-box .input-group-text {
  border: 0 !important;
  border-right: 1px solid #bcbdbd !important;
}

.logo_holder .logo-sample {
  text-align: center;
  height: 50px;
  font-size: 2.25rem;
  text-shadow: -2px 2px 4px rgb(0 0 0 / 50%), 2px -2px 0 rgb(255 255 255 / 30%);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tooltip-holder {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-holder .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 8px 10px;
  padding-top: 5px;
  z-index: 9;
  top: -13px;
  left: 0;
  right: 0;
  /* transform: translateX(-50%); */
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.form_group_tel .tooltip-holder .tooltiptext {
  top: 39px;
}

.walpapper_card {
  width: 100%;
}

.walpapper_card,
.walpapper_card .title,
.walpapper_card .company-title,
.walpapper_card .designation-title {
  font-size: var(--wallpaperFontSize);
  font-family: var(--wallpaperFontFamily);
  font-weight: 400;
}

.tooltip-holder .tooltiptext .tag {
  padding: 0.1875rem 0.9rem;
  font-size: 0.7125rem;
  border: 1px solid #616567 !important;
  border-radius: 20px;
  width: auto;
  background: #fff;
  color: #616567;
}

.phoneTags .tag.selected {
  background: #35393b;
  color: #fff;
  border: 1px solid #35393b !important;
}

.tooltip-holder .tooltiptext p {
  font-size: 11px;
  text-align: left;
  color: black;
  margin-bottom: 2px;
}

.phoneTags {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 7px;
}

.phoneTags li {}

.tooltip-holder .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}

.vcard19 .avatar-name {
  font-size: 1.5rem;
  font-weight: 600 !important;
  line-height: 1.3;
  display: inline;
  margin-bottom: 3px;
}

.vcard19 .avatar-designation {
  font-size: 1.23rem;
  font-weight: 600;
  line-height: 1.2;
  color: #35393b;
  margin-top: 5px;
}

.vcard19 .card_heading_size#headline_link {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0px;
}

.vcard19 .card_bio_size {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #5f6367 !important;
}

.avatar-name .fa-circle-check {
  font-size: 12px;
}

.form_group_tel {
  width: calc(100% / 2 - 0px);
}

@media (min-width: 320px) and (max-width: 550px) {
  .normal-preview {
    font-size: 3vw;
  }
}

.profile_card_wrapper .vcard__social .icons svg {
  width: 1.19em;
}

.vcard19.profile_card_wrapper .vcard__social .icons svg {
  height: 21px;
  width: 21px;
}

.bg-lightgreen {
  background: #ddffdb61 !important;
  padding: 1rem 0 2rem !important;
}

.bg_green {
  background: #458040;
  margin: 0 !important;
  padding: 3rem 0 5rem !important;
  font-size: 1vw;
}

.main_banner_head {
  color: white;
  font-weight: 400;
  /* font-size: 4em !important; */
  font-size: 3em !important;
  margin-bottom: 0 !important;
}

.home_banner_device {
  width: 32em;
}

.banner_content_wrapper {
  display: flex;
  justify-content: space-between;
}

.bg_green .index-subheader {
  color: white;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 2em !important;
}

.head_mini_sub span {
  display: block;
  font-weight: 400;
  font-size: 28px;
}

.bg_green .contentheader {
  color: white;
}

.bg_green .btn-primary {
  background: white;
  color: #000000;
  border-color: #fff !important;
  font-size: 1em;
  line-height: 28px;
  padding: 12px 10px;
  width: 180px;
  transition: all 0.3s;
}

.bg_green .btn-outline-primary {
  border-color: black !important;
  color: white !important;
  padding: 12px 10px;
  width: 170px;
  background: black;
  font-size: 1em;
  line-height: 25px;
  transition: all 0.3s;
}

.bg_green .btn-outline-primary:hover {
  background: #3f743b !important;
  color: #fff !important;
  border-color: white !important;
}

.bg_green .btn:not(:disabled):not(.disabled):active,
.bg_green .btn:not(:disabled):not(.disabled).active {
  background: transparent;
  box-shadow: none !important;
}

.head_min {
  margin-bottom: 15px !important;
}

.head_min span {
  display: block;
  font-weight: bold;
  font-size: 28px;
}

#container-img-animated {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: end;
}

#moving-image {
  position: absolute;
  top: 0% !important;
  left: 20%;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  object-fit: cover;
}

#moving-image {
  transform: rotateX(var(--rotateX, 0deg)) rotateY(var(--rotateY, 0deg));
}

.sub_head_green {
  color: #458040 !important;
}

.bg_green .businessCards {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.container nav.fixed_header_menu {
  padding: 1.2rem 9.15rem;
  margin: 0 !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
  background: #458040;
  border: 0 !important;
}

.fixed_header_menu.navbar-light .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  padding: 8px 18px;
  background: #5c9358;
  border-radius: 30px;
  border: 1px solid #5c9358;
  transition: all 0.3s;
}

.fixed_header_menu.navbar-light .nav-dashboard.nav-link {
  font-size: 15px;
  color: white;
  padding: 8px 18px;
  background: #5c9358;
  border-radius: 30px;
  border: 1px solid #5c9358;
  transition: all 0.3s;
}

.fixed_header_menu.navbar-light .navbar-nav .nav-link:hover {
  border-color: white;
  background: #3f743b !important;
}

.fixed_header_menu .header-icon-wrapper svg path {
  color: white;
}

.fixed_header_menu .header-cart-count {
  background: white;
  color: black;
}

.fixed_header_menu .navbar-nav {
  margin-left: 20px;
}

.fixed_header_menu .navbar-nav>li {
  margin-right: 10px;
}

.fixed_header_menu .form-control {
  background: transparent;
  color: white;
}

.fixed_header_menu .form-control:focus {
  box-shadow: none !important;
}

.fixed_header_menu .btn-outline-primary {
  color: white !important;
  background: #5c9358;
  font-size: 15px;
  border: 1px solid #5c9358 !important;
}

.overflowy-hidden {
  overflow-y: hidden;
}

.fixed_header_menu .btn-outline-primary:hover,
.fixed_header_menu .btn-outline-primary:active,
.fixed_header_menu .btn-outline-primary:focus {
  background: #3f743b !important;
  border-color: white !important;
  box-shadow: none !important;
}

.fixed_header_menu .btn-primary {
  background: #ffab02;
  border: 0;
  font-size: 15px;
}

.device-image {
  width: 100%;
}

.text-right {
  text-align: right;
}

.home_container .index-container {
  font-size: 0.8vw;
}

.index-block-one .index-container-content {
  margin-bottom: 0rem;
  padding: 2rem 9.15rem;
  max-width: 100%;
  color: var(--color-primary);
}

.index-block-one .index-container-content .row {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 1700px) {

  .home_container .index-block-one .index-container-content,
  .container nav.fixed_header_menu {
    padding: 0.8rem 3rem;
  }

  .home_container .index-container {
    padding: 2rem 0 !important;
  }

  .fixed_header_menu.navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    padding: 5px 10px !important;
    line-height: 23px;
  }

  .fixed_header_menu .navbar-nav {
    margin-left: 0;
  }

  .home_container .index .navbar-main .btn {
    font-size: 12px;
  }

  .fixed_header_menu .form-control {
    font-size: 12px;
  }
}

@media screen and (max-width: 1250px) {

  .home_container .index-block-one .index-container-content,
  .container nav.fixed_header_menu {
    padding: 0.8rem 1rem;
  }

  .home_container .index-block-one .index-container-content {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .fixed_header_menu.navbar-light .navbar-nav .nav-link {
    font-size: 10px;
  }
}

.custom-video-wrapper iframe {
  border-radius: 20px;
}


.home_container .index-block-one .index-container-content .row {
  display: flex;
  align-items: center;

}

.home_container .card-title {
  font-size: 1.5em;
}

.home_container .card-text {
  font-size: 1em;
}

.home_container .businessCards .index-header {
  font-size: 2.6em !important;
}

.home_container .businessCards .index-header span {
  font-weight: 500;
  font-size: 0.9em !important;
}

.home_container .businessCards .main_banner_head {
  font-size: 4.6em !important;
}

.home_container .how-subheading {
  font-size: 2.5em !important;
}

.home_container .how-paragraph {
  font-size: 1.1em;
}

.enterprise_img {
  width: 100% !important;
  transform: translate(0px, 90px);
}

.app-wrapper .profile_image_uploads {
  display: block;
}

@media (min-width: 900px) and (max-width: 1200px) {
  .fixed_header_menu .navbar-logo {
    height: 1.5rem;
  }

  .fixed_header_menu.navbar-light .navbar-nav .nav-link {
    font-size: 9px;
    padding: 8px 6px !important;
  }

  .fixed_header_menu .navbar-nav>li {
    margin-right: 7px;
  }
}

@media (max-width: 768px) {
  .device-preview {
    height: calc(100% - 80px);
    width: 100%;
    padding: 0 10% 10% 10%;
    display: flex;
  }

  .bg_green {
    padding-bottom: 45px !important;
  }

  #container-img-animated {
    display: none !important;
  }

  .home_container .index-container {
    padding: 4rem 0 1rem !important;
  }

  .bg_green .btn-primary,
  .bg_green .btn-outline-primary {
    width: 100%;
  }

  .main_banner_head {
    font-size: 32px !important;
  }

  .feature-subtext {
    font-size: 17px;
  }

  .head_mini_sub span,
  .head_min span {
    font-size: 18px;
    line-height: 25px;
  }

  .home_container .index-container {
    font-size: 2.8vw !important;
  }

  .home_container .index-block-one .index-container-content {
    max-width: 100%;
  }

  .index-block-one .index-container-content {
    padding: 0px;
    margin-top: 2rem;
  }

  .vcard19 .avatar-name {
    font-size: 1.6rem;
  }

  .vcard19 .avatar-designation {
    font-size: 1.3rem;
  }
}

@media (max-width: 1000px) {
  .fixed_header_menu .navbar-custom-toggler svg path {
    color: white;
  }

  .fixed_header_menu .navbar-custom-toggler {
    font-size: 1.4rem;
    margin-right: -14px;
  }

  .fixed_header_menu .btn-outline-primary,
  .fixed_header_menu .btn-primary {
    width: 100%;
  }

  .fixed_header_menu .btn-primary {
    margin-left: 20px;
  }

  #main_navbar {
    padding-top: 20px;
  }
}

.nfc_card_holder .price--compare {
  font-size: 20px;
}

.nfc_card_holder .nfc-price {
  font-size: 28px;
  color: black;
}

.nfc_card_holder .card-title {
  min-height: auto;
}

.nfc_card_holder .btn-rounded {
  padding: 3px 10px;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 21px;
}

.nfc_card_holder .input-group-text {
  width: 100%;
  padding: 0;
  height: 20px;
}

/*.input-group-prepend{
    width: 30px;
}*/
.nfc_card_holder .quantitycartdecr {
  padding: 0;
  width: 100%;
}

.qnty_section {
  width: 100px;
}

.nfc_card_holder .form-control {
  padding: 0 !important;
  height: 20px;
}

.nfc_card_holder {
  border-radius: 10px;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-width: 295px;

}

div .nfc_card_holder {
  border-radius: 26px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.w-317 {
  width: 255px;
}

@media (max-width: 375px) {
  .w-317 {
    width: 225px !important;
  }
}

.nfc_card_holder .content_wrapper {
  padding: 0 15px 20px;
}

.nfc_card_holder .add_to_cart {
  border-radius: 20px !important;
  background: transparent;
  color: black;
  width: auto;
  float: right;
}

@media (max-width: 1550px) {
  .btn-holder {
    width: 100% !important;
  }
}

.template-wrapper .logo_holder {
  object-fit: cover;
}

.offer_section_ab .title {
  font-size: 17px;
  font-weight: 500;
}

.offer_section_ab .card_about {}

.offer_section_ab p {
  font-size: 14px;
}

.about_cnt_wrapper {
  text-align: center;
  width: 70%;
  margin: auto;
  margin-bottom: 60px;
}

.about_cnt_wrapper h3 {
  margin-bottom: 20px;
  font-size: 40px;
}

.about_cnt_wrapper h4 {
  margin-bottom: 15px;
}

.founder_avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: 50%;
}

.founder_section {
  margin-top: 60px;
  display: flex;
  background: white;
  padding: 30px;
  border-radius: 15px;
}

.founder_section p {
  font-size: 14px;
}

.term_wrapper .fs-16 {
  position: relative;
  padding-left: 50px;
  padding-right: 35px;
  font-size: 14px !important;
}

.term_wrapper .fs-16::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #626262;
  left: 33px;
  top: 7px;
  border-radius: 50%;
}

.term_wrapper .fw-600::before {
  display: none;
}

.term_wrapper .fw-600 {
  font-size: 30px !important;
  padding: 0 !important;
  margin: 30px 0 10px !important;
}

.term_wrapper .index-header,
.privacy_wrapper .index-header,
.refund_policy .index-header,
.shiping_policy .index-header,
.cookie_wrapper .index-header {
  font-size: 36px;
  line-height: 25px;
}

.privacy_wrapper p,
.refund_policy p,
.refund_policy p,
.shiping_policy p,
.cookie_wrapper p {
  font-size: 14px;
}

.privacy_wrapper ul,
.refund_policy ul {
  padding: 0;
  margin-bottom: 45px;
}

.privacy_wrapper,
.refund_policy,
.shiping_policy,
.cookie_wrapper,
.term_wrapper {
  background: var(--bg-primary);
}

.pb_40 {
  padding-bottom: 40px;
}

.privacy_wrapper .unordered-disc,
.refund_policy .unordered-disc {
  padding-left: 20px;
}

.privacy_wrapper .unordered-disc li,
.refund_policy .unordered-disc li {
  padding-left: 20px;
  position: relative;
}

.privacy_wrapper .unordered-disc li:before,
.refund_policy .unordered-disc li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #626262;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.privacy_wrapper h5,
.refund_policy h5 {
  margin: 20px 0 10px !important;
  font-size: 26px;
}

a {
  text-decoration: none;
}

.right_sidebar {
  margin-bottom: 40px;
}

.right_sidebar .quick_links a {
  width: 100%;
  display: block;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  text-decoration: none;
  color: #509dff;
}

.right_sidebar .quick_links a:hover {
  background: #85cb7f38;
}

.right_sidebar .quick_links a.active {
  background: #f3f3f3;
  color: black;
}

@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media (max-width: 768px) {
  .about_cnt_wrapper {
    text-align: left;
    width: 100%;
  }

  .about_cnt_wrapper h3 {
    font-size: 30px;
  }

  .about_cnt_wrapper h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .privacy_wrapper .px-5,
  .refund_policy .px-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .term_wrapper .index-header,
  .privacy_wrapper .index-header,
  .refund_policy .index-header,
  .shiping_policy .index-header {
    padding-left: 0px;
    padding-right: 0px;
    line-height: normal;
    font-size: 25px;
  }

  .cookie_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_wrapper h2 {
    font-size: 18px;
  }

  .blog_wrapper h1 {
    font-size: 22px;
  }

  .blog_wrapper .social_wrapper {
    justify-content: flex-start !important;
    gap: 6px;
  }

  .blog_wrapper .social_wrapper .btn {
    font-size: 1rem;
  }

  .term_wrapper {
    padding-right: 0;
  }

  .term_wrapper .index-header {
    padding-left: 0;
  }

  .shiping_policy h4 {
    padding: 0 20px;
  }

  .pt-155 {
    padding-top: 90px;
  }

  .flex_wrap_xs {
    flex-wrap: wrap !important;
  }

  .d_none_xs {
    display: none !important;
  }

  .term_wrapper .fw-600 {
    font-size: 20px !important;
  }

  .privacy_wrapper h5,
  .refund_policy h5 {
    font-size: 20px;
  }

  .shiping_policy h4 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

.quick_links {
  padding: 0;
}

.term_wrapper .mt0 {
  margin-top: 0 !important;
}

.solution_container .main_head {
  font-size: 44px;
  font-weight: 600;
  color: white;
}

.solution_container p {
  font-size: 20px;
  color: white;
  margin-bottom: 0;
  margin-top: 20px;
}

.solution_container .banner_cnt {
  text-align: center;
  margin-bottom: 60px;
}

.solution_container .card_body li {
  padding: 40px 0;
  background: #5c9358;
  border-radius: 25px;
  width: 25%;
  color: white;
  text-align: center;
}

.solution_container .card_body li img {
  width: 100%;
}

.solution_container .card_body li .learn-more {
  color: white;
  border: 1px solid #fff;
  padding: 15px 23px 16px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.5s !important;
}

.solution_container .card_body li .learn-more:hover {
  background: #458040;
  /* border-color: #458040; */
  text-decoration: none;
}

.solution_container ul {
  display: flex;
  gap: 20px;
  padding: 0;
  justify-content: center;
}

.solution_container {
  padding: 140px 0 30px !important;
}

.solution_container .email_dynamic_img {
  width: 90% !important;
  transform: translate(-10px, 50px);
  margin-bottom: 60px !important;
}

.nfc_solution {
  margin-top: 100px;
  background: white;
  padding: 50px 0 !important;
}

.nfc_solution .title_main {
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
}

.nfc_solution .card_flip {
  width: 220px;
  height: 143px;
  object-fit: contain;
  position: relative;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  transform-style: preserve-3d;
}

.flip-container.hover .card_flip.hover {
  transform: rotateY(180deg);
}

.card_front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url("../images/card_front.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: url("../images/card-back.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotateY(180deg);
}

.nfc_card_list ul {
  gap: 25px;
  width: 80%;
  margin: auto;
  padding: 0;
}

.nfc_card_list li {
  text-align: center;
  border-radius: 26px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background: white;
  display: flex;
  flex: 1;
  box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.08);
}

.nfc_card_list li .card-text h4 {
  margin-top: 20px;
}

.nfc_card_list li .card-text h5 {
  white-space: normal;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}

.nfc_card_list li .card-text p {
  font-size: 14px;
  color: #5e5e5e;
}

.nfc_card_list li .card-text .link {
  color: black;
  border: 1px solid #000;
  padding: 15px 23px 16px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}

.nfc_card_list .price-text {
  color: #272829;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.nfc_card_list .shipping {
  color: #272829;
  margin-bottom: 16px;
  font-size: 13px;
}

.benefit_card .benefits_content {
  padding: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  width: 60%;
  flex-wrap: wrap;
}

.benefit_card .card_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.benefit_card {
  padding: 80px 0 !important;
}

.benefit_card .card_holder img {
  width: 380px;
  display: block;
  margin: 20px 0;
}

.benefit_card .benefits_content li {
  width: 40%;
}

.benefit_card .card_holder {
  text-align: center;
}

.link_cm {
  color: black;
  border: 2px solid #000;
  padding: 15px 23px 16px;
  border-radius: 35px;
  font-size: 14px;
  line-height: 10px;
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s !important;
  display: inline-block;
}

.link_cm:hover {
  color: white;
  border: 2px solid #458040;
  background: #458040;
  text-decoration: none;
}

.benefit_card .title_main {
  text-align: center;
  margin-bottom: 40px;
  font-size: 44px;
}

.navbar-main .navbar-nav>li.solutions {
  display: block;
}

.navbar-main .navbar-nav>li.solutions:hover .solution-dropdown-content {
  display: block;
}

.solution-dropdown-content {
  display: none;
  border: 0;
  position: absolute;
  width: 220px;
  padding: 0 10px;
  padding-top: 27px;
}

.nav_submenu {
  background: #5c9358;
  border-radius: 5px !important;
  float: left;
  width: 100%;
  padding: 10px 0;
  line-height: 15px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.nav_submenu li {
  padding: 0 10px;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 5px 0;
}

.nav_submenu a {
  float: left;
  width: 100%;
  padding: 0.6rem 0.9rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 500;
  margin: 0px 0 !important;
  transition: all 0.3s;
  border: 1px solid #5c9358;
  border-radius: 40px;
}

.nav_submenu a:hover {
  border: 1px solid #fff;
  padding-left: 20px;
}

.menu_top {}

.benefit_card .benefits_content li h3 {
  font-size: 20px;
  font-weight: 500;
}

.benefit_card .benefits_content li p {
  font-size: 14px;
}

.vcard-img .logo_holder img {
  object-fit: cover;
}

.main-section .main-bg .twin-image .profile-img .pro-img {
  height: 120px;
  max-height: 120px;
  min-width: 120px;
  width: 120px;
}

.twin-image .profile-img {
  top: -25px !important;
  width: 50% !important;
  left: -15px !important;
  padding: 0 !important;
}

.twin-image .logo_holder {
  top: -20px !important;
  right: -10px;
  width: 7.5em;
  height: 4.5em;
  z-index: 99;
}

.twin-image .logo_holder img {
  object-fit: contain;
}

.view_only_mob {
  display: none;
}

.view_only_web {
  display: block;
}

.complete_solution_card img {
  width: 60%;
  margin: auto;
}

.business_page .main_title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
}

.img_business {
  width: 60%;
  margin: auto;
  display: block;
}

.analytics_img {
  width: 90%;
  float: right;
}

.brand_custom_img {
  width: 75%;
  display: block;
  margin: auto;
  transform: translate(50px, 10px);
}

@media (max-width: 1600px) {
  .solution_container .card_body li {
    width: 30%;
  }

  .solution-dropdown-content {
    padding-top: 21px;
  }

  .solution_container .card_body li h4 {
    font-size: 21px;
  }
}

@media (max-width: 1280px) {
  .solution_container .card_body li {
    width: 100%;
  }

  .solution_container .card_body li h4 {
    font-size: 17px;
  }

  .solution_container .index-container-content {
    padding: 2rem 4.15rem;
  }
}

@media (max-width: 1200px) {
  .solution-dropdown-content {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .navbar-main .navbar-nav>li.solutions {
    display: none;
  }

  .solution_container ul {
    flex-wrap: wrap;
  }

  .solution_container .main_head {
    font-size: 24px;
  }

  .solution_container {
    padding: 100px 0 0px !important;
  }

  .solution_container .banner_cnt {
    margin-bottom: 30px;
  }

  .solution_container .index-container-content {
    padding: 15px;
  }

  .solution_container .card_body li .learn-more {
    margin-top: 0;
  }

  .solution_container .card_body li {
    padding: 30px 0;
  }

  .view_only_mob {
    display: block;
  }

  .view_only_web {
    display: none;
  }

  .fixed_header_menu .navbar-nav>li {
    margin: 0 !important;
  }

  .fixed_header_menu.navbar-light .navbar-nav .nav-link {
    padding: 8px 20px !important;
  }

  .vcard19 .vcard__profile {
    flex-direction: row !important;
    padding: 0px 15px !important;
  }
}

.biolinkpreviewer {
  /*background: var(--previewbg);*/
  background: transparent;
  border-radius: 12px;
}

.avatar-basic-info {
  color: var(--avatarcolor) !important;
  background: transparent;
}

.vcard-wrapper .main-content {
  max-width: 468px !important;
}

.translate-left {
  transform: translate(-85%, -45%) !important;
}

.translate-right {
  transform: translate(14%, 0%) !important;
}

.vcard-wrapper .social-icons svg {
  color: var(--iconcolor);
}

.fixed_header_menu.navbar-light .navbar-nav .nav-link svg {
  width: 14px;
  padding-left: 5px;
  padding-top: 3px;
  height: 15px;
}

.fixed_header_menu.navbar-light .navbar-nav .nav-link svg path {
  fill: white;
}

a:not(.dropdown-item):not(.btn):not(.nav-link) {
  transition: all 0.3s !important;
}

.solution_mob_view .dropdown .dropdown-menu {
  padding: 0;
  background: transparent;
  border: 0;
  padding-top: 12px;
}

.solution_mob_view .dropdown .dropdown-menu .nav-link {
  margin-bottom: 12px !important;
  background: #3f743b;
  border-color: #5c9358;
}

.solution_mob_view .dropdown .dropdown-menu .nav-link:last-child {
  margin: 0 !important;
}

.solution_mob_view .nav-link {
  display: flex;
  justify-content: space-between;
}

.solution_mob_view .dropdown-toggle::after {
  display: none !important;
}

.solution_mob_view .dropdown.show .arrow_down {
  transform: rotate(180deg);
}

.solution_mob_view .dropdown .arrow_down {
  transform: rotate(0deg);
}

.menu-btn {
  width: 22px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.menu-bar {
  width: 100%;
  height: 2px;
  background-color: white;
  transition: transform 0.3s ease;
}

.menu-open .menu-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-bar:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.title_main_head {
  font-size: 2.6em;
  color: #31363f;
  width: 50%;
  margin: auto;
  font-weight: 600;
}

.m0 {
  margin: 0 !important;
}

.email_banner {
  margin: auto;
  width: 70%;
}

.card_list_email {
  display: flex;
  gap: 60px;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

.card_list_email li {
  padding: 50px 45px;
  border-radius: 15px;
  background: #f5f5f5;
  width: 40%;
}

.card_list_email li .content {
  text-align: center;
  padding-top: 15px;
}

.card_list_email li h6 {
  font-size: 22px;
  color: black;
  font-weight: 700;
}

.card_list_email li p {
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.card_list_email li a {
  background: transparent;
  padding: 14px 40px;
  border-radius: 50px;
  border: 1px solid #458040;
  margin-top: 12px;
  display: inline-block;
  font-weight: 500;
}

.card_list_email li a svg path {
  fill: #fff;
}

.card_list_email li a svg {
  margin-left: 5px;
}

.provider_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  padding: 0;
}

.provider_list li {
  width: 140px;
  background: #5c93583d;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.provider_list li span {
  display: inline-block;
  width: 100%;
}

.provider_list li svg {
  width: 100%;
  height: 100%;
}

.provider_list li p {
  margin-bottom: 0;
  padding-top: 10px;
  font-weight: 500;
  font-size: 16px;
}

.socials-icon-color {
  width: 27%;
}

@media (max-width: 768px) {
  .title_main_head {
    width: 100%;
    font-size: 1.6rem;
  }

  .card_list_email li {
    width: 100%;
    padding: 20px;
  }

  .provider_list li p {
    font-size: 11px;
  }

  .provider_list {
    gap: 10px;
    margin-top: 30px;
  }

  .emailSignature-container .index-container {
    padding: 1rem 0 1rem !important;
  }

  .emailSignature-container .bg_green {
    padding: 4rem 0 1rem !important;
  }

  .card_list_email {
    padding-left: 0;
    gap: 20px;
    margin-top: 20px;
  }

  .container.vcard-wrapper {
    padding: 0px !important;
  }
}

.profile-type-wrapper input {
  display: none;
}

.profile-type-wrapper label {
  cursor: pointer;
}

.profile-type-wrapper label {
  background: #f0f0f0;
  border-radius: 0.3rem;
  padding: 0.2rem 1rem !important;
  margin: 0;
  margin-right: 0px;
  border: 1px solid #f0f0f0;
  font-size: 11px;
}

.toggle-button-wrapper {
  padding: 0.25rem 3rem;
}

.wallpaper-wrapper .toggle-button-wrapper .custom-control {
  margin-right: 2.75rem;
  width: 190px;
  margin-bottom: 19px;
}

.toggle-button-wrapper .custom-control {
  margin-right: 2.75rem;
}

.font-wrapper .btn-group-toggle div label {
  font-size: 0.75rem;
}

.profile_contact_list.card-edit-box .social-icon svg {
  height: 24px;
}

.profile_contact_list.card-edit-box .social-icon.selected {
  box-shadow: none !important;
  border: 0;
  cursor: default;
}

.profile_contact_list.card-edit-box .social-icon.selected:before {
  content: "";
  background-image: url(../images/correct.png);
  width: 16px;
  display: inline-block;
  position: absolute;
  height: 16px;
  top: 3px;
  right: 3px;
  background-size: contain;
}

.picker_wrapper .color-box {
  margin-left: 0.5rem;
}

.picker_wrapper .color-boxes {
  position: absolute;
  width: 275px;
  background: #fcfcfc;
  padding: 0.25rem 0.5rem;
  z-index: 99;
  border-radius: 7px;
  top: 65px;
  left: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}

.picker_wrapper .pickr .pcr-button {
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.35rem;
}

.picker_wrapper .pickr .pcr-button::before,
.picker_wrapper .pickr .pcr-button::after {
  border-radius: 0.35rem;
}

.card_list_email li img {
  width: 100%;
}

.blocktheme-wrapper .settings-block {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.blocktheme-wrapper .settings-block label {
  position: static !important;
}

.curved-card {
  border-radius: 12px;
}

.bg-transparent {
  background: transparent !important;
}

.addlink-wrapper {
  gap: 40px;
}

#settings_font_size {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  padding: 10px;
  height: 56px;
}

.color-box-wrapper {
  width: 50%;
  display: flex;
}

#background_type_image .form-group {
  position: relative;
}

#background_type_image_input {
  padding: 0.5rem 1rem;
}

.qr-icon-wrapper {
  display: flex;
  gap: 12px;
}

#background_type_gradient {
  display: flex;
  gap: 12px;
}

.avatar-profile-wrapper {
  min-height: 75px;
}

.settings_card_list {
  background: transparent;
  border: none;
}

.settings_card_list .active {
  background-color: #ebeef1;
  border-radius: 5px;
}

.cursor-default {
  cursor: default !important;
}

.number_field_form {
  width: calc(100% - 90px);
  margin-left: 89px !important;
}

.select_country_code {
  position: absolute;
  border: 2px solid #e5e8eb !important;
}

.label_select_phone {
  left: 104px !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .addlink-wrapper {
    gap: 28px;
  }

  .linkrowstyling .btn {
    font-size: 0.75rem;
  }

  .biolinkselem .links-btn {
    font-size: 11px;
  }

  .biolinkselem .links-btn.darkbtn {
    font-size: 12px;
  }

  .biolinkauto .col-md-6 {
    font-size: 12px;
  }

  .biolinkauto .copy-url {
    font-size: 10px;
  }

  .biolink-preview .biolink-preview-iframe-container {
    /* width: 280px;
    height: 600px; */
    transform: scale(.6);
    max-height: none;
    top: -40px;
  }

}

.share_digital_modal .share_items {
  padding: 0;
}

.share_digital_modal .share_items a {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.share_digital_modal .share_items .name {
  width: 100%;
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
  color: #444;
}

.share_digital_modal .share_icon {
  width: 24px;
  height: 24px;
}

.share_digital_modal .right_arrow {
  width: 16px;
  height: 16px;
}

.share_digital_modal .copyValue input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 11px;
  border-radius: 6px;
  font-size: 13px;
}

.share_digital_modal .copyValue {
  position: relative;
}

.share_digital_modal .text_copy_btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  border: 0;
  background: transparent;
  font-size: 13px;
}

.share_digital_modal .signup_btn_wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: 12px 0 !important;
}

.signup_btn_wrapper .btn {
  background: gray;
  font-size: 12px;
  width: 100%;
  border-radius: 30px;
  padding: 11px;
}

.signup_btn_wrapper .btn.fill {
  background: black;
  color: white !important;
}

.signup_btn_wrapper .btn.outline {
  color: black;
  background: white;
  border: 1px solid #ccc;
}

.share_digital_modal .modal-footer {
  justify-content: left;
  padding: 0;
}

.share_digital_modal .modal-body,
.share_digital_modal .modal-header,
.share_digital_modal .modal-footer {
  padding: 25px;
}

.share_digital_modal .modal-footer h5 {
  font-size: 16px;
  font-weight: bold;
}

.share_digital_modal .modal-footer p {
  font-size: 12px;
  font-weight: 500;
}

.share_digital_modal .modal-content {
  padding: 0;
}

.share_digital_modal a.page_report {
  display: flex;
  align-items: center;
  padding: 15px 25px;
  width: 100%;
  align-items: center;
  border-top: 1px solid #ccc;
  color: #444;
}

.share_digital_modal a.page_report p {
  margin: 0;
  width: 100%;
  width: 100%;
  padding: 0 15px;
  font-weight: 500;
  font-size: 15px;
}

.share_digital_modal .modal-title {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.share_digital_modal .modal-header {
  padding-bottom: 0;
}

.share_digital_modal .modal-body {
  padding-top: 10px;
}

.share_digital_modal .modal-header .close {
  margin: -1.5rem -1rem -1rem auto;
  font-size: 2.5rem;
}

.file-upload-alert {
  color: red;
  font-size: 11px;
  margin-bottom: 0.25rem;
}

.customize_wrapper {
  padding: 0 30px 30px;
  display: flex;
  justify-content: space-between;
}

.select_bg button {
  height: 33.33px;
  width: 33.33px;
  border-radius: 10px;
  position: relative;
  border: 1px solid black;
  margin: 0 5px;
}

.select_bg button::after {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: -0.35rem;
  width: calc(100% + 0.7rem);
  height: calc(100% + 0.7rem);
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border 0.2s;
  transition: border 0.2s;
}

.select_bg button.active::after {
  border-color: black;
}

.select_bg button.black {
  background: black;
}

.select_bg button.white {
  background: white;
}

.image_upload_wrapper {
  border-radius: 6px;
  border: 1px dashed #ccc;
  padding: 1.5rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  height: 100%;
}

.image_upload_wrapper input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  /* visibility: hidden; */
}

.image_upload_wrapper p {
  font-size: 12px;
  font-weight: 700;
}

.image_upload_wrapper label {
  font-size: 11px;
}

.cropper-canvas {
  width: 100%;
  height: auto;
  transform: none;
}

.cropper-canvas img {
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: contain;
}

.cropper-container {
  /*width: 340px !important;*/
  width: auto !important;
  height: 200px;
}

.remove_selected_img {
  background: transparent;
  border: 0;
  left: 20px;
  position: absolute;
}

.remove_selected_img svg {
  color: #7c7c7c;
}

.img_upload_modal .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  transform: translate(-30%, 0px) !important;
}

.img_upload_modal .modal-content {
  border: 0;
  padding: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35), 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  max-height: 520px;
}

button.imgfit {
  background: transparent;
  border: 1px solid darkgrey;
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 10px;
}

button.imgfit.active {
  border-color: black;
}

.vcard__profile .logo_holder img.img-dc_logo {
  object-fit: cover;
}

.vcard19 .vcard__profile .logo_holder img.img-dc_logo {
  box-shadow: 0 2px 4px 0 rgba(22, 29, 37, 0.1);
  object-fit: contain;
  object-position: center center;
}

.img_upload_modal .cropper-container {
  height: 250px !important;
  overflow: auto;
}

.img_upload_modal .modal-dialog {
  width: 500px;
}

.img_upload_modal .modal-footer .btn {
  font-size: 14px;
  padding: 7px 22px;
  border-color: #1a73e8;
  font-weight: 600;
}

.img_upload_modal .modal-footer .btn-primary {
  color: white;
  background: #1a73e8;
}

.img_upload_modal .modal-footer .btn-secondary {
  background: transparent;
  color: #1a73e8;
}

.img_upload_modal .modal-footer {
  padding: 10px 30px;
}

.img_upload_modal .modal-body {
  padding: 30px;
}

.img_upload_modal .modal-header {
  border-bottom: 1px solid #e5e8eb;
  padding: 16px 30px;
}

.img_upload_modal .modal-title {
  font-size: 16px;
}

.ui-widget.ui-widget-content {
  height: 5px;
  border: 0;
  background: #c5c5c5;
  width: 75%;
  margin: auto;
  position: relative;
  margin-bottom: 22px;
}

.ui-slider-horizontal .ui-slider-range-min {
  background: dimgrey;
}

.img_upload_modal .ui-widget-content .ui-state-focus:before,
.img_upload_modal .ui-widget-content .ui-state-default:before {
  content: "";
  width: 12px;
  height: 12px;
  background: green;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

.img_upload_modal .ui-widget-content .ui-state-focus,
.img_upload_modal .ui-widget-content .ui-state-default {
  background: white;
  border-color: rgb(195, 195, 195);
  border-radius: 50%;
  position: relative;
  width: 25px;
  display: block;
  height: 25px;
  top: -11px;
}

.zoombtn {
  position: absolute;
}

#zoom-in,
#zoom-in-logo,
#zoom-in-profile {
  right: -39px;
  border: 0;
  background: transparent;
  top: -9px;
}

#zoom-out,
#zoom-out-logo,
#zoom-out-profile {
  left: -39px;
  border: 0;
  background: transparent;
  top: -9px;
}

.img_upload_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
}

.img_upload_btn_logo {
  border: 0;
  background: none;
}

/* .modal-backdrop {
  display: none !important;
} */
.img_upload_modal {}

@media (max-width: 1700px) {
  .img_upload_modal .modal-dialog {
    transform: translate(-30%, 0px) !important;
  }
}

@media (max-width: 1400px) {
  .img_upload_modal .modal-dialog {
    transform: translate(-34%, 0px) !important;
  }
}

@media (max-width: 1200px) {
  .img_upload_modal .modal-dialog {
    transform: translate(-35%, 0px) !important;
  }
}

@media (max-width: 425px) {
  .col-sm-12 {
    width: 94% !important;
  }

  .biolink-links-new-wrapper .new-links-manage-options {
    margin-bottom: 12px;

  }

  .biolink_block.card.link-block-card {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .img_upload_modal .modal-dialog {
    width: 100%;
    transform: translate(0%, 0px) !important;
  }

  /* .biolink-links-new-wrapper .new-links-manage-options{
    margin-top: 14px;
  } */
}

.show-prev-btns-mob,
.show-prev-dashboard-btns-mob {
  display: none !important;
}

.img-edit-button {
  border: 0;
  background: none;
}

.imageditpart {
  position: relative;
}

.imageditpart .img-edit-button,
.p-edit {
  position: absolute;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  right: 8px;
  color: #fff;
}

.p-edit {
  align-items: center;
}

.p-edit svg {
  fill: #fff;
  width: 13px;
  height: 13px;
}

.btn-add-link {
  color: #007bff;
  font-size: 11px;
  margin: 0;
  float: right;
  font-weight: 500;
  padding: 1px 3px;
}

.btn-add-link:hover {
  text-decoration: underline !important;
  color: #007bff;
}

.btn-remove-link {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #7b888d;
}

.btn-remove-link:hover {
  color: #444;
}

.social-more-block .email-block:not(:first-child),
.social-more-block .phone-block:not(:first-child) {
  margin-left: 30px;
}

.btn-remove-link {
  z-index: 1;
}

.profile-pic-group .btn-block {
  font-size: 12px;
}

.theme-settings-wrapper label {
  font-size: 12px;
}

.theme-settings-wrapper .border-shadow-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.theme-settings-wrapper .settings-block-row {
  width: 100%;
  flex-wrap: nowrap;
  gap: 12px;
  padding-left: 1rem !important;
}

.sub-link-text {
  color: #35ad6c !important;
  font-size: 12px;
  font-weight: 600;
}

.qr-gradient-wrapper {
  display: flex;
  gap: 12px;
}

.password-eye-icon {
  top: 0px;
  right: 0px;
}

.tpl-phone-list {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
}

.tpl-phone-list .tpl-phone-tag {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.tpl-phone-list .tpl-phone {
  font-size: 14px !important;
}

.card {
  width: 100%;
}

.list-bgdullred {
  background: #ffd3d3;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.templateinfobox ul {
  padding-left: 14px;
}

.templateinfobox ul li {
  list-style: disc;
  margin-bottom: 7px;
  font-size: 14px;
}

.customized-tabs-tables .nav-pills .nav-link.active {
  color: inherit;
  background-color: transparent;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.customized-tabs-tables .nav-pills .nav-link {
  color: #000;
  font-weight: 600;
  padding: 0.5rem 1.9rem 1rem 1.9rem;
  border-bottom: 2px solid #ccc;
  border-radius: 0px;
}

.custom-tabinfo {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 16px;
}

._1rk4rkz0 {
  margin-left: 6px;
}

.profile_details_section .create_account_form .form_title {
  width: 100%;
  padding-left: 0px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  accent-color: #000;
}

.picker_wrapper .picker.checked {
  border-color: var(--ibcolor);
}

.picker_wrapper .color-box-wrapper .picker.checked {
  display: flex;
  align-items: center;
  justify-content: center;
}

.picker_wrapper .color-box-wrapper .picker {
  height: 33px;
  border-radius: 50%;
}

.login-link {
  color: #0069d9;
  cursor: pointer;
  font-size: 13px;
}

.wcl5177 {
  width: 100%;
  padding: 1px;
  z-index: 11;
  background: linear-gradient(90deg,
      rgb(31, 218, 210) 0%,
      rgb(31, 218, 210) 0%,
      rgb(31, 218, 210) 0%);
  box-shadow: 0px 4px 16px 0px #1b22321f;
  border-radius: 18px;
  margin-bottom: 31px;
}

.wcl5178 {
  border: 1px solid transparent;
  padding: 24px 16px 16px;
  position: relative;
  background: #ffffff;
  background-color: rgb(255, 255, 255);
  background-size: auto;
  max-height: 100%;
  border-radius: 18px;
  background-size: auto 100%;
  background-color: #f6fcff;
}

.wcl5202 {
  min-height: 0px;
}

.wcl5180 {
  display: flex;
  padding: 0 8px;
  padding-bottom: 0px;
  align-items: center;
  padding-bottom: 16px;
}

.wcl5181 {
  display: flex;
  flex-direction: column;
}

.wcl5181 span:first-child {
  font-size: 19px;
  font-weight: 600;
}

.wcl5181 span:last-child {
  color: #4f4f4f;
  font-size: 14px;
}

.wcl5185 {
  width: 100%;
  position: relative;
  transition: height 0.4s ease-in-out;
}

.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, transition;
  width: 100%;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 25%;
  flex: 1 1 auto;
  position: relative;
}

.wcl5187 {
  margin: 0 8px;
  padding: 1px;
  border-radius: 12px;
}

.wcl5189 {
  cursor: default;
  background-color: #e7edf0;
}

.wcl5188 {
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 124px;
  padding: 7px 15px;
  position: relative;
  min-width: 250px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  background-color: #ffffff;
  font-size: 14px;
}

.wcl5188.wclht10 {
  height: 150px;
}

.wcl5188 div:first-child {
  color: #ffffff;
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 500;
  border-radius: 50%;
  justify-content: center;
  background-color: #29aef8;
}

.wcl5191 {
  display: flex;
  padding-top: 12px;
  padding-bottom: 8px;
  justify-content: space-between;
}

.wcl5192 span {
  color: #818181;
}

.wcl5191 span {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.wcl5188 .spanhead {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.wcl5188 .spansub {
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.wcl5186 {
  margin: 0 8px;
  padding: 1px;
  border-radius: 12px;
}

.wcl356head {
  display: flex;
  align-items: center;
  margin-left: 15px;
  justify-content: center;
}

.wcl356headico {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(224, 224, 224);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0px;
}

.profilesholder {
  inset: 0px;
  overflow: hidden;
  margin-right: -17px;
  margin-bottom: -17px;
}

.proreactvirtualized {
  box-sizing: border-box;
  direction: ltr;
  position: relative;
  will-change: transform;
}

.proreactvirtualized__innerscrollcont {
  overflow: hidden;
  position: relative;
  padding: 0px 20px;
  /* width: 88%; */
  /* padding-bottom: 126px; */
}

.cardproblocks {
  border-radius: 18px;
  background-color: rgb(255, 255, 255);
  height: 320px;
  margin-right: 20px;
  box-shadow: inset 0 0 0 0px #dbdde4, 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 0px;
  margin-bottom: 30px;
}

.CreateCardBlock {
  border: 1px dashed #d1d1d1;
}

.CreateCardBlock .wcl258 {
  width: 100%;
  cursor: pointer;
  height: 315px;
  display: flex;
  padding: 7px 0 24px 0;
  align-items: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: end;
  background-color: #ffffff;
}

.CreateCardBlock .wcl260 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.CreateCardBlock .wcl259 {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #f7f7f7;
}

.ccardblock-footer {
  padding-top: 6px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.wcl235 {
  width: 100%;
  cursor: pointer;
  height: 320px;
  display: flex;
  padding: 7px 0 24px 0;
  padding-top: 7px;
  align-items: center;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  opacity: 1;
  cursor: pointer;
  padding-top: 0px;
}

.cardproheader {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.cardproheaderbanner {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.wcl236 {
  width: calc(100% - 12px);
  height: 137px;
  position: relative;
}

.wcl237 {
  width: 100%;
  height: 140px;
  position: relative;
  border-radius: 18px;
  background-size: cover;
  background-color: #a9a5a54d;
}

.wcl240 {
  top: 76px;
  left: 17%;
  border: 6px solid #ffffff;
  position: absolute;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #ffffff;
}

.wcl155 {
  position: relative;
  width: 100px;
  height: 100px;
}

.cardproheaderpropic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.cardproheadernopropic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  background: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
}

.wcllogo240 {
  right: -10%;
  border-radius: 1%;
  top: 82px;
  border: 4px solid #ffffff;
  position: absolute;
  transform: translateX(-50%);
  background-color: #ffffff;
  border-radius: 4px;
}

.wcllogo155 {
  position: relative;
  width: 110px;
  height: 65px;
  background: var(--logobg);
}

.cardproheaderclogo {
  border-radius: 3%;
  height: 65px;
  width: 110px;
  object-fit: cover;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.cardprodetails {
  position: relative;
  display: flex;
  max-width: 115%;
  width: 100%;
  justify-content: center;
}

.cursor-default {
  cursor: default;
}

.wcl241 {
  width: 75%;
  height: 105px;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 42px;
  flex-direction: column;
}

.wcl254 {
  width: 100%;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}

.wcl243 {
  color: #000000;
  height: 24px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.wcl242 {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.cardprofooter {
  display: flex;
  align-items: center;
  width: auto;
  justify-content: space-between;
  margin-top: 7px;
}

.wc0l45 {
  text-align: center;
  color: rgb(79, 79, 79);
  font-weight: 600;
  font-size: 12px;
}

.wcl244:last-child {
  font-weight: 600;
  margin-bottom: 0;
}

.wcl244 {
  color: #4f4f4f;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.MuiButton-text {
  padding: 6px 8px;
}

.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  height: 40px;
  padding: 6px 16px;
  font-size: 12px;
  min-width: 64px;
  box-shadow: 0px 2px 5px 0px #0000000f;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-weight: 600;
  line-height: 1.75;
  border-radius: 100px;
  text-transform: none;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

/*.outlined-white {
  color: #4f4f4f !important;
    font-weight: 500 !important;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #dbdde4;
    padding: 1rem 1.5rem;
    max-width: 100%;
    transition: background-color .2s ease,transform .2s ease,opacity .2s ease,box-shadow .2s ease,outline 60ms ease;
    white-space: nowrap;
    border-radius: 8px;
    margin-right: 15px;
}*/

.outlined-white {
  font-weight: 600 !important;
  background-color: #f3f4f6;
  box-shadow: inset 0 0 0 0px #dbdde4;
  padding: 1rem 1.5rem;
  max-width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease,
    box-shadow 0.2s ease, outline 60ms ease;
  white-space: nowrap;
  border-radius: 8px;
  margin-right: 15px;
  font-size: 13px;
}

.no-margin-right {
  margin-right: 0px !important;
}

.contained-primary {
  color: #fff !important;
  font-weight: 500 !important;
  background-color: #000;
  padding: 1rem 1.5rem;
  max-width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease,
    box-shadow 0.2s ease, outline 60ms ease;
  white-space: nowrap;
  border-radius: 8px;
  margin-right: 15px;
}

.contained-buttons {
  color: #fff !important;
  font-weight: 500 !important;
  background-color: #000;
  padding: 1rem 1.5rem;
  max-width: 100%;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease,
    box-shadow 0.2s ease, outline 60ms ease;
  white-space: nowrap;
  border-radius: 8px;
  margin-right: 15px;
}

.contained-primary-rounded {
  border-radius: 20px;
}

.contained-dc-btn {
  color: #fff !important;
  background-color: #087628;
}

.contained-bio-btn {
  color: #fff !important;
  background-color: #1870e4;
}

.contained-store-btn {
  color: #fff !important;
  background-color: #c6221f;
}

.contained-all-btn {
  color: #fff !important;
  background-color: #000;
}

.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.z-10 {
  z-index: 10;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-t {
  border-top: 1px solid #ccc;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
}

.flex-col {
  flex-direction: column;
}

.m-87cf2631 {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  color: inherit;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  width: 200px;
}

.leading-4 {
  line-height: 1rem;
}

.text-xs {
  font-size: 0.69rem;
  line-height: 1rem;
  padding-top: 7px;
  font-weight: 600;
  letter-spacing: 0.04rem;
}

.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.top-\[-50\%\] {
  top: -50%;
}

.footer-mob-static .p-3 {
  padding: 0.45rem !important;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-bottom: 0.1rem !important;
  padding-top: 0.8rem !important;
}

.woi_v5_0218832 {
  fill: white !important;
}

.bottom-3 {
  bottom: 0.1rem;
}

.footer .m-8d3f4000 {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 57px;
  height: 57px;
  /* border-radius: 50%;
  background: #eff6ff;
  color: #2563EB !important; */
  border-radius: 22%;
  background: #000;
  color: #fff !important;
  cursor: pointer;
}

.m-86a44da5,
.m-8d3afb97 {
  align-items: center;
  justify-content: center;
}

.m-8d3afb97 {
  display: flex;
  transition: transform 0.15s ease, opacity 0.1s ease;
  width: 100%;
  height: 100%;
}

.footer-mob-static {
  display: none !important;
}

#footer_account_menu.modal {
  transition: transform 0.3s ease-out;
  /* Slide effect */
  transform: translateY(100%);
  overflow: hidden;
}

#footer_account_menu.modal.show {
  display: block;
  transform: translateY(0);
  /* Slide into view */
}

#footer_account_menu .modal-dialog {
  margin-bottom: 0 !important;
}

#footer_link_share_menu.modal,
#footer_link_option.modal,
#profile_link_share.modal {
  transition: transform 0.3s ease-out;
  /* Slide effect */
  transform: translateY(100%);
  overflow: hidden;
}

#footer_link_share_menu.modal.show,
#footer_link_option.modal.show,
#profile_link_share.modal.show {
  display: block;
  transform: translateY(0);
  /* Slide into view */
}

#footer_link_share_menu .modal-dialog,
#footer_link_option .modal-dialog,
#profile_link_share .modal-dialog {
  margin-bottom: 0 !important;
}

.app-sidebar .closebreak {
  display: none !important;
  right: -3px;
  top: -9px;
}

.link-sidebar {
  /*margin: 10px 9px;*/
  --tw-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 6px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /*border-radius: 31px;*/
  min-width: 270px;
  max-width: 270px;
  /*height: 98%;*/
}

.link-sidebar .app-sidebar-links>li {
  padding: 0.15rem calc(0.75rem - 6px) 0.15rem 1rem;
  margin-bottom: 0px !important;
}

.link-sidebar .app-sidebar-links>li.navlinks {
  position: relative;
}

.link-sidebar .navbar-logo {
  max-height: 1.5rem;
  height: 1.5rem;
}

.link-sidebar .app-sidebar-links>li.linksidebarli::before {
  content: "";
  background-color: #000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 5px;
  height: 2.4rem;
  left: 2px;
  top: 0;
  position: absolute;
}

.link-sidebar .app-sidebar-links-wrapper {
  overflow: hidden;
}

.link-sidebar .app-sidebar-links>li.active>a:not(.default) {
  color: #000 !important;
}

.link-sidebar .app-sidebar-links>li>a,
.link-sidebar .app-sidebar-links>li>button {
  font-size: 12px;
  border-radius: 0.7em;
  /*font-weight: 600;*/
}

.link-sidebar .app-sidebar-links>li>a.active-child {
  background: #f0f1f5 !important;
}

.link-sidebar .app-sidebar-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  margin-right: 1rem !important;
}

.app-sidebar-links>li.linksidebar-info-corner {
  position: fixed;
  bottom: 87px;
  width: 287px;
  left: 0px;
}

.linksidebar-info-corner .bg-marble {
  /*background: #dfecfc;
  border-radius: 10px;*/
  padding: 0.5rem !important;
  border: 2px solid transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181))
}

.link-sidebar .app-sidebar-footer {
  position: fixed;
  bottom: 12px;
  width: 261px;
  left: 0px;
}

.link-sidebar .app-sidebar-links>li>a.dropdown-toggle {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.link-sidebar .app-sidebar-links>li>a.dropdown-toggle:hover {
  background: transparent;
  border: 1px solid #929292;
}

.link-sidebar .wcl163 {
  position: absolute;
  right: 20px;
}

.link-sidebar .app-sidebar-footer .app-sidebar-footer-block:hover {
  background: transparent;
  color: var(--gray-600);
}

.link-sidebar .app-divide {
  position: fixed;
  bottom: 32px;
  width: 253px;
}

.splsetbtn .btn-primary-round {
  border-radius: 8px;
  padding: 0.7rem 1.2rem;
  width: 219px !important;
  height: 45px;
  font-size: 0.9rem;
}

.preview-button-container-mobile {
  display: none !important;
}

.preview-button-container-mobile {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 85px;
  width: 100%;
  justify-content: center;
  /* background-color: #fff;
  padding: 10px 0px; */
}

.template-header-close {
  display: none !important;
}

.preview-button-container-mobile .preview-button-mobile,
.preview-button-container-mobile button,
.header-preview,
.template-header-close .header-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: width 0.2s, padding 0.2s;
  color: #fff;
  border: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #000000 !important;
}

.m-a74036a {
  color: #fff;
  margin-right: 5px;
}

.preview-button-container-mobile .preview-btn-label {
  transition: opacity 0.2s;
  height: 28px;
}

.preview-button-container-mobile .preview-button-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.wcl233 {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.wcl260 {
  width: 185px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  padding-top: 21px;
  flex-direction: column;
  justify-content: space-between;
}

.wcl292 {
  padding-top: 0px;
}

.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.MuiList-root {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  list-style: none;
}

.MuiListItem-button {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiListItem-gutters {
  padding-left: 16px;
  padding-right: 16px;
}

.MuiListItem-root {
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-start;
  text-decoration: none;
}

.wcl302 {
  color: #3e3e3e;
  height: 42px;
  margin: 0;
  display: flex;
  font-size: 17px;
  align-items: center;
  font-weight: 600;
  padding-top: 8px;
  text-indent: 12px;
}

.wcl293 {
  color: #f9f9f9;
  width: 100%;
  height: 42px;
  padding: 0px;
  background: transparent;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 2px;
}

.wcl294 {
  background-color: #f2f2f2;
}

.wcl299 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
}

.wcl298 {
  min-width: 25px;
}

.wcl300 {
  width: 20px;
  display: flex;
  max-height: 10px;
  align-items: center;
  justify-content: center;
}

.MuiListItemText-root {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}

.wcl295 {
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
  padding-left: 4px;
  text-overflow: ellipsis;
  letter-spacing: 0;
  color: rgb(79, 79, 79);
}

.wcl297 {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.wcl301 {
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
}

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.jnwlk-innertab.active {
  display: block;
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(0, 0) rotate(var(--tw-rotate)) skewX(0) skewY(0) scaleX(1) scaleY(1);
}

.cardcreator-right {
  width: 80%;
  border-left: 2px solid #e5e5e3;
  padding: 36px;
  min-height: 900px;
}

.adddltsformheadtitle {
  font-size: 20px;
}

.visibleinmbole {
  display: none !important;
}

.imageditpart-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.social-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

#change_card_layout_modal .modal-content {
  border-radius: 23px;
}

#change_card_layout_modal .modalheader {
  padding: 1.3rem !important;
  border-bottom: 1px solid #ececec;
  margin-bottom: 21px;
}

#change_card_layout_modal .main-leading-heading {
  font-size: 19px;
}

.CardLayouts_layout-preview-slide[data-current="true"] {
  border: 2px solid #1a73e8;
}

.CardLayouts_layout-preview-slide {
  /*margin: 0 12px;*/
  border-radius: 14px;
  height: 88%;
  outline: inherit;
  border: 1px solid #d0d2d3;
  overflow: hidden;
  width: 150px;
  position: relative;
  background: #fff;
}

.slideHorizontal___1NzNV {
  float: left;
  width: 12.5%;
  padding-bottom: 16%;
}

.slideHorizontalbio___1NzNV {
  float: left;
  width: 19%;
  padding-bottom: 25.5%;
}

.slide___3-Nqo {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  list-style-type: none;
}

.CardLayouts_layout-preview-slide__7ou5d {
  min-height: 10vh;
  outline-offset: 50px;
}

.CardLayouts_current-tick__afHGr,
.CardLayouts_suggested__5EH_F {
  position: absolute;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CardLayouts_current-tick__afHGr {
  width: 25px;
  height: 25px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0;
  right: 0px;
  background-color: #1a73e8;
}

.CardLayouts_layout-preview-slide .CardLayouts_card-header-container__Kn8g_ {
  border-radius: 12px;
  user-select: none;
}

.CardHeader_card-header___iC5M[data-image-type="profile"][data-empty="false"] {
  padding-top: 75%;
}

.CardHeader_card-header___iC5M::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 20px;
  background: linear-gradient(0deg, rgba(22, 29, 37, 0.05), transparent);
}

.CardHeader_card-header___iC5M[data-image-type="cover"][data-empty="false"],
.CardHeader_card-header___iC5M[data-image-type="logo"][data-empty="false"] {
  padding-top: 56.25%;
}

.CardHeader_card-header___iC5M[data-appearance="standalone"],
.CardHeader_card-header___iC5M[data-appearance="standalone"] .CardHeader_edit-banner-image-overlay__XUffr {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.CardHeader_card-header___iC5M[data-has-floating-images="false"] {
  margin-bottom: 0;
}

.CardHeader_card-header___iC5M {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24%;
}

.CardLayouts_card-fields-container__A91f7 {
  padding: 16px 12px 51px;
}

.CardLayouts_card-field-1__FRj5r {
  width: 95%;
}

.CardLayouts_card-field__8odo6 {
  margin-top: 8px;
  height: 16px;
  border-radius: 100px;
  background-color: #f3f4f4;
}

.CardLayouts_card-field-2__bTrJK {
  width: 75%;
}

.CardLayouts_card-field__8odo6 {
  margin-top: 8px;
  height: 16px;
  border-radius: 100px;
  background-color: #f3f4f4;
}

.CardLayouts_main {
  touch-action: none;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  touch-action: pan-y pinch-zoom;
  overflow-x: scroll;
}

.sliderAnimation___300FY {
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
  width: 154%;
  transform: translateX(0%) translateX(0px);
  flex-direction: row;
}

.sliderAnimationbio___300FY {
  transition: transform 0.5s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
  width: 154%;
  transform: translateX(0%) translateX(0px);
  flex-direction: row;
  width: 100%;
}

.sliderTray___-vHFQ {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.CardLayouts_layout-popover__uRSch {
  min-width: 30rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 15px;
}

.slideInner___2mfX9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CardLayouts_layout-preview-slide-content__4I0NO .CardLayouts_card-header-container__2dWuF {
  border-radius: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CardHeader_card-header__Lj757[data-image-type="cover"][data-empty="false"],
.CardHeader_card-header__Lj757[data-image-type="logo"][data-empty="false"] {
  padding-top: 56.25%;
}

.CardHeader_card-header__Lj757[data-has-floating-images="true"][data-floating-left="profile"] {
  margin-bottom: 13.5%;
}

.CardHeader_card-header__Lj757[data-appearance="standalone"],
.CardHeader_card-header__Lj757[data-appearance="standalone"] .CardHeader_edit-banner-image-overlay__DwMoa {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.CardHeader_card-header__Lj757 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24%;
}

.CardHeader_card-headerbio__Lj757[data-image-type="cover"][data-empty="false"],
.CardHeader_card-headerbio__Lj757[data-image-type="logo"][data-empty="false"] {
  padding-top: 17.25%;
}

.CardHeader_card-headerbio__Lj757[data-has-floating-images="true"][data-floating-left="profile"] {
  margin-bottom: 37.5%;
}

.CardHeader_card-headerbio__Lj757[data-appearance="standalone"],
.CardHeader_card-headerbio__Lj757[data-appearance="standalone"] .CardHeader_edit-banner-image-overlay__DwMoa {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.BannerPicture_banner-image-container__OY_ng {
  width: 100%;
}

.BannerPicture_banner-image__TSkRd[data-image-type="cover"],
.BannerPicture_banner-image__TSkRd[data-image-type="logo"]:not([data-editor-version="none"]),
.BannerPicture_banner-image__TSkRd[data-image-type="profile"] {
  object-fit: cover;
}

.BannerPicture_banner-image__TSkRd[data-appearance="standalone"] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.BannerPicture_banner-image__TSkRd {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-position: center center;
  left: 0;
  top: 0;
  image-rendering: optimizeQuality;
  background-size: 100%;
}

.LeftPicture_left-picture__xP89H[data-image-type="profile"] {
  width: 27%;
  padding-top: 27%;
  border-radius: 50%;
  height: 0;
}

.bioprofile.LeftPicture_left-picture__xP89H[data-image-type="profile"] {
  width: 40%;
  padding-top: 40%;
}

.LeftPicture_left-picture__xP89H {
  transition: box-shadow 0.2s, opacity 0.2s;
  position: absolute;
  transform-origin: center;
  will-change: transform;
  z-index: 2;
  left: 5%;
}

.LeftPicture_left-picture__xP89H.l35 {
  left: 35%;
}

.bioprofile.LeftPicture_left-picture__xP89H.l35 {
  left: 29%;
}

.LeftPicture_left-picture__xP89H[data-image-type="profile"]::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 2 * 3px);
  height: calc(100% + 2 * 3px);
  position: absolute;
  left: -3px;
  bottom: -3px;
  border-radius: 50%;
}

.LeftPicture_left-picture__xP89H[data-image-type="profile"] .LeftPicture_left-picture-edit__8JMCg,
.LeftPicture_left-picture__xP89H[data-image-type="profile"] .LeftPicture_left-picture-img__qzl9W {
  border-radius: 50%;
}

.LeftPicture_left-picture__xP89H .LeftPicture_left-picture-img__qzl9W {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 2px 4px 0 rgba(22, 29, 37, 0.1);
  /*image-rendering: optimizeQuality;*/
  overflow: hidden;
}

.LeftPicture_left-picture__xP89H[data-image-type="logo"] {
  width: 35.5555555556%;
  padding-top: 20%;
  border-radius: 5px;
}

.LeftPicture_left-picture__xP89H[data-image-type="logo"]::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 2 * 3px);
  height: calc(100% + 2 * 3px);
  position: absolute;
  left: -3px;
  bottom: -3px;
  border-radius: 7px;
}

.LeftPicture_left-picture__xP89H[data-image-type="logo"] .LeftPicture_left-picture-edit__8JMCg,
.LeftPicture_left-picture__xP89H[data-image-type="logo"] .LeftPicture_left-picture-img__qzl9W {
  border-radius: 5px;
}

#change_card_layout_modal .modal-dialog {
  max-width: 625px;
}

.BannerPicture_banner-image-container__NpKiZ {
  width: 100%;
}

.BannerPicture_banner-image__rbDoz {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-position: center center;
  object-position: center center;
  left: 0;
  top: 0;
  /*image-rendering: optimizeQuality;*/
  background-size: 100%;
}

.BannerPicture_banner-image__rbDoz[data-appearance="standalone"] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.BannerPicture_banner-image__rbDoz[data-image-type="cover"],
.BannerPicture_banner-image__rbDoz[data-image-type="logo"]:not([data-editor-version="none"]),
.BannerPicture_banner-image__rbDoz[data-image-type="profile"] {
  -o-object-fit: cover;
  object-fit: cover;
}

.cardprofooter .dropdown button {
  margin-right: 0px;
}

.profilebgcolor,
.avatarfont {
  width: 40%;
}

.background_favicon_set .theme_background_attachment {
  width: 47%;
}

.background_favicon_set .theme_favicon {
  width: 50%;
}

.w-48 {
  width: 50% !important;
}

.qrcodelinkpage .qrextraborder-rad {
  border-radius: 22px;
}

.qrcodelinkpage .form_listing input.form-control {
  height: calc(1.4em + 0.95rem + 12px);
}

.qrcodelinkpage button.btn-gray-300 {
  background: transparent;
  border: none;
  text-align: left;
  padding: 0px;
  font-size: 17px;
  font-weight: 600;
  color: #272727;
  margin-top: 0px !important;
}

.qrcodelinkpage button.btn-gray-300:hover {
  background-color: transparent;
}

.qrcodelinkpage .qrcoderightcard {
  background: transparent;
  border: none;
}

.qrcodelinkpage .qrcoderightcard .card-body {
  display: flex;
  justify-content: center;
  padding: 0px;
}

.qrcodelinkpage .qrcoderightcard img#qr_code {
  width: 52%;
  padding: 0rem;
  background: #f3f3f1;
}

.highlight-label {
  font-size: 17px;
  font-weight: 600;
  color: #010101;
}

.statistics-mobile-footer .preview-button-container-mobile {
  display: none !important;
}

.walpaper_card_preview {
  dispaly: flex;
  flex-direction: column;
}

.walpaper_card_preview .spinner-header {
  min-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background: #fff;
}

.event_badge_card_preview {
  flex-direction: column;
}

.event_badge_card_preview .spinner-header {
  min-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background: #fff;
}

.renew_plan_modal .hide-scroll {
  height: 655px;
  overflow: hidden !important;
}

svg.rounded-sm {
  border-radius: 0.5rem !important;
}

.qr-overlay-upgrade-pro {
  position: absolute;
}

.qr-overlay-upgrade-pro.custom-style {
  top: 40%;
  left: 33%;
}

.qr-overlay-upgrade-pro.custom-logo {
  top: 27%;
  left: 33%;
}

.qr-overlay-upgrade-pro .bg-marble-info {
  background: #fff;
  z-index: 2;
  position: absolute;
  opacity: 1;
  border-radius: 10px;
  width: 281px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.upgrade-pro-opacity {
  opacity: 0.5;
}

.extraborderforwhite {
  border: 1px solid #ccc;
}

.app-sidebar-links .svg-inline--fa {
  height: 1.3em;
}

.link-sidebar .svg-inline--fa {
  height: 1.3em;
}

.profile-pattern .wcl593 {
  width: 20%;
  margin-right: 25px;
}

.profile-pattern .wcl593>p {
  font-size: 16px;
  font-weight: 600;
}

.profile-pattern .event-badge-patternbox.active {
  border: 3px solid #1a73e8;
  background-color: #fff;
}

.CardLayouts_suggested__jYrn1 {
  height: 24px;
  padding: 4px 8px;
  border-radius: 8px;
  top: 4px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

.CardLayouts_current-tick__W0bj_,
.CardLayouts_suggested__jYrn1 {
  position: absolute;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.CardLayouts_suggested__jYrn1 .CardLayouts_icon__vSJwx {
  margin-right: 5px;
  color: #ffb038;
}

.CardLayouts_suggested__jYrn1>span {
  font-size: 12px;
  font-weight: 700;
}

.RightPicture_right-picture__n5pFx {
  border-radius: 5px;
  transition: box-shadow 0.2s, opacity 0.2s;
  position: absolute;
  transform-origin: center;
  will-change: transform;
  z-index: 2;
  right: 5%;
  width: 35.5555555556%;
  padding-top: 20%;
}

.RightPicture_right-picture__n5pFx::before {
  content: "";
  background-color: #fff;
  width: calc(100% + 2 * 3px);
  height: calc(100% + 2 * 3px);
  position: absolute;
  left: -3px;
  bottom: -3px;
  border-radius: 7px;
}

.RightPicture_right-picture__n5pFx .RightPicture_right-picture-img__sh8Ev {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(22, 29, 37, 0.1);
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  image-rendering: optimizeQuality;
}

.CardLayouts_card-field-3__43U5_ {
  width: 85%;
}

.CardLayouts_card-field__9oqLF {
  margin-top: 8px;
  height: 16px;
  border-radius: 100px;
  background-color: #f3f4f4;
}

.cs-toggle-button-wrapper .col-md-4 {
  padding-bottom: 17px;
}

.CardLayouts_layout-preview-slide[data-selectable="false"] {
  opacity: 0.4;
}

.btn-black {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-black:hover {
  color: #fff !important;
  background-color: #000000;
  border-color: #000000;
}

.custom-picker-pattern .pickr .pcr-button {
  height: 53px;
}

.custom-picker-pattern .pickr {
  width: 12%;
}

.custom-picker-pattern .color-picker-code {
  width: 77%;
  margin-left: 19px;
  background: #f3f3f1;
  padding: 0px 10px;
  border-radius: 6px;
}

.custom-picker-pattern .color-picker-code label {
  padding-top: 4px;
  font-size: 13px;
}

.custom-picker-pattern .color-picker-code p {
  line-height: 15px;
}

.custom-new-select .pr-30px {
  padding-right: 30px;
}

.custom-new-select .custom-select {
  padding: 10px;
  height: 56px;
}

.colwid6.custom-picker-pattern .pickr {
  width: 11%;
}

.colwid6.custom-picker-pattern .color-picker-code {
  width: 80%;
}

.colwid3.custom-picker-pattern .pickr {
  width: 25%;
}

.link-appearance .theme-selection.active .custdiv {
  border: 2px solid #cccc;
  padding: 4px;
  border-radius: 8px;
}

.link-appearance .theme-selection.active .custdiv .customtempmain {
  height: 200px !important;
}

.link-appearance .theme-selection.active .custdiv .customtempmain .select-template .inner-blocks {
  width: 80px;
  height: 15px;
}

.link-appearance .theme-selection.active .template-overlay {
  display: none !important;
}

.switch-wrapper {
  position: relative;
  display: inline-flex;
  border: 1px solid #ececec;
  margin-bottom: 40px !important;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
  width: 270px;
  display: flex;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"] {
  display: none;
}

.switch-wrapper label {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease;
  position: relative;
}

.switch-wrapper [type="radio"]:checked#links~label[for="links"],
.switch-wrapper [type="radio"]:checked#card~label[for="card"],
.switch-wrapper [type="radio"]:checked#store~label[for="store"] {
  color: black;
  font-weight: 700;
  background: white !important;
  animation: swapAnimation 0.3s ease;
}

@keyframes swapAnimation {
  0% {
    transform: scale(0.95);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}


.switch-wrapper [type="radio"]:checked {
  background: transparent;
}

.switch-wrapper [type="radio"]:checked#links~label[for="card"]~.highlighter {
  transform: translateX(100%);
}

.switch-wrapper [type="radio"]:checked#card~label[for="links"]~.highlighter {
  transform: translateX(0);
}

.switch-wrapper [type="radio"]:checked#store~label[for="card"]~.highlighter,
.switch-wrapper [type="radio"]:checked#store~label[for="links"]~.highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 18px;
  z-index: 1;
  min-width: 113px;
  line-height: 23px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  padding: 9px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.switch-wrapper label {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.switch-wrapper label:hover {
  background: #ffffff2b !important;
  color: white;
  transform: scale(1.02);
}




.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #1a73e8;
  color: white;
  transition: transform 0.25s ease-in-out;
  transform: translateX(0);
}

.switch-wrapper.switch-wrap-two {
  width: 240px;
}

.switch-wrapper.switch-wrap-three {
  width: 300px;
}

.switch-wrapper.switch-wrap-three label {
  padding: 9px;
  min-width: 107px;
}

.biostyl .switch-wrapper.switch-wrap-three label[for="links"] {
  padding: 5px;
  min-width: 90px;
}

.switch-wrapper.switch-wrap-three .highlighter {
  width: calc(50% - 44px);
}

.biostyl .switch-wrapper.switch-wrap-three .highlighter {
  width: calc(47% - 43px);
}

.switch-wrapper.switch-wrap-three [type="radio"]:checked#links~label[for="card"]~.highlighter {
  transform: translateX(100%);
}

.switch-wrapper.switch-wrap-three [type="radio"]:checked#card~label[for="links"]~.highlighter {
  transform: translateX(0);
}

.switch-wrapper.switch-wrap-three [type="radio"]:checked#store~label[for="card"]~.highlighter,
.switch-wrapper.switch-wrap-three [type="radio"]:checked#store~label[for="links"]~.highlighter {
  transform: translateX(203%);
}

.switch-wrapper.switch-wrap-three label[for="store"] {
  min-width: 100px;
  white-space: nowrap;
}

.link-appearance .card .p-5 {
  padding: 1.85rem !important;
}

.mobile-slide-message {
  display: none;
}

.switch-wrapper.switch-wrap-three [type="radio"]:checked#store~.highlighter {
  width: calc(50% - 56px);
}

.viewpage .switch-wrapper input[type="radio"]:checked+label {
  background-color: #fff;
  color: #31363f;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #fff;
}

.viewpage .switch-wrapper input[type="radio"]:checked#links~label[for="links"],
.viewpage .switch-wrapper input[type="radio"]:checked#card~label[for="card"],
.viewpage .switch-wrapper input[type="radio"]:checked#store~label[for="store"] {
  background-color: #1a73e8;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border: 1px solid #1a73e8;
}

.mobile-slide-message {
  position: fixed;
  z-index: 10;
  bottom: 163px;
  width: 100%;
  background: #2196f3;
  color: #fff;
  padding: 13px;
  text-align: center;
  left: 100%;
  /* Start off-screen */
  border: 1px solid #2196f3;
  border-radius: 8px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.qrcodelinkcontent .col-sm3 {
  flex: 0 0 12.667%;
  max-width: 12.667%;
}

.profileHeadnote {
  color: #000;
  /*width: 56%;*/
  font-size: 11.2px;
  /* font-weight: 600; */
}

.wallpaper-wrapper-container p {
  font-size: 12px;
  font-weight: 600;
  color: #828282;
}

.enableCardLink .profileItemEnable {
  display: flex;
  width: 220px;
  height: 47px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  padding: 0px 5px 0px 15px;
  margin-right: 40px;
}

.enableCardLink .profileItemEnable .profileItemEnLabel {
  color: rgb(0, 0, 0);
  font-weight: 600;
  white-space: nowrap;
}

.woi233 {
  width: 228px;
  height: 100%;
  display: flex;
  justify-content: center;
  /*border-right: 2px solid #eee;*/
}

.woi262 {
  width: 185px;
  display: flex;
  position: relative;
  flex-shrink: 0;
  padding-top: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.woi294 {
  padding-top: 0px;
}

.MuiList-padding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.MuiList-root {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  list-style: none;
}

.woi304 {
  color: #404040;
  /* height: 36px; */
  margin: 0;
  display: flex;
  font-size: 10.5px;
  text-transform: uppercase;
  align-items: center;
  font-weight: 600;
  padding-top: 5px;
  text-indent: 12px;
  padding-bottom: 5px;

}

.woi295 {
  color: #f9f9f9;
  width: 100%;
  padding: 0px;
  background: transparent;
  background-color: transparent;
  border-radius: 6px;
  /* margin-top: 7px; */
}

.MuiListItem-button {
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.woi301 {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: space-between;
}

.woi300 {
  min-width: 25px;
}

.woi296 {
  background-color: #f2f2f2;
  /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
}

.woi296 .woi299 {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.MuiListItemIcon-root {
  color: #fff;
  display: inline-flex;
  min-width: 20px;
  flex-shrink: 0;
}

.woi302 {
  width: 20px;
  display: flex;
  max-height: 10px;
  align-items: center;
  justify-content: center;
}

.woi299 {
  color: #000;
}

.woi297 {
  font-size: 10.5px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  padding-left: 4px;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

.MuiListItemText-root {
  flex: 1 1 auto;
  min-width: 0;
  /* margin-top: 4px;
  margin-bottom: 4px; */
}

.woi_v3_temp_wrap {
  position: relative;
}

.woi_v3_temp_wrap .woi303 {
  position: absolute;
  right: -7px;
  top: 7px;
}

.woi_v3_dil_img_wrap.woi_v3_temp_wrap .woi303 {
  z-index: 10;
}

.woi303 {
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
}

.linkrowtabcontent.card {
  border-radius: 23px;
}

.woi307 {
  width: calc(100% - 228px);
  height: 100%;
  display: flex;
  position: relative;
  padding-top: 0;
  flex-direction: column;
  padding-bottom: 65px;
  border-left: 2px solid #eee;
  min-height: 700px;
}

.storepages .storeappwrapper .woi307.withoutpreview {
  width: calc(100% - 615px);
}

.storepages .storeappwrapper .woi307.wfull {
  width: 100%;
}

.woi1589 {
  border: 1px solid #434343;
  height: 60px;
  display: flex;
  padding: 0px 15px;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  background-color: #ffffff;
}

.woi274 {
  width: 19px;
  height: 1px;
  transform: rotate(-45deg);
  background-color: #e0e0e0;
  position: absolute;
  top: 11px;
}

.roundcolorpickr .picker.checked {
  border-color: var(--ibcolor);
  border-radius: 20px;
  display: flex;
  justify-content: center;
}

.biolinktemplateset {
  width: 72%;
}

.custdiv .customtempmain.customtempmainmini {
  height: 51px;
}

.link-appearance .theme-selection.active .custdiv .customtempmain.customtempmainmini {
  height: 40px;
}

.btn.btn-hollow {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #bfc2cb;
  padding: 0.6rem 1.7rem;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease,
    box-shadow 0.2s ease, outline 60ms ease;
  border-radius: 6px;
  background-color: #fcfdfe;
}

.btn-hollow span {
  color: #007dff;
  font-weight: 600;
}

.btn.btn-hollow:hover {
  background-color: #f6f9fe;
  border-color: #1a73e8;
  color: #174ea6;
  box-shadow: inset 0 0 0 1px #bfc2cb;
}

.btn.btn-hollow:hover span {
  color: #174ea6;
}

.changeLayoutContainer {
  display: none;
}

.changelayoutbtn {
  position: absolute;
  right: 0px;
}

.woi609 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
}

.woi636 {
  width: 100%;
  display: flex;
  column-gap: 8px;
  align-items: center;
  padding-bottom: 15px;
}

.woi637 {
  color: #252525;
  width: fit-content;
  cursor: pointer;
  height: 49px;
  display: flex;
  padding: 0px 23px;
  font-size: 12px;
  background: #f7f7f7;
  align-items: center;
  font-weight: 600;
  border-radius: 1000px;
  white-space: nowrap;
}

.woi619 {
  width: 32px;
  height: 32px;
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.woi617 {
  height: 52px;
  display: flex;
  padding: 10px 15px;
  position: relative;
  transition: box-shadow 0.25s ease-out;
  align-items: center;
  border-radius: 10px;
  justify-content: space-between;
  background-color: #f7f7f7;
  cursor: pointer;
  width: 100%;
}

.woi618 {
  display: flex;
  align-items: center;
}

.woi620>div:last-child {
  transition: background-color 0.2s ease-out;
}

.woi620 {
  width: 52px;
  height: 32px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
}

.woi618 span {
  font-size: 13px;
  font-weight: 600;
  padding-left: 12px;
}

.woi944:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px;
}

.cardlinksvg svg {
  font-size: 30px;
}

.card-biolink-create-modal .maxheight {
  max-height: 475px;
}

._1ioh5qi3 {
  margin-top: 10px;
  display: block;
  margin-bottom: 2px;
  color: #4f5564;
}

.ChipSelector_chip-selector____pVE {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0px;
}

.ChipSelector_chip-selector____pVE>li {
  margin: 0.5rem 0.5rem 0 0;
}

.Chip_chip__504G7[data-size="medium"] {
  font-size: 0.8125rem;
}

.Chip_chip__504G7 {
  overflow: hidden;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 1.25rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s, color 0.2s, border 0.2s;
  background: #fff;
  border: 1px solid #b2b2b2;
}

.Chip_chip__504G7[data-size="medium"] .Chip_content-container__GVBY2 {
  padding: 0.1875rem 0.75rem;
}

.Chip_content-container__GVBY2 {
  display: flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  overflow: hidden;
  font-size: 12px !important;
}

.ChipSelector_chip-selector____pVE li.active .Chip_chip__504G7 {
  background: #5d5d5d;
  border: 1px solid #5d5d5d;
}

.ChipSelector_chip-selector____pVE li.active button {
  color: #fff;
}

.woi3333 {
  display: flex;
}

.links_listing_holder {
  /*max-height: 670px;
  overflow-y: auto;*/
}

.links_listing_holder.w-80 {
  width: 80%;
}

.links_listing_mainhold {
  width: 100%;
  display: flex;
  justify-content: center;
}

.btn.biolink_links_btn {
  width: 100%;
  border-radius: 50px;
  padding: 0.475rem 0.75rem;
  font-weight: 600;
  font-size: 14px;
}

.btn.biolink_settings_btn {
  border: 1px solid rgb(224 226 217);
  border-radius: 20px;
  background: #f3f3f1;
  text-decoration: none;
}

.icon-shadow {
  box-shadow: 0 4px 5.84px hsla(0, 0%, 50.2%, 0.35000000000000003);
}

.custom-template-socials .xlargeicon svg {
  width: 32px;
  height: 32px;
}

.custom-template-socials .largeicon svg {
  width: 28px;
  height: 28px;
}

.custom-template-socials .mediumicon svg {
  width: 24px;
  height: 24px;
}

.custom-template-socials .smallicon svg {
  width: 20px;
  height: 20px;
}

.individualform .form_listing input.form-control {
  /* height: calc(1.4em + 0.95rem + 12px);
  font-size: 14px; */
  height: calc(1.0em + 0.70rem + 11px);
  font-size: 12px;
}

.biolink-settings-container {
  background-color: #fff;
  height: 200px;
  transform: scale(1);
  position: absolute;
  z-index: 1;
}

.links-blur-content {
  cursor: pointer;
  opacity: 0.6 !important;
  --tw-blur: blur(1.5px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.qrcode-downloader svg path {
  fill: #000000;
}

.qrcode-downloader svg {
  width: 200px;
  height: 200px;
}

.btn.biolink-custom-primary {
  /* width: 168px; */
  padding: 0.5rem 1.7rem;
}

.btn.biolink-custom-primary span {
  font-weight: 600;
  color: #fff;
}

.enableProfileItemBlockOut .w-85 {
  width: 85%;
}

.enableProfile_item_Block {
  background-color: rgba(41, 174, 248, 0.12);
  border-radius: 0.5rem;
  border: 1px solid rgb(41, 174, 248);
}

.enableProfile_item_Block .md-content-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 22rem;
}

.enableProfile_item_Block .text-lg32 {
  font-size: 26px;
}

.enableProfile_item_Block .md-content-panel-ul {
  font-size: 14px;
  line-height: 1.5;
}

.enableProfile_item_Block .btn {
  width: 275px;
}

.enableProfile_item_Block .md-content-panel-image {
  width: 17rem;
}

.enableProfile_item_Block .md-content-panel-image img {
  /*width: 15rem;*/
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  max-height: 35vh;
  margin-bottom: -1rem;
  z-index: 10;
}

.store-grid-layout .block-product-img {
  width: 220px;
  height: 220px;
}

.Opacity4 {
  opacity: 0.4;
}

.shop-button-holder .Left_buttons {
  width: 70%;
}

.shop-button-holder .Right_buttons {
  width: 30%;
}

.profile-item-border-bottom {
  border-bottom: 1px solid rgb(224 226 217);
}

.store-creator .items-grid-style {
  display: flex;
  gap: 15px;
}

.virtual-bg-left-part h1 {
  font-size: 17px;
  font-weight: 600;
  color: #272727;
  line-height: 24px;
  margin-bottom: 40px;
}

.virtual-bg-left-part h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 5px;
}

.virtual-bg-left-part .color-dots {
  display: flex;
  gap: 25px;
  padding: 0px 6px;
}

.virtual-bg-left-part .color-dots button {
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border: none;
}

.virtual-bg-left-part .c1 {
  background-color: #000;
}

.virtual-bg-left-part .c2 {
  background-color: #CD1414;
}

.virtual-bg-left-part .c3 {
  background-color: #ff8c00;
}

.virtual-bg-left-part .c4 {
  background-color: #108A33;
}

.virtual-bg-left-part .c5 {
  background-color: #075BF3;
}

.virtual-bg-left-part .c6 {
  background-color: #9b51e0;
}

.virtual-bg-left-part .act-item .check,
.profile_details_section .check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.virtual-bg-left-part .act-item p {
  flex-shrink: 0;
}

.virtual-bg-left-part .action-but {
  margin-top: 30px;
}

.virtual-bg-left-part .act-item {
  margin-bottom: 10px;
}

.virtual-bg-left-part .act-item .check h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.virtual-bg-left-part .act-item .small-info {
  color: #828282;
  font-size: 12px;
  font-weight: 400;
}

.virtual-bg-left-part input[type="checkbox"],
.profile_details_section input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.virtual-bg-left-part .custom-checkbox,
.profile_details_section .custom-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  border: 1px solid;
  cursor: pointer;
}

/* Change background color when the checkbox is checked */
.virtual-bg-left-part input[type="checkbox"]:checked+.custom-checkbox,
.profile_details_section input[type="checkbox"]:checked+.custom-checkbox {
  background-color: #000;
  /* Checked background color */
}

/* Add a checkmark when the checkbox is checked */
.virtual-bg-left-part .custom-checkbox::after,
.custom-checkbox .custom-checkbox::after,
.profile_details_section .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show the checkmark when checked */
.virtual-bg-left-part input[type="checkbox"]:checked+.custom-checkbox::after,
.profile_details_section input[type="checkbox"]:checked+.custom-checkbox::after {
  display: block;
}

.profile_details_section .check p {
  font-size: 15px;
  font-weight: 500;
}

.profile_details_section .check label {
  margin-bottom: 0;
}

.profile_details_section .check div {
  font-size: 15px;
  font-weight: 500;
}

.virtual-bg-left-part .images {
  margin-top: 20px;
}

.virtual-bg-left-part .img-item img,
.virtual-bg-right-part .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.virtual-bg-left-part .img-item {
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.virtual-bg-left-part .images .row {
  --bs-gutter-y: 25px;
}

.virtual-bg-right-part p {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}

.virtual-bg-right-part .preview {
  width: 400px;
  height: 250px;
  display: flex;
  box-shadow: 3px 3px 2px #00000020;
  padding-top: 0;
  border-radius: 10px;
  padding-right: 0;
  justify-content: space-between;
}

.virtual-bg-right-part .preview.vb-image {
  border: 1px solid rgb(247, 247, 247);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.virtual-bg-right-part .preview .jss459 {
  width: 175px;
  height: auto;
  z-index: 10;
  transition: 0.2s;
  color: rgb(33, 33, 33);
}

.virtual-bg-right-part .preview .jss459 .jss460 {
  z-index: 10;
  margin-top: 11px;
  margin-left: 12px;
}

.virtual-bg-right-part .preview .jss459 .jss460>h1 {
  width: fit-content;
  margin: 0;
  margin-bottom: 0px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px 1px 3px 1px;
  margin-bottom: 3px;
  background-color: #ffffff;
}

.virtual-bg-right-part .preview .jss459 .jss460>h5 {
  width: fit-content;
  margin: 0;
  margin-bottom: 0px;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px 1px 3px 1px;
  margin-bottom: 3px;
  background-color: #ffffff;
}

.virtual-bg-right-part .qr {
  position: absolute;
  width: 80px;
  height: 94px;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 4px;
}

.virtual-bg-right-part .qr .jss457 {
  width: 75px;
  height: 75px;
  transition: 0.2s;
  padding-top: 5px;
  border-radius: 4px 4px 0px 0px;
  padding-bottom: 2px;
  background-color: #ffffff;
  padding-left: 5px;
}

.virtual-bg-right-part .qr .jss457 .vb-svg-qrcode svg {
  width: 70px;
  height: 70px;
}

.virtual-bg-right-part .qr .jss457 .vb-svg-qrcode svg path {
  fill: #000000;
}

.virtual-bg-right-part .qr .jss458 {
  height: 12px;
  margin: 4px 0px 0 0;
  display: flex;
  font-size: 7px;
  transition: 0.2s;
  font-weight: 700;
  border-radius: 0 0 4px 4px;
  justify-content: center;
  background-color: #ffffff;
}

.VirtualBackgroundEdit_base-images-grid-container__viAFJ {
  width: 100%;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minMax(178px, 1fr));
  grid-gap: 0.8rem 1rem;
  grid-auto-flow: row;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r img {
  border: 0;
  border-radius: 0.75rem;
  border-width: 0.25rem;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r.active img {
  border: 0.25rem solid rgba(41, 174, 248, 0.9);
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.VirtualBackgroundEdit_upload-background-contents-container__hHUzd {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.VirtualBackgroundEdit_upload-background__ndM23 {
  position: absolute;
  background: #2b2b2b;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r .VirtualBackgroundEdit_upload-background__ndM23,
.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r img {
  border: 0;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0.75rem;
  border-width: 0.25rem;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.VirtualBackgroundEdit_upload-background-circle__DVA2H {
  position: absolute;
  background: #35393b;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

.VirtualBackgroundEdit_upload-background-contents-container__hHUzd p {
  margin-top: 0.625rem;
  font-weight: 600;
  font-size: 1rem;
}

.VirtualBackgroundEdit_upload-background-contents-container__hHUzd p,
.VirtualBackgroundEdit_upload-background-contents-container__hHUzd svg {
  z-index: 1;
}

.virtual-background-preview .biolink-preview {
  border-radius: 10px;
  box-shadow: none;
  border: none;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r .image-delete-icon {
  position: absolute;
  right: 4px;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  top: 5px;
  opacity: 0.8;
  visibility: hidden;
}

.VirtualBackgroundEdit_virtual-backgrounds-thumbnail-container__yPr4r:hover .image-delete-icon {
  visibility: visible;
}

.wallet-preview {
  width: 285px;
  min-height: 370px;
  background: #ffff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  padding: 15px 10px;
}

.apple-wl-bottom {
  bottom: 23px;
}

.wallet-svg-holder {
  padding: 3px;
  background: #fff;
  border-radius: 5px;
}

.wallet-svg-holder svg {
  width: 110px;
  height: 110px;
}

.wallet-svg-holder svg path {
  fill: #000;
}

.apple-wallet .wallet-foo-brand {
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 2px 0px;
}

.apple-wallet .wallet-logo {
  min-height: 47px;
}

.apple-wallet .wallet-logo-img {
  width: 100px;
  min-height: 25px;
}

.apple-wallet .wallet-profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.apple-wallet .primary-fields {
  margin-bottom: 15px;
  min-height: 60px;
}

.apple-wallet .secondary-fields {
  margin-bottom: 15px;
}

.apple-wallet .wallet-labels {
  font-size: 10px;
  text-transform: uppercase;
}

.apple-wallet .prime-name {
  font-size: 15px;
  font-weight: 600;
}

.apple-wallet .secondary-name {
  font-size: 13px;
}

.ag-popover {
  position: absolute;
  transform-origin: center bottom 0px;
  z-index: 1001;
  top: -237px;
  right: -7px;
  width: 230px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  margin-bottom: 10px;
  background: #fff;
  color: #334155;
  border: 1px solid #eaeff7;
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.ag-popover::before {
  border-width: 10px;
  margin-left: calc(-1 * 10px);
  border-style: solid;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-bottom-color: #0000;
  border-top-color: #dee5ee;
}

.ag-popover-content {
  padding: 0.75rem;
}

.virtual-bg-left-part.apple-wallet-form .c1 {
  background-color: #000;
}

.virtual-bg-left-part.apple-wallet-form .c2 {
  background-color: #CD1414;
}

.virtual-bg-left-part.apple-wallet-form .c3 {
  background-color: #ff8c00;
}

.virtual-bg-left-part.apple-wallet-form .c4 {
  background-color: #108A33;
}

.virtual-bg-left-part.apple-wallet-form .c5 {
  background-color: #075BF3;
}

.virtual-bg-left-part.apple-wallet-form .c6 {
  background-color: #9b51e0;
}

.virtual-bg-left-part.apple-wallet-form .c7 {
  background-color: #7C74F0;
}

.virtual-bg-left-part.apple-wallet-form .c0 {
  background-color: #ffffff;
  border: 1px solid rgb(74, 81, 92);
}

.colorSelection {
  position: relative;
  border-radius: 50%;
}

.colorSelection .pickr {
  line-height: 0;
}

.colorSelection svg {
  position: absolute;
}

.colorSelection .pickr .pcr-button {
  background: url('../images/color-picker.png') no-repeat center;
}

.colorSelection .pickr button.pcr-button {
  height: 23px;
  border-radius: 50%;
}

.colorSelection .pickr .pcr-button::before,
.colorSelection .pickr .pcr-button::after {
  background: url('../images/color-picker.png') no-repeat center;
}

.waluploadContainer {
  border: 1px dashed rgb(198, 203, 208);
  width: 124px;
  height: 124px;
  border-radius: 10px;
}

.walpreviewUI {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.wallogoprev {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.walremoveImage {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.walremovebtn {
  position: absolute;
  top: -7px;
  right: -11px;
}

.procrnupgradebtn {
  top: 6px;
  right: 6px;
}

.procrnupgradebtn .procrown {
  width: 68px;
}

/*.gwal .wallet-preview{
  padding-bottom: 10px !important;
}*/

.gwal .wallet-preview {
  width: 290px;
}

.google-wallet .wallet-foo-brand {
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 2px 0px;
}

.google-wallet .header-fields {
  border-bottom: 1px solid #737373;
}

.google-wallet .wallet-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.google-wallet .primary-fields {
  margin-bottom: 0px;
  padding: 8px 15px;
}

.google-wallet .sec-mod-hr {
  background: #737373;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.google-wallet .secondary-fields {
  margin-bottom: 15px;
  padding: 8px 15px;
  padding-top: 2px;
}

.google-wallet .wallet-labels {
  font-size: 10px;
  text-transform: uppercase;
}

.google-wallet .prime-name {
  font-size: 17px;
  font-weight: 500;
}

.google-wallet .secondary-name {
  font-size: 13px;
}

.google-wallet .sec-job-title {
  padding-top: 15px;
  margin-bottom: 13px;
}

.google-wallet .wallet-svg-holder {
  padding: 13px;
  border-radius: 14px;
}

.google-wallet .google-wl-footext {
  font-size: 13px;
  margin: 10px 0px;
}

.google-wallet .wallet-hero-img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}


.virtual-bg-left-part.google-wallet-form .c1 {
  background-color: #000;
}

.virtual-bg-left-part.google-wallet-form .c2 {
  background-color: #CD1414;
}

.virtual-bg-left-part.google-wallet-form .c3 {
  background-color: #ff8c00;
}

.virtual-bg-left-part.google-wallet-form .c4 {
  background-color: #108A33;
}

.virtual-bg-left-part.google-wallet-form .c5 {
  background-color: #075BF3;
}

.virtual-bg-left-part.google-wallet-form .c6 {
  background-color: #9b51e0;
}

.virtual-bg-left-part.google-wallet-form .c7 {
  background-color: #7C74F0;
}

.virtual-bg-left-part.google-wallet-form .c0 {
  background-color: #ffffff;
  border: 1px solid rgb(74, 81, 92);
}

.f-box .icon-shadow {
  box-shadow: none;
}

.social-item .socials-highlight-div {
  border-radius: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.social-item .socials-highlight-text {
  flex: 1 1 auto;
  margin-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

.social-item .socials-highlight-text .socials-highlight-icon {
  margin-right: 0.75rem;
}

.social-item .socials-highlight-text .fieldDatas {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}

.social-item .socials-highlight-text .socials-highlight-name {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-item .socials-highlight-text .socials-highlight-label {
  font-weight: 500;
  font-size: 0.8rem;
  color: #697b86;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-item .socials-highlight-edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8798a1;
  min-width: 20px;
  margin-right: 1rem;
}

.FormSelectorFieldWidth {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 0.875rem;
}

.social-item .FormSelector_form-selector__CGH0S {
  border: 1px solid #767676;
  border-radius: 5px;
}

.social-item .FormSelector_form-selector__CGH0S.active {
  border: 1px solid #1a73e8;
  color: #1a73e8;
}

.social-item .FormSelector_form-selector-label__Tl3FP {
  padding: 7px;
  text-align: center;
  cursor: pointer;
}

.profile_contact_list.card-edit-box .social-details-icon svg,
.profile_contact_list.card-edit-box .social-links-icon svg,
.social-ls-details-icon svg,
.social-links-st-icon svg {
  height: 24px;
}

.add-signature-modal .sig-moda-headtab {
  display: flex;
  border-bottom: 2px solid #f2f2f2;
}

.add-signature-modal .sigw633p {
  padding: 24px 60px 60px 60px;
}

.add-signature-modal .sig-moda-headtab .tabcontent {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  justify-content: center;
  margin-right: 30px;
}

.add-signature-modal .sig-moda-headtab .tabcontent .imgw1rap {
  margin-right: 0.5rem;
}

.add-signature-modal .sig-moda-headtab .tabcontent .imgw1rap img {
  width: 20px;
  height: 20px;
}

.add-signature-modal .sig-moda-headtab .tabcontent .textw1rap {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.add-signature-modal .sig-moda-headtab .tabcontent.active {
  border-bottom: 2px solid #1a73e8;
}

.add-signature-modal .sig-moda-headtab .tabcontent.active .textw1rap {
  color: #1a73e8;
}

.add-signature-modal .sig-moda-headtab .tabcontent:last-child {
  margin-right: 0px;
}

.add-signature-modal .sig-modal-info-steps {
  border-bottom: 1px solid rgb(242, 242, 242);
  padding: 16px 0px;
}

.add-signature-modal .sig-modal-info-steps .sigw635 {
  color: #818181;
  font-size: 12px;
}

.add-signature-modal .sig-modal-info-steps .sigw636 {
  color: #000000;
  width: 100%;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  word-break: break-word;
  line-height: 24px;
  padding-top: 4px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  justify-content: space-between;
  align-items: center;
}

.add-signature-modal .sig-modal-info-steps .sigw636 p {
  font-size: 14px;
  margin-bottom: 0px;
}

.add-signature-modal .sig-modal-info-steps:last-child {
  border-bottom: none;
}

.add-signature-modal .sig-modal-info-steps .sigw637 {
  color: #000000;
  margin: 16px 0 0 0;
  display: flex;
  padding: 12px;
  background: #fffae8;
  border-radius: 12px;
}

.add-signature-modal .sig-modal-info-steps .sigw637 .sigw638 {
  margin: 2px 8px 8px 8px;
}


.virtual-loader-holder {
  background: #fff;
  width: 400px;
  height: 250px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}

.tooltip1 {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 23px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: none;

}

.tooltip1 p {
  background: var(--glue-green-800) !important;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  font-family: Google Sans, Arial, Helvetica, sans-serif;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.tooltip1.show {
  display: block;
  opacity: 1;
}

.pricing-inner {
  padding-top: 25px;
}

.pricing-inner h1 {
  font-size: 1.7rem;
  font-weight: 600;
}

.pricing-inner .button-wrapper .text-block {
  display: flex;
  gap: 15px;
  color: #000;
}

.pricing-inner .discount-label {
  padding: 5px 9px 5px 9px;
  font-size: 13px;
}

.pricing-inner .pricing-button.active {
  background-color: #fff;
}

.pricing-inner .pricing-button {
  font-size: 16px;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  padding: 0;
}

.pricing-inner .pricing-button.active .text-block .text-center {
  color: #fff;
}

.pricing-inner .toggle-buttons-group {
  background-color: #000;
  padding: 3px;
  margin-bottom: 0;
}

.pln-btn {
  flex: 1;
}

.pln {
  font-weight: 600;
  font-size: 17px;
}

.pricing-inner .price-tag-text {
  text-align: center;
  margin-top: 5px;
  color: #5a5858 !important;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-inner .pricing-description {
  text-align: center;
}

.pricing-inner .pricing-description {
  height: auto;
  min-height: 70px;
  padding-bottom: 0;
}

.pricing-inner .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-inner .plan-price-text {
  font-size: 14px;
  color: black;
  text-align: center;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: 0;
}

.pricing-inner .row-card .individual {
  border-radius: 0px;
  border: 1px solid rgb(232, 234, 237);
  box-shadow: none;
}

.pricing-inner .row-card .individual:last-child {
  margin-right: 0;
}

.pricing-inner .btn-rounded,
.show-div {
  color: rgb(26, 115, 232);
  font-weight: 500;
  font-size: 14px;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid;
  border-color: rgb(218, 220, 224);
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-inner .btn-rounded:hover {
  background-color: rgb(201 217 239 / 28%);
}

.pricing-inner .trial-text {
  background-color: #fdd722;
  color: #000000 !important;
  display: none;
}

.pricing-inner.btn-outline-duo:focus,
.pricing-inner .btn-outline-duo.focus {
  box-shadow: none;
}

.pricing-inner .div-block-51 {
  justify-content: center;
}

.pricing-inner .pricing-card-2 {
  padding: 40px 14px;
  min-width: 280px;
}

.pricing-inner .features-list li.active {
  font-size: 0.775rem;
  color: #797878;
  font-family: Arial, Helvetica, sans-serif;
  color: #797878;
  margin-bottom: 15px !important;
}

.pricing-inner .individual .plan-info {
  color: rgb(23, 78, 166) !important;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  border: none;
  background-color: rgba(201, 217, 239, 0.397);
  border-radius: 5px;
  text-align: center;
  line-height: 23px;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.pricing-inner .pricing-card-features {
  margin-top: -10px;
}

.pricing-inner .features-list {
  border-top: 1px solid rgb(232, 234, 237);
  padding-top: 15px;
  padding-left: 20px;
}

.pay-form {
  background-color: #ffffff;
  padding: 30px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 30px;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 74%;
}

.overlay-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 1;
}

.b-r {
  border-right: 1px solid #ddd;
}

.plan-det h2,
.tot-det .card h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.plan-det select {
  word-wrap: normal;
  width: 50%;
  outline: 0;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.plan-det .card h3 {
  font-size: 16px;
}

.plan-det .card .monthly-cycle-info,
.plan-det .card .annual-cycle-info {
  font-size: 15px;
}

.plans {
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0 20px;
  margin-right: 15px;
}

.plans label:first-child {
  border-bottom: 1px solid #ddd;
}

.tot-det {
  padding-left: 20px;
}

.tot-det .card {
  border: none;
}

.tot-det .card-body {
  padding: 0;
}

.tot-det #code_block {
  margin-top: 15px;
  padding-bottom: 25px;
}

.tot-det h3 {
  font-size: 18px;
}

.tot-amt {
  margin-top: 25px;
  padding-bottom: 10px;
}

.tot-det .card h2,
#code_block,
.tot-amt {
  border-bottom: 1px solid #ddd;
}

.tot-det .card h2 {
  padding-bottom: 12px;
}

.tot-det .card-footer {
  padding: 0;
}

.tot-det .btn-rounded {
  margin: 30px 0;
  color: #fff;
  background-color: #1a73e8;
  border-color: #1a73e8;
  padding: 0.75rem 1.85rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  border-radius: 2rem;
}

.tot-det .btn-rounded:hover {
  background-color: #328bff;
}

.tot-det .card-footer p {
  font-size: 15px;
}

.tot-det .card-footer small {
  margin: 10px 0;
  display: block;
}

.tot-det .b-info {
  font-size: 14px;
  margin-top: 5px;
}

.hidden {
  display: none;
}

#pay-close {
  position: absolute;
  right: 25px;
  top: 15px;
}

.sub-toggle {
  flex: 1;
  /* width: fit-content;
  margin-left: auto;
  margin-right: 200px;
  margin-top: -50px;
  margin-bottom: 15px; */
}

.pln-btn .button-wrapper {
  display: flex;
  gap: 10px;
  height: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}

.top-toggles {
  width: 75%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  margin-top: 10px;
}

.top-toggles .tab-content {
  width: auto;
  flex: 1;
}

.sub-toggle .type-button {
  font-size: 17px;
  z-index: 1;
  min-width: 140px;
  line-height: 25px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  background-color: transparent;
  padding: 8px 25px;

}

.sub-toggle .button-wrapper .text-block {
  justify-content: center;
}

.sub-toggle .type-button.active {
  background-color: rgb(26, 115, 232);
  box-shadow: 0px 2px 7px rgba(22, 28, 38, 0.12);
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}

.sub-toggle .type-button.active .text-block {
  color: #fff;
}

.sub-toggle .text-block {
  font-size: 16px;
}

.sub-toggle .toggle-buttons-group {
  margin-bottom: 5px;
  width: fit-content;
  margin: 0 auto;
}

.sub-toggle .toggle-buttons-group {
  background-color: rgba(0, 0, 0, 0.04);
}

/*.bus
{
  display: flex;
  align-items: center;
  gap: 12px;
}
.bus .quantity
{
  border: 1px solid #DFDFDF;
  max-width: 125px;
  height: 48px;
  display: flex;
  overflow: hidden;
  transition: min-width 0.3s, max-width 0.3s;
  align-items: center;
  border-radius: 10px;
}
.bus .quantity .quantity__input
{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 24px;
    font-size: 13px;
    transition: min-width 0.3s, max-width 0.3s;
    align-items: center;
    font-weight: 500;
    outline: none;
}
.bus-des h2
{
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}
.bus-des p
{
  font-size: 14px;
  margin-bottom: 0;
}

.ch-btn
{
  border-left: 1px solid #ddd;
}
.ch-btn a:first-child
{
  border-bottom: 1px solid #ddd;
}*/
.app-sidebar-links-wrapper ul li a span {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.app-sidebar-links-wrapper ul li a svg {
  margin-right: 0.75rem !important;
}

.qrcodepreviewer button .dropdown-toggle::after {
  display: none;
}

.badge_svg_event img {
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 10px !important;
}

/*.badge_svg_event h1
{
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
.badge_svg_event h2, .badge_svg_event h3
{
  font-size: 12px !important;
  margin-bottom: 8px !important;
  line-height: 18px;
}*/
.fixed-share {
  position: fixed;
  right: 20px;
  z-index: 1;
}

.fixed-preview .switch-wrapper label {
  line-height: 15px;
}

.fixed-preview .switch-wrapper {
  margin-bottom: 15px !important;
}

.walpaper_card_inner {
  /*width: 100%;*/
  width: 400px;
}

.v-badge-block {
  width: 100% !important;
  padding: 30px 15px !important;
  height: 375px !important;
}

.h-badge-container {
  width: 100% !important;
  height: 250px !important;
  padding: 40px 25px !important;
  align-items: center !important;
}

.h-badge-block {
  width: 100% !important;
  padding-right: 10px;
}

/*.h-badge-block .badge_svg_event h1
{
  font-size: 14px !important;
}*/

.theme-selection p {
  font-size: 14px;
}

.woi294 .MuiButtonBase-root {
  margin-top: 3px;
  margin-bottom: 3px;
}

.woi294 .MuiButtonBase-root:hover {
  background-color: #f2f2f2;
}

.woi304 {
  margin-bottom: 5px;
}

.woi262 hr {
  margin: 5px 0;
}

.view_layout_right .email_sent_body {
  margin-bottom: 5px;
}

/* .biolink-preview-iframe-container .share_digital_modal
{
  padding-right: 0 !important;
}

 .biolink-preview-iframe-container .modal-dialog
{
  margin: 0 auto!important;
  height: 100%;
}
.biolink-preview-iframe-container .modal .modal-dialog .modal-content
{
  height: 100%;
} */

.create-account {
  border-radius: 9999px;
  width: 220px;
  margin-top: 1rem;
  border: 2px solid #2a2e33;
  padding: .5rem;
  color: #000;
}

.create-account:hover {
  color: #fff;
  background: #000;
}

.notinterested {
  color: #000;
  font-size: 12px;
  margin-top: 17px;
  text-decoration: underline !important;
}

.top-menu {
  justify-content: flex-start;
}

.top-menu .nav-link,
.btn-custom {
  padding: 3px 10px;
}

.btn-secondary.btn-sec-hollow {
  background: transparent;
  color: #373737;
  border: 1px solid #A5A5A5;
}

.form-control.twin-field-input {
  border-left: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


.link-copy-main {
  margin-bottom: 20px;
  background-color: #e4eefc;
  padding: 8px 10px;
  border-radius: 8px;
  display: none;
}

.link-area {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 15px;
  display: flex;
  width: 85%;
  margin-right: 10px;
}

.link-area .input-group-text {
  border: none !important;
  padding: 0 !important;
  font-weight: 500;
}

.link-area .input-group-text span {
  padding: 0 !important;
}

.link-area a {
  font-size: 12px !important;
}

.link-area .form-control {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  padding-left: 2px !important;
  height: auto !important;
  color: #000 !important;
  font-size: 12px !important;
  font-weight: 500;
}

.but-area {
  display: flex;
  gap: 6px;
  width: 15%;
  justify-content: flex-end;
}

.but-area button {
  background-color: #fff !important;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bdbdbd;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.but-area button:hover svg {
  fill: #1a73e8;
}

.but-area button:hover {
  border-color: #1a73e8;
}

.footer-mob-static {
  /* background-color: #0158c8 !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

.footer-mob-static a svg {
  color: #fff !important;
}

.footer-mob-static a small {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.footer-menu-item {
  position: relative;
}

.popup-menu {
  display: none;
  /* Initially hidden */
  position: absolute;
  /* Position absolutely */
  bottom: 70px;
  background: white;
  /* Background color */
  border: 1px solid #ccc;
  /* Optional border */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Shadow for better visibility */
  z-index: 1000;
  /* Ensure it is on top of other elements */
  margin-top: 8px;
  /* Space between menu item and popup */
  width: fit-content;
  /* Set a width */
  border-radius: 4px;
  /* Rounded corners */
  overflow: hidden;
  /* Prevent overflow */
}

.popup-menu ul {
  list-style: none;
  /* Remove default list styles */
  padding: 0px;
  /* Padding inside popup */
  margin: 0;
  /* Remove default margin */
}

.popup-menu li {
  padding: 5px;
  /* Padding for list items */
  border-bottom: 1px solid #ddd;
}

.popup-menu li a {
  text-decoration: none;
  /* No underline */
  color: black;
  /* Text color */
  display: block;
  /* Make links block elements */
}

.popup-menu li a:hover {
  background-color: #f0f0f0;
  /* Highlight on hover */
}

.pos-rel {
  position: relative;
}

.popup-menu .MuiListItemText-root {
  margin-top: 0;
  margin-bottom: 0;
}

.mob-f-menu .text-black-500 {
  /* border-top: 3px solid #fff; */
  /* border-top: 3px solid #fff; */
  background: #000;
  padding-bottom: 13px !important;
  border-bottom-right-radius: 25%;
  border-bottom-left-radius: 25%;

}

.preview-block {
  /* background-color: #fff; */
  width: fit-content;
  margin: 0 auto;
}

.preview-block .mantine-Button-section {
  margin-right: 5px;
}

.preview-block .preview-button-mobile {
  padding: 9px 13px;
}

.pre-top {
  border-radius: 44px;
  overflow: hidden;
  margin-bottom: 6px;
  gap: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.btn-save {
  width: 100%;
  border-radius: 20px;
}

.mob-top-head {
  display: flex;
  justify-content: space-between;
}

.mob-tab-set .btn-primary {
  background-color: #fff;
  border: none;
}

.mob-top-head {
  align-items: center;
  padding-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.mob-top-head .highlight-label {
  width: 100%;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0px !important;
  text-align: left;
}

.mob-top-head .mob-tab-set button {
  padding: 0 !important;
  margin: 0;
  border: none;
}

.colorpickerinput {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  height: 18px !important;
}

.image-upload-block-main {
  gap: 20px;
}

.image-upload-block-main .image-upload-block .square-block label svg,
.image-upload-block-main .image-upload-block .square-block div svg {
  display: block;
  margin-left: auto;
  margin-right: auto !important;
  width: 19px;
  margin-bottom: 5px;
  color: #000 !important;
}

.image-upload-block-main .image-upload-block .square-block label,
.image-upload-block-main .image-upload-block .square-block div {
  font-size: 11px;
  color: #000;
}

.image-upload-block-main .image-upload-block .square-block img {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  object-fit: cover;
  z-index: 2;
}

.bg-overlay {
  position: absolute;
  background-color: rgb(250, 250, 250, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.square-block #uploadLabel {
  position: absolute;
}

.top-action-bar {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  gap: 7px;
  z-index: 3;
}

.top-action-bar label,
.top-action-bar div {
  position: unset !important;
  background-color: #fff;
  padding: 7px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-action-bar div {
  width: 25px;
  height: 25px;
}

.top-action-bar label svg,
.top-action-bar div svg {
  width: 11px !important;
  height: 11px;
  margin-bottom: 0 !important;
}

.image-upload-block .square-block .image-preview-wrapper {
  flex: 1;
}



.lg-none {
  display: none;
}


.count-card .count-area p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}

.count-card .count-det span {
  font-size: 15px;
  font-weight: 400;
}

.count-card .card {
  margin-bottom: 0px !important;
}

.count-card::before {
  content: "";
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  background-image: url(../images/media-89.png);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.6;
  --tw-content: "";
  content: var(--tw-content);
}



.count-item,
.count-det {
  z-index: 10;
}

.count-item .card {
  background-color: transparent;
}

.count-item .stretched-link {
  height: fit-content;
  padding: 8px;
  border-radius: 50%;
}

.count-item .stretched-link svg {
  stroke: #fff;
  color: #fff;
}

.count-area-main {
  /* margin-top: 45px; */
  padding-top: 45px;
  margin-bottom: 20px;
}

.count-block {
  border: none !important;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.main-h {
  font-size: 25px;
}

.dashboarditemlistings .main-h {
  font-size: 20px;
}

.prof-desg p {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}


.count-area .card-title {
  color: #0158c8;
}

.prof-img {
  width: 65px;
  height: 65px;
  display: flex;
  flex-shrink: 0;
}

.prof-img img {
  border-radius: 50%;
}

.prof-name {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.prof-desg p {
  font-size: 13px;
  font-weight: 500;
}

.card-tile-box {
  padding: 10px !important;
}

.card-dropdown {
  padding-right: 0;
  width: fit-content;
  max-width: fit-content;
  justify-content: flex-end !important;
}

.card-dropdown button {
  padding: 0;
}

.card-dropdown svg {
  width: 22px;
  height: 22px;
}

.view-prof svg {
  fill: #0158c8;
}

.card-dropdown .view-prof,
.card-dropdown .ap-id {
  line-height: 1;

}

.d-action-but {
  gap: 20px;
  /* margin-right: 30px; */
}

.ap-id img {
  width: 20px;
}

.wallet-but {
  gap: 20px;
  margin-right: 50px;
}

.drop-dot {
  display: none !important;
}

.head-link {
  display: flex;
  gap: 10px;
}

.head-link a,
.head-link button,
.ad-dashboard .customized-tabs-tables .btn-outline-success {
  padding: 5px 15px;
  background-color: #0f771f;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  line-height: 20px;
  text-wrap: nowrap;
}

.inner-head {
  display: none;
}




.switch input {
  display: none;
}

.switch small {
  display: inline-block;
  width: 43px;
  height: 16px;
  background: #ff0000;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.switch small:after {
  content: "OFF";
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  width: 100%;
  left: 0px;
  text-align: right;
  padding: 0 6px;
  box-sizing: border-box;
  line-height: 16px;
}

.switch small:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 4px;
  transition: .3s;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.switch input:checked~small {
  background: #00cc00;
  transition: .3s;
}

.switch input:checked~small:before {
  transform: translate(25px, 0px);
  transition: .3s;
}

.switch input:checked~small:after {
  content: "ON";
  text-align: left;
}

.switchSmall {
  display: inline-block;
}

.switchSmall input {
  display: none;
}

.switchSmall small {
  display: inline-block;
  width: 32px;
  height: 16px;
  background: #455a64;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.switchSmall small:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: .3s;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.switchSmall input:checked~small {
  background: #4fc5c5;
  transition: .3s;
}

.switchSmall input:checked~small:before {
  transform: translate(16px, 0px);
  transition: .3s;
}


.mobile-status-block {
  display: flex;
  justify-content: space-between;
  /*width: 100%;*/
}

.mobile-status-block .status-block-inner {
  margin-right: 20px;
}

.status-block-inner {
  display: flex;
  gap: 6px;
  align-items: center;
}

.status-block-inner svg {
  width: 18px;
  height: 18px;
  fill: white;
  color: #000;
  margin: 0 -5px;
}

.status-block-inner p {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
}

.status-block-inner .switch {
  line-height: 0;
  margin: 0;
}

.profileEditContainer .profile-pattern {
  margin-bottom: 7px !important;
}

.link-but-group {
  gap: 15px;
}

.link-but-group button,
.link-but-group a,
.store-action-but button,
.store-action-but a {
  border-radius: 0.3rem !important;
  padding: 7px 30px !important;
}

.store-action-but button,
.store-action-but a {
  width: 100%;
  margin-right: 0 !important;
}

.layout-btn {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.btn-primary.roundedbtnpd {
  border-radius: 20px;
  padding: 6px 18px;
}

.link-but-group .link-btn {
  background-color: #0f771f !important;
  border-color: #0f771f;
}

.link-but-group {
  margin-bottom: 25px;
}

.phone-format .phonecodedrop {
  width: auto;
  padding: 5px 15px;
  z-index: 1;
  border-radius: 5px;
  margin-right: 5px;
}

.createmodals .phone-format .phonecodedrop {
  padding: 7px 11px;
  display: flex;
  gap: 4px;
}

.createmodals .phone-format #phone_number {
  width: 135px;
}

.phone-format input,
.email-format .email {
  outline: none;
  height: auto;
  line-height: 0;
  padding: 6px 10px !important;
  border: 1px solid #ddd !important;
  border-radius: 5px;

}

.phone-format #phone_number {
  flex: 1;

}

.input-container {
  position: relative;
}

.clear-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  color: #888;
  cursor: pointer;
  visibility: hidden;
  /* Hide the button initially */
  width: fit-content !important;
}

.input-container input:focus+.clear-btn,
.input-container input:not(:placeholder-shown)+.clear-btn {
  visibility: visible;
  /* Show the button when input is not empty or is focused */
}

.clear-btn:hover {
  color: #000;
  /* Change color on hover */
}

.bio-layout .layout-btn {
  border-radius: 50px;
  padding: 10px 30px !important;
  font-size: 14px;
}

.bio-layout .layout-btn:hover {
  color: #fff;
}

.walpaper_card_preview .v-badge-blocks .w-qr svg {
  width: 100% !important;
  height: auto !important;
}

.anal-link {
  background-color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.anal-link svg {
  fill: #0158c8;
}

.anal-link svg path {
  stroke: #0158c8;
}

.app-content {
  background-color: #f9f9f9;
}

.panel-head {
  background-color: #fff;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #ecf3fa;
  display: flex;
  justify-content: space-between;
}

.panel-head h1 {
  padding-left: 5px;
  line-height: 1.5;
  font-size: 22px;
}

.panel-content {
  padding: 25px;
}

.header-bottom-links .left-links {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: space-between;
}

.block-products-list .items-grid-style {
  gap: 20px 0;
}

.block-products-list .items-grid-style .custom-row {
  height: 100%;
}

.lead-forms {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.lead-forms svg {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;

}

.lead-forms svg path,
.lead-forms svg rect {
  stroke: #0158c8 !important;
}

.lead-forms h3 {
  font-size: 13px;
  margin-bottom: 0;
}

.lead-forms .forms-div {
  text-align: center;
  background-color: #deefff;
  padding: 10px 5px;
  border-radius: 8px;
}

.cardldforms {
  background-color: #deefff;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}



@media (min-width: 1366px) {
  .dash-cards {
    position: relative;

  }

  .dash-card-icon {
    background-color: #0158c8;
    width: fit-content;
    padding: 10px 15px;
    border-radius: 10px;
  }

  .dash-card-icon svg {
    width: 45px;
    height: 45px;
    stroke: #fff;
  }

  .dash-cards-main .dash-cards:first-child .dash-card-icon svg path {
    fill: #fff;
  }

  .dash-cards-main .dash-cards:last-child .dash-card-icon svg {
    fill: #fff;
  }

  .card-head-box {
    display: flex;
    gap: 10px;
    align-items: end;
    margin-top: -20px;
    padding-left: 25px;
  }

  .dash-cards-data {
    padding-top: 10px !important;
    height: 100%;
    justify-content: space-between;
    gap: 15px;
  }

  .dash-cards-data p {
    margin-bottom: 0;
  }

  .dash-cards-main {
    gap: 60px 17px;
    margin-top: 43px !important;
  }

  .dash-cards-main .dash-cards {
    border: none;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    background-color: #fff;
  }

  .mob-action-buttons {
    gap: 15px;
  }

}


@media (min-width: 1366px) and (max-width: 1600px) {

  .inputs-inner .col-xl-4,
  .inputs-inner .col-xl-5 {
    max-width: 100%;
    flex: 100%;
  }

  .inputs-inner {
    margin-bottom: 20px;
  }

  .walpaper_card_preview .fixed-preview {
    position: fixed !important;
    width: 350px;
    right: 35px;
  }

  .walpaper_card {
    min-width: 300px !important;
  }

  .v-badge-blocks {
    width: 100% !important;
    height: 370px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-prof {
    height: auto !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-name {
    font-size: 13px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-job {
    font-size: 11px !important;
    margin-bottom: 3px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-com {
    font-size: 11px !important;
    margin-bottom: 10px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-mail {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-phone {
    font-size: 10px !important;
    margin-bottom: 3px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-qr {
    width: 70px !important;
    height: 70px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-qr svg {
    width: 70px !important;
    height: 70px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-logo {
    width: 70px !important;
    height: auto !important;
    margin-top: 10px !important;
  }

  .dash-cards {
    width: 265px;
  }

  .top-title {
    margin-top: 0 !important;
  }

  .dash-card-icon svg {
    width: 35px;
    height: 35px;
  }

  .card-head-box {
    margin-top: -15px;
  }

  .app-content-inr .tab.pricing {
    margin: 0;
  }

  .addition-style {
    flex-wrap: wrap !important;
  }
}




@media (max-width: 1200px) {
  .app-content .navbar {
    background-color: #0158c8 !important;
    border-bottom: 0;
    transition: position 0.3s ease, top 0.3s ease;
  }

  .logo-lg {
    display: none;
  }

  .logo-md {
    display: block;
  }

  .fixed-md-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .header-bottom {
    display: block;
  }

  .md-none {
    display: none;
  }

  .lg-none {
    display: block;
  }

  .tab-action-buttons {
    display: flex;
  }

  .d-tabprod-none {
    display: none;
  }

  .drop-dot::before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: -25px;
  }

  .drop-dot::after {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: -5px;
  }

  .drop-dot {
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    display: block !important;

  }

  .dash-cards-main {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  body.app {
    background-color: #f4f6ff;
  }

}

@media (min-width: 300px) and (max-width: 850px) {

  .app-sidebar {
    z-index: 800;
  }

  /* .app-container {padding-top: 47px;} */
  html,
  body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: var(--bg-primary);
  }

  .container {
    padding: 0 25px;
  }

  .container.customtemp {
    padding: 0px 0px !important;
  }

  .woi_sticky {
    margin-bottom: 5px !important;
  }

  .app-content .navbar {
    padding: 0.5rem 0;
    width: 100%;
    /* padding-bottom: 50px; */
    margin-bottom: 0px;
  }

  main {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .linkpage .p-sm-none {
    padding-bottom: 0px !important;
  }

  .bg-g-woi {
    background: white !important;
    height: 100vh !important;
  }



  .main-h,
  .ad-dashboard .customized-tabs-tables h1 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .sub-h {
    margin-top: 35px !important;
    border-bottom: 1px solid #dbdde4;
    padding-bottom: 10px;
  }

  .sub-h h5 {
    font-size: 19px;
  }

  .dash-cards {
    width: 100%;
    margin: 0 !important;
  }

  .dash-cards img {
    width: 100% !important;
  }

  .dash-cards-data {
    gap: 0px;
  }

  .dash-cards-data .max-h-100 {
    height: auto !important;
  }

  .profilesholder {
    margin: 0 !important;
    margin-top: 25px !important;
  }

  .cardproblocks {
    margin-right: 0 !important;
  }

  .ccardblock-footer {
    padding-top: 0;
  }

  .proreactvirtualized__innerscrollcont {
    padding-bottom: 10px;
  }

  .cardproblocks-main .cardproblocks .wcl155,
  .cardproblocks-main .cardproblocks .wcl155 img {
    width: 80px;
    height: 80px;
  }

  .CreateCardBlock .wcl258 {
    padding: 7px 0 7px 0;
  }

  .cardprodetails .wcl243 {
    font-size: 17px;
  }

  .cardprofooter {
    gap: 15px;
  }

  .cardprofooter .outlined-white {
    margin-right: 0;
  }

  .cardprofooter .dropdown .dropdown-item {
    font-size: 13px;
    padding: 10px;
  }

  .app-content .card {
    margin-bottom: 20px;
    border: 0px !important;
  }

  .count-area-main .card {
    margin-bottom: 0px;
  }

  .app-content .card-body {
    padding: 10px;
  }

  .card-body .store-profile .p-sm-add {
    padding: 0px !important;
  }

  .card-body .p-sm-add {
    /* padding: 14px !important; */
    /*  background: white;*/
    padding: 10px 10px !important;
    border-radius: 10px;
  }

  /* ------------------new---------------- */
  .modal-content {
    width: 90%;
    margin: 0 auto;
  }

  .share-modal .modal-content {
    width: 100%;
    margin: 0;
    display: block;
  }

  .modal-title {
    font-size: 18px !important;
  }

  .modal-title.minsize {
    font-size: 14px !important;
  }

  .modal-header {
    padding: 8px 15px;

  }

  .modal-content .form-group {
    margin-bottom: 20px;
  }

  .linkrowtabcontent.card {
    margin-top: 5px;
    padding-bottom: 0 !important;
    margin-bottom: 0px;
  }

  .dc-profile-edit-mode .changelayoutbtnholder.mobilepersonaldata {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 10px 10px !important;
    background: white;
    margin-top: 10px;
    border-radius: 10px;
  }

  .dc-profile-edit-mode .profile_theme_select.pb-0 {
    padding: 10px 10px !important;
    background: white;
    border-radius: 10px;
  }

  .dc-profile-edit-mode .changelayoutbtnholder.mobilepersonaldata .btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .profile_details_section .profileEditContainer .p-sm-add {
    padding: 15px 20px !important;
  }

  .profile_contact_list h6 {
    font-size: 16px;
  }

  #customtemptheme_elements h3 {
    font-size: 17px !important;
  }

  .highlight-label {
    font-size: 18px;
    width: 100%;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 25px !important; */
    text-align: left;
  }

  .profile_contact_list span {
    font-size: 13px !important;
  }

  .profile_contact_list span.woi_44 {
    font-size: 0px !important;
  }

  .profile_contact_list .woi3333 {
    padding: 15px 0;
    width: 100%;
  }

  .profile_contact_list .woi1589 {
    height: auto;
    padding: 15px;
    display: block;
  }

  .card-edit-box {
    margin-top: 10px;
    padding-bottom: 0 !important;
  }

  .footer-btn-wrapper .btn-primary {
    width: auto;
  }

  .footer-btn-wrapper .btn-primary {
    padding: 8px 18px;
  }

  .profile_details_section,
  .card-body .woi307 {
    padding-bottom: 0;
    border: none;
  }

  .link-background-type-preset.square {
    height: 18px;
    width: 18px;
  }

  .profile_contact_list .woi1589 div {
    font-size: 0.925rem;
  }

  input,
  textarea {
    font-size: 13px !important;
  }

  label {
    font-size: 0.725rem;
  }

  .virtual-bg-left-part h3 {
    font-size: 13px;
  }

  .preview-button-container-mobile .preview-button-text {
    font-size: 13px;
  }

  .preview-btn-label svg {
    width: 20px;
    height: 20px;
  }

  .biolinkpreviewer {
    top: 25px;
  }

  .biolinkpreviewer {
    background: none !important;
  }

  /* .biolink-preview-iframe-container, .biolink-preview, .biolink-preview-container
  {
    width: 100% !important;
  } */
  .mobile-slide-message {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 155px;
    width: 90%;
    padding: 10px 13px;
    font-size: 15px;
  }

  .normal-preview .vcard__profile {
    margin-top: -2.875em;
  }

  .vcard19 .avatar-name {
    font-size: 20px;
  }

  .vcard19 .avatar-designation,
  .vcard19 .card_bio_size {
    font-size: 15px;
    line-height: 23px;
  }

  .vcard19 .save-my-contac {
    font-size: 15px;
  }

  .template-link-footer .scaner {
    margin-bottom: 0 !important;
  }

  .copy-url {
    padding: 8px 15px;
  }

  .biolinkautocopy {
    margin-bottom: 8px !important;
    margin-top: 8px;
    padding: 5px;
  }

  #profileitems_settings_modal .modal-header {
    padding: 15px 8px;
    border-bottom: 1px solid #ddd;
  }

  .vcard19 .vcard__event-card .event-name {
    font-size: 15px;
  }

  .biolink-preview-iframe-container {
    height: 82vh !important;
  }

  /* .normal-preview .template-link-footer
   {
    padding-bottom: 70px;
   } */

  .normal-preview .template-link-footer-branding {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .btn.biolink-custom-primary,
  .div-block-20,
  .btn-hollow {
    width: auto;
    padding: 8px 15px !important;
    margin-right: 10px !important;
    font-size: 0.7rem;

  }

  .sliderAnimation___300FY,
  .sliderAnimationbio___300FY {
    overflow-x: scroll;
    width: 180% !important;
  }

  /*#save_contact_primary_modal_btn
  {
    margin-bottom: 10px;
  }*/
  .slideHorizontal___1NzNV,
  .slideHorizontalbio___1NzNV {
    width: 20.5% !important;
    margin-bottom: 15px;
  }

  .Left_buttons .btn-hollow span,
  .Right_buttons button,
  .Left_buttons a {
    font-size: 0.8rem;
  }

  .Left_buttons div a {
    margin-right: 10px !important;
    padding: 8px 15px !important;
  }

  .Left_buttons div a:last-child {
    margin-right: 0 !important;
  }

  .profile_image_uploads.image-upload-wrapper {
    height: auto !important;
  }

  .profile_image_uploads.image-upload-wrapper {
    height: auto !important;
  }

  .Right_buttons.biol,
  .shop-button-holder .mobile-justify-content-center {
    display: inline-block;
    margin-top: 10px !important;
  }

  .Left_buttons,
  .Right_buttons {
    width: 100%;
  }

  .Right_buttons div {
    justify-content: flex-start !important;
  }

  .btn-add-link {
    margin-top: 4px;
  }

  .profile_details_section .form_listing {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .profile_details_section .form_listing .f-box {
    padding-bottom: 15px;
  }

  .footer-mob-static a svg {
    width: 20px !important;
    height: 20px;
  }

  .footer-mob-static a .small-h2 {
    color: #fff;
  }

  .CardLayouts_layout-preview-slide {
    height: 100% !important;
  }

  .CardLayouts_main {
    min-height: auto !important;
    padding-bottom: 15px;
  }

  .theme-selection .custdiv {
    margin: 0;
  }

  .theme-selection p {
    font-size: 14px;
    margin-top: 5px;
  }

  .customhtag {
    font-size: 13px !important;
    line-height: 20px;
  }

  .link-appearance .fs-20,
  .link-appearance .fs-22 {
    font-size: 17px !important;
  }

  #create_own_backgrounds .theme-selection {
    padding: 5px;
  }

  .custdiv .customtempmain.customtempmainmini {
    height: auto;
    padding: 8px;
  }

  .custdiv .customtempmain.customtempmainmini .customtempinner,
  .btn-group-toggle label {
    font-size: 0.9rem;
  }

  .link-appearance .theme-selection.active .custdiv .customtempmain.customtempmainmini {
    height: auto;
    padding: 0;
  }

  #customtemptheme_elements {
    font-size: 14px;
  }

  .biolinktemplateset {
    width: 100%;
    margin: -10px 0px 15px -5px !important;
  }

  .link-appearance .card-body.dc-profile-edit-mode {
    padding: 10px 10px !important;
  }

  .alert-info {
    font-size: 14px;
  }

  .link-background-type-image {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #background_type_image_input,
  .altum-file-input {
    padding: 3px;
  }

  .theme_background_attachment {
    width: 100%;
    margin: 0 !important;
  }

  .custom-new-select .custom-select {
    padding: 10px;
    font-size: 14px;
    height: auto;
  }

  .colwid3.custom-picker-pattern .pickr {
    width: fit-content;
  }

  .custom-picker-pattern .pickr .pcr-button {
    height: 35px;
    width: 35px;
  }

  .custom-picker-pattern .color-picker-code {
    width: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .custom-picker-pattern .color-picker-code label {
    padding-top: 0;
    margin-right: 5px;
  }

  .custom-picker-pattern .color-picker-code p {
    font-size: 14px;
  }

  .but-area {
    flex-wrap: wrap;
  }

  .custom-switch label {
    font-size: 13px !important;
    margin-top: 12px;
  }

  .btn-group-toggle .col-4 {
    padding: 0 10px;
  }

  .footer-btn-wrapper {
    padding: 0;
  }

  .card-item-button .icon label {
    margin-top: 10px;
  }

  #branding_container lable,
  #utm_container lable,
  #protection_container lable,
  #receiver_email lable,
  #seo_container lable,
  #advanced_container lable {
    margin-top: 0 !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 5px;
  }

  #branding_container .custom-switch label {
    margin-top: 0;
  }

  #settings .w-30 {
    width: 100% !important;
  }

  #settings .w-30 .btn {
    width: fit-content;
    margin-left: auto;
    padding: 8px 18px;
    font-size: 14px;
  }

  .card-image-container label {
    background: #ebebeb;
    border: 1px solid #d8d8d8;
  }

  .linkrowtabcontentcol {
    border: 0px !important;
  }

  .cardproheaderclogo,
  .wcllogo155 {
    height: 50px;
    width: 90px;
  }

  .wcllogo240 {
    right: -12%;
    top: 110px;
  }

  .imageditpart-card-block .card-image-container.clogo-container label {
    height: 65px;
    width: 95px !important;
  }

  .imageditpart-card-block .card-image-container.clogo-container {
    position: absolute;
    width: 100px;
    right: 10px;
    bottom: -20px;
    z-index: 1;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container label {
    height: 85px;
    width: 85px !important;
    border-radius: 50%;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container label img {
    border-radius: 50% !important;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container .imageditpart .img-edit-button {
    top: 58px;
    right: 9px;
  }

  .individual {
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .fixed-preview {
    width: 100%;
  }

  .biolink-preview-iframe,
  .biolink-preview-iframe .card-preview-wrapper {
    border-radius: 0 !important;
  }

  .js-cart-product,
  .js-cart-product-design {
    text-align: left !important;
  }

  .js-cart-product .card_footer_action,
  .js-cart-product-design .card_footer_action {
    justify-content: flex-start !important;
  }

  .q-btn {
    font-size: 14px !important;
  }

  .total-block h2 {
    font-size: 18px !important;
  }

  .border-btn {
    width: 40% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    line-height: 28px;
  }

  .cart-button-grp a {
    margin: 0 !important;
  }

  .total-block .currency,
  .total-block .total_cost {
    font-size: 20px !important;
  }

  .sh-btn {
    width: 100% !important;
    padding: 2px 12px !important;
  }

  .shareelementsmobile {
    height: 375px;
    overflow-y: scroll;
  }

  .shareelementsmobile .leading-heading {
    font-size: 15px;
    font-weight: 400;
  }


  .qrcodelinkpage .qrcodetabcontentcol {
    padding-right: 0px;
    padding-top: 21px;
  }

  .qrcodelinkpage .qrextraborder-rad {
    border-radius: 0px;
    border: none;
  }

  .qrcodelinkpage.bg-white {
    background: transparent !important;
  }

  .qrextraborder-rad form .form-group label.btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wallpaper-wrapper-container {
    padding: 0px;
    padding-top: 21px;
  }

  .wallpaper-wrapper-container .woi307 {
    border-left: none;
  }

  .container.eventbadge-sm-pd .woi307 .card-body.p-sm-add {
    padding: 0px !important;
  }

  .wallpaper-wrapper-container .picker_wrapper .color-box-wrapper {
    overflow: scroll;
    padding: 10px !important;
  }

  .wallpaper-wrapper-container .picker_wrapper .color-box-wrapper .picker {
    height: 28px;
  }

  .card-edit-box.emailsigpersonal {
    margin-top: 80px;
  }

  .main-page-prolist .dropdown .dropdown-menu {
    transform: translate3d(132px, 76px, 0px) !important;
  }

  .btn-tile.btn-add-link-tile {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .img-edit-button.edit-image {
    width: 100%;
    padding: 0px !important;
  }

  .img_upload_modal .modal-content {
    max-height: 100%;
  }


  .eventbadgetab .col-md-5.bgm {
    width: 45%;
  }

  .wp-tabs .col-md-4 {
    width: 32%;
    padding-right: 0px;
  }

  .wp-tabs {
    margin-top: 1.5rem;
  }

  .eventbadgetab .col-md-5.custbgm {
    width: 55%;
  }

  .eventbadgetab .col-md-5 label {
    font-size: 13px;
  }

  .picker_wrapper .color-box-wrapper .picker {
    height: 28px;
  }

  .eventbadge .picker_wrapper {
    overflow-x: scroll;
  }

  .eventbadge .picker_wrapper .color-box-wrapper {
    padding-bottom: 14px;
  }



  .app-content .navbar-custom-toggler svg {
    color: #fff;
    transform: scaleX(1.5);
    font-size: 22px;
  }

  .app-content .navbar-custom-toggler svg path {
    transform: translateY(15px);
  }

  .app-navbar .header-bottom {
    flex: 0 0 100%;
    margin-top: 12px;
  }

  .header-bottom .app-sidebar-footer-text h1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }

  .header-bottom .app-sidebar-footer-text span {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
  }

  .app-sidebar-avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px !important;
  }

  .mob-head-right .app-sidebar-avatar {
    width: 40px;
    height: 40px;
    margin-right: 0px !important;
  }

  .header-bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .header-bottom-links a {
    font-size: 14px;
    color: #f6d374;
  }

  .header-bottom-links svg {
    width: 35px;
    color: #fff;
  }

  .dash-cards-main .dash-cards-data {
    padding: 0px !important;
  }

  .dash-card-icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    stroke: #0158c8;
  }

  .card-head-box .card-head h6 {
    font-size: 14px !important;
  }

  .dash-card-icon svg path {
    stroke: #0158c8;
  }

  .dash-cards-lg .inner-head h2 {
    font-size: 16px !important;
  }

  .dash-cards-lg .inner-head svg {
    width: 20px !important;
    height: 20px !important;
  }

  .dash-cards {
    text-align: center;
  }

  .virtual-bg-left-part .color-dots {
    gap: 13px;
  }

  .expire-mob {
    margin-top: 5px;
  }

  .expire-mob h3 {
    font-size: 18px;
    color: #0f771f;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .expire-mob p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }

  .dash-cards-main .dash-cards {
    background-color: #fff;
    border: none;
    padding: 10px 7px;
  }

  .dash-cards.hide {
    display: none;
  }

  .showbtn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
  }

  .loadbtn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
  }

  .footer-mob-static .active-main svg {
    background-color: #000;
    padding: 15px 20px;
    border-radius: 17px;
    width: 38px;
    height: 38px;
  }

  .footer-mob-static .active-main-2 svg {
    background-color: #000;
    padding: 15px 15px;
    border-radius: 17px;
    width: 65px !important;
    height: 60px !important;
  }

  .active-main,
  .active-main-2 {
    margin-top: -40px;
  }

  .count-area-main .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-tile-box {
    padding: 8px !important;
  }

  .card-dropdown {
    padding-right: 0;
    width: fit-content;
    max-width: fit-content;
    justify-content: flex-end !important;
  }

  .card-dropdown .dropdown button {
    padding: 0;
  }

  .prof-img {
    width: 70px;
    height: 70px;
    display: flex;
  }

  .prof-img img {
    border-radius: 50%;
  }

  .card-basic-det {
    width: 50%;
  }

  .prof-name {
    font-size: 15px;
    font-weight: 500;
    color: #000;
  }

  .prof-desg p {
    font-size: 13px;
    font-weight: 500;
  }

  .view-prof svg {
    fill: #0158c8;
  }

  .prof-sta {
    padding: 0;
  }

  .prof-sta .custom-control-input {
    position: unset;
  }

  .prof-sta .custom-control-label {
    margin-top: 5px;
    margin-left: 20px;
  }

  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }

  .count-area-main {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .drop-dot::before {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: -25px;
  }

  .drop-dot::after {
    content: '';
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: -5px;
  }

  .drop-dot {
    height: 4px;
    width: 4px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    display: block !important;

  }

  .changelayoutbtnholder.mobilepersonaldata.woi_mr_o {
    padding: 0px !important;
    margin: 0px !important;
  }

  .drop-button {
    margin-left: -20px;
  }

  .inner-head {
    display: flex;
  }

  .linkrowtabcontent,
  .profile_image_uploads,
  .profile_contact_list {
    background-color: #f4f6ff;
    border: none;
  }

  .highlight-label.profileHead.mb-3.fw-500 {
    padding-left: 0px !important;
  }

  .tabcontent .highlight-label {
    /* border-bottom: none;
           font-size: 15px; */
    margin-bottom: 1px !important;
    text-align: center;
    /* ----------new------------ */
    margin-bottom: 6px !important;
    text-align: center;
    margin-top: 0px !important;
    background: white;
    padding-left: 0px !important;
    padding: 10px 10px !important;
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    gap: 5px;
    width: 100%;
    font-size: 13px !important;
  }

  .mobileviewlinkshead.highlight-label.woi_store_02 {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .woi_w_100 {
    width: 100%;
  }

  .woi_a_w_100 button {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .woi_a_w_100 {
    padding: 0px !important;
    width: 100%;
  }

  .woi_a_w_100 a {
    padding: 0px !important;
  }

  .mobileviewlinkshead.highlight-label.woi_store_02 .store_name {
    width: 100%;
  }

  .mobileviewlinkshead.highlight-label.woi_store_02 .store_bio {
    width: 100%;
  }

  .tabcontent .highlight-label span {
    color: #0158c8;
  }

  .mobile-status-block {
    width: 100%;
  }

  .mobile-status-block .status-block-inner {
    margin-right: 0px;
    padding-left: 1%;
  }

  .linkrowtabcontent .woi307 {
    border: none;
  }

  .profile_contact_list .form-control:focus+label,
  .profile_contact_list .form-control:not(:placeholder-shown)+label,
  .profile_contact_list .form-group .input-group label {
    background-color: #fff;
  }

  .imageditpart-card-block .card-image-container.cover-container label {
    height: 205px !important;
  }

  .profileEditContainer .imageditpart-card-block .card-image-container.profile-container label,
  .shop-layout .imageditpart-card-block .card-image-container.profile-container label {
    width: 105px !important;
    height: 105px !important;
  }

  .imageditpart-card-block .card-image-container.profile-container {
    bottom: -40px !important;
  }

  .imageditpart-card-block .card-image-container .svg-inline--fa {
    height: 1.3em !important;
  }

  .imageditpart-card-block .card-image-container.profile-container .imageditpart .img-edit-button {
    top: 0 !important;
    right: 0 !important;
  }

  .imageditpart-card-block .card-image-container.clogo-container .imageditpart .img-edit-button {
    top: 5px !important;
    right: 5px !important;
  }

  .imageditpart .img-edit-button,
  .p-edit {
    background-color: #242424;
  }

  .imageditpart-card-block .card-image-container.profile-container {
    left: 18px !important;
  }

  .link-but-group button,
  .link-but-group a,
  .store-action-but button,
  .store-action-but a {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  .link-but-group .link-btn {
    margin-top: 0 !important;
  }

  .tabcontent .footer-btn-wrapper {
    background: #f4f6ff;
  }

  .link-but-group {
    /* margin-bottom: 14px;
           margin-top: 50px;
           justify-content: space-between;
           gap: 10px; */
    /* ----------  new ------------ */
    margin-bottom: 14px;
    margin-top: 10px;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 0px !important;
    padding: 12px 10px !important;
    background: white;
    border-radius: 10px !important;
  }

  .profile_details_section .form_listing {
    column-gap: 30px;
    gap: 20px;
  }

  .profile-type-wrapper label {
    font-size: 11px !important;
  }

  .lead-forms {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 10px 10px !important;
    background: white;
    border-radius: 10px !important;
  }

  .card-preview-wrapper .template-link-footer {
    padding-bottom: 60px;
  }

  .bio-layout .layout-btn {
    margin-left: auto;
    margin-right: 0;
    display: block;
    border-radius: 50px;
  }

  .bio-layout .layout-btn {
    padding: 9px 14px !important;
    font-size: 13px !important;
  }

  .link-but-group-2 {
    margin-top: 5px !important;
  }

  .profileEditContainer .link-but-group a {
    margin-right: 0 !important;
  }

  .link-but-group button,
  .link-but-group a span,
  .layout-btn span {
    font-weight: 400 !important;
  }

  .link-but-group-2 a span {
    color: #fff;
  }

  .link-but-group-2 a:first-child,
  .link-but-group-2 button:first-child {
    width: 60%;
    border: none;
    background-color: #5e17eb;
    outline: none;
  }

  .link-but-group-2 a:last-child {
    width: 100%;
  }

  .link-but-group .changelayoutbtnholder {
    width: 39%;
  }

  .link-but-group .changelayoutbtnholder button {
    width: 100%;
  }

  .social-item-wrapper .social-common-box {
    width: 100% !important;
  }

  .data-input-flag button {
    width: 100px;
  }

  .shop-layout .imageditpart-card-block,
  .shop-layout .imageditpart-card-block .card-image-container.cover-container {
    width: 100%;

  }

  .store-head-mob {
    margin-top: 10px;
  }

  .store-head-mob p {
    text-align: center !important;
  }

  .shop-layout .imageditpart-card-block .card-image-container {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .shop-layout .imageditpart-card-block .clogo-container .store-logo {
    border-radius: 50%;
    height: 105px !important;
    width: 105px !important;
  }

  .shop-layout .clogo-container {
    width: fit-content !important;
    margin-right: 0 !important;
  }

  .link-but-group-3 {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }

  .shop-button-holder .mobile-flex-column,
  .mobile-flex-column {
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .link-but-group-3 button,
  .link-but-group-3 a {
    background-color: #0f771f;
    border-color: #0f771f;
  }

  .link-but-group-3 button:active,
  .link-but-group-3 button:hover,
  .link-but-group-3 a:active,
  .link-but-group-3 a:hover {
    background-color: #0f771f !important;
    border-color: #0f771f !important;
  }

  .store-head-mob p {
    display: contents;
  }

  .store-h {
    margin-bottom: 5px;
    /* --------new----------- */
    display: flex !important;
    justify-content: space-between;
  }

  .store-sub-h {
    margin-bottom: 5px;
    /* --------new----------- */
    display: flex !important;
    justify-content: space-between;

  }

  .store-h p {
    font-size: 11px;
  }

  .store-sub-h p {
    font-size: 11px !important;
  }

  .store-head-mob svg {
    width: 19px;
    height: 19px;
    fill: #0158c8;
  }

  .customtemp .link-content {
    padding-bottom: 75px;
  }

  .wrapper_event_badge_view.active {
    width: 100% !important;
  }

  .v-badge-blocks {
    width: 100% !important;
    height: 465px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-prof {
    width: 85px !important;
    height: 85px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-prof img {
    width: 100% !important;
    height: 100% !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-name {
    font-size: 16px !important;
  }


  /* 17-02-25 */
  /* .app-wrapper.jss1006{
          padding-bottom: 70px;
         } */





  .walpaper_card_preview .v-badge-blocks .w-job,
  .walpaper_card_preview .v-badge-blocks .w-com {
    font-size: 13px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-mail,
  .walpaper_card_preview .v-badge-blocks .w-phone {
    font-size: 12px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-qr {
    width: 90px !important;
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .walpaper_card_preview .v-badge-blocks svg {
    width: 90px;
    height: 90px;
  }

  .walpaper_card_preview .v-badge-blocks .w-logo {
    width: 90px !important;
  }

  .wrapper_event_badge_view .vmobpreviewwid.v-badge-container {
    position: relative;
    left: 0px;
  }

  .walpaper_card {
    /*padding: 0px 20px;
    border-radius: 0px;
    background: transparent;*/
  }

  .h-badge-container {
    width: 93% !important;
  }

  .eb-qr .qrcode_svg svg {
    width: 100px !important;
    height: 150px !important;
  }

  .eventbadgetab .col-md-5.bgm {
    width: 45%;
  }

  .eventbadgetab .col-md-5.custbgm {
    width: 55%;
  }

  .eventbadgetab .col-md-5 label {
    font-size: 13px;
  }

  .picker_wrapper .color-box-wrapper .picker {
    height: 28px;
  }

  .eventbadge .picker_wrapper {
    overflow-x: scroll;
  }

  .eventbadge .picker_wrapper .color-box-wrapper {
    padding-bottom: 14px;
  }

  .w-down .dropdown {
    width: fit-content;
    margin: 0 auto;
  }

  .inputs-inner {
    margin-bottom: 25px;
  }

  .block-products-list .profileHead {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .app-content form .form-control:focus {
    background-color: transparent;
  }

  .form-group .bg-white {
    background-color: transparent !important;
  }

  .prof-det-head {
    gap: 10px;
  }

  .app-content {
    background-color: transparent;
  }

  .user-account-dropdown {
    width: 275px !important;
    top: 0px !important;
  }

  .user-account-dropdown.width-330 {
    left: -10px !important;
  }

  .listing-block {
    /* border-top: 1px solid #ddd; */
    padding-top: 20px;
    /* -----------new--------------- */
    padding: 10px 10px;
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .block-products-list {
    /* border-top: 1px solid #ddd; */
    padding-top: 20px;
    /* -----------new--------------- */
    padding: 10px 10px;
    background: white;
    border-radius: 10px;
  }

  .dash-top {
    width: 100% !important;
  }

  .dc-block img {
    width: 80px !important;
  }

  .dash-top-block p {
    font-size: 14px !important;
  }

  .dash-top-block img {
    width: 60px !important;
  }

  .ac-block {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
  }

  .ac-block img {
    width: 50% !important;
  }

  .top-title {
    margin-top: 0 !important;
  }

  .top-title h2 {
    font-size: 20px !important;
  }

  .top-title p {
    font-size: 14px !important;
  }

  .sub-head h2 {
    font-size: 16px !important;
    width: 70%;
  }

  .sub-head {
    justify-content: space-between !important;
    align-items: self-start !important;
  }

  .mob-action-buttons {
    gap: 10px;
  }

  .plans-head h1 {
    font-size: 17px !important;
  }

  .plans-head .btn-success {
    font-size: 13px;
    font-weight: 500;
    padding: 7px 8px;
    line-height: 1;
  }

  .preview-button-mobile {
    font-size: 12px;
  }

  body .upgrade-alert {
    display: block;
    width: 95% !important;
  }

  .upgrade-alert .alert-msg {
    align-items: flex-start !important;
  }

  .upgrade-alert .alert-btn-group {
    justify-content: flex-end;
  }

  body.open .side-cart {
    width: 100% !important;
    max-width: 100% !important;
  }


}




@media (min-width: 600px) and (max-width: 990px) and (orientation: landscape) {

  html,
  body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }

  .container {
    padding: 0 25px;
  }

  .app-content .navbar {
    padding: 0.7rem 0;
    width: 100%;
  }

  main {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .main-h,
  .ad-dashboard .customized-tabs-tables h1 {
    font-size: 21px;
    color: #000;
  }

  .sub-h {
    margin-top: 35px !important;
    border-bottom: 1px solid #dbdde4;
    padding-bottom: 10px;
  }

  .sub-h h5 {
    font-size: 19px;
  }

  .dash-cards {
    width: 100%;
    margin: 0 !important;
  }

  .dash-cards img {
    width: 100% !important;
  }

  .dash-cards-data {
    gap: 0px;
  }

  .dash-cards-data .max-h-100 {
    height: auto !important;
  }

  .profilesholder {
    margin: 0 !important;
    margin-top: 25px !important;
  }

  .cardproblocks {
    margin-right: 0 !important;
  }

  .ccardblock-footer {
    padding-top: 0;
  }

  .proreactvirtualized__innerscrollcont {
    padding-bottom: 10px;
  }

  .cardproblocks-main .cardproblocks .wcl155,
  .cardproblocks-main .cardproblocks .wcl155 img {
    width: 80px;
    height: 80px;
  }

  .CreateCardBlock .wcl258 {
    padding: 7px 0 7px 0;
  }

  .cardprodetails .wcl243 {
    font-size: 17px;
  }

  .cardprofooter {
    gap: 15px;
  }

  .cardprofooter .outlined-white {
    margin-right: 0;
  }

  .cardprofooter .dropdown .dropdown-item {
    font-size: 13px;
    padding: 10px;
  }

  .app-content .card {
    margin-bottom: 20px;
  }

  .count-area-main .card {
    margin-bottom: 0px;
  }

  .app-content .card-body {
    padding: 10px;
  }

  .card-body .p-sm-add {
    padding: 14px !important;
  }

  .modal-content {
    width: 90%;
    margin: 0 auto;
  }

  .share-modal .modal-content {
    width: 100%;
    margin: 0;
  }

  .modal-title {
    font-size: 18px !important;
  }

  .modal-header {
    padding: 8px;
  }

  .modal-content .form-group {
    margin-bottom: 20px;
  }

  .linkrowtabcontent.card {
    margin-top: 0px;
    padding-bottom: 0 !important;
    margin-bottom: 70px;
  }

  .dc-profile-edit-mode .changelayoutbtnholder.mobilepersonaldata {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }

  .dc-profile-edit-mode .changelayoutbtnholder.mobilepersonaldata .btn {
    padding: 10px 20px;
    font-size: 0.8rem;
  }

  .profile_details_section .profileEditContainer .p-sm-add {
    padding: 15px 20px !important;
  }

  .profile_contact_list h6 {
    font-size: 16px;
  }

  #customtemptheme_elements h3 {
    font-size: 17px !important;
  }

  .highlight-label {
    font-size: 18px;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 25px !important; */
    text-align: left;
  }

  .profile_contact_list .woi3333 {
    padding: 15px 0;
    width: 100%;
  }

  .profile_contact_list .woi1589 {
    height: auto;
    padding: 15px;
    display: block;
  }

  .card-edit-box {
    margin-top: 10px;
    padding-bottom: 0 !important;
  }

  .footer-btn-wrapper .btn-primary {
    width: auto;
  }

  .footer-btn-wrapper .btn-primary {
    padding: 8px 18px;
  }

  .profile_details_section,
  .card-body .woi307 {
    padding-bottom: 0;
  }

  .link-background-type-preset.square {
    height: 18px;
    width: 18px;
  }

  .profile_contact_list .woi1589 div {
    font-size: 0.925rem;
  }

  input,
  textarea {
    font-size: 14px !important;
  }

  .preview-button-container-mobile .preview-button-text {
    font-size: 13px;
  }

  .preview-btn-label svg {
    width: 20px;
    height: 20px;
  }

  .biolinkpreviewer {
    top: 25px;
  }

  .biolinkpreviewer {
    background: none !important;
  }

  /* .biolink-preview-iframe-container, .biolink-preview, .biolink-preview-container
  {
    width: 100% !important;
  } */
  .mobile-slide-message {
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 155px;
    width: 90%;
    padding: 10px 13px;
    font-size: 15px;
  }

  .normal-preview .vcard__profile {
    margin-top: -2.875em;
  }

  .vcard19 .avatar-name {
    font-size: 20px;
  }

  .vcard19 .avatar-designation,
  .vcard19 .card_bio_size {
    font-size: 15px;
    line-height: 23px;
  }

  .vcard19 .save-my-contac {
    font-size: 15px;
  }

  .template-link-footer .scaner {
    margin-bottom: 0 !important;
  }

  .copy-url {
    padding: 8px 15px;
  }

  .biolinkautocopy {
    margin-bottom: 8px !important;
    margin-top: 8px;
    padding: 5px;
  }

  #profileitems_settings_modal .modal-header {
    padding: 15px 8px;
    border-bottom: 1px solid #ddd;
  }

  .vcard19 .vcard__event-card .event-name {
    font-size: 15px;
  }

  .biolink-preview-iframe-container {
    height: 82vh !important;
  }

  /* .normal-preview .template-link-footer
   {
    padding-bottom: 70px;
   } */

  .normal-preview .template-link-footer-branding {
    margin-top: 45px;
  }

  .btn.biolink-custom-primary,
  .div-block-20,
  .btn-hollow {
    width: auto;
    padding: 8px 15px !important;
    margin-right: 10px !important;
    font-size: 0.7rem;

  }

  .sliderAnimation___300FY,
  .sliderAnimationbio___300FY {
    overflow-x: scroll;
    width: 180% !important;
  }

  .floating-btn {
    margin-bottom: 10px;
  }

  .slideHorizontal___1NzNV,
  .slideHorizontalbio___1NzNV {
    width: 20.5% !important;
    margin-bottom: 15px;
  }

  .Left_buttons .btn-hollow span,
  .Right_buttons button,
  .Left_buttons a {
    font-size: 0.8rem;
  }

  .Left_buttons div a {
    margin-right: 10px !important;
    padding: 8px 15px !important;
  }

  .Left_buttons div a:last-child {
    margin-right: 0 !important;
  }

  .profile_image_uploads.image-upload-wrapper {
    height: auto !important;
  }

  .Right_buttons.biol,
  .shop-button-holder .mobile-justify-content-center {
    display: inline-block;
    margin-top: 10px !important;
  }

  .Left_buttons,
  .Right_buttons {
    width: 100%;
  }

  .Right_buttons div {
    justify-content: flex-start !important;
  }

  .btn-add-link {
    margin-top: 5px;
  }

  .profile_details_section .form_listing {
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .profile_details_section .form_listing .f-box {
    padding-bottom: 15px;
  }

  .footer-mob-static a svg {
    width: 35px;
    height: 35px;
  }

  .footer-mob-static a .small-h2 {
    color: #fff;
  }

  .CardLayouts_layout-preview-slide {
    height: 100% !important;
  }

  .CardLayouts_main {
    min-height: auto !important;
    padding-bottom: 15px;
  }

  .theme-selection .custdiv {
    margin: 0;
  }

  .theme-selection p {
    font-size: 14px;
    margin-top: 5px;
  }

  .customhtag {
    font-size: 13px !important;
    line-height: 20px;
  }

  .link-appearance .fs-20,
  .link-appearance .fs-22 {
    font-size: 17px !important;
  }

  #create_own_backgrounds .theme-selection {
    padding: 5px;
  }

  .custdiv .customtempmain.customtempmainmini {
    height: auto;
    padding: 8px;
  }

  .custdiv .customtempmain.customtempmainmini .customtempinner,
  .btn-group-toggle label {
    font-size: 0.9rem;
  }

  .link-appearance .theme-selection.active .custdiv .customtempmain.customtempmainmini {
    height: auto;
    padding: 0;
  }

  #customtemptheme_elements {
    font-size: 14px;
  }

  .biolinktemplateset {
    width: 100%;
    margin: -10px 0px 15px -5px !important;
  }

  .link-appearance .card-body.dc-profile-edit-mode {
    padding: 13px 0 !important;
  }

  .alert-info {
    font-size: 14px;
  }

  .link-background-type-image {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #background_type_image_input,
  .altum-file-input {
    padding: 3px;
  }

  .theme_background_attachment {
    width: 100%;
    margin: 0 !important;
  }

  .custom-new-select .custom-select {
    padding: 10px;
    font-size: 14px;
    height: auto;
  }

  .colwid3.custom-picker-pattern .pickr {
    width: fit-content;
  }

  .custom-picker-pattern .pickr .pcr-button {
    height: 35px;
    width: 35px;
  }

  .custom-picker-pattern .color-picker-code {
    width: 100%;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }

  .custom-picker-pattern .color-picker-code label {
    padding-top: 0;
    margin-right: 5px;
  }

  .custom-picker-pattern .color-picker-code p {
    font-size: 14px;
  }

  .but-area {
    flex-wrap: wrap;
  }

  .custom-switch label {
    font-size: 13px !important;
    margin-top: 0px;
  }

  .btn-group-toggle .col-4 {
    padding: 0 10px;
  }

  .footer-btn-wrapper {
    padding: 0;
  }

  .card-item-button .icon label {
    margin-top: 10px;
  }

  #branding_container lable,
  #utm_container lable,
  #protection_container lable,
  #receiver_email lable,
  #seo_container lable,
  #advanced_container lable {
    margin-top: 0 !important;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 5px;
  }

  #branding_container .custom-switch label {
    margin-top: 0;
  }

  #settings .w-30 {
    width: 100% !important;
  }

  #settings .w-30 .btn {
    width: fit-content;
    margin-left: auto;
    padding: 8px 18px;
    font-size: 14px;
  }

  .cardproheaderclogo,
  .wcllogo155 {
    height: 50px;
    width: 90px;
  }

  .wcllogo240 {
    right: -12%;
    top: 110px;
  }

  .imageditpart-card-block .card-image-container.clogo-container label {
    height: 80px;
    width: 100% !important;
  }

  .imageditpart-card-block .card-image-container.clogo-container {
    position: absolute;
    width: 145px;
    right: 20px;
    bottom: -40px;
    z-index: 1;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container label {
    height: 85px;
    width: 85px !important;
    border-radius: 50%;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container label img {
    border-radius: 50% !important;
  }

  .storeprofiletab .imageditpart-card-block .card-image-container.clogo-container .imageditpart .img-edit-button {
    top: 58px;
    right: 9px;
  }

  .tooltip1 p {
    padding: 6px 15px;
    font-weight: 500;
    font-size: 12px;
  }

  .individual {
    margin-left: 0;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .fixed-preview {
    width: 100%;
  }

  .biolink-preview-iframe,
  .biolink-preview-iframe .card-preview-wrapper {
    border-radius: 0 !important;
  }

  .q-btn {
    font-size: 14px !important;
  }

  .total-block p {
    font-size: 15px !important;
    margin-bottom: 4px !important;
  }

  .total-block h2 {
    font-size: 17px !important;
  }

  .tooltip1 {
    transform: translateX(-90%);
  }



  .app-content .navbar-custom-toggler svg {
    color: #fff;
    transform: scaleX(2);
    font-size: 22px;
  }

  .app-content .navbar-custom-toggler svg path {
    transform: translateY(15px);
  }

  .app-navbar .header-bottom {
    flex: 0 0 100%;
    margin-top: 12px;
  }

  .header-bottom .app-sidebar-footer-text h1 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
  }

  .header-bottom .app-sidebar-footer-text span {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
  }

  .app-sidebar-avatar {
    width: 50px;
    height: 50px;
    margin-right: 10px !important;
  }

  .mob-head-right .app-sidebar-avatar {
    width: 40px;
    height: 40px;
    margin-right: 0px !important;
  }

  .header-bottom-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 5px;
  }

  .header-bottom-links a {
    font-size: 15px;
    color: #f6d374;
  }

  .header-bottom-links svg {
    width: 35px;
    color: #fff;
  }

  .dash-cards-main .dash-cards-data {
    padding: 0px !important;
  }

  .dash-card-icon svg {
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    stroke: #0158c8;
  }

  .dash-cards {
    text-align: center;
  }

  .expire-mob {
    margin-top: 5px;
  }

  .expire-mob h3 {
    font-size: 18px;
    color: #0f771f;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .expire-mob p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
  }

  .dash-cards-main .dash-cards {
    background-color: #fff;
    border: none;
    padding: 10px 7px;
  }

  .dash-cards.hide {
    display: none;
  }

  .showbtn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 21px;
    font-weight: 600;
  }

  .loadbtn {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
  }

  .footer-mob-static .active-main svg {
    background-color: #000;
    padding: 15px 20px;
    border-radius: 17px;
    width: 38px;
    height: 38px;
  }

  .footer-mob-static .active-main-2 svg {
    background-color: #000;
    padding: 15px 15px;
    border-radius: 17px;
    width: 75px;
    height: 65px;
  }

  .active-main,
  .active-main-2 {
    margin-top: -40px;
  }

  .count-area-main .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card-tile-box {
    padding: 8px !important;
  }

  .card-dropdown {
    padding-right: 0;
    width: fit-content;
    max-width: fit-content;
    justify-content: flex-end !important;
  }

  .card-dropdown .dropdown button {
    padding: 0;
  }

  .prof-img {
    width: 70px;
    height: 70px;
    display: flex
  }

  .prof-img img {
    border-radius: 50%;
  }

  .card-basic-det {
    width: 50%;
  }

  .prof-name {
    font-size: 19px;
    font-weight: 500;
    color: #000;
  }

  .prof-desg p {
    font-size: 15px;
    font-weight: 500;
  }


  .view-prof svg {
    fill: #0158c8;
  }

  .prof-sta {
    padding: 0;
  }

  .prof-sta .custom-control-input {
    position: unset;
  }

  .prof-sta .custom-control-label {
    margin-top: 5px;
    margin-left: 20px;
  }

  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
  }

  .count-area-main {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .drop-dot::before {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: -30px;
  }

  .drop-dot::after {
    content: '';
    height: 5px;
    width: 5px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    margin: 15px;
    position: absolute;
    left: -15px;
    top: 0px;
  }

  .drop-dot {
    height: 5px;
    width: 5px;
    background-color: #0158c8;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    display: block !important;

  }

  .drop-button {
    margin-left: -20px;
  }

  .inner-head {
    display: flex;
  }

  .linkrowtabcontent,
  .profile_image_uploads,
  .profile_contact_list {
    background-color: #f4f6ff;
    border: none;
  }

  .tabcontent .highlight-label {
    border-bottom: none;
    font-size: 15px;
    margin-bottom: 8px !important;
  }

  .tabcontent .highlight-label span {
    color: #0158c8;
  }

  .linkrowtabcontent .woi307 {
    border: none;
  }

  .profile_contact_list .form-control:focus+label,
  .profile_contact_list .form-control:not(:placeholder-shown)+label,
  .profile_contact_list .form-group .input-group label {
    background-color: #f4f6ff;
  }

  .imageditpart-card-block .card-image-container.cover-container label {
    height: 280px !important;
    width: 100%;
  }

  .imageditpart-card-block .card-image-container.cover-container {
    width: 100%;
  }

  .link-but-group div,
  .link-but-group .changelayoutbtnholder,
  .link-but-group-2 a {
    width: 100% !important;
  }

  .profileEditContainer .imageditpart-card-block .card-image-container.profile-container label,
  .shop-layout .imageditpart-card-block .card-image-container.profile-container label {
    width: 105px !important;
    height: 105px !important;
  }

  .imageditpart-card-block .card-image-container.profile-container {
    bottom: -55px !important;
  }

  .imageditpart-card-block .card-image-container .svg-inline--fa {
    height: 1.3em !important;
  }

  .imageditpart-card-block .card-image-container.profile-container .imageditpart .img-edit-button {
    top: 0 !important;
    right: 0 !important;
  }

  .imageditpart-card-block .card-image-container.clogo-container .imageditpart .img-edit-button {
    top: 5px !important;
    right: 5px !important;
  }

  .imageditpart .img-edit-button,
  .p-edit {
    background-color: #242424;
  }

  .imageditpart-card-block .card-image-container.profile-container {
    left: 18px !important;
  }

  .link-but-group button,
  .link-but-group a,
  .store-action-but button,
  .store-action-but a {
    padding: 12px 14px !important;
    font-size: 15px !important;
  }

  .link-but-group .link-btn {
    margin-top: 0 !important;
  }

  .tabcontent .footer-btn-wrapper {
    background: #f4f6ff;
  }

  .link-but-group {
    margin-bottom: 40px;
    margin-top: 50px;
    justify-content: space-between;
    gap: 10px;
  }

  .profile_details_section .form_listing {
    column-gap: 30px;
    gap: 30px;
  }

  .profile-type-wrapper label {
    font-size: 11px !important;
  }

  .card-preview-wrapper .template-link-footer {
    padding-bottom: 165px;
  }

  .bio-layout .layout-btn {
    margin-left: auto;
    margin-right: 0;
    display: block;
    border-radius: 50px;
  }

  .bio-layout .layout-btn {
    padding: 12px 30px !important;
    font-size: 15px !important;
  }

  .link-but-group-2 {
    margin-top: 12px !important;
  }

  .profileEditContainer .link-but-group a {
    margin-right: 0 !important;
  }

  .link-but-group button,
  .link-but-group a span,
  .layout-btn span {
    font-weight: 400 !important;
  }

  .link-but-group-2 a span {
    color: #fff;
  }

  .link-but-group-2 a:first-child {
    width: 60%;
    border: none;
    background-color: #5e17eb;
    outline: none;
  }

  .link-but-group-2 a:last-child {
    width: 100%;
  }

  .link-but-group .changelayoutbtnholder button {
    width: 100%;
  }

  .social-item-wrapper .social-common-box {
    width: 100% !important;
  }

  .data-input-flag button {
    width: 100px;
  }

  .shop-layout .imageditpart-card-block,
  .shop-layout .imageditpart-card-block .card-image-container.cover-container {
    width: 100%;
  }

  .store-head-mob {
    margin-top: 30px;
  }

  .store-head-mob p {
    text-align: center !important;
  }

  .shop-layout .imageditpart-card-block .card-image-container {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .shop-layout .imageditpart-card-block .clogo-container .store-logo {
    border-radius: 50%;
    height: 105px !important;
    width: 105px !important;
  }

  .shop-layout .clogo-container {
    width: fit-content !important;
    margin-right: 0 !important;
  }

  .link-but-group-3 {
    margin-bottom: 30px !important;
    margin-top: 0px !important;
  }

  .link-but-group-3 button,
  .link-but-group-3 a {
    background-color: #0f771f;
  }

  .store-head-mob p {
    display: contents;
  }

  .store-h {
    margin-bottom: 5px;
  }

  .store-h p {
    font-size: 19px;
  }

  .store-sub-h p {
    font-size: 16px !important;
  }

  .store-head-mob svg {
    width: 19px;
    height: 19px;
    fill: #0158c8;
  }

  .customtemp .link-content {
    padding-bottom: 150px;
  }

  .wrapper_event_badge_view.active {
    width: 100% !important;
  }

  .v-badge-blocks {
    width: 100% !important;
    height: 465px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-prof {
    width: 85px !important;
    height: 85px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-prof img {
    width: 100% !important;
    height: 100% !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-name {
    font-size: 16px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-job,
  .walpaper_card_preview .v-badge-blocks .w-com {
    font-size: 13px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-mail,
  .walpaper_card_preview .v-badge-blocks .w-phone {
    font-size: 12px !important;
  }

  .walpaper_card_preview .v-badge-blocks .w-qr {
    width: 90px !important;
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .walpaper_card_preview .v-badge-blocks svg {
    width: 90px;
    height: 90px;
  }

  .walpaper_card_preview .v-badge-blocks .w-logo {
    width: 90px !important;
  }

  .wrapper_event_badge_view .vmobpreviewwid.v-badge-container {
    position: relative;
    left: 0px;
  }

  .walpaper_card {
    /*padding: 0px 20px;
    border-radius: 0px;
    background: transparent;*/
  }

  .h-badge-container {
    width: 93% !important;
  }

  .eb-qr .qrcode_svg svg {
    width: 100px !important;
    height: 150px !important;
  }

  .eventbadgetab .col-md-5.bgm {
    width: 45%;
  }

  .eventbadgetab .col-md-5.custbgm {
    width: 55%;
  }

  .eventbadgetab .col-md-5 label {
    font-size: 13px;
  }

  .picker_wrapper .color-box-wrapper .picker {
    height: 28px;
  }

  .eventbadge .picker_wrapper {
    overflow-x: scroll;
  }

  .eventbadge .picker_wrapper .color-box-wrapper {
    padding-bottom: 14px;
  }

  .w-down .dropdown {
    width: fit-content;
    margin: 0 auto;
  }

  .inputs-inner {
    margin-bottom: 25px;
  }

  .block-products-list .profileHead {
    font-size: 19px;
    width: 100%;
    text-align: center;
  }

  .app-content form .form-control:focus {
    background-color: transparent;
  }

  .form-group .bg-white {
    background-color: transparent !important;
  }

  .prof-det-head {
    gap: 10px;
  }

  .app-content {
    background-color: transparent;
  }

  .mobile-slide-message {
    display: none !important;
  }

  .header-bottom-links .left-links {
    display: flex;
    gap: 30px;
  }

  .d-mobile-none-1-1 {
    display: none !important;
  }

  .CardLayouts_layout-preview-slide {
    width: 200px !important;
  }

  #preview-button {
    display: none;
  }

  .user-account-dropdown {
    width: 275px !important;
    top: 0 !important;
  }

  .user-account-dropdown.width-330 {
    left: -10px !important;
  }

  .listing-block {
    /* border-top: 1px solid #ddd; */
    padding-top: 20px;
  }

  body .upgrade-alert {
    display: flex;
    width: 75% !important;
  }

  body.open .side-cart {
    width: 50% !important;
    max-width: 50% !important;
  }


}

@media (min-width: 900px) and (max-width: 1250px) {
  .side-cart {
    width: 30% !important;
  }
}



@media (max-width: 500px) {
  .virtual-bg-right-part {
    order: 1;
  }

  .virtual-bg-left-part {
    order: 2;
    padding-top: 15px;
    padding-top: 25px !important;
  }

  .right-part,
  .left-part {
    height: auto;
  }

  .right-part p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
  }

  .preview {
    margin-top: 20px;
  }

  .left-part h1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .left-part {
    margin-right: 0;
    margin-top: 3px !important;
  }

  .right-part {
    padding-top: 25px !important;
  }
}

@media (min-width: 992px) {
  .linkpage.app-content {
    margin-left: 234px;
  }
}

@media (max-width: 990px) {
  .preview-button-container-mobile {
    display: flex !important;
  }

  .preview-button-container-mobile.d-none {
    display: none !important;
  }

  .text-start-1 {
    text-align: start !important;
  }

  .show-prev-btns-mob {
    display: block !important;
  }

  .show-prev-dashboard-btns-mob {
    display: flex !important;
    width: 100%;
  }

  .show-prev-dashboard-btns-mob a {
    width: 180px;
  }

  .vcard19 .card-page {
    padding: 0;
    background-color: transparent;
  }

  .vcard__avatar.vcard19__avatar img {
    width: 118px !important;
    height: 118px !important;
  }

  .vcard19 .logo_holder {
    width: 159px;
    height: 83px;
  }

  .vcard19 .logo_holder.samplecardtemp {
    width: 120px;
    height: 67px;
  }

  .profile_card_wrapper .vcard__banner19.banner-edit {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .profile_card_wrapper .vcard__banner19 img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .wcl5177mobile-hidden {
    display: none !important;
  }

  .hiddenmobileview {
    display: none !important;
  }

  .footer-mob-static {
    display: flex !important;
  }

  .footer-mob-static.d-none {
    display: none !important;
  }

  .app-wrapper .profile_image_uploads.mobile-pt-0 {
    padding-top: 10px !important;
    margin-bottom: 54px !important;
    background: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }

  .app-wrapper .storeprofiletab .profile_image_uploads.mobile-pt-0 {
    padding-bottom: 35px !important;
  }

  .app-sidebar {
    min-width: 300px;
    max-width: 300px;
    /*background: #000;*/
    margin-left: -300px;
  }

  .app-sidebar-footer .app-sidebar-footer-block {
    padding: 8px 15px;
    background: #f0f1f5;
  }

  .app-sidebar-footer-block .app-sidebar-footer-text {
    color: #4f5564;
  }

  .app-sidebar-footer-block svg path {
    fill: #4f5564;
  }

  .wcl240 {
    left: 19%;
    top: 85px;
  }

  .wcllogo240 {
    right: -11%;
    top: 104px;
  }

  .width-330 {
    left: 4px !important;
  }

  .ccardblock-footer {
    width: 100%;
  }

  .customize-dropdown .customize-dropdown-menu-share {
    width: 354px;
    left: -132px;
  }

  .app-sidebar .closebreak {
    display: flex !important;
  }

  .app-sidebar-links>li.linksidebar-info-corner,
  .link-sidebar .app-sidebar-footer,
  .linkrowstyling {
    display: none !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .linkrowtabcontent {
    padding-bottom: 60px !important;
    overflow: hidden;
  }

  #footer_link_share_menu .sharemobpadd {
    padding: 13px 0px !important;
  }

  #footer_link_share_menu .sharemobpaddbtom {
    padding: 0px 0px 1.5rem 0px !important;
  }

  #footer_link_share_menu a.sharemobpadd img {
    width: 32px;
    height: 32px;
  }

  #footer_link_share_menu .sharemobpadd .leading-heading {
    font-size: 14px;
    font-weight: 500;
  }

  #footer_link_share_menu .clsbtn {
    position: relative;
    top: -6px;
  }

  .linkpage .p-sm-none {
    padding-top: 0px !important;
  }

  .linkrowtabcontentcol {
    padding: 0px !important;
    background-color: #f4f6ff;
  }

  .profileEditContainer.card {
    border-radius: 0px;
  }

  .profileEditContainer .p-sm-add {
    padding: 0px !important;
    padding-top: 0px !important;
  }

  .profileEditContainer .socials-block-card .pl-5 {
    padding-left: 1rem !important;
  }

  .dc-profile-edit-mode .profile_theme_select {
    padding-bottom: 12px;
  }

  .biolinkautocopy .urbiolink {
    width: 78%;
    padding-left: 5px;
  }

  .biolinkautocopy .col-md-3.cust-sm-w {
    width: 22%;
  }

  .biolinkpreviewer {
    margin-top: 0rem !important;
    border-radius: 0px;
    background: #fff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    /*position: fixed;*/
    left: 0px;
    bottom: 0px;
    top: 3px;
  }

  .biolinkpreviewer.slide-in {
    display: block;
    /* Ensure it’s displayed */
    opacity: 1;
  }

  .biolink-preview {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
  }

  .biolink-preview-iframe-container {
    margin: 0 !important;
    padding: 0;
    width: 100vw;
    height: 68vh;
    border-radius: 0rem;
  }

  .link-sidebar {
    display: none !important;
  }

  .app-sidebar.d-smt-block {
    display: flex !important;
  }

  .splsetbtn .btn-primary-round {
    width: 100% !important;
  }

  .dc-profile-edit-mode .profile_theme_select {
    padding-bottom: 7px !important;
  }

  .visibleinmbole {
    display: flex !important;
  }

  .imageditpart-title {
    display: none !important;
  }

  .imageditpart-card-block p {
    display: none !important;
  }

  .profile_image_uploads.image-upload-wrapper {
    height: 285px;
    /* height: 375px !important; */
  }


  .imageditpart-card-block {
    position: relative;
  }

  .imageditpart-card-block .card-image-container.profile-container {
    position: absolute;
    margin-right: 0px;
    width: 100px;
    bottom: -41px;
    left: 12px;
    z-index: 1;
  }

  .imageditpart-card-block .card-image-container.profile-container label {
    width: 85px !important;
    height: 85px;
    border-radius: 50%;
  }

  .imageditpart-card-block .card-image-container.profile-container label img {
    border-radius: 50% !important;
  }

  .imageditpart-card-block .card-image-container.profile-container .imageditpart .img-edit-button {
    top: 30px;
    right: 28px;
  }

  .imageditpart-card-block .card-image-container.cover-container {
    margin-right: 0px;
    padding: 10px;
  }

  .imageditpart-card-block .card-image-container.cover-container label {
    height: 155px;
  }

  /* .imageditpart-card-block .card-image-container.clogo-container {
    position: absolute;
    width: 100px;
    right: 20px;
    bottom: -46px;
  } */

  .imageditpart-card-block .card-image-container.clogo-container.mobrightalign {
    right: 30px;
  }

  .imageditpart-card-block .card-image-container.clogo-container label img {
    object-fit: contain;
  }

  .imageditpart-card-block .card-image-container.clogo-container .imageditpart .img-edit-button {
    top: 22px;
    right: 33px;
  }

  .imageditpart-card-block .card-image-container .svg-inline--fa {
    height: 1.6em;
  }

  .img_upload_modal.modal {
    transition: transform 0.3s ease-out;
    /* Slide effect */
    transform: translateY(100%);
    overflow: hidden;
  }

  .img_upload_modal.modal.show {
    display: block;
    /*transform: translateY(50px);*/
    transform: translateY(10px);
    /*transform: translateY(80px);*/
  }

  .img_upload_modal_pro.show {
    transform: translateY(100px);
  }

  .img_upload_modal .modal-dialog {
    margin-bottom: 0 !important;
  }

  .social-more-block .email-block:not(:first-child),
  .social-more-block .phone-block:not(:first-child) {
    margin-left: 0px;
    margin-bottom: 1rem;
    width: 100%;
  }

  .social-more-block .additional-block:nth-child(2n + 1),
  .social-more-block .email-block:nth-child(2n + 1),
  .social-more-block .phone-block:nth-child(2n + 1) {
    width: 100%;
  }

  .biolink_block .pl-5 {
    padding-left: 0px !important;
  }

  #change_card_layout_modal .modal-content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .card-body.dc-profile-edit-mode {
    padding: 13px !important;
  }

  .profile-text-color-wrapper.avatar-profile-wrapper,
  .profile_theme_select.background_favicon_set {
    flex-direction: column;
  }

  .profile-text-color-wrapper.avatar-profile-wrapper .socials-icon-color {
    width: 100%;
  }

  .profilebgcolor,
  .avatarfont {
    width: 100%;
  }

  .profile-text-color-wrapper {
    flex-direction: column;
    width: 97%;
  }

  .font-wrapper,
  .profile-text-color-wrapper .w-30 {
    width: 100% !important;
  }

  .profile-text-color-wrapper .ml-3 {
    margin-left: 0rem !important;
    margin-bottom: 10px !important;
  }

  .background_favicon_set .theme_background_attachment,
  .background_favicon_set .theme_favicon {
    width: 100% !important;
  }

  .profile_theme_select .profile-pic-group .w-48,
  .profile_theme_select .profile-pic-group .w-50 {
    width: 100% !important;
  }

  .theme-settings-wrapper .settings-block-row,
  .theme-settings-wrapper .border-shadow-wrapper {
    flex-direction: column;
  }

  .theme-settings-wrapper .border-shadow-wrapper .form-group {
    width: 100%;
  }

  .qr-color-wrapper .w-50 {
    width: 100% !important;
  }

  .qrcodelinkcontent {
    padding: 0px !important;
    overflow: hidden;
  }

  .qrcodelinkcontent .headerportion {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .qrcodelinkcontent .headerportion .row {
    margin-top: 17px;
  }

  .qrcodelinkcontent .qrcodelinkpage .d-print-none.mb-lg-0 {
    padding: 0px !important;
    margin-bottom: 6rem !important;
  }

  .qrcodelinkcontent .card-body.p-sm-add {
    padding: 14px 18px !important;
  }

  .qrcodelinkpage .qrcoderightcard img#qr_code {
    width: 100%;
  }

  .container.eventbadge-sm-pd {
    padding: 0px;
  }

  .container.eventbadge-sm-pd .card.extraborder-rad {
    border-radius: 0px;
  }

  .container.eventbadge-sm-pd .background_type_radio_cont label {
    font-size: 13px;
  }

  .container.eventbadge-sm-pd .card-body.p-sm-add {
    padding: 1rem !important;
    margin-bottom: 40px;
  }

  .container.eventbadge-sm-pd .event-badge-fontst {
    flex-direction: column;
  }

  .container.eventbadge-sm-pd .w-50 {
    width: 100% !important;
    margin-bottom: 23px;
    margin-left: 0px !important;
  }

  .walpaper_card_preview {
    margin-top: 6px !important;
    margin-bottom: 50px;
  }

  .event_badge_card_preview {
    margin-top: 6px !important;
    margin-bottom: 50px;
  }

  .wrapper_event_badge_view.active {
    width: 390px;
  }

  .wrapper_event_badge_view .vmobpreviewwid {
    position: relative;
    left: -30px;
  }

  .wrapper_event_badge_view .hmobpreviewwid {
    width: 100%;
  }

  .walpaper_card {
    padding: 0px 20px;
    border-radius: 0px;
    background: transparent;
  }

  .wcl593 {
    width: 43%;
  }

  .social-common-box .input-group-text {
    min-width: auto;
  }

  .social-whatsapp-box .input-group-text {
    min-width: 105px;
  }

  .profile-pattern .wcl593 {
    width: 32%;
    margin-right: 10px;
  }

  .profile-pattern .wcl593:last-child {
    margin-right: 0px;
  }

  .changelayoutbtn {
    bottom: -99px;
    width: 100%;
  }

  /* .dc-profile-edit-mode .profile_contact_list.mobilelayoutdata {
    padding-top: 118px !important;
  }

  .dc-profile-edit-mode .changelayoutbtnholder.mobilepersonaldata {
    padding-top: 132px !important;
    padding-bottom: 24px !important;
  } */

  .dc-profile-edit-mode .profile_contact_list.mobileproftypedata {
    padding-bottom: 30px !important;
  }

  .dc-profile-edit-mode .profile_theme_select.profiletypeholder {
    padding-bottom: 25px !important;
  }

  .CardLayouts_main {
    min-height: 335px;
  }

  .sliderAnimation___300FY {
    width: 180%;
  }

  .slideHorizontal___1NzNV {
    width: 21.5%;
    padding-bottom: 27%;
    margin-bottom: 15px;
  }

  .CardLayouts_layout-preview-slide {
    height: 95%;
    width: 160px;
  }

  .link-appearance .theme-selection.col-md-4 {
    width: 50%;
  }

  .link-appearance .theme-selection .custdiv {
    width: 100%;
  }

  .theme-settings-wrapper .toggle-button-wrapper .col-md-4 {
    width: 50%;
  }

  .qrcodelinkcontent .col-sm3 {
    flex: 0 0 19.667%;
    max-width: 19.667%;
    padding-right: 0px;
  }

  .vcard19 .switch-wrapper {
    margin-bottom: 17px !important;
    margin-top: 17px !important;
  }

  .woi233 {
    display: none;
  }

  .woi307 {
    width: 100%;
  }

  .storepages .storeappwrapper .woi307.withoutpreview {
    width: 100%;
  }

  .woi1589 {
    height: 85px;
  }

  .woi3333 {
    width: 73%;
    overflow-y: scroll;
  }

  .biolinktemplateset {
    width: 100%;
  }

  .woi636 {
    overflow-x: scroll;
  }

  .vcard__event-card .event-icon.socialbrands svg {
    height: 32px;
  }

  .links-listing.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .linkrowtabcontent.card {
    border-radius: 1px;
  }

  .mobileviewlinkshead {
    width: 100%;
    text-align: center;
  }

  .links_listing_holder.w-80 {
    width: 100%;
  }

  .btn.biolink_links_btn {
    margin-top: 0px;
    width: 100%;
  }

  .switch-wrapper label {
    font-size: 12px;
  }

  .enableProfileItemBlockOut .w-85 {
    width: 100%;
  }

  .enableProfile_item_Block {
    flex-direction: column;
  }

  .enableProfile_item_Block .md-content-panel {
    width: 16rem;
  }

  .enableProfile_item_Block .md-content-panel-image img {
    width: 12rem;
  }

  .profile-type-wrapper label {
    font-size: 11px;
  }

  .shop-button-holder .mobile-flex-column,
  .mobile-flex-column {
    flex-direction: column;
  }

  .shop-button-holder .Left_buttons {
    width: 100%;
  }

  .shop-button-holder .Right_buttons {
    width: 100%;
  }

  /* .store-creator .col-md-4 {
    width: 46%;
  } */

  .store-grid-layout .block-product-img {
    width: 100%;
    height: 125px;
  }

  .vcard-one__product .col-md-6 {
    width: 50%;
  }

  .virtual-bg-right-part .qr {
    top: 31px;
  }

  .Right_buttons.biol {
    margin-top: 15px;
  }

  .highlight-label {
    font-size: 14px;
  }

  .social-common-box {
    padding-left: 5px;
  }

  .social-item .socials-highlight-text .socials-highlight-name {
    width: 160px;
  }

  .div-block-20 {
    font-size: 0.7rem;
  }

  .upgradepromodal .div-block-20 {
    font-size: 0.9rem;
  }

  .btn.biolink-custom-primary {
    font-size: 0.8rem;
  }

  .social-item-wrapper .social-common-box {
    width: 90%;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.profile-container {
    bottom: 40px;
    left: 0px;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.clogo-container {
    width: 162px;
    bottom: 48px;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.clogo-container.mobrightalign {
    right: 0px;
    margin-right: 0px;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.clogo-container label {
    height: 65px;
    width: 95px !important;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.cover-container {
    top: 86px;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.cover-container label {
    height: 110px;
  }
}

@media (max-width: 568px) {
  .vcard__avatar.vcard19__avatar img {
    width: 108px !important;
    height: 108px !important;
  }

  .vcard19 .logo_holder {
    width: 126px;
    height: 69px;
  }
}

@media (min-width: 1200px) {
  .cardproblocks.col-xl-3 {
    flex: 0 0 29%;
    max-width: 29%;
  }

  .cardproblocks .wcl240 {
    top: 87px;
    left: 20%;
  }

  .cardproblocks .wcl155 {
    width: 80px;
    height: 80px;
  }

  .cardproblocks .cardproheaderpropic {
    width: 80px;
    height: 80px;
  }

  .cardproblocks .wcllogo240 {
    right: -11%;
    top: 104px;
  }

  .cardproblocks .wcllogo155 {
    width: 90px;
    height: 52px;
  }

  .cardproblocks .cardproheaderclogo {
    width: 90px;
    height: 52px;
  }

  .ccardblock-footer {
    width: 100%;
  }

  .app-sidebar {
    min-width: 200px;
    max-width: 200px;
  }

  .app-content {
    margin-left: 200px;
  }

  .link-sidebar.app-sidebar {
    min-width: 200px;
    max-width: 200px;
  }

  .linkpage.app-content {
    margin-left: 177px;
  }

  .link-sidebar .app-sidebar-links>li>a {
    padding: 0.4rem 1rem;
    font-size: 12px;
    font-weight: 400;
  }

  .app-sidebar-links>li.linksidebar-info-corner {
    width: 173px;
    bottom: 58px;
    padding: 10px;
  }

  .app-sidebar-links>li.linksidebar-info-corner .p-3 {
    padding: 0.5rem !important;
    border: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(white, white) padding-box, linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181))
  }

  .woi233 {
    width: 190px;
  }

  .woi262 {
    width: 160px;
  }

  .woi307 {
    width: calc(100% - 190px);
  }

  .storepages .storeappwrapper .woi307.withoutpreview {
    width: calc(100% - 190px);
  }

  .leading-heading.fs-18 {
    font-size: 13px !important;
  }

  .sc-gsTCUz .bg-marble .fs-16 {
    font-size: 10px !important;
    margin-bottom: 9px;
  }

  .link-sidebar .app-sidebar-footer {
    width: 173px;
    bottom: 0px;
  }

  .cover-container.card-image-container label {
    width: 155px;
    height: 100px;
  }

  .profile-container.card-image-container label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 9px;
  }

  .clogo-container.card-image-container label {
    width: 107px;
    height: 100px;
  }

  .profileEditContainer>.card-body {
    /* padding: 25px !important; */
  }

  .profile_image_uploads .card-image-container {
    margin-right: 28px;
  }

  .imageditpart-title {
    font-size: 12px;
    color: #000;
  }

  .CreateCardBlock .wcl260 {
    font-size: 12px;
  }

  .cardproblocks .wcllogo240.rightcloser {
    right: 33%;
  }

  /* .wallpaper-wrapper .wallpaper-wrapper-container,
  .wallpaper-wrapper .walpaper_card_preview {
    flex: 0 0 50%;
    max-width: 50%;
  } */

  .wallpaper-wrapper .toggle-button-wrapper .col-md-4 {
    flex: 0 0 80.667%;
    max-width: 80.667%;
  }

  .sliderAnimation___300FY {
    width: 263%;
  }

  .slideHorizontal___1NzNV {
    width: 13%;
    padding-bottom: 18%;
  }

  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 3px;
  }

  .link-appearance .custdiv .customhtag.fs-22 {
    font-size: 15px !important;
    width: 100%;
  }

  .CardLayouts_layout-preview-slide {
    width: 146px;
  }

  .wcl593 {
    height: 140px;
  }

  .profile_contact_list .form-group.w-50 {
    width: 80% !important;
  }

  .profile_contact_list .form-group.w-60 {
    width: 80% !important;
  }

  .colwid6.custom-picker-pattern .pickr {
    width: 17%;
  }

  .custom-picker-pattern .pickr .pcr-button {
    height: 47px;
  }

  .link-appearance .btn-group-toggle .col-4 {
    flex: 0 0 48%;
    max-width: 48%;
    padding-right: 0px;
  }

  .wcl593 {
    width: 37%;
  }

  .wcl5188 {
    min-width: 235px;
  }

  .app-sidebar-title {
    padding: 0.2rem 0.4rem;
  }

  .MuiButton-root {
    height: 33px;
    padding: 0.8rem 1rem;
    width: 100%;
  }

  /* .biolink-preview .biolink-preview-iframe-container {
    width: 250px;
    height: 430px;
  } */

  .copy-url,
  .purchase-plan {
    padding: 0.4rem;
    font-size: 0.8rem;
  }

  .btn {
    font-size: 0.8rem;
  }

  .switch-wrapper label {
    font-size: 12px;
  }

  .qrcodelinkcontent .col-sm3 {
    flex: 0 0 19.667%;
    max-width: 19.667%;
    padding-right: 0px;
  }

  .app-sidebar-links>li>a {
    padding: 0.65rem 0.6rem;
    font-size: 0.78rem;
  }

  .cs-toggle-button-wrapper .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .woi3333 {
    width: 75%;
  }

  .woi1589 .picker {
    width: 25px;
  }

  .link-background-type-preset.square,
  .link-background-type-preset_abstract.square {
    height: 17px;
  }

  .link-background-type-preset,
  .link-background-type-preset_abstract {
    width: 17px;
  }

  .woi274 {
    width: 14px;
    top: 8px;
  }

  .woi1589 {
    height: 85px;
  }

  .changelayoutbtn {
    bottom: -37px;
  }

  .modal-xl.card-biolink-create-modal {
    max-width: 800px;
  }

  .link-appearance .theme-selection.col-md-4.smallSelect {
    flex: 0 0 40.5%;
    max-width: 40.5%;
  }

  .profile_card_wrapper .vcard.maxwidth19 {
    width: 390px !important;
  }

  .vcard__avatar.vcard19__avatar img {
    width: 100px !important;
    height: 100px !important;
  }

  .vcard19 .logo_holder {
    width: 112px;
    height: 64px;
  }

  .switch-wrapper {
    width: 218px;
  }

  .switch-wrapper label {
    min-width: 103px;
  }

  .links-listing.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .width-330 {
    width: 310px;
  }

  .slideHorizontalbio___1NzNV {
    float: left;
    width: 33%;
    padding-bottom: 46.5%;
  }

  .slideHorizontalbio___1NzNV .CardLayouts_layout-preview-slide {
    width: 126px;
  }

  .enableProfileItemBlockOut .w-85 {
    width: 100%;
  }

  .enableProfile_item_Block {
    flex-direction: column;
  }

  .enableProfile_item_Block .md-content-panel {
    width: 100%;
  }

  .enableProfile_item_Block .md-content-panel-image {
    width: 100%;
    justify-content: center !important;
  }

  .md-justify-content-center {
    justify-content: center;
  }

  /* .store-creator .col-md-4 {
    flex: 0 0 48%;
    max-width: 48%;
  } */

  .store-grid-layout .block-product-img {
    width: 100%;
    height: 100%;
  }

  .view_layout_right .preview_container {
    max-width: 400px !important;
  }

  .color-box-wrapper {
    overflow-x: scroll;
    padding-bottom: 15px;
  }

  .picker_wrapper .color-box-wrapper .picker {
    height: 25px;
  }

}

@media (min-width: 1400px) {
  /*.cardproblocks.col-xl-3 {
        flex: 0 0 21.8%;
        max-width: 24%;
    }*/

  .CreateCardBlock .wcl260 {
    font-size: 12px;
  }

  .app-sidebar-links>li.linksidebar-info-corner {
    width: 13%;
    bottom: 10px;
    padding: 10px;
  }

  .link-sidebar .app-sidebar-footer {
    width: 174px;
    bottom: 12px;
  }

  .cover-container.card-image-container label {
    width: 205px;
    height: 114px;
  }

  .profile-container.card-image-container label {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin-left: 9px;
  }

  .clogo-container.card-image-container label {
    width: 157px;
    height: 114px;
  }

  .email-signature-images .cover-container.card-image-container label {
    width: 155px;
    height: 100px;
  }

  .email-signature-images .profile-container.card-image-container label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 9px;
  }

  .email-signature-images .clogo-container.card-image-container label {
    width: 107px;
    height: 100px;
  }

  .profileEditContainer>.card-body {
    /* padding: 2rem 1.3rem 3rem 2rem !important; */
  }

  .sliderAnimation___300FY {
    width: 205%;
  }

  .CreateCardBlock .wcl258 {
    width: 100%;
  }

  .wcl235 {
    width: 100%;
  }

  .biolinktemplateset {
    width: 100%;
  }

  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* .biolink-preview .biolink-preview-iframe-container {
    width: 270px;
    height: 630px;
  } */

  .link-appearance .theme-selection.col-md-4.smallSelect {
    flex: 0 0 30.5%;
    max-width: 30.5%;
  }

  .slideHorizontalbio___1NzNV .CardLayouts_layout-preview-slide {
    width: 146px;
  }

  .slideHorizontalbio___1NzNV {
    padding-bottom: 44.5%;
  }

  .view_layout_right .preview_container {
    max-width: 450px !important;
  }
}

@media (min-width: 1500px) {
  .slideHorizontal___1NzNV {
    width: 11.5%;
    padding-bottom: 16%;
  }

  .sliderAnimation___300FY {
    width: 252%;
  }

  .CardLayouts_layout-preview-slide {
    width: 154px;
  }

  .biolinktemplateset {
    width: 85%;
  }

  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 0px;
    padding: 0px;
  }

  .woi_29_grid_col_5 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 15px !important;
  }

  .woi_0188_00212_set_temp {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 15px !important;
  }

  .slideHorizontalbio___1NzNV {
    width: 28%;
    padding-bottom: 38.5%;
  }

  .enableProfile_item_Block {
    flex-direction: row;
  }

  .view_layout_right .preview_container {
    max-width: 525px !important;
  }
}

@media (min-width: 1600px) {
  .CreateCardBlock .wcl260 {
    font-size: 13px;
  }

  .cardproblocks.col-xl-3 {
    flex: 0 0 23.2%;
    max-width: 23.2%;
  }

  .cardproblocks .wcl240 {
    top: 79px;
    left: 21%;
  }

  .cardproblocks .wcl155 {
    width: 100px;
    height: 100px;
  }

  .cardproblocks .cardproheaderpropic {
    width: 100px;
    height: 100px;
  }

  .cardproblocks .wcllogo240 {
    right: -10%;
    top: 106px;
  }

  .cardproblocks .wcllogo240.rightcloser {
    right: 48%;
  }

  .wcl260 {
    width: 240px;
  }

  .link-sidebar .app-sidebar-links>li>a {
    padding: 0.65rem 1rem;
    font-size: 12px;
  }

  /* .wallpaper-wrapper .wallpaper-wrapper-container {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  } */

  /* .wallpaper-wrapper .walpaper_card_preview {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  } */

  .wallpaper-wrapper .toggle-button-wrapper .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .sliderAnimation___300FY {
    width: 184%;
  }

  .slideHorizontal___1NzNV {
    width: 14.2%;
    padding-bottom: 21%;
  }

  .wcl593 {
    height: 130px;
  }

  .profile_contact_list .form-group.w-50 {
    width: 70% !important;
  }

  .profile_contact_list .form-group.w-60 {
    width: 70% !important;
  }

  .colwid6.custom-picker-pattern .pickr {
    width: 12%;
  }

  .custom-picker-pattern .pickr .pcr-button {
    height: 49px;
  }

  .link-appearance .btn-group-toggle .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wcl593 {
    width: 29%;
  }

  .wcl5188 {
    min-width: 250px;
  }

  .app-sidebar-title {
    padding: 1rem 0.5rem;
  }

  .MuiButton-root {
    height: 40px;
    padding: 1rem 1.5rem;
    width: 100%;
  }

  .app-sidebar-links>li.linksidebar-info-corner .p-3 {
    padding: 0.5rem !important;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: linear-gradient(white, white) padding-box, linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
  }

  .leading-heading.fs-18 {
    font-size: 13px !important;
  }

  .sc-gsTCUz .bg-marble .fs-16 {
    font-size: 12px !important;
    margin-bottom: 1rem;
  }

  .CardLayouts_layout-preview-slide {
    width: 140px;
  }

  /* .biolink-preview .biolink-preview-iframe-container {
    width: 263px;
    height: 540px;
  } */

  .qrcodelinkcontent .col-sm3 {
    flex: 0 0 13.667%;
    max-width: 13.667%;
    padding-right: 0px;
  }

  .app-sidebar {
    min-width: 230px;
    max-width: 230px;
  }

  .app-content {
    margin-left: 200px;
  }

  .app-sidebar-links>li>a {
    padding: 5px 8px;
    font-size: 12px;
  }

  .linkpage.app-content {
    margin-left: 220px;
  }

  .link-sidebar.app-sidebar {
    min-width: 220px;
    max-width: 220px;
  }

  .link-sidebar .app-sidebar-links>li>a {
    flex-direction: row;
    justify-content: start;
  }

  .woi3333 {
    width: 78%;
  }

  .woi1589 {
    height: 50px;
  }

  .link-appearance .theme-selection.col-md-4.smallSelect {
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }

  .modal-xl.card-biolink-create-modal {
    max-width: 900px;
  }

  .slideHorizontalbio___1NzNV {
    width: 26%;
    padding-bottom: 36.5%;
  }

  .app-sidebar-links>li.linksidebar-info-corner {
    width: 195px;
    bottom: 10px;
    padding: 10px;
  }

  .link-sidebar .app-sidebar-footer {
    width: 195px;
    bottom: 12px;
    padding: 0.2rem 0.7rem !important;
  }

  /* .store-creator .col-md-4 {
    flex: 0 0 31%;
    max-width: 31%;
  } */

  .store-grid-layout .block-product-img {
    width: 100%;
    height: 100%;
  }

  .email-signature-images .cover-container.card-image-container label {
    width: 190px;
    height: 100px;
  }

  .email-signature-images .profile-container.card-image-container label {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 9px;
  }

  .email-signature-images .clogo-container.card-image-container label {
    width: 130px;
    height: 100px;
  }
}

@media (min-width: 1700px) {
  .sliderAnimation___300FY {
    width: 212%;
  }

  .CardLayouts_layout-preview-slide {
    width: 150px;
  }

  .slideHorizontal___1NzNV {
    width: 12.5%;
    padding-bottom: 17.5%;
  }

  .cs-toggle-button-wrapper .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .woi233 {
    width: 228px;
    height: 85vh;
    overflow: auto;
  }

  .woi262 {
    width: 185px;
  }

  .woi307 {
    width: calc(100% - 228px);
  }

  .storepages .storeappwrapper .woi307.withoutpreview {
    width: calc(100% - 615px);
  }

  .storepages .storeappwrapper .woi307.wfull {
    width: 100%;
  }

  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 19.5%;
    max-width: 19.5%;
    padding-right: 0px;
  }

  .link-appearance .theme-selection.col-md-4.smallSelect {
    flex: 0 0 23.5%;
    max-width: 23.5%;
  }

  .profile_card_wrapper .vcard.maxwidth19 {
    width: 440px !important;
  }

  .woi_v3_ff_main .profile_card_wrapper .vcard.maxwidth19 {
    /* width: 460px !important; */
    width: 415px !important;
  }

  .vcard__avatar.vcard19__avatar img {
    width: 128px !important;
    height: 128px !important;
  }

  .vcard__avatar.vcard19__avatar.threepicdefault img {
    width: 120px !important;
    height: 120px !important;
  }

  .vcard19 .logo_holder {
    width: 100px;
    height: 58px;
  }

  .woi1589 .picker {
    width: 30px;
  }

  .link-background-type-preset.square,
  .link-background-type-preset_abstract.square {
    height: 22px;
  }

  .link-background-type-preset,
  .link-background-type-preset_abstract {
    width: 22px;
  }

  .woi274 {
    width: 19px;
    top: 11px;
  }

  .switch-wrapper {
    width: 240px;
  }

  .switch-wrapper label {
    min-width: 113px;
  }

  .links-listing.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .width-330 {
    width: 280px;
  }

  .modal-xl.card-biolink-create-modal {
    max-width: 1000px;
  }

  .slideHorizontalbio___1NzNV {
    width: 25%;
    padding-bottom: 35.5%;
  }

  .enableProfileItemBlockOut .w-85 {
    width: 100%;
  }

  .store-grid-layout .block-product-img {
    width: 100%;
    height: 100%;
  }

  .view_layout_right .preview_container {
    max-width: 597px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {

  .app-sidebar-links>li>a {
    font-size: 12px !important;
  }

  .main-h {
    font-size: 25px;
  }

  .sub-h {
    margin-top: 30px !important;
  }

  .footer-main {
    display: none;
  }

  .app-content-inr {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .linkpage .app-content-inr {
    padding-top: 15px !important;
  }

  .imageditpart-card-block label {
    font-size: 12px;
  }

  .biolinkselem .links-btn.darkbtn,
  .biolinkselem .links-btn.darkbtn:hover,
  .links-btn.darkbtnframe:hover {
    padding: 10px 15px;
  }

  .biolinkselem .links-btn.darkbtn svg {
    width: 14px;
    height: 14px;
  }

  .btn.biolink-custom-primary {
    width: auto;
  }

  .clogo-container.card-image-container label,
  .cover-container.card-image-container label,
  .profile-container.card-image-container label {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imageditpart-title {
    margin-bottom: 10px;
  }

  .profile-pattern {
    margin-bottom: 30px !important;
  }

  .profile_image_uploads .vcard_avatar p {
    margin-bottom: 5px;
  }

  .woi307 {
    padding-bottom: 0;
  }

  .woi609 {
    font-size: 20px !important;
  }

  .wcl2389 span {
    font-size: 16px;
  }

  .Left_buttons a,
  .Right_buttons a,
  .Right_buttons .div-block-20,
  .biolink-custom-primary,
  .div-block-20 {
    font-size: 12px;
    padding: 0.375rem 0.75rem !important;
  }

  .Left_buttons a svg,
  .Right_buttons a svg,
  .Right_buttons .div-block-20 svg,
  .biolink-custom-primary svg,
  .div-block-20 svg {
    width: 16px;
    height: 16px;
  }

  .Left_buttons div a:first-child,
  .Right_buttons div a:first-child {
    margin-right: 5px !important;
  }

  .shop-button-holder .Right_buttons {
    width: 45%;
  }

  .footer-btn-wrapper .btn-primary,
  .footer-btn-wrapper .btn-secondary {
    padding: 8px 15px;
  }

  .profile_contact_list h6,
  .profileHead {
    font-size: 15px !important;
  }

  .link-sidebar .app-sidebar-links>li>a {
    padding: 0.4rem 0.8rem;
  }

  .btn-add-link-item h3 {
    font-size: 16px;
    line-height: 1rem;
  }

  .woi636 {
    overflow-x: scroll;
  }

  .woi637 {
    padding: 0px 13px;
  }

  .link-sidebar .app-sidebar-avatar {
    margin-right: 5px !important;
  }

  .link-sidebar .wcl163 {
    right: 0;
  }

  .app-sidebar-footer .app-sidebar-footer-block {
    padding: 6px 6px !important;
  }

  .lead-capture .highlight-label {
    margin-bottom: 8px !important;
  }

  .lead-capture {
    padding: 1.5rem !important;
  }

  .card-edit-mini-forms .form-group label {
    font-size: 12px;
  }

  .lead-capture .alert-info {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 25px;
  }

  /* .highlight-label
  {
    font-size: 16px;
  } */
  .profileEditContainer>.card-body {
    /* padding: 1.5rem !important; */
  }

  .qrextraborder-rad h3,
  .wallpaper-wrapper-container h3 {
    font-size: 17px !important;
  }

  .qrextraborder-rad .form-group label {
    margin-bottom: 12px;
  }

  .qrcodepreviewer button {
    padding: 5px 8px;
  }

  .qrcodepreviewer .dropdown-menu {
    padding: 0;
  }

  .qrcodepreviewer .dropdown-menu .dropdown-item {
    font-size: 13px;
    text-align: center;
    padding: 5px 8px;
    border-bottom: 1px solid #ddd;
  }

  .virtual-bg-left-part h1 {
    margin-bottom: 25px;
  }

  .virtual-bg-left-part h3 {
    margin-bottom: 8px;
  }

  .virtual-bg-left-part .color-dots button {
    height: 18px;
    width: 18px;
  }

  .virtual-bg-left-part .color-dots {
    padding-left: 5px;
  }

  .virtual-bg-right-part .preview {
    width: 300px;
    height: 200px;
  }

  .wallpaper-wrapper-container h3 {
    margin-bottom: 10px !important;
  }

  .profileEditContainer .custom-control-label {
    font-size: 14px;
  }

  .wallpaper-wrapper .toggle-button-wrapper .custom-control {
    margin-bottom: 10px;
  }

  .eb-qr,
  .eb-qr div,
  .eb-qr div svg {
    width: 90px !important;
    height: 90px !important;
  }

  .eb-qr div {
    margin-top: 5px !important;
  }

  .pricing-inner .pricing-card-2 {
    min-width: 230px;
  }

  .top-toggles {
    width: 95%;
  }

  .pricing-inner h1 {
    font-size: 24px;
  }

  .sub-toggle .text-block {
    font-size: 14px;
  }

  .bus .quantity {
    max-width: 90px;
    border-radius: 6px;
    height: 40px;
  }

  .bus .quantity .quantity__input {
    padding: 0 5px;
  }

  .quantity__minus,
  .quantity__plus {
    width: 30px !important;
    height: 20px !important;
  }

  .quantity svg {
    height: 15px !important;
    width: 15px !important;
  }

  .bus-des h2 {
    font-size: 13px;
  }

  .bus-des p {
    font-size: 12px;
  }

  .pln {
    font-size: 14px;
  }

  .pricing-plan-name {
    font-size: 19px;
  }

  .price-tag {
    font-size: 30px;
  }

  .view_layout_right .email_sent_body .recipient span,
  .view_layout_right .email_sent_body .subject span {
    font-size: 11px;
  }

  .view_layout_right .email_sent_body .recipient,
  .view_layout_right .email_sent_body .subject {
    font-size: 12px;
  }

  .view_layout_right .email_sent_body .recipient,
  .view_layout_right .email_sent_body .subject {
    padding: 5px !important;
  }

  .email_image_body img {
    width: 75px !important;
    height: 75px !important;
  }

  .email_signature_body {
    padding: 15px !important;
  }

  .email_signature_body #efullName {
    font-size: 12px !important;
  }

  .email_signature_body #eDesignation,
  .email_signature_body #ECompanyName {
    font-size: 11px !important;
  }

  .email_signature_body .contact-block tr td a span {
    font-size: 11px !important;
  }

  .email_signature_body .contact-block tr td a span:last-child {
    font-size: 10px !important;
  }

  .email_signature_body .contact-block tr td img {
    width: 20px;
    height: 20px;
  }

  .fixed-share .main-leading-heading {
    padding: 0 !important;
    font-size: 16px;
  }

  .fixed-share .text-concrete {
    font-size: 12px;
  }

  .fixed-share .share-on-socials__menu-button img {
    width: 35px;
    height: 35px;
  }

  .share-on-socials__menu-button .leading-heading {
    font-size: 14px;
  }

  .qr-template {
    min-width: 350px;
  }

  .share-on-socials__menu-button {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .customize-dropdown .customize-dropdown-menu-share {
    width: 345px;
  }

}


@media (max-width: 1400px) {
  .app-sidebar {
    min-width: 264px;
    max-width: 200px;
  }

  .biolink-preview .biolink-preview-iframe-container {
    top: -70px;
    height: 660px;
  }

  .app-sidebar-links>li>a {
    padding: 0.25rem 0.6rem;
  }

  .app .app-sidebar-links>li>a span {
    font-size: 10.5px;
  }

  .app-sidebar-links>li.linksidebar-info-corner {
    bottom: 10px;
    width: 180px;
  }

  .leading-heading.fs-18 {
    font-size: 11px !important;
  }
}

@media (min-width: 1900px) {
  .linkpage.app-content {
    margin-left: 230px;
  }

  .link-sidebar.app-sidebar {
    min-width: 230px;
    max-width: 230px;
  }

  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 16.5%;
    max-width: 16.5%;
    /* padding-right: 10px; */
    padding: 0px;
  }

  .link-appearance .theme-selection.col-md-4.smallSelect {
    flex: 0 0 21.667%;
    max-width: 21.667%;
    padding-right: 10px;
  }

  .copy-url,
  .purchase-plan {
    padding: 0.6rem;
    font-size: 1rem;
  }

  .btn {
    font-size: 0.75rem;
  }

  .upgradepromodal .div-block-20 {
    font-size: 0.9rem;
  }

  .switch-wrapper label {
    font-size: 12px;
  }

  #biolink_preview_iframe .vcard__avatar.vcard19__avatar img {
    width: 100px !important;
    height: 100px !important;
  }

  #biolink_preview_iframe .vcard19 .logo_holder {
    width: 124px;
    height: 64px;
  }

  .sliderAnimation___300FY {
    width: 140%;
  }

  .slideHorizontal___1NzNV {
    width: 14.1%;
    padding-bottom: 18.5%;
  }

  .profileHead.highlight-label {
    font-size: 13px;
  }

  .profileHeadnote {
    font-size: 11.3px;
    width: 65%;
  }

  .woi3333 {
    width: 59%;
  }

  .biolinktemplateset {
    width: 72%;
  }

  .changelayoutbtn {
    bottom: 15px;
  }

  .cardproblocks .wcl240 {
    top: 79px;
    left: 17%;
  }

  .cardproblocks .wcllogo240.rightcloser {
    right: 58%;
  }

  .woi233 {
    width: 215px;
    height: 85vh;
    overflow: auto;
  }

  .woi307 {
    width: calc(100% - 215px);
  }

  .storepages .storeappwrapper .woi307.withoutpreview {
    width: calc(100% - 615px);
  }

  .storepages .storeappwrapper .woi307.wfull {
    width: 100%;
  }

  .slideHorizontalbio___1NzNV .CardLayouts_layout-preview-slide {
    width: 150px;
  }

  .slideHorizontalbio___1NzNV {
    width: 21%;
    padding-bottom: 29.8%;
  }

  .enableProfileItemBlockOut .w-85 {
    width: 100%;
    padding: 10px !important;
  }

  .app-sidebar-links>li.linksidebar-info-corner {
    width: 195px;
    bottom: 10px;
    padding: 10px;
  }

  .link-sidebar .app-sidebar-footer {
    width: 195px;
    bottom: 12px;
  }

  /* .store-creator .items-grid-style {
    display: flex;
    gap: 27px;
  } */

  .store-grid-layout .block-product-img {
    width: 100%;
    height: 200px;
  }

  .picker_wrapper .color-box-wrapper .picker {
    height: 33px;
  }

  .biolink-preview .biolink-preview-iframe-container {
    top: -30px;
  }

  .fixed-preview {
    width: 500px;
  }

  .badge_svg_event img {
    width: 100px !important;
    height: 100px !important;
  }

  /*.badge_svg_event h1 {
    font-size: 15px !important;
  }
  .badge_svg_event h2, .badge_svg_event h3 {
    font-size: 14px !important;
  }*/
  .qr-template {
    min-width: 450px;
  }

  .v-badge-block {
    height: 550px !important;
  }

  .h-badge-container {
    height: 400px !important;
  }

  /* .eb-qr, .eb-qr div, .eb-qr div svg {
    width: 100px !important;
    height: 100px !important;
}*/
  .fixed-preview .switch-wrapper {
    margin-bottom: 0px !important;
  }

  .link-area {
    width: 90%;
  }

  .but-area {
    width: 10%
  }

  .resposive-font-size-head {
    font-size: 100px !important;
  }

  .woi-animated-hero .hero-headline {
    font-size: 60px;
  }

  .createsharenet {
    font-size: 41px;
  }

  .glue-headline.glue-headline--headline-2 {
    font-size: 2rem;
  }

}

@media (min-width: 2000px) {
  .link-appearance .theme-selection.col-md-4 {
    flex: 0 0 16.667%;
    max-width: 16.667%;
    padding-right: 10px;
  }
}





/***********Add to Cart Sidebar css Start************/

/* body.open {
  overflow-y: hidden;
} */
.side-cart {
  position: fixed;
  background-color: var(--bg-primary);
  width: 20%;
  max-width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translate(500px, 0);
  transition: transform 250ms ease-in-out;
  z-index: 99999999;
}

body.open .side-cart {
  transform: translate(0, 0);
}

.cart__header {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 19px;
  z-index: 2;
  border-bottom: none;
}

.cart__header p {
  margin: 0;
}

.cart__header .cart__text {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ff0000;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.cart__header .cart__text a {
  margin: 0px 5px 0 0;
}

.cart__header .cart__text a svg {
  fill: #fff;
  height: 16px;
  width: 16px;
}

.cart__title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}

.cart__products {
  box-sizing: border-box;
  width: 100%;
  height: 70%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.cart__products article {
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}

.cart__products article h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.cart__products article p {
  font-size: 14px;
  margin: 0;
}

.cart__products article p a {
  color: #f00;
}

/* .cart__product {
  display: none;
} */
.cart__empty {
  padding: 30px 15px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.cart__empty.hide {
  display: none;
}

.lightbox {
  position: fixed;
  background: #000;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}

/* body.open .lightbox {
  width: 100%;
  opacity: 0.8;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out;
} */
.total-block {
  padding: 20px 25px;
}

.total-block p {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 400;
  margin-bottom: 0;
}

.total-block h2 {
  font-size: 22px;
  color: var(--color-primary);
}

.total-block span {
  font-size: 12px;
  display: block;
  font-weight: 500;
}

.total-block span.cart_items_sidebtn {
  font-size: 13px;
}

.border-btn {
  font-size: 13px;
  border: 1px solid #1a73e8;
  border-radius: 50px;
  padding: 2px 12px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}



.border-btn:hover {
  background-color: #185abc;
  color: #fff;
}

.js-cart-product,
.js-cart-product-design {
  padding: 20px 25px;
  padding-right: 20px;
  text-align: center;
  border-bottom: 1px solid var(--color-dark);
}

.js-cart-product .prod-img,
.js-cart-product-design .prod-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: var(--bg-primary);
  border-radius: 5px;
  flex-shrink: 0;
}

.js-cart-product .prod-img img,
.js-cart-product-design .prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  padding: 8px;
}

.js-cart-product .p-title,
.js-cart-product-design .p-title {
  margin-bottom: 3px;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-primary);
}

.fs-8.woi_secon_mute {
  font-size: 12px !important;
}

.woi_secon_mute {
  color: var(--color-secondary) !important;
}

.js-cart-product .price-block,
.js-cart-product-design .price-block {
  margin-bottom: 12px;
  color: var(--color-primary);
}

.js-cart-product .card_footer_action,
.js-cart-product-design .card_footer_action {
  justify-content: left;
}

.form-control.dark-input.applycouponcode {
  background: var(--bg-primary) !important;
}

.q-btn {
  display: flex;
  gap: 10px;
  font-weight: 700;
  color: #000;
  border-radius: 4px;
  padding: 0px 0px;
  border: 1px solid var(--color-dark);
  font-size: 14px;
}

.q-btn button {
  border: none;
  background-color: var(--bg-primary);
}

.q-btn .quantity {
  display: block;
  border: none;
}

.price-block .price--highlight {
  font-size: 13px;
  color: #de2a2a !important;
  font-weight: 600 !important;
}

.js-remove-product {
  position: absolute;
  top: -10px;
  right: 0px;
}


.cart__products  .js-remove-product svg{
  stroke: white;
  height: 20px;
  width: 20px;
  color: white;
}
 
 


.js-remove-product svg {
  width: 15px;
  height: 15px;
  fill: #a1a1a1;
}

.js-remove-product:hover svg {
  fill: #000;
}

.price-block .price--compare {
  font-size: 12px;
}

.js-cart-product-block {
  display: flex !important;
  gap: 20px;
  padding-top: 5px;
}

.js-cart-product-info {
  text-align: left;
  position: relative;
  padding-right: 25px;
  width: 100%;
}

.cart-footer .cart-button-grp button {
  width: 100% !important;
  font-size: 14px;
  text-decoration: none;
  padding: 7px 15px;
  background: var(--btn-primary);
  color: #fff;
  border-radius: 5px;
  border: 1px solid var(--btn-primary-color);
  font-weight: 600 !important;
  line-height: inherit !important;
}

.cart-footer .cart-button-grp button.border-btn {
  background: var(--bg-secondary);
  color: var(--color-primary);
}

.cart-footer .cart-button-grp button:hover {
  background-color: #185abc;
}

.cart-footer .cart-button-grp button.border-btn:hover {
  color: #fff;
  background-color: var(--bg-secondary);
}


@media (min-width:1300px) and (max-width: 1600px) {
  .total-block p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .woi_29_grid_col_5 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .woi_0188_00212_set_temp {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .total-block h2 {
    font-size: 17px;
  }

  .total-block span {
    font-size: 10px;
  }

  .border-btn {
    font-size: 11px;
  }

  .js-cart-product .prod-img,
  .js-cart-product-design .prod-img {
    width: 65%;
    height: 75px;
  }

  .js-cart-product .p-title,
  .js-cart-product-design .p-title {
    font-size: 11px;
  }

  .price-block .price--highlight {
    font-size: 12px;
  }

  .price-block .price--compare {
    font-size: 11px;
  }

  .q-btn {
    gap: 7px;
    padding: 0px 5px;
    font-size: 14px;
  }

}


/***********Add to Cart Sidebar css End************/

.square-block {
  width: 150px;
  height: 150px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
  border-radius: 10px !important;
}

.upload-icon {
  font-size: 2rem;
  color: #888;
}

.image-upload-block {
  flex: 1;
  max-width: 150px;
  overflow: hidden;
}

.validation-message {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.square-block label i,
.square-block label svg {
  font-size: 20px;
}






/*store profile drag and drop check box*/

.position-options {
  margin-top: 20px;
  display: flex;
}

.position-options label {
  font-weight: bold;
  position: unset !important;
}

.position-options p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.radio-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.radio-button input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}

.radio-button input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/*product section*/
.square-block {
  width: 150px;
  height: 150px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.upload-icon {
  font-size: 2rem;
  color: #888;
}

.image-upload-block {
  flex: 1;
  max-width: 150px;
  overflow: hidden;
}

.validation-message {
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.square-block label i,
.square-block label svg {
  font-size: 20px;
}


#products_enquiry_modal .modal-title,
#service_enquiry_modal .modal-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

#products_enquiry_modal .modal-header,
#service_enquiry_modal .modal-header {
  padding: 10px;
  background: linear-gradient(90deg, rgb(4, 202, 161) -110%, rgb(45, 100, 221) 55.94%);
}

#products_enquiry_modal .modal-header button,
#service_enquiry_modal .modal-header button {
  font-size: 35px;
  background-color: #fff;
  margin-right: 0px;
  opacity: 1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
}

#products_enquiry_modal .modal-content,
#service_enquiry_modal .modal-content {
  padding: 0;
}

#product-name,
#service-name {
  font-size: 16px !important;
  font-weight: 600;
}

#product-images .product-image,
#service-images .product-image {
  height: 100px;
  width: 100px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  overflow: hidden;
}

#product-images .product-image img,
#service-images .product-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  max-width: 100% !important;
}

#product-images div:last-child,
#service-images div:last-child {
  margin-right: 0 !important;
}

#product-info {
  margin-top: 10px;
  text-align: center;
}

#product-price {
  font-size: 18px !important;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  color: #d40000;
}

#service-price {
  font-size: 18px !important;
  font-weight: 600;
  color: #d40000;
}

#product-des,
#service-des {
  font-size: 13px !important;
  margin-top: 10px;
  font-weight: 500;
  color: #000;
}

#products_enquiry_modal .form-control:focus,
#products_enquiry_modal .form-control,
#service_enquiry_modal .form-control:focus,
#service_enquiry_modal .form-control {
  border: 1px solid #80bdff;
  border-radius: 10px;
  font-size: 13px;
}

#products_enquiry_modal .form-label,
#service_enquiry_modal .form-label {
  font-size: 13px;
  font-weight: 600;
}

#products_enquiry_modal .modal-footer,
#service_enquiry_modal .modal-footer {
  padding: 0px 25px;
  border: none;
  padding-bottom: 20px;
}

#products_enquiry_modal .modal-footer .btn-success,
#service_enquiry_modal .modal-footer .btn-success {
  background-color: #185abc;
}

#products_enquiry_modal .modal-footer .btn-secondary,
#service_enquiry_modal .modal-footer .btn-secondary {
  background-color: #000;
}

#products_enquiry_modal .modal-footer button,
#service_enquiry_modal .modal-footer button {
  padding: 7px 18px !important;
  font-size: 13px;
  font-weight: 600;
}

.form-flex {
  gap: 15px;
}

.form-flex div {
  width: 50%;
}

#products_enquiry_modal .modal-dialog,
#service_enquiry_modal .modal-dialog {
  position: absolute;
  left: 50%;
  /*top: 50%;*/
  top: 20%;
  transform: translate(-50%, -50%);
  min-width: 400px;

}

#products_enquiry_modal .modal-body,
#service_enquiry_modal .modal-body {
  padding-bottom: 15px;
}

.form-caption {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 18px;
}

#service-images {
  display: flex;
  justify-content: center;
}

.tab-button.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.tab {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ad-dashboard .customized-tabs-tables {
  margin-top: 45px !important;
}


@media (min-width: 1300px) and (max-width: 1800px) {

  .side-cart.pricing-cart,
  .side-cart {
    width: 15%;
  }
}


.ap-form .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "“Segoe UI”", Roboto, Helvetica, Arial, sans-serif;
}

.ap-form .modal-header {
  padding: 7px !important;
}

.ap-form .modal-content .modal-header {
  border-bottom: 1px solid #0000001f !important;
}

.ap-form input::placeholder,
.ap-form textarea::placeholder {
  color: #686868;
  font-weight: 500;
  font-size: 15px;
}

.ap-form .form-control {
  border: 1px solid #c6c6c6;
  color: #000;
  border-radius: 5px;
  font-weight: 500;
}

.ap-form .form-control:focus {
  color: #000;
}

.ap-form .appoint-btn {
  background: #000000 !important;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 12px;
  margin-top: 10px;
}

.ap-form .modal-content {
  border-radius: 30px !important;
}

.date-pick label {
  width: 100%;
  text-align: center;
  margin-bottom: 7px;
  font-weight: 600;
  color: #000 !important;
}

.date-pick input {
  margin: 0 auto;
  display: block;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  outline: none;
  font-weight: 500;
  padding: 3px 10px;
  font-size: 14px;
  width: 50%;
  text-align: center;
}

.date-pick .appoint-input.active {
  background-color: #ececec;
  color: #000;
  border: 1px solid #c6c6c6;
  outline: none;
}

.ap-form .close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 30px;
}

.ap-date .appoint-input {
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ap-date .appoint-input span {
  font-size: 11px !important;
  font-weight: 600;
  width: 100%;
}

.ap-date .appoint-input.active {
  background-color: #1D3557;
  color: white;
  border: 2px solid #1D3557;
}

/* .flatpickr-calendar
{
  left: 50% !important;
  transform: translateX(-50%);
} */

@media (min-width: 300px) and (max-width: 1000px) {
  .ap-form {
    padding: 0 !important;

  }

  .ap-form .modal-content {
    width: 90% !important;
  }

  .ap-form .form-control {
    font-weight: 500;
  }

  .ap-form .form-control:focus {
    font-weight: 500;
  }

  .dash-card-icon {
    background: #fff !important;
    background-color: #fff !important;
  }

  .dash-cards-main .dash-cards:nth-child(7) .dash-card-icon svg {
    fill: #0158c8 !important;
  }

  .dash-cards-main .dash-cards:nth-child(8) .dash-card-icon svg path {
    stroke: #0158c8;
  }

  .dash-count {
    right: -10px !important;
    top: -20px !important;
  }

  .customized-tabs-tables .padding-0 {
    padding: 0px 20px !important;
  }

  .dash-top-row {
    display: grid;
    grid-template-columns: 50% auto;
  }

  .mob-action-buttons {
    display: flex !important;
  }

  .vcard19 .card-page {
    border-radius: 0;
  }

  .dash-top-block {
    flex-direction: column;
    text-align: center;
    gap: 8px !important;
  }

  .qr-block img {
    width: 75px !important
  }

  .header-bottom-links a {
    font-size: 11px;
    font-weight: 500;
    background-color: #fff;
    color: #0158c8;
    padding: 3px 6px;
    border-radius: 5px;
  }

  .mob-head-right {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  .mob-head-right .admin-cart svg {
    color: #fff;
  }

  .mob-head-right .admin-cart .header-cart-count {
    background: #fff;
    color: #185abc;
  }

  .mob-head-right .tooltip1 {
    top: 30px !important;
    right: -60px !important;
  }

  .proc-button-inner {
    width: 100%;
  }

  .proc-button-inner p {
    margin-top: 0;
  }

  .proc-button-inner .glue-button {
    padding: 0;
    margin-bottom: 5px;
  }

  #main-page-content {
    padding-bottom: 0;
    padding-top: 0;
  }

  #biolink_product_sect {
    margin-bottom: 0 !important;
  }

}



/*.switch-wrapper input[type="radio"]:checked + label
{
  background-color: #fff;
  border-radius: 30px;
    padding: 4px 30px;
    margin: 0;
    border: none;
    color: #000;
}*/
.admin-pricing .glue-headline.glue-headline--headline-2 {
  font-size: 30px;
}

.admin-pricing .plans-class .card-head {
  font-size: 25px;
}

.pricing-cart .js-cart-product,
.pricing-cart .js-cart-product-design {
  padding: 0 !important;
  padding-bottom: 13px !important;
}

.admin-cart {
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .customized-tabs-tables {
    padding: 0 !important;
    margin-top: 0px !important;
  }
}

.input-container {
  position: relative;
}



.pro-btn {
  width: 100% !important;
  background-color: rgb(28, 28, 28);
  background-image: linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border: 0px;
  padding: 0.38rem 1.7rem !important;
  font-weight: 600 !important;
  margin-bottom: 8px !important;
}

.pro-btn img {
  width: 16px;
  height: 16px;
  color: black;
  fill: black;
  line-height: 1;
  filter: invert(100%) brightness(1);
}

.pro-btn .label {
  font-size: 14px;
}

.side-panel-logo {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}

/* .app-sidebar-title
{
  border-bottom: 1px solid rgb(224, 224, 224);
} */
.side-drop {
  justify-content: space-between;
}

.drop-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.app-sidebar-links-wrapper ul li .side-drop svg {
  margin-right: 0 !important;
}

.has-dropdown .app-sidebar-links li a {
  color: #615f61 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4;
}

.has-dropdown .app-sidebar-links li {
  position: relative;
  border-left: 1px solid #ddd;
}

.active.has-dropdown .side-drop {
  background-color: #fff !important;
}

.has-dropdown .app-sidebar-links li {
  padding: 0;
}

.has-dropdown .app-sidebar-links li a {
  margin-left: 15px;
  padding: 5px;
  font-size: 11px !important;
}

.has-dropdown .app-sidebar-links {
  margin: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.has-dropdown .app-sidebar-links li.active a {
  color: #000 !important;
}

.inner-sidebar {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding-bottom: 5px;
}

.inner-sidebar .app-sidebar-footer-text span {
  line-height: 1.25;
  color: #615f61;
}

.inner-sidebar .app-sidebar-footer-text span:first-child {
  font-size: 13px;
  color: #292929;
}

.inner-menu-block p {
  border-bottom: 1px solid #d8d8d8dd;
  border-top: 1px solid #d8d8d8dd;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
}

.logout-inner {
  border-top: 1px solid #e1e3da;
  padding-top: 8px;
}

.inner-menu-block a div {
  color: #000;
}

.inner-menu-block a div:active {
  background-color: #000;
  border-radius: var(--border-radius);
}

.inner-menu-block a div svg {
  color: #515151;
}

.drop-arrow {
  transition: transform 0.3s ease;
}

.drop-arrow.rotated {
  transform: rotate(90deg);
  /* Adjust as per desired rotation */
}

.seprator {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 1px 0;
}

.app-sidebar-links li.active a {
  color: #1a73e8 !important;
}

.app-sidebar-links li.active a .blight svg,
.app-sidebar-links li.active a .blight svg rect,
.app-sidebar-links li.active a .blight svg path {
  stroke: #1a73e8;
}

.app-sidebar-links li.active a .blight svg path {
  /*fill: #1a73e8;*/
}

.app-sidebar-links .active.has-dropdown a {
  color: #000 !important;
}

.app-sidebar-links .active.has-dropdown a svg,
.app-sidebar-links .active.has-dropdown a svg path,
.app-sidebar-links .active.has-dropdown a svg rect {
  fill: #000 !important;
}

.active.has-dropdown .app-sidebar-links .active a {
  color: #1a73e8 !important;
}

.mob-back-btn {
  gap: 6px;
  border: none;
  border-radius: 50px;
  color: #0158c8;
  font-size: 15px !important;
  padding: 0;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1px;
  display: flex;
  align-items: center;
}

.Left_buttons .mob-back-btn {
  padding: 0 !important;
}

.mob-back-btn svg {
  width: 18px;
  height: 18px;
  fill: #0158c8;
  border: 1px solid #0158c8;
  border-radius: 50%;
  padding: 3px;
}

.border-none {
  border: none !important;
}

.link-but-single {
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.link-but-single svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.link-but-single button {
  padding: 11px 20px !important;
  display: flex;
  align-items: center;
}

.store-edit input {
  background-color: transparent;
  outline: none;
  border: 1px solid #cdcdcd;
  border-radius: 50px;
  padding: 5px 15px;
}

.store-edit svg {
  width: 15px;
  height: 15px;
  fill: #0158c8;
}

.store-edit button {
  background-color: transparent;
  border: none;
}

.store_name button,
.store_bio button {
  padding: 0;
  margin-top: -10px;
  margin-left: 5px;
}

.ava-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dash-count {
  position: absolute;
  right: 5px;
  top: 25px;
  min-width: 25px;
  min-height: 25px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Google Sans Text, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.dash-cards-main .dash-cards:nth-child(1) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(1) .dash-count {
  /* background-color: #087628; */
  background: rgb(8, 118, 40);
  background: linear-gradient(90deg, rgba(8, 118, 40, 1) 0%, rgba(56, 208, 100, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(2) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(2) .dash-count {
  /* background-color: #1870e4; */
  background: rgb(24, 112, 228);
  background: linear-gradient(90deg, rgba(24, 112, 228, 1) 0%, rgba(93, 149, 222, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(3) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(3) .dash-count {
  /* background-color: #c6221f; */
  background: rgb(198, 34, 31);
  background: linear-gradient(90deg, rgba(198, 34, 31, 1) 0%, rgba(255, 119, 116, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(4) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(4) .dash-count {
  /* background-color: #00bd8c; */
  background: rgb(0, 189, 140);
  background: linear-gradient(90deg, rgba(0, 189, 140, 1) 0%, rgba(88, 255, 212, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(5) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(5) .dash-count {
  /* background-color: #ffb900; */
  background: rgb(255, 185, 0);
  background: linear-gradient(90deg, rgba(255, 185, 0, 1) 0%, rgba(255, 211, 93, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(6) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(6) .dash-count {
  /* background-color:#8e7efd; */
  background: rgb(142, 126, 253);
  background: linear-gradient(90deg, rgba(142, 126, 253, 1) 0%, rgba(191, 182, 255, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(7) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(7) .dash-count {
  /* background-color: #d16d01; */
  background: rgb(209, 109, 1);
  background: linear-gradient(90deg, rgba(209, 109, 1, 1) 0%, rgba(255, 173, 85, 1) 100%);

}

.dash-cards-main .dash-cards:nth-child(8) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(8) .dash-count {
  /* background-color: #01bad1; */
  background: rgb(1, 186, 209);
  background: linear-gradient(90deg, rgba(1, 186, 209, 1) 0%, rgba(118, 240, 255, 1) 100%);
}

.dash-cards-main .dash-cards:nth-child(9) .dash-card-icon,
.dash-cards-main .dash-cards:nth-child(9) .dash-count {
  /* background-color: #6f12fb; */
  background: rgb(251, 18, 222);
  background: linear-gradient(90deg, rgba(251, 18, 222, 1) 0%, rgba(255, 152, 242, 1) 100%);
}

.padding-0 {
  padding: 0 !important;
}

.card-head-box {
  position: relative;
}


.dash-cards-lg {
  background-color: #fff;
  padding: 20px;
  padding-bottom: 1px;
  border-radius: 10px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.dash-cards-lg .inner-head {
  align-items: center;
}

.dash-cards-lg .inner-head h2 {
  margin-bottom: 0px;
  font-size: 18px;
}

.dash-cards-lg .inner-head svg {
  width: 25px;
  height: 25px;
}

.dash-cards-lg .title-sec {
  gap: 8px;
}

.align-item-center {
  align-items: center;
}

.inner-head .link-btn {
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.pop-header .link-btn {
  padding: 2px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 5px;
}


.dg-card-block .inner-head .link-btn,
.dc-share .link-btn {
  border: 1px solid #0f771f;
  color: #0f771f !important;
}

.dg-card-block .inner-head .link-btn:hover,
.dc-share .link-btn:hover {
  background-color: #0f771f;
  color: #fff !important;
}

.bio-card-block .inner-head .link-btn,
.bl-share .link-btn {
  border: 1px solid #1870e4;
  color: #1870e4 !important;
}

.bio-card-block .inner-head .link-btn:hover,
.bl-share .link-btn:hover {
  background-color: #1870e4;
  color: #fff !important;
}

.store-card-block .inner-head .link-btn,
.st-share .link-btn {
  border: 1px solid #c6221f;
  color: #c6221f !important;
}

.store-card-block .inner-head .link-btn:hover,
.st-share .link-btn:hover {
  background-color: #c6221f;
  color: #fff !important;
}

.pop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 22px 10px 15px;
}

.pop-header h2 {
  margin: 0 !important;
}

.dash-top {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 55px;
  box-sizing: border-box;
  padding: 0px 10px;
}

.dash-top-block img {
  width: 80px;
}

.dash-top-block {
  padding: 12px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 5px;
}

.dash-top-block p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.dash-top .col {
  padding: 0;
}

.ac-block {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ac-block img {
  width: 100%;
}

.dc-block {
  justify-content: center;
}

.dc-block img {
  width: 100px;
}

.dash-top .row {
  gap: 10px 0;
}

.dash-cards-main {
  border-radius: 10px;
}

.top-title {
  text-align: center;
  margin-top: 30px;
}

.top-title h2 {
  font-size: 30px;
  font-weight: 700;
}

.top-title p {
  font-size: 17px;
  font-weight: 500;
}

.qr-block {
  flex-direction: column;
  background-color: #b6e0ff;
  justify-content: center;
  gap: 8px;
}

.sub-head h2 {
  font-size: 20px;
}

.drop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.5);
  z-index: 999;
  display: none;
  border-radius: 20px;
}

/* Ensure the overlay displays when the dropdown is visible */
.dropdown-menu.show+.drop-overlay {
  display: block;
}

.btn-container {
  display: inline-block;
  width: 100%;
}

.dropdown-menu-right .drop-close {
  border: none;
  outline: none;
  display: inline-block;
  background-color: transparent;
  width: fit-content;
  z-index: 10;
  position: absolute;
  top: 3px;
  right: 3px;
}

.dropdown-menu-right .drop-close svg {
  width: 20px;
  height: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 50px;
  padding: 4px;
}

.dropdown-menu-right .dropdown-item {
  font-size: 14px;
}

.dropdown-menu-right .dropdown-item img {
  filter: grayscale(1);
  width: 13.5px;
}

.dropdown-menu-right .dropdown-item:hover img {
  transform: scale(1.1);
}

.dropdown-menu-right .dropdown-item.active,
.dropdown-menu-right .dropdown-item:active {
  background-color: #f1f2f4;
  color: #000;
}

.dropdown-menu-right .dropdown-item:active svg,
.dropdown-menu-right .dropdown-item.active svg {
  color: #000;
}

.shareelementsmobile .leading-heading {
  margin-bottom: 0;
}

.share-your-woilink-footer .clsbtn {
  position: absolute;
  top: 0;
  right: 0;
}

#footer_link_option .share-on-socials__menu-button {
  padding: 5px 0 !important;
  margin-bottom: 12px;
}

#footer_link_option .share-on-socials__menu-button:last-child {
  margin-bottom: 0;
}

#share-container a {
  margin-bottom: 12px !important;
}

#footer_link_option .shareelementsmobile .sharemobpadd svg {
  color: var(--gray-600);
  font-size: 13px;
}


.upgrade-alert {
  display: flex;
  width: fit-content;
  position: fixed;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: 100;
  padding: 15px;
  background-color: #1a73e8;
  border-radius: 7px;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.upgrade-alert .alert-msg {
  gap: 10px;
  align-items: center;
}

.upgrade-alert .alert-msg p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.upgrade-alert .alert-btn-group {
  gap: 20px;
}

.upgrade-alert .alert-btn-group a {
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.87);
}

.upgrade-alert .alert-btn-group button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.upgrade-alert svg {
  flex-shrink: 0;
}

#footer_link_option .main-leading-heading {
  padding: 10px 5px !important;
}

#profile_link_share {
  z-index: 99999;
}

#profile_link_share .modal-content {
  height: 100vh;
  overflow-x: hidden;
}

#profile_link_share .modal-dialog {
  margin-top: 0 !important;
}

#profile_link_share .clsbtn {
  position: unset;
  margin-left: 0;
  margin-right: auto;
  display: block;
  padding: 0 !important;
}

#profile_link_share .main-leading-heading {
  padding-top: 0 !important;
  margin-bottom: 15px;
}

#profile_link_share .qrcode-block {
  width: 100%;
  display: inline-block;
}

#profile_link_share .qr-item {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#profile_link_share .qr-item img {
  width: 150px;
  height: 150px;
  border: 2px solid #ddd;
  padding: 8px;
  border-radius: 10px
}

#profile_link_share .qr-item svg {
  width: 100%;
  height: 100%;
}

#profile_link_share .shareelementsmobile {
  height: auto;
}

#profile_link_share .qrcode-block p {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  width: 60%;
  color: #000;
  margin: 0 auto;
  margin-bottom: 15px;
}

#profile_link_share .qrcode-block button {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  background-color: #000;
  border-radius: 50px;
  margin: 0 auto;
  display: flex;
  color: #fff !important;
  width: 125px;
  padding: 10px;
  justify-content: center;
}

#profile_link_share .share-popup-links {
  margin-top: 25px;
  border-radius: 20px;
  overflow: hidden;
}

#profile_link_share .share-on-socials__menu-button {
  padding: 12px 15px !important;
  margin-bottom: 3px;
  background-color: #f2f2f2;
}

#profile_link_share .shareelementsmobile .sharemobpadd svg {
  color: #000;
}

#profile_link_share .shareelementsmobile .leading-heading {
  font-size: 15px;
  font-weight: 500;
}

#profile_link_share .shareelementsmobile .sharemobpadd i {
  font-size: 19px;
  color: #000;
  width: 19px;
}

#profile_link_share .shareelementsmobile .sharemobpadd svg {
  width: 19px;
  height: 19px;
}

#profile_link_share .shareelementsmobile .sharemobpadd img {
  width: 24px;
}

#profile_link_share .modal-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}

/* .app-sidebar-links > li.linksidebar-info-corner
{
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.app-sidebar-links > li.linksidebar-info-corner .info-corner-block
{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.app-sidebar-links > li.linksidebar-info-corner .info-corner-block a
{
  margin: 0;
  width: 100%;
}
*/

@media (max-width: 375.5px) {
  .lg-px {
    display: none;
  }

  .link-but-group button,
  .link-but-group a,
  .store-action-but button,
  .store-action-but a {
    padding: 8px 13px !important;
  }

  .link-but-group div,
  .link-but-group .changelayoutbtnholder,
  .link-but-group-2 a {
    width: 100% !important;
  }
}

@media (min-width: 376px) {
  .sm-px {
    display: none;
  }
}


.global-share .modal-dialog {
  margin: 0 !important;
  max-width: 100%
}

.global-share .modal-content {
  width: 100%;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.global-share .modal-header button {
  color: #fff !important;
  opacity: 1;
}

.global-share .modal-title {
  color: #fff;
}

.global-share .closebutton {
  padding: 0;
  position: unset;
  margin: 0;
  line-height: 0.5;
}

.global-share .digital-card-list-view h2 {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 20px 5px 12px 5px;
}

.global-share .card-tile-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 5px;
}

.global-share .modal-body {
  padding-top: 0 !important;
  padding: 10px;
}

.global-share .prof-img {
  width: 50px;
  height: 50px;
}

.global-share .prof-name a {
  color: #000;
  font-weight: 500 !important;
  font-size: 14px;
}

.global-share .prof-desg p {
  font-size: 13px;
  font-weight: 400;
  color: #5c5c5c;
}

.global-share .card-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.global-share .card-action button {
  padding: 0;
}

.global-share .card-action button svg {
  color: #0158c8;
}

.global-share .modal-header {
  padding: 1rem 1.2rem;
  background-color: #0158c8;
}

.svg-inline--fa.fa-stack-2x {
  height: unset !important;
  width: unset !important;
}



.policies .index-header {
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1.1666666667;
}

.policies p,
.policies ul li {
  font-family: Google Sans Text, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1px;
  color: var(--color-secondary);
}

.policies ul {
  margin-left: 0;
}

.policies ul li {
  margin-bottom: 12px;
}

.policies h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--color-primary);
}

.list-ul li {
  list-style: disc;
  margin-left: 20px !important;
}

.tooltip {
  z-index: 999999;
}

.share-popup-links button {
  text-decoration: none;
}


/******Loader Delay Start************/
/* Overlay covering the entire page */
.js-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.5);
  /* Semi-transparent background */
  z-index: 9999;
  /* Ensure it's on top of all elements */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Hide overlay when not active */
.js-loader-overlay.hide {
  display: none;
}

/* Loader styling */
.loader {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-top: 5px solid #292929;
  border-right: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
  border-left: 5px solid #efefef;
  border-radius: 100px;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}



/**********Loader Delay End*********/

.cardplantype {


  display: flex;
  flex-direction: column;
  gap: 4px;
}

.innercart .tooltip1 {
  transform: none !important;
  right: 0 !important;
  left: auto !important;
}

.select2-container .select2-selection--single {
  height: unset !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%);
}

/* .email_signature_body table
{
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.email_signature_body table td, .email_signature_body table th
{
  word-wrap: break-word;
  white-space: normal;
} */
.share_digital_modal .modal-dialog {
  /*margin: 0 auto !important;
  height: 100%;*/
}

.share_digital_modal .modal-content {
  /*height: 100%;*/

}


@media (min-width: 1300px) and (max-width: 1699px) {
  .email-top-table {
    border-collapse: collapse;
    transform: scale(0.6);
    transform-origin: top left;
  }

}

@media (min-width: 1700px) and (max-width: 1920px) {
  .email-top-table {
    border-collapse: collapse;
    transform: scale(0.85);
    transform-origin: top left;
  }

  .woi_29_grid_col_5 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .woi_0188_00212_set_temp {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20 !important;
  }
}

.btn-dlt-modal,
.btn-dlt-modal:hover {
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  border-color: #9e9e9e;
}

.btn-dlt-modal svg {
  width: 16px;
  height: 16px;
}

/* 14/02/2025 */

.wcl2389>span {
  font-size: 15px;
}

.mr-3>span {
  font-size: 13px !important;
}

.woi1589 div {
  font-size: 13px !important;
}

.drop-group {
  font-size: 11.5px;
}

/* .app-sidebar-links .svg-inline--fa{
  font-size: 11.5px !important;
} */

/* .modal-title {
  font-size: 15px !important;
}
.item-content-wid > .text-black {
  font-size: 1px !important;
} */

.dropdown-item {
  font-size: 12px !important;
}

.row .app-wrapper .jss1006 {
  background-color: #fff;
}


/* .linkpage .app-content {
  position: fixed;
  max-width: fit-content;
  min-width: 85%;
} */

/* .modal-backdrop {
  z-index: 102 !important;
} */
/* .modal.show .modal-dialog{
  z-index: 1000;
} */
.close span {
  font-size: 23px !important;
}


.storepages .storeappwrapper,
.storepages .storeappwrapper .linkrowtabcontent.card {
  background-color: transparent;
}

.storepages .storeappwrapper .storeposcenter {
  justify-content: center;
}

.storepages .storeappwrapper .woi307 {
  border: none !important;
}

.storepages .storeappwrapper .woi333,
.storepages .storeappwrapper .woi307 .woi_29_bg {
  background: #fff;
}

/* ----------------- */
@media (min-width: 1300px) and (max-width: 1699px) {
  section.linkpage {
    position: fixed;
    width: 87%;

  }




  .profileEditContainer,
  .card-links-container,
  #appearance {
    /* overflow-y: auto; */
    /* height: 85vh; */
  }

  .email_collector-block-card .card-body {
    height: auto;
  }

  .link-block-card .card-body {
    height: auto;
  }

  .links_listing_holder {
    max-height: none;
  }

  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 84vh;
    padding: 1rem !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .fixed-preview {
    right: auto !important;
  }

  .woi-w-full {
    width: 100%;
  }

  .qrcodepreviewer {
    padding-top: 40px;
  }

  .wallpaper-wrapper-container>.extraborder-rad {
    /*border: 2px solid ;*/
  }

  .linkrowtabcontentcol {
    border-left: 2px solid #eee !important;
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .app-content-inr {
    overflow: auto;
  }

  .close_profileitems_settings>span {
    font-size: 25px;
  }

  .woi307 {
    padding-bottom: 0px !important;
  }

  .jss1006 {
    border-radius: 15px;
    /* border: 2px solid #eee; */

  }

  .alert .alert-info {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  /* .links-listing .card-links-container{
  height: 81vh !important;
}
 .card  > .card-body > .d-flex{
  height: 84vh;
  overflow: hidden;
} */
  .woi307,
  .woi333 {
    height: 85vh !important;
    min-height: 50vh !important;
    overflow: hidden !important;
  }

  .btn-p {
    padding: 0.7rem 1.5rem;
    font-size: 13px;
    font-weight: 600;
  }

  .app-wrapper {
    background-color: white;
  }

  .linkrowtabcontentcol {
    padding: 0px;
  }

  .woi-w-full,
  .app-wrapper {
    border-radius: 15px;
    border-right: 2px solid #eee !important;
  }

  .biolinkpreviewer {
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .card {
    border: 0px solid #f1f2f4;
  }

  .wallpaper-wrapper-container {
    padding-left: 0px;
  }

  .woi333 {
    border-right: 2px solid #eee;
  }


  .v-badge-container>.v-badge-blocks {
    height: 550px !important;
    padding: 0px !important;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
  }

  .flex-center {
    display: flex;
    justify-content: center;
  }

  .walpaper_card_preview {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
  }

  .qrcodelinkpage,
  .wallpaper-wrapper {
    border-radius: 15px;
    border: 1px solid #eee;
  }

  .social-item .socials-highlight-text .socials-highlight-name {
    font-size: 12px;
  }

  .woi0010 {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* ------ packages----- */
  /* main > :where([element-name^="woi-"]) {
  display: grid;
  height: 100%;
} */
  /* .app-content-inr{
  display: flex;
  gap: 30px;
}
.altum-animate-fade-in{
  width: 100%;
} */
  span.path-nav {
    font-size: 12px !important;
    color: #087628;
  }

  span.path-navbio {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navtwo {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navthree {
    font-size: 12px !important;
    color: #c6221f;
  }

  span.path-navfour {
    font-size: 12px !important;
    color: #c6221f;
  }

  .btn-dlt-modal.btn-p {
    padding: 0.55rem 1rem;
    font-size: 0.75rem;
    border-color: transparent;
    box-shadow: rgba(41, 45, 51, 0.14) 0px 4px 4px 0px;
    border: 1px solid #DBDDE0;
  }

  .btn-dlt-modal.btn-p:hover {
    padding: 0.55rem 1rem;
  }

  .admin-cart {
    margin-top: 10px !important;
  }

  .flex-gap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .lable-font {
    font-size: 13px !important;
  }

  .border-l {
    height: 63vh;
  }

  .broder-w {
    width: 60%;
  }

  .footer_cont_sticky {
    display: flex;
    justify-content: space-between;
    background: hsla(0, 0%, 100%, 0.8);
    position: sticky;
    bottom: -20px;
    left: 0;
    width: 100%;
    z-index: 10;
    align-items: center;
  }

  .lg-ml-10 {
    margin-left: 10px;
  }

  .lg-woi01 {

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .md-hidden {
    display: none !important;
  }
}

/* --------------- */
@media (min-width: 1400px) {
  section.linkpage {
    position: fixed;
    width: 87%;
  }

  /* .profileEditContainer .card-body ,
  .card-links-container,
  #appearance {
    overflow-y: auto;
    height: 84vh;
  } */

  .email_collector-block-card .card-body {
    height: auto;
  }

  .link-block-card .card-body {
    height: auto;
  }

  .links_listing_holder {
    max-height: none;
  }

  .linkrowtabcontent {
    height: 85vh;
  }

  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 84vh;
    padding: 1rem 2rem !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .fixed-preview {
    right: auto !important;
  }

  .woi-w-full {
    width: 100%;
  }

  .qrcodepreviewer {
    padding-top: 40px;
  }

  .linkrowtabcontentcol {
    border-left: 2px solid #eee !important;
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .app-content-inr {
    overflow: auto;
  }

  .close_profileitems_settings>span {
    font-size: 25px;
  }

  .woi307 {
    padding-bottom: 0px !important;
  }

  .jss1006 {
    border-radius: 15px;
    /* border: 2px solid #eee; */

  }

  .alert .alert-info {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  /* .links-listing .card-links-container{
  height: 81vh !important;
}
 .card  > .card-body > .d-flex{
  height: 84vh;
  overflow: hidden;
} */
  .woi307,
  .woi333 {
    height: 84vh !important;
    min-height: 50vh !important;
    overflow: hidden !important;
  }

  .btn-p {
    padding: 0.7rem 1.5rem;
    font-size: 13px;
    font-weight: 600;
  }

  .app-wrapper {
    background-color: white;
  }

  .linkrowtabcontentcol {
    padding: 0px;
  }

  .woi-w-full,
  .app-wrapper {
    border-radius: 15px;
    border-right: 2px solid #eee !important;
  }

  .biolinkpreviewer {
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .card {
    border: 0px solid #f1f2f4;
  }

  .wallpaper-wrapper-container {
    padding-left: 0px;
  }

  .woi333 {
    border-right: 2px solid #eee;
  }


  .v-badge-container>.v-badge-blocks {
    height: 550px !important;
    padding: 0px !important;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
  }

  .flex-center {
    display: flex;
    justify-content: center;
  }

  .walpaper_card_preview {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
  }

  .qrcodelinkpage,
  .wallpaper-wrapper {
    border-radius: 15px;
    border: 1px solid #eee;
  }

  .social-item .socials-highlight-text .socials-highlight-name {
    font-size: 12px;
  }

  .woi0010 {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* ------ packages----- */
  /* main > :where([element-name^="woi-"]) {
  display: grid;
  height: 100%;
} */
  /* .app-content-inr{
  display: flex;
  gap: 30px;
}
.altum-animate-fade-in{
  width: 100%;
} */
  span.path-nav {
    font-size: 12px !important;
    color: #087628;
  }

  span.path-navbio {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navtwo {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navthree {
    font-size: 12px !important;
    color: #c6221f;
  }

  span.path-navfour {
    font-size: 12px !important;
    color: #c6221f;
  }

  .btn-dlt-modal.btn-p {
    padding: 0.55rem 1rem;
    font-size: 0.75rem;
    border-color: transparent;
    box-shadow: rgba(41, 45, 51, 0.14) 0px 4px 4px 0px;
    border: 1px solid #DBDDE0;
  }

  .btn-dlt-modal.btn-p:hover {
    padding: 0.55rem 1rem;
  }

  .admin-cart {
    margin-top: 10px !important;
  }

  .flex-gap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .lable-font {
    font-size: 13px !important;
  }

  .border-l {
    height: 70vh;
  }

  .broder-w {
    width: 60%;
  }

  .footer_cont_sticky {
    display: flex;
    justify-content: space-between;
    background: hsla(0, 0%, 100%, 0.8);
    position: sticky;
    bottom: -20px;
    left: 0;
    width: 100%;
    z-index: 10;
    align-items: center;
  }

  .lg-ml-10 {
    margin-left: 10px;
  }

  .lg-woi01 {

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .md-hidden {
    display: none !important;
  }
}

/* -----------switch--------------- */


/* ---------------- */
@media (min-width: 1200px) {
  section.linkpage {
    position: fixed;
    width: 87%;
  }


  .email_collector-block-card .card-body {
    height: auto;
  }

  .link-block-card .card-body {
    height: auto;
  }

  .links_listing_holder {
    max-height: none;
  }

  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 74vh;
    padding: 1rem 2rem !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 3rem !important;
  }

  .fixed-preview {
    right: auto !important;
  }

  .woi-w-full {
    width: 100%;
  }

  .qrcodepreviewer {
    padding-top: 40px;
  }

  .linkrowtabcontentcol {
    border-left: 2px solid #eee !important;
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .app-content-inr {
    overflow: auto;
  }

  .close_profileitems_settings>span {
    font-size: 25px;
  }

  .woi307 {
    padding-bottom: 0px !important;
  }

  .jss1006 {
    border-radius: 15px;
    /* border: 2px solid #eee; */

  }

  .alert .alert-info {
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  /* .links-listing .card-links-container{
  height: 81vh !important;
}
 .card  > .card-body > .d-flex{
  height: 84vh;
  overflow: hidden;
} */
  .woi307,
  .woi333 {
    height: 84vh !important;
    min-height: 50vh !important;
    overflow: hidden !important;
  }

  .btn-p {
    padding: 0.7rem 1.5rem;
    font-size: 13px;
    font-weight: 600;
  }

  .app-wrapper {
    background-color: white;
  }

  .linkrowtabcontentcol {
    padding: 0px;
  }

  .woi-w-full,
  .app-wrapper {
    border-radius: 15px;
    border-right: 2px solid #eee !important;
  }

  .biolinkpreviewer {
    border-top: 2px solid #eee !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .card {
    border: 0px solid #f1f2f4;
  }

  .wallpaper-wrapper-container {
    padding-left: 0px;
  }

  .woi333 {
    border-right: 2px solid #eee;
  }


  .v-badge-container>.v-badge-blocks {
    height: 555px !important;
    padding: 0px !important;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
  }

  .flex-center {
    display: flex;
    justify-content: center;
  }

  .walpaper_card_preview {
    display: flex !important;
    justify-content: center !important;
    flex-direction: row;
  }

  .qrcodelinkpage,
  .wallpaper-wrapper {
    border-radius: 15px;
    border: 1px solid #eee;
  }

  .social-item .socials-highlight-text .socials-highlight-name {
    font-size: 12px;
  }

  .woi0010 {
    padding: 4px 8px;
    font-size: 12px;
  }

  /* ------ packages----- */
  /* main > :where([element-name^="woi-"]) {
  display: grid;
  height: 100%;
} */
  /* .app-content-inr{
  display: flex;
  gap: 30px;
}
.altum-animate-fade-in{
  width: 100%;
} */
  span.path-nav {
    font-size: 12px !important;
    color: #087628;
  }

  span.path-navbio {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navtwo {
    font-size: 12px !important;
    color: #1870e4;
  }

  span.path-navthree {
    font-size: 12px !important;
    color: #c6221f;
  }

  span.path-navfour {
    font-size: 12px !important;
    color: #c6221f;
  }

  .btn-dlt-modal.btn-p {
    padding: 0.55rem 1rem;
    font-size: 0.75rem;
    border-color: transparent;
    box-shadow: rgba(41, 45, 51, 0.14) 0px 4px 4px 0px;
    border: 1px solid #DBDDE0;
  }

  .btn-dlt-modal.btn-p:hover {
    padding: 0.55rem 1rem;
  }

  .admin-cart {
    margin-top: 10px !important;
  }

  .flex-gap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .lable-font {
    font-size: 13px !important;
  }

  /*.border-l{
  height: 63vh;
}*/
  .broder-w {
    width: 60%;
  }

  .footer_cont_sticky {
    display: flex;
    justify-content: space-between;
    background: hsla(0, 0%, 100%, 0.8);
    position: sticky;
    bottom: 0px;
    margin-top: 0px !important;
    left: 0;
    width: 100%;
    z-index: 10;
    align-items: center;
  }

  .lg-ml-10 {
    margin-left: 10px;
  }

  .block>.woi0707 {
    margin-right: 5px !important;
  }

  .lg-woi01 {

    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .md-hidden {
    display: none !important;
  }

  /* .md-card-py{
  width: auto !important;
} */

}




/* --------------end --------- */


.form-control.form-des {
  border-radius: 5px;
  border: 1px solid #e5e8eb !important;
  font-size: 12px !important;
}

.buttonOutlined.btn-backto.add-bcc {
  position: absolute;
  top: -11px;
  right: 16px;
}

/* .followup-lable{
  border: 1px solid #e5e8eb  !important;
border-radius: 5px;
} */
.close-modal {
  display: flex !important;
  border: 2px solid white !important;
  border-radius: 50% !important;
  padding: 4px !important;
  background: white !important;
  justify-content: center !important;
  align-items: center !important;
}

.svg-round {
  display: flex;
  border: 2px solid white;
  border-radius: 50%;
  padding: 2px;
  background: black;
  justify-content: center;
  align-items: center;
}

.svg-font {
  font-size: 16px;
  color: black;
}

.footerinfo {
  display: flex;
  gap: 10px;
  border: 1px solid #0E5BBF;
  border-radius: 14px;
  font-size: 12px;
  align-items: center;
  padding: 3px 8px;
}

.footerinfo:hover {
  border: 1px solid #0E5BBF;
}

.footerinfo1 {
  gap: 10px;
  color: black;
}

.alert-modal {
  display: flex;
  gap: 10px;
  padding: 10px 10px;
  align-items: center;
  border-radius: 10px;
  font-size: 11px;
}

.h3modal {
  font-size: 22px !important;
  color: black;
  font-weight: 800;
}

.h6modal {
  font-size: 16px;
  color: rgb(103 107 95);
}

.lgmt-5 {
  margin-top: 20px;
}

.btn-gradient {
  background-color: black;
  color: white !important;
  padding: 11px;
  /* font-size: ; */
}

.btn-gradient:hover {
  background-color: black;
  color: white !important;
  padding: 11px;
  border-color: #000;
}

.woi0005 {
  padding: 20px 35px;
}

.border-r {
  border-radius: 10px !important;
}

.border-l {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width : 768) {
  .extraborder-rad.profileEditContainer {
    padding-bottom: 100px;
  }
}

/* @media (min-width: 300px) and (max-width: 400px) {

  .ssm-flex-col{
    display: flex !important;
        flex-direction: column;
        gap: 17px;
  }
  .ssm-01{
    width: 100%;
    margin-right: 0px !important;
  }
  .img-w-full{
    width: 100%;
  }
} */
@media (min-width: 850px) {
  .woi_foot_nav_mob_main_01 {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 850px) {
  .extraborder-rad.profileEditContainer {
    /* padding-bottom: 22%; */
  }

  .tabcontent .footer-btn-wrapper {
    justify-content: space-between !important;
  }

  .profile-pattern {
    margin-bottom: 0px !important;
  }

  .tabcontent {
    padding-bottom: 60px;
  }

  #tabView2,
  .tabcontent {
    padding-bottom: 0px;
  }

  .footer_cont_sticky_one {
    margin-bottom: 2%;
    display: none;
  }

  .footer-btn-wrapper,
  .voi00005 {
    background-color: transparent;
  }

  .btn-sec-hollow {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 7px !important;
    border-radius: 8px !important;
    margin-top: 0.5rem !important;
    border-radius: 8px !important;
    padding: 9px 11px !important;
    width: auto !important;
  }

  .woi-w-full {
    padding-bottom: 65px;
  }

  .card-edit-mini-forms .form-group label {
    background-color: #f4f6ff;
  }

  .footer_cont_sticky,
  .voi00005 {
    padding-bottom: 65px;
  }

  .voi00010 {
    padding-bottom: 75px;
  }

  .voi00011 {
    padding-bottom: 80px !important;
  }

  .voi00050 {
    padding-bottom: 90px !important;
  }

  .card-body.p-4.p-sm-add.woi002.voi00050 {
    padding-bottom: 90px !important;
  }

  .card-body.p-4.p-sm-add.woi002.voi00011 {
    padding-bottom: 80px !important;
    padding: 0px !important;
  }

  .mob-align {
    justify-content: space-between !important;
    display: flex !important;
  }

  #options_container,
  .footer_cont_sticky {
    padding-bottom: 0% !important;


  }

  .email-signature-images .imageditpart-card-block .card-image-container.cover-container {
    top: 0px !important;
    padding: 0px !important;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.clogo-container.mobrightalign {
    right: 0px;
    margin-right: 11px;
    bottom: -38px;
    position: absolute;
    width: 100px;
    right: 10px;
    bottom: -20px;
    z-index: 1;
  }

  .email-signature-images .imageditpart-card-block .card-image-container.profile-container {
    bottom: -30px !important;
  }

  .img-center {
    right: -106px;
  }

  .dc-profile-edit-mode .profile_contact_list {
    /* padding: 3rem 0rem;
    overflow: visible; */
    /* ----------new--------- */
    padding: 3rem 1rem;
    overflow: visible;
    background: white;
    padding-bottom: 33px !important;
    padding-top: 21px !important;
    border-radius: 10px;
  }

  .custom-row {
    padding: 13px 13px;
  }

  .custom-control-input:checked~.custom-control-label::before {
    top: -6px;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: -3px;
  }

  .custom-switch .custom-control-label::before {
    top: -5px;
  }

  .custom-switch .custom-control-label::after {
    top: -3px;
  }

  .profile_details_section .form_listing input.form-control,
  .profile_details_section .form_listing select.form-control {
    height: 39px;
  }

  .woi00020 {
    overflow-x: auto;
    /* Enables horizontal scrolling */
    white-space: nowrap;
    /* Prevents wrapping */
    display: flex !important;
    /* Ensures items are aligned in a row */
    gap: 10px;
    /* Optional: Adds spacing between images */
    padding-bottom: 10px;
    /* Avoids scrollbar covering content */
    scroll-behavior: smooth;
    /* Enables smooth scrolling */
    flex-flow: nowrap;
  }

  .img-w {
    width: auto !important;
    height: 100px;
  }

  .smm-w-full {
    width: 100%;
  }

  /* .image-upload-block {
    flex: 0 0 auto;
    width: 150px;
} */

  .btn-left-pro {
    right: 24px !important;
    position: relative;
    top: -30px;
  }

  .profile_details_section .form_listing input.form-control,
  .profile_details_section .form_listing select.form-control {
    border: 1px solid #444444;
  }

  .form_listing .form-control {
    border: 1px solid #434343;
  }

  .card-item-button.btn-gray-100 {
    box-shadow: rgba(41, 45, 51, 0.14) 0px 4px 4px 0px !important;
    border: 1px solid #DBDDE0 !important;
  }

  .social-common-box .input-group-text {
    border: 1px solid black !important;
  }

  .card-phone-wrapper {
    border: 1px solid #000;
    border-radius: 5px;
    flex-wrap: nowrap !important;
  }

  .mmb-0 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .mmt-0 {
    margin-top: 0px !important;
  }

  .mmb-2 {
    margin-bottom: 3px;
  }

  .custom-control-input:checked~.custom-control-label::before {
    top: -6px;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: -4.5px;
  }

  .woipb-2 {
    padding-bottom: 15px;
  }

  .mob-f-menu {
    /* padding: 15px; */
    border-radius: 50px;
    z-index: 9999;
  }

  .woi_foot_nav_mob_main_01 {
    padding: 5px 10px;
    display: flex !important;
    /* position: relative; */
  }

  .woi_foot_nav_mob_221 {
    position: relative;
  }

  .woi_foot_nav_mob_222_br {
    height: 100%;
    width: 100%;
    /* filter: blur(10px); */
    position: absolute;
    -webkit-backdrop-filter: blur(10px) !important;
    background: #95959580;
    left: 0px;
    backdrop-filter: blur(20px);
    border-radius: 50px;
    bottom: 0px;
    z-index: -1;
  }

  html textarea,
  html input,
  html select,
  html option,
  .woi-products-category-v7-dropdown,
  .woi-products-category-v7-selected .profile_details_section .form_listing input.form-control,
  .profile_details_section .form_listing select.form-control,
  .profile_details_section .form_listing .form-control {
    font-size: 12px !important;
  }

  .woi_foot_nav_mob_main_01 .woi_foot_nav_mob_221 {
    z-index: 300;
    position: relative;
  }

  .sm-justify-center {
    justify-content: center !important;
  }

  .sm-justify-b {
    display: flex;

  }

  .sm-t-b-change {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .woi00120 {
    padding: 0px !important;
    padding-bottom: 10px !important;
    justify-content: space-between !important;
  }

  .center-modal {
    max-width: none !important;
  }

  .sm-card-py {
    margin: 10px 0px !important;
    width: 100% !important;
  }

  .cardaccountAlertModal .maincontain-tab {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .sm-hidden {
    display: none !important;
  }

  /* .md-hidden{
display: none !important;
} */

}


.border-rounded-large {
  border-radius: 10px !important;
}

/* .popup.banner.image.b-t-r{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px  !important;
} */
.btn.layout-btn:hover {
  color: white;
}

.img-modal {
  background: rgb(36, 30, 142);
  background: linear-gradient(90deg, rgba(36, 30, 142, 1) 0%, rgba(44, 44, 193, 1) 35%, rgba(0, 212, 255, 1) 100%);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.item-start {
  display: flex;
  align-items: start !important;
}

.fieldset>.fieldinputc.position-relative.phone-format.input-main {
  display: flex;
  padding: 0px 0px !important;
  align-items: center;
  border-radius: 10px;
  background-color: transparent !important;
}

.phone-format .phonecodedrop {
  width: auto;
  padding: 7px 15px;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #ddd !important;
}

/* .contained-primary{
  background: linear-gradient(90deg, rgba(36,30,142,1) 0%, rgba(44,44,193,1) 35%, rgba(0,212,255,1) 100%);
} */
.contained-primary {
  background: linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
}

input[type=checkbox] {
  /*width: 20px;
  height: 20px;*/
  background-color: #000 !important;
}

input[type=checkbox]:checked {
  background-color: #000000 !important;
}

.plans-btn {
  padding: 0.4rem;
  border: 0.1rem solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, rgb(248, 89, 0), rgb(237, 0, 181));
}

.plans-btn-h {
  height: 19px;
}

.plans-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobplannotright {
  display: flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  gap: 6px;
}

.plans-btn>.woi303.procrown {
  margin-right: 0px;
}

.modal-flex {
  display: flex;
}

/* modal upgrade btn */
.cardaccountAlertModal .modal-content {
  border-radius: 20px;
  width: 800px !important;
}

.center-modal {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.infobox {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-direction: row !important;
  width: 100% !important;
  height: auto !important;
  padding: 10px 10px !important;
  margin-bottom: 0px !important;
}

.infoboxactivesvg {
  width: 20px !important;
  border: 1px solid #000 !important;
  cursor: pointer !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 50% !important;
  justify-content: center !important;
  background-color: transparent !important;
}

.border-l.border-vh {
  height: 50vh;
  padding-bottom: 40px;
}

.cardaccountAlertModal .infobox.active {
  border: 1px solid #000 !important;

}

.infofooter {
  margin-top: 40px !important;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.gap-10px {
  gap: 10px;
}

.font-11px {
  font-size: 11px;
}

.font-13px {
  font-size: 14px !important;
}

.text-dark.font-13px {
  color: #000000 !important;
}

form input.form-control,
form select.form-control {
  border-radius: 10px;
}

form .leadcapture-modal-fields input.form-control,
form .leadcapture-modal-fields select.form-control {
  border-radius: 7px;
}

.leadcapture-modal-fields .form-group {
  margin-bottom: 1rem;
}

.text-nowrap {
  text-wrap-mode: nowrap;
}

.align-center {
  display: flex !important;
  align-items: center !important;
}

.woi070707,
.woi070707-input {
  padding: 0px 5px;
  height: 30px;
}

/* lead capture preview */
.validationstar {
  color: rgb(170, 21, 22);
  line-height: 12px;
  margin-top: -3px;
}

.biolink-preview .biolink-preview-iframe-container.leadcapture-preview {
  color: #15171a;
  background-color: #0000008a;
}

.lc-frame {
  padding: 15.937px;
  width: 90%;
}

.lc-frame .innerlc {
  height: 600px;
  border-radius: 26.343px;
}

.lcprofileimage {
  margin-top: -40px;
}

.lcprofileinimg {
  box-shadow: rgba(41, 45, 51, 0.13) 0px 8px 25px -5px;
  color: rgb(138, 138, 138);
  width: 60px;
  height: 60px;
}

.lcprofileinimg img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: contain;
}

.modal-content .lcprofileinimg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-top: -34px;
}

.modal-content .lcprofileinimg img {
  width: 70px;
  height: 70px;
}

.leadcformhead {
  overflow-y: auto;
  max-height: 560px;
}

/* end lead capture preview */
.h3modal.color {
  color: #fff !important;
}

.fs-16px {
  font-size: 16px !important;
  color: #000;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input,
.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon .auth0-lock-input {
  padding: 0px 0px !important;
}

.auth0-lock.auth0-lock .auth0-lock-input-wrap .auth0-lock-input,
.auth0-lock.auth0-lock .auth0-lock-input-wrap.auth0-lock-input-wrap-with-icon .auth0-lock-input {
  font-size: 1rem !important;
}

input:-internal-autofill-selected:focus {
  background-color: green;
}

.text-u:hover {
  text-decoration: underline !important;
}


/* tailwindcss classes */
/* Grid styles */
.grid {
  display: grid;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gap-4 {
  gap: 1rem;
}

/* Flexbox styles */
.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

/* Grid Auto Flow */
.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

/* Grid Gap */
.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

/* Grid Template Rows */
.grid-rows-2 {
  grid-template-rows: repeat(2, 1fr);
}

.grid-rows-3 {
  grid-template-rows: repeat(3, 1fr);
}

/* Grid Template Columns */
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* Grid Container */
.grid {
  display: grid;
}

/* Flex Wrap */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

/* Align Items */
.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

/* Justify Content */
.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-around {
  justify-content: space-around;
}

/* Flex Direction */
.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

/* Flex Container */
.flex {
  display: flex;
}

.alert-woi11 {
  background: #d8effe;
  /* border-radius:; */
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 2rem !important;
}

.woi-sub-h {
  font-size: 14.5px !important;
}

.woi304112 {
  background: #ffede9;
  color: #c6221f;
  border-radius: 5px;
  /* width: 200px; */
  height: 24px;
  padding-top: 5px;
  text-indent: 12px;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  /* display: flex;
    align-items: center;
    justify-content: start; */
  text-align: start;
}

.woi30400 {
  background: #fffbe8;
  border-radius: 5px;
}

/* shop inner sidebar annimation */
.text-item {
  position: absolute;
  width: 100%;
  text-align: start;
  opacity: 0;
  animation: moveText 12s infinite;
}

.text-item:nth-child(1) {
  animation-delay: 0s;
}

.text-item:nth-child(2) {
  animation-delay: 3s;
}

.text-item:nth-child(3) {
  animation-delay: 6s;
}

.text-item:nth-child(4) {
  animation-delay: 9s;
}

@keyframes moveText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  25% {
    opacity: 1;
    transform: translateY(0);
  }

  75% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* end shop inner sidebar annimation */
.input-group .woibtn01 {
  cursor: pointer;
  color: #636363;
  border: none;
  transition: background 0.3s ease;
  padding: 5px 10px;
  border-top-right-radius: 0.35rem;
  border-left: 0px !important;
  border-bottom-right-radius: 0.35rem;
  background: #fff;
  display: flex;
  align-items: center;
}

.input-group .woibtn01:hover {
  background-color: transparent !important;
  border-left: 0px !important;
}

.woi7701 {
  border: none !important;
  background: #fff;
  font-size: 11.5px;
  padding: 0px 5px;
  border-right: 0px !important;
  border-left: none !important;
  outline: none !important;
}

.input-group-text.woi7701 {
  color: #004ecc;
}

.editurlerrormsg {
  position: absolute;
  bottom: -17px;
}

.input-group-append button svg {
  width: 13px;
}

.woi_xl_01 {
  justify-content: space-between;
}

@media (max-width: 600px) {
  .woi7701 {
    height: 35px !important;
  }

  .biolink-preview-iframe-container {
    height: 100vh !important;
  }

  .input-group-prepend {
    height: 35px !important;
  }

  .woi_100w {
    width: 100% !important;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 0px 0px;
  }

  .woi307,
  .woi333 {
    height: fit-content !important;
    min-height: 50vh !important;
    overflow: visible !important;
    margin-bottom: 65px;
  }

  .input-group .woibtn01 {
    padding: 4.5px 10px;
  }

  .woi_j01 {
    justify-content: center;
  }

  .editurlerrormsg {
    position: absolute;
    top: -20px;
    right: 0px;
    bottom: auto;
  }

  .cartpg-list-view .cart {
    flex-direction: column !important;
  }
}

@media (max-width: 992px) {
  .woi7701 {
    height: 35px !important;
  }

  .input-group-prepend {
    height: 35px !important;
  }

  .woi_100w {
    width: 100% !important;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 0px 0px;
  }

  .input-group .woibtn01 {
    padding: 4.5px 10px;
  }

  .biolink-preview .translate-middle-x {
    display: none !important;
  }

  .woi_j01 {
    justify-content: center;
  }

  .woi_btn_01 {
    font-size: 11px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: width 0.2s, padding 0.2s;
    color: #fff;
    border: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #dadce0 !important;


  }

  .woi_sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    /* Ensures it stays above other content */
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    /* Bottom shadow only */
  }

  .z-index-1 {
    z-index: 1 !important;
  }

  .woi_btn_02 {
    border: 1px solid black;
    color: black;
  }

  .woi_btn_02:hover {
    background-color: black;
    color: white;
  }

  .app-content.linkpage {
    height: 100vh !important;
  }

  .app-content.linkpage {
    height: auto !important;
  }

  main {
    height: auto !important;
    position: relative;
  }

  /*
  .woi307, .woi333 {
      height: 84vh !important;
      min-height: 50vh !important;
      overflow: hidden !important;
  } */


}

.button-hide {
  display: none !important;
  /* Hides the sticky element */
}


.social-item-wrapper .woi_text,
.wor_text_in {
  border-bottom: 1px solid #d0d0d0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
}

.social-item-wrapper input.wor_text_in {
  border-radius: 0px !important;
}


/* --------------------udpated code ---------------------- */


@media (max-width: 600px) {
  .biolink-preview .biolink-preview-iframe-container {
    position: absolute !important;
    z-index: 10000 !important;
    top: -9px !important;
  }

  .border-b {
    border-bottom: 1px solid #f3f3f3;
  }

  .woi_bg_p_01 {
    padding: 5px;
    background-color: white;
  }

  .woi_bio_border_b {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 11px;
  }

  .woi_links_btn_pl {
    padding-left: 0px !important;
    padding-right: 0px;
  }

  .woi_link_a_text a {
    font-size: 13px !important;
  }
}

@media (max-width: 992px) {

  .woi_bg_p_01 {
    padding: 5px;
    background-color: white;
  }

}

@media (min-width: 300px) and (max-width: 850px) {
  .biolink_block.card {
    background-color: white;
    /* box-shadow: 4px 12px 47px 0 rgba(0, 0, 0, 0.1); */
  }

  /* iphone zooming issue's */
  html {
    font-size: 16px;
    /* Set base font size to 16px */
  }

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  textarea {
    font-size: 16px;
    /* Ensure inputs have a minimum font size of 16px */
  }

  .woi_link_p {
    justify-content: space-between !important;
  }

  /* -------end zooming ------------- */

  .woi003 {
    padding-top: 0px !important;
  }

  .profile_details_section .form_listing input.form-control,
  .profile_details_section .form_listing select.form-control {

    height: 35px !important;
  }

  .remove-social {
    top: 3px;
  }

  .create_biolink_link button.btn {
    width: 100% !important;
  }

  .woi_bio_svg {
    width: 16px !important;
    height: 16px !important;
  }

  body .social-item-wrapper .woi_text,
  body .social-item-wrapper .wor_text_in {
    border-bottom: 1px solid #d0d0d0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
    padding-left: 0px !important;

  }

  .card-phone-wrapper button.woi_text {
    width: 80px !important;
  }

  .btn-remove-link {
    top: 5px;
  }

  .social-item-wrapper input.wor_text_in {
    border-radius: 0px !important;
  }

  body .form-control.social-input.wor_text_in {
    border-bottom-right-radius: 0px !important;
  }

  body ._customfieldschk.wor_text_in {
    border-bottom-right-radius: 0px !important;
  }

  .social-item-wrapper {
    align-items: end;
  }

  .woi_jfc_aic {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .woi_text_11 {
    font-size: 11px !important;
  }

  .woi_bio_layout {
    margin-top: 10px;
    padding: 10px 10px !important;
    width: 100%;
    background-color: white;
  }

  .woi_bio_layout button {
    width: 100%;
    border-radius: 5px !important;
  }

}

.input-group.data-input-flag.card-phone-wrapper {
  border: none !important;
}

.card-phone-wrapper button.woi_text {
  padding: 0.15rem;
  font-size: 0.9rem;
  color: #4e596b;
  border: 1px solid;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;

}

.profile_contact_list .form-group .input-group input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.social-item-wrapper input.wor_text_in {
  border-radius: 0px !important;
}

body .form-control.social-input.wor_text_in {
  border-bottom-right-radius: 0px !important;
}

.woi_jfc_aic svg {
  margin-top: 0px;
  margin-bottom: 0px;
}

.woi_bio_layout button {
  border-radius: 5px !important;
}

/* Mobile S (Small devices like iPhone SE, Galaxy Fold) */
@media (max-width: 320px) {
  .woi_bio_img_cneter {
    right: -78px !important;
  }

  .woi_es_001 {
    margin-top: 10px !important;
  }

  .woi_bio_img_f {
    right: -78px !important;
  }

  .woi_link_p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .links-listing {
    width: 100% !important;
    /* ------------new------------ */
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
    padding: 10px 10px !important;
  }

  .highlight-label {
    justify-content: center !important;
    text-align: center;
  }

  .footer-btn-wrapper,
  .voi00005 {
    display: none !important;
  }

  .woi-w-full {
    padding-bottom: 0px !important;
  }

  .woi_d-non {
    display: none;
  }

  .mob_updload_img01 {
    padding-right: 13% !important;
  }

  .linkrowtabcontent {
    padding-bottom: 0px !important;
  }

  .highlight-label {
    justify-content: space-between !important;
  }

  .custom-control-input:checked~.custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: 1.5px;
  }

  .custom-switch .custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-label::after {
    top: 2px;
  }

  .app-sidebar {
    z-index: 9999;
  }

  .app-overlay {
    z-index: 8888;
  }

  .app-overlay {
    z-index: 8888;
  }

  .jnwlk-innertab.woi_es_0020 {
    /* height: 69vh !important; */
  }

  .woi_qr_white {
    padding: 10px 10px;
    border-radius: 10px;
    background: white;
  }
}

/* Mobile M (Medium devices like iPhone 12 Mini, Galaxy S8) */
@media (min-width: 321px) and (max-width: 375px) {
  .woi_bio_img_cneter {
    right: -109px !important;
  }

  .woi_bio_img_f {
    right: -109px !important;
  }

  .woi_link_p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .links-listing {
    width: 100% !important;
    /* ------------new------------ */
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
    padding: 10px 10px !important;
  }

  /* .highlight-label{
      justify-content: center !important;
      text-align: center;
    } */
  .footer-btn-wrapper,
  .voi00005 {
    display: none !important;
  }

  .woi-w-full {
    padding-bottom: 0px !important;
  }

  .woi_d-non {
    display: none;
  }

  .mob_updload_img01 {
    padding-right: 19% !important;
  }

  .linkrowtabcontent {
    padding-bottom: 0px !important;
  }

  .highlight-label {
    justify-content: start !important;
    padding-left: 0px !important;
  }

  .woi_es_001 {
    margin-top: 10px !important;
  }

  .custom-control-input:checked~.custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: 1.5px;
  }

  .custom-switch .custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-label::after {
    top: 2px;
  }

  .app-sidebar {
    z-index: 9999;
  }

  .app-overlay {
    z-index: 8888;
  }

  .app-overlay {
    z-index: 8888;
  }

  .jnwlk-innertab.woi_es_0020 {
    height: 69vh !important;
  }

  .woi_qr_white {
    padding: 10px 10px;
    border-radius: 10px;
    background: white;
  }
}

/* Mobile L (Large devices like iPhone 12, Galaxy S20) */
@media (min-width: 376px) and (max-width: 425px) {
  .woi_bio_img_cneter {
    right: -133px !important;
  }

  .linkrowtabcontent {
    padding-bottom: 0px !important;
  }

  .woi_bio_img_f {
    right: -133px !important;
  }

  .woi_link_p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .links-listing {
    width: 100% !important;
    /* ------------new------------ */
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px;
    padding: 10px 10px !important;
  }

  /* .highlight-label{
      justify-content: center !important;
      text-align: center;
    } */
  .footer-btn-wrapper,
  .voi00005 {
    display: none !important;
  }

  .woi-w-full {
    padding-bottom: 0px !important;
  }

  .woi_d-non {
    display: none;
  }

  .mob_updload_img01 {
    padding-right: 23% !important;
  }

  .highlight-label {
    justify-content: start !important;
    padding-left: 0px !important;
  }

  .woi_es_001 {
    margin-top: 10px !important;
  }

  .custom-control-input:checked~.custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: 1.5px;
  }

  .custom-switch .custom-control-label::before {
    top: 0px;
  }

  .custom-switch .custom-control-label::after {
    top: 2px;
  }

  .app-sidebar {
    z-index: 9999;
  }

  .app-overlay {
    z-index: 8888;
  }

  .jnwlk-innertab.woi_es_0020 {
    height: 64vh !important;
  }

  .woi_qr_white {
    padding: 10px 10px;
    border-radius: 10px;
    background: white;
  }
}

.modal-content {
  z-index: 99999 !important;
}

.woi_link_p {
  justify-content: end !important;
}

.woi_appearance_label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}

.woi_appea_select {
  padding: 4px 10px !important;
  height: 35px !important;
  font-size: 12px !important;
}

.woi_v3_height_relative {
  min-height: 50vh !important;
  max-height: 81vh !important;
}

.zoom_in {
  animation: zoomIn 0.3s ease-out forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.woi_head_text {
  font-size: 15px !important;

}

.shadow-g {
  box-shadow: 4px 12px 47px 0 rgba(0, 0, 0, 0.05);
}


/* .outside-container {

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-container {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  z-index: 999;
} */


.woi_position_r {
  /* position: relative;
  z-index: 1; */
}

.woi_postion_a_01 {
  top: -80px;
  padding: 0px !important;
  padding-top: 10px !important;
}

.hidden {
  display: none !important;
}

.box-shadow-white {
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.5) !important;
  /* Light white shadow */
}

.woi_bg_b {
  background-color: transparent !important;
  border-bottom: 1px solid #004ecc !important;
  border-radius: 0px !important;
}

/* .woi_input_b_shadow{
  border: 1px solid black;
} */

.svg-inline--fa.fa-pencil {
  color: #004ecc !important;
}

.svg-inline--fa.fa-check {
  color: green !important;
}

.woi_000110 {}

.woi_0000100101 {
  display: none !important;
}

.display_woi_01 {
  display: flex !important;
}

/* -------------------20-03-25---------------- */


/* Mobile-first approach */
@media (min-width: 640px) {

  /* Small (sm) */
  /* Styles for screens 640px and larger */
  .visibleinmbole {
    width: 100% !important;
  }

  .links-listing {
    width: 100% !important;
  }

  .biolink_blocks {
    width: 100% !important;
  }

  .links-listing {
    width: 100% !important;
  }

}

@media (min-width: 768px) {

  /* Medium (md) */
  .visibleinmbole {
    width: 100% !important;
  }

  .links-listing {
    width: 100% !important;
  }

  .biolink_blocks {
    width: 100% !important;
  }

  .links-listing {
    width: 100% !important;
  }

}

@media (max-width: 768px) {

  /* Medium (md) */
  .woi_v5_def_store_08_container .woi_v5_def_store_08_cards_grid {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media (min-width: 1024px) {
  /* Large (lg) */


  .woi002,
  .woi003 {
    overflow-y: auto;
    overflow-x: hidden;
    height: 60vh;
    scrollbar-width: none;
  }

  .jnwlk-innertab.woi_es_0020 {
    height: 50vh !important;
  }

  .woi307 {
    padding-bottom: 0px !important;
  }

  .woi233 {
    overflow-y: auto;
    height: 78vh;
    scrollbar-width: none;
  }

  .jnwlk-innertab {
    height: 71vh !important;
    scrollbar-width: none;
  }

  .woi003.woi_i002_h {
    height: 71vh !important;
  }

  .woi_h_scroll {
    height: 84vh !important;
    scrollbar-width: none;
    overflow-y: auto;
  }

  .woi_h_scroll_no {
    height: auto !important;
    scrollbar-width: none;
  }

  .woi_scr_01 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .woi_scr_02 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .jnwlk-innertab.storeprofiletab {
    height: auto !important;
    scrollbar-width: none;
  }

  .woi_scr_03 {
    height: 66vh !important;
    padding-bottom: 0px !important;
    scrollbar-width: none;
  }

  .p_0px {
    padding: 0px !important;
  }

  .px_0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pb_0px {
    padding-bottom: 0px !important;
  }

  .woi_scr_04 {
    height: 73vh !important;
    padding-bottom: 0px !important;
  }

  .woi_scr_05 {
    height: 70vh !important;
    padding-bottom: 0px !important;
  }

  .pb_0px {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1280px) {

  /* Extra Large (xl) */
  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 84vh;
    scrollbar-width: none;
  }

  .woi233 {
    overflow-y: auto;
    height: 81vh;
    scrollbar-width: none;
  }

  .jnwlk-innertab {
    height: 71vh !important;
    scrollbar-width: none;
  }

  .woi003.woi_i002_h {
    height: 71vh !important;
    scrollbar-width: none;
  }

  .woi_h_scroll {
    height: 84vh !important;
    scrollbar-width: none;
    overflow-y: auto;
  }

  .woi_h_scroll_no {
    height: auto !important;
  }

  .woi_scr_01 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .woi_scr_02 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .jnwlk-innertab.storeprofiletab {
    height: auto !important;
  }

  .woi_scr_03 {
    height: 66vh !important;
    padding-bottom: 0px !important;
    scrollbar-width: none;
  }

  .p_0px {
    padding: 0px !important;
  }

  .px_0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .woi_scr_04 {
    height: 73vh !important;
    scrollbar-width: none;
    padding-bottom: 0px !important;
  }

  .woi_scr_05 {
    height: 70vh !important;
    padding-bottom: 0px !important;
  }
}

@media (min-width: 1536px) {

  /* 2XL */
  /* Styles for screens 1536px and larger */
  .jnwlk-innertab {
    height: 71vh !important;
    scrollbar-width: none;
  }

  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 84vh;
    scrollbar-width: none;
  }

  .woi003.woi_i002_h {
    height: 71vh !important;
    scrollbar-width: none;
  }

  .woi_h_scroll {
    height: 84vh !important;
    scrollbar-width: none;
    overflow-y: auto;
  }

  .woi_h_scroll_no {
    height: auto !important;
  }

  .woi_scr_01 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .woi_scr_02 {
    height: 80vh !important;
    scrollbar-width: none;
  }

  .jnwlk-innertab.storeprofiletab {
    height: auto !important;
  }

  .woi_scr_03 {
    height: 66vh !important;
    padding-bottom: 0px !important;
    scrollbar-width: none;
  }

  .woi_scr_04 {
    height: 84vh !important;
    scrollbar-width: none;
    padding-bottom: 0px !important;
  }

  .p_0px {
    padding: 0px !important;
  }

  .px_0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .pb_0px {
    padding-bottom: 0px !important;
  }

  .woi_scr_05 {
    height: 70vh !important;
    padding-bottom: 0px !important;
  }
}

.woi_0002 {
  padding-left: 40px !important;
}

.woi_pb_0 {
  padding-bottom: 0px !important;
}

.text-blue-prime {
  color: rgb(14, 91, 191);
}

@media screen and (max-width: 600px) {

  body .profile_contact_list .form-control:focus+label,
  .profile_contact_list .form-control:not(:placeholder-shown)+label,
  .profile_contact_list .form-group .input-group label {
    background-color: white !important;
    z-index: 10 !important;
  }

  .woi-sub-h {
    text-align: center !important;

  }

  .enableProfile_item_Block .md-content-panel {
    width: 20rem;
  }

  .enableProfile_item_Block .md-content-panel-image {
    display: none !important;
  }

  .enableProfile_item_Block .md-content-panel .create-item-blocks select,
  .enableProfile_item_Block .md-content-panel .create-store-blocks select {
    width: 100% !important;
  }

  .enableProfile_item_Block .md-content-panel .biolink-custom-primary {
    width: 100%;
  }

  .template-header-close {
    display: block !important;
  }

  .upgradepromodal .h3modal {
    font-weight: 800;
    font-size: 18px !important;
  }

  .mobilepopimage img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .upgradepromodal .woi0005 {
    padding: 20px 25px;
  }

  .upgradepromodal .woi0005.imageset {
    margin-top: 5px;
  }

  .upgradepromodal .woi0005.contentset {
    padding-top: 0px;
  }

  #upgrade_plan_services_modal .modal-content {
    width: 100%;
  }

  .upgradepromodal .h6modal {
    font-size: 16px;
    color: rgb(103 107 95);
  }

  .upgradepromodal .lgmt-5 {
    margin-top: 0px;
  }

  .upgradepromodal .div-block-20 {
    font-size: 0.9rem;
  }

  .mobilepopimage img.store-image {
    background: #6E83FE;
    padding: 15px 20px 0px 20px;
  }

  #upgrade_plan_services_modal .set-position {
    right: 0px;
    top: 3px;
  }

}

/* ----------screen side bar ------------------- */
/* For screens **larger** than or equal to 1024px */
@media screen and (min-width: 1024px) {
  .app-sidebar {
    min-width: 190px !important;
    max-width: 200px !important;
  }

  .linkpage.app-content {
    margin-left: 210px;
  }

  .tabcontent {
    padding: 15px;
  }

  .woi002,
  .woi003 {
    overflow-y: auto;
    height: 84vh;
    scrollbar-width: none;
  }

  .mobile-status-block .status-block-inner {
    margin-left: 10px;
  }

  .square-block {
    width: 100%;
    height: 100px;
  }

  html #uploadLabel1 {
    width: 87%;
    height: 100%;
    top: 0%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  html #uploadLabel2 {
    width: 87%;
    height: 100%;
    top: 0%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  html #uploadLabel3 {
    width: 87%;
    height: 100%;
    top: 0%;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .top-action-bar label {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image-grid-container {
    width: 400px !important;
  }
}

/* For screens **smaller** than or equal to 1440px */
@media screen and (max-width: 1400px) {
  .app-sidebar {
    min-width: 190px !important;
    max-width: 220px !important;
  }
}

@media (max-width: 639px) {

  #biolink_blocks .biolink_block.card.link-block-card {
    background-color: #f3f3f3;
  }

  .biolink_block.card.email_collector-block-card,
  .biolink_block.card {
    background-color: #f3f3f3;
  }

  .biolink_block.card.heading-block-card.custom-row-inactive {
    background-color: #f3f3f3;
  }

  .biolink_block.card.paragraph-block-card.custom-row-inactive {
    background-color: #f3f3f3;
  }

  .biolink_block.card.custom-row-inactive {
    background-color: #f3f3f3;
  }

  .profile_contact_list .woi1589 {
    border: none;
    background-color: #f3f3f3;
  }

  .biolink_block.card.link-block-card {
    background-color: #f3f3f3;
    padding: .5rem 1rem;
  }

  p.profileHeadnote.text-muted {
    width: 90% !important;
  }

  label.highlight-label {
    font-size: 17px !important;
    margin: 10px 10px;
  }

  label.highlight-label.profileHead {
    margin: 10px 0px;
  }

  .imageditpart {
    margin-top: 10px;
  }

  /* #biolink_blocks .biolink_block.card.paragraph-block-card.custom-row-inactive{
  padding: 18px 1rem;
} */
  .profile-pattern .mobile-flex-column {
    padding-left: 0px;
  }

  #main_socials_block {
    margin-top: 20px;
    margin-bottom: 0px !important;
  }

  .profile_contact_list.card-edit-box .form_listing {
    margin-top: 20px;
  }

  .woi_button_full_modal {
    width: 100% !important;
  }

  .input-group-text.create_biolink_link_social_url {
    height: 50px;
  }

  #create_link_socials_elements {
    height: 50px;
  }

  .profile-pattern .mobile-flex-column {
    padding-left: 10px !important;
  }

  .woi_mob_white_screen {
    padding: 10px 10px;
    background: white;
    border-radius: 10px;
    margin: 10px 0px;
  }

  .mobflex-column {
    flex-direction: column;
  }

  /* .dc-profile-edit-mode .theme-selection{
  background: white !important;
  padding: 10px 10px;
  border-radius: 10px;

} */
  .links_listing_mainhold .biolink_block {
    background: #f3f3f3;
  }

  .profile-pattern .mobileviewlinkshead .highlight-label.profileHead {
    justify-content: space-between !important;
  }

  .appoiment-form p {
    width: 90% !important;
  }

  .appoiment-form.individualform .mobileviewlinkshead label {
    font-size: 16px;
    margin: 10px 10px !important;
  }

  #slots-common .time-slot div.mb-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #slots-common .time-slot div.woi_app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }

  #slots-common .time-slot div.woi_app.woi_b {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 10% !important;
  }

  #override-Tuesday .time-slot div.woi_app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }

  #override-Tuesday .time-slot div.woi_app.woi_b {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 10% !important;
  }

  #override-Tuesday .woi_650 {
    justify-content: space-between;
    align-items: center;
  }

  #override-Friday .woi_650 {
    justify-content: space-between;
    align-items: center;
  }

  #override-Friday .time-slot div.woi_app.woi_b {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    width: 10% !important;
  }

  .custdiv .customtempmain {
    height: 250px !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
  }

  .profile_contact_list.card-edit-box .form_listing {
    margin-bottom: 20px !important;
  }

  .woi_mb_m {
    margin-bottom: 10px !important;
  }

  .woi_d_block {
    display: grid !important;
  }

  .VirtualBackgroundEdit_base-images-grid-container__viAFJ.voi00005.woi_d_block {
    padding-bottom: 0px !important;
  }

  .email-signature-images label {
    margin-left: 0px;
  }

  .profile_contact_list.card-edit-box.mobilepersonaldata.py-0.overflow-visible.emailsigpersonal.woi_es_001 {
    padding-bottom: 2px !important;
  }

  .jnwlk-innertab .profile_contact_list.card-edit-box {
    margin-top: 10px !important;
  }

  body .jnwlk-innertab .profile_contact_list.mail_ow_001 {
    margin-top: 86px !important;
  }

  .jnwlk-innertab.woi_es_0020 {
    height: 59vh !important;
  }

  /* #social-list-details .social-item-wrapper{
  align-items: center;
 } */
  /* .extraborder-rad.profileEditContainer .card-body{
  padding: 15px 10px !important;
  background-color: white;
  border-radius: 10px;
 } */
  .woi_group_00120 {
    top: 24px !important;
  }

  .woi_pb_001 {
    padding-bottom: 15px !important;
  }

  .block-products-list.mt-5 {
    margin-top: 10px !important;
  }

  .uploadLabel1.uploadLabelprev.mob_updload_img01 {
    left: 18px;
  }

  .mob_updload_img01 {
    padding: 0px !important;

  }

  #uploadLabel1.uploadLabelprev.mob_updload_img01 {
    top: 22% !important;
    left: 20% !important;
  }

  #uploadLabel2.uploadLabelprev.mob_updload_img01 {
    top: 22% !important;
    left: 20% !important;
  }

  #uploadLabel3.uploadLabelprev.mob_updload_img01 {
    top: 22% !important;
    left: 20% !important;
  }

  .top-action-bar label,
  .top-action-bar div {
    padding: 7px !important;
  }

  .profile_contact_list.personaldataHolder.card-edit-box div .form_listing {
    margin-bottom: 0px !important;
  }

  .profile-pattern.mb-3 .justify-content-end.mobile-flex-column {
    padding: 0px !important;
  }

  .woi_product_01 {
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
    top: -10px;
    position: relative;
    margin-bottom: 10px !important;
  }



  html body input,
  textarea,
  select {
    font-size: 12px !important;
  }

  html body input {
    touch-action: manipulation !important;
  }

  .woi_card_p {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .woi_ccc {
    justify-content: center !important;
  }

  .biolink_block.card .card-body {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  html body input[type="color"],
  html body input[type="date"],
  html body input[type="datetime"],
  html body input[type="datetime-local"],
  html body input[type="email"],
  html body input[type="month"],
  html body input[type="number"],
  html body input[type="password"],
  html body input[type="search"],
  html body input[type="tel"],
  html body input[type="text"],
  html body input[type="time"],
  html body input[type="url"],
  html body input[type="week"],
  html body select:focus,
  html body textarea {
    font-size: 16px !important;
    /* background-color: green !important; */
  }








  .time-slot.d-flex.mt-2 {
    justify-content: space-between;
  }


  /* .profile_contact_list.card-edit-box h6{
  margin-top: 20px;
 } */

  .jnwlk-innertab.woi_es_0020 {
    height: 60vh !important;
  }

  .virtual-bg-left-part {
    padding: 10px 10px !important;
    background: white;
    border-radius: 10px;
  }

  /* .profileEditContainer{
      padding: 10px 10px !important;
      background-color: white;
      border-radius: 10px;
    } */
  .profileEditContainer h3 {
    text-align: center;
  }

  .linkrowtabcontentcol .individualform {
    padding: 10px 10px !important;
    background-color: white;
    border-radius: 10px;
  }

  .imageditpart-card-block .card-image-container.cover-container {
    padding: 0px !important;
  }

  .profile_details_section .form_listing {
    margin-bottom: 0px;
  }

}

.share_digital_btn {
  top: -50px !important;
}

@media only screen and (max-width: 768px) {

  /* Your mobile-specific styles here */
  .share_digital_btn {
    top: 10px !important;
  }
}

@media (max-width: 639px) {
  html .share_digital_btn {
    top: 95px !important;
  }

  .share_digital_btn {
    top: 10px !important;
  }

  .modal .modal-dialog .modal-content {
    margin: 10px;
    margin: auto;
  }

  .profilephoto-cropper2 {
    padding: 0px !important;
  }

  .woi_text_11px {
    font-size: 11px;
  }

  .modal-content.woi_modal_preview_w {
    width: 100% !important;
    /* margin: auto; */
  }

  #products_enquiry_modal .modal-dialog,
  #service_enquiry_modal .modal-dialog {
    min-width: 100% !important;
  }

  /* *{
  scrollbar-width: none;
} */
  .woi_modal_preview_w_01 {
    border-radius: 20px !important;
  }

}

.modal-dialog.woi_w100_h100_preview {
  width: 100%;
  height: 100vh;
}

.modal-content.woi_modal_preview_w {
  width: 440px;
  margin: auto;
  border-radius: 1.475 !important;
}

.custom-domain-drop {
  padding: 0px;
  border: none !important;
  background: transparent;
  color: #004ecc;
  width: auto;
}

.woi_p_022 {
  z-index: 10;
  top: 10px !important;
  left: 0px;
}

.woi_p_022.notabs {
  top: 16px !important;
}

.woi_not_main {
  background-color: #313131;
  color: white;
}

.woi_not_s_main {
  background-color: #313131;
  display: none;
}

.woi_not_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
}

.woi_v3_inner_wrp {
  padding-top: 0px !important;
}

.woi_not_inner_text_two {
  color: white;
}

.woi_not_inner_text_two a {
  color: white;
  text-decoration: underline !important;
}

.woi_not_inner_img_main img {
  width: 20px;
  height: 20px;
}

.woi_not_inner_img_main {
  display: flex;
  align-items: center;
  gap: 20px;
}

@keyframes woi_v3_slide_up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.woi_v3_modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Slightly transparent */
  backdrop-filter: blur(2px);
  /* <- Blur the background */
  -webkit-backdrop-filter: blur(2px);
  /* Safari support */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
  color: #000;
}

.woi_v3_modal_content {
  background: white;
  width: 90%;
  max-width: 500px;
  padding: 20px;
  border-radius: 18px;
  opacity: 0;
  transform: translateY(100%);
}

.woi_v3_modal_overlay.active {
  display: flex;
}

.woi_v3_modal_overlay.active .woi_v3_modal_content {
  animation: woi_v3_slide_up 0.4s ease forwards;
}

/* Close Button */
.woi_v3_close_btn {
  font-size: 24px;
  cursor: pointer;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 36px;
  background: black;
  border-top-right-radius: 18px;
  padding: 6px;
  border-bottom-left-radius: 5px;
}

.woi_v3_span {
  font-weight: 600;
}

.woi_v3_btn {
  background: transparent;
  color: white;
  border: none;
  text-decoration: underline;
  font-weight: 600;
}

.woi_v3_ctnt_main {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.woi_v3_input_main {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.woi_v3_btn_verify {
  padding: 13px 90px;
  border: none;
  border-radius: 5px;
  background: black;
  color: white;
  font-weight: 600;
  margin: 10px;
  font-size: 15px;
}

.woi_v3_ctnt_head {
  font-size: 22px;
}

.woi_v3_ctnt_title {
  font-weight: 400;
}

.woi_v3_ctnt_title .span {
  font-weight: 600;
}

.woi_v3_ctnt_footer {
  color: gray;
}

.woi_otp_container {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.woi_otp_input {
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: 0.2s;
}

.woi_otp_input:focus {
  outline: none;
  border: 2px solid black;
}

.woi_v3_ntfn_wrapper {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 10px;
}

.woi_v3_ntfn_icon {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

/* Dropdown positioned absolutely relative to body */
.woi_v3_ntfn_dropdown {
  overflow: hidden;
  position: fixed;
  right: 59px !important;
  left: auto !important;
  color: black;
  top: 60px;
  /* Adjust as per your icon position */
  right: 20px;
  /* Adjust to move away from edge */
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* padding: 16px; */
  width: 350px;
  z-index: 9999;
  animation: woi_v3_fade_slide 0.3s ease;
}

.woi_v3_ntfn_dropdown.hidden {
  display: none;
}

.woi_v3_inner {
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-bottom: 1px solid #ebebeb;
}

.woi_v3_ntfn_message_main {
  padding: 10px 15px;
  background: black;
  color: white;
}

.woi_v3_inner_msg {
  font-size: 12px;
  font-weight: 400;
  color: gray;
}

.woi_v3_inner_msg {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.woi_v3_inner_msg.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}

.woi_v3_toggle_btn {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  padding: 0px 8px;
  font-size: 11px;
  background: white;
  border-radius: 5px;
}

.woi_v3_tgl_main {
  width: 100%;
  justify-content: end;
  align-items: center;
  display: flex;
  margin-top: 5px;
}

.woi_v3_inner_one span {
  padding: 3px 10px;
  background: #2ba6ff;
  color: white;
  border-radius: 7px;
  font-size: 10px;
}

span.bg_two {
  background-color: #8f6dca;
}

.woi_v3_ntfn_items_main {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  max-height: 50vh;
  overflow: auto;
  margin-bottom: 15px;
  padding: 5px;
  gap: 10px;
}

.woi_v3_bg_one {
  background: aliceblue;
  border-radius: 7px;
}

.woi_v3_bg_two {
  background: antiquewhite;
  border-radius: 8px;
}

.woi_v3_bg_three {
  background: #f5f5f5;
  border-radius: 8px;
}

.woi_v3_ntfn_close {
  position: absolute;
  top: 0px;
  right: 8px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

@keyframes woi_v3_fade_slide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* --------------------------- woi_v3_mdoal  */

/* === MODAL BACKDROP & WRAPPER === */
.woi_v3_dil_modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woi_v3_dil_modal.hidden {
  display: none;
}

/* === BACKDROP WITH BLUR === */
.woi_v3_dil_backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* semi-transparent black */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  /* for Safari */
}

/* === MODAL BOX === */
.woi_v3_dil_box {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 25px;
  width: 100%;
  max-width: 960px;
  animation: woi_v3_dil_slide_up 0.4s ease-out forwards;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  color: black;
}

/* === ANIMATION: BOTTOM TO TOP === */
@keyframes woi_v3_dil_slide_up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* === OPTIONAL CLOSE BUTTON STYLE === */
.woi_v3_dil_close_btn {
  background-color: #000;
  color: #fff;
  padding: 9px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.woi_v3_dil_main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.woi_v3_dil_scroll_main {
  max-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  scrollbar-width: none;
}

.woi_v3_dil_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woi_v3_dil_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* gap: 5px; */
  margin-bottom: 15px;
}

.woi_v3_dil_grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  display: grid;
  gap: 25px;
}

.woi_v3_dtl_btn_2 {
  display: flex;
  gap: 5px;
  align-items: center;
}

.woi_v3_dil_header_h1 {
  font-size: 19px;
  font-weight: 500;
}

.woi_v3_dil_stc_btn {
  border: 1px solid gray;
  padding: 10px 18px;
  border-radius: 5px;
  /* outline: 1px solid #bbbbbb; */
  font-size: 13px;
  font-weight: 500;
  background: #fbfbfb !important;
}

.woi_v3_dil_stc_btn:hover {
  background: #e0e0e0;
}

.woi_v3_dil_h2 {
  font-size: 20px;
  font-weight: 500;
}

.woi_v3_dil_inner_img {
  width: 100%;
  height: 333px;
  border-radius: 15px;
}

.woi_v3_dil_p {
  font-size: 14px;
  font-weight: 400;
  color: gray;
}

.woi_v3_dil_img_wrap {
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 13px;
  /* optional rounded corners */

}

.woi_v3_dil_inner_img {
  transition: transform 0.3s ease, filter 0.3s ease;
  display: block;
}

.woi_v3_dil_img_wrap:hover .woi_v3_dil_inner_img {
  transform: scale(1.05);
  filter: brightness(1.05);
}



.woi_v3_dil_inner_img {
  display: block;
  transition: transform 0.3s ease;
}

.woi_v3_dil_img_wrap:hover .woi_v3_dil_inner_img {
  transform: scale(1.05);
}

.woi_v3_continue_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000b0;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 14px;
  width: 93%;
  font-weight: 500;
  z-index: 20;
}

/* .woi_v3_dil_img_wrap:hover .woi_v3_continue_btn {
  opacity: 1;
  background-color: black;
}
.woi_v3_dil_img_wrap:hover .woi_v3_dil_img_wrap_bg{
      position: absolute;
    width: 100%;
    height: 100%;
    background: #3333336b;
    z-index: 10;
    top: 0px;
} */
.woi_v3_dil_img_wrap:hover .woi_v3_continue_btn,
.woi_v3_dil_img_wrap:focus-within .woi_v3_continue_btn {
  opacity: 1;
  background-color: black;
}

.woi_v3_dil_img_wrap:hover .woi_v3_dil_img_wrap_bg,
.woi_v3_dil_img_wrap:focus-within .woi_v3_dil_img_wrap_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3333336b;
  z-index: 10;
  top: 0;
  left: 0px;
}

.woi_v3_dil_img_wrap.apply_woi_v3_dil_img_wrap.selected {
  padding: 6px;
  border: 2px solid #ff9300;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woi_v3_ntfn_cnt {
  background: #009500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -4px;
  right: -8px;
  border: 1px solid #313131;
}

.woi_v3_ntfn_cnt_cart {
  background: #185abc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  position: absolute;
  width: 17px;
  height: 17px;
  top: -4px;
  right: -10px;
  border: 1px solid #313131;
}

.woi_v3_ntfn_dropdown {
  right: 0px !important;
}

.floating-btn {
  position: fixed;
  width: 90%;
  bottom: 56px;
  width: 26rem;

}

/* notification bar sliders  */
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .woi_v3_modal_overlay {
    align-items: end;

  }

  .floating-btn {
    position: fixed;
    width: 89%;
    bottom: 26px;

  }

  .woi_v3_continue_btn {
    top: 23px;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    padding: 5px;
  }

  .woi_v3_dil_img_wrap {
    height: auto !important;
  }

  .woi_v3_modal_content {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .woi_not_inner_text_two {
    font-size: 11px;
    text-align: center;
    line-height: normal;
  }

  .woi_not_inner_img_main {
    gap: 12px;
    padding: 5px;
  }

  .woi_not_main {
    padding: 8px 0px;
    display: none;
  }

  .woi_v3_ntfn_dropdown {
    right: 0px;
  }

  .woi_v3_btn_main_xs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .woi_v3_modal_box {
    bottom: 0px !important;
  }

  .woi_v3_up_modal_main {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .woi_v3_modal_inner_2882 {
    display: none;
  }

  .woi_v3_modal_box {
    min-width: 100% !important;
  }

  .woi_v3_up_modal_two {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: bold;
    line-height: 28px !important;
    color: black;
  }

  .woi_v3_up_modal_two_sub {
    font-size: 20px !important;
  }

  .woi_v3_up_modal_four span {
    font-size: 11px !important;
  }

  .woi_v3_up_modal_four {
    font-size: 11px !important;
  }

  .wo_v3_btn_sec_text {
    font-size: 10px;
  }

  .woi_v3_up_modal_five {
    font-size: 11px !important;
    margin-top: 10px !important;
  }

  .woi_v3_modal_box {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .woi_v3_up_modal_inner {
    padding: 30px 20px !important;
  }

  .woi_v3_dil_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  /* ----------------------dil modal------------------- */
  .woi_v3_dil_header {
    flex-direction: column;
    gap: 10px;
  }

  .woi_v3_dil_modal {
    align-items: end;
  }

  .woi_v3_dil_box {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }

  .woi_v3_dil_scroll_main {
    gap: 10px;
  }

  .woi_v3_continue_btn {
    font-size: 11px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .woi_v3_modal_overlay {
    align-items: end;

  }

  .woi_v3_modal_content {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .woi_not_inner_text_two {
    font-size: 11px;
    text-align: center;
    line-height: normal;
  }

  .woi_not_inner_img_main {
    gap: 12px;
    padding: 5px;
  }

  .woi_not_main {
    padding: 8px 0px;
  }

  .woi_v3_ntfn_dropdown {
    right: 0px;
  }

  .woi_v3_btn_main_xs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .woi_v3_modal_box {
    bottom: 0px !important;
  }

  .woi_v3_up_modal_main {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .woi_v3_modal_inner_2882 {
    display: none;
  }

  .woi_v3_modal_box {
    min-width: 100% !important;
  }

  .woi_v3_up_modal_two {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: bold;
    line-height: 28px !important;
    color: black;
  }

  .woi_v3_up_modal_four span {
    font-size: 11px !important;
  }

  .woi_v3_up_modal_four {
    font-size: 11px !important;
  }

  .wo_v3_btn_sec_text {
    font-size: 10px;
  }

  .woi_v3_up_modal_five {
    font-size: 11px !important;
    margin-top: 10px !important;
  }

  .woi_v3_modal_box {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .woi_v3_up_modal_inner {
    padding: 30px 20px !important;
  }

  .woi_v3_dil_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

  }

  /* ----------------------dil modal------------------- */
  .woi_v3_dil_header {
    flex-direction: column;
    gap: 10px;
  }

  .woi_v3_dil_modal {
    align-items: end;
  }

  .woi_v3_dil_box {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
  }

  .woi_v3_dil_scroll_main {
    gap: 10px;
  }

  .woi_v3_continue_btn {
    font-size: 11px;
  }
}

.woi_v3_modal_overlay .woi_v3_ctnt_main .resend-btn {
  padding: 10px 25px;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.woi_v3_modal_overlay .woi_v3_ctnt_main .resend-btn:hover {
  text-decoration: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
}

.signup_model_wrp .user-phone-details#signup-phone-wrp {
  border-radius: 10px !important;
  border: 2px solid #000 !important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .woi_not_main {
    /* width: 100% !important; */
    margin-left: 210px;
    padding: 0.5rem 1.5rem;
  }

  .woi_v3_inner_wrp {
    padding: 0px !important;
  }

  .woi_v3_hd_b {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
  }

  .woi_v3_btn_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
}

/* template brand woilink button */

.tempfloatbrand .bdo-button-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.tempfloatbrand .bdo-dark-button {
  background: rgba(255, 255, 255, 0.8);
  color: #35393b;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  height: 48px;
  padding: 12px 16px;
  border: none;
  border-radius: 9999px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.tempfloatbrand .bdo-dark-button:hover {
  transform: translateY(-1px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  background: #f9fafb;
}

.tempfloatbrand .bdo-dark-button:active {
  transform: translateY(0);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.tempfloatbrand .bdo-dropdown-container {
  position: relative;
}

.tempfloatbrand .bdo-dropdown-arrow {
  transition: transform 0.2s ease;
}

.tempfloatbrand .bdo-dropdown-button.active .bdo-dropdown-arrow {
  transform: rotate(180deg);
}

.tempfloatbrand .bdo-dropdown-menu {
  position: absolute;
  bottom: 100%;
  left: -35px;
  right: 0;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 16px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15), 0px 0px 0px 1px rgba(255, 255, 255, 0.05);
  padding: 12px;
  margin-bottom: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  min-width: 280px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tempfloatbrand .bdo-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.tempfloatbrand .bdo-dropdown-item {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.tempfloatbrand .bdo-dropdown-item:last-child {
  margin-bottom: 0;
}

.tempfloatbrand .bdo-dropdown-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.tempfloatbrand .bdo-dropdown-item:hover::before {
  left: 100%;
}

.tempfloatbrand .bdo-black-button {
  background: linear-gradient(90deg, rgba(8, 8, 8, 1) 0%, rgba(100, 100, 100, 1) 100%);
  color: #ffffff;
  box-shadow: 0px 4px 12px rgba(31, 41, 55, 0.3);
}

.tempfloatbrand .bdo-black-button:hover {
  background: linear-gradient(135deg, #374151 0%, #4b5563 100%);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0px 8px 20px rgba(31, 41, 55, 0.4);
}

.tempfloatbrand .bdo-green-button {
  background: linear-gradient(90deg, rgba(1, 152, 176, 1) 0%, rgba(65, 185, 130, 1) 50%, rgba(122, 215, 90, 1) 100%);
  color: #ffffff;
  box-shadow: 0px 4px 12px rgba(5, 150, 105, 0.3);
}

.tempfloatbrand .bdo-green-button:hover {
  background: linear-gradient(135deg, #047857 0%, #065f46 100%);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0px 8px 20px rgba(5, 150, 105, 0.4);
}

.tempfloatbrand .bdo-pink-button {
  background: linear-gradient(135deg, #f4325e 0%, #be185d 100%);
  color: #ffffff;
  box-shadow: 0px 4px 12px rgba(219, 39, 119, 0.3);
}

.tempfloatbrand .bdo-pink-button:hover {
  background: linear-gradient(135deg, #f4325e 0%, #9d174d 100%);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0px 8px 20px rgba(219, 39, 119, 0.4);
}

.tempfloatbrand .bdo-dropdown-icon {
  width: 20px;
  height: 20px;
  opacity: 0.9;
}

.tempfloatbrand .bdo-close-button {
  background: rgba(255, 255, 255, 0.8);
  color: #35393b;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  height: 28px;
  width: 28px;
  padding: 8px;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  display: none;
}

.app-sidebar-links li .staticsubmenu .app-sidebar-links {
  margin-left: 27px;
}

.staticsubmenu .app-sidebar-links {
  padding: 0px;
  border-left: 1px solid #d9d8d8;
}

.staticsubmenu .app-sidebar-links>li>a {
  font-size: 0.7rem !important;
}




/* -------------26/09/2025-------------------- */
.modal-body.woi_v1_fm_inner {
  padding: 0px;
}

.modal-content.woi_v1_fm_main {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 20px !important;
}

.woi_v1_inner_flex_col_2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 15px;
}

html .con-form .input {
  padding-right: 13px;
  padding-left: 13px;
}

.con-form .input-container {
  width: 100%;
}

body .con-form .input-container {
  margin: 10px 0px;
}

body .woi_v3_01 .data-input-flag button {
  gap: 5px;
  width: 114px;
}

body .woi_v1_ctcd_01 .dropdown-item {
  padding: 0.5rem 0.5rem;
}

.vcard__banner19.onepicdefault img {
  min-height: 380px;
}



/* cursor events  */
/* .vcard19 .save-my-contact, .previewcard .save-my-contact{
  	pointer-events: none;
}
.profile_card_wrapper .vcard__event-card{
  pointer-events: none;
} */


.woi_v5_prev_ev_po_none {
  pointer-events: none !important;
}

.woi_v5_prev_ev_po_none .profile_card_wrapper .vcard__event-card {
  pointer-events: none !important;
}


.biolink-links-new-wrapper {
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.biolink-links-new-wrapper .manage-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}


.biolink-links-new-wrapper .manage-item:hover {
  background-color: transparent !important;
  transform: scale(1.1);
}

.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-pencil,
.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-trash-can {
  color: #6c757d !important;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-pencil:hover,
.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-trash-can:hover {
  color: #000 !important;
}

.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-pencil {
  margin-right: 19px !important;
}

.biolink-links-new-wrapper .manage-item .svg-inline--fa.fa-trash-can {
  margin-right: 11px !important;
}




/* store products design 24-11-2025 12-01pm */
.items-grid-style.woi_v5_grab_001 {
  display: flex;
  flex-direction: column;
}

.woi_v5_grab_001 .woi_v5_grab_001 {
  width: 100%;
}

.woi_v5_grab_001 .custom-row {
  border: 1px solid var(--gray-200);
  padding: 1rem;
}

.woi_v5_grab_001 .store-grid-layout .block-product-img {
  height: 110px;
  min-width: 110px;
}

.woi_v5_grab_003 {
  display: flex;
  padding-left: 20px;
  min-height: 100%;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}

.woi_v5_grab_004 {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
}

.woi_v5_grab_005 {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  position: relative;
}

.woi_v5_grab_007 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woi_v5_grab_006 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woi_v5_grab_005kanbanbtn {
  border: none;
  background-color: #ffffff;
  width: fit-content;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 1;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.drag-handle {
  cursor: grab;
}

.drag-handle:active {
  cursor: grabbing;
}

/* VERTICAL KANBAN STYLE */
.kanban-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 10px 0;
  min-height: 100px;
}

.sortable-item {
  background: #fff;
  /* border: 1px solid #e2e8f0; */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
  transition: all 0.25s ease;
  position: relative;
}

.woi_v5_grab_006c2 {}

.woi_v5_grab_006c8 {
  min-width: 29px;
  background: #f0f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.woi_v5_grab_006c3 {
  display: flex;
  align-items: center;
  height: 20px;
}

.woi_v5_grab_006c3 svg {
  width: 12px;
}


/* .sortable-item:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transform: translateY(-2px);
} */

/* 6-Dot Drag Handle */
/* .drag-handle {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 100;
    transition: all 0.2s;
}

.drag-handle:hover {
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
} */

.drag-handle:active {
  cursor: grabbing;
}

/* Dragging effects */
.sortable-ghost {
  opacity: 0.4;
  background: #f0f0f0;
}

.sortable-chosen {
  /* transform: rotate(4deg) scale(1.02) !important; */
}

.woi_v5_grab_006c10 {
  font-size: 16px;
  font-weight: 600;
}

/* Keep your existing styles below */
.woi_v5_grab_001 .custom-row {
  padding: 1rem;
}

.block-product-img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 8px;
}


@media (min-width: 1024px) {
  .items-grid-style.woi_v5_grab_001 {
    max-width: 80%;
    margin: auto;
  }

}

/* end 1:45 */
/* start 2nd 3:17 */
.woi_v5_def_store_08_body {
  /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; */
  /* background: #f6f6f7; */
  /* padding: 40px 20px; */
  /* min-height: 100vh; */
  border: 1px solid var(--gray-200);
  border-radius: 16px;
}

.woi_v5_def_store_08_container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.woi_v5_def_store_08_header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.woi_v5_def_store_08_header h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #202223;
}

.woi_v5_def_store_08_edit_icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.woi_v5_def_store_08_header svg {
  width: 15px;
}

.lt_v3_ib_editBtn {
  transition: all 0.3s ease;
  cursor: pointer;
}

.kanban-date-input {
  width: auto;
  padding: 3px 8px;
  font-size: 13px;
  outline: none;
  border: 1px solid var(--gray-200) !important;
  border-radius: 5px;
}

.woi_v5_def_store_08_domain_url svg {
  width: 16px;
}

.lt_v3_ib_rm_modal_open-modal-btn:hover,
.lt_v3_ib_editBtn:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 15px 40px rgba(0,0,0,0.4); */
}

.woi_v5_def_store_08_cards_grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); */
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.woi_v5_def_store_08_card {
  /* background: #fafbfb; */
  border: 1px solid #e1e3e5;
  border-radius: 12px;
  /* padding: 24px; */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woi_v5_def_store_08_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #c9cccf;
}

.woi_v5_def_store_08_card_image {
  width: 100%;
  height: 150px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
  position: relative;
  overflow: hidden;
}


.woi_v5_def_store_08_card_image::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woi_v5_def_store_08_product_icon {
  position: relative;
  z-index: 1;
  transition: transform 0.5s ease;
}

.woi_v5_def_store_08_card:hover .woi_v5_def_store_08_product_icon {
  transform: scale(1.05) rotateY(10deg);
}

.woi_v5_def_store_08_shoe_icon,
.woi_v5_def_store_08_chair_icon {
  width: 180px;
  height: 120px;
  position: relative;
}

.woi_v5_def_store_08_shoe_icon::before,
.woi_v5_def_store_08_chair_icon::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woi_v5_def_store_08_shoe_icon::after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woi_v5_def_store_08_card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #202223;
  margin-bottom: 5px;
}

.woi_v5_def_store_08_card p {
  font-size: 12px;
  color: #9b9b9b;
  line-height: normal;
  margin-bottom: 16px;
  font-weight: 500;
}

.woi_v5_def_store_08_card a {
  color: #2c6ecb;
  text-decoration: none;
  font-size: 14px;
}

.woi_v5_def_store_08_card a:hover {
  text-decoration: underline;
}

.woi_v5_def_store_08_btn {
  background: #202223;
  color: white;
  width: fit-content;
  border: none;
  padding: 6px 13px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.woi_v5_def_store_08_btn:hover {
  background: #000000;
  transform: scale(1.02);
}

.woi_v5_def_store_08_input_group {
  display: flex;
  gap: 5px;
  align-items: center;
}

.woi_v5_def_store_08_input_group input {
  flex: 1;
  border: 1px solid #c9cccf;
  border-radius: 6px;
  font-size: 10px;
  transition: all 0.2s ease;
  padding: 8px 12px;
}

.woi_v5_def_store_08_input_group input:focus {
  outline: none;
  border-color: #2c6ecb;
  box-shadow: 0 0 0 3px rgba(44, 110, 203, 0.1);
}

.woi_v5_def_store_08_btn_secondary {
  background: white;
  color: #202223;
  border: 1px solid #c9cccf;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.woi_v5_def_store_08_btn_secondary:hover {
  background: #f6f6f7;
}

.woi_v5_def_store_08_bottom_cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.woi_v5_def_store_08_small_card {
  /* background: #fafbfb; */
  border: 1px solid #e1e3e5;
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woi_v5_def_store_08_small_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.woi_v5_def_store_08_small_card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #202223;
  margin-bottom: 10px;
}

.woi_v5_def_store_08_payment_icons {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}

.woi_v5_def_store_08_payment_icon {
  width: auto;
  height: 28px;
  background: white;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  padding: 0px 10px;
  color: #003087;
}

.woi_v5_def_store_08_shipping_info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #6d7175;
}

.woi_v5_def_store_08_flag {
  width: 20px;
  height: 14px;
  background: linear-gradient(to bottom, #ff9933 33%, white 33%, white 66%, #138808 66%);
  border-radius: 2px;
}

.woi_v5_def_store_08_domain_customized {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.woi_v5_def_store_08_checkmark {
  width: 13px;
  height: 13px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}

.woi_v5_def_store_08_domain_url {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  justify-content: space-between;
  background: white;
  border: 1px solid #e1e3e5;
  border-radius: 6px;
  font-size: 13px;
  color: #202223;
  margin-bottom: 10px;
}

@keyframes woi_v5_def_store_08_float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.woi_v5_def_store_08_card:hover .woi_v5_def_store_08_product_icon {
  animation: woi_v5_def_store_08_float 2s ease-in-out infinite;
}


.woi_v5_def_store_01 {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}


.li_v3_ib_ui_info_kanba_main.woi005 {
  background: #ffffff;
  background: linear-gradient(171deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 74%, rgba(0, 0, 0, 0.14) 100%);
}

.woi_v5_def_store_08_card_image.woi_v5_02product {
  /* width: 100%;
  height: 100%;

  background: #dbdbdb;
    --gap: 5em;
    --line: 1px;
    --color: rgb(96 96 96 / 20%);

  background-image: linear-gradient(
      -90deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    ),
    linear-gradient(
      0deg,
      transparent calc(var(--gap) - var(--line)),
      var(--color) calc(var(--gap) - var(--line) + 1px),
      var(--color) var(--gap)
    );
  background-size: var(--gap) var(--gap); */
}



.woi_v5_def_store_08_card_image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
}

.woi_v5_def_store_08_card_image_slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woi_v5_def_store_08_card_image_slider img {
  position: absolute;
  top: 0;
  /* left: 56px; */
  width: 200px;
  height: 160px;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.woi_v5_def_store_08_card_image_slider img.active {
  opacity: 1;
}

/* Dots at bottom center */
.slider-dots {
  position: absolute;
  display: none;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  /* display: flex; */
  gap: 8px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.2);
}

/* Hover pause effect */
.woi_v5_def_store_08_card_image:hover .woi_v5_def_store_08_card_image_slider img {
  transition: opacity 1.2s ease;
}


/* Default: Black & White */
.woi_v5_def_store_08_card.woi_v33 .woi_v5_ieee img {
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

/* Hover: Show full color */
.woi_v5_def_store_08_card.woi_v33:hover .woi_v5_ieee img {
  filter: grayscale(0%);
}

.woi-store-category-modal .modal-content {
  padding: 0px !important;
}

.woi-store-category-modal .delete-preview-icon {
  padding: 3px 7px;
  width: 24%;
  height: 24%;
  top: -6px;
}

.woi-store-category-modal-img {
  border-radius: 4px !important;
  object-fit: cover;
}

.woi-store-category-modal .custom-image-upload {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  background: #fafafa;
  transition: 0.3s ease;
  text-align: center;
}

.woi-store-category-modal .custom-image-upload input[type="file"] {
  width: 100%;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 15px;
  background: transparent;
  color: #555;
}

.woi-store-category-modal .custom-image-upload input[type="file"]::-webkit-file-upload-button {
  color: #000;
  border: 1px solid #f1f2f4 !important;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s ease;
}

.woi-products-category-v7 {
  display: flex !important;
  gap: 10px;
  flex-direction: column;
}

.woi-edit-btn-product {
  border-left: 1px solid;
  padding: 0.34rem 0.75rem;
  cursor: pointer;
  right: 0;
  position: absolute;

}

.woi-settings-pt-method-v9 h6 {
  margin-bottom: 25px;
}

.woi-products-category-v7 select.form-control {
  display: none;
}

.woi-products-category-v7-dropdown {
  position: relative;
  background: #fff;
  border: 1px solid #434343;
  padding: 0.375rem 0.75rem;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
  transition: all 0.25s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woi-edit-available {
  padding-right: 50px;
}

.woi-products-category-v7-dropdown::after {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 10px;
  transition: transform 0.25s ease;
}

.woi-products-category-v7-dropdown.active::after {
  transform: rotate(180deg);
}

.woi-products-category-v7-list {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}

.woi-products-category-v7-item {
  padding: 10px;
  cursor: pointer;
}

.woi-products-category-v7-item:hover {
  background: #f2f2f2;
}


.woi-products-category-v7-selected {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.woi-products-category-v7-list {
  position: absolute;
  top: 112%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  z-index: 100;
  display: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  animation: fadeDrop 0.15s ease-out;
}

@keyframes fadeDrop {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.woi-products-category-v7-item {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  transition: background 0.2s ease, padding-left 0.2s ease;
  border-bottom: 1px solid #f3f3f3;
}

.woi-products-category-v7-item:last-child {
  border-bottom: none;
}

.woi-products-category-v7-item:hover {
  background: #f5f7ff;
  padding-left: 16px;
}

.woi-products-category-v7-item[data-value="other"] {
  position: sticky;
  bottom: 0;
  background: #ffffff;
  font-weight: 600;
  border-top: 1px solid #ececec;
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #f5f5f5;
}

.woi-product-form-cate-v5 {
  overflow: visible !important;
}


@media (max-width: 768px) {
  .woi-products-category-v7-list {
    top: auto;
    bottom: 112%;
    border-radius: 10px;
    animation: fadeUp 0.15s ease-out;
  }

  #profile_link_share .modal-content {
    height: 90vh;
    overflow-x: hidden;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* settings--------- */
.woi-settings-pt-method-v9 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.woi-settings-pt-method-v9 .form_listing {
  margin-bottom: 0px !important;
}

/* settings--------- */




/* qr preview-------- */

.woi-qr-previewmodal-codev2 .modal-body {
  padding: 0px;

}

.woi-qr-previewmodal-codev2 .modal-content {
  border-radius: 15px;

}

.st-delete-preview-icon {
  position: absolute;
  top: -9px;
  left: 131px;
  background: #ff4d4d;
  color: white;
  padding: 3px 8px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
  z-index: 10;
  width: 27px;
  height: 27px;
}

.qr-code-preview-sec {
  position: relative;
}


.woi-qr-prv-form {
  display: flex !important;
  align-items: center !important;
  margin-top: 10px !important;
  gap: 10px;
  margin-bottom: 4px !important;
  white-space: nowrap;
}


.woi-form-cnt-v3 {
  font-size: 0.875rem;
  padding: 8px 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  color: #111827;
  background: #fff;
  height: auto;
  width: 100%;
  box-shadow: none;
}



.woi-form-cnt-v3-select {

  cursor: pointer !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 1.2em !important;
  padding-right: 2.5rem !important;
}

.woi-file-input {
  padding: 7px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}

.woi-file-input::-webkit-file-upload-button {
  background: transparent;
  border: 1px solid #0044ff;
  color: #0044ff !important;
  font-size: 15px;
  cursor: pointer;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .profile_contact_list.card-edit-box .woi-form_listing {
    margin-top: 6px !important;
  }

  .woi-file-input {
    padding: 6px 7px !important;
  }
}

@media (max-width: 425px) {
  .woi-settings-pt-method-v9 {
    gap: 5px;
  }

  .profile_contact_list.card-edit-box .woi-form_listing {
    margin-bottom: 6px !important;
    margin-top: 7px !important;
  }

  .woi-form_payment-mt {
    margin-bottom: 10px;
  }

  .woi-file-input::-webkit-file-upload-button {
    font-size: 12px;
  }

  .woi-file-input {
    font-size: 12px !important;
    padding: 7px;
  }

  .woi-products33-selling {
    margin-bottom: 20px;
    align-items: center;

  }

  .woi-products33-selling-label {
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (max-width: 375px) {
  .woi-products33-selling {
    gap: 60px !important;
  }
}

@media (max-width: 320px) {
  .woi-qr-prv-form-buttons {
    width: 100% !important;
  }

  .woi-qr-prv-form-button-qr-st {
    width: 50%;
    font-size: small;
    padding: 5px;
  }

  .woi-products33-selling {
    gap: 37px !important;
  }
}

/* qr preview-------- */
/* ======= */

@media (min-width: 300px) and (max-width: 850px) {

  .active-main,
  .active-main-2 {
    margin-top: 0px;
  }

  @media (min-width: 300px) and (max-width: 850px) {
    .footer-mob-static .active-main-2 svg {
      background-color: transparent;
      padding: 0px 0px;
      border-radius: 0px;
      width: 16px !important;
      height: 16px !important;
    }

    .wt-container.bg-g-woi.wt-split-pane {
      background: var(--bg-primary) !important;
    }

    .mob-f-menu {
      /* padding: 15px; */
      padding-top: 10px;
      padding-bottom: 0px !important;
      padding: 0px !important;
    }

    .active-main-2 .footer-mob-static .p-3 {
      border-radius: 12px;
      background: black;
    }

    .active-main-2 .footer-mob-static .p-3 {
      border-radius: 12px;
      background: black !important;
    }

    .footer-mob-static .p-3 {
      padding: 0.45rem !important;
      /* padding-top: 0.45rem; */
      /* padding-bottom: 0.45rem; */
      padding-bottom: 0.6rem !important;
      padding-top: 0.6rem !important;
      border-radius: 50px;
    }

    .m-87cf2631.woi_mob_92882 {
      background-color: #4286f5;
      border-radius: 11px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }
  }

  .footer-mob-static a small {
    font-size: 10px;
    line-height: normal;
  }

  @media (min-width: 300px) and (max-width: 850px) {
    .footer-mob-static a svg {
      width: 16px !important;
      height: 16px;
    }

    .text-xs {
      padding-top: 3px;
    }
  }
}



/* mobile resposive 27-11-2025 */
@media (min-width: 300px) and (max-width: 850px) {
  .woi_v5_main_mob_rpv .container {
    padding: 0px 10px;
  }

  .inner-head {
    margin: 10px 0px !important;
  }

  .custom-row {
    margin-bottom: 10px !important;
    border: 1px solid var(--gray-200) !important;
  }

  .share-modal .modal-content {
    margin: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;

  }

  #footer_link_share_menu .modal-dialog,
  #footer_link_option .modal-dialog,
  #profile_link_share .modal-dialog {
    margin-left: 0px !important;
    margin-right: 0px !important;
    min-width: 100%;
  }

  .woi_v5_main_mob_rpv .tab-action-buttons.mob-action-buttons .dropdown-item {
    padding: 0.5rem;
  }

  .woi_v5_main_mob_rpv .linkrowtabcontentcol {
    padding: 0px 16px !important;
  }

  .mob_form_action_set .woi_j01 .woi_input_b_shadow {
    width: 100% !important;
  }

  .woi_v5_main_mob_rpv .woi7701.urlInputLg.woi_bg_b {
    font-size: 11.5px !important;
  }

  .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card,
  .biolink_block.card {
    padding: 0px 1rem;
  }

  .biolink-links-new-wrapper {
    padding: 0px !important;
  }

  .woi_v5_main_mob_rpv .mobileviewlinkshead {
    margin: 13px 0px 5px 0px;
  }

  .woi_v5_main_mob_rpv .visibleinmbole {
    margin: 0px !important;
  }

  .woi_v5_main_mob_rpv .mobileviewlinkshead .mb-2.d-flex.justify-content-between {
    margin: 0px !important;
  }

  .woi_v5_main_mob_rpv .modal .modal-dialog .modal-content {
    width: 100%;
  }

  html body input[type="color"],
  html body input[type="date"],
  html body input[type="datetime"],
  html body input[type="datetime-local"],
  html body input[type="email"],
  html body input[type="month"],
  html body input[type="number"],
  html body input[type="password"],
  html body input[type="search"],
  html body input[type="tel"],
  html body input[type="text"],
  html body input[type="time"],
  html body input[type="url"],
  html body input[type="week"],
  html body select:focus,
  html body textarea {
    font-size: 12px !important;
  }

  .woi_v5_main_mob_rpv .w-72.tooltip-holder {
    width: 100% !important;
  }

  .mt-3.collapse {
    padding: 0px 8px 8px 8px !important;
  }

  .biolink_block.card .card-body {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }


  .card-body.woi_card_p .col-6.col-md-4 {
    padding: 0px 6px !important;
  }

  /* .card-body.woi_card_p .d-flex.align-items-center.pl-1{
      padding: 0px !important;
    }
    .links_listing_holder .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card, .biolink_block.card{
      padding: 8px 6px !important;
    }
    .links_listing_holder .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card, .biolink_block.card .card-body{
      padding: 0px !important;
    }
    .links_listing_holder .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card, .biolink_block.card .card-body .d-flex.align-items-center.pl-1{
      padding: 0px !important;
    }
    .links_listing_holder .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card, .biolink_block.card .card-body .d-flex.align-items-center.pl-1 .col-6.col-md-4{
              padding: 0px 6px !important;
    } */
  .woi_v5_main_mob_rpv .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card,
  .biolink_block.card {
    padding: 0px !important;
  }

  .woi_v5_main_mob_rpv .biolink_block.card.email_collector-block-card .col-6.col-md-4 {
    padding: 0px !important;
  }

  .links_listing_holder .biolink-links-new-wrapper .manage-item {
    align-items: end !important;
  }

  .links_listing_holder .col-6.col-md-4 {
    padding: 0px 6px !important;
  }

  .woi_v5_main_mob_rpv .modal .modal-dialog .modal-content {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 0px;
  }

  .links_listing_holder .btn.btn-block.btn-primary {
    padding: 10px !important;
    border-radius: 50px;
  }

  .cd_de_btn_main {
    gap: 0px !important;
  }

  .woi_v5_main_mob_rpv .dc-profile-edit-mode .profile_contact_list {
    padding-bottom: 0px !important;
  }

  .links_listing_mainhold .custom-control-input:checked~.custom-control-label::before {
    top: -8px;
  }

  .links_listing_mainhold .custom-switch .custom-control-label::before {
    top: -8px;
  }

  .links_listing_mainhold .custom-switch .custom-control-input:checked~.custom-control-label::after {
    top: -6px;
  }

  .links_listing_mainhold .custom-switch .custom-control-label::after {
    top: -6px;
  }


}



.woi-products33-selling {
  display: flex;
  gap: 76px;
  margin-left: 16px;
  white-space: normal;


}

.product_cat_modal_content {
  display: flex;
  gap: 15px;
  align-items: center;
}

.woi_v5_mute {
  color: var(--color-secondary) !important;
}

.card.woi_border_0,
.card.border-0 {
  background-color: var(--bg-primary);
  color: var(--color-primary);
}


.modal-title.text-center.fw-500 {
  color: var(--color-dark);
}




/* Chrome, Edge, Opera */
body input:-webkit-autofill,
body textarea:-webkit-autofill,
body select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;

  /* Force white text */
  -webkit-text-fill-color: #ffffff !important;

  transition: background-color 5000s ease-in-out 0s !important;
}

body input:-webkit-autofill:focus,
body textarea:-webkit-autofill:focus,
body select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;

  /* Keep text white on focus */
  -webkit-text-fill-color: #ffffff !important;
}

/* Firefox */
body input:-moz-autofill,
body textarea:-moz-autofill,
body select:-moz-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -moz-box-shadow: 0 0 0 1000px transparent inset !important;

  /* Force white text */
  -moz-text-fill-color: #ffffff !important;
}

/* Safari */
body input::-webkit-autofill,
body textarea::-webkit-autofill,
body select::-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;

  /* White text */
  -webkit-text-fill-color: #ffffff !important;
}