:root {
  color-scheme: light dark;
  --bg-dashboard-light: light-dark(#f8f9fa, #2e3141);
  --bg-second-same: light-dark(#dae3ea, #dae3ea);
  --color-border: #DEE2E6;
}

/*logo*/
header .dashboard-logo .logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 54px;
  object-fit: contain;
  object-position: left;
}

img {
  max-width: 100%;
}

.nav-user-name {
  color: var(--color-first);
  margin-right: 2px;
}

.popover-body {
  font-size: 13px;
  padding: 10px !important;
}

img.statistics-img {
  max-width: 80%;
}

.bg-dashboard-light {
  background-color: var(--bg-dashboard-light) !important;
}

.bg-darkmode-light {
  background-color: var(--bg-dashboard-light) !important;
}

.w-40 {
  min-width: 40px;
  width: 40px;
}

.w-48 {
  min-width: 48%;
  width: 48%;
}

.w-130 {
  min-width: 130px;
  width: 130px;
  max-width: 130px;
}

.h-40 {
  min-height: 40px;
  height: 40px;
}

.h-vh-60 {
  min-height: 60vh;
  height: 60vh;
}

.svg-info-16 {
  min-width: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

.color-red {
  color: var(--color-red) !important;
}

.webContent .form-select,
.webContent .form-control,
.webContent textarea {
  border-radius: 8px !important;
}

input[type="color"] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 50%;
  background: transparent;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

.modal .modal-content {
  border-radius: 16px !important;
}

.radius-top-end-0 {
  border-top-right-radius: 0 !important;
}

.radius-bottom-end-0 {
  border-bottom-right-radius: 0 !important;
}

.webContent .payement-tab-img {
  max-width: 250px;
  height: 48px;
  object-fit: contain;
  object-position: center;
  margin: 0;
}

.btn-first.small-btn.copyVariation {
  min-height: 28px;
  max-height: 28px;
  height: 28px;
  min-width: 28px;
  max-width: 28px;
  width: 28px;
}

.btn-first.small-btn.copyVariation svg {
  min-height: 14px;
  height: 14px;
  min-width: 14px;
  width: 14px;
}

/*.......................................................................................................*/
/*####### reportrange #########*/
#reportrange,
#reportrange1 {
  cursor: pointer;
}

/*####### owl Carousel #########*/
html[data-bs-theme="dark"] .storeImg {
  background-color: var(--color-white-same) !important;
}

.storeImg {
  height: 90px;
  padding: 10px;
}

.storeImg img {
  max-width: 100%;
  object-fit: contain;
}

.owl-theme .owl-nav {
  position: absolute;
  right: -9px;
  top: -60px;
  margin-top: 0 !important;
}

.owl-carousel .owl-nav button:focus {
  outline: 0 !important;
  border: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 25px;
  height: 25px;
  background: var(--color-first) !important;
  border-radius: 50px;
  top: 40%;
  right: -10px;
}

.owl-carousel .owl-nav button span {
  opacity: 0;
  width: 0;
  height: 0;
}

.owl-carousel .owl-nav button.owl-next::after,
.owl-carousel .owl-nav button.owl-prev::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  top: 10px;
  right: 5px;
  bottom: 5px;
  left: 20px;
  transform: rotate(45deg);
  border-radius: 0;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  margin-left: -5px;
  margin-bottom: 2px;
}

.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}

/*========== INPUTS =================================*/
.login-form-section {
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-area {
  width: 100%;
  margin-bottom: 20px;
}

.custom-checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  gap: 0.5rem;
}

.custom-checkbox {
  display: none;
}

.checkmark {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  min-width: 30px;
  border: 1px solid var(--color-first-same);
  border-radius: 50%;
  margin: 0 0 0 0 !important;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-box {
  appearance: none;
}

.select-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 32px;
  height: 32px;
  pointer-events: none;
  transform: translateY(-50%) rotate(0deg);
  stroke: var(--color-light2);
  color: var(--color-light2);
}

.select-wrapper.open .select-icon {
  transform: translateY(-50%) rotate(180deg);
  stroke: var(--color-light);
  color: var(--color-light);
}

.select-wrapper .form-control.custom-select-box {
  padding-right: 48px;
  color: var(--color-light2) !important;
}

.select-wrapper .form-control.custom-select-box:focus,
.select-wrapper .form-control.custom-select-box:hover {
  color: var(--color-light) !important;
}

.select-wrapper option {
  color: var(--color-light);
  border-radius: 10px !important;
  background-color: var(--color-light2);
}

.custom-select-box,
option {
  cursor: pointer !important;
}

.select-wrapper option:hover,
.select-wrapper option:focus {
  color: var(--bg-dark2) !important;
  background: var(--color-light) !important;
  background-color: var(--color-light) !important;
}

.select-wrapper-light option {
  color: var(--bg-dark2) !important;
  background-color: var(--bg-light) !important;
}

select:disabled,
.form-control:disabled,
.form-select:disabled {
  opacity: 0.5;
}

.form-select {
  padding-right: 34px;
}

.was-validated .input-password:valid,
.input-password.is-valid,
.was-validated .input-password:invalid,
.input-password.is-invalid {
  background-image: none !important;
}

.w-max-content {
  width: max-content;
}

.status-icon-x {
  display: none;
}

.btn-check:checked+label .status-icon-x,
.btn-check:checked+label .status-icon-x {
  display: inline-block;
}

/*========== INPUTS END ==============================*/

/*=============== CUSTOM INPUT TYPE FILE ===========================*/
.custom-file-input {
  color: transparent;
  width: 140px;
  height: 40px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Choose file';
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-tertiary-bg);
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  padding: .375rem .75rem;
  color: var(--bs-body-color);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  font-family: var(--font-family);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#fileLabel.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.custom-file-input:hover::before {
  background: var(--bs-primary-bg-subtle);
}

.custom-file-input:active {
  outline: 0;
}

.webContent img.profilePhoto {
  width: 150px;
  height: 150px
}

@media only screen and (max-width:768px) {
  #fileNameInput {
    width: auto;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .custom-file-input~.btn-outline-secondary {
    border-radius: 0.375rem !important;
    margin: 10px auto 0;
  }
}

@media only screen and (max-width:520px) {
  .custom-file-input {
    width: 100px;
  }

  .custom-file-input::before {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width:412px) {
  #fileNameInput {
    width: 50%
  }
}

/*=============== CUSTOM INPUT TYPE FILE END ===========================*/

/*========== Link In Bio =================================*/
.storefront-form {
  padding: 30px 30px 10px 30px;
  border-radius: 16px;
  background-color: var(--color-white) !important;
  box-shadow: var(--shadow);
}

.my-row {
  align-items: center;
}

.image-upload-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 16px;
  border: none;
  border: 1px dashed var(--color-first);
  background-color: transparent;
  outline: none !important;
  transition: all 0.7s ease;
}

