#wsc {
    padding-bottom: 0;
}
#wsc-message {
    padding-bottom: 16px;
}
#wsc-message-content img {
    display: inline-block;
    margin-right: 8px;
}
#wsc-file-name {
    display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  width: 259px;
  background-color: #fff;
  font-size: 15px;
  padding: 15px;
  height: auto;
  border: 1px #0b77c4 solid;
}
#wsc-file-name a{ color:#0b77c4;}
#wsc-file-delete {
    height: 32px;
    vertical-align: bottom;
}
#wsc-modal .uk-modal-close-default,
#wsc-modal-file-add .uk-modal-close-default {
    top: 16px;
    right: 16px;
}
#wsc-modal .uk-modal-close-default:hover svg path {
    stroke: #0b77c4;
}
.wsc-tooltip {
    margin-left: 4px;
    bottom: 4px;
}
.wsc-preview,
.wsc-text {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(16, 25, 28, 0.15);
}
.wsc-content .uk-h5 {
    line-height: 24px;
}
.wsc-content .uk-h5 img {
    margin-right: 8px;
}
#wsc-preview-pdf {
    line-height: 24px;
    transition: none;
}
#wsc-preview-pdf:hover {
    color: #0b77c4;
    text-decoration: underline;
}
#wsc-preview-pdf img,
.wsc-content h5 img {
    display: inline-block;
    margin-right: 8px;
    vertical-align: bottom;
}
#wsc button:not(.uk-button),
.wsc-content button:not(.uk-button) {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
#wsc-buttons {
    display: flex;
}
#wsc-buttons > div {
    flex: 1 1 calc(50% - 16px);
    margin-bottom: 16px;
    margin-right: 16px;
}
#wsc-buttons > div button {
    white-space: nowrap;
}
.wsc-file {
    display: none;
}
.wsc-file-msg {
    font-weight: 600;
    color: #f0506e;
    margin-top: 8px;
}
.wsc-canvas-container {
    display: inline-block;
    margin-bottom: 20px;
    padding: 40px;
    border-radius: 0px;
    background: rgba(16, 25, 28, 0.08);
}
.wsc-canvas-wrapper {
    position: relative;
    height: 100%;
}
.wsc-canvas {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background: #fff;
    overflow: hidden;
}
.wsc-canvas-container.circle .wsc-canvas {
    border-radius: 50%;
}
.wsc-svg {
    width: 100%;
    height: 100%;
    font-weight: 400;
}
#wsc-svg-canvas-border {
    visibility: hidden;
}
.wsc-canvas-height,
.wsc-canvas-width {
    position: absolute;
    color: rgba(16, 25, 28, 0.63);
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
}
.wsc-canvas-width {
    top: -22px;
    width: 100%;
}
.wsc-canvas-height {
    top: 0;
    left: -22px;
    width: 12px;
    height: 100%;
}
.wsc-canvas-width span {
    position: relative;
}
.wsc-canvas-height span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(270deg) translateX(-50%);
    transform-origin: left top;
}
.wsc-canvas-height span::after,
.wsc-canvas-height span::before,
.wsc-canvas-width span::after,
.wsc-canvas-width span::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 1000px;
    height: 1px;
    background-color: rgba(16, 25, 28, 0.15);
}
.wsc-canvas-height span::before,
.wsc-canvas-width span::before {
    right: calc(100% + 10px);
}
.wsc-canvas-height span::after,
.wsc-canvas-width span::after {
    left: calc(100% + 10px);
}
.wsc-preview-options {
    display: flex;
}
.wsc-preview-options > div {
    margin-right: 16px;
    margin-bottom: 8px;
}
.wsc-preview-options > div:last-child {
    margin-right: 0;
}
#wsc-svg-date-stamp-text {
    pointer-events: none;
    user-select: none;
}
#wsc-svg-round-text-helper {
    visibility: hidden;
}
#wsc-svg-round-text-helper text,
#wsc-svg-round-text-helper tspan {
    line-height: 0;
}
.wsc-text-container .uk-h6 {
    margin: 16px 0;
}
.wsc-text-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(16, 25, 28, 0.05);
    padding-bottom: 8px;
}
.wsc-text-item.no-border {
    border-bottom: none;
}
.wsc-text-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: none;
}
.wsc-text-item > div,
.wsc-text-item > input {
    margin-bottom: 8px;
    margin-right: 8px;
}
.wsc-text-item > input {
    max-width: 290px;
}
.wsc-text-delete {
    margin-left: 8px !important;
    height: 32px;
}
.wsc-content .button-group {
    border-radius: 4px;
    box-shadow: 2px 4px 8px rgba(16, 25, 28, 0.1);
    white-space: nowrap;
}
.wsc-content .button-group.button-group-display {
    margin-left: 26px;
}
.wsc-content .button-group.button-group-display input {
    margin-left: -30px;
    padding: 8px 2px;
    width: 26px;
    background-color: transparent;
    box-shadow: none;
    text-align: right;
    outline: 0;
}
.wsc-content .button-group.button-group-display input::-webkit-inner-spin-button,
.wsc-content .button-group.button-group-display input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wsc-content .button-group.button-group-display input[type="number"] {
    -moz-appearance: textfield;
}
.wsc-content .button-group > button {
	border-radius: 0px;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
}
.wsc-content .button-group > button:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wsc-content .button-group > button:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wsc-content .button-group > button::after {
    position: absolute;
    top: 8px;
    right: 0;
    content: "";
    width: 1px;
    height: 16px;
    background-color: rgba(16, 25, 28, 0.15);
}
.wsc-content .button-group > button:last-of-type::after {
    display: none;
}
.wsc-content .button-group > button:hover {
    background-color: #f5f5f5;
}
.wsc-content .button-group > button.active,
.wsc-content .button-group > button:active {
    background-color: #0b77c4;
}
.wsc-content .button-group > button:disabled {
    opacity: 0.3;
    background-color: #fff;
    cursor: auto;
}
.wsc-content button.wsc-text-add {
    display: block;
    margin-top: 16px;
    margin-bottom: 8px;
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 16px;
}
.wsc-text-add:hover {
    color: #0b77c4;
    text-decoration: underline;
}
.wsc-text-add img {
    display: inline-block;
    margin-right: 8px;
}
.wsc-text-content {
    flex: 1 1 auto;
}
.wsc-logo-msg {
    font-weight: 600;
    color: #f0506e;
    margin-bottom: 24px;
}
.wsc-logo-loading {
    margin-bottom: 24px;
}
.wsc-logo-loading img {
    display: inline-block;
    margin-right: 8px;
}
.wsc-logo-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
}
.wsc-logo-item > div,
.wsc-logo-item > input {
    margin-right: 8px;
    margin-bottom: 8px;
}
.wsc-logo-item > input {
    max-width: 290px;
}
.wsc-logo-delete {
    margin-left: 8px !important;
    height: 32px;
}
.wsc-logo-file {
    display: none;
}
.wsc-action {
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px solid rgba(16, 25, 28, 0.15);
}
.wsc-action-help {
    display: block;
    margin-top: 8px;
    margin-right: 16px;
    color: #10191c;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
}
.wsc-action-help img {
    display: inline-block;
    margin-right: 8px;
}
.wsc-action-submit {
    margin-top: 8px !important;
}
.wsc-content label {
    display: block;
    margin-bottom: 4px;
    color: #10191c;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.wsc-content input,
.wsc-content select,
.wsc-input {
    padding: 8px;
    height: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 2px 4px 8px rgba(16, 25, 28, 0.1);
    border: solid 1px #dedede;
    color: #10191c;
    font-family: Mulish, sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.09846154px;
}
.wsc-content .range-group {
    padding: 0 12px;
    line-height: 0;
    background-color: #fff;
    border-radius: 4px;
    background: #fff;
    box-shadow: 2px 4px 8px rgba(16, 25, 28, 0.1);
}
.wsc-content input[type="range"] {
    margin: 0;
    border: none;
    padding: 0;
    width: 130px;
    height: 32px;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    --progress: 0%;
}
.wsc-content input[type="range"]:focus {
    outline: 0;
}
.wsc-content input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -3px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #0b77c4;
    cursor: pointer;
    opacity: 0.8;
}
.wsc-content input[type="range"]::-webkit-slider-runnable-track {
    border-radius: 3px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(90deg, #0b77c4 var(--progress), #e1e1e1 var(--progress));
    cursor: pointer;
    opacity: 0.8;
}
.wsc-content input[type="range"]:focus::-webkit-slider-runnable-track,
.wsc-content input[type="range"]:focus::-webkit-slider-thumb,
.wsc-content input[type="range"]:hover::-webkit-slider-runnable-track,
.wsc-content input[type="range"]:hover::-webkit-slider-thumb {
    opacity: 1;
}
.wsc-content input[type="range"]::-moz-range-thumb {
    margin-top: -3px;
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #0b77c4;
    cursor: pointer;
    opacity: 0.8;
}
.wsc-content input[type="range"]::-moz-range-track {
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 6px;
    background-color: #dedede;
    cursor: pointer;
    opacity: 0.8;
}
.wsc-content input[type="range"]:focus::-moz-range-thumb,
.wsc-content input[type="range"]:focus::-moz-range-track,
.wsc-content input[type="range"]:hover::-moz-range-thumb,
.wsc-content input[type="range"]:hover::-moz-range-track {
    opacity: 1;
}
.wsc-content input[type="range"]::-ms-thumb {
    border: none;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background: #0b77c4;
    cursor: pointer;
    opacity: 0.8;
}
.wsc-content input[type="range"]::-ms-track {
    height: 6px;
    border: none;
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
}
.wsc-content input[type="range"]::-ms-fill-lower {
    border: none;
    border-radius: 3px;
    background: #0b77c4;
    opacity: 0.8;
}
.wsc-content input[type="range"]::-ms-fill-upper {
    border: none;
    border-radius: 3px;
    background: #e1e1e1;
    opacity: 0.8;
}
.wsc-content input[type="range"]:focus::-ms-fill-lower,
.wsc-content input[type="range"]:focus::-ms-fill-upper,
.wsc-content input[type="range"]:focus::-ms-thumb,
.wsc-content input[type="range"]:hover::-ms-fill-lower,
.wsc-content input[type="range"]:hover::-ms-fill-upper,
.wsc-content input[type="range"]:hover::-ms-thumb {
    opacity: 1;
}
.custom-select,
.custom-select-container.global select {
    display: none !important;
}
.custom-select-container {
    position: relative;
}
.custom-select-button {
    padding: 4px 26px 4px 8px !important;
    width: 100%;
    height: 32px;
    background: scroll url("Https://www.creazioneweb.net/images/svg_timbri/select-chevron.svg") no-repeat right 8px center;
    white-space: nowrap;
    cursor: pointer;
}
.custom-select-container.global .custom-select-button {
    display: block;
    position: relative;
    padding: 8px 26px 8px 16px !important;
    height: 40px;
    border-radius: 8px;
}
.custom-select-container.global .custom-select-button span {
    padding-left: 24px;
}
.variations .custom-select-list li {
    padding: 8px 24px 8px 8px;
}
.variations .custom-select-container.global .custom-select-list li {
    padding-right: 8px;
}
.variations .custom-select-container.global .custom-select-list li:first-child {
    padding-right: 32px;
}
.variations .custom-select-list li span {
    padding-left: 24px;
}
.custom-select-container .custom-select-button[data-value=""] span,
.custom-select-list li[data-value=""] span {
    padding-left: 0;
}
.custom-select-container .custom-select-button::before,
.custom-select-list li::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
.custom-select-container .custom-select-button[data-value="blu"]::before,
.custom-select-list li[data-value="blu"]::before {
    background-color: #00f;
}
.custom-select-container .custom-select-button[data-value="nero"]::before,
.custom-select-list li[data-value="nero"]::before {
    background-color: #000;
}
.custom-select-container .custom-select-button[data-value="rosso"]::before,
.custom-select-list li[data-value="rosso"]::before {
    background-color: red;
}
.custom-select-container .custom-select-button[data-value="verde"]::before,
.custom-select-list li[data-value="verde"]::before {
    background-color: #018501;
}
.custom-select-container .custom-select-button[data-value="viola"]::before,
.custom-select-list li[data-value="viola"]::before {
    background-color: purple;
}
.custom-select-container .custom-select-button[data-value="neutro"]::before,
.custom-select-list li[data-value="neutro"]::before {
    background-color: grey;
}
.custom-select-container .custom-select-button[data-value="azzurro"]::before,
.custom-select-list li[data-value="azzurro"]::before {
    background-color: #add8e6;
}
.custom-select-container .custom-select-button[data-value="giallo"]::before,
.custom-select-list li[data-value="giallo"]::before {
    background-color: #ff0;
}
.custom-select-container .custom-select-button[data-value="arancio"]::before,
.custom-select-list li[data-value="arancio"]::before {
    background-color: orange;
}
.custom-select-container .custom-select-button[data-value="menta"]::before,
.custom-select-list li[data-value="menta"]::before {
    background-color: #f5fffa;
}
.custom-select-container .custom-select-button[data-value="argento"]::before,
.custom-select-list li[data-value="argento"]::before {
    background-color: silver;
}
.custom-select-container .custom-select-button[data-value="fucsia"]::before,
.custom-select-list li[data-value="fucsia"]::before {
    background-color: #f0f;
}
.custom-select-container .custom-select-button[data-value="oro"]::before,
.custom-select-list li[data-value="oro"]::before {
    background-color: gold;
}
.custom-select-container .custom-select-button[data-value="blu-scuro"]::before,
.custom-select-list li[data-value="blu-scuro"]::before {
    background-color: #00008b;
}
.custom-select-container .custom-select-button[data-value="bordeaux"]::before,
.custom-select-list li[data-value="bordeaux"]::before {
    background-color: #611f2d;
}
.custom-select-container .custom-select-button[data-value="rame"]::before,
.custom-select-list li[data-value="rame"]::before {
    background-color: #c56a4e;
}
.custom-select-container .custom-select-button[data-value="siena"]::before,
.custom-select-list li[data-value="siena"]::before {
    background-color: sienna;
}
.custom-select-container .custom-select-button[data-value="siena-scuro"]::before,
.custom-select-list li[data-value="siena-scuro"]::before {
    background-color: #311817;
}
.custom-select-container .custom-select-button[data-value="verde-scuro"]::before,
.custom-select-list li[data-value="verde-scuro"]::before {
    background-color: #004e00;
}
.custom-select-container .custom-select-button[data-value="bianco"]::before,
.custom-select-list li[data-value="bianco"]::before {
    background-color: #ececec;
}
.custom-select-button,
.custom-select-list {
    border: none;
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: 2px 4px 8px rgba(16, 25, 28, 0.1);
    color: #10191c;
    font-family: Mulish, sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.09846154px;
    text-align: left;
}
.custom-select-button img,
.custom-select-list img {
    display: inline-block;
    margin-right: 4px;
    width: 24px;
}
.custom-select-list {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    padding-left: 0;
    z-index: 10;
}
.custom-select-list.up {
    top: auto;
    bottom: calc(100% + 2px);
}
.custom-select-list li {
    list-style: none;
    padding: 4px 26px 4px 8px;
    white-space: nowrap;
    cursor: pointer;
}
.custom-select-list li.disabled {
    cursor: default;
}
.custom-select-list li:hover,
.custom-select-list:not(:hover) li.active {
    background-color: #0b77c4;
    color: #fff;
}
.wsc-canvas-item.wsc-bold {
    font-weight: 700;
}
.wsc-canvas-item.wsc-underline {
    text-decoration: underline;
}
.wsc-canvas-item.wsc-italic {
    font-style: italic;
}
.wsc-canvas-item.wsc-left {
    text-align: left;
}
.wsc-canvas-item.wsc-center {
    text-align: center;
}
.wsc-canvas-item.wsc-right {
    text-align: right;
}
.wsc-canvas-item.wsc-top {
    align-self: flex-start;
}
.wsc-canvas-item.wsc-middle {
    align-self: center;
}
.wsc-canvas-item.wsc-bottom {
    align-self: flex-end;
}
@media screen and (min-width: 1024px) {
    .wsc-text-item {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1024px) {
    #wsc-modal .uk-modal-body,
    #wsc-upload-file .uk-modal-body {
        padding: 32px 16px !important;
    }
}

