.cp {
  cursor: pointer;
}
.mt-2 {
  margin-top: 2px;
}
.mt-8 {
  margin-top: 8px;
}
.ms-12 {
  margin-left: 12px;
}
.mb-4 {
  margin-bottom: 4px;
}
.text-gray {
  color: rgba(105, 102, 102, 0.589);
}
.p5 {
  padding: 5px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.product-media-selector {
  min-height: 250px;
  overflow: auto;
}

.product-media-selector .item-selection {
  display: flex;
  border: 2px solid rgba(175, 174, 174, 0.986);
  border-style: dashed;
  border-radius: 10px;
  padding: 8px;
  background-color: rgba(247, 240, 240, 0.781);
}
.product-media-selector .item-selection .uploader {
  padding: 8px 20px;
  color: rgba(184, 179, 179, 0.781);
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 0px;
}
.h-220 {
  min-height: 220px !important;
}
.h-180 {
  min-height: 180px !important;
}
.me-2 {
  margin-right: 2px;
}
.inline-overflow {
  display: flex;
  flex-direction: row;
  overflow: auto;
  flex-wrap: nowrap;
}
.responsive-embed-video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.responsive-embed-video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.p-4 {
  padding: 4px !important;
}
.w-200-pc {
  width: 200%;
}
.f-20 {
  font-size: 20px !important;
}
.f-19 {
  font-size: 19px !important;
}
.f-12 {
  font-size: 12px !important;
}
.f-14 {
  font-size: 14px !important;
}
.f-16 {
  font-size: 16px !important;
}
.f-17 {
  font-size: 17px !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.fw-4 {
  font-weight: 400 !important;
}
.fw-5 {
  font-weight: 500 !important;
}
.op-6 {
  opacity: 0.6;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.input-suggester {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 5px;
  background-color: whitesmoke;
  max-height: 180px;
  overflow: auto;
  z-index: 999999;
}
.input-suggester .each {
  cursor: pointer;
  padding: 8px 2px;
  background-color: transparent;
  color: rgb(100 109 109);
}
.input-suggester .each:hover {
  background-color: rgb(218, 214, 214);
  color: rgb(94, 93, 92);
}
.disappeared-input {
  width: 100%;
  padding: 4px 0px;
  border: 0px;
}
.mask-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 4px;
}
.suggestion-tablet-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.suggestion-tablet {
  display: flex;
  flex-direction: row;
  width: fit-content;
  padding: 4px;
  margin: 2px;
  padding: 5px;
  margin: 4px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 0px 6px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 0px 6px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 0px 6px -1px rgba(0, 0, 0, 0.75);
}
.suggestion-tablet .content {
  font-size: 15px !important;
}
.suggestion-tablet .close {
  font-size: 12px !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
html {
  scroll-behavior: smooth;
}
.media_view_media {
  border: 2px solid rgba(175, 174, 174, 0.986);
  border-style: dashed;
  border-radius: 10px;
  padding: 5px;
}
.media_view_media img,
.media_view_media video {
  border-radius: 6px;
}
.f-16 {
  font-size: 16 px !important;
}
.status-element {
  color: whitesmoke;
  opacity: 0.8;
  padding: 6px;
  border-radius: 10px;
  font-size: 10px;
}
.variant_all_path a {
  width: 100%;
  display: block;
  text-decoration: none;
}
.variant_all_path .media_view_media {
  max-width: 60px;
}
.variant_all_path tr.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.pd-l-50 {
  padding-left: 50px;
}
.sticky-right {
  right: 0;
  position: -webkit-sticky;
  position: sticky;
}
.sticky-action-col {
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  padding-left: 5px;
  background-color: white;
  border: 0px !important;
}
.sticky-table-header {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  z-index: 9;
}
.var-cont-comb .table-responsive {
  max-height: 400px;
}
.better-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.better-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(155, 152, 152);
  border-radius: 5px;
}
.var-cont-comb input[type="text"],
.var-cont-comb input[type="number"] {
  min-width: 100px;
}
.all-variants-path-container {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 4px;
}
.all-variants-path-container::-webkit-scrollbar {
  width: 10px;
}
.all-variants-path-container::-webkit-scrollbar-track {
  border: solid 3px transparent;
}
.all-variants-path-container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px 10px rgba(170, 168, 168, 0.74);
  border: solid 3px transparent;
  border-radius: 5px;
}

/* 
   *Inventory css 
   This is Inventory page css 
*/
#inventory-continer .inv-action-button {
  margin-right: 7px;
}
#inventory-continer .inv-action-button button {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #005779;
  background-color: rgb(237 237 237 / 80%);
}
#inventory-continer .inv-action-button .inv-btn-add {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
#inventory-continer .inp-action-sub button {
  border: 1px solid rgb(86 85 85 / 80%);
}
#inventory-continer .inv-action-button .inv-btn-set {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
#inventory-continer .inv-action-button .inv_btn_active {
  /* background-color: rgb(86 85 85 / 80%); */
  background-color: rgb(0 87 121);
  color: #ffffff;
}
#inventory-continer .modal-body .inp-action {
  border-bottom: 1px solid #cccccc;
}
#inventory-continer .modal-body .inp-product-update-p {
  display: none;
}
.productcontainer .inp-media-image,
#inventory-continer .keywordsearchresulta .inp-media-image {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 4px;
  width: 20%;
}
.productcontainer .proudct_title_table,
#inventory-continer .keywordsearchresulta .proudct_title_table {
  width: 90%;
  text-align: justify;
}
.productcontainer div .inp-media-image img,
#inventory-continer .keywordsearchresulta div img {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-63%, -50%);
}
#inventory-variants .dropdown #dropdownMenuButton {
  border: 1px solid #cccccc;
}
#inventory-variants .inv-field-varient .d-flex div {
  width: auto;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 3px 6px;
  margin: 3px;
  cursor: pointer;
  font-size: 12px;
}
#inventory-variants .inv-spreadsheet-columns,
#inventory-variants .inv-spreadsheet-title {
  background-color: #f1f1f185;
}
#inventory-variants .inv-spreadsheet {
  max-width: 100%;
  overflow-x: auto;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-column {
  padding: 5px;
  border-right: 1px solid #cccccc;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}
#inventory-variants .inp-media-image {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 4px;
}
#inventory-variants .inp-media-image svg,
#inventory-variants .inp-media-image img,
#inventory-variants .inp-media-image video,
#inventory-variants .inp-media-image audio,
#inventory-variants .inp-media-image iframe,
#inventory-variants .inp-media-image audio {
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-63%, -50%);
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-columns,
#inventory-variants .inv-spreadsheet .inv-spreadsheet-rows {
  border-bottom: 1px solid #cccccc;
  width: fit-content;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-title {
  width: 300px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-price {
  width: 150px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-cprice {
  width: 150px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-cpi {
  width: 150px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-chargetax {
  width: 150px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-weight {
  width: 153px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-barcode {
  width: 160px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-outofstock {
  width: 144px;
}
#inventory-variants .inv-spreadsheet .inv-spreadsheet-sku {
  width: 150px;
}
.inp-spreadsheet-inputs {
  padding: 2px;
}
.inp-spreadsheet-inputs input {
  border: none;
  width: 100%;
}
.inp-spreadsheet-inputs select {
  border: none;
}
.inp-spreadsheet-inputs .inp-input-first {
  text-align: center;
  color: #a3a1a1;
}
#inventory-variants .inv-spreadsheet .inp-spreadsheet-rows-focus {
  border: 2px solid #ffffff;
  padding: 6px 2px;
  height: 100%;
}
#inventory-variants .inv-spreadsheet .inp-spreadsheet-rows-active {
  border: 2px solid blue;
}
.inp-spreadsheet-inputs .inp-input-second .inv-right {
  text-align: right;
}
.inv-spreadsheet-weight .inp-spreadsheet-inputs .inv-left {
  text-align: left;
}

#inventory-variants .inv-spreadsheet .inv-spreadsheet-title div:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inventory-variants
  .inv-spreadsheet
  .inv-spreadsheet-rows
  .inv-spreadsheet-title {
  padding: 5px;
}

#inventory-variants .inv-spreadsheet .inv-spreadsheet-row {
  border-right: 1px solid #cccccc;
  font-size: 13px;
}
#inventory-variants .inv-speardsheet-last {
  flex: auto;
  text-align: left;
}

#inventory-variants .inv-field-varient .d-flex div:hover {
  background-color: #f5f1f1;
}
#inventory-variants .inv-field-varient .inv-background-change {
  background-color: #f5f1f1;
}
#inventory-variants .inp-fields-save button {
  border: 1px solid #cccccc;
}

