@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');

:root {
  --themeClr: #ff2c68;
  --themeclr2L: #009dff;
  --themeclr2r: #ff2c68;
  --darkClr: #0f1416;
  --blackClr: #000;

}

body {
  background: rgb(12 14 15);
  font-family: "Poppins", sans-serif;
}

/* .container{
    padding: 90px;
} */
.form-control {
  color: white;
  position: relative;
  background-color: #1b2022;
  /* border: 1px solid darkgrey; */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control::placeholder {
  color: darkgrey;
}

.inputIcon {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  padding-top: 5px;
  color: darkgrey;
}

.authPageWrap {
  height: 100vh;
}

.authPageWrap .loginImg {
  width: 55%;
  height: auto;
  object-fit: contain;
}

.authFormWrap {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

.authFormWrap a {
  color: var(--themeClr);
  font-size: 14px;
  text-decoration: unset;
}

.authFormWrap p {
  font-size: 14px;
}

.authFormWrap .socialicon {
  display: flex;
}

.themeBtn {
  background-color: var(--themeClr);
  width: fit-content;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3sease;
  position: relative;
}

.register-btn {
  width: 100%;
  padding: 14px;
  margin-top: 15px;
  background-color: var(--themeClr);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.register-btn:hover {
  background-color: var(--themeClr);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 44, 104, 0.3);
}

.register-btn.glow {
  animation: glow 2s infinite;
}

p {
  color: darkgrey;
}

.authPageWrap .login-heading h3 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, var(--themeclr2L), var(--themeclr2r));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;

}

.authPageWrap .login-heading h2 {
  color: var(--themeClr);
  text-align: center;
  font-size: 32px;

  font-weight: 700;
}

.authPageWrap .otp-heading h2 {
  color: var(--themeClr);


}

.authPageWrap input[type="number"]::-webkit-outer-spin-button,
.authPageWrap input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.otpInputWrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.otpInputWrap input {
  height: 40px;
  width: 50px;
  text-align: center;
}

.form-control:focus {
  color: white;
  border-color: darkgray;
  outline: 0;
  background-color: rgb(12 14 15);
  box-shadow: unset;
}

.cmsBanner {
  padding: 40px 0px;
  background-color: var(--darkClr);
}

.cmsBanner h2 {
  font-size: 50px;


}

.privacy-policy-content {
  padding: 40px 0px;


}

.privacy-policy-content h2 {
  font-size: 40px;

}

.privacy-policy-content .content p {
  color: white;
}

.outlineBtn {
  text-align: center;
  padding: 10px 20px;
  background: unset;
  color: var(--themeClr);
  border-radius: 6px;
  border: 2px solid var(--themeClr);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}


.forgotImagewrapper {
  background: var(--darkClr);
  align-content: center;
}

/* .{
  background: #ff2c68;
} */
.contactCard {
  padding: 10px;
  border-radius: 10px;
  background: black;
}

.contactCardLeft {
  background: var(--darkClr);
  border-radius: 10px;
  color: var(--themeclr2r);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.contactCardLeft .iconLink {
  display: flex;
  gap: 20px;
  align-items: center;

}

.contactCardLeft .iconLink a {
  text-decoration: none;
  color: var(--themeclr2r)
}

.contactCardRight {
  padding: 2rem;
}

a {
  color: var(--themeClr);
  text-decoration: unset;
  /* font-size: 22px; */
}

.helpSupport {
  margin: 20px 0px;
}

.contactCardLeft .iconList {
  color: var(--themeClr);
}

.contactCardRight textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3sease;
  outline: none;


}

.contactCardRight textarea:focus {
  border: 1px solid var(--themeclr2r);
}

.contactCardLeft::before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  position: absolute;
  bottom: -19%;
  right: -7%;
  background-color: var(--themeclr2r);


}

.contactCardLeft::after {
  content: "";

  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  bottom: -10%;
  left: -10%;
  opacity: .8;
  background-color: #000000;

}

.homepageBanner .pageimageWrapper {
  /* width: 100%;
  height: 500px;
  object-fit: cover; */
  width: 100%;
  height: 430px;
  object-fit: contain;
  border-radius: unset;
}

