@import url("../assets/int-phone-input/intlTelInput.min.72997f947ae7.css");

.iti__flag {
  background-image: url("../assets/int-phone-input/flags.416250f60d78.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../assets/int-phone-input/flags@2x.d429a5777afa.png");
  }
}
.iti__selected-flag {
  padding: 0 20px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .iti__selected-flag {
    padding: 0 10px;
  }
}
.iti__selected-dial-code {
  margin-left: 10px !important;
}
.int-tel-input {
  padding-left: 155px !important;
  padding-right: 25px;
  line-height: 1.2;
}
.iti {
  width: 100%;
}
.iti__flag-container {
  width: 150px;
}
.iti__selected-dial-code {
  font-family: 'Futura PT Medium';
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .iti__selected-dial-code {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .int-tel-input {
    width: 100%;
    padding-left: 110px !important;
  }
  .iti__flag-container {
    width: 100px;
  }
  .iti__selected-dial-code {
    font-weight: 500;
  }
  .iti__selected-flag {
    border-radius: 5px 0 0 5px;
  }
}

.message {
  border-radius: 4px;
  border: 2px solid #e4e3df;
}

.message.error-message {
  color: #e94545;
  background-color: rgba(233, 69, 69, 0.3);
  border: 2px solid #e94545;
}

.message.success-message {
  color: #147a04;
  background-color: rgba(20, 122, 4, 0.3);
  border: 2px solid #147a04;
}

.table-wrapper table tr .w-110 {
  width: 110px;
  min-width: 110px;
}

.table-wrapper table .label.small {
  width: 20px;
}

.table-wrapper table .label.medium-small,
.trash {
  width: 30px;
}

.label.medium-small.error.disabled {
  transition: all .3s linear 0s;
  color: #95938f;
  background-color: #e4e3df;
  cursor: not-allowed
}

.label.medium-small.error.blocked {
  transition: all .3s linear 0s;
  color: #95938f;

  cursor: not-allowed
}

.label.finished.medium.blocked {
  transition: all 0.3s linear 0s;
  color: #95938f;
  cursor: not-allowed;
}

.table-wrapper table .label.medium {
  width: 65px;
}

.table-wrapper table .label.auto {
  width: auto;
}

.table-wrapper table .label.large {
  width: 80px;
}

.table-wrapper table .label.link {
  color: #2980b9 !important ;
  background-color: rgba(26, 147, 222, 0.3);
}

.table-wrapper table .label {
  float: left;
}

.table-wrapper button {
  border: none;
}

.table-wrapper table .final-content {
  padding: 0 20px !important;
}

.fileinput-button label {
  padding: 10px 20px;
  border: 2px solid #e4e3df;
  border-radius: 4px;
  font-family: Gravity;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

#file-names p span {
  font-size: 15px;
}

.placeholder-info.sale-price {
  margin-right: 10px;
}

input[placeholder_info="{'class': 'char-counter'}"] {
  padding-right: 17%;
}

input[placeholder_info="{'class': 'char-counter modal'}"] {
  padding-right: 23%;
}

.col-profiles {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .table-wrapper table tr .w-65-sm {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
  }

  .table-wrapper table tr .w-160-sm {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
  }

  .table-wrapper table tr .w-70-sm {
    width: 70px;
    min-width: 70px;
    max-width: 70px;
  }

  .col-profiles {
    width: 100%;
  }

  .col-6-sm {
    width: 100%;
  }

  .message.success-message,
  .message.error-message {
    margin-left: 20px;
    margin-right: 20px;
  }

  div.container-m.items-list-messages > div {
    margin-left: 0;
    margin-right: 0;
  }

  div.container-m.items-list-messages {
    padding: 0 !important;
  }

  .grid-wrapper-full,
  .grid-wrapper-half,
  .grid-wrapper-third {
    gap: 20px 25px;
    flex-wrap: wrap;
    display: grid;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .header .navigation {
    position: absolute;
    z-index: 999;
    transform: translateX(100vw);
    opacity: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    overflow: hidden;
    visibility: hidden;
    background-color: #1d190f;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15vh;
    transition: all 0.3s linear 0s;
    display: block;
  }
  .h-auto-media {
    height: auto !important;
  }
  .header .navigation.active {
    transition: all 0.3s cubic-bezier(0.2, 0.79, 0.37, 0.88) 0s;
    transform: translateX(0);
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: 100vw;
  }

  .billing-addon-title {
    font-size: 15px;
    padding-right: 5px;
  }

  .table-wrapper table .label.use-template {
    width: 100px !important;
  }
}

.hidden-area {
  display: none !important;
}

.mps-logo {
  pointer-events: none;
}

.label.finished.medium.disabled {
  transition: all 0.3s linear 0s;
  color: #95938f;
  background-color: #e4e3df;
  cursor: not-allowed;
}
.label.finished.medium.disabled.outline {
  background-color: transparent;
}
.form-tooltip-text {
  font-size: 14px;
  font-weight: 500;
}
.input-box input:disabled,
.textarea-box textarea:disabled,
.choices.is-disabled {
  background-color: #4a47470d;
  color: #cccbc7;
  cursor: default;
}

.disabled-btn {
  pointer-events: none;
  cursor: default;
}

.btn.btn-orange.disabled-btn {
  background-color: #cccbc7;
}

.fileinput-button.d-none {
  display: none;
}

.required-star {
  color: red;
  font-size: 100%;
  top: -0.3em;
}

.select {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  min-height: 40px;
}

.select option {
  color: #000;
}

.checkbox-items .checkbox-item p {
  margin: 0 0 0 8px;
  font-family: Gravity;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1d190f;
}

.w-40 {
  width: 40%;
}

.w-50-percent {
  width: 50%;
}

.select:invalid {
  color: black;
}

.has-danger .text-help {
  color: red;
  display: block;
}

.text-help-red {
  color: red;
  display: block;
}

.has-danger select {
  color: red !important;
  border-color: red;
}

.category-selector-error-text,
.photos-error-text {
  color: red;
}

.show-input {
  max-width: max-content;
  text-decoration: underline;
}

.custom-input {
  margin-left: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.custom-save-btn {
  margin-left: 10px;
  width: 80px;
  min-width: 80px;
}

.custom-box {
  display: flex;
}

.inline-select {
  display: inline-block;
}

.tool-tip {
  position: relative;
  display: inline-block;
}

.tool-tip-field {
  position: relative;
}

.tool-tip-field .tool-tip-text {
  width: 300px;
  top: 110% !important;
}

.tool-tip .tool-tip-text,
.tool-tip-field .tool-tip-text {
  visibility: hidden;
  background-color: #3e3e3ee0;
  color: #fff;
  padding: 20px;
  border-radius: 6px;
  top: 120%;
  left: 50%;
  margin-left: -50%;
  position: absolute;
  z-index: 1;
}

.tool-tip:hover .tool-tip-text,
.tool-tip-field:hover .tool-tip-text {
  visibility: visible;
}

@media (max-width: 600px) {
  .w-40 {
    width: 100%;
  }

  .custom-input {
    margin-left: 0;
    width: 100%;
    display: inline-block;
  }

  .custom-save-btn {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .custom-box {
    display: block;
  }

  .custom-input-value {
    margin-top: 10px;
  }

  input[placeholder_info="{'class': 'char-counter'}"] {
    padding-right: 40%;
  }

  input[placeholder_info="{'class': 'char-counter modal'}"] {
    padding-right: 38%;
  }

  .tool-tip-field .tool-tip-text {
    width: 200px;
    top: 110% !important;
  }

  .btn.btn-border-gray.ws-normal {
    height: 44px;
  }

  .select.item-templates-select {
    width: 120px !important;
  }
  .modal__container.shopify-product-type-settings-container {
    width: 80%;
    height: 35%;
  }
}

.dropzone.dz-clickable * {
  cursor: pointer;
}

.active-item {
  pointer-events: none;
  color: #95938f;
}

.btn.delete {
  background: center no-repeat #95938f url("../img/svg/delete-image.534137402dc2.svg");
}

.btn.btn-orange:disabled {
  background-color: #eab19f;
  cursor: not-allowed;
}

@media (min-width: 600px) {
  .footer .footer-menu-items li {
    margin-right: 25px;
  }
  .footer .footer-menu-items li:last-child {
    margin-right: 0;
  }

  .grid-wrapper-full {
    gap: 20px;
    flex-wrap: wrap;
    display: grid;
    width: 100%;
    margin-bottom: 25px;
  }

  .grid-wrapper-half {
    gap: 20px 2%;
    flex-wrap: wrap;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 25px;
  }

  .grid-wrapper-third {
    gap: 20px 2%;
    flex-wrap: wrap;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 25px;
  }

  .full-width {
    grid-column: 1 / 4;
  }

  .billing-addon-title {
    font-size: 20px;
    padding-right: 5px;
  }
  .d-none-full {
    display: none;
  }

  .wm-950-full {
    min-width: 950px;
  }

  .d-flex-full {
    display: flex;
  }
  .shopify-product-type-settings-table-wrapper {
    overflow-x: hidden;
  }
  .modal__container.shopify-product-type-settings-container {
    width: 50%;
    height: 17%;
  }
  .w-170-full {
    width: 170px;
    min-width: 170px;
  }
}

.grid-2-200 {
  grid-template-columns: 1fr 200px;
}

.preview img.hw-170 {
  width: 170px;
  height: 170px;
}

.file-row.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.file-row.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.file-row .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  height: 16px;
  left: 50%;
  top: 50%;
  width: 150px;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.file-row .dz-progress .dz-upload {
  background: forestgreen;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 4000ms ease-in-out;
  -moz-transition: width 4000ms ease-in-out;
  -ms-transition: width 4000ms ease-in-out;
  -o-transition: width 4000ms ease-in-out;
  transition: width 4000ms ease-in-out;
}

input.btn {
  border: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 2.5px;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 37px;
}

.select2-selection__rendered {
  color: black !important;
}

.has-danger-border {
  border-color: red !important;
}

.has-danger-inner-text {
  color: red !important;
}

.gray {
  color: gray;
}

.orange {
  color: #fe4f15 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: initial;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: black;
  left: 96%;
  border-width: 4.5px 4.5px 0 4.5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 6px;
}

.checkbox-items .info-box {
  top: 10px;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #95938f;
}

.url-ellipsis a {
  max-width: 90%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.ws-normal {
  white-space: normal;
}

.btn-border-none {
  border: none;
}

.m-auto {
  margin: auto;
}

.w-400 {
  width: 400px;
}

.w-200 {
  width: 200px;
}

.w-150 {
  width: 150px;
  min-width: 150px;
}

.w-130 {
  width: 130px;
  min-width: 130px;
}

.w-60 {
  width: 60px;
}

.w-70-percent {
  min-width: 70%;
  width: 70%;
}

.w-40-percent {
  min-width: 40%;
  width: 40%;
}

.w-170 {
  width: 170px;
  min-width: 170px;
}

.width-100 {
  width: 100%;
}
.btn.h-60 {
  height: 60px;
}

.button-loader-wrapper {
  display: flex;
}

.button-loader-wrapper-dashboard {
  display: flex;
  max-width: 65px;
  justify-content: center;
}

.button-loader-dashboard {
  display: none !important;
}

.loader::before {
  content: '';
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fe4f15;
  width: 34px;
  height: 34px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right: 15px;
  margin-left: auto;
}

.loader-xs::before {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3f0780;
  width: 18px;
  height: 18px;
  margin-right: 0px;
}

.loader-gray::before {
  content: '';
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #95938f;
  width: 34px;
  height: 34px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right: 15px;
  margin-left: auto;
}

.loader-purple::before {
  content: '';
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #3f0780;
  width: 34px;
  height: 34px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right: 30px;
  margin-left: auto;
  margin-top: 5px;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.upgrade-btn.loader::before {
  margin-left: inherit;
}

input.btn.btn-border-gray {
  background-color: #fff;
}

.fs-16 {
  font-size: 16px !important;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.w-auto {
  width: auto;
}

.w-content {
  width: fit-content;
}

.a-color {
  color: #e03800;
}

.table-wrapper {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.table-y-scroll {
  overflow-y: scroll;
  overflow-x: clip;
}

@media (max-width: 600px) {
  .mw-60 {
    max-width: 60%;
  }
  .w-200 {
    width: 100%;
  }
  .w-400 {
    width: 100%;
  }
}

.table-wrapper table tr td {
  padding: 20px 20px 20px 0;
}

.marketplaces-items .marketplaces-item input {
  margin: 5px;
}

@media (max-width: 500px) {
  .disable_overlay_wrapper .modal__container {
    max-height: 470px;
    height: 75% !important;
  }

  .marketplaces-items .marketplaces-item {
    height: 120px;
  }

  .marketplaces-items .marketplaces-item .right {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .new-item .item-done {
    padding: 0 15px;
  }

  .new-item .item-done .left .title-item {
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #1d190f;
  }

  .tooltip-hidden {
    display: inline-block !important;
  }

  .info-box.h6-im {
    display: none;
  }

  .label-with-tool-tip {
    line-height: 19px;
  }

  .table-wrapper table .label.medium-small {
    width: 20px !important;
  }
}

@media (max-width: 450px) {
  .marketplaces-item.install-extension-notification {
    height: 100% !important;
  }
  .marketplaces-item.install-extension-notification p.text {
    font-size: 15px !important;
  }
  .marketplaces-item p.coming-soon {
    margin-right: -15px;
  }
}

@media (max-width: 500px) {
  .f-wrap-sm {
    flex-wrap: wrap
  }
}

label.checkbox-item {
  max-width: max-content;
}

label.display-content {
  display: contents !important;
}

.display-content-ni {
  display: contents;
}

.d-none-i {
  display: none !important;
}

.hide-element {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-container {
  width: 100%;
  min-width: 100%;
}

.items-list-messages {
  width: 100%;
  margin: auto;
}

div.wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
div.left_block {
  width: 95%;
}
div.right_block {
  width: 5%;
}

.input-group-profile {
  flex-direction: row;
}

.email-input {
  flex-grow: 1;
}

.email-button {
  padding: 0 !important;
}

.footer .footer-menu-marketplace {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.footer .footer-menu-marketplace ul {
  font-size: 0;
}

.footer .footer-menu-marketplace li {
  display: inline-block;
  line-height: 10px;
}

.footer .footer-menu-marketplace li a {
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  color: #95938f;
  opacity: 1;
  transition: all 0.3s linear 0s;
}

.footer .footer-menu-marketplace li a:hover {
  opacity: 0.5;
  transition: all 0.3s linear 0s;
}

.signup-privacy {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
  padding-right: 25px;
}

.coming-soon {
  font-weight: 700;
  font-size: 16px;
}

.selection-mps ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 500px) {
  .selection-mps ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .grid-wrapper-full,
  .grid-wrapper-half,
  .grid-wrapper-third {
    gap: 20px 25px;
    flex-wrap: wrap;
    display: grid;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .grid-wrapper-half.first-items {
    display: flex;
    flex-direction: row;
    gap: 20px 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .mw-80-sm {
    max-width: 80%;
  }
}

.selection-mps li label {
  margin-right: 20px;
  font-family: 'Gravity';
  font-size: 18px;
  font-weight: 400;
  color: #1d190f;
}

.selection-mps {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1d190f;
}

.intro-video-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 563px;
}

.intro-video-frame {
  width: 560px;
  height: 315px;
}

.signup-privacy a:hover {
  opacity: 0.5;
  transition: all 0.3s linear 0s;
}

.edit-button-wrapper {
  display: flex;
}

@media (max-width: 500px) {
  .edit-button-wrapper {
    display: flex;
    flex-direction: column;
  }
}

.edit-button-wrapper .edit-item {
  margin-left: 15px;
}

@media (max-width: 500px) {
  .edit-button-wrapper button {
    float: right;
    margin-bottom: 12px;
  }
  .edit-button-wrapper .copy-item {
    width: 112px;
  }
}

.modal__container {
  width: 80%;
  height: 30%;
}

#modal-1-content > p {
  margin-left: 14%;
}

.connected {
  font-weight: 700;
  font-size: 16px;
}

.disabled-btn-gray {
  pointer-events: none;
  cursor: default;
  background-color: #cccbc7 !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Pagination */
.pagination {
  display: flex;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
  background-color: #fff;
  border-radius: 4px;
  align-content: center;
}

.pagination-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-items-on-page-selection {
  width: auto;
  color: #1d190f;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

.pagination button:hover {
  z-index: 2;
  background-color: #fff2cb;
}
.pagination button:focus {
  z-index: 3;
  background-color: #fff2cb;
  outline: 0;
}
.pagination button.active {
  background-color: #fff2cb;
  cursor: default;
}

.pagination .pagination-page-btn,
.pagination #pagination-backward,
.pagination #pagination-forward {
  min-width: 35px;
  width: 35px !important;
}

.select.pagination-items-on-page-selection {
  color: inherit;
  cursor: default;
}

.pagination-go-input {
  max-width: 45px;
  border: 2px solid #e4e3df;
  color: #1d190f;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

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

@media (max-width: 500px) {
  .pagination-pages-number-block {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    background-color: #fff;
    border-radius: 4px;
    align-content: center;
  }

  .pagination-pages-number-block .pagination-page-btn {
    flex: 1 1 30%;
    max-width: 30%;
    margin-bottom: 5px;
  }

  #pagination-backward,
  #pagination-forward,
  .pagination-go-input,
  #pagination-go-button {
    min-width: 100px !important;
  }

  .pagination-items-on-page-selection {
    width: 210px;
    border: 2px solid #e4e3df;
  }

  .pagination.pagination-updated-style div {
    margin-bottom: 5px;
  }

  .pagination-block {
    display: flex;
  }
  .pagination li {
    max-width: 100px;
  }
  .pagination-size-title {
    width: 110% !important;
  }
}

.active-cursor {
  cursor: pointer !important;
}

.listed_items_label {
  color: #3f0780 !important;
  background-color: rgba(63, 7, 128, 0.3);
  padding: 5px;
  border-radius: 5px;
}

.btn.btn-purple {
  color: #3f0780;
  background-color: rgba(63, 7, 128, 0.3);
}

.btn.btn-purple:disabled {
  color: #5b18a0;
  background-color: #dac5f0;
}

.btn.btn-purple.disabled {
  transition: all 0.3s linear 0s;
  color: #95938f;
  background-color: #e4e3df;
  cursor: not-allowed;
}

.el-disabled {
  transition: all 0.3s linear 0s;
  color: #95938f;
  background-color: #e4e3df;
  cursor: not-allowed;
}

.action-list-btn {
  margin-left: auto;
}

.similar-search-result-wrapper {
  flex-wrap: wrap;
}

.similar-search-result {
  display: flex;
  width: 300px;
  border-radius: 5px;
  margin: 15px;
  height: 155px;
  padding: 5px;
}

.similar-search-result-shout-card {
  padding: 50px;
}
.similar-search-result form {
  width: 100%;
  text-align: center;
  margin-top: 45px;
  display: none;
}

.similar-search-result form .btn {
  display: initial;
}

.similar-search-result:hover form {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

.similar-search-result:hover .details {
  display: none;
}

.flex-loader-wrapper {
  padding-top: 10px;
  display: inline;
  position: relative;
  top: 10px;
}

.promocode_wrapper {
  padding: 25px;
  background-color: rgb(255, 242, 203);
  border: 2px solid #e4e3df;
  margin-bottom: 10px;
}

.password-danger input {
  color: red;
  border-color: red;
}

.password-success {
  color: green;
}

.password-danger .placeholder-info {
  color: blue !important;
}

.password-danger .text-help {
  color: red;
  display: block;
}

.validation-green {
  color: #006500;
  display: none;
}

.card-border {
  min-height: inherit;
  margin-top: 10px;
  background-color: #fff;
  border: 2px solid #e4e3df;
  width: 100%;
}

.column-1 {
  grid-column: 1;
}

.column-2 {
  grid-column: 2;
}

.img-corner {
  position: relative;
  bottom: 25%;
  right: 25%;
  height: 200px;
}

.redirect-desktop {
  flex-direction: column;
  height: 215px !important;
}

.redirect-desktop .title {
  font-weight: 800;
}

.redirect-desktop .text {
  text-align: justify;
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-10 {
  font-size: 10px;
}

.top-100 {
  top: 100% !important;
}

.mt-245 {
  margin-top: 245px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.form-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  background: #fff;
  border: 2px solid #e4e3df;
  border-right-color: #fff;
  border-radius: 4px 0 0 4px;
  margin-bottom: 15px;
}

.form-link p {
  align-content: center;

  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1d190f;
  margin-bottom: 5px;
}

.form-links-block {
  min-width: 170px;
  flex-grow: 1;
  z-index: 2;
}

.form-link.active {
  margin-right: -3px;
  background-color: #fffdf6;
  border-color: #ffd453;
  border-right-color: #fff;
}

.bold-text {
  font-weight: 700;
}

.message.base-tabs {
  max-width: 650px !important;
  flex-grow: 1;
  margin: 0;
}

.base-tabs {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.base-tabs-block {
  display: flex;
  width: 50%;
  min-width: 650px;
  margin: 0;
}

.z-index-0 {
  z-index: 0 !important;
}

@media (max-width: 650px) {
  .base-tabs-block {
    display: flex;
    flex-direction: row;
    width: 50%;
    min-width: 650px;
    margin: 0;
  }

  .form-link.active {
    border-right-color: #ffd453;
  }
  .form-link {
    border-right-color: #e4e3df;
  }
}

@media (max-width: 650px) {
  .open-menu.disable-mobile {
    display: none;
  }
}

.container-m.base-tabs {
  width: 850px;
}

.new-item.base-tabs {
  min-width: 650px;
}

@media (max-width: 650px) {
  .container-m.base-tabs {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-item.base-tabs {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.disable_overlay_wrapper .modal__container {
  height: 40%;
}

.modal__container {
  width: 80%;
  height: 35%;
}

.modal__content {
  margin-top: 0rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.fs-25 {
  font-size: 25px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fw-25 {
  font-weight: 800;
}

.text-center {
  text-align: center;
}

.sticky-block {
  background-color: #f9f6f2;
  align-self: flex-end;
  bottom: 0;
  padding-top: 20px;
}

.tooltip-hidden {
  display: none;
  z-index: 1;
}

.center-tooltip {
  word-break: break-word;
  transform: translateX(-50%);
}

.h6-im {
  font-size: 14px !important;
}

@media (max-width: 410px) {
  .intro-video-group h1,
  p {
    max-width: 90%;
  }
  .table-caption {
    max-width: 40%;
  }
}

.table-caption {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.table-wrapper table .label.archive {
  border: 2px solid #e4e3df;
  background-color: #fff;
  color: black;
}

.h-250 {
  height: 250px !important;
}

.h-300 {
  height: 300px !important;
}

.h-350 {
  height: 350px !important;
}

.h-400 {
  height: 400px !important;
}

.h-550 {
  height: 550px !important;
}

.h-auto {
  height: auto !important;
}

.btn-create-from-scratch {
  float: right;
  padding: 8px;
}

.h-20 {
  height: 20px !important;
}

.h-25 {
  height: 25px !important;
}

.h-750 {
  height: 750px !important;
}

.big-loader {
  content: '';
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #fe4f15;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.p-f-right {
  float: right !important;
}

.fs-13 {
  font-size: 13px;
}

.table-modal-padding tr td {
  padding: 0 13px 0 0 !important;
}

.img-modal {
  width: 100px;
  height: 100px;
}

#modal-import-items-list .modal__container {
  padding: 10px 30px;
}

#modal-import-items-list .modal__responsive__height {
  height: 90vh;
}

#modal-import-items-list .modal__container label,
p {
  margin-bottom: 0;
}

#modal-import-items-list .my-items .items-wrapper {
  height: 61vh;
}

@media (max-width: 500px) {
  .cut-text {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 120px;
    height: 1.2em;
    white-space: nowrap;
  }
  .img-modal {
    width: 80px;
    height: 100px;
  }

  .table-modal-padding tr td {
    padding: 15px 10px 15px 0 !important;
  }

  .selling-page-question-block {
    max-width: 600px;
    width: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .selling-page-info-block {
    max-width: 600px;
    width: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .width-85-sm {
    width: 85% !important;
  }

  .width-100-sm {
    width: 100% !important;
  }

  .m-width-100-sm {
    max-width: 100%;
  }
  .selling-page-info-subtitle {
    font-size: smaller;
    border-bottom: none !important;
  }
  #modal-import-items-list .my-items .items-wrapper {
    height: 55vh;
  }

  #modal-import-items-list .modal__responsive__height {
    height: 90vh;
  }

  #modal-import-items-list #import-modal-second-title {
    font-size: 14px;
  }

  #modal-import-items-list .modal_header {
    font-size: 22px;
  }

  .modal__responsive__height_load_more {
    height: 37em !important;
  }

  .modal__container.mark-as-sold {
    width: 60% !important;
    height: 62% !important;
  }
  .chart {
    height: 50vh;
  }
}

@media (max-height: 660px) {
  #modal-import-items-list .modal__responsive__height {
    height: 98vh;
  }

  #modal-import-items-list #import-modal-second-title {
    font-size: 14px;
  }

  #modal-import-items-list .modal_header {
    font-size: 22px;
  }

  #modal-import-items-list .my-items .items-wrapper {
    height: 55vh;
  }
}

.royalblue {
  color: royalblue !important;
}

.fs-xl {
  font-size: x-large;
}

.cut-text {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 270px;
  height: 1.2em;
  white-space: nowrap;
}

.ti-15 {
  text-indent: 15px !important;
}

@media (max-width: 620px) {
  .similar-search-result-wrapper {
    justify-content: center;
  }
}

.select2-selection--multiple {
  min-height: 40px !important;
  height: auto;
  padding-left: 0;
}

.select2-selection__choice__remove {
  height: 100%;
}

#id_depop_two_factor_code {
  outline: 0;
  border-width: 0 0 2px;
  border-bottom-color: #1d190f;
}

#id_depop_two_factor_code::-webkit-inner-spin-button,
#id_depop_two_factor_code::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.pos-absolute {
  position: absolute;
}

.pos-relative {
  position: relative;
}

.under-form-text {
  margin-top: -18px !important;
  margin-bottom: 15px;
}

.label.edit-dashboard-item {
  border-style: solid;
  border-color: lightgray;
}

.label.edit-dashboard-item.disabled {
  transition: all 0.3s linear 0s;
  color: #95938f;
  background-color: #e4e3df;
  cursor: not-allowed;
}

@media (max-width: 620px) {
  .label.edit-dashboard-item {
    width: auto !important;
  }
}

.thumbnail-dashboard {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.thumbnail-main-form {
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.menu-block {
  display: flex;
}

.billing-count-label {
  margin-right: 15px;
}

.input_disabled_fields {
  background-color: #ffffff !important;
  color: #000 !important;
}

.bottom.billing-settings {
  padding: 25px 0 !important;
}

.message.warning-message {
  color: #000;
  background-color: rgba(255, 241, 202);
  border: 2px solid #95938f;
}

.message.warning-message b {
  font-weight: 400;
}

.container-m .message.warning-message {
  margin: 0 auto;
  border: 2px solid #e4e3df;
}

.message.error-message a {
  text-decoration: underline;
}

.container-m.base-selling-page {
  width: 850px;
}

.selling-page-question-block {
  background-color: #ff6800;
  height: 350px;
  width: 400px;
  border-radius: 10px 0 0 10px;
  margin-top: 30px;
  margin-left: 10px;
  color: #fff;
}

.selling-page-info-block {
  background-color: #ffffff;
  width: 450px;
  border-radius: 10px;
  margin: 10px 15px 10px 0;
  box-shadow: 7px 4px 5px #e4e3df;
}

.selling-page-info-amount {
  font-weight: 700;
  font-size: 60px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-center {
  text-align: center;
}

.selling-page-info-label {
  display: flex;
  justify-content: center;
  width: 100px;
  height: 25px;
  align-items: center;
  font-family: Gravity;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
}

.selling-page-info-label.suitable {
  color: #147a04;
  background-color: rgba(20, 122, 4, 0.3);
}

.selling-page-info-label.current {
  color: #3f0780;
  background-color: rgba(63, 7, 128, 0.3);
}

.selling-page-info-subtitle {
  width: 95%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.selling-page-info-subtitle span {
  background: #fff;
  padding: 0 10px;
}

.width-95 {
  width: 95%;
}

.selling-page-benefit-footer {
  width: 80%;
}

.btn.w-200 {
  width: 200px;
  min-width: 150px;
}

.table-selling-page-benefit {
  vertical-align: baseline;
}

.selling-page-block-title {
  font-weight: 700;
  font-size: 24px;
  margin: 60px 15px 0 20px;
}

.ai-flex-base {
  align-items: baseline;
}

.slider.slider-horizontal {
  width: 100% !important;
}

.slider.slider-horizontal .slider-track {
  height: 5px !important;
}

.slider-handle {
  width: 16px !important;
  height: 16px !important;
  background-color: #fff !important;
  background-image: none !important;
}

.slider-selection.tick-slider-selection {
  background-image: none !important;
  background-color: #ffffff !important;
}

.slider-tick.in-selection {
  background-image: none !important;
}

.slider-tick {
  width: 0 !important;
  height: 0 !important;
}

.current-position-border {
  border: 2.5px solid #3f0780 !important;
}

.suitable-position-border {
  border: 2.5px solid #147a04 !important;
}

.slider-tick.current {
  width: 16px !important;
  height: 16px !important;
  background-color: #3f0780 !important;
  background-image: none !important;
  opacity: 1 !important;
}

.slider-tick.suitable {
  width: 16px !important;
  height: 16px !important;
  background-color: #147a04 !important;
  background-image: none !important;
  opacity: 1 !important;
}

.red-orange {
  color: #ff2202;
}

.align-items-end {
  align-content: flex-end;
}

.fc-out {
  text-decoration: line-through;
}

.fc-22 {
  font-size: 22px;
}

.fc-12 {
  font-size: 12px;
}

select.select.status-filter {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1d190f;
  width: 150px;
}

.border-none {
  border: none !important;
  border-radius: 0;
}

.marketplaces-items .marketplaces-item .label.error {
  color: #e94545;
  background-color: rgba(233, 69, 69, 0.3);
}

.icon {
  display: inline-block;
  height: 12px;
  filter: invert(30%) sepia(82%) saturate(6350%) hue-rotate(352deg) brightness(89%) contrast(128%);
}

.settings-icon {
  display: inline-block;
  height: 14px;
}

.inner-dashboard-table-wrapper {
  display: contents;
  max-width: min-content;
}

.inner-dashboard-table-wrapper::after {
  display: block;
}

/* Dashboard filters block */
#filter-selectors > div:nth-child(2) > div > div > div > button {
  border: 2px solid #ddd;
  border-radius: 4px;
  min-height: 40px;
  position: relative;
}

#filter-selectors > div:nth-child(2) > div > div > div > button > span {
  font-size: 16px;
  font-weight: 700;
  color: #1d190f;
  position: absolute;
  top: 21%;
  left: 44%;
  margin-left: -40px;
}

#filter-selectors > div.filters-dropdown > form > div.d-flex.mb-20 > div:nth-child(2) > button,
#filter-selectors > div.filters-dropdown > form > div.d-flex.mb-20 > div:nth-child(4) > button {
  border: 2px solid #ddd;
  border-radius: 4px;
  min-height: 40px;
  position: relative;
}

#filter-selectors > div.filters-dropdown > form > div.d-flex.mb-20 > div:nth-child(2) > button > span,
#filter-selectors > div.filters-dropdown > form > div.d-flex.mb-20 > div:nth-child(4) > button > span {
  font-size: 16px;
  font-weight: 700;
  color: #1d190f;
  position: absolute;
  top: 18%;
  left: 30%;
  margin-left: -40px;
}

.error-message-from,
.error-message-to {
  font-size: 11px;
  font-weight: 700;
  color: #ff0000;
  padding-left: 5px;
}

.ms-parent label {
  font-size: 16px;
}

.ms-parent input {
  margin-top: 0.4rem !important;
}

.input-search {
  position: relative;
  display: inline-block;
}
.input-search > input {
  padding-right: 1.4em;
}
.input-search > [data-clear-input] {
  display: none;
  position: absolute;
  top: 22%;
  right: 2%;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
}
.input-search > input::-ms-clear {
  display: none;
}

.select2-selection__clear {
  font-size: 20px !important;
  height: 32px !important;
}

#main-checkbox-outer-border {
  height: 40px;
  width: 40px;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.modal__container.archive {
  width: 30%;
  height: 25%;
}

.modal_dashboard_first_paragraph {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}

.disabled-btn-green {
  pointer-events: none;
  cursor: default;
  background-color: rgba(20, 122, 4, 0.3) !important;
  color: #147a04 !important;
  border: 0 !important;
}

.tippy-box[data-theme~='white-board'] {
  border-radius: 4px;
  border: 2px solid #383433;
  background-color: #ffffff;
  color: #383433;
  text-transform: initial !important;
  font-size: 10px;
  margin-top: -8px;
}

.tippy-box[data-theme~='white-board'] > div {
  margin-left: 20px;
  margin-right: 20px;
}

.tippy-box[data-theme~='white-shadow-board'] {
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  color: #383433;
  text-transform: initial !important;
  font-size: 10px;
  margin-top: -8px;
  top: 100%;
  box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
}

.tippy-box[data-theme~='white-shadow-board'] > div {
  margin-left: 10px;
  margin-right: 10px;
}

.tool-tip-top {
  position: relative;
  display: inline-block;
  top: -10px;
}

/* After remove modal__responsive__height_load_more this style should remove */
.modal__responsive__height_load_more {
  height: 715px;
}

.modal__responsive__height_hidden_items {
  height: 750px;
}

.addon-dashboard {
  font-size: 6px;
  color: darkgreen;
  top: -10px;
}

#id_domestic_shipping_cost:read-only {
  background-color: #4a47470d;
  color: #cccbc7;
  cursor: default;
}

.darkgreen {
  color: darkgreen;
}

.mw-90 {
  max-width: 90%;
}

.solid-border-1 {
  border: 1px solid black;
}

.bs-05 {
  border-spacing: 0.5px;
}

#sorting-block > div > div > div > button > span {
  font-size: 16px;
  font-weight: 700;
  color: #1d190f;
  position: absolute;
  top: 20%;
  left: 69%;
  margin-left: -40px;
}

#sorting-block > div > div > div {
  width: max-content !important;
}

.tippy-box[data-theme~='white-dropdown-button'] {
  border-radius: 4px;
  border: 2px solid lightgray;
  background-color: #ffffff;
  color: #383433;
  text-transform: initial !important;
  font-size: 10px;
  width: 100px;
  height: 25px;
  margin-top: -8px;
}

.tippy-box[data-theme~='white-dropdown-button'] > div {
  padding: 0;
}

.mark-as-sold-dropdown {
  background-color: #ffffff;
  font-size: 12px;
  color: #1d190f;
  margin-top: 2px;
}

.modal__container.mark-as-sold {
  width: 40%;
  height: 32%;
}

.modal__container.facebook_listed {
  height: 15%;
}

.modal__content.facebook_listed {
  min-height: auto;
  margin-bottom: 1rem !important;
}

.modal-save-title {
  margin-bottom: 2em !important;
}

.modal-item-template-links {
  margin-bottom: 3em;
  display: flex;
  justify-content: center;
}

.w-270 {
  width: 270px !important;
}

.w-100-percent {
  width: 100%;
}

.w-2em {
  width: 2em;
}

.items-statistics {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #e4e3df;
}

.items-statistics-summary {
  min-height: 100px;
}

.choose-chart {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px !important;
}

.billing-promo-radio {
  border: 0;
  width: 18px;
  height: 18px;
}

.waiting-page {
  margin: auto;
  position: relative;
  right: 40px;
}

.settings-dropdown-wrapper ul {
  list-style: none;
  padding: 0;
}

.modal-form-item .selects-box .clear {
  color: #95938f;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.modal-form-item .selects-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.modal-form-item .select-wrap[name='category_1'] {
  margin-left: 0;
  width: 100%;
}

.modal-form-item .select-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.modal-form-item .choices__inner {
  padding: 3.5px 7.5px 1.75px;
  min-height: 40px;
}

.modal-form-item .select-wrap .choices {
  margin-bottom: 8px;
}

.modal-form-item .choices {
  color: #000;
}

.modal-form-item .select-wrap[name='category_2'] {
  margin-left: 27px;
  width: calc(100% - 27px);
}

.modal-form-item .select-wrap:not(:last-of-type):after {
  content: '';
  display: block;
  position: absolute;
  top: calc(100% - 8px);
  left: 13.5px;
  height: 28.5px;
  width: 1px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_1']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .selects-box .label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.modal-form-item .select-wrap.is-disabled {
  pointer-events: none;
  opacity: 0.8;
}

.modal-form-item .select-wrap[name='category_1'] {
  margin-left: 0;
  width: 100%;
}

.modal-form-item .select-wrap[name='category_1']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_2'] {
  margin-left: 27px;
  width: calc(100% - 27px);
}

.modal-form-item .select-wrap[name='category_2']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_3'] {
  margin-left: 54px;
  width: calc(100% - 54px);
}

.modal-form-item .select-wrap[name='category_3']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_4'] {
  margin-left: 81px;
  width: calc(100% - 81px);
}

.modal-form-item .select-wrap[name='category_4']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_5'] {
  margin-left: 108px;
  width: calc(100% - 108px);
}

.modal-form-item .select-wrap[name='category_5']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .select-wrap[name='category_6'] {
  margin-left: 135px;
  width: calc(100% - 135px);
}

.modal-form-item .select-wrap[name='category_6']:not(:first-of-type):before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: -13.5px;
  height: 1px;
  width: 13.5px;
  background-color: #95938f;
}

.modal-form-item .selects-box .clear img {
  display: block;
  margin-right: 4px;
}

.sticker.finished.medium.disabled {
  transition: all 0.3s linear 0s;
  color: #95938f;
}

.tippy-box[data-theme~='gray-form-board'] {
  background-color: #3e3e3ee0;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
}

.h-600 {
  height: 600px !important;
}

.h-40 {
  height: 40px !important;
}

.user-policies-section-title-tool-tip {
  position: absolute;
  margin-left: 4px;
}

.table-wrapper table .label.xl-large {
  width: 150px;
}

.not-allowed {
  cursor: not-allowed;
}

.close-message-button {
  margin-right: 10px;
  cursor: pointer;
}

.cancel-scheduled-listing-request-button,
.cancel-mass-relisting-request-button {
  height: 30px;
  min-width: 85px;
  width: 85px;
}

.mass-listing-dashboard-column {
  flex: 1;
  min-height: 630px;
  position: relative;
}

.v-right-border {
  border-right: 2px solid #e4e3df;
}

.new-item .mass-listing {
  background-color: #fff;
  border: 2px solid #e4e3df;
  min-height: 630px;
}

.new-item .mass-listing .subtitle-form {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #1d190f;
}

.new-item .mass-listing .subtitle-form:nth-of-type(2) {
  margin: 0;
}

.mass-listing-items-aria {
  width: 82%;
  border: 2px dashed #e4e3df;
  position: absolute;
  left: 9%;
  overflow-y: auto;
}

.mass-listing-items-aria.empty {
  height: 78%;
  top: 12%;
}

.mass-listing-items-aria.rendered-items {
  height: 70%;
  top: 19%;
}
.mass-listing-items-aria.mass-listing-item-aria-error {
  border-color: #ff0000 !important;
}

.mass-listing-buttons-block {
  position: absolute;
  bottom: 0;
  padding: 0 15px 15px 0;
  width: 90%;
}

.mass-listing-buttons-block #load-more-scheduled-listing-help-text {
  bottom: 0;
  padding-left: 5px;
}

