
.vc-editable-input {
  position: relative;
}
.vc-input__input {
  padding: 0;
  border: 0;
  outline: none;
}
.vc-input__label {
  text-transform: capitalize;
}


.vc-saturation,
.vc-saturation--white,
.vc-saturation--black {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vc-saturation--white {
  background: linear-gradient(to right, #fff, rgba(255,255,255,0));
}
.vc-saturation--black {
  background: linear-gradient(to top, #000, rgba(0,0,0,0));
}
.vc-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.vc-saturation-circle {
  cursor: pointer;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.6px #fff, inset 0 0 1px 1px rgba(0,0,0,.3), 0 0 1px 2px rgba(0,0,0,.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}


.vc-hue {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 2px;
}
.vc-hue--horizontal {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.vc-hue--vertical {
  background: linear-gradient(to top, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.vc-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.vc-hue-pointer {
  z-index: 2;
  position: absolute;
}
.vc-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  background: #fff;
  transform: translateX(-2px) ;
}


.vc-checkerboard {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: contain;
}


.vc-alpha {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vc-alpha-checkboard-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
}
.vc-alpha-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vc-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.vc-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.vc-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .6);
  background: #fff;
  margin-top: 1px;
  transform: translateX(-2px);
}


.vc-sketch {
  position: relative;
  width: 200px;
  padding: 10px 10px 0;
  box-sizing: initial;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 16px rgba(0, 0, 0, .15);
}
.vc-sketch-saturation-wrap {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.vc-sketch-controls {
  display: flex;
}
.vc-sketch-sliders {
  padding: 4px 0;
  flex: 1;
}
.vc-sketch-sliders .vc-hue,
.vc-sketch-sliders .vc-alpha-gradient {
  border-radius: 2px;
}
.vc-sketch-hue-wrap {
  position: relative;
  height: 10px;
}
.vc-sketch-alpha-wrap {
  position: relative;
  height: 10px;
  margin-top: 4px;
  overflow: hidden;
}
.vc-sketch-color-wrap {
  width: 24px;
  height: 24px;
  position: relative;
  margin-top: 4px;
  margin-left: 4px;
  border-radius: 3px;
}
.vc-sketch-active-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 0 4px rgba(0, 0, 0, .25);
  z-index: 2;
}
.vc-sketch-color-wrap .vc-checkerboard {
  background-size: auto;
}
.vc-sketch-field {
  display: flex;
  padding-top: 4px;
}
.vc-sketch-field .vc-input__input {
  width: 90%;
  padding: 4px 0 3px 10%;
  border: none;
  box-shadow: inset 0 0 0 1px #ccc;
  font-size: 10px;
}
.vc-sketch-field .vc-input__label {
  display: block;
  text-align: center;
  font-size: 11px;
  color: #222;
  padding-top: 3px;
  padding-bottom: 4px;
  text-transform: capitalize;
}
.vc-sketch-field--single {
  flex: 1;
  padding-left: 6px;
}
.vc-sketch-field--double {
  flex: 2;
}
.vc-sketch-presets {
  margin-right: -10px;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.vc-sketch-presets-color {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: top;
  cursor: pointer;
  width: 16px;
  height: 16px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
}
.vc-sketch-presets-color .vc-checkerboard {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
  border-radius: 3px;
}
.vc-sketch__disable-alpha .vc-sketch-color-wrap {
  height: 10px;
}

.color-picker-container .color-picker-button[data-v-5c4eff5b] {
  height: 24px;
  padding: 0 0 0 30px;
  margin: 0 0 6px;
  font-size: 11px;
}
.color-picker-container .color-picker-button span[data-v-5c4eff5b] {
  display: block;
  padding: 0 6px;
  line-height: 22px;
  color: #555;
  text-align: center;
  background: #f7f7f7;
  border-left: 1px solid #ccc;
  border-radius: 0 2px 2px 0;
}
.color-picker-container .hex-input[data-v-5c4eff5b] {
  width: 65px;
  padding: 3px 5px 4px;
  margin: 0 3 0 0;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.4;
  vertical-align: top;
  box-shadow: 0 1px 0 #ccc;
}

ul.dokan-settings-repeatable-list {
  list-style-type: disc;
  padding-left: 20px;
}
ul.dokan-settings-repeatable-list li span.remove-item {
  padding-top: 0px;
  cursor: pointer;
}
.dokan-repetable-add-item-btn {
  font-size: 16px !important;
  font-weight: bold !important;
  height: 25px !important;
  line-height: 22px !important;
}

.wepos-settings-wrap {
  position: relative;
  display: flex;
  border: 1px solid #c8d7e1;
}
.wepos-settings-wrap .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.wepos-settings-wrap .loading .wepos-loader {
  top: 40%;
  left: 45%;
}
.wepos-settings-wrap .dashicons {
  padding-top: 2px;
  margin-right: 5px;
}
.wepos-settings-wrap .dashicons.dashicons-admin-generic {
  color: #6c75ff;
}
.wepos-settings-wrap .dashicons.dashicons-cart {
  color: #00aeff;
}
.wepos-settings-wrap .dashicons.dashicons-money {
  color: #d35400;
}
.wepos-settings-wrap .dashicons.dashicons-admin-page {
  color: #8e44ad;
}
.wepos-settings-wrap .dashicons.dashicons-admin-appearance {
  color: #3498db;
}
.wepos-settings-wrap .dashicons.dashicons-networking {
  color: #1abc9c;
}
.wepos-settings-wrap h2.nav-tab-wrapper {
  flex: 1;
  border-bottom: none;
  padding: 0;
  background: #f1f1f1;
  border-right: 1px solid #c8d7e1;
}
.wepos-settings-wrap h2.nav-tab-wrapper a {
  float: none;
  display: block;
  margin: 0;
  border: none;
  padding: 13px 13px;
  background: #f1f1f1;
  font-weight: 500;
  border-bottom: 1px solid #c8d7e1;
  transition-property: none;
  transition: none;
}
.wepos-settings-wrap h2.nav-tab-wrapper a.nav-tab-active {
  background: #fff !important;
  border-right: 1px solid #c8d7e1;
  width: 99%;
  color: #2e4453;
  transition: none;
  transition-property: none;
}
.wepos-settings-wrap h2.nav-tab-wrapper a:focus,
.wepos-settings-wrap h2.nav-tab-wrapper a:active,
.wepos-settings-wrap h2.nav-tab-wrapper a:visited,
.wepos-settings-wrap h2.nav-tab-wrapper a:hover {
  outline: none;
  box-shadow: none;
}
.wepos-settings-wrap .metabox-holder {
  flex: 3;
  padding-left: 3%;
  padding-right: 10px;
  background: #fff;
}
.wepos-settings-wrap .radio-image-container .radio-image {
  display: block;
  width: 50%;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 15px;
  position: relative;
  line-height: 0;
  border: 1px solid #ededed;
  padding: 4px;
}
.wepos-settings-wrap .radio-image-container .radio-image img {
  max-width: 100%;
  z-index: 1;
}
.wepos-settings-wrap .radio-image-container .radio-image .current-option-indicator {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #4CAF50;
  color: #fff;
  padding: 4px;
  z-index: 2;
  line-height: 1.4;
}
.wepos-settings-wrap .radio-image-container .radio-image .active-option {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  transition: opacity 0.4s ease;
}
.wepos-settings-wrap .radio-image-container .radio-image .active-option button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -58px;
}
.wepos-settings-wrap .radio-image-container .radio-image:hover .active-option {
  opacity: 1;
}
.wepos-settings-wrap .radio-image-container .radio-image.active .active-option {
  display: none;
}
.wepos-settings-wrap .radio-image-container .radio-image.not-active .current-option-indicator {
  display: none;
}
.wepos-settings-wrap .radio-image-container label {
  display: block;
  margin-bottom: 5px;
}
.wepos-settings-wrap .radio-image-container label > input[type='radio'] {
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}
.wepos-settings-wrap .radio-image-container label > img {
  max-width: 100%;
}

