.dashboard_img {

  background: url(../images/dashboard_banner.png) 0 58% no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 647px;
  width: 91%;
  margin: 135px auto;
}

.dash_come {
  text-align: center !important;
  margin-top: -51px;
  font-size: 21px;
}

.dashboard_head {
  font-weight: 400;
}

.dashboard_para {
  text-align: justify !important;
  font-size: 22px;
  margin-top: 36px;
  padding-left: 60px;
  padding-right: 60px;
  color: #b3b3b3;
  line-height: 2;
}

.prdoduct_store {
  box-shadow: -1px -1px 16px 5px rgb(205 203 203 / 7%);
  text-align: center;
  padding: 12px 2px;
  transition: all 0.5s ease-in-out;
  margin-right: 17px;
  height: 100%;
}

.prdoduct_store:hover {
  background: black;
  transform: scale(1.02);
  /* zoom */
}

.prdoduct_store img {
  width: 49px;
  margin-bottom: 19px;
  transition: all 0.5s ease-in-out;
}

.prdoduct_store:hover img {
  filter: brightness(0) invert(1);

}

.prdoduct_store p {
  transition: all 0.5s ease-in-out;
}

.prdoduct_store:hover p {
  color: white;
}

.dash_btns .dash_lo {
  background: #f5f5f5;
  font-weight: 400;
  text-transform: capitalize;
  padding: 6px 20px;
  border-radius: 50px;
  display: inline-block;
  width: 119px;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.dash_btns .dash_lo:hover {
  background: white;
  color: black;
}

.q_code::after {

  top: 7% !important;
  left: -30px !important;

}

.promo-carousel .item {
  position: relative;
  height: 406px;
  /* Full screen height */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 0 10px;
}

.slide-content {
  display: grid;
  justify-content: end;
  padding: 37px 0;
}


.sub-heading {
  font-size: 14px;
  letter-spacing: 7px;
  text-decoration: underline;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 400;
  display: flex;
}

.main-heading {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
  display: flex;
}

.desc {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;

}

.promo-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 10px;
  padding: 4px 20px;
  border-radius: 30px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.promo-btn:hover{
      background-color: #e1dfdf;
    color: black;
    transform: scale(1.1);
}

.promo_shadow{
  position: relative;
}
.promo_shadow::after{
      top: 7%;
    left: -30px;
    border: 11px solid black;
}

.dash-carousel .owl-nav {
  position: absolute;
  bottom: 32px;
  right: 30px;
}

.dash-carousel .owl-nav button {
  border-radius: 50% !important;
  width: 25px !important;
  height: 25px !important;
  border: 2px solid white !important;

}

.dash-carousel .owl-nav button i {
  color: #fff;
  font-size: 14px;
}

.dash-carousel .owl-prev {
  left: -43px;
  opacity: 1;
}

.dash-carousel .owl-next {
  right: -23px;
  opacity: 1;
}

.profile_boxes ul{
  list-style: none;
}

.profile_boxes ul li {
    display: flex;
    text-align: justify;
    font-size: 13px;
    margin-bottom: 27px;
}

.profile_boxes strong {
    min-width: 170px;
    display: inline-block;
        font-weight: 400;
}

.prdoduct_store:hover ul {
    color: white;
}

.prdoduct_store a:hover{
  color: unset !important;
}


@media(max-width:991px){
  .dash-carousel{
    margin-bottom:3rem;
  }
  .prdoduct_store{
    margin-right: 0;
  }
  .profile_boxes ul{
    padding-left:7px;
  }
}

@media (max-width: 767px) {
  .dashboard_con{
    max-width: 100% !important;
  }
}

@media(max-width:500px){
  .dashboard_para{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media(max-width:410px){
        .profile_boxes ul li{
          display: block;
          text-align: center;
        }

        .profile_boxes strong{
          display: block;
        }
}



/*all products css  */

.tabs_products .tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 20px;
  position: relative;
}




.tabs_products .tab {
  padding: 10px 0px;
  border-radius: 25px;
  background: #ffffff;
  color: #000;
  width: 139px;
  text-align: center;
  font-size: 14px;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 4%);
}

.tabs_products .tab.active {
  background: #000;
  color: #fff;
  font-weight: 600;
}

.tabs_products .tab:hover:not(.active) {
  background: #e0e0e0;
}

.tabs_products .tab-content {
  display: none;
  /* text-align: center; */
  padding: 20px;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
}

.tabs_products .tab-content.active {
  display: block;
}

.tabs_products .tab::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 42%;
  left: 79%;
  border: 11px solid #d4d4d4;
  width: 35px;
  height: 26px;
  border-radius: 50%;
}

