@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*========== GENERAL STYLE =================================*/
:root {
  --color-first: #C600BA !important;
  --color-second: #667a8a;
  --color-third: #031c30;
  --color-light: #D9D9D9;
  --color-light2: #5A5A5C;
  --color-red: #EB3E17;
  --color-yellow: #E9970A;
  --bg-first: #e9f5fe;
  --bg-second: #cfe8fc;
  --bg-third: #667a8a;
  --bg-light: #e9e9e9;
  --bg-black: #000;
  --bg-dark: #212529;
  --bg-dark2: #1e1e1e;
  --bg-first-light: rgba(198, 0, 186, 0.12);
  --gray-400: #b4b4b4;
  --font-family: "Poppins", sans-serif;
  --shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .13);
}


/*Customize Bio page font family change*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}


.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-lato {
  font-family: 'Lato', sans-serif;
}

.font-poppins {
  font-family: 'Poppins', sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-montaga {
  font-family: "Montaga", serif;
}

.font-playfair {
  font-family: 'Playfair Display', serif;
}

.font-playball {
  font-family: "Playball", cursive;
}

/*Customize Bio page font family change end*/


*,
::after,
::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: var(--color-third);
  text-transform: none;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
}

ul li {
  list-style: none;
}

img {
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.box-light-shadow {
  box-shadow: 0 1px 5px 0 rgba(198, 0, 186, .4), 0 1px 15px 0 rgba(249, 145, 255, .4), 0 1px 15px 0 rgba(212, 153, 255, .4);
}

.box-shadow {
  box-shadow: 0 1px 5px 0 rgba(198, 0, 186, .9), 0 1px 15px 0 rgba(249, 145, 255, .9), 0 1px 15px 0 rgba(212, 153, 255, .9);
}

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

.color-second {
  color: var(--color-second);
}

.color-third {
  color: var(--color-third);
}

.font-family-heading,
.font-family-sub-heading,
.font-family {
  font-family: var(--font-family);
}

ul li {
  list-style: none;
}

.hideInMobile {
  display: block;
}

.hideInWeb,
.sideBar {
  display: none;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
}

.displayFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-item.active a {
  color: var(--color-second) !important;
  font-weight: 600;
}

button.button:focus,
button.btn:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: none;
}

/*========== BUTTON STYLE ==================================*/
.btn-first,
input[type="submit"] {
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-align: center;
  overflow: hidden;
  font-size: var(--font-family);
  font-weight: 500 !important;
  color: #ffffff !important;
  line-height: normal !important;
  text-transform: capitalize;
  border: none !important;
  border-radius: 10px;
  vertical-align: middle;
  padding: 12px 24px;
  min-height: 48px;
  background-color: var(--color-second);
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
  transition: all 0.7s ease;
}

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

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

.btn-second {
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-align: center;
  overflow: hidden;
  font-size: var(--font-family);
  font-weight: 500;
  line-height: normal !important;
  text-transform: capitalize;
  border: 1px solid var(--color-second);
  color: var(--color-second) !important;
  border-radius: 10px;
  vertical-align: middle;
  padding: 12px 24px;
  min-height: 48px;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  z-index: 1;
  transition: all 0.7s ease;
}

.btn-second-pink {
  color: var(--color-first) !important;
  border-color: var(--color-first);
}

.btn-second:hover,
.btn-second-pink:hover {
  color: #ffffff !important;
  border-color: var(--color-second);
  background-color: var(--color-second);
}

.btn-first svg,
.btn-first i,
.btn-first b {
  width: 22px;
  height: 22px;
  stroke: #ffffff;
  color: #ffffff !important;
}

.btn-second svg,
.btn-second i,
.btn-second b {
  width: 22px;
  height: 22px;
  stroke: var(--color-second);
  color: var(--color-second) !important;
}

.btn-second-pink svg,
.btn-second-pink i,
.btn-second-pink b {
  stroke: var(--color-first);
  color: var(--color-first) !important;
}

.btn-first:hover svg,
.btn-first:hover i,
.btn-first:hover b,
.btn-second:hover svg,
.btn-second:hover i,
.btn-second:hover b {
  stroke: #ffffff;
  color: #ffffff !important;
}

.btn-first:disabled,
.btn-second:disabled {
  opacity: 0.32 !important;
  cursor: not-allowed !important;
}