#inventory-continer .inp-product-list {

  font-size: 13px !important;
  max-height: 400px;
  overflow: auto;
}
#inventory-continer .inp-product-list .inp-product-update-p {
  background-color: rgb(233 233 233);
  margin-bottom: 3px;
}
#inventory-continer .inp-product-list .inp-media-image {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 4px;
}

#inventory-continer .inv-action-button button:active,
#inventory-continer .btn-group-actions button:active {
  outline: none;
}
#inventory-continer .btn-group-actions button:hover {
  background-color: #dad6d6;
}
#inventory-continer .inv-action-button button:focus,
#inventory-continer .btn-group-actions button:focus {
  outline: none;
  box-shadow: 0 0;
}
#inventory-continer .btn-group-actions .dropdown-menu li {
  cursor: pointer;
  padding: 8px 11px;
}

#inventory-continer .btn-group-actions .dropdown-menu {
  width: 300px;
}

#inventory-continer .btn-group-actions .dropdown-menu li {
  cursor: pointer;
  padding: 4px 11px;
}
#inventory-continer .btn-group-actions .dropdown-menu li:hover {
  background-color: #cccccc;
}
#inventory-continer .inv-action-input input {
  width: 100px;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#inventory-continer .btn-group-actions button {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 5px 13px;
}

