


@import url('https://fonts.googleapis.com/css2?family=Onest:wght@600&display=swap');

:root {
  --lilac: #b2b2eb;
  --pink: #bb86e9;
  --dark-green: #529a91;
  --peach: #fe96b7;
  --black: #191819;
  --grey: #2a292a;
  --white: #d9d9d9;
  --yellow:#f5ff00;
  --green:#15ffa6

}


.loader-2 {
  display: inline-block;
}

.loader-2:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #000;
  border-color: #e8c64d #FFF4CF #e8c64d #FFF4CF;
  animation: loader-2-dual-spin 2s linear infinite;
}

@keyframes loader-2-dual-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce-custom {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}

.qr-multi-btns li {
  width: 50%;
}

.qr-multi-btns li button {
  width: 100%;
}

.price-card {
  padding: 12px;
  border: 2px solid rgb(128, 128, 128, 0.5);
  border-radius: 8px;
  width: 100%;
  background: #FFFCF1;
  height: 100%;
}

.price-card:hover {
  border: 2px solid #e8c64d;
}

.under-maintanance {
  border: 3px solid #e8c64d;
  border-radius: 8px;
  width: 100%;
  background: #FFFCF1;
}

.price-details h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
  color: rgb(0, 0, 0, 0.7);
  font-weight: 700;
}

.plan-sub-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  color: rgb(0, 0, 0, 0.7);
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}

.price-details button.btn,
.price-details a.btn {
  margin: 7px 0 12px 0;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  font-weight: 500;
  border: 2px solid #e8c64d;
  color: #e8c64d;
  font-size: 16px;
  font-weight: 600;
}

.price-details button.btn:hover,
.price-details a.btn:hover {
  background-color: #e8c64d;
  color: #fff;
}

.subscription_plan_img_top {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 5px;
}

/*   */

.price-details .prev-price {
  font-size: 12px;
  font-weight: 400;
  color: rgb(0, 0, 0, 0.7);
}

.mrp-price {
  text-align: center;
  font-size: 14px;
  color: rgb(0, 0, 0, 0.5);
  font-weight: 600;
  margin: 8px 0;
}

.duration-detail {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #e8c64d;
}        

.fs_10 {
  font-size: 10px;
}        

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.dis-percent {
  padding: 3px 12px;
  background: rgb(0, 0, 0, 0.15);
  border-radius: 25px;
  color: rgb(0, 0, 0, 0.7);
  font-weight: 700;
}

/* .subscription_plan_img_container {
  min-height: 127px;
} */

.plan-sub-text_container {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription_plan_img_top_container {
  height: 50px;
}

.org-price {
  min-height: 118px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(0, 0, 0, 0.7);
  margin-top: 0px;
}

.org-price span {
  font-size: 13px;
  font-weight: 500;
}

.features-details li a {
  display: flex;
  gap: 6px;
  align-items: center;
  text-decoration: none;
}

.features-details li i {
  color: rgb(0, 128, 0);
  font-size: 12px;
}

.features-details li span {
  font-size: 14px;
  color: rgb(0, 0, 0, 0.7);
}

.user-visit-product-listing {
  overflow-x: scroll;
  
}

.store-product_pricing-share-copy-popup {
  background: 0 0!important;
  font-size: 20px;
  color: rgb(255 255 255 / 40%);
  line-height: 0;
  position: absolute;
  top: 5px;
  right: 5px;
}

.product-update-label {
  border-radius: 4px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  padding: 0 4px;
  position: absolute;
  left: 6px;
  top: 6px;
}

.product-update-label::first-letter {
  text-transform: capitalize;
}

.uv-product-name {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.uv-product-actual-price-sec {
  border-radius: 53.962px;
  /* background: linear-gradient(270deg, #000 -8.97%, #e8c64d 100%); */
  display: inline;
  padding: 4px 3px 4px 3px;
  border: 2px solid #e8c64d;
}

.uv-product-actual-price-sec p {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.uv-product-mrp-price {
  color: #fff;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  text-decoration: line-through;
  margin-top: 1px;
}

.user-visit-page-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-visit-product-listing::-webkit-scrollbar {
  height: 4px;
}
.user-visit-product-listing::-webkit-scrollbar-track {
  border-radius: 5px;
  /* background-color: #DFE9EB; */
}

.user-visit-product-listing::-webkit-scrollbar-track:hover {
  background-color: #7f7f7f;
}

.user-visit-product-listing::-webkit-scrollbar-track:active {
  background-color: #7f7f7f;
}

.user-visit-product-listing::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #7f7f7f;
}

.user-visit-product-listing::-webkit-scrollbar-thumb:hover {
  background-color: #7f7f7f;
}
  
.user-visit-product-listing::-webkit-scrollbar-thumb:active {
  background-color: #7f7f7f;
}

.product-name-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 42px;
}

.linkgram-future1 .nav-pills .nav-link,
.linkgram-future2 .nav-pills .nav-link,
.linkgram-future3 .nav-pills .nav-link,
.linkgram-future4 .nav-pills .nav-link {
  font-size: 16px;
}

.bg-black.user nav .nav-tabs .nav-link {
  color: #757575;
}

@media (min-width: 0px) and (max-width: 992.5px) {
  .linkgram-future1 .nav-pills .nav-link,
  .linkgram-future2 .nav-pills .nav-link,
  .linkgram-future3 .nav-pills .nav-link,
  .linkgram-future4 .nav-pills .nav-link {
    font-size: 13px;
  } 
}

@media (min-width: 0px) and (max-width: 992.5px) {
  .order-history-status {
    display: none !important;
  }
}

.star-rating {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-size: 2rem;
  position: relative;
}

.star-rating input {
  display: none;
}

.star {
  color: #ccc;
  cursor: pointer;
  position: relative;
}

.star:before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.star.full {
  color: var(--active-color);
}

.star.half {
  color: var(--active-color);
}

.star.half:before {
  content: "\f5c0";
}

.rating-text {
  font-size: 1rem;
  text-align: center;
}

.feedback-text {
  background: #A7A088;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
}

span.star {
  font-size: 2rem; 
}

.store-product-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}