.products_tab_rows {
  justify-content: space-between;
  row-gap: 30px;
}


.product_total p {
  font-weight: 500;
  font-size: 16px;
}

.products_icons {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.products_all_icons {
  box-shadow: 0 0 5px 2px rgb(237 236 236 / 33%);
  width: 40px;
  height: 40px;
  background: white;
  text-align: center;
  border-radius: 50px;
  padding: 6px 3px;
  cursor:pointer;
  transition: all 0.5s ease-in-out;
}

.products_all_icons:hover {
  background-color: black;
  transform: scale(1.1);
}

.products_all_icons:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.products_icons img {
  width: 18px;
}

.countSelect {
  margin-bottom: 0;
  padding: 0;
  background: none;
  text-align: center;
  border: none;
  font-weight: 900;
  box-shadow: 0 0 5px 2px rgb(237 236 236 / 33%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50px;
  padding: 7px 3px;
}

.countSelect:hover {
  color: white;
  background: black;
}



.search-container {


  border-radius: 50px;
  padding: 4px 3px;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;

  transition: width 0.3s ease-in-out;
  overflow: hidden;
  background: white;
}

.search-container.expanded {
  
  box-shadow: 0 0 5px 2px rgba(237, 236, 236, 0.58);
}

.search-container input {
  flex: 1;
  padding: 6px;
  background: none;
  margin-bottom: 0;
  border: none;
  outline: none;
  display: none;
  font-size: 14px;
}

.search-container.expanded input {
  display: block;
}

.products_all_icons.active {
  background-color: black;

}

/* Agar aap image use kar rahe ho inside */
.products_all_icons.active img {
  filter: brightness(0) invert(1);
  /* make image white-ish */
}

/* .search-container img:hover{
  background-color: black;
    filter: brightness(0) invert(1);
} */


.scroll-container{
      /* allow horizontal scroll when needed */
   
  max-width: 100%;      /* responsive */
  position: relative;   /* optional: useful if positioning scroller inside */
  
  scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.table-containerr::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional */
}

.product-table{
    width: 100%;
    width: max-content;
        
    min-width: 100%;
}

.product-table thead {
  background: #eee;
}

.product-table th,
.product-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

/* Custom Radio Button (Span) */
.custom-radio {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid black;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.custom-radio.active::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
}

.custom-radio.disabled {
  opacity: 0.5;
  pointer-events: none;
}


/* Action icons */
.action-icons i {
  margin: 0 8px;
  cursor: pointer;
  font-size: 14px;
  color: black;
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: right;
  gap: 12px;
  font-size: 14px;
  margin-top: 20px;
}

.pagination span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #333;
  font-weight: 500;
  transition: all 0.5s ease-in-out
}

.pagination span:hover {
  background: black;
  color: white;
}

.pagination span.active {
  background: black;
  color: white;
}

.scrollerbox_base {
  border-bottom: 2px solid black;
  position: relative;

  
  /* height: 20px; */
  /* margin-top: 10px; */
  /* overflow: hidden; */
}

/* Scrollbar Handle */
.scrollerbox_x {
  position: absolute;

  border: 7px solid black;
  top: -7px;
  width: 54px;
  left: 0;
  border-radius: 44px;
  background: black;
  cursor: pointer;

}

.pagination .arrow {
  border: 1px solid #ccc;
}

.product_white {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product_form {
  padding: 0px 6px;
}

.product_form .form-group {
  padding-bottom: 34px !important;
}

.register_dropdown .products-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
}

.register_dropdown .products-content div {
  padding: 10px;
  cursor: pointer;
}

.register_dropdown .products-content div:hover {
  background-color: #f0f0f0;
}

.register_dropdown .dropdown.show .products-content {
  display: block;
}

.products-content.show {
  display: block;
}

.register_dropdown .products-subcontent {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1;
  max-height: 150px;
  overflow-y: auto;
}

.register_dropdown .products-subcontent div {
  padding: 10px;
  cursor: pointer;
}

.register_dropdown .products-subcontent div:hover {
  background-color: #f0f0f0;
}

.register_dropdown .dropdown.show .products-subcontent {
  display: block;
}

.products-subcontent.show {
  display: block;
}

/* Tag styles */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
      justify-content: center;
  margin-top: -27px;
  margin-bottom: 35px;
}