.mass-listing-items-placeholder-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.mass-listing-items-errors-list {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-left: 20px;
  color: #ff0000;
}

.mass-listing-items-table-block {
  min-height: inherit;
  background-color: #fff;
  padding-left: 10px;
}

.p-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1d190f;
}

.x-scroll-hidden {
  overflow-x: hidden !important;
}

.mass-listing-items-table-header {
  padding: 0 30px 0 36px;
}

.bg-white {
  background-color: #fff !important;
}

#activity-time-selectors select {
  padding: 0 5px 0 5px;
}

.mobile-page-placeholder {
  display: none;
}

.schedule-listing-explanation-block {
  font-size: 14px;
}

.schedule-listing-explanation-block ul {
  padding-left: 30px;
}

.mass-listing-items-fetch-waiting-loader-wrapper {
  height: auto !important;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 30%;
  transform: translateY(-50%);
}

.w-175 {
  width: 175px;
  min-width: 175px;
}

.mass-listing-start-title {
  margin-bottom: 27px !important;
}

.mass-listing-addon-callout {
  background-color: #f9f6f2;
  border: 2px solid #e4e3df;
  min-height: 491px;
  padding: 20px 20px;
  margin: 0px 28px;
}

.mass-listing-addon-text {
  font-size: 13px;
  font-weight: 700;
  color: #ed5a32;
}