.view-btn {
  cursor: pointer;
  text-decoration: none !important;
  font-size: var(--font-family);
  color: var(--color-first) !important;
}

.view-btn svg {
  width: 22px;
  height: 22px;
  stroke: var(--color-first);
}

.view-btn i,
.view-btn b {
  color: var(--color-first);
}

.view-btn:hover,
.view-btn:hover svg,
.view-btn:hover i,
.view-btn:hover b {
  stroke: var(--color-third) !important;
  color: var(--color-third) !important;
}

.but-w {
  width: fit-content !important;
}

.brands-btn {
  border-radius: 10px 0 0 10px;
}

.deals-btn {
  border-radius: 0 10px 10px 0;
  border-left: 0;
}

/*.copy-btn .code-copy-button {border-radius: 50px !important;padding: 10px !important;width: 42px;}*/
.dropdown-toggle.no-bg-btn:after {
  display: none;
}

.download-icon-btn,
.no-bg-btn {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.download-icon-btn,
.no-bg-btn svg {
  width: 20px;
  height: 20px;
}

.download-icon-btn svg,
.download-icon-btn b {
  width: 20px;
  height: 20px;
  color: var(--color-third);
  stroke: var(--color-third);
}

.dropdown-toggle.no-bg-btn svg {
  stroke: var(--color-first) !important;
}

.download-icon-btn:hover svg,
.download-icon-btn:hover b {
  color: var(--color-first);
  stroke: var(--color-first);
}

.webContent img.download-icon {
  display: inline-block;
}

.upload-button {
  height: 48px;
}

.help-icon {
  height: 18px;
  width: 18px;
}

.x-btn {
  position: absolute;
  top: -4px;
  right: -8px;
  width: 18px;
  height: 18px;
  stroke: #fff;
  padding: 3px;
  border-radius: 50px;
  background-color: var(--color-light);
}

.x-btn:hover {
  background-color: var(--color-red);
}

/*========== HEADING STYLE =================================*/
.nav-user-name {
  color: var(--color-first);
  margin-right: 2px;
}

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

.webContent .mainHeading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-first);
  font-family: var(--font-family);
  text-transform: capitalize;
}

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

.modalHeading {
  font-size: 1.4rem;
  color: var(--color-second);
  letter-spacing: 0px;
  font-family: var(--font-family);
  font-weight: 600;
}

.modalCancel {
  background-color: var(--color-second) !important;
  color: var(--color-light) !important;
}

.modalAction {
  background-color: var(--color-first) !important;
  color: var(--color-light) !important;
}


.webContent .thirdHeading,
.thirdHeading {
  font-size: 1.2rem;
  color: var(--color-second);
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-weight: 600;
}

.webContent p {
  font-weight: 400;
  color: var(--color-second);
  /*white-space: pre-line;*/
  text-wrap: wrap;
  font-size: 1rem;
  line-height: 1.6;
  font-family: var(--font-family);
}

.webContent .smallHeading {
  font-size: 1.2rem;
  color: var(--color-second);
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: capitalize;
}

.webContent ul li,
.webContent ul li strong,
.webContent ol li,
.webContent ol li strong,
.webContent em,
.webContent em u,
.webContent u {
  font-weight: 400;
  color: var(--color-third);
  /*white-space: pre-line;*/
  text-wrap: wrap;
  font-size: 1rem;
  line-height: 1.6;
  font-family: var(--font-family);
}

.webContent ul.list li {
  list-style-type: disc;
}

.webContent ul li strong,
.webContent ol li strong,
.webContent strong,
.webContent strong a {
  color: var(--color-third);
  font-weight: 600;
  font-family: var(--font-family);
}

.webContent p a,
.webContent p a span,
.webContent p span,
.webContent p,
.webContent ul li,
.webContent p,
.webContent p span,
.webContent span p,
.webContent span,
.webContent a,
.webContent strong a {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--color-third);
  line-height: 1.4;
  font-family: var(--font-family);
  text-wrap: wrap;
}

.webContent a strong,
.webContent a b,
.webContent p strong,
.webContent p b,
.webContent ul li b,
.webContent ol li b {
  font-size: 1rem;
  font-family: var(--font-family);
}

.webContent a,
.webContent a strong,
.webContent strong a {
  text-decoration: underline;
}