.tag {
  background: #e0e0e0;
  padding: 5px 1px;
  width: 103px;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 9px;
}

.tag span {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
}

.card .card-content {
  padding: 11px 11px;
  border-radius: 0 0 2px 2px;
}

.price_show {
  background: #e0e0e0;
  padding: 5px 5px;
}

.price_show label {
  position: unset;
}

.product_form .attri {
  padding-bottom: 18px !important;
}



input[type="file"] {
  opacity: 0;
}


.upload_cover {
  position: absolute !important;
  border-bottom: 3px solid #bbb8b8;
  width: 100% !important;
  top: -2px !important;
  color: #999 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 9px 0 !important;
}

.preview img {
  width: 163px !important;
  margin: auto !important;
  height: 163px !important;
  display: flex !important;
  text-align: center !important;
  border-radius: 9px !important;
  border: 3px solid black !important;
}
.preview_more{
    display:flex;
    flex-wrap:wrap;
}
.preview_more img {
  width: 163px !important;
  margin: auto !important;
  height: 163px !important;
  display: flex !important;
  text-align: center !important;
  border-radius: 9px !important;
  border: 3px solid black !important;
}

.all_white {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-right: 28px;
}

.button_pro {
  gap: 30px;
  flex-wrap: wrap;
}

.button_pro a button {
  width: 100%;
  margin-right: 129px;
  font-weight: 700;
  font-size: 15px;
  padding: 17px;
  transition: all 0.5s ease-in-out;
}

.button_pro a button:hover {
  background: black;
  color: white;
  transform: scale(1.1);
}

@media(max-width:1226px) {

  .mediaui label,
  .mediaui input::placeholder {
    font-size: 10px;
  }
}

@media(max-width:991px) {

  .mediaui label,
  .mediaui input::placeholder {
    font-size: 14px;
  }
}

  @media (max-width:656px) {
    .tabs_products .tab-content {
      padding: 0;
    }

    .all_white {
      margin-right: 0;
    }

    .product_new {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }

    .domain_con h3 {
      font-size: 10px;
    }
  }


.allp_img {
  background: url(/images/product_bann.png) 0 58% no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 647px;
  width: 91%;
  margin: 135px auto;
}



.action-icons {
  display: flex;
  gap: 10px;
      justify-content: center;
}

.products_all_icons:hover i {

  color: white;
}

.info_white {
  width: 40%;
  margin: auto;
}

.info_white .product_form {
  padding: 0px 58px;
}

@media(max-width:991px) {
  .info_white {
    width: 73% !important;
    margin: auto;
  }
}

@media(max-width:767px) {
  .info_white {
    width: 100% !important;
    margin: auto;
  }

  .info_white .product_form {
    padding: 0px 13px;
  }
}