.image-upload-box.small-image {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid var(--color-first);
  background-color: var(--bg-light);
}

.image-upload-box.small-image .edit-icon,
.image-upload-box.small-image .action-icon {
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0;
  margin: 0 auto;
}

.image-upload-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0;
}

.image-upload-box .edit-icon,
.image-upload-box .action-icon {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  z-index: 1;
}

.image-upload-box .action-icon.edit-icon {
  right: 52px;
}

.image-upload-box .edit-icon svg,
.image-upload-box .action-icon svg {
  overflow: visible;
  display: block;
  width: 34px;
  height: 34px;
  padding: 8px;
  stroke: var(--color-first);
}

.imageInput[type="file"] {
  display: none !important;
}

.platform-cards .platform-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 16px;
  background-color: var(--color-white);
  box-shadow: var(--shadow);
}

.platform-icon {
  cursor: pointer;
  overflow: visible;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 10px;
  margin: 0;
  stroke: var(--color-first);
  border-radius: 50%;
  background-color: var(--bg-first-light);
}

.platform-cards .platform-card .platform-name {
  font-size: var(--font-family);
  display: flex;
  flex-grow: 1;
  width: 100%;
  margin: 0;
}

.edit-platform,
.delete-platform {
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 12px;
}

.edit-platform svg,
.delete-platform svg {
  cursor: pointer;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  stroke: var(--color-red);
}

.edit-platform svg:hover {
  stroke: var(--color-yellow);
}

.delete-platform svg:hover {
  stroke: var(--color-red);
}

.platform-cards .platform-card.store-card {
  flex-direction: column;
}

.platform-cards .store-card .store-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin: 0 0 16px 0;
}

.platform-cards .store-card .store-ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0;
  margin: 0;
  width: 100%;
}

.btn-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.btn-area .switch {
  margin-left: 20px;
}

.btn-area.btn-area2 {
  margin-bottom: 20px;
}

.webContent img.my-store-img {
  cursor: pointer;
  width: 52px;
  height: 52px;
  object-fit: cover;
  margin: 0;
  border-radius: 8px;
}

.my_menu {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.boi-input {
  width: 80%;
}

.small-icon {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
}

.small-icon2 {
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
}

.trending-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--bg-light);
  margin: 0;
}

.shop-tab.active {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--color-third);
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.posts-imgs {
  width: 100%;
  filter: blur(3px);
}

.modal-y-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
}

.cursor-pointer {
  cursor: pointer;
}

.myToggles {
  display: none;
}

.myToggles.active {
  display: block;
}

/*========== Link In Bio END =================================*/

/*========== Switch =================================*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-second);
  transition: 0.4s;
  border-radius: 34px;
  margin-bottom: 0;
}

html[data-bs-theme=dark] .switch .slider {
  background-color: #4b4b4b;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--color-white);
  transition: 0.4s;
  border-radius: 50%;
}

.switch input:checked+.slider {
  background-color: var(--color-first-same);
}

.switch input:checked+.slider::before {
  transform: translateX(26px);
}

.switch.switch2 {
  width: 40px;
  min-width: 40px;
  height: 24px;
  margin: 0 0 0 12px;
}

.switch.switch2 .slider::before {
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
}

.switch.switch2 input:checked+.slider::before {
  transform: translateX(16px);
}

.switch-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  stroke: var(--color-first-same);
  z-index: 1;
  pointer-events: none;
}

.switch-icons.switch-moon {
  stroke: var(--color-first);
}

.switch.switch2.moon-switch {
  display: none;
}

.switch-sun {
  left: 4.5px;
}

.switch-moon {
  right: 4.5px;
  display: none;
}

.switch input:checked~.switch-sun {
  display: none;
}

.switch input:checked~.switch-moon {
  display: block;
}

/*========== Switch End =================================*/

/*========== Modal =================================*/
.my-modal .modal-body {
  padding: 30px;
}

.my-modal .modal-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 16px;
}

.my-modal .modal-name .thirdHeading {
  width: 100%;
}

.my-modal .close,
.my-modal .btn-close {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  font-size: 28px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-black);
  --bs-btn-close-bg: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  opacity: 1;
  /*transform: translateX(14px);*/
}

.my-modal .close svg path,
.my-modal .btn-close svg path {
  fill: #000000 !important;
}

html[data-bs-theme=dark] .my-modal .close svg path,
html[data-bs-theme=dark] .my-modal .btn-close svg path {
  fill: #000000 !important;
}

/*========== Modal END =================================*/

/*========== search input =================================*/
label .label-span {
  color: var(--color-second) !important;
}

.search-input-group {
  position: relative;
  flex: 1;
  width: auto !important;
}

.search-section .filter-area span {
  font-size: 14px;
}

.search-input-group .form-control {
  padding-right: 48px;
  margin-bottom: 0;
}

.search-input-group.search-input-group2 .form-control {
  border-radius: 10px 10px 10px 10px !important;
}

.search-input-group .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: fit-content;
  height: 100%;
  padding: 0 16px 0 0;
  background-color: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  z-index: 9;
}

.search-section {
  display: flex;
  align-items: center;
  width: 100%;
}

.filter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 14px;
  border-radius: 0 10px 10px 0;
  background-color: var(--color-first);
  width: auto;
}

.search-section .filter-icon {
  align-items: center;
  cursor: pointer;
  padding: 0 0 0 12px;
  margin: 0 0 0 12px;
  border: none;
  border-left: 1px solid var(--color-light);
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

.search-section .filter-icon .down-icon {
  width: 14px;
  height: 14px;
  stroke: var(--color-light);
}

.search-section .filter-icon:first-child {
  padding: 0;
  margin: 0;
  border-left: none;
}

.search-section .filter-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--color-white);
}

/*========== search input END =================================*/

/*========== My Links =================================*/
.my-links-page .storefronts-btn {
  width: fit-content;
}

.platform-cards .platform-card.my-card {
  align-items: flex-start;
  padding: 20px;
}

.platform-cards .platform-card.my-card .card-image {
  height: 100%;
}

.platform-cards .platform-card.my-card .link-card-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  margin: 12px 0 0 0;
  border: 1px solid var(--bg-light);
}

.platform-cards .platform-card.my-card .link-card-img.pro-card-img {
  height: 120px;
  margin: 0 0 0 0;
}

.platform-cards .platform-card.my-card .trendingModal-card .link-card-img.pro-card-img {
  min-width: 100px;
}

.webContent .my-p,
.my-p,
.webContent .my-p a,
.my-p a,
.webContent .my-p span,
.my-p span {
  font-size: 14.8px;
  color: var(--color-third);
  margin: 12px 0;
}

.webContent .card-ul {
  display: flex;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  white-space: normal !important;
  margin: 24px 0;
}