.webContent strong,
.webContent strong a,
.webContent a strong,
.webContent p strong {
  font-weight: 600
}

.webContent span {
  display: inline-block;
  margin-bottom: 1rem;
}

.webContent img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
  display: block;
}

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

/*####### brandCarousel #########*/
.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-second) !important;
  /*position: absolute;*/
  top: 40%;
  right: -12px;
}

.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: -3px;
  margin-bottom: 2px;
}

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

/*========== INPUTS =================================*/
.form-control,
.form-select {
  padding: 10px 20px;
  border-radius: 10px;
  width: 100%;
  height: 48px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.7s ease;
  color: var(--color-light2);
  border-bottom: 1px solid var(--bg-third);
  background-color: var(--bg-light);
}

.form-control:hover,
.form-control:focus,
.form-select:hover,
.form-select:focus {
  border-bottom: 1px solid var(--color-first);
  background-color: var(--bg-light);
}

.form-control::placeholder,
.form-control:focus::placeholder,
.form-select::placeholder,
.form-select:focus::placeholder {
  color: var(--color-light2);
}

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

html[data-bs-theme="dark"] .form-control,
html[data-bs-theme="dark"] .form-select,
.login-form-section .form-control,
.login-form-section .form-select {
  color: var(--color-light);
  border-bottom: 1px solid var(--color-light2);
  background-color: var(--bg-dark2);
}

html[data-bs-theme="dark"] .form-select,
.login-form-section .form-select {
  color: var(--color-light2);
}

html[data-bs-theme="dark"] .form-control:hover,
html[data-bs-theme="dark"] .form-control:focus,
html[data-bs-theme="dark"] .form-select:hover,
html[data-bs-theme="dark"] .form-select:focus,
.login-form-section .form-control:hover,
.login-form-section .form-control:focus,
.login-form-section .form-select:hover,
.login-form-section .form-select:focus {
  color: var(--color-light);
  border-bottom: 1px solid var(--color-light);
  background-color: var(--bg-dark2);
}

html[data-bs-theme="dark"] .form-control::placeholder,
html[data-bs-theme="dark"] .form-select::placeholder,
.login-form-section .form-control::placeholder,
.login-form-section .form-select::placeholder {
  color: var(--color-light2);
}

html[data-bs-theme="dark"] .form-control:hover::placeholder,
html[data-bs-theme="dark"] .form-control:focus::placeholder,
html[data-bs-theme="dark"] .form-select:hover::placeholder,
html[data-bs-theme="dark"] .form-select:focus::placeholder,
html[data-bs-theme="dark"] .form-select:valid,
.login-form-section .form-control:hover::placeholder,
.login-form-section .form-control:focus::placeholder,
.login-form-section .form-select:hover::placeholder,
.login-form-section .form-select:focus::placeholder,
.login-form-section .form-select:valid {
  color: var(--color-light);
}

html[data-bs-theme="dark"] .input-box-icon,
.login-form-section .input-box-icon {
  color: var(--color-light2);
}

html[data-bs-theme="dark"] input:hover~.input-box-icon,
.login-form-section input:hover~.input-box-icon {
  stroke: var(--color-light);
  color: var(--color-light);
}

.otp-input-area .form-control:focus {
  border: 1px solid var(--color-light);
}

.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);
  border-radius: 50%;
  margin: 0 0 0 0 !important;
}

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

.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 .select-icon,
.select-wrapper-light .open .select-icon,
.select-wrapper-light .form-select.custom-select-box,
.select-wrapper-light .form-select.custom-select-box:focus,
.select-wrapper-light .form-select.custom-select-box:hover {
  stroke: var(--color-light2) !important;
  color: var(--color-light2) !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 ===========================*/

/*========== LOGIN PAGES FLOW =================================*/
.login-form-section {
  position: relative;
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: var(--bg-black);
}

.login-form-section2 {
  height: 100vh;
}

.login-form-container {
  position: relative;
  z-index: 4;
}

.login-form-section .bg-clr1 {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}

.login-form-section .bg-clr2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 2;
}

.login-form-section .login-form {
  position: relative;
  margin: 0 auto;
  z-index: 3;
}

.login-form-section .form-container-area {
  border: none;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(180deg, var(--color-first), rgb(0 0 0 / 50%));
}

