.mb-colors-wrapper {
    margin-bottom: 20px;
    background-color: #f8f9f9;
    border: 8px solid #d8e9eb;
    padding: 20px;
}

.mb-colors-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 26px;
}

.mb-colors-dropzone {
    display: none;
    width: 100%;
    max-width: 400px;
    border: 4px solid cornflowerblue;
    color: cornflowerblue;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
}

.mb-colors-dropzone.dragging {
    opacity: .5;
}

.mb-colors-file-wrap {
    text-align: center;
}

.mb-colors-drop-image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mb-colors-palette {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.mb-colors-swatch {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    position: relative;
}

.mb-colors-swatch.hide:after {
    content: '';
    background-image: url(../images/hide.png);
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
}

.mb-colors-order-buttons {
    display: inline-block;
    margin: 10px auto 2px;
    /* border: 1px solid #666; */
    padding: 3px 0px 5px 12px;
    border-radius: 25px;
    background-color: #ddd;
}

.mb-colors-order-buttons-by {
    margin-right: 10px;
    font-style: italic;
}

.mb-colors-order-buttons span:not(.mb-colors-order-buttons-by) {
    font-weight: normal;
    padding: 3px 12px 4px;
    /* border: 1px solid #666; */
    color: #666;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 20px;
    font-size: 16px;
    background-color: #fff;
}
.mb-colors-order-buttons span.active {
    color: #fff;
    background-color: #666;
}

.mb-colors-note {
    font-style: italic;
    font-size: 16px;
}

.mb-colors-pdf-wrap,
.mb-colors-reset-wrap,
.mb-colors-share-wrap {
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.mb-colors-pdf-wrap div:first-child {
    margin-bottom: 20px;
}

.mb-colors-pdf-button,
.mb-colors-procreate-button,
.mb-colors-procreate-button-2 {
    color: #fff;
    background-color: #8395a6;
    padding: 8px 25px 9px;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    border-radius: 12px;
}
.mb-colors-procreate-button,
.mb-colors-procreate-button-2 {
    background-color: #eb726f;
}

.mb-colors-reset-button {
    color: #777;
    background-color: #fff;
    border: 1px solid #777;
    padding: 4px 15px 5px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border-radius: 9px;
}

.mb-colors-procreate-name {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.mb-colors-procreate-name-wrap {
    display: none;
}