.homepageCategories {
  padding: 30px 20px;

}

.pageCommonHeading {

  font-size: 3rem;
  /* font-size: 18px !important; */
  line-height: 1.2;
  background: linear-gradient(90deg, var(--themeclr2L), var(--themeClr));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  width: fit-content;
}

.contactCardRight textarea:focus {
  border: 1px solid var(--themeclr2r);
}



.categoryCardList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 16px 24px;


}

.categoryCardItem {
  position: relative;
  border-radius: 16px;
  overflow: hidden;

}

/* .categoryCardItem::before {
  content: "";
  width: 100%;
  height: 100%;
 
  top: 0;
  left: 0;

} */

.categoryCardList .categoryName {


  padding-top: 16px;
  color: white;
  z-index: 1;

}

.categoryCardList .categoryName p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.card-img-top {
  border-radius: 16px;
  height: 228px;
  object-fit: cover;
}

.rating {
  position: absolute;
  top: 7px;
  right: 45px;
  /* display: flex; */
  gap: 5px;
  align-items: center;
  color: white;
  background: rgb(0 0 0 / 40%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;

  padding: 5px;
  font-size: 14px;
}

.addProductWrap textarea:focus {
  border: 1px solid var(--themeclr2r);
}

.addProductWrap textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3sease;
  outline: none;


}

