#uploaded_images {
  width: 100%;
}

.dz-preview {
  display: none;
}

.builder-page {
  background: white;
  padding: 10px;
}

.builder-section {
  display: inline-block;
  width: 100%;
  background: #edf2f9;
  padding: 20px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.builder-section span.builder-section-title {
  color: gray;
}

.builder-block {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  /* border: 1px solid black; */
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 7%);
  border-radius: 5px;
  color: #495584;
  cursor: pointer;
}

.builder-block:hover {
  background: #f6f6f7;
}

.builder-block:hover .icon-container {
  display: flex;
}

.block-disabled {
  opacity: 0.8;
  color: #999;
}

.icon-container {
  display: none;
}

.icon-container i:hover {
  background: #e4e5e7;
  border-radius: 3px;
}

.icon-container i {
  font-size: 20px;
}

.builder-block-add {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  color: #495584;
  cursor: pointer;
  border: 1px solid #495584;
  font-size: 16px;
  font-weight: 500;
}

.builder-block-add i {
  font-size: 20px;
  color: #0d6efd;
}

.builder-section .ui-sort-highlight {
  width: 100%;
  padding: 20px;
  background: #f5f5f5;
  border: 2px dashed #c1c1c1;
  margin-top: 10px;
}

.product_checks {
  width: auto !important;
  bottom: initial !important;
  position: initial !important;
}

.sticky-wrapper {
  /* height: auto !important; */
}

.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

.tabs [data-tab] span {
  opacity: 0;
}

.tabs [data-tab].active span {
  opacity: 1;
}

.side-app .page-header {
  background: white;
  padding: 15px 30px;
  margin-top: 0px;
  margin-left: -30px;
  border-radius: 0px;
  box-sizing: border-box;
}

.sticky-wrapper {
  width: calc(100% + 60px) !important;
  z-index: 99 !important;
}

.position-sticky .sticky-wrapper {
  width: 100% !important;
  z-index: 99 !important;
}

.page-header {
  box-shadow: rgba(9, 30, 66, 0.05) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.03) 0px 0px 0px 1px;
}

.period-selector .active {
  background: #0c6dfd;
  color: white;
  font-weight: bold;
}

/* multiselect custom plugin */
.multiselect {
  display: inline-block;
  min-width: 350px;
  max-width: 100%;
  width: 100%;
  background: #edf2f9;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: thin solid #ececec;
}

.multiselect .multicontainer-search {
  padding: 5px 8px;
  box-sizing: border-box;
}

.multiselect .multicontainer-search input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid var(--input-border);
  border-radius: 5px;
}

.multiselect .multicontainer-select-all {
  width: 100%;
  box-sizing: border-box;
  border-bottom: thin solid #ececec;

  font-size: 12px;
  padding: 3px 13px;
}

.multiselect .multicontainer-select-all input {
  position: relative;
  top: 0px;
}

.multiselect .multicontainer-items {
  height: 290px;
  width: 100%;
  display: inline-block;
  overflow-y: scroll;
  padding: 10px 13px;
  box-sizing: border-box;
  background: white;
}

.multiselect .multicontainer-items span {
  width: 100%;
  display: inline-block;
}

.multiselect span.hint {
  padding: 3px 13px;
  font-size: 11px;
  display: inline-block;
  top: -3px;
  position: relative;
  color: #495584;
  font-weight: bold;
}

.multiselect .multicontainer-items label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  padding: 4px 0px;
}

.multiselect .multicontainer-items input[type="checkbox"] {
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}

/* end multiselect */

.icons-to-use code {
  font-size: 9px;
}

#shipping_methods .ui-sort-highlight {
  background: #f5f5f5;
  border-top: 2px dashed #c1c1c1;
  border-bottom: 2px dashed #c1c1c1;
  padding-top: 30px;
  padding-bottom: 30px;
  border-right: 2px dashed #c1c1c1;
  border-radius: 0px 8px 8px 0px;
  border-left: 2px dashed #c1c1c1;
  border-radius: 8px 0px 0px 8px;
}

.ship-rule.add-rule-hide .hide-add input,
.ship-rule.add-rule-hide .hide-add-html,
.add-rule-new {
  display: none;
}
.ship-rule.add-rule-hide .add-rule-new {
  display: inline-block;
}

.table-display-block {
  display: inline-block;
  width: 100%;
}

.table-display-block tr {
  border-bottom: 20px solid white !important;
}

.table-display-block td {
  display: flex;
  width: 50%;
  float: left;
  padding: 6px 0px;
  font-size: 12px;
  border-bottom: thin solid #ececec;
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
}

.table-display-block td small {
  font-size: 12px;
}


.import-dash .number-font
{
	font-size: 1rem;
}

ul#feed-logs
{
	background: #ededed;
    font-size: 13px;
    max-height: 300px;
    min-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}



.variants-selector
{
	display: block;
    width: 100%;
    height: 40px;
    cursor:pointer;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--input-border);
    border-radius: 7px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.variant-fix-new
{
	position:relative;
}

.variants-selector .selected-variant
{
	height: 100%;
    display: inline-block;
    float: left;
    padding: 3px 6px 3px 11px;
    box-sizing: border-box;
    background: #0d6efd;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
}

.variants-selector .selected-variant i
{
	    color: white;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-left: 10px;
}

.variant-fix-new .variant-options
{
    position: absolute;
    top: 37px;
    left: 0px;
    background: white;
    z-index: 99;
    border: 1px solid var(--input-border);
    border-radius: 0px 0px 7px 7px;

    box-shadow: 1px 3px 9px -7px #000000ba;
    width: 50%;
    display:none;
    border-top: 0px;
}

.variant-fix-new.opened .variants-selector
{
	border-radius: 7px 7px 0px 0px ;
}

.variant-fix-new.opened .variant-options
{
	display: inline-block;
	max-height: 228px;
	overflow-y: scroll;
}

.variant-fix-new .variant-options span
{
	display:inline-block;
	width:100%;
	border-bottom: thin solid #ececec;
	padding: 8px 10px;
	cursor:pointer;
}

.variant-fix-new .variant-options span.selected
{
	background:#0d6efd2e;
}

.variant-fix-new .variant-options span:not(.variant-item-search):hover
{
	background: #f2f2f2;
}

.form-check-input.pending:checked[type=checkbox]
{
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: rgb(221, 221, 221); display: block;' width='200px' height='200px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='30' stroke='%23ffffff' stroke-width='10' fill='none'%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='30' stroke='%230d6efd' stroke-width='8' stroke-linecap='round' fill='none'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50;180 50 50;720 50 50' keyTimes='0;0.5;1'%3E%3C/animateTransform%3E%3Canimate attributeName='stroke-dasharray' repeatCount='indefinite' dur='1s' values='18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882' keyTimes='0;0.5;1'%3E%3C/animate%3E%3C/circle%3E%3C/svg%3E");
}

#ajax-loader
{
	z-index: 9999 !important;
}

.form-check.form-switch {
	display: flex;
	align-items: center;
}

.form-check.form-switch .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
  position:relative
}