.login-form-section .form-container-area .form-container {
  width: 100%;
  border-radius: 20px;
  padding: 30px 40px;
  background-color: #0F0F12;
  box-shadow: 20px 40px 60px rgba(0, 0, 0, 0.5);
}

.login-form-section .web-logo .logo-img img {
  text-align: center;
  margin: 0 auto 36px auto;
}

.login-form-section .divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin: 20px 0;
}

.login-form-section .divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ffffff;
}

.login-form-section .divider:not(:empty)::before {
  margin-right: 20px;
}

.login-form-section .divider:not(:empty)::after {
  margin-left: 20px;
}

.login-form-section .form-text-p,
.login-form-section .form-text-p a {
  font-size: var(--font-family);
  color: var(--color-light);
}

.login-form-section .forgot-password {
  text-decoration: none;
  display: block;
  margin: 14px 0 40px 0;
}

.login-form-section .enjoy-text-area {
  text-align: center;
}

.login-form-section .enjoy-text-area .enjoy-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-first);
  margin: 0 0 20px 0;
}

.login-form-section .enjoy-text-area .form-text-light {
  color: var(--color-light2);
}

.login-form-section .check-text {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-light);
  margin: 10px 0;
}

.login-form-section .color-bar-area {
  display: flex;
  align-items: center;
}

.login-form-section .color-bar-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.login-form-section .color-bar-area .color-bar {
  width: 52px;
  height: 5px;
  border-radius: 25px;
  margin-right: 10px;
}

.login-form-section .color-bar-area .color-bar1 {
  background-color: var(--color-red);
}

.login-form-section .color-bar-area .color-bar2 {
  background-color: var(--color-yellow);
}

.login-form-section .color-bar-area .color-bar3 {
  background-color: var(--color-light);
}

.my-alert {
  text-align: center;
  width: 100%;
  font-size: var(--font-family);
  border-radius: 5px;
  border: 1px solid;
  padding: 16px 32px;
  margin: 20px 0 0 0;
}

.alert-success {
  color: #183524;
  border-color: #ACCEBC;
  background-color: #D5E6DE;
}

.alert-error {
  color: #511A1E;
  border-color: #E7B1B6;
  background-color: #F3D8DA;
}

.otp-input-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.otp-input-area .otp-box {
  width: 52px;
  max-width: 52px;
  margin-right: 12px;
}

.otp-input-area .otp-box:last-child {
  margin-right: 0;
}

.error-text {
  color: #FF0004 !important;
}

.error-input,
.error-input::placeholder {
  color: #FF0004 !important;
  border: 1px solid #FF0004 !important;
}

.success-text {
  margin: 32px 0 0 0;
}

/*========== LOGIN PAGES FLOW END =================================*/

/*========== Link In Bio =================================*/
.storefront-form {
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  background-color: #ffffff !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: 10px;
  border: none;
  border: 1px dashed var(--bg-third);
  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(--bg-third);
  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: 10px;
  background-color: #ffffff;
  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-light2);
}

.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: 10px;
  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(--color-light);
  transition: 0.4s;
  border-radius: 34px;
  margin-bottom: 0;
}

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

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

.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-second);
  z-index: 1;
  pointer-events: none;
}

.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-third);
  --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);*/
}

/*========== 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: 48px;
  padding: 0 14px;
  border-radius: 0 10px 10px 0;
  background-color: var(--bg-third);
  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: #ffffff;
}

/*========== 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: contain;
  object-position: center;
  border-radius: 10px;
  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);
}

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

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

.btn-first.small-btn,
.btn-second.small-btn {
  font-size: 14.8px;
  padding: 4px 14px;
  min-height: 42px;
  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;
}

.button.btn-second.small-btn:hover {
  color: #ffffff !important;
}

.ai-text-area {
  padding: 16px;
  border-radius: 10px;
  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-second);
  padding: 0 2px 4px 2px;
  margin-left: 20px;
  background-color: transparent;
  background-image: linear-gradient(to top, var(--color-first) 2px, rgba(255, 255, 255, 0) 2px);
}

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

.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: 4px;
  color: var(--color-third);
  padding: 3px 12px;
  margin-bottom: 4px;
  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-third);
  border: 1px solid var(--color-third);
  color: #fff;
  box-shadow: none;
  border-radius: 4px;
}

.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: #f5f5f5 !important;
}

.url-text {
  color: #cbcbcb !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: 10px;
  background-color: #293d4e;
}

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

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

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

.affiliate-link.card.active {
  border: 1px solid var(--color-first);
  background-color: var(--bg-first-light);
  box-shadow: none;
}

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

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

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

.affiliate-link a.affiliate-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100%;
}

.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: 10px;
  box-shadow: var(--shadow);
  border: none !important;
}

.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(--color-first);
  background-color: var(--bg-first-light);
  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-first) !important;
  border-color: var(--color-first) !important;
  background-color: var(--bg-first-light) !important;
}

.ai-btn option {
  background-color: #ffffff !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: #ffffff;
  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: 10px;
  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: #ffffff;
}

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

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

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

/*========== Brands & Deals =================================*/
.brands-card p,
.brands-card p span {
  color: var(--color-light2);
}