.webContent .card-ul li {
  padding: 0 0 0 12px;
  margin: 0 0 0 12px;
  border-left: 1px solid var(--color-light);
  white-space: normal !important;
}

.webContent .card-ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.webContent .card-ul li .my-p {
  margin-top: 0;
}

.my-p.tag-id {
  font-weight: 500;
  color: var(--color-second);
  margin-top: 0;
}

.my-p.tag-id span {
  font-weight: 500;
  color: var(--color-third);
}

.webContent .card-ul li .list-name {
  font-weight: 500;
  margin-bottom: 8px;
}

.webContent .card-ul li .list-value {
  color: var(--color-first-same);
}

.webContent .card-ul li .list-value:last-child {
  margin-bottom: 0;
}

.card-btn-area {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.dashboard-body .btn-first.small-btn,
.dashboard-body .btn-second.small-btn {
  font-size: 14.8px;
  padding: 4px 14px;
  min-height: 40px;
  display: flex;
  align-items: center;
  /*border-radius: 8px;*/
}

.btn-first.small-btn span,
.btn-second.small-btn span {
  font-size: 14.8px;
}

.btn-first.ai-btn,
.btn-second.ai-btn {
  font-size: 12.8px;
  padding: 4px 10px;
  min-height: 34px;
  display: flex;
  align-items: center;
  /*border-radius: 6px;*/
}

.ai-btn svg {
  width: 16px;
  height: 16px;
}

.btn-first.ai-btn span,
.btn-second.ai-btn span {
  font-size: 12.8px;
}

.btn-first.small-btn svg,
.btn-second.small-btn svg {
  width: 18px;
  height: 18px;
  stroke: var(--color-white-same);
}

.button.btn-second.small-btn:hover {
  color: var(--white) !important;
}

.ai-text-area {
  padding: 16px;
  border-radius: 16px;
  background-color: var(--bg-light);
  margin-bottom: 0;
}

.ai-text {
  overflow-y: auto;
  width: 100%;
  max-height: 240px;
}

.ai-text p {
  font-size: var(--font-family);
  color: var(--color-third);
}

.card-tab .nav-tabs .nav-link {
  font-weight: 500;
  color: var(--color-content);
  padding: 4px 20px;
  height: 32px;
  margin-left: 4px;
  border-radius: 50px;
  background-color: var(--bg-second);
}

.card-tab .nav-tabs .nav-link.active {
  color: var(--color-white-same);
  background-color: var(--color-first-same);
  background: var(--color-first-same);
}

.card-tab .nav-tabs .nav-link:first-child {
  margin-left: 0;
}

.filter-sliders.dropdown-toggle::after {
  display: none;
}

.filter-dropdown {
  width: 24px;
}

.filter-dropdown .dropdown-menu.show,
.filter-dropdown .dropdown-menu {
  width: 250px;
  top: 11px !important;
  left: auto !important;
  right: -12px !important;
}

.filter-dropdown .dropdown-menu li {
  background-color: transparent;
  padding: 1px 4px;
}

.filter-dropdown .dropdown-menu li a {
  text-wrap: wrap;
  font-size: 13px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  color: var(--color-third);
  padding: 5px 12px;
  margin-bottom: 0;
  cursor: pointer;
}

.filter-dropdown .dropdown-menu li:hover,
.filter-dropdown .dropdown-menu li:focus,
.filter-dropdown .dropdown-menu li.active,
.filter-dropdown .dropdown-menu li:active {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.filter-dropdown .dropdown-menu li a:hover,
.filter-dropdown .dropdown-menu li a:focus,
.filter-dropdown .dropdown-menu li a.active,
.filter-dropdown .dropdown-menu li a:active {
  background-color: var(--color-light3);
  border: 1px solid var(--color-light4);
  color: var(--color-first-same);
  box-shadow: none;
  border-radius: 50px;
}

.btn-first.disabled,
.btn-second.disabled {
  opacity: 0.6;
}

.success-icon,
.danger-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.success-icon {
  color: var(--success);
  stroke: var(--success);
}

.danger-icon {
  color: var(--danger);
  stroke: var(--danger);
}

.links-ulr-card {
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-light) !important;
  box-shadow: none !important;
}

.links-ulr-card.links-ulr-card-line {
  border-bottom: none !important;
}

.links-ulr-card:last-child {
  border-bottom: none !important;
}

.platform-cards .platform-card.links-ulr-card img.links-ulr-logo {
  width: auto !important;
  height: 32px;
}

.url-logo-area {
  position: relative;
}

.url-logo-input,
.platform-cards .platform-card img.url-logo-input {
  width: auto !important;
  height: 24px !important;
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: 12px 0 !important;
}

.url-logo-area .form-control {
  padding-left: 48px;
  background-color: var(--color-light) !important;
}

.url-text {
  color: #adb1b4 !important;
}

.form-control.platform-form-control {
  font-weight: 500;
  color: var(--color-third);
  background-color: transparent !important;
  border-radius: 0 0 0 0 !important;
  border-bottom: none !important;
}

.form-control.platform-input-clr::placeholder {
  color: #cbcbcb !important;
}

.form-control.platform-input-clr {
  color: var(--color-third) !important;
}

/*========== My Links END =================================*/

/*========== AI Collage =================================*/
.aiCollageModal .smallHeading {
  font-size: 16.8px;
}

.aiCollageModal .my-p {
  font-size: 12.4px;
}

.ai-next-section {
  padding: 16px;
  border-radius: 16px;
  background-color: #293d4e;
}

.ai-next-section p,
.ai-next-section span {
  font-weight: 300;
}

.affiliate-link {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  border-radius: 16px;
  border: 1px solid transparent;
  max-width: 140px;
  height: 100%;
}

.affiliate-link .affiliate-btn {
  cursor: pointer;
  display: block;
}

.affiliate-link.card {
  border: 1px solid var(--bg-second-same);
  background-color: var(--color-white);
  box-shadow: none;
}

.affiliate-link.card.active,
.affiliate-link.card.active .storeImg {
  background-color: var(--bg-second-same);
}

.affiliate-link .affiliate-btn img {
  width: auto;
  height: 36px;
  margin: 0;
}

.affiliate-link .affiliate-btn .storeImg {
  width: 80px;
  height: 52px;
  padding: 0;
  border-radius: 16px;
}

.affiliate-link .affiliate-btn .storeImg img {
  height: 32px;
  object-fit: contain;
}

/* My Links — platform chips: compact height to match logo (24px), not global .storeImg / card stretch */
.my-links-page .platform-chip-row {
  align-items: center;
}

.my-links-page .platform-chip-row .affiliate-link.card {
  height: auto;
  display: inline-flex;
  align-items: center;
  max-width: none;
  padding: 4px 10px;
}

.my-links-page .platform-chip-row .affiliate-link .affiliate-btn.storeImg {
  height: auto;
  min-height: 0;
  padding: 0;
}

.my-links-page .platform-chip-row .affiliate-link .affiliate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
}

