.ustorekit-common-margin-10 {
    margin: 10px 0px 10px 0px;
}

.ustorekit-common-under-margin-10 {
  margin: 0 0 20px 0;
}

.ustorekit-common-above-margin-10 {
  margin: 10px 0 0 0;
}

.tags-margin {
  margin: 5px 10px 0 0;
}

.ustorekit-common-margin-30 {
    margin: 30px 0px 30px 0px;
}

.ustorekit-common-margin-10-side {
    margin: 0px 10px 0px 10px;
}

.ustorekit-common-margin-10-left {
  margin: 0px 0px 0px 10px;
}

.ustorekit-common-margin-10-right {
  margin: 0px 10px 0px 0px;
}

.ustorekit-span-note {
    margin: 0px 10px 0px 10px;
    font-size: smaller;
    font-style: italic;
}

/* Attachment */
.drop-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 50px 50px;
    width: 1000px;
    height: 200px;
    border: 4px dashed #BDBDBD;
    background-color: #fafafa;
    color: #bdbdbd;
    display: block;
  }
  
  .upload-icon {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    position: relative;
  }
  
  .upload-icon .fas {
    font-size: 50px;
  }
  
  .drop-message {
    text-align: center;
    color: #BDBDBD;
    font-size: 20px;
    position: relative;
  }
  
  .file-display-container {
    /* position: fixed; */
    width: 1000px;
    margin: 0 50px;
  }
  
  .file-status-bar{
    width: 100%;
    vertical-align:top;
    margin-bottom: 10px;
    position: relative;
    line-height: 30px;
    height: 30px;
  }
  
  /* .file-status-bar > div {
    overflow: hidden;
  } */
  
  .file-type {
    display: inline-block!important;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    margin-top: 25px;
    padding: 0 4px;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #abc;
    color: #fff;
    background: #0080c8;
    text-transform: uppercase;
  }
  
  .file-name {
    /* display: inline-block; */
    vertical-align:top;
    margin-left: 40px;
    color: #4aa1f3;
    float: left;
  }
  
  .file-error {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    color: #9aa9bb;
  }
  
  .file-error-message {
    color: red;
  }
  
  .file-type-logo {
    width: 30px;
    height: 30px;
    position: absolute;
  }
  
  .file-size {
    /* display:inline-block; */
    vertical-align:top;
    color:#30693D;
    margin-left:10px;
    margin-right:5px;
    margin-left: 10px;
    color: #444242;
    font-weight: 700;
    font-size: 14px;
    float: left;
  }
  
  .file-remove  {
    position: absolute;
    top: 9px;
    right: 10px;
    line-height: 15px;
    cursor: pointer;
    color: red;
    margin-right: -10px;
  }
  
  .file-upload-btn {
    float: right;
    padding: 8px 15px;
    margin: 30px 43px 30px 0px;
  }
  
  .file-input {
    display: none;
  }
  
  .progress-container {
    background: white;
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
  }
  
  .progress-container span {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: 20px;
  }
  
  .progress {
    width: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #efefef;
    height: 20px;
    border-radius: 5px;
  }
  
  .progress-bar {
    position: absolute;
    background-color: #4aa1f3;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  
  .error {
    color: red;
  }


/* Example Styles for React Tags*/

div.ReactTags__tags {
    position: relative;
}

/* Styles for the input */
div.ReactTags__tagInput {
    width: 220px;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px;
}
div.ReactTags__tagInput input.ReactTags__tagInputField {
    /* height: 31px;
    margin: 0;
    font-size: 12px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 4px; */
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  color: #495057;
  background-color: #fff;
  border-color: #eaf8fd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(120, 213, 239, 0.25);
}

div.ReactTags__tagInput input.ReactTags__tagInputField::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; 
}

div.ReactTags__tagInput input.ReactTags__tagInputField:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; 
}

div.ReactTags__tagInput input.ReactTags__tagInputField::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; 
}

div.ReactTags__tagInput input.ReactTags__tagInputField::placeholder {
  color: #6c757d;
  opacity: 1; 
}