.products_all_icons {
  z-index: 1;
  /* ये ऊपर रहेगा */
  position: relative;
}

.shadow_wrap {
  position: relative;
  display: inline-block;
}

.shadow_wrap::after {
  content: '';
  position: absolute;
  top: 70%;
  left: 71%;
  width: 38px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.add_two_icons{
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 8px;
    left: 88%;
}

.all_iconsf {
  width: 27px;
  height: 27px;

  padding: 0px;
}



@media(max-width:395px){
.boxes_label{
  font-size: 9px !important;
}
}

.white_info {
    width: 69%;
    margin: auto;
}
.toggle-label{
      display: flex;
    justify-content: center;
}
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
  margin-right: 10px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid black;
  transition: .4s;
  border-radius: 34px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 0px;
  bottom: 0px;
  background-color: black;
  transition: .4s;
  border-radius: 50%;
}

/* .switch input:checked + .slider {
  background-color: black;
} */

.switch input:checked + .slider:before {
  transform: translateX(21px);
}

.label-text {
  font-size: 18px;
  color: #666;
  font-weight: 400;
}

.label-text .inr {
  font-family: sans-serif;
}

@media(max-width:400px){
    .dash_come {
    
    font-size: 14px;
}
}

.scroll-container {
  position: relative;
  width: 100%;
 
 
}

.scroll-content {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.wide-content {
  width: 100%; /* Forces horizontal scroll */
  border-collapse: collapse;
  font-size: 16px;
 
}

thead {
  background-color: #f2f2f2;
  text-align: center;
  
}

th, td {
     padding: 12px 10px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

tr:hover {
  background-color: #f9f9f9;
}

/* Custom scrollbar track */
.custom-scrollbar {
  position: relative;
  left: 0;
  height: 2px;
  width: 100%;
  background: black;
  z-index: 1;
}

/* Custom thumb */
.custom-thumb {
  position: absolute;
  height: 15px;
  width: 60px;
  background: black;
  border-radius: 50px;
  top: -7px;
  left: 0;
  cursor: pointer;
  z-index: 2;
}


     .tags-container {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            margin-top: 10px;
            justify-content: center;
        }

       .tags-container .tag {
            background-color: #e0e0e0;
            color: #333;
            padding: 5px 10px;
            border-radius: 20px;
            display: flex;
            font-size: 11px;
            width: unset;
            align-items: center;
           
        }

       .tags-container .tag .close {
            margin-left: 8px;
            cursor: pointer;
            font-weight: bold;
            color: #555;
        }

       .tags-container .tag .tag-text {
            cursor: pointer;
        }

       .tags-container .form-group {
            margin: 30px auto;
            max-width: 500px;
            text-align: center;
        }

      .tags-container  input.form-control {
            width: 100%;
            max-width: 400px;
            margin: auto;
            display: block;
        }
        
    
       .custom-scroll{
            display:none !important;
        }
        
        @media(max-width:900px){
              .custom-scroll{
            display:block !important;
        }
        }
        
    .main-vatiant{
        position:relative;
    }    
    .vatiant_btn{
            padding: 2px 7px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    background: none;
    color: #999;
    border-bottom: 3px solid #bbb8b8;
    }    
    
    #addVariantBtn{
        margin: 7px auto;
        background: #bfbfbf;
        border: none;
        border-radius: 50px;
    }

 
   .variant-item {
  display: inline-flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
}

.variant-item .remove-variant {
  margin-left: 10px;
  color: red;
  cursor: pointer;
  font-weight: bold;
}

 .custom-field-item {
    background: #f1f1f1;
    padding: 6px 12px;
    margin: 5px 0;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .custom-field-item .remove-btn {
    color: red;
    cursor: pointer;
    font-weight: bold;
    margin-left: 10px;
  }
  
  #taxList{
          border: 3px solid #ccc;
          padding: 6px 8px;
  }