.my-links-page .platform-chip-row .affiliate-link .affiliate-btn .storeImg {
  width: auto;
  height: auto;
  min-height: 0;
  padding: 4px 6px;
  border-radius: 12px;
}

.my-links-page .platform-chip-row .affiliate-link .affiliate-btn img {
  width: auto;
  height: 24px;
  max-height: 24px;
  margin: 0;
}

.my-links-page .platform-chip-row .affiliate-link .affiliate-btn .storeImg img {
  height: 24px;
  max-height: 24px;
  object-fit: contain;
}

.affiliate-link a.affiliate-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  border-radius: 16px;
  color: var(--color-content);
}

.nav-tabs .nav-link.active .affiliate-link a.affiliate-btn {
  color: var(--color-content-same);
}

.links-cards {
  width: 140px !important;
  height: 120px !important;
}

.platform-cards .my-links-card.platform-card.my-card .link-card-img {
  min-width: 160px;
}

.links-cards .affiliate-btn {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card {
  border-radius: 16px;
  box-shadow: var(--shadow);
  border: none;
}

.connected-btn {
  background-color: var(--color-first);
}

.upload-btn {
  height: 48px;
}

#nav-pro-tab .nav-link {
  background-image: none !important;
}

#nav-pro-tab .nav-link.active .affiliate-link.card {
  border: 1px solid var(--bg-second-same);
  background-color: var(--bg-second-same);
  box-shadow: none;
}

.best-for-logo {
  width: 28px;
  height: auto;
  margin-right: 4px;
}

/* --- AI Editor --- */
#editor {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 20px auto;
  background-color: #FFD1D1;
  color: #fff;
  overflow: hidden;
}

#editor img {
  width: 200px;
  object-fit: contain;
}

.draggable {
  position: absolute;
  cursor: move;
  resize: none;
}

.asset.resizable {
  resize: none;
  overflow: auto;
  min-width: 50px;
  min-height: 50px;
  border: none;
}

.asset.resizable.editing {
  border: none;
}

.toolbar {
  margin: 10px;
}

.toolbar input,
.toolbar select,
.toolbar button {
  margin: 0 5px;
  padding: 5px;
}

.btn-first.ai-btn.active,
.btn-second.ai-btn.active,
.toolbar button.active {
  color: var(--color-white-same) !important;
  border-color: transparent !important;
  background: var(--color-gradient1) !important;
}

.ai-btn option {
  background-color: var(--color-white) !important;
}

select.ai-btn,
select.ai-btn option {
  text-align: left !important;
  justify-content: start !important;
}

/* --- AI Editor End --- */
/*========== AI Collage END =================================*/

/*========== campaign performance =================================*/
.performance-card.card,
.performance-card.card .card-body {
  height: 100%;
}

.platform-cards .platform-card.my-card2 {
  align-items: center;
  padding: 10px 20px 10px 10px;
  background-color: var(--bg-light);
  box-shadow: none;
}

.platform-cards .platform-card.my-card2.dm-card {
  background-color: var(--color-white);
  box-shadow: var(--shadow);
}

.platform-cards .platform-card.my-card.my-card2 .link-card-img.pro-card-img {
  width: 110px;
  height: 88px;
}

/*========== campaign performance END =================================*/

/*========== Create AI Collage =================================*/
.ratio-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--color-second);
  background-color: transparent;
  box-shadow: none !important;
  outline: none !important;
}

.ratio-btn.ratio-6-9 {
  width: 40px;
}

.ratio-btn.ratio-9-6 {
  height: 40px;
}

.nav-ratio-tab .nav-link {
  background-image: none !important;
}

.nav-ratio-tab .nav-link.active .ratio-btn {
  border-color: var(--color-first);
  background-color: var(--bg-first-light);
}

.collage-img-section {
  border-top: 1px solid var(--color-light);
}

.collage-img-card {
  position: relative;
  width: 100%;
}

.collage-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  border: 1px solid var(--bg-light);
  margin: 0;
}

.collage-img-card.img-1-1 {
  width: 254px;
  height: 254px;
}

.collage-img-card.img-6-9 {
  width: 180px;
  height: 254px;
}

.collage-img-card.img-9-6 {
  height: 180px;
  width: 254px;
}

.collage-img-card .img-edit-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background-color: var(--color-first);
  z-index: 1;
}

.collage-img-card .img-edit-btn svg {
  overflow: visible;
  display: block;
  width: 34px;
  height: 34px;
  padding: 8px;
  stroke: var(--color-white);
}

.ai-collage-section {
  width: 100%;
  padding: 12px 12px 12px 16px;
  border-radius: 16px;
  background-color: var(--color-second);
}

.ai-collage-section img {
  border-radius: 16px;
}

/*========== Create AI Collage END =================================*/

/*========== Brands & Deals =================================*/
.brands-card p,
.brands-card p span {
  font-size: 14px;
  color: var(--color-content);
}

.brands-card .brands-name {
  color: var(--color-third);
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.brands-card .logos-image {
  width: auto;
  display: flex;
  justify-content: center;
}

.brands-card .logos-image img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0;
  padding: 12px;
  border-radius: 50px;
  background-color: var(--bg-second-same);
}

.platform-cards .platform-card.my-card .link-card-img.pro-card-img.deals-img {
  min-width: 140px;
  min-height: 100px;
  height: 100%;
  background-color: var(--color-light);
}

del {
  font-weight: 500;
  color: var(--color-second);
}

ins {
  font-size: 18px;
  color: var(--color-second-same);
}

.logos-carousel .owl-theme .owl-nav {
  right: -4px;
  top: -44px;
}

.top-sell-carousel .storeImg {
  padding: 4px;
}

.top-sell-carousel .storeImg img {
  object-fit: cover;
  border-radius: 4px;
  margin: 0;
}