.store-product-btn span {
  font-size: 12px;
}

.name-truncute {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fs-small {
  font-size: 10px;
}

.form-floating>.form-select {
  padding-top: 1rem !important;
}

.form-floating>label {
  top: 3px !important;
  padding: .25rem 0.75rem .25rem !important;
  border-radius: 8px;
  background: rgb(247 245 236) !important;
  font-weight: 500 !important;
}

.form-control {
  background-color: rgb(217 217 217 / 20%) !important;
}

.form-select {
  background-color: rgb(217 217 217 / 20%) !important;
}

.select2-container--default .select2-selection--single {
  background: rgb(217 217 217 / 20%) !important;
}

.accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.15);
}

.bg-light-black {
  background: rgba(0, 0, 0, 0.15);
}

.form-control.bg-white {
  background: transparent !important;
}

.input-group-text {
  border-radius: 10px;
  background: transparent;
  background: rgb(217 217 217 / 20%);
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.form-check-input:disabled {
  font-size: medium;
  pointer-events: none;
  filter: none;
  opacity: .5;
  box-shadow: 1px 1px 4px 1px rgb(0, 0, 0, 0.5) !important;
}

label#username_checker-error {
  top: 52px;
  left: 1px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: #616161 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e8c64d !important;
}

tbody td {
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb-item a {
  color: #e8c64d;
  font-weight: 500;
}

.breadcrumb-item.active {
  font-weight: 500;
}

.scroll_store_y {
  margin-top: 10px;
  max-height: 49vh;
  overflow-y: scroll;
}

.bg-transparent {
  background-color: transparent !important;
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: none !important;
}

.page-item.active .page-link {
  background-color: #F3E2A6;
  border-color: #F3E2A6;
  color: #000;
}

div.dt-container .dt-paging .dt-paging-button {
  padding: 0 !important;
}

.preview_img_thumbnail {
  max-width: 340px;
  max-height: 140px !important;
  object-fit: cover;
  border-radius: 8px;
  display: none;
}

.form-float {
  position: relative !important;
}

.form-float .form-label {
  position: absolute !important;
  top: -11px !important;
  left: 7px !important;
  border-radius: 12px;
  z-index: 1;
  background: #f7f5ec;
  padding: 1px 8px;
  border-radius: 6px !important;
  margin-bottom: 0;
  font-size: 12px;
  z-index: 10;
}

.form-float .form-control {
  border-radius: 6px !important;
}

.header-social-media-analytics-section,
.biosite_linkitems_analytics_section,
.biosite_storeproducts_analytics_section {
  max-height: 33vh;
  overflow-y: scroll;
}

.bs_gradient_btn,
.bs_gradient_btn:hover {
  padding: 6px 18px;
  background: linear-gradient(270deg, #fff4cf, #f3e2a6);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
}

.end_user_page {
  min-width: 320px;
  max-width: 424px;
}

.card-header {
  background-color: transparent;
}

.linkgram-track-order-list {
  overflow-y: scroll;
  max-height: 63vh;
  padding: 10px;
}

.linkgram-track-order-list::-webkit-scrollbar {
  scrollbar-width: thin;
  width: 6px;
}
.linkgram-track-order-list::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.linkgram-track-order-list::-webkit-scrollbar-track:hover {
  background-color: #DFE9EB;
}

.linkgram-track-order-list::-webkit-scrollbar-track:active {
  background-color: #DFE9EB;
}

.linkgram-track-order-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #7f7f7f;
}

.linkgram-track-order-list::-webkit-scrollbar-thumb:hover {
  background-color: #7f7f7f;
}

.linkgram-track-order-list::-webkit-scrollbar-thumb:active {
  background-color: #7f7f7f;
}

.social_media_foot li a i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #e8c64d;
  color: #000;
  font-size: 16px;
}