#inventory-continer .btn-group-actions .inv-btn-selecct {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  display: flex;
  align-items: center;
  font-size: 1em;
}
#inventory-continer .btn-group-actions .inv-btn-selecct label {
  margin-bottom: 0;
}
#inventory-continer table tbody .trbackgroudcolor {
  background-color: #e7edf370 !important;
}
#inventory-continer .btn-group-actions .inv-btn-action {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}
#inventory-continer .btn-group-actions .inv-btn-edit-varient {
  border-radius: 0px;
}

#inventory-continer .inv-update {
  background-color: #fb810491;
  display: inline-block;
  padding: 0px 5px;
}
#sf-sfsnackbar {
  background-color: #fb810491;
  display: inline-block;
  padding: 0px 5px;
}
#sf-sfsnackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff !important;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#sf-sfsnackbar.show {
  visibility: visible;
  -webkit-animation: sfsnakfadein 0.5s, sfsnakfadeout 0.5s 2.5s;
  animation: sfsnakfadein 0.5s, sfsnakfadeout 0.5s 2.5s;
}

@-webkit-keyframes sfsnakfadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes sfsnakfadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes sfsnakfadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes sfsnakfadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
#inventory-continer .sf-inv-custom-check input {
  display: none;
}

#inventory-continer .sf-inv-custom-check label {
  position: relative;
  padding-left: 6px;
  margin-bottom: 15px;
  display: inline-block;
}
#inventory-continer
  .btn-group-actions
  .inv-btn-selecct
  .sf-inv-custom-check
  label {
  padding-left: 30px !important;
}

#inventory-continer .sf-inv-custom-check label:before,
#inventory-continer .sf-inv-custom-check label:after {
  content: "";
  position: absolute;
}

#inventory-continer .sf-inv-custom-check label:before {
  width: 18px;
  height: 18px;
  border: 2px solid #3642ff;
  top: 0;
  left: -5px;
  border-radius: 4px;
}

#inventory-continer .sf-inv-custom-check label:after {
  width: 0px;
  height: 0px;
  transition: width 0.2s;
  top: 6px;
  left: 4px;
  transform: rotate(-45deg);
}

#inventory-continer .sf-inv-custom-check input:checked + label:after {
  border: 1px solid #0047ff;
  border-width: 0 0 3px 3px;
  height: 5px;
  width: 10px;
  left: -1px;
}
/* width */
.cart-dscroll::-webkit-scrollbar {
  width: 15px;
}

/* Track */
.cart-dscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  background-color: #9cc2ff36;
}

/* Handle */
.cart-dscroll::-webkit-scrollbar-thumb {
  background: #01aef0;
}

/* Handle on hover */
.cart-dscroll::-webkit-scrollbar-thumb:hover {
  background: #01aef0;
}
/* 
   *Inventory css end  
*/

/* Custom Checkbox and Radio Button for filters review */
.sf-filters-custom .sf-filters-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* Custom Checkbox and Radio Button for filters review */
.sf-filters-custom .sf-filters-list [type="checkbox"],
.sf-filters-custom .sf-filters-list [type="radio"] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px;
}
.sf-filters-custom .sf-filters-list label {
  margin-bottom: 0;
  font-size: 14px;
}

.sf-filters-custom .sf-filters-list input:focus {
  border: 1px solid black;
}

.sf-filters-custom .sf-filters-list input:not(:focus):invalid {
  border: 1px solid red;
  outline: none;
}

.sf-filters-custom .sf-filters-list input:not(:focus):valid {
  border: 1px solid green;
}

.sf-filters-custom ul {
  list-style: none;
  padding: 11px 5px;
}

.sf-filters-custom .sf-filters-list label {
  cursor: pointer;
  display: inline-block;
}
/* Radio and checkbbox Box */

