


@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: var(--green) transparent var(--yellow) transparent;
  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);
}

.price-details button.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 {
  background-color: #e8c64d;
  color: #fff;
}

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

.subscription_plan_img_main {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 1px 2px 8px 2px #e3e3e3;
  margin-bottom: 7px;
}

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

.mrp-price {
  font-size: 14px;
  color: rgb(0, 0, 0, 0.7);
  margin: 8px 0;
}

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

.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;
}

.org-price {
  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;
  
}

.product-share-options {
  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;
}

.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,#1d1d1d -8.97%,#000 100%);
  display: inline;
  padding: 2px 3px 5px 18px;
}

.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: 10px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: line-through;
}

.user-visit-page-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 15px;
}

.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;
}

.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;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  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;
  border-right: 0;
  background: rgb(217 217 217 / 20%);
  padding-right: 0;
  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;
}