.top-sell-carousel .top-sell-text {
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.top-sell-carousel .item.active .storeImg,
.top-sell-carousel .card-top-sell.active .storeImg {
  border: 1px solid var(--color-first);
}

.top-sell-carousel .item.active .top-sell-text,
.top-sell-carousel .card-top-sell.active .top-sell-text {
  color: var(--color-first);
}

/*========== Brands & Deals END =================================*/

/*========== plan page =================================*/
.plan-card .plan-ul {
  position: relative;
}

.text-most-subscribed {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

.plan-card p,
.plan-card .plan-ul li {
  font-size: 13px;
}

.plan-card .subHeading {
  font-size: 1.2rem;
}

.payment-plan-carousel .item.active .plan-card,
.payment-plan-carousel .plan-card.active {
  border: 1px solid var(--color-second);
}

.payment-plan-carousel.vip-plan-carousel .item.active .plan-card,
.payment-plan-carousel.vip-plan-carousel .plan-card.active {
  border: 1px solid var(--color-first);
}

.payment-plan-carousel.vip-plan-carousel .item.active .plan-card .subHeading,
.payment-plan-carousel.vip-plan-carousel .plan-card.active .subHeading,
.payment-plan-carousel.vip-plan-carousel .item.active .plan-card .my-p,
.payment-plan-carousel.vip-plan-carousel .plan-card.active .my-p {
  color: var(--color-first);
}

.payment-plan-carousel {
  display: flex !important;
  justify-content: center;
}

.payment-plan-carousel .owl-item {
  padding: 0 12px;
}

.payment-plan-carousel .item .card .card-body {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.payment-plan-carousel .download-btn-area .small-btn {
  font-size: 12px !important;
}

/*========== plan page END =================================*/

/*========== Withdraw =================================*/
.withdraw-card .withdraw-icon {
  width: 52px;
  height: 52px;
  color: var(--color-first);
  stroke: none !important;
  vertical-align: middle;
}

.withdraw-card h2,
.withdraw-card h2 sup,
.withdraw-card h2 b {
  color: var(--color-first);
}

/*========== Withdraw END =================================*/

/*========== Auto DM =================================*/
.auto-dm-posts .custom-checkbox-label {
  position: relative;
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  /*transition: border 0.3s ease;*/
}

.auto-dm-posts .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.auto-dm-posts .checkmark {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  z-index: 4;
  opacity: 0;
}

.auto-dm-posts .custom-checkbox-label img {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.auto-dm-posts .custom-checkbox:checked~img {
  border: 2px solid var(--color-first);
}

.auto-dm-posts .custom-checkbox:checked~.checkmark {
  opacity: 1;
  background-color: var(--color-first);
  box-shadow: var(--shadow);
}

.auto-dm-posts .custom-checkbox:checked+.checkmark::before {
  border-color: var(--color-white);
}

.auto-dm-posts .after-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}

.auto-dm-posts .custom-checkbox:checked~.after-overlay {
  opacity: 0.3;
}

.radio-btn-area .btn-outline-primary {
  text-align: left;
  line-height: normal;
  color: var(--color-content);
  border-color: var(--bg-second);
  background-color: var(--bg-second);
  border-radius: 50px;
  width: 100%;
}

.radio-btn-area .btn-outline-primary svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-second);
}

.radio-btn-area .btn-check:checked+.btn,
.radio-btn-area .btn.active,
.radio-btn-area .btn.show,
.radio-btn-area .btn:first-child:active,
.radio-btn-area :not(.btn-check)+.btn:active,
.radio-btn-area .btn-outline-primary:hover {
  color: var(--color-black);
  background-color: var(--color-white);
  border-color: var(--bg-second);
}

.radio-btn-area .btn-check:checked+.btn svg,
.radio-btn-area .btn.active svg,
.radio-btn-area .btn.show svg,
.radio-btn-area .btn:first-child:active svg,
.radio-btn-area :not(.btn-check)+.btn:active svg,
.radio-btn-area .btn-outline-primary:hover svg {
  stroke: var(--color-red);
}

.webContent .input-links {
  cursor: pointer;
  text-decoration: none;
  font-size: 14.8px;
  text-align: center;
  color: #0000FF;
  border: transparent;
  background: transparent;
}

.reply-card {
  cursor: pointer;
  display: block;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid transparent;
  max-width: 140px;
  height: 68px;
}

.reply-card a.reply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.my-pro-name,
.platform-name {
  line-height: 1.5 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 10px 0 !important;
}

.url-name {
  line-height: 1.5 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--color-black);
}

.keywords .affiliate-link a.affiliate-btn,
.reply-card a.reply-btn {
  font-size: 14.8px;
  color: var(--color-content)
}

.reply-card .reply-btn {
  cursor: pointer;
  display: block;
  color: var(--color-content);
}

.step-text {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-black) !important;
}

.btn-second.ai-btn.disconnect-btn {
  display: inline-block;
  min-height: auto;
  height: fit-content;
}

.webContent .ig-post-img {
  width: 88px;
  height: 88px;
}

.webContent .ig-post-img img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 16px;
}

.webContent .completed-text {
  font-weight: 500;
  color: var(--success);
}

.webContent .pending-text {
  font-weight: 500;
  color: var(--warning);
}

.w-240 {
  width: 240px !important;
}

#reportrange span.mb-0.text-white,
#reportrange1 span.mb-0.text-white,
#reportrange2 span.mb-0.text-white {
  text-align: left;
}

/*========== Auto DM END =================================*/

/*========== Withdraw =================================*/
.pay-type {
  width: 130px;
}

.pay-type.card .checkmark {
  height: 22px;
  width: 22px;
  min-width: 22px;
}

.pay-type.card .custom-checkbox:checked+.checkmark::before {
  width: 5.5px;
  height: 12px;
}

.connected-text {
  color: var(--color-first);
}

.webContent .text-18,
.text-18 {
  font-size: 18px;
}

.webContent .earn-text {
  color: var(--color-first-same);
}

.earn-info {
  margin-top: -2px;
}

/*========== Withdraw END =================================*/
.dashboard-body .video-wrapper video {
  width: fit-content;
  max-width: 100%;
  height: 300px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.footer,
.footer a {
  font-size: 14px;
  font-weight: 300;
  color: var(--color-light2);
}

.congratulations {
  font-size: 1.4rem;
  color: var(--color-first);
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 600;
}

.checkModal {
  width: 60px;
  margin: 0 auto;
}

.pay-logo {
  width: auto;
  height: 28px !important;
}

.track-id-btn {
  width: max-content;
  margin-left: auto;
  transform: translateY(40px);
}

.my-link-page .links-nav {
  width: 80%;
}

.products-dropdown .dropdown-menu a {
  color: var(--color-content);
}

.products-dropdown .dropdown-menu svg {
  stroke: var(--color-content);
}

.products-dropdown .dropdown-menu:hover a {
  color: var(--color-content);
}

.products-dropdown .dropdown-menu:hover svg {
  stroke: var(--color-content);
}

nav .nav.nav-tabs {
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
}

.tabs-sections {
  width: fit-content;
  padding: 4px;
  margin: 0;
  border-radius: 50px;
  background-color: var(--bg-second);
}

nav .nav.nav-tabs .nav-link {
  min-width: fit-content;
}

/*nav .nav.nav-tabs .affiliate-link {margin: 2px !important;}*/
.my-text-small {
  font-size: 14px !important;
}

.verifyEmail {
  cursor: pointer;
}

#timer {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--color-red);
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.label-required {
  color: var(--color-red) !important;
}

.my-dropdown .dropdown-menu svg {
  width: 20px;
  height: 20px;
}

.my-dropdown .dropdown-menu li:hover svg {
  stroke: var(--color-white-same);
}

.user-dropdown svg {
  width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--color-light);
}