.sf-filters-custom .sf-filters-box {
  margin-right: 5px;
}
.sf-filters-custom .sf-filters-box [type="checkbox"],
.sf-filters-custom .sf-filters-box [type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sf-filters-custom .sf-filters-box label {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 5px 9px;
  font-weight: 500;
  color: #807777;
  font-size: 17px;
  text-align: center;
  min-width: 50px;
}
.sf-filters-custom .sf-filters-box [type="checkbox"]:hover + label,
.sf-filters-custom .sf-filters-box [type="radio"]:hover + label {
  background-color: black;
  color: white;
}

.sf-filters-custom .sf-filters-box [type="checkbox"]:checked + label {
  background-color: black;
  color: white;
}
.sf-filters-custom .sf-filters-box [type="radio"]:checked + label {
  background-color: black;
  color: white;
}

.sf-filters-custom .sf-filters-box [type="radio"]:checked:active + label,
.sf-filters-custom .sf-filters-box [type="radio"]:checked:focus + label {
  -webkit-animation: none;
  animation: none;
  filter: none;
  transition: none;
}
.sf-filters-custom .sf-filters-box [type="radio"]:checked + label {
  -webkit-animation: none;
  animation: none;
  background-color: #000000;
  color: #fff;
}
.sf-filters-custom .sf-filters-box .fa-star {
  color: #cccccc;
}
.sf-filters-custom .sf-filters-box .sf-star-checked {
  color: orange !important;
}

/*  */
.sf-filters-custom .sf-filters-checkbox {
  margin-right: 5px;
}
.sf-filters-custom .sf-filters-checkbox [type="checkbox"],
.sf-filters-custom .sf-filters-checkbox [type="radio"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.sf-filters-custom .sf-filters-checkbox label {
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  color: #807777;
  font-size: 17px;
  text-align: center;
  min-width: 50px;
}

.sf-filters-custom .sf-filters-checkbox [type="radio"]:checked:active + label,
.sf-filters-custom .sf-filters-checkbox [type="radio"]:checked:focus + label {
  -webkit-animation: none;
  animation: none;
  filter: none;
  transition: none;
}
.sf-filters-custom .sf-filters-checkbox .fa-star {
  color: #cccccc;
}
.sf-filters-custom .sf-filters-checkbox .sf-star-checked {
  color: orange !important;
}

.sf-filters-manual-values .d-flex div {
  border: 1px solid #cccccc;
  padding: 1px 6px;
  min-width: 32px;
  text-align: left;
  border-radius: 4px;
  color: #282626;
  transition: 0.6s;
}
.sf-filters-manual-values .d-flex div i:hover {
  color: red;
}
#filters-continer #exampleModal .modal-body {
  max-height: 500px;
  min-height: 300px;
  overflow: auto;
}
/* Radio Box End */
/* Custome checkbox and radio button end */

/* Custom toggle switch */
.sf-md-switch-input {
  display: none;
}
.sf-md-switch-label {
  position: relative;
  cursor: pointer;
  margin: 0;
}
.sf-md-switch-label-rail {
  transition: all 0.4s cubic-bezier(0.55, -0.69, 0.33, 1.38);
  position: absolute;
  width: 27px;
  height: 10px;
  background: #909799bf;
  border-radius: 10rem;
}
.sf-md-switch-label-rail-slider {
  transition: all 0.4s;
  position: absolute;
  top: -3px;
  left: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0c4bd7;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.1),
    0 3px 5px -4px rgba(0, 0, 0, 0.175);
}
.sf-md-switch
  .sf-md-switch-input:checked
  + .sf-md-switch-label
  .sf-md-switch-label-rail {
  transition: all 0.4s;
  background: #2f0dedc9;
}
.sf-md-switch
  .sf-md-switch-input:checked
  + .sf-md-switch-label
  .sf-md-switch-label-rail
  .sf-md-switch-label-rail-slider {
  transition: all 0.4s;
  transform: translateX(15px);
}
/* Custom toggle switch */

/* Star rating */
#filters-continer .jb-star-rating {
  background-image: url(../img/star.png);
  display: inline-block;
  height: 16px;
  width: 80px;
  background-position-x: -80px;
  background-position-y: -48px;
}
#filters-continer .jb-star-rating-5 {
  background-position-x: 0;
  background-position: calc(161px) 145px;
}
#filters-continer .jb-star-rating-4 {
  background-position-x: 0;
  background-position: calc(144px) -112px;
}
#filters-continer .jb-star-rating-3 {
  background-position-x: 0;
  background-position: calc(127px) -112px;
}
#filters-continer .jb-star-rating-2 {
  background-position-x: 0;
  background-position: calc(113px) -112px;
}
#filters-continer1 #exTab2 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}
#filters-continer1 #exTab2 li a {
  display: block;
  border-right: 1px solid #ccc;
}
#filters-continer1 #exTab2 li a.active {
  background-color: blue;
  color: #fff;
}

#filters-continer1 #exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#filters-continer1 #exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#filters-continer1 #exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#filters-continer1 #exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#filters-continer .jb-star-rating-1 {
  background-position-x: 0;
  background-position: calc(96px) -112px;
}
#filters-continer .sf-filters-custom .fa-star {
  color: #cccccc;
}
#filters-continer .sf-error {
  color: red;
}
#filters-continer .sf-star-checked {
  color: orange !important;
}
.sf-custom-label {
  display: flex;
  align-items: center;
}
.sf-custom-label input[type="checkbox"],
.sf-custom-label input[type="radio"] {
  width: 1rem;
  height: 1rem;
}

