.vendor-marketplace-element-button {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cfd8dc;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #263238;
  text-decoration: none;
  margin: 15px 0;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 100%;
  word-break: keep-all;
}

.vendor-marketplace-element-button:hover {
  background-color: #cfd8dc;
  color: #263238;
}

.vendor-marketplace-element-button-disabled {
  opacity: 0.7 !important;
  background: #e4e4e4 !important;
  cursor: default !important;
}

.vendor-marketplace-element-button:disabled {
  opacity: 0.7 !important;
  background: #e4e4e4 !important;
  cursor: default !important;
}

.vendor-marketplace-admin-btn-primary {
  background: #6448e7;
}

.vendor-marketplace-admin-btn-primary:hover {
  background: #7e63fc;
}

.vendor-marketplace-admin-btn-success {
  background: #00bc87;
  color: #ffffff;
}

.vendor-marketplace-admin-btn-success:hover {
  background: #09c590;
  color: #ffffff;
}

.vendor-marketplace-admin-btn-danger {
  background: #bc0000;
  color: #ffffff;
}

.vendor-marketplace-admin-btn-danger:hover {
  background: #c50909;
  color: #ffffff;
}

.vendor-marketplace-element-button-pro {
  display: inline-flex;
  align-items: center;
  background-color: #4312e2;
  background-image: linear-gradient(180deg, #9524ff 0%, #4312e2 100%);
  color: #ffffff;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0;
  cursor: pointer;
}

.vendor-marketplace-element-button-pro:hover,
.vendor-marketplace-element-button-pro:active,
.vendor-marketplace-element-button-pro:focus {
  color: #ffffff;
  background-image: none;
}

.vendor-marketplace-element-button img,
.vendor-marketplace-element-button-pro img {
  height: 20px;
  margin-left: 5px;
}

.vendor-marketplace-element-colorlink {
  display: inline-block;
  text-decoration: none;
  color: #6448e7;
  padding: 13px 0;
}

.vendor-marketplace-element-colorlink:hover {
  color: #6448e7;
}

.vendor-marketplace-element-button-selected {
  background-color: #d5ddfc !important;
}

/* Text */
.vendor-marketplace-element-text-xxs {
  font-size: 12px;
  line-height: 16px;
}

.vendor-marketplace-element-text-xs {
  font-size: 14px;
  line-height: 17px;
}

.vendor-marketplace-element-text-sm {
  font-size: 16px;
  line-height: 19px;
}

.vendor-marketplace-element-text-md {
  font-size: 18px;
  line-height: 21px;
}

.vendor-marketplace-element-text-lg {
  font-size: 24px;
  line-height: 28px;
}

.vendor-marketplace-element-text-800 {
  font-weight: 800;
}

.vendor-marketplace-element-text-dark {
  color: #263238;
}

.vendor-marketplace-element-text-gray {
  color: #546e7a;
}

.vendor-marketplace-element-text-light {
  color: #f2f4f6;
}

.vendor-marketplace-element-text-center {
  text-align: center;
}

.vendor-marketplace-element-m0 {
  margin: 0;
}

.vendor-marketplace-element-mb1 {
  margin-bottom: 10px;
}

.vendor-marketplace-element-flex1 {
  flex: 1;
}

.vendor-marketplace-element-flex0 {
  flex: 0;
}

.vendor-marketplace-mr-10 {
  margin-right: 10px;
}

.vendor-marketplace-mr-5 {
  margin-right: 5px;
}

.vendor-marketplace-m0 {
  margin: 0px;
}

#vendor-marketplace-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

.vendor-marketplace-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.vendor-marketplace-modal{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  z-index: 2;
}

.vendor-marketplace-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 40px;
}

.vendor-marketplace-modal-header h2 {
  margin:0;
}

.vendor-marketplace-content-box {
  display: block;
  background-color: #ffffff;
  padding: 40px 44px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}

.vendor-marketplace-file-input-drag-box input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.vendor-marketplace-file-input-drag-preview-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap:10px;
}
.vendor-marketplace-file-input-drag-preview-unset {
  display: none;
}

.vendor-marketplace-category-slider {
  display: flex;
  position: relative;
  overflow: hidden;
  cursor:grab;
  user-select: none;
}
.vendor-marketplace-category-slider-inner {
  display:flex;
  flex-wrap: nowrap;
  gap: 10px;
  transition: transform 0.3s ease;
}

.vendor-marketplace-category-slider-moving {
  cursor: grabbing;
}

.vendor-marketplace-category-slider-moving .vendor-marketplace-category-slider-inner {
  transition: none;
}

.vendor-marketplace-category-slider-moving .vendor-marketplace-category-slider-inner a {
  cursor: grabbing;
}


.vendor-marketplace-category-slider-button-wrapper {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
  top:0;
}

.vendor-marketplace-category-slider-button-wrapper {
  pointer-events: none;
  touch-action: none;
}

.vendor-marketplace-category-slider-button-wrapper button {
  pointer-events: all;
  touch-action: auto;
}

.vendor-marketplace-category-slider-button-wrapper.vendor-marketplace-category-slider-button-disabled button {
  pointer-events: none;
  touch-action: none;
}

.vendor-marketplace-category-slider-button-wrapper * {
  cursor: pointer;
  user-select: none;
}

.vendor-marketplace-category-slider-button-wrapper-left {
  left: 0;
}
.vendor-marketplace-category-slider-button-wrapper-right {
  right: 0;
}