.pricing_section_container {
  padding: 40px 0 60px 0;
}

.dis-grid {
  display: grid;
}

.card__container {
  margin-top: 60px;
  gap: 3rem 3.6rem;
}

.card__content {
  position: relative;
  padding: 2rem 1.5rem 2.5rem;
  border-radius: 1.75rem;
  box-shadow: 0 12px 24px hsla(210, 61%, 16%, 0.1);
  transition: 0.4s;
}

.card__content:hover {
  box-shadow: 0 16px 24px hsla(210, 61%, 16%, 0.15);
}

.card__header-img {
  width: 30px;
  height: 30px;
}

.card__header-circle {
  width: 40px;
  height: 40px;
  background: #e8e8e8;
  border-radius: 50%;
  margin-bottom: 1rem;
  place-items: center;
}

.card__header-subtitle {
  display: block;
  font-size: 0.813rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.card__header-title {
  font-size: 2.125rem;
  margin-bottom: 1rem;
}

.card__pricing {
  position: absolute;
  background: linear-gradient(157deg, #f9d557 -12%, #f3e2a6 109%);
  width: 60px;
  height: 88px;
  right: 1.5rem;
  top: -1rem;
  padding-top: 1.25rem;
  text-align: center;
}

.card__pricing-symbol {
  font-size: 0.813rem;
}

.card__pricing-number {
  font-size: 1.5rem;
}

.card__pricing-month {
  display: block;
  font-size: 0.688rem;
}

.card__pricing-number,
.card__pricing-month {
  color: #000;
}

.card__pricing::after,
.card__pricing::before {
  content: "";
  position: absolute;
}

.card__pricing::after {
  width: 100%;
  height: 16px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.card__pricing::before {
  width: 14px;
  height: 16px;
  background-color: #f9d557;
  top: 0;
  left: -14px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

ul.card__list {
  padding: 0;
}

.card__list {
  row-gap: 0.5rem;
  margin-bottom: 2rem;
}

.card__list-item {
  display: flex;
  align-items: center;
}

.card__list-icon {
  font-size: 1rem;
  color: #f3e2a6;
  font-weight: 800;
  margin-right: 0.5rem;
}

.card__button {
  padding: 1.25rem;
  border: none;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 0.5rem;
  background: linear-gradient(157deg, #f9d557 -12%, #f3e2a6 109%);
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}

.card__button:hover {
  box-shadow: 0 12px 24px rgb(249, 213, 87, 0.2);
}

.pricing_load {
  all: unset;
  padding: 6px 18px;
  border-radius: 8px;
  background: #f9d557;
  box-shadow: 0px 4px 4px #f3e2a6;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 25px;
}

@media screen and (max-width: 320px) { 
  .card__content {
    padding: 2rem 1.25rem;
    border-radius: 1rem;
  }

  .pricing_load {
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 700;
  }
}

/* For medium devices */
@media screen and (min-width: 568px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__content {
    grid-template-rows: repeat(2, max-content);
  }
  .card__button {
    align-self: flex-end;
  }
  .pricing_load {
    font-size: 14px;
    padding: 4px 12px;
    font-weight: 700;
  }

}

@media screen and (min-width: 968px) {
  .card__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .card__header-circle {
    margin-bottom: 1.25rem;
  }
  .card__header-subtitle {
    font-size: 0.875rem;
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}
.price-table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 24px;
  font-size: 14px;
}
.price-table tr td:first-child {
  border-left: 0 none;
}
.price-table tr td:not(:first-child) {
  text-align: center;
}
.price-table tr:nth-child(even) {
  background-color: #ffffff;
}
.price-table tr:hover {
  background-color: #eeeeee;
}
.price-table .fa-check {
  color: #f9d557;
}
.price-table .fa-times {
  color: #f43f54;
}

/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
  background-color: rgba(216, 214, 227, 0.15);
  padding: 8px 48px;
}
/**/

.price-table tr.price-table-head td {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.price-table tr.price-table-head {
  background-color: #f3e2a6;
  color: #000;
}
.price-table td.price {
  color: #000;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Montserrat";
}
.price-table td.price a {
  background: linear-gradient(157deg, #f9d557 -12%, #f3e2a6 109%);
  color: #000;
  padding: 12px 24px;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
  display: inline-block;
  border-radius: 64px;
}
.price-table td.price-table-popular {
  font-family: "Montserrat";
  border-top: 3px solid #f3e2a6;
  color: #f9d557;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 48px;
  font-weight: 700;
}
.price-table .price-blank {
  background-color: #fafafa;
  border: 0 none;
}

.price-table svg {
  width: 60px;
  fill: #f3e2a6;
}

.pricing_section {
  padding-bottom: 90px !important;
}

.fa-question-circle {
  color: #e8c64d;
}