.mass-listing-addon-benefit-title {
  display: inline-flex;
}

.dashboard-sort-btn {
  position: relative;
}

.d-none-important {
  display: none !important;
}

#select-sorting {
  border: 2px solid #ddd;
  border-radius: 4px;
  min-height: 40px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  background-image: url("../img/svg/sort-arrows.1255d7a7cc8c.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 9px 9px;
  background-size: 20px;
  text-align: right;
  padding-left: 35px;
  padding-right: 15px;
  min-width: 100px;
  max-width: 240px;
}

.sort-form,
.filters-dropdown {
  position: absolute;
  top: 225px;
  background-color: #fff;
  z-index: 2;
  border: 2px solid #e4e3df;
  border-radius: 4px;
  padding: 10px;
  min-width: 405px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.sort-form-action-block,
.filter-form-action-block {
  display: flex;
  justify-content: flex-end;
}

#apply-sorting-btn,
#apply-filters-btn,
#close-filters-btn {
  padding: 0 20px;
}

#reset-sorting-btn,
#reset-filters-btn {
  color: #95938f;
}

#reset-sorting-btn:hover,
#reset-filters-btn:hover {
  opacity: 0.8;
  transition: all 0.3s linear 0s;
}

.select-sort {
  max-width: 140px;
}

.select-sort > button {
  border: 2px solid #ddd;
  border-radius: 4px;
  min-height: 35px;
  font-size: 16px;
  color: #000;
}