.dropdown-icon svg {
  width: 20px;
  height: 20px;
}

.stroke-white {
  stroke: var(--color-white);
}

.status-icons {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  padding: 2px;
}

.keywords .affiliate-btn {
  line-height: 1.5 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 10px 0 !important;
}

#toastMessage {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: 60px;
  font-size: 14px;
  color: var(--color-white);
  padding: 16px;
  border-radius: 16px;
  background-color: var(--color-second);
  box-shadow: var(--shadow);
}

#toastMessage.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 60px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 60px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

.icon-btn-edit:hover {
  stroke: #007BFF;
}

.icon-btn-pause:hover {
  stroke: var(--warning);
}

.icon-btn-play:hover {
  stroke: var(--success);
}

.icon-btn-trash:hover {
  stroke: var(--color-red);
}

.add-link-input-wrapper {
  position: relative;
}

.add-link-input {
  padding-right: 2.5rem;
  border-radius: .5rem;
}

.add-link-btn {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.link-input-status {
  padding-right: 3.3rem !important;
  padding-left: 5.4rem !important;
}

.input-status-btn {
  position: absolute;
  top: 50%;
  left: .5rem;
  transform: translateY(-50%);
  z-index: 2;
  width: auto;
  height: 2rem;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  font-size: 12.5px;
  font-weight: 600;
}

.input-status-active {
  color: #198754 !important;
}

.input-status-paused {
  color: #ff7d09 !important;
}

.input-paused-border {
  border-color: #ff7d09 !important;
}

.status-paused-border {
  border: 1px solid #ff7d09 !important;
  box-shadow: none !important;
}

.dismissible-banner {
  background-color: #FFF6EB;
}

html[data-bs-theme="dark"] .dismissible-banner {
  background-color: #241801;
}

.dismissible-banner button {
  cursor: pointer;
}

.dismissible-banner p {
  font-size: 14.5px !important;
}

.dismissible-banner-btn {
  text-decoration: underline !important;
  font-size: 13px !important;
}

.dismissible-text-area {
  width: 84%;
}

/*Customize Theme*/
/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */

.font-open-sans {
  font-family: "Open Sans", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-merriweather {
  font-family: "Merriweather", serif;
}

.btns-fix-section {
  position: relative;
  padding-bottom: 90px;
}

.pcoded-main-container .btns-fix-area {
  z-index: 99;
  margin-bottom: 37px;
  padding-left: 260px;
  padding-right: 25px;
}

.pcoded-navbar.navbar-collapsed~.pcoded-main-container .btns-fix-area {
  padding-left: 95px;
}

.hover-bg-btn svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  stroke: var(--color-content);
}

.hover-bg-btn {
  cursor: pointer;
  padding: 4px;
  margin: 0;
  border-radius: 50px;
  border: none !important;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
}

.hover-bg-btn:hover {
  background-color: var(--bg-second);
}

html[data-bs-theme="dark"] .powered-by-img img {
  filter: invert(100%);
}

/*Link In Bio edit*/
.bio-edit .image-upload-box.small-image {
  overflow: visible;
}

.bio-edit .image-upload-box.small-image .edit-icon {
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  border-radius: 100px;
  background-color: var(--color-first);
}

.bio-edit .image-upload-box.small-image svg {
  stroke: var(--color-white);
}

.bio-edit .boi-input {
  width: 100%;
  position: relative;
}

.bio-edit .boi-input .edit-input-text {
  height: 40px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  box-shadow: 0 0 0 3px #f1f1f1 !important;
}

.bio-edit .boi-input textarea.edit-input-text {
  height: 80px;
  resize: none;
}

.bio-edit .boi-input textarea.edit-input-text:disabled {
  height: 40px;
  overflow: hidden;
}

.bio-edit .boi-input .edit-input-text:disabled {
  border-color: transparent;
  background-color: transparent !important;
  box-shadow: none !important;
}

.bio-edit .boi-input .boi-characters {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.bio-edit .boi-input .edit-input-text:disabled~.boi-characters {
  display: none;
}

.bio-edit .boi-input .edit-platform {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 8px;
  left: auto;
  bottom: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: fit-content;
  height: 40px;
}

.bio-edit .boi-input .edit-input-text:disabled~.edit-platform {
  display: flex;
}

.cover-photo-section {
  height: auto;
  padding: 4px;
  border-radius: 6px;
}

.cover-photo-section.image-upload-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}

.cover-photo svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
}

.customize-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  min-height: auto !important;
  height: auto !important;
}

.categories-div .delete-platform svg {
  stroke: var(--danger) !important;
}

/*.theme-icon, .theme-icon path {stroke: none !important;fill: var(--color-second) !important}*/
.links-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.links-img-section {
  width: 100%;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

.links-img-section .platform-card {
  border: 1px solid var(--color-second);
}

.img-emoji {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.resize-none {
  resize: none !important
}

.fashion-img {
  height: 280px;
  object-fit: cover;
  object-position: center;
}

.hover-bg-btn.hover-bg-btn2 svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  stroke: var(--color-second);
}

.preview-btns {
  width: min-content;
  color: #0000FF;
  background-color: var(--bg-second);
}

.pt-150px {
  padding-top: 130px !important;
}

.cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
  z-index: 0;
}

.cover-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.storefront-section .storefront-form .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  border-radius: 10px 10px 0 0;
  background-color: var(--bg-second);
  z-index: 0;
}

.storefront-section .storefront-form .cover-image img {
  display: none !important;
}

.social-icon-edit svg {
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  stroke: var(--color-second);
  background-color: transparent;
}

.external-link {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: auto;
  right: 6px;
  width: min-content;
  height: min-content;
  border-radius: 100px;
  z-index: 3;
  transition: all 0.5s;
}

.external-link svg {
  overflow: visible;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 100px;
  stroke: var(--color-second);
  background-color: var(--color-white);
}

.fashion-card:hover .external-link {
  display: flex;
}

.fashionCarousel.owl-theme .owl-nav {
  top: -42px;
}

.image-upload-box.small-image.small-image2 {
  width: 120px;
  height: 120px;
}

.fashionCarousel .text-limit-1 {
  height: 23px;
}

.fashionCarousel .text-limit-2 {
  height: 48px;
}

.cover-photo-section.image-upload-box .action-icon {
  top: 6px !important;
  bottom: auto;
}

.new-img-uploaded img.preview-img {
  height: 180px !important;
  object-fit: cover;
}