.addProductWrap .register-btn {
  width: 20%;
  margin: 0 auto;
  padding: 14px;
  margin-top: 15px;
  background-color: var(--themeClr);
  color: white;
  border: none;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


.productimg {
  height: 100%;
  max-height: 400px;
}

.productimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ratings {

  align-items: center;
  color: white;
  background: rgb(240 233 233 / 11%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 14px;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
}

.register-btns {
  font-size: 14px;
  padding: 10px 20px;
  background-color: var(--themeClr);
  color: white;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 150px;
}

.productDetailWrap {
  display: flex;
  gap: 30px;
}

.productDetailWrap .productImgWrap,
.productDetailWrap .productRightDetails {
  flex: 1;
}

.seller-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.productImg {
  max-height: 430px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.filterSearch input {
  width: 100%;
  padding: 5px 10px;
  padding-left: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;

}

.filterIcon {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-top: 5px;
  color: darkgrey;

}

.edit {
  position: absolute;
  top: 7px;
  right: 7px;
}

.dropdownClass {
  color: white;
  background: rgb(0 0 0 / 40%);

  border-radius: 10px;

  padding: 4px 10px;
  font-size: 14px;
}

.dropdown-menu {
  background-color: var(--dark-light);
}

.dropdown-item {
  color: white;
  font-size: 16px;
}

.dropdown-content.dropleft {
  left: -70px;
  min-width: fit-content;
  top: 30px;
}

.drop {
  background: rgb(0 0 0 / 40%);
  padding: 3px 12px;
  border-radius: 10px;

}

.dropBtn {
  background: rgb(0 0 0 / 40%);
  padding: 3px 12px;
  border-radius: 10px;
  color: white;
}

.dropzone {
  border: 2px dashed white !important;
  padding: 40px;
  border-radius: 10px;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dropzone input {
  opacity: 0;
}

.pbtn {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}


.drop-img-top {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.cross {
  align-items: center;
  color: white;
  background: rgb(173 164 164 / 1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  display: inline-block;
  padding: 3px 8px;
  font-size: 14px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.sellerprofilepage {
  display: flex;
  text-align: left;

}

.sellerprofilesidebar {
  background-color: #0d0d0d;
  align-items: center;
  width: 260px;
  padding: 20px;
  flex-shrink: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: sticky;
  top: 80px;
  height: fit-content;

}

.sellercontent {
  background-color: #000;
  width: 100%;
  padding: 10px 60px;

}

.userprofile {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: center;
}

.userprofile h5 {
  font-size: 16px;
}

.userprofile p {
  font-size: 14px;
}

.profileImg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.sellermenulist {
  width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menubuttons {
  display: flex;
  gap: 10px;
  color: #ffffff;
  padding: 5px;
}

.menubuttons:hover {
  color: var(--themeclr2r);
}

.menubuttons h6 {
  font-size: 14px;
  font-weight: 400;
  color: darkgrey;
  margin-bottom: 0;
}

.menubuttons:hover h6 {
  color: var(--themeclr2r);
}

.card {
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 300px;
  color: #ffffff;
  padding: 20px 30px;
}

.card p {
  color: #ffffff;
  font-size: 14px;
}

.editBtn {
  text-align: center;
  padding: 5px 15px;
  background: unset;
  color: var(--themeClr);
  border-radius: 20px;
  font-size: 14px;
  border: 1px solid var(--themeClr);
  width: 150px;
}

.sellerSidebarLinksWrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sellerSidebarLinksWrap.SellerEditProfileTabs {
  flex-direction: row;
}

.sellerSidebarLinksWrap li .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: darkgrey;
  padding: 5px;
  box-shadow: 14px unset;
}

.sellerSidebarLinksWrap li .nav-link h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.sellerSidebarLinksWrap .nav-link.active,
.sellerSidebarLinksWrap .nav-link.active h6,
.sellerSidebarLinksWrap .nav-link:hover,
.sellerSidebarLinksWrap .nav-link:hover h6 {
  color: var(--themeClr);
  transition: all 0.2s;
  background: unset;
  box-shadow: unset;
}

.inputWrap {
  position: relative;
}

.inputWrap .inputIcon {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  padding-top: 0;
  padding-right: 0;
}

.earningsCardsWrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.earningCard {
  flex: 1;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ffffff36;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.documentDisplay {
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.documentDisplay p {
  color: white;
  margin-bottom: 0;
}

.documentDisplay span {
  cursor: pointer;
}

.documentDisplay input {
  display: none;
}

.documentDisplay label {
  margin-bottom: 0;
  font-size: unset;
  color: white;
  cursor: pointer;
}

.filterInputs {
  color-scheme: dark;
  font-size: 12px;
  width: 100%;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  font-family: 'Poppins', sans-serif;
}

.stepper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}

.step {
  color: white;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

.step span {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  display: inline-flex;
  justify-content: center;
  background-color: white;
  align-items: center;
  color: var(--themeClr);
  margin-right: 3px;
}

.step.active span {

  background-color: var(--themeClr);

  color: white;
}

.step-line {
  flex: 1;
  height: 4px;
  background-color: #ccc;
  margin: 0 8px;
}

.form-step {
  display: none;
  margin-top: 20px;
}

.form-step.active {
  display: block;
}

#becomeSellerSection {
  transition: all 0.4s ease-in-out;
}

.registerRight {
  height: fit-content;
}

.registerRight .form-container {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}

.registerRight .become-seller-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.authGrid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

.authGrid .forgotImagewrapper {
  min-height: 100vh;
}

.imageUploadWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.imageUploadWrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.imageUploadWrap label {
  width: 34px;
  height: 34px;
  background: #000;
  border: 1px solid darkgray;
  border-radius: 50%;
  color: darkgray;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imageUploadWrap label svg {
  width: 20px;
  height: 20px;
}

.imageUploadWrap input {
  display: none;
}

.orderDetailInfo {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
}

.orderProductDetail {
  display: flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
  justify-content: space-between;
}

.orderProductImg {
  height: 60px;
  width: 60px;
}

.orderProductImg img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}


.orderColor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
}

.OrderDetailRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.1); */
  padding-bottom: 2px;
}

.inputHelpText {
  line-height: 1.3;
  margin-top: 5px;
  font-weight: 200;
}

.modal-content {
  background-color: var(--darkClr);
  color: white;
}

.orderPaymentDetails {
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 20px;
}

.productOrderDetails,
.orderStatusHistory {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.totalAmountOrder {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.orderStatusFlow {
  display: flex;
  gap: 0px;
  align-items: start;
  flex-direction: column;
}

.orderStatusFlow svg {
  color: #ff2c68;

}

.orderStatusLine {
  width: 1px;
  height: 45px;
  margin-left: 20px;
  background-color: var(--themeClr);

}

.orderStatusDetail {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.orderStatusDetail h6 {
  color: var(--themeClr);
  margin-bottom: 4px !important;
}

.orderStatusDetail p {
  font-size: 14px;
}

.dropdown-item {
  font-size: 14px;
}


.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--themeClr) !important;
  background-color: transparent !important;
}

.offcanvas {
  background: var(--darkClr);
  color: #ffffff;
}

.btn-close {
  filter: invert(1);
}

.modal-backdrop.show {
  z-index: 1;
}

.offcanvas input {
  font-size: 14px;
}

.accordion-button {
  background: var(--blackClr);
  color: #ffffff;
  box-shadow: unset !important;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-item {
  border: 1px solid #444444;
}

.accordion-body {
  background: var(--blackClr);
  color: #ffffff;
}

.cartItems {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.removeBtn {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
}

.cartItems P {
  color: #ffffff;
}

.cartItems span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.pay-Btn {
  width: 20%;
  margin: 0 auto;
  padding: 14px;
  margin-top: 15px;
  background-color: var(--themeClr);
  color: white;
  border: none;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

input[type="checkbox"] {
  accent-color: var(--themeClr);
}

.checkboxs {
  top: 10px;
  left: 10px;
}

.priceHeading {
  font-size: 24px;
  line-height: 22px;
  background: linear-gradient(90deg, var(--themeclr2L), var(--themeClr));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  width: fit-content;
}

.priceHeading p {
  color: #ffffff;
}

.roundBtn {
  position: absolute;
  top: 8px;
  right: 8px;
  border: 1px solid darkgray;
  padding: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff36;
}

.DeleteBtn {
  position: absolute;
  top: 8px;
  right: 50px;
  border: 1px solid darkgray;
  padding: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff36;

}

.modalResponsive {
  max-height: 90vh;
  overflow-y: auto;
}

.deleteBtn {
  position: absolute;
  top: 8px;
  right: 50px;
  border: 1px solid darkgray;
  padding: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff36;
}

.save {
  position: absolute;
  top: 7px;
  right: 40px;
  background: rgb(0 0 0 / 40%);
  padding: 3px 6px;
  border-radius: 10px;


}

.save a {
  color: #ffffff;
}

.saveBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgb(0 0 0 / 40%);
  padding: 3px 10px;
  border-radius: 10px;
}

.saveBtn a {
  color: #ffffff;
}

.card-img-round {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}



.sellerProfile {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  flex: 1;
}

.sellerShop {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  flex: 1;
}

.card-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.homepageHeading {
  font-size: 30px;
}

.reviewCard {
  padding: 10px 10px !important;
  background-color: unset !important;
  background: unset !important;
  box-shadow: none !important;
}

.reviewCard .card-body {
  padding-bottom: 40px;
}

.ratingSec {
  padding: 0px 40px;
}

/* .reviewBorder{
  border-right: 1px solid gray;
} */
/* .rounded-circle{
    border: 5px solid  #ff2c68  !important;
  } */
.ratingSec .categoryRatings {

  padding: 0px 40px;
}

/*seller product detail  modal */
.modal-overlay {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: 60px;
  right: 86px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  user-select: none;
  /* Prevents text selection */
  outline: none;
}

.cursorPointer {
  cursor: pointer;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--blackClr);
}

.accordion-button:focus {
  box-shadow: none;
}

.leftImgwrap {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
}

.cardsection {
  padding: 20px 40px;
}

.categoryCardItem video {
  width: 100%;
}

.broadcastDeleteBtn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #8d7f8266;
  padding: 3px 12px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categoryBoldList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 60px;
  padding: 16px 24px;
}

.Blog-img-top {
  border-radius: 16px;
  height: 290px;
  object-fit: cover;
}

.addressCardWrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  /* grid-gap: 20px; */
  gap: 20px;
}

.addressCard {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.earningCard h6 {
  font-size: 14px;

}

.search-products {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  width: 210px;
  font-size: 14px;
}

.chart-container {
  background: unset;
  padding: 30px;
  border-radius: 8px;

  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 80%;
}

.chart-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.apexcharts-menu {
  background: var(--blackClr);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* .apexcharts-theme-light .apexcharts-menu-item:hover {
    background:unset;
} */
.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all;
  background: var(--blackClr);
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #000000 !important;
}

.OverviewBorder {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 30px;
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: var(--blackClr) !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: var(--blackClr) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.OverviewBorder .nav-tabs {
  border-bottom: none;
}

.CreatorImg {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.creatorCard {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 8px;
}
.apexcharts-toolbar {
   display: none !important;
}

.add-media-btn{
  position: relative;
  width: 150px;
  height: 48px;
  overflow: hidden;
}

.add-media-btn input{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;

}
.modal-body{
  max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
} 
.textPrice{
  font-size: 18px !important;
  text-decoration: line-through;
  color: #b7b7b7 !important;
}
.form-control input:read-only {
  background-color: unset !important;
  opacity: unset;
 
}
.owl-carousel .item {
  text-align: center;
}

.owl-carousel .item img,
.owl-carousel .item iframe {
  max-width: 100%;
  height: auto;
}
.homepageVideo{
   /* width: 100%; */
    height: 430px;
    /* object-fit: cover; */
    background-color: #000;
}

.navbar-toggler {
	padding: 0;
	border: 0;
	color: #fff;
  box-shadow: 0 !important;
  display: none;
}


.navbar-toggler:focus{
 box-shadow: none !important;
}
.navbar-toggler .navbar-toggler-icon {
	filter: invert(1) brightness(100);
}

.toggle {
	position: absolute;
	top: 0;
	right: -21px;
	background-color: #fff;
	color: #101010;
	padding: 10px 6px;
  display: none;
  cursor: pointer;
}

.homepageBanner .owl-carousel .owl-item img {
	object-fit: cover;
}

.homepageBanner .item .app {
	display: none;
}

.homepageBanner .owl-carousel {
  height: auto;
}

.homepageBanner .owl-carousel .owl-stage {
  display: flex;
  padding: 0 !important;
}

.homepageBanner .owl-carousel.owl-drag .owl-item {
  height: auto !important;
}
.search-bar{
  width: 205px !important;
} 
/* Responsive */

@media (max-width: 1354px) {
  .search-bar {
    width: 176px !important;
  }

  .nav-links a, .nav-links .dropbtn {
    padding: 10px 6px;
  }

  .join-now {
    padding: 10px;
  }

  .auth-buttons {
    gap: 5px;
  }

  .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    margin: unset !important;
  }

  .navbar-toggler {
    display: none;
  }
}

@media(max-width:1200px){
  .cmsBanner img {
    width: 100% !important;
    height: 100%;
  }

  .navbar-toggler {
    display: block;
  }

  .nav-links {
    display: none;
  }

  #navbarNavDropdown .nav-links {
    position: absolute;
    left: 0px;
    padding: 10px 20px;
    top: 73px;
    background: black;
    border: 1px solid black;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: unset !important;
  }

}

@media(max-width:1024px){

  .pageCommonHeading {
    font-size: 1.8rem;
  }

  .earningsCardsWrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }

  .inspire_title {
    font-size: 26px;
    line-height: 34px;
  }

  .OverviewBorder > div:first-of-type {
    flex-direction: column;
  }

  .creator_img_wrap h3 {
    font-size: 22px;
    text-align: left !important;
  }

  .creatorCard,.outlineBtn,.pbtn {
    width: 100%;
  }

  .sellercontent {
    padding: 10px 20px;
  }

  .OverviewBorder {
    width: 100% !important;
  }

  .creator_stats_wrapper > div {
    width: 100%;
  }

  .OverviewBorder .categoryCardItem {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: calc(50% - 10px) !important;
  }

  .OverviewBorder h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .OverviewBorder div:has(> h2) {
    margin-bottom: 10px !important;
  }

  .creatorCard h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .categoryCardList {
    justify-content: center !important;
  }

  .dropdown {
    margin-bottom: 14px;
  }

  .analytics .creatorCard {
    width: auto;
    margin: auto;
  }

  .cmsBanner h2 {
    font-size: 37px;
    line-height: 40px;
  }

  .container, .container-md, .container-sm {
    max-width: 100%;
  }

  .contactCardLeft h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .card p {
    margin-bottom: 10px !important;
  }

  .contactCardLeft .iconLink {
    margin-bottom: 15px !important;
    font-size: 14px;
  }

  .contactCardLeft {
    padding: 16px;
  }

  .contactCardRight {
    padding: 0;
  }

  .form-group input, .form-group select {
    font-size: 14px !important;
  }

  .contactCardLeft::before {
    bottom: -43%;
  }

  .nav-links .dropdown {
    margin: 0px !important;
  }

  .homepageCategories .container-fluid {
    padding: 0;
  }

  .pageCommonHeading{
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .left h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .left .stats-container {
    flex-direction: revert;
  }

.container-sapcing{
padding: 5px 29px;
}

  .text-style{
  padding: 1px 20px !important;
}
.hadd-style{
  padding: 1px 20px !important;
}
.input-size{
  width: 236px !important;
}
.navbarNavDropdown{
  display: none !important;
}
}

@media (max-width:814px) {
  #navbarNavDropdown .nav-links {
    flex-direction: column-reverse;
    max-height: calc(-88px + 100vh);
    overflow-y: auto;
  }
.text-style{
  padding: 1px 20px !important;
}
.navbar-toggler-icon {
  width: 1.2rem;
}
.logo-img {
  height: 30px;
}
.logotext{
  font-size: 14px !important ;
}
.nav-respostive{
  padding: 10px 10px ;
}
.auth-buttons{
  margin-top: 1px;
} 
}

@media(max-width:769px){
  .sellercontent {
    padding: 10px 20px;
  }

  
  .OverviewBorder > div {
    flex-direction: column;
  }
  
  div:has(> .creatorCard) {
    padding: 0 !important;
  }
  
  .creatorCard {
    width: 100%;
  }

  .outlineBtn {
    width: 100%;
  }

  .left .stats-container {
    flex-direction: revert;
  }


  .categoryCardItem {
    width: calc(50% - 10px) !important;
    flex-grow: 1;
  }

  .categoryCardList {
    padding: 0;
  }

  .creator_img_wrap h3 {
    font-size: 20px;
    text-align: left !important;
  }

  .inspire_title {
      font-size: 24px;
    }

  .creator_stats_wrapper {
    align-items: unset !important;
    margin-top: 20px;
  }  

  .analytics {
    margin-top: 18px;
  }
  .nav-links {
    display: none;
    order:1;
  }
  .navbar {
    flex-direction: row !important;
  }

  .sellercontent {
    width: 100%;
  }
  .toggle {
    display: block;
  }

  .sellerprofilesidebar {
    position: absolute;
    z-index: 2;
    height: 100%;
    /* transform: translateX(-100%); */
    /* transition: all .3s linear; */
    display: none;
    overflow: auto;
    overflow-x: hidden;
  }

  .sellerprofilesidebar:has(.toggle.active) {
    transform: translateX(0);
  }

  .sellercontent {
    width: 100% !important;
  }

  .address_title_wrap {
    flex-direction: column;
  }

  .address_title_wrap > div {
    margin: 0 !important;
  }

  table.dataTable {
    min-width: 1000px;
    overflow: auto;
  }

  #orderTable_wrapper {
    max-width: 100%;
    overflow: auto;
    scrollbar-width: none;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px !important;
    width: 100%;
  }

  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }

  .btn.btn-primary[type="submit"] {
    margin-top: 20px;
  }

  .earningsCardsWrap {
    grid-template-columns: repeat(2,1fr);
  }

  .table {
    min-width: 650px;
    overflow: hidden;
  }

  .table-responsive {
    overflow: auto;
    max-width: 100%;
  }

  .navbar-toggler{
    display: block;
  }

  .auth-buttons {
    order: 4;
    justify-content: flex-start !important;
  }

  .sellermenulist {
    height: 100%;
  }

  .OverviewBorder h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .creator_img_wrap h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
  
  .form-group {
    margin-bottom: 0;
  }

  .container, .container-sm {
    max-width: 100%;
  }

  .contactCardLeft::before {
    bottom: -38%;
    width: 180px;
    height: 180px;
  }

  .contactCardLeft::after {
    width: 70px;
    height: 70px;
    bottom: -10%;
    left: auto;
    right: -9px;
  }

  .contactCardRight {
    margin-top: 35px;
  }

  .card {
    padding: 15px;
  }

  .cmsBanner p {
    text-align: center;
  }
    .cmsBanner img {
    width: 65% !important;
    height: 100%;
  }

  .homepageBanner .item .web{
    display: none;
  }

  .homepageBanner .item .app{
    display: block;
  }
  .hadding-style{
    font-size: 2rem;
  }


.blog-style{
  padding: 10px 30px !important;
}

.text-style{
  padding: 1px 20px !important;
}
.hadd-style{
  padding: 1px 20px !important;
}
.respostive-btn{
  font-size: 10px;
  padding: 7px !important;
}
}

@media(max-width:575px){
  .homepageHeading {
    font-size: 20px;
  }

  .owl-carousel .owl-item img {
    background-color: #000;
    object-fit: cover;
  }

  .pageCommonHeading {
    font-size: 1.3rem !important;
    margin-bottom: 15px;
  }

  #resetPasswordQuestion div:has(.outlineBtn) {
    flex-direction: column;
  }

  .cmsBanner img {
    width: 100% !important;
    margin: auto;
    max-width: 72%;
    display: block;
  }

  .address_title_wrap .outlineBtn {
    margin-top: 10px !important;
  }

  .cmsBanner img {
    /* width: 100% !important; */
  }

  div:has(> .creatorCard) {
    flex-direction: column;
  }

  div:has(> .outlineBtn) {
    flex-direction: column;
  }

  /* .earningsCardsWrap {
    grid-template-columns: 1fr;
  } */

  .auth-buttons {
    width: auto;
    order:1; 
  }

  #pills-tabContent.tab-content > .tab-pane > div {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .forgotImagewrapper {
    padding: 40px;
    height: 40vh !important;
  }

  .authPageWrap .loginImg {
    height: 100%;
  }

  .authPageWrap .login-heading h3 {
    font-size: 1.5rem;
  }

  .authPageWrap .login-heading h2 {
    font-size: 20px;  
  }

  .authFormWrap {
    width: 100%;
    padding: 30px 20px;
  }

  .authPageWrap .row {
	margin: auto !important;
}

.footer-content {
	grid-template-columns: repeat(2,1fr);
}

.footer-section {
	width: 100%;
}

.footer-section.newsletter {
	grid-column: 1/-1;
}

.categoryCardList {
	grid-template-columns: repeat(2,1fr);
}

.card-img-top {
	aspect-ratio: 138/138;
	height: auto;
}

.cmsBanner h2 {
	font-size: 28px;
	text-align: center;
}

.privacy-policy-content h2 {
	font-size: 24px;
}

.privacy-policy-content h3 {
	padding-block: 14px;
	font-size: 20px;
}

br {
	display: none;
}

.privacy-policy-content .content p {
	font-size: 15px !important;
}

.privacy-policy-content ol li {
	font-size: 15px;
	line-height: 24px;
}

.privacy-policy-content .content {
	font-size: 15px;
	line-height: 24px;
  /* text-align: justify; */
}

.categoryCardItem {
	width: 100% !important;
}

h2 {
	font-size: 28px !important;
	line-height: 32px;
}



.sellercontent > .sellercontent {
	padding: 0 !important;
}

.form-group {
	margin-bottom: 0px;
}

.contactCardLeft::before {
	opacity: 0.3;
}

.contactCardRight .vendor-form,.contactCardRight .vendor-form .row {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

div:has(> .pageCommonHeading) {
	margin-bottom: 16px;
}

.homepageCategories {
	padding: 30px 20px 0;
}

.homepageCategories:last-of-type {
	padding-bottom: 40px;
}

.footer-section h3 {
	font-size: 13px;
  margin-bottom: 13px;
}

.footer-section li {
	margin-bottom: 5px;
}

.categoryCardList .categoryName h6 {
	font-size: 15px;
}

#Address .row, #Address .row .form-group {
	display: flex;
	gap: 15px !important;
	flex-direction: column;
	padding-inline: 0;
}

div:has(> .form-group) {
	padding-inline: 0;
}

.wrap-div {
	padding-inline: 15px !important;
}

.categoryCardItem:has(> a) {
	width: 100% !important;
}

.earningsCardsWrap {
	align-items: unset;
}

.container .container-fluid, .container .container {
	padding: 0 !important;
}

.documentDisplay p {
	overflow: auto;
	margin-right: 8px;
}

.col-md-12:has(.form-group) {
	display: flex;
	flex-direction: column;
	gap: 8px !important;
}

#pills-signUp-shopinfo .row .col-md-12:last-of-type {
	margin-bottom: 15px;
}

.categoryCardList:has(video) {
	grid-template-columns: repeat(2,1fr);
} 

.categoryCardItem video {
	width: 100%;
	height: 100px;
}

.categoryCardList:has(video) .categoryCardItem {
	padding: 5px !important;
}

.container, .container-sm {
	padding: 0;
}

.categoryCardList:has(video) .categoryCardItem h6 {
	margin: 0 !important;
	font-size: 13px;
}

.creator_stats_wrapper > div:first-of-type {
	flex-direction: row;
}

.sellercontent div:has(> h2) {
	margin-bottom: 0px !important;
}

.categoryCardList .categoryName p {
	font-size: 15px !important;
}

.sellercontent .homepageCategories {
	padding-inline: 0;
} 

.earningsCardsWrap li h4 {
	font-size: 14px;
}

.creatorCard h5 {
	font-size: 14px;
	line-height: 18px;
}

.categoryCardList.media {
	grid-template-columns: repeat(2,1fr);
	display: grid !important;
}

.categoryCardList.media {
	margin-top: 35px;
}

.row.broadcast video {
	height: auto;
}

.row.broadcast {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 12px;
}

.broadcast-item {
	padding: 0;
}

div:has(> .broadcast) {
	padding: 0 !important;
}

.privacy-policy-content {
	padding: 40px 20px;
}

.vendor-form div:has(> .form-group) {
	padding-inline: 15px !important;
}

.helpSupport {
	padding-inline: 20px;
}

.registerRight .form-container form > div {
  flex-direction: column    ;
  align-items: flex-start !important;
}

  .left h1 {
	font-size: 26px;
	line-height: 32px;
}

.left .stats-container {
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.stat-number {
	font-size: 31px;
}

.subtitle {
	font-size: 16px;
}

.OverviewBorder .categoryCardItem:has(> a) {
	width: 100% !important;
}

.owl-carousel .owl-item img, .owl-carousel .owl-item video {
	height: 210 !important;
  aspect-ratio: 336/210 !important;
}
  .hadding-style{
    font-size: 1.5rem;
  }
  .hadding2-style{
    font-size: 23px !important;
  }
.text-style{
  text-align: start !important;
  padding: 1px 10px !important;
}
.text-style h1{
  font-size: 22px !important;
  /* text-align: center; */
}
.text-style h2{
  font-size: 25px !important;
  /* text-align: center; */
}

  .con-style{
    padding: 10px 8px !important;
  }

.blog-style{
  padding: 1px 25px !important;
}

}

.broadcast-item {
	border: 1px solid #fff;
	border-radius: 13px;
	overflow: hidden;
}

@media(Max-width:581px){
.card-style{
  width: 95%;
}
.card img{
  height: 44px !important;
  width: 44px !important;
}
.logo{
  gap: 5px !important;
}
.logotext{
  font-size: 12px !important ;
}

}
  @media(Max-width:381px){
    .navbar-toggler-icon {
  width: 1.1rem;
}
.logo-img {
  height: 27px;
}
.logotext{
  font-size: 8px !important ;
}
.respostive-btn{
    font-size: 8px !important;
    padding: 6px 5px !important;
    font-weight: bold;
}
.login-btn{
  font-size: 10px !important;
  margin-top: 5px;
}
  }


/* Responsive */