.select-sort > button.disabled {
  background-color: #fff;
  border: 2px solid #ddd;
  color: #ddd;
}

.select-sort > button > span {
  position: inherit;
}

#select-sorting-marketplace + .select-sort {
  max-width: 80px;
}

.listed-at-tooltip-text {
  white-space: normal;
  text-transform: initial;
  font-weight: 400;
}

.mass-relisting-modal-notification {
  background-color: #f9f6f2;
  border: 2px solid #e4e3df;
  border-radius: 2.5px;
  min-height: 130px;
  padding: 10px 10px;
}

.relisting-modal-container {
  height: auto !important;
}

.relisting-modal-container {
  height: auto !important;
}

.relisting-progress-wrapper,
.mass-offers-progress-wrapper {
  position: fixed;
  bottom: 16px;
  right: 100px;
  min-width: 310px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(22, 22, 22, 0.1);
}

.arrow-icon {
  transition: all 0.5s;
  transform: scale(-1);
}

.relisting-progress-wrapper.opened .arrow-icon,
.mass-offers-progress-wrapper.opened .arrow-icon {
  transform: scale(1);
}

.relisting-progress-title,
.mass-offers-progress-title {
  background-color: #fe4f15;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.relisting-progress-content,
.mass-offers-progress-content {
  padding: 20px;
  display: none;
}

.relisting-progress-content-inner-wrapper,
.mass-offers-progress-content-inner-wrapper {
  margin-bottom: 10px;
}

.relisting-progress-row,
.mass-offers-progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.relisting-progress-time,
.mass-offers-progress-time {
  border-bottom: 1px #e4e3df solid;
}

.relisting-progress-content-subtitle,
.mass-offers-progress-content-subtitle {
  font-size: 13px;
  text-transform: uppercase;
}

.relisting-details-btn-wrapper {
  margin-top: 25px;
}

.relisting-details-btn {
  color: #1d190f;
  border: 2px solid #e4e3df;
  border-radius: 4px;
  padding: 8px 16px;
  margin-top: 5px;
  transition: all 0.3s linear 0s;
}

.relisting-details-btn:hover {
  opacity: 0.8;
}

.mass-relisting-popup-warning-icon-wrapper {
  margin: 8px 26px 0 10px;
}

.mass-relisting-callout-inner-block,
.mass-offers-callout-inner-block {
  background-color: #fff;
  border: 2px solid #e4e3df;
}

input[name='current_price'] {
  background-color: #4a47470d;
  color: #cccbc7;
  cursor: default;
}

.depop-mass-boosting-product-billing-page-description {
  background-color: #f9f6f2;
  border-radius: 5px;
  border: 2px solid #e4e3df;
  padding-right: 1em;
  padding-left: 1em;
}

.depop-mass-boosting-product-billing-page-description > div,
.depop-mass-boosting-product-billing-page-description > p,
#need-subscription-boosting-notice-text-depop > div,
#need-subscription-boosting-notice-text-depop > p {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}

.depop-mass-boosting-product-billing-page-description > div > div {
  margin-left: 0.7em;
  margin-right: 0.7em;
  display: inline-flex;
}

.depop-mass-boosting-product-billing-page-description > div > div > div {
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.depop-mass-boosting-product-billing-page-description > div > div > div > img {
  width: 1em;
  height: 1em;
}

.gap-inherit {
  gap: inherit;
}

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

.mw-40p {
  max-width: 40%;
}

.mw-50p {
  max-width: 50%;
}

#need-subscription-boosting-notice-text-depop > div > div {
  display: inline-flex;
  gap: 5px;
}

.ml-5p {
  margin-left: 5%;
}

.list-again-label {
  justify-content: space-around !important;
}

.list-again-modal-wrapper {
  background-color: #f9f6f2;
  border: 2px solid #e4e3df;
  border-radius: 2.5px;
  min-height: 130px;
  padding: 10px 10px;
}

.list-again-modal-wrapper > div {
  gap: 15px;
}

.list-again-modal-icon {
  width: 16px;
}

.fs-20-important {
  font-size: 20px !important;
}

.mw-65 {
  max-width: 65px;
}

.list-again-label.disabled-important {
  color: #95938f !important;
  background-color: #e4e3df !important;
}

.boosting-label {
  white-space: normal;
  text-transform: initial;
  font-weight: 400;
}

.total-dashboard-items-count {
  color: #e94545 !important;
  font-size: 14px;
}

.edit-template-url {
  border-style: solid;
  border-color: lightgray;
}

.mw-70 {
  max-width: 70px;
}

.mw-100 {
  max-width: 100px;
}

.gap-10px {
  gap: 10px;
}

.modal__container.mass-delisting-container {
  width: 40% !important;
}

.modal__container.mass-delisting-proceed-container {
  width: 50%;
  height: 20%;
}

.relative-inline {
  position: relative;
  display: inline-block;
}

.updating-model-notification {
  position: absolute;
  top: calc(100% + 5px);
}

.border-red-1 {
  border: 1px solid red !important;
}

.filter-button {
  min-width: 100px;
  max-width: 240px;
}

.list-item-button-dashboard-loader {
  width: 100%;
  position: relative;
  right: 20px;
}

.delist-item-button-dashboard-loader {
  position: relative;
  top: 3px;
}

.runtime-message b {
  font-weight: 700 !important;
}