/* Styles for selected tags */
div.ReactTags__selected span.ReactTags__tag {
  line-height: 1.5;
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  cursor: move;
  border-radius: 2px;
}
div.ReactTags__selected button {
  text-decoration: none;
  border: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
div.ReactTags__selected button.ReactTags__remove {
    color: #aaa;
    margin-left: 5px;
    cursor: pointer;
}

/* Styles for suggestions */
div.ReactTags__suggestions {
    position: absolute;
}
div.ReactTags__suggestions ul {
    list-style-type: none;
    box-shadow: .05em .01em .5em rgba(0,0,0,.2);
    background: white;
    width: 200px;
}
div.ReactTags__suggestions li {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0;
}
div.ReactTags__suggestions li mark {
    text-decoration: underline;
    background: none;
    font-weight: 600;
}
div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
    background: #b7cfe0;
    cursor: pointer;
}

/* Apply Variants */
.inlineElements {
  display: inline;
  margin: 10px 0;
}

.apply-all-variants {
  margin: 0 10px 0 0;
  width: 15%;
  float: left;
}

.variants-table {
  width: 100%;
}

.variation-model-table {
  width: 100%;
  border: 1px solid #ebebeb;
  border-top-width: 0;
  border-left-width: 0;
}

.variation-model-table .flex {
  display: flex;
}

.variation-model-table .flex div {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.variation-model-table .table-cell {
  min-height: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #999;
  border: 1px solid #ebebeb;
  border-bottom-width: 0;
  border-right-width: 0;
  word-break: break-word;
}

.variation-model-table .table-header {
  background-color: #fafafa;
  padding: 12px;
}

.table-cell-wrapper {
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.two-tier-stock {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

.variation-model-table-cell {
  width: 100%;
}

.product-edit-form-item-content {
  position: relative;
  line-height: 22px;
}

.product-edit-input {
  position: relative;
}

.ustorekit-input {
  line-height: 0;
}

.ustorekit-input__inner--large {
  height: 40px;
  padding: 0 12px;
}

.ustorekit-input__inner {
  position: relative;
  display: inline-table;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  outline: none;
  transition: border .2s ease-in-out;
}

.ustorekit-input__inner--large .ustorekit-input__input {
  height: 38px;
  font-size: 14px;
}

.ustorekit-input__inner .ustorekit-input__input {
  border-radius: 4px;
}

.ustorekit-input__input {
  display: table-cell;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  background-color: inherit;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

.variation-model-table .table-cell .ustorekit-input__inner {
  border-color: #fff;
  border-radius: 0;
}

.variant-data-row {
  margin: auto;
}

.variation-model-table .first-variation {
  -webkit-box-flex: 1;
  flex: 1;
  margin-right: -1px;
}

/* Dropzone*/
.dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border .24s ease-in-out;
}

.dropzone p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

/* Delete button on thumnail preview */
.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  background: rgba(187, 187, 187, 0.8);
  margin: -10px;
  line-height: 25px;
  padding: 0.01px 0 0 0.05px;
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 25px;
}

.rmv:hover {
  background: rgba(187, 187, 187, 1);
}

.float-left {
  float:left;
}

.selectbox-container {
  width: 80%;
}

/* Thumbnail */
.thumbsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 16;
}

.thumb {
  display: inline-flex;
  border-radius: 2;
  border: 1px solid #eaeaea;
  margin-bottom: 8;
  margin-right: 8;
  width: 100;
  height: 100;
  padding: 4;
  box-sizing: border-box;
}

.thumbInner {
  display: flex;
  min-width: 0;
  overflow: hidden;
}

.thumbInner img {
  display: relative;
  width: auto;
  height: 100%;
}

.user-block .comment, .user-block .description, .user-block .username {
  margin-left: 0;
}

/* Tooltip */
.tooltip-container {
  position: relative;
}

.tooltip-box {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  top: calc(100% + 5px);
  display: none;
}

.tooltip-box.visible {
  display: block;
}

.tooltip-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}