.cursor {
  cursor: pointer;
}

/* Shop-Funnels list style start here */
.sf-store-container .sf-store-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sf-store-container hr {
  background-color: blue;
  height: 5px;
  width: 200px;
  margin: 0 !important;
  padding: 0 !important;
}
.sf-store-container h3 {
  margin: 0 !important;
  padding: 0 !important;
}
.sf-store-container .sf-store-list ul li {
  padding: 5px 2px;
  color: #ffffffcf;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0;
  transition: all 0.4s linear;
  position: relative;
  background-color: #f7f7f7;
}
.sf-store-container .sf-store-list ul li a {
  padding: 0 6px;
  display: inline-block;
  position: relative;
  transform: left 0.3s linear;
  width: 100%;
}
.sf-store-container .sf-store-list ul li .total-customer {
  font-size: 14px;
  color: #1783e1 !important;
}
.sf-store-container .sf-store-list ul li:hover {
  box-shadow: 0px 3px 15px -2px #ccc;
  background-color: #e5e3e324;
}

/* Shop-Funnels list style end here */

/* Cart Desinger start here */

#cart_designer .sf-cart--btn {
  height: 100%;
  background-color: #ffffff;
}
#cart_designer .sf-cart--btn div {
  /* position:absolute; */
  /* left: 38%; */
  /* top: 40%; */
}
#cart_designer input[type="radio"] {
  width: 18px;
  height: 18px;
}
#cart_designer .sf-cart-badge:after {
  content: attr(value);
  font-size: 12px;
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 4px 8px;
  position: relative;
  left: -8px;
  top: -17px;
  font-weight: 800;
}

 /* Base Styling */
 #cart_designer {
  font-family: 'Poppins', sans-serif;
  border-radius: 8px;
}

/* Card Styling */
#cart_designer .card-modern {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
#cart_designer .modern-card-body {
  padding: 24px !important;
}

/* Tabs */
#cart_designer .tab-modern {
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}
#cart_designer .tab-modern .nav-link {
  color: #6b7280;
  padding: 14px 24px;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
#cart_designer .tab-modern .nav-link.active {
  color: #1f2937;
  border-bottom: 3px solid #3b82f6;
}
#cart_designer .tab-modern .nav-link:hover {
  color: #3b82f6;
}



/* Form Styling */
#cart_designer .form-modern {
  padding: 0 10px;
}
#cart_designer .modern-form-row {
  margin-bottom: 1.25rem !important;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
#cart_designer .modern-form-row:hover {
  background: #f9fafb;
}
#cart_designer .modern-select,
#cart_designer .modern-color-input,
#cart_designer .form-control {
  border-radius: 8px;
  border: 1px solid #d1d5db;
  padding: 10px;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}
#cart_designer .modern-select:focus,
#cart_designer .modern-color-input:focus,
#cart_designer .form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
#cart_designer .input-group-text {
  background: #f3f4f6;
  border-color: #d1d5db;
}
#cart_designer .modern-heading {
  font-size: 1.35rem;
  color: #1f2937;
  font-weight: 600;
}

/* Enhanced Dropdown for Icon Selection */
#cart_designer .dropdown-toggle.modern-select {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.95rem;
  color: #374151;
  transition: all 0.2s ease;
}
#cart_designer .dropdown-toggle.modern-select:hover {
  border-color: #9ca3af;
}
#cart_designer .dropdown-menu {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}
#cart_designer .dropdown-menu .sf-custom-label {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
#cart_designer .dropdown-menu .sf-custom-label:hover {
  background: #f3f4f6;
}
#cart_designer .dropdown-menu input[type="radio"] {
  margin-right: 10px;
}
#cart_designer .dropdown-menu i {
  font-size: 1.2rem;
  color: #374151;
  margin-left: 10px;
  transition: color 0.2s ease;
}
#cart_designer .dropdown-menu input[type="radio"]:checked + i {
  color: #3b82f6;
}

/* Scroll Area */
#cart_designer .modern-scroll::-webkit-scrollbar {
  width: 10px;
}
#cart_designer .modern-scroll::-webkit-scrollbar-thumb {
  background: #3b82f6;
  border-radius: 5px;
}
#cart_designer .modern-scroll::-webkit-scrollbar-thumb:hover {
  background: #3b82f6;
}

/* Buttons */
#cart_designer .btn-modern {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}
#cart_designer .btn-modern.btn-primary {
  background: #3b82f6;
  border-color: #3b82f6;
}
#cart_designer .btn-modern.btn-primary:hover {
  background: #2563eb;
  border-color: #2563eb;
}