.brands-card .brands-name {
  color: var(--color-third);
}

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

.brands-card .logos-image img {
  max-width: 92%;
  height: 56px;
  object-fit: contain;
  margin: 8px auto;
}

.platform-cards .platform-card.my-card .link-card-img.pro-card-img.deals-img {
  min-width: 140px;
  min-height: 100px;
  height: 100%;
}

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

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

.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 p,
.plan-card .plan-ul li {
  font-size: 14px;
}

.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: 10px;
  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: 10px;
}

.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: #ffffff;
}

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

.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-second);
  border-color: var(--color-light);
  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-first);
  background-color: var(--bg-first-light);
  border-color: var(--color-first);
}

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

.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: 10px;
  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;
}

.keywords .affiliate-link a.affiliate-btn,
.reply-card a.reply-btn {
  font-size: 14.8px;
}

.reply-card .reply-btn {
  cursor: pointer;
  display: block;
}

.step-text {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--color-second) !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: 10px;
}

.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: 230px;
}

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

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

.video-wrapper video {
  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(28px);
}

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

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

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

.products-dropdown .dropdown-menu:hover a {
  color: #ffffff;
}

.products-dropdown .dropdown-menu:hover svg {
  stroke: #ffffff;
}

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

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



/*========== @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%;
  }
}

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

  .boi-input {
    width: 90%;
  }

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

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

  .pay-type {
    width: 200px;
  }

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

@media screen and (max-width: 767.98px) {
  .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%;
  }

  .pay-type {
    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 {
    padding: 0px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 6px;
    text-align: center;
  }

  .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: 16px;
  }

  .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: -10px;
  }

  .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);}*/
}

/*========== @media screen END =================================*/
.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: #ffffff;
}

.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: #ffffff;
}

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

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

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

/* =================Auto-DM-History TABLE START================ */
#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: #ffffff;
  padding: 16px;
  border-radius: 10px;
  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);
}

/* =================Auto-DM-History TABLE END================ */


/* =================Auto-Step-2 Add Link START================ */

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

.add-link-input {
  /* make room for the button on the right */
  padding-right: 2.5rem;
  /* optional: match your design’s rounded corners */
  border-radius: 0.5rem;
}

.add-link-btn {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  /* distance from the input’s right edge */
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  /* or your input background color */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* optional hover/focus styles */
.add-link-btn:hover,
.add-link-btn:focus {
  background-color: #f0f0f0;
}

.saved-link {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  /* light grey background */
  border-radius: 9999px;
  /* pill shape */
  padding: 0.5rem 1rem;
  /* vertical + horizontal padding */
}

.saved-link-text {
  flex: 1;
  font-size: 0.95rem;
  color: #333;
  word-break: break-all;
}

.saved-link-remove {
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.5rem;
  cursor: pointer;
  color: #666;
}

.saved-link-remove:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  .radio-btn-area .btn-check:checked+.btn:hover {
    color: var(--color-first);
    background-color: var(--bg-first-light);
    border-color: var(--color-first);
  }

  .radio-btn-area .btn-outline-primary:hover {
    color: var(--color-second);
    border-color: var(--color-light);
    background-color: transparent;
  }
}

/* =================Auto-Step-2 Add Link END================ */

/* Auto DM History paused status icons & step-2 changes for paused */

.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%;}
@media screen and (max-width: 767px){
  .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;}
}

/* =================Auto-DM-History PAGE END================ */