#models a,
a {
    text-decoration: none
}

button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

body,
button {
    background-color: #333;
    color: #fff;
    -khtml-user-select: none
}

#editor,
#preview3d {
    height: 100vh;
    float: left
}

.font_container li,
.lineheight_container li,
.pick:hover,
.pseudolink,
button:hover,
label:hover {
    cursor: pointer
}

#models .model_item,
#preview3d canvas,
#set_angle input {
    box-sizing: border-box
}

#progressArea,
#progressBar {
    height: 5px;
    margin-top: 10px
}

#progressArea,
#progressBar,
h1 {
    margin-top: 10px
}

#drop_area,
#editor_area,
#models,
#pick_colors,
#progressArea,
#shareWeb,
.blockRow div,
h1 {
    margin-bottom: 10px
}

@font-face {
    font-family: Roboto;
    src: url('/content/fonts/Roboto-Regular.woff');
    src: url('/content/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body {
    font: 14px/18px Roboto, Tahoma, sans-serif;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

#editor,
#models,
body,
html {
    scrollbar-width: thin
}

#models {
    width: 600px;
    height: 150px;
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}

#editor::-webkit-scrollbar,
#models::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

#editor::-webkit-scrollbar-track,
#models::-webkit-scrollbar-track {
    background: #333
}

#editor::-webkit-scrollbar-thumb,
#models::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 0;
    border: 0 solid #333
}

#models a {
    margin-right: 10px
}

#models a:last-child,
.group_color:nth-child(2n) .pick:last-child {
    margin-right: 0
}

#models .model_item {
    width: 150px;
    height: 150px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border: 2px solid #222
}

#models .model_item:hover {
    border: 2px solid #fff;
    box-sizing: border-box
}

#models .model_item div {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .5)
}

a {
    color: #fff
}

.pseudolink:hover,
a:hover {
    text-decoration: underline
}

.patreon {
    background-color: #ff424d;
    padding: 10px;
    margin: 5px 0;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%)
}

.extColor,
p {
    margin-bottom: 5px
}

#blockFontSettings,
#blockObjectSettings,
#editor,
#extended_modes,
#languages,
#preview3d,
#set_angle,
.hided {
    display: none
}

.patreon:hover {
    text-decoration: none;
    background-color: #f55
}

.patreon:active {
    text-decoration: none;
    background-color: #d33;
    box-shadow: none
}

.pseudolink {
    color: #fff;
    text-decoration: none
}

#languages_block {
    margin-top: 20px
}

p {
    margin-top: 5px
}

h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    color: #fff
}

button {
    padding: 0;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font: 18px/20px Roboto, Tahoma, sans-serif;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border: 2px solid #fff;
    min-height: 45px
}

button:hover {
    background-color: #555
}

textarea {
    font: 14px/18px Roboto, Tahoma, sans-serif;
    width: 285px;
    padding: 5px;
    border: 0;
    height: 34px;
    resize: none;
    display: block;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.controlFont,
.controlLineHeight {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    width: 200px
}

.redbutton {
    background-color: #d90d0d
}

.redbutton:hover {
    background-color: #960404
}

.controlFont {
    overflow: hidden
}

.color_hex_value {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 60px;
    border: none;
    padding: 5px
}

.buttonImageText {
    width: 295px;
    display: block
}

.block4Buttons,
.block6Buttons,
.blockRow {
    display: flex;
    justify-content: space-between
}

button>span,
button>svg {
    vertical-align: middle
}

.blockRow {
    width: 600px;
    flex-wrap: wrap
}

.blockRow div {
    width: 295px
}

#pick_colors,
.group_buttons {
    justify-content: space-between
}

.block6Buttons button {
    width: 14.67%
}

.block4Buttons button {
    width: 23%
}

#languages a {
    color: #000;
    margin: 5px;
    display: inline-block
}

.error404 {
    text-align: center;
    margin: 20px
}

.error404 h1 {
    font-size: 100px;
    line-height: 110px;
    margin: 20px
}

#preview3d {
    -moz-box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px rgb(255 255 255 / 100%);
    box-shadow: 0 0 0 3px rgb(255 255 255 / 100%);
    width: 50%
}

.rendering {
    border-style: solid;
    border-width: 10px;
    animation: 1s infinite pulsation
}