/* Preview */
#cart_designer .preview-modern {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
}
#cart_designer .sfcart_designer {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#cart_designer .sfcart_header,
#cart_designer .sfcart_footer {
  padding: 14px 18px;
}
#cart_designer .sfcart_products {
  padding: 18px;
}

/* Alert */
#cart_designer .alert-modern {
  border-radius: 8px;
  background: #d1fae5;
  color: #065f46;
  padding: 14px 18px;
}

/* Spacing and Alignment */
#cart_designer .row {
  margin-left: -12px;
  margin-right: -12px;
}
#cart_designer .col,
#cart_designer .col-md-6 {
  padding-left: 12px;
  padding-right: 12px;
}

/* Custom Radio and Checkbox Styling */
#cart_designer input[type="radio"],
#cart_designer input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
#cart_designer input[type="radio"] {
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.2s ease;
}
#cart_designer input[type="radio"]:checked {
  border-color: #3b82f6;
  background: #3b82f6;
}
#cart_designer input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
}
#cart_designer input[type="radio"]:hover {
  border-color: #9ca3af;
}
#cart_designer input[type="radio"]:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
#cart_designer input[type="checkbox"] {
  border: 2px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.2s ease;
}
#cart_designer input[type="checkbox"]:checked {
  border-color: #3b82f6;
  background: #3b82f6;
}
#cart_designer input[type="checkbox"]:checked::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#cart_designer input[type="checkbox"]:hover {
  border-color: #9ca3af;
}
#cart_designer input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
#cart_designer label[for] {
  cursor: pointer;
  color: #374151;
  font-weight: 500;
  margin-bottom: 0;
}
#cart_designer .d-flex.align-items-center:hover label[for] {
  color: #1f2937;
}
.sfcart-button--light {
  background: #fff;
  color: #f00;
  font-size: 25px !important;
}

.sfcart_designer {
  background: #fff;
  height: 100%;
  width: 400px;
  float: right;
  top: 0;
  position: relative;
  right: 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 250ms ease-in-out;
  z-index: 20;
}

body.open .sfcart_designer {
  transform: translate(0, 0);
}

.sfcart_header {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 15px 15px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sfcart_header .sfcart_text {
  float: right;
}

.sfcart_title {
  font-size: 20px;
  line-height: 40px;
  margin: 0;
  float: left;
}
.sfcart-media {
  width: 80px;
  height: 80px;
}
.sfcart-media img {
  max-width: 100%;
  max-height: 100%;
}
.sfcart_products {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.sfcart_products article {
  padding: 15px;
  border-bottom: 1px dotted #ccc;
}
.sfcart_products article h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.sfcart_products article p {
  font-size: 14px;
  margin: 0;
}
.sfcart_products article p a {
  color: #f00;
}

/* .sfcart_product {
  display: none;
} */

.sfcart_empty {
  padding: 30px 15px;
  margin: 0;
  font-style: italic;
  text-align: center;
}
.sfcart_empty.hide {
  display: none;
}

.sfcart_footer {
  box-sizing: border-box;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 6px;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.sfcart_product_details {
  width: 74%;
}

.sfcart_text {
  margin: 0;
}
.sfcart_text .sfcart-checkout {
  display: inline-block;
  padding: 11px;
  background-color: #000;
  color: #fff;
}
.sfcart_text .button {
  padding: 10px 15px;
}

.sfcart_lightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 250ms ease-in-out, width 0ms ease-in-out 250ms;
}
.abandoned-mail-composition-area {
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgb(7, 16, 56, 0.5);
  z-index: 99;
  justify-content: center;
  align-items: center;
}
.abandoned-mail-composition-area > .row {
  width: 100%;
}
.abandoned-mail-composition-area .email-body {
  max-height: 90vh;
  overflow: auto;
}
.abandoned-mail-composition-area .close {
  font-size: 20px;
}
/* vertical tabs */
.sf-vertical-tabs a {
  display: block;
  padding: 7px 11px;
  margin-bottom: 9px;
  border-left: 6px solid #ffffff;
  font-size: 14px;
}
.sf-vertical-tabs ul li {
  display: block;
}
.sf-vertical-tabs .nav-tabs .nav-item.show .nav-link,
.sf-vertical-tabs .nav-tabs .nav-link.active {
  background-color:#233d70 !important;
  border-left: 6px solid #faa137 !important;
}
.sf-vertical-tabs .nav-tabs .nav-link:focus,
.sf-vertical-tabs .nav-tabs .nav-link:hover {
  background-color:#21458b !important;
  border-left: 6px solid #faa137 !important;
  color: #ffffff;
}
.sf-vertical-cont {
  border-right: 1px solid #cccccc;
}
.sf-vertical-tabs .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}

.sf-vertical-tabs-active {
  color: #1264bc;
  border-left: 6px solid #e57b00 !important;
  background-color: #e7e3e3;
}

.sf-vertical-tabs-active {
  display: block;
}

.store-index-available-notice {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #09394bf7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.inactive-class{
  background-color: #facbcb;
}

#cfs_custom_header .cfs_progress{
  background: green;
  display: block;
  height: 20px;
  text-align: center;
  transition: width .3s;
  width: 0;
}
.cfs_progress.cfs_progress_hide {
  opacity: 0;
  transition: opacity 1.3s;
}

