* {
  box-sizing: border-box;
  font-family: "Oxygen", sans-serif !important;
}

.ss-custom-header-menu {
  color: #264653;
  font-size: 26px;
}

.ss-logo-section img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.app-brand.demo.ss-org-header {
  margin-top: 40px;
}

.item {
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 20px;
  list-style-type: none;
  color: black;
  padding-left: 5px;
}

.item.active {
  background-color: #f4a261;
  height: 40px;
  width: 220px;
  position: relative;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 18px;
  padding-bottom: 0px;
  border-radius: 3px;
  margin-left: 20px;
}
.item.active div {
  color: white;
}

.link {
  color: #264653;
}

.link:hover {
  color: #264653 !important;
}

.item.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 5px;
  height: 100%;
  background-color: #264653;
  border-radius: 2px;
}

.icon-container {
  display: flex;
  align-items: center;
}

.ss-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-icon-w {
  width: 22px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.search {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.ss-spacer-aptab {
  width: 40px;
}

.ss-addproduct-cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss-addproduct-cont li {
  width: 40%;
}
.ss-addproduct-cont .csv-button {
  background-color: white;
  margin-top: 20px;
  height: 45px;
  width: 100%;
  border-color: #f4a261;
  color: #f4a261;
  border-radius: 5px;
  border: 2px solid #f4a261;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}
.ss-addproduct-cont .csv-button.active {
  background-color: #f4a261;
  border-color: #f4a261;
  color: white;
}

.ss-aptab-txt {
  font-size: 16px;
  color: #093141;
  font-weight: 400;
}
.ss-aptab-txt a {
  font-size: 16px;
  color: #f4a261;
  font-weight: 400;
}

.ss-upload-label {
  background: #F5F5F9;
  border-radius: 6px;
  border: 0.5px #777876 solid;
  padding: 10px 0px;
  width: 160px;
  color: black;
  font-size: 15px;
  display: flex;
  margin: 0px auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 1;
}

.ss-aptab {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ss-csv-upload-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
  position: absolute;
  width: 0;
  height: 0;
}

.form-body {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 20px;
}

.drop-box {
  display: flex;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23264653FF' stroke-width='5' stroke-dasharray='15%2c 30' stroke-dashoffset='7' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 8px;
  justify-content: center;
  margin-left: 0px;
  position: relative;
  margin-right: 0px;
  width: 100%;
  background-color: rgb(240, 240, 243);
  align-items: center;
}

.light-style .dropzone {
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23264653FF' stroke-width='2' stroke-dasharray='15%2c 15' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  margin-right: 0px !important;
  margin-left: 0px !important;
  width: 100%;
  background-color: rgba(245, 245, 249, 0.4);
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  color: #264653;
  text-align: center !important;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  font-size: 20px;
  width: 100%;
}

.dropzone .dz-preview .dz-image {
  border-radius: 0px !important;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview {
  margin: 0px !important;
}

.dropzone .dz-preview .dz-details {
  padding: 0px !important;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
  background: transparent !important;
}

.file-input {
  font-family: "Oxygen", sans-serif;
  text-align: center;
  color: #264653;
}

.form-product {
  color: #264653;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #264653;
  border-radius: 4px;
  margin-bottom: 0px;
  padding: 5px;
}

.form-product:focus,
.form:focus,
.short-desc:focus,
.long-desc:focus,
.select-box:focus,
.stock:focus,
.code:focus,
.mager:focus,
.mager1:focus {
  outline: none; /* Remove the default outline */
  border-color: #f4a261; /* Set the border color to #f4a261 */
  border-radius: 4px;
  border: 1px solid #f4a261;
}

.subHeading1 {
  margin-left: 20px;
  color: #264653;
  font-family: "Oxygen", sans-serif;
  margin-bottom: 0px;
  margin-bottom: 0px;
}

.subHeading2 {
  margin-left: 530px;
  color: #264653;
  font-family: "Oxygen", sans-serif;
}

.subHeading3 {
  margin-left: 278px;
  color: #264653;
  font-family: "Oxygen", sans-serif;
}

.subHeading4 {
  margin-left: 300px;
  color: #264653;
  font-family: "Oxygen", sans-serif;
}

.subHeading5 {
  margin-left: 165px;
  color: #264653;
  font-family: "Oxygen", sans-serif;
}

.short-desc {
  display: flex;
  justify-content: center;
  margin-left: 0px;
  width: 980px;
  height: 40px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.long-desc {
  display: flex;
  justify-content: center;
  margin-left: 0px;
  width: 980px;
  height: 100px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.select-box {
  margin-left: 0px;
  width: 300px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.stock {
  margin-left: 40px;
  width: 300px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.code {
  margin-left: 40px;
  width: 292px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.mager {
  margin-left: 20px;
  width: 227px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.mager1 {
  margin-left: 0px;
  width: 227px;
  border: 1px solid #264653;
  border-radius: 4px;
}

.container {
  display: flex;
  justify-content: center;
}

.add-button {
  color: white;
  background-color: #264653;
  font-family: "Oxygen", sans-serif;
  width: 230px;
  height: 40px;
  border-radius: 5px;
  border: 2px solid #264653;
}

.authentication-wrapper.authentication-basic .authentication-inner:before, .authentication-wrapper.authentication-basic .authentication-inner:after {
  content: none !important;
  display: none;
}

.ss-signup-top-cont {
  position: relative;
}

.ss-prev-btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  padding: 5px;
}
.ss-prev-btn img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-signup-logo {
  width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ss-signup-title {
  color: #264653;
  font-size: 21px;
  font-weight: 400;
  word-wrap: break-word;
}

.ss-form-label {
  color: #264653;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: none;
  margin-bottom: 4px !important;
}
.ss-form-label a {
  color: #f4a261;
}

.ss-form-input:focus, .ss-form-input:hover, .ss-form-input:active {
  border: 0.5px solid #f4a261 !important;
}

.ss-form-input {
  border: 0.5px solid #264653 !important;
  color: #264653 !important;
  border-radius: 7px !important;
}

.btn-primary.ss-form-button {
  background-color: #264653 !important;
  border-color: #264653 !important;
}

.btn-primary.ss-form-button:hover {
  background-color: #264653 !important;
}

.ss-signup-sub {
  font-size: 13px;
  color: #264653;
}

.ss-signup-foo a {
  color: #f4a261 !important;
  font-weight: 700;
}

.ss-upload-btn-signup {
  background-color: rgba(245, 245, 249, 0.4);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%23264653FF' stroke-width='4' stroke-dasharray='13 10' stroke-dashoffset='15' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 7px;
  width: 192px;
  height: 108px;
  margin: 0px auto;
  border: none;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ss-upload-btn-signup i {
  color: #264653;
  font-size: 30px;
}
.ss-upload-btn-signup .ss-signup-up-btn-txt {
  color: #264653;
  font-size: 15px;
  font-weight: 700;
}
.ss-upload-btn-signup input[type=file] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ss-form-label-2 {
  color: #264653;
  font-size: 15px;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: none;
  margin-bottom: 4px !important;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: start;
}
.ss-form-label-2 a {
  color: #f4a261;
}

.dz-preview.dz-processing.dz-image-preview.dz-success {
  display: flex;
  flex-direction: column;
  width: 120px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

.dropzone.dz-clickable .dz-message {
  margin-bottom: 0px;
  margin-top: 0px;
}

.search {
  margin-top: -2px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}

.search input {
  margin-left: 10px;
}

.search input:focus {
  outline: none;
}

.ss-title-cont {
  display: flex;
  font-weight: 500;
  color: #264653;
  justify-content: space-between;
  width: 100%;
}
.ss-title-cont h4 {
  font-weight: 500;
  color: #264653;
  margin-right: auto;
}
.ss-title-cont .add-button {
  width: 120px;
  font-size: 14px;
  height: 30px;
}

.ss-prod-cont-sp {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.ss-prod-img-sec-sp {
  width: 150px;
  height: 150px;
}
.ss-prod-img-sec-sp img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.ss-prod-dtls-sec {
  width: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ss-prod-dtls-r1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
}

.ss-prod-dtls-r2 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-left: 10px;
}

.ss-prod-dtls-name {
  width: calc(100% - 150px);
  font-size: 19px;
  font-weight: 400;
  color: #264653;
  text-align: left;
}

.ss-prod-dtls-price {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #264653;
  font-size: 32px;
  font-weight: 700;
}
.ss-prod-dtls-price span {
  font-weight: 400;
}

.ss-prod-dtls-stock-count {
  background: #F4A261;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 1.8px;
  padding: 6px 10px;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.ss-prod-dtls-stock-sold {
  background: #88e75c;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 1.8px;
  padding: 6px 12px;
  color: white;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}

.ss-prod-dtls-edit-btn {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  margin-left: auto;
  background: #264653;
  border-radius: 1.8px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 0px;
  width: 80px;
  outline: none;
  margin-right: 15px;
  border: none;
}

.ss-prod-dtls-delete-btn {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  background: #264653;
  border-radius: 1.8px;
  color: white;
  font-size: 15px;
  font-weight: 400;
  padding: 6px 0px;
  width: 80px;
  outline: none;
  border: none;
}

.ss-prod-dtls-r2-mob {
  display: none;
}

image-preview {
  height: 100px;
  width: 100px;
}

.hide {
  display: none;
}

@media screen and (max-width: 820px) {
  .ss-prod-dtls-r1 {
    flex-direction: column;
  }
  .ss-prod-dtls-name {
    font-size: 15px;
    width: 100%;
  }
  .ss-prod-dtls-price {
    font-size: 24px;
    width: 100%;
    margin-top: 6px;
  }
  .ss-prod-dtls-price span {
    margin-right: -5px;
    font-size: 20px;
  }
  .ss-prod-dtls-r2 {
    display: none;
  }
  .ss-prod-cont-sp {
    flex-wrap: wrap;
  }
  .hide {
    display: flex;
  }
  .ss-prod-dtls-stock-count {
    font-size: 14px;
  }
  .ss-prod-dtls-stock-sold {
    font-size: 14px;
  }
  .ss-prod-dtls-r2-mob {
    padding: 20px 0;
    display: flex;
    width: 100%;
  }
  .ss-prod-dtls-edit-btn {
    width: 48%;
    padding: 10px 0px;
    outline: none;
    margin-right: 30px;
    border: none;
  }
  .ss-prod-dtls-delete-btn {
    width: 48%;
    padding: 10px 0px;
    outline: none;
    border: none;
  }
}
.ss-price {
  font-size: 17px;
  font-weight: 800;
  color: #264653;
  margin-bottom: 10px;
}

.ss-otherDetails {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #264653;
}

.ss-ProductName {
  font-size: 18px;
  font-weight: 700;
  color: #264653;
}

.ss-itemHeading {
  font-size: 15px;
  font-weight: 500;
  color: #f4a261;
}

.ss-descriptionText {
  color: #264653;
  font-size: 13px;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: none;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: start;
}

.ss-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ss-padding {
  padding: 10px;
}

.ss-previousUpload {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.ss-previousUpload img {
  width: 150px;
  height: 150px;
  filter: grayscale(100%);
  transition: 1s;
}

.ss-previousUpload img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

@media screen and (max-width: 475px) {
  .ss-prod-dtls-r1 {
    padding-left: 5px;
  }
  .ss-prod-img-sec-sp {
    width: 80px;
    height: 80px;
  }
  .ss-prod-img-sec-sp img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 80%;
    height: 80%;
  }
  .ss-addproduct-cont {
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
  }
  .ss-addproduct-cont li {
    width: calc(50% - 10px);
  }
  .ss-addproduct-cont li .csv-button {
    width: 100%;
    font-size: 12px;
  }
  .ss-spacer-aptab {
    width: 20px;
  }
  .ss-form-label-2 {
    font-size: 13px !important;
  }
  .ss-form-input {
    font-size: 12px !important;
  }
  .dropzone.dz-clickable .dz-message {
    font-size: 15px !important;
  }
  .ss-aptab-txt {
    font-size: 13.5px;
  }
  .add-button {
    width: 100%;
    font-size: 13px;
    height: 30px;
  }
  .ss-upload-label {
    font-size: 12px;
  }
  .ss-prod-dtls-name {
    font-size: 13px;
    width: 100%;
  }
  .ss-prod-dtls-price span {
    font-size: 10px;
    margin-right: -1px;
  }
  .ss-prod-dtls-price .showPrice {
    margin-top: 5px;
  }
  .ss-prod-dtls-stock-count {
    font-size: 10px;
    padding: 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ss-prod-dtls-stock-sold {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 6px;
    font-size: 10px;
  }
  .ss-prod-dtls-edit-btn {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    padding: 6px 0;
    font-size: 13px;
  }
  .ss-prod-dtls-delete-btn {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    padding: 6px 0;
    font-size: 13px;
  }
  .ss-prod-dtls-name {
    font-size: 12px;
  }
  .ss-prod-dtls-price {
    font-size: 15px;
  }
  .ss-prod-img-sec-sp {
    width: 100px;
    height: 100px;
  }
  .ss-prod-dtls-sec {
    width: calc(100% - 100px);
  }
  .ss-prod-dtls-r2-mob {
    margin-top: 8px;
  }
  .ss-prod-cont-sp {
    padding: 10px;
  }
  .ss-price {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 7px;
  }
  .ss-otherDetails {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .ss-ProductName {
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
  }
  .ss-itemHeading {
    font-size: 13px;
    font-weight: 500;
  }
  .ss-descriptionText {
    font-size: 11px;
    font-weight: 400;
  }
  .ss-bodyCard {
    padding: 15px;
  }
}/*# sourceMappingURL=custom-style.css.map */