@keyframes pulsation {
    0%,
    100% {
        border-color: #000
    }
    50% {
        border-color: red
    }
}

#editor {
    width: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px
}

.canvas {
    width: 600px;
    height: auto;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' shape-rendering='crispEdges' text-rendering='crispEdges' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0V0zm16 16h16v16H16V16z' fill='%23efefef'/%3E%3C/svg%3E")
}

#page {
    margin: 0 auto;
    width: 100%
}

.clear {
    clear: both
}

.pick {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-right: 6.5454px
}

#pick_colors,
.group_buttons,
.group_checkbox {
    display: flex;
    width: 600px
}

.group_color {
    display: flex;
    justify-content: flex-start
}

.group_color:nth-child(2n) {
    justify-content: flex-end
}

.group_buttons {
    padding: 10px 0 0
}

.group_checkbox {
    justify-content: space-between
}

.check_area {
    width: 295px
}

input:focus,
textarea:focus {
    outline: 0
}

#colorfor_collar,
#colorfor_cuff,
#colorfor_hem,
#colorfor_inner,
#colorfor_print,
#colorfor_scene,
#colorfor_sleeves,
#colorfor_text {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    vertical-align: middle
}

#set_angle input {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #333;
    padding: 5px
}

#set_angle button {
    border-width: 0
}

#upload_image {
    width: 400px;
    display: none
}

.message {
    height: 20px;
    display: none
}

#progressBar {
    background-color: silver;
    width: 0%
}

#drop_area {
    height: 150px;
    border: 2px dashed silver;
    text-align: center;
    color: silver;
    line-height: 150px
}

.red {
    background-color: #df1212
}

.lime {
    background-color: #68c809
}

.orange {
    background-color: #f86900
}

.black {
    background-color: #000
}

.yellow {
    background-color: #edd900
}

.vinous {
    background-color: #7a0205
}

.pink {
    background-color: #ffc2c2
}

.green {
    background-color: #075103
}

.blue {
    background-color: #1d85d0
}

.violet {
    background-color: #5878db
}

.navy {
    background-color: #270e68
}

.gray {
    background-color: #969696
}

.white {
    background-color: #fff
}

@media screen and (max-width:1248px) {
    #models,
    #preview3d {
        width: 100%
    }
    #models,
    body,
    html {
        scrollbar-width: thin
    }
    body::-webkit-scrollbar {
        width: 8px;
        height: 8px
    }
    body::-webkit-scrollbar-track {
        background: #333
    }
    body::-webkit-scrollbar-thumb {
        background-color: #777;
        border-radius: 0;
        border: 0 solid #333
    }
    #modes_area {
        height: auto
    }
    #preview3d {
        border: none;
        margin: 0;
        height: 400px
    }
    #editor {
        padding: 0;
        border: none;
        height: 100%;
        overflow-y: visible;
        overflow-x: hidden
    }
    #page {
        margin: 0 auto;
        width: 600px
    }
}

@media screen and (max-width:608px) {
    #drop_area {
        display: none
    }
    button:hover {
        background-color: #333
    }
    button:active {
        background-color: #555
    }
    .redbutton:hover {
        background-color: #d90d0d
    }
    .redbutton:active {
        background-color: #960404
    }
    #pick_colors,
    .blockRow,
    .group_buttons {
        display: block;
        width: 100%
    }
    .blockRow div,
    .group_checkbox {
        width: 100%
    }
    .content {
        padding: 0 10px
    }
    .buttonImageText {
        font-size: 16px;
        width: 100%
    }
    #upload_image {
        width: 250px;
        overflow: hidden
    }
    .buttonImageText:nth-child(2n),
    .uploadbutton {
        margin-top: 10px
    }
    h1 {
        font-size: 18px;
        line-height: 20px
    }
    #preview3d {
        border: none;
        height: 250px
    }
    #editor {
        border: none;
        width: 100%
    }
    .pick {
        margin-right: 0
    }
    #page {
        margin: 0 auto;
        width: 100%
    }
    .group_color {
        width: 100%;
        justify-content: space-between
    }
    .group_color:nth-child(2n) {
        width: 100%;
        justify-content: space-between;
        margin-top: 10px
    }
    textarea {
        width: 100%;
        height: 44px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px
    }
}