.code-copy-button.h-32 svg {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

/*===========================================*/
.max-h-48 {
  max-height: 48px;
}

.max-h-23 {
  max-height: 23px;
}

.svg-stroke-red,
.svg-stroke-red path {
  stroke: var(--color-red);
}

.svg-fill-red,
.svg-fill-red path {
  fill: var(--color-red);
}

.svg-fill-red,
.svg-fill-red path.path-white {
  fill: var(--color-white);
}

.text-limit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-limit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.powered-by-img .logo {
  width: 100%;
  max-width: 220px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: left;
}

.social-icon-edit a {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.social-icon-edit a:hover {
  background-color: var(--color-light4);
}

.fashionCarousel.owl-theme .owl-nav {
  top: -46px;
  right: 0;
}

.fashionCarousel.owl-theme .owl-nav button span {
  font-size: 16px;
}

.fashionCarousel.owl-carousel .owl-stage {
  display: flex;
}

.fashionCarousel.owl-carousel .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.custom-checkbox:checked+.checkmark::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 14px;
  border: solid var(--color-first-same);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.page-item .page-link {
  border-radius: 60px;
  margin: 0 5px;
  padding: 2px 6px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .active>.page-link,
.pagination .page-link.active,
.page-item.active .page-link,
.page-link:hover {
  color: var(--color-white-same);
}

table.dataTable td {
  background: transparent !important;
}

/* -------- product card style start ------- */
.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light5);
  border: 1px solid var(--color-light4);
  /* --- color-border added in root --- */
  border-radius: 16px;
  padding: 8px;
  box-shadow: none !important;
  transition: all 0.3s ease-in-out;
}

.product-card:hover {
  background-color: var(--color-light);
  border-color: var(--color-first);
  box-shadow: 0 6px 12px rgb(0, 0, 0, 0.08) !important;
}

.product-card .product-img {
  width: 100%;
  height: 250px;
  border-radius: 16px;
  overflow: hidden;
}

.product-card .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.product-card:hover .product-img img {
  transform: scale(1.1);
}

.product-card .product-info {
  padding: 12px;
  text-align: center;
}

.product-card .product-info .product-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-content);
}

.product-card .product-info .product-desc {
  font-size: 13px;
  margin-bottom: 0;
  color: var(--color-content);
  opacity: 0.8;
}

.product-card .product-info .dismissible-banner,
.dismissible-banner.status-paused-border {
  background-color: var(--color-red-light);
  border: 1px solid var(--color-red) !important;
}

.product-card .product-info .dismissible-banner p,
.dismissible-banner.status-paused-border p {
  color: var(--color-red);
}

.product-card .external-link {
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 11px;
  left: auto;
  right: 15px;
  width: min-content;
  height: min-content;
  border-radius: 100px;
  z-index: 3;
  transition: all 0.5s;
  display: flex;
}

.product-card:hover .external-link {
  opacity: 1;
  visibility: visible;
}

.product-card:hover .external-link svg {
  overflow: visible;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 8px;
  border-radius: 100px;
  stroke: var(--color-second);
  background-color: var(--color-second);
  stroke: var(--color-white);
}

.image-upload-box.new-img-uploaded img.preview-img {
  height: 100% !important;
  /* --- height 180px set in dashboard-style.css 1489 --- */
}

/* -------- product card style end ------- */
footer {
  height: 36px;
}

.pcoded-main-container .btns-fix-area {
  margin-bottom: 36px;
}

.position-sticky.top-sticky-80 {
  top: 80px;
}

.position-sticky.top-sticky-10 {
  top: 10px;
}

.min-h-auto {
  min-height: auto !important;
  height: auto !important;
}

.platform-cards .platform-card.my-card .card-image {
  height: 160px;
  max-height: 160px;
}

.platform-cards .platform-card.my-card .card-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.cover-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.social-icon-edit a {
  padding: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.social-icon-edit svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  padding: 0;
  stroke: var(--color-second);
  background-color: transparent;
}