.new-funnel-scrn{
  margin-bottom: 30px;
}
.new-funnel-scrn .input-group-text{
  padding: 7px;
}

.new-funnel-scrn > div:first-child{
  width: 76%;
}
.new-funnel-scrn .funnel-url{
 margin-left: 7px;
  width: 100%;
}

.new-funnel-scrn .funnel-button{
  margin-left: 8px;
}
.new-funnel-scrn .funnel-button div{
  margin-right: 6px;
}

.new-funnel-scrn .funnel-button .intro-openurl,
.new-funnel-scrn .funnel-button .intro-copyurl {
  background-color: ghostwhite !important;
}
.mnubtn-container-n .mnubtn-n{

  background: #FFF !important;
  color: #294f9a;
}
.mnubtn-container-n .mnubtn-n:focus{
  outline: none !important;
  box-shadow: none !important;
}
.mnubtn-container-n .mnubtn-cont{
  background: transparent;
  padding: 6px 5px;

}
.mnubtn-container-n .mnubtn-cont .fas{
  color: #87898b;
  cursor: pointer;
}
.mnubtn-container-n .mnubtn-cont-active{
  background-color: #eff2f5;
}
.mnubtn-container-n .mnubtn-cont-active .mnubtn-n{
  color: #FFF;

}
.mnubtn-container-n .mnubtn-cont-active  .fas {
  color: #294f9a;
}
.mnubtn-container-n {
  border: 1px solid #cccccc;
  border-top: none;
 
}
.shadow-1{
  box-shadow: 1rem 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.intro-newpage
{
  background-color: #233d70 !important;
}

.mnubtn {
  font-weight: 500;
  background: white;
  border: 1px solid #e0e0e0;
  padding: 10px 0px;
}
.mnubtn-cont-active .mnubtn-n{
  opacity: 1 !important;
  border: 1px solid #294f9a !important;
  background-color: #294f9a !important;
  color: white !important; 
  
  border-radius: .25rem;

}
.select_page_type_btn {
  border-radius: 8px 8px 0px 0px !important;
}

.select_page_type_container {
  border: 1px solid #294f9a;
  margin-top: -9px;
  padding: 5px 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;

}

.card-header-copy {
  background: #294f9a !important;
  color: #fff;
  font-size: 16px !important;
  padding: 15px 0px !important;
  border-radius: 5px !important;
  height: 50px !important;
}

body{
  font-family: "Inter", sans-serif !important;

}
.login-sec {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-left {
  width: 45%;
  /* background: url("../images/bg-left.png"); */
  background-size: cover;
  background: rgb(9, 40, 145);
  background: linear-gradient(180deg, rgba(9, 40, 145, 1) 0%, rgba(1, 13, 87, 1) 100%);
}

.login-right {
  width: 55%;
  padding: 20px 40px;
}

.login-main {
  border-radius: 15px;
  overflow: hidden;
  background: white;
}

.input-icon {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 25px;
}

.text-small {
  font-size: 0.9rem;
}

.login-input {
  padding: 15px 48px 15px 15px;
  background: #ebfaff;
  border-radius: 9px;
  border: 1px solid #5ba9e0;
  font-size: 18px;
  color: rgb(29, 29, 29);
}

.form-control:focus {
  border: 1px solid rgb(201, 201, 201);
  background: transparent;
  color: rgb(29, 29, 29) !important;
  box-shadow: none !important;
}

::placeholder {
  color: #816053 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #816053 !important;
}

.btn-login {
  color: #ffffff;
  border: 0px solid;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  background: rgb(0 142 240);
  border-radius: 8px;
}
.btn-login:hover {
  background: rgb(0, 117, 201);
  color: #ffffff;
}

.bg-login {
  background: url("../images/bg-1.jpg");
  background-size: cover;
  background-position: top center;
}

@media (max-width:992px) {
  .login-left {
      width: 100% !important;
      display: none !important;
  }

  .login-right {
      width: 100% !important;
      padding: 20px;
  }
}

.login-mid {
  width: 1%;
}

.divider-login {
  width: 1px;
  background: rgb(9 79 110);
  background: linear-gradient(180deg, rgb(19 19 69) 0%, rgb(9 79 110) 50%, rgb(19 19 69) 100%);
  height: 100%;
}

.rem-chk {
  position: relative;
  top: 2px;
  border-color: #1e96e6;
}

.fw-600 {
  font-weight: 600;
}

.login-heading {
  font-size: 30px;
  color: #000000 !important;
  font-weight: 500;
  margin: 20px 0px 0px 0px;
  margin-bottom: 40px;
}
.login-heading-top{
  font-size: 22px;
  color: #fc620e !important;
  font-weight: 500;
  margin: 20px;
}
.login-main a {
  color: #539eed;
  text-decoration: underline;
  font-weight: 500;
}
.form-check-input:checked {
  background-color: #ff7101 !important;
  border-color: #ff7101 !important;
}
.form-check-input:focus {
  border-color: #de6203 !important;
  outline: 0;
  box-shadow: none !important;
}
@media (max-width:767px){
  .login-heading {
      font-size: 22px;
  }
  .login-heading-top{
      font-size: 20px;
  }
  .btn-login {
      font-size: 1.1rem !important;
  }
}


body{
  font-family: "Inter", sans-serif !important;

}
.login-sec {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-left {
  width: 45%;

  background-size: cover;

    background: rgb(9, 40, 145);
    background: linear-gradient(180deg, rgba(9, 40, 145, 1) 0%, rgba(1, 13, 87, 1) 100%);
}

.login-right {
  width: 55%;
  padding: 20px 40px;
}

.login-main {
  border-radius: 15px;
  overflow: hidden;
  background: white;
}

.input-icon {
  position: absolute;
  top: 16px;
  right: 17px;
  width: 25px;
}

.text-small {
  font-size: 0.9rem;
}

.login-input {
  padding: 15px 48px 15px 15px;
  background: #ebfaff;
  border-radius: 9px;
  border: 1px solid #5ba9e0;
  font-size: 18px;
  color: rgb(29, 29, 29);
}

.form-control:focus {
  border: 1px solid rgb(201, 201, 201);
  background: transparent;
  color: rgb(29, 29, 29) !important;
  box-shadow: none !important;
}

::placeholder {
  color: #816053 !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #816053 !important;
}

.bg-login {
  background: linear-gradient(135deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 87, 121, 0.3) 100%) !important;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

/* Add pseudo-element for subtle abstract shapes */
.bg-login::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" opacity="0.05"><path fill="%2300AEEF" d="M0,400 C200,300 400,500 600,400 S1000,300 1200,400 V800 H0 Z" /><path fill="%23F5A623" d="M0,600 C200,500 400,700 600,600 S1000,500 1200,600 V800 H0 Z" /></svg>') no-repeat center center;
  background-size: cover;
  pointer-events: none; /* Ensures the background doesn't interfere with interactions */
}
.btn-login:hover {
  background: rgb(0, 117, 201);
  color: #ffffff;
}



@media (max-width:992px) {
  .login-left {
      width: 100% !important;
      display: none !important;
  }

  .login-right {
      width: 100% !important;
      padding: 20px;
  }
}

.login-mid {
  width: 1%;
}

.divider-login {
  width: 1px;
  background: #00AEEF;
  background: linear-gradient(180deg, rgb(19 19 69) 0%, rgb(9 79 110) 50%, rgb(19 19 69) 100%);
  height: 100%;
}

.rem-chk {
  position: relative;
  top: 2px;
  border-color: #1e96e6;
}

.fw-600 {
  font-weight: 600;
}

.login-heading {
  font-size: 30px;
  color: #000000 !important;
  font-weight: 500;
  margin: 20px 0px 0px 0px;
  margin-bottom: 40px;
}
.login-heading-top{
  font-size: 22px;
  color: #fc620e !important;
  font-weight: 500;
  margin: 20px;
}
.login-main a {
  color: #539eed;
  text-decoration: underline;
  font-weight: 500;
}
.form-check-input:checked {
  background-color: #ff7101 !important;
  border-color: #ff7101 !important;
}
.form-check-input:focus {
  border-color: #de6203 !important;
  outline: 0;
  box-shadow: none !important;
}
@media (max-width:767px){
  .login-heading {
      font-size: 22px;
  }
  .login-heading-top{
      font-size: 20px;
  }
  .btn-login {
      font-size: 1.1rem !important;
  }
}

.btn-login {
  color: #ffffff;
  border: 0px solid;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  background: rgb(0, 142, 240);
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease; /* Smooth transition */
}
.btn-login:hover {
  background: rgb(0, 117, 201);
  color: #ffffff;
  transform: translateY(-2px); /* Slight lift effect on hover */
}

.btn-login {
  color: #ffffff;
  border: 0px solid;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px;
  background: rgb(0, 142, 240);
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease; /* Smooth transition */
}
.btn-login:hover {
  background: rgb(0, 117, 201);
  color: #ffffff;
  transform: translateY(-2px); /* Slight lift effect on hover */
} 