.profile-fashion-card .cover-image img,
.profile-fashion-card .cover-image .cover-image-overlay {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.cover-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.custom-select {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="white"/></svg>');
  background-position: 95%;
  background-size: 18px;
  background-repeat: no-repeat;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

.custom-select.black {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="black"/></svg>');
}

@media (prefers-color-scheme: dark) {
  .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }

  .profile-fashion-card .cover-image img {
    filter: invert(1);
  }
}

/*========== @media screen =================================*/
@media screen and (max-width: 1340px) {

  .btn-first.ai-btn,
  .btn-second.ai-btn {
    padding: 4px 8px;
  }

  .my-link-page .links-nav {
    width: 74%;
  }

  input[type="color"] {
    width: 32px;
    height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .pcoded-header .m-header {
    padding: 0 0 0 25px;
  }

  .position-sticky.top-sticky-80 {
    position: relative !important;
    top: unset;
  }

  .position-sticky.top-sticky-10 {
    position: relative !important;
    top: unset;
  }
}

@media screen and (max-width: 991px) {
  .my-text-small {
    font-size: 13px !important;
  }

  .boi-input {
    width: 90%;
  }

  .my-link-page .links-nav {
    width: 68%;
  }

  .pay-logo {
    height: 24px !important;
  }

  .auto-dm-posts .checkmark {
    top: 8px;
    right: 8px;
  }

  .auto-dm-posts .custom-checkbox-label img {
    height: 140px;
  }

  .collage-img-card.img-1-1 {
    width: 220px;
    height: 220px;
  }

  .collage-img-card.img-6-9 {
    width: 140px;
    height: 220px;
  }

  .collage-img-card.img-9-6 {
    height: 140px;
    width: 220px;
  }

  .search-section .filter-area span {
    font-size: 13px;
  }

  .switch.switch2 {
    width: 30px;
    min-width: 30px;
    height: 20px;
    margin: 0 0 0 12px;
  }

  .switch.switch2 .slider::before {
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 3px;
  }

  .switch.switch2 input:checked+.slider::before {
    transform: translateX(12px);
  }

  .switch.switch2.moon-switch {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 24px;
    margin: 0 0 0 12px;
  }

  .switch.switch2.moon-switch .slider::before {
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
  }

  .switch.switch2.moon-switch input:checked+.slider::before {
    transform: translateX(16px);
  }

  .links-div.platform-cards .platform-card .platform-name,
  .switch-text {
    font-size: 14px !important;
  }

  .links-div .edit-platform svg,
  .links-div .delete-platform svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  .pcoded-main-container .btns-fix-area,
  .pcoded-navbar.navbar-collapsed~.pcoded-main-container .btns-fix-area {
    padding-left: 25px;
  }

  .brands-card .logos-image img {
    max-width: 80px;
    height: 80px;
    padding: 10px;
  }

  .pt-150px {
    padding-top: 100px !important;
  }

  .cover-image img {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .pay-type {
    width: 124px;
  }

  .w-240 {
    width: 100% !important;
  }

  .url-logo-area .form-control {
    padding-left: 42px;
  }

  .btn-second.ai-btn.disconnect-btn {
    display: block;
    margin: 4px auto 0 auto;
  }

  .addPlatform-area {
    padding: 0 0 0 6px;
  }

  .addPlatform-area a {
    margin-bottom: 10px !important;
  }

  .addPlatform-area .platform-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 5px;
  }

  .track-id-btn {
    transform: translateY(0);
    margin-right: auto;
    width: 100%;
  }

  .track-id-btn .small-btn {
    width: 100%;
  }

  .my-link-page .links-nav {
    width: 100%;
  }

  .payment-plan-carousel .owl-item {
    padding: 0 0;
  }

  .auto-dm-posts .checkmark {
    top: 6px;
    right: 6px;
    width: 22px;
    min-width: 22px;
    height: 22px;
  }

  .auto-dm-posts .custom-checkbox-label img {
    height: 110px;
  }

  .otp-input-area .otp-box {
    width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    min-height: 35px !important;
    margin-right: 4px;
    border-radius: 6px;
  }

  .pcoded-content .btn-first,
  .pcoded-content .btn-second,
  .pagename-section .btn-first,
  .pagename-section .btn-second {
    width: 100% !important;
  }

  .platform-cards .store-card .store-img {
    height: auto;
  }

  .button.small-btn {
    padding: 4px 10px;
    font-size: 13px;
  }

  .my-btn-100 {
    width: 100% !important;
  }

  .copy-btn .code-copy-button {
    width: 100%;
    border-radius: 8px !important;
  }

  .platform-cards .platform-card img {
    width: 100% !important;
    margin-bottom: 12px !important;
  }

  .platform-cards .platform-card.my-card2 {
    padding: 16px 16px 16px 16px;
  }

  .filter-dropdown .dropdown-menu.show,
  .filter-dropdown .dropdown-menu {
    right: 0 !important;
    left: 0 !important;
    transform: translate3d(-84%, 26px, 0) !important;
  }

  .collage-img-card.img-1-1 {
    width: 135px;
    height: 130px;
  }

  .collage-img-card.img-6-9 {
    width: 135px;
    height: 180px;
  }

  .collage-img-card.img-9-6 {
    width: 135px;
    height: 88px;
  }

  .footer,
  .footer a {
    font-size: 10.4px;
  }

  .my-modal .modal-body {
    padding: 16px;
  }

  .platform-cards .platform-card.my-card img,
  .platform-cards .platform-card.my-card .link-card-img,
  .platform-cards .platform-card.my-card .pro-card-img,
  .platform-cards .platform-card.my-card .link-card-img.pro-card-img,
  /*.platform-cards .platform-card.my-card .link-card-img.pro-card-img.deals-img {height: auto !important;}*/
  .links-search.search-section {
    display: block !important;
  }

  .links-search .search-input-group .form-control {
    margin-bottom: 8px;
  }

  .links-search .search-input-group .form-control,
  .search-section .filter-area {
    border-radius: 10px 10px 10px 10px !important;
  }

  .links-search.search-section .filter-area .filter-dropdown {
    order: 2;
  }

  .links-search.search-section .filter-area .filter-icon {
    order: 1;
    border-left: none !important;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
  }

  .links-search.search-section .filter-area span {
    font-size: 12px;
  }

  .search-section .filter-icon svg,
  .search-section svg {
    width: 20px;
    height: 20px;
  }

  .links-search .search-input-group .search-btn {
    top: 0;
    height: 44px;
  }

  .search-section.links-search .filter-area {
    height: 36px;
  }

  .fileInput-section .upload-button,
  .fileInput-section input,
  .fileInput-section #fileNameInput {
    border-radius: 10px 10px 10px 10px !important;
  }

  .btn-first.ai-btn,
  .btn-second.ai-btn {
    width: auto !important;
  }

  .webContent .links-div img.my-store-img {
    width: 44px !important;
    margin: 0 !important;
  }

  .links-div.platform-cards .platform-card .platform-name,
  .switch-text {
    font-size: 13px !important;
  }

  .links-div .edit-platform svg,
  .links-div .delete-platform svg,
  .edit-platform svg,
  .delete-platform svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }

  .platform-cards .platform-card.my-card .trendingModal-card .link-card-img.pro-card-img {
    min-width: 70px !important;
    width: 70px !important;
    height: 90px !important;
    margin-bottom: 0 !important;
  }

  .platform-name {
    font-size: 15px !important;
  }

  .platform-cards .platform-card.my-card .trendingModal-card .platform-name {
    font-size: 13.8px !important;
    margin: 6px 0 !important;
  }

  .platform-cards .platform-card.my-card .trendingModal-card p {
    font-size: 12.8px !important;
  }

  .cancel-trendingModal {
    width: fit-content !important;
  }

  .modal-y-scroll {
    height: 220px;
  }

  /*.my-modal .close, .my-modal .btn-close {transform: translateX(0);}*/
  .pcoded-main-container .btns-fix-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btns-fix-area .btn-first,
  .btns-fix-area .btn-second {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .cover-photo-section.image-upload-box img {
    height: 30px;
    object-fit: cover;
  }

  .customize-btn {
    position: static;
  }

  .fashionCarousel.owl-theme .owl-nav {
    top: -48px;
  }

  .link-input-status {
    padding-left: 4.5rem !important;
  }

  .input-status-btn {
    gap: 1.5px;
    font-size: 10.5px;
  }

  .input-status-btn svg {
    width: 16px;
    height: 16px;
  }

  .dismissible-icon {
    width: 24px;
    height: 24px;
  }

  .dismissible-banner p {
    font-size: 12.8px !important;
  }

  .dismissible-banner-btn {
    text-decoration: underline !important;
    font-size: 11px !important;
  }

  .brands-card .logos-image img {
    max-width: 64px;
    height: 64px;
    padding: 6px;
  }

  .fashionCarousel.owl-theme .owl-nav {
    top: -42px;
  }

  .pt-150px {
    padding-top: 80px !important;
  }

  .cover-image img {
    height: 150px;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
  .pcoded-content {
    padding-top: 15px;
  }
}

@media screen and (min-width: 575px) and (max-width: 767px) {

  .profile-fashion-card .cover-image img,
  .profile-fashion-card .cover-image .cover-image-overlay,
  .storefront-section .storefront-form .cover-image {
    height: 150px;
  }
}

@media screen and (max-width: 575px) {

  .profile-fashion-card .cover-image img,
  .profile-fashion-card .cover-image .cover-image-overlay {
    height: 290px;
  }

  .storefront-section .storefront-form .cover-image {
    height: 270px
  }
}

/*========== @media screen end =================================*/

/*
 * Marketing / login layout loads before-header-footer-style.css which sets
 * body { padding-top: 110px }. That stylesheet stays in the document after
 * client-side navigation to authenticated routes, leaving a large white gap
 * under the fixed dashboard header. Reset here (authenticated bundle only).
 */
html body {
  padding-top: 0;
}