#signature_generator .name {
    display: block;
    background: #fff;
    margin: 24px auto;
    text-align: center;
    min-height: 130px;
    border-radius: 10px;
    line-height: 95px;
    position: relative;
    font-size: 32px;
    cursor: pointer;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 30%); */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    border: 1px dashed #5f5f5f;
}

#signature_generator .name:after {
    font-family: 'mono2', monospace;
    content: "Customize / Download";
    bottom: 8px;
    display: block;
    position: absolute;
    line-height: 1;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #007de1;
}

@media only screen and (min-width:1100px){
.names_inner {
    text-align: center;
}
}

#signature_generator .loadmorebtn.loading .one {
    display: none;
}
#signature_generator .loadmorebtn.loading .two {
    display: inline-block;
}
#signature_generator .loadmorebtn.loading i {
    animation: rotate 0.6s ease-in-out infinite;
}

#signature_generator .loadmorebtn {
    display: block;
    margin: 45px auto 18px;
    border: 0;
    box-sizing: content-box;
    border-radius: 3px;
    font-size: 16px;
    width: 115px;
    height: 35px;
    background: #3f51b5;
    color: #fff;
    box-shadow: 1px 1px 4px -2px black;
}
#signature_generator .loadmorebtn div {
    width: 25px;
    margin-left: 2px;
    float: left;
}

#signature_generator .loadmorebtn span {
    float: left;
}

#signature_generator .loadmorebtn:not(.loading) span.two{
    display: none;
}


#primary section#signature_generator {
    padding-bottom: 10px;
}

#signature_generator span.name:before {
    content: "#"counter(names);
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 12px;
    left: 8px;
    top: 8px;
    color: #bababa;
    font-weight: 900;
    font-family: 'mono2', monospace;
    margin: auto;
    counter-increment: names;
}

@media screen and (max-width: 620px)
{
#signature_editor canvas{width:100%;}
}

.actions {
    display: inline-block;
    vertical-align: middle;
    min-width: 170px;
}

.actions button,.actions input {
    outline: 0;
    border: 1px solid #a7a7a7;
    box-sizing: border-box;
    height: 30px;
    line-height: 1;
    border-radius: 0;
    font-size: 16px;
}

.actions input {
    width: 45px;
    border-right: 0;
    border-left: 0;
    background: #fafafa;
    text-align: center;
    box-shadow: inset 0 0 4px -3px black;
}

.actions button {
    width: 35px;
    background-color: white;
}

.actions button.minus {
    border-radius: 5px 0 0 5px;
}

.actions button.plus {
    border-radius: 0 5px 5px 0;
}

.actions input::-webkit-outer-spin-button,
.actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.actions input[type=number] {
  -moz-appearance: textfield;
}

#signature_editor .row > label {
    display: block;
    margin: 10px 0px 2px;
    font-size: 15px;
    color: #303030;
}

.actions .button i {
    line-height: 1;
    display: block;
}

.actions input[type="radio"] {
    display: none;
}

.actions.colors label {
    display: inline-block;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.actions.colors label.active:after {
    display: block;
    content: "\f00c";
    position: absolute;
    height: 11px;
    width: 11px;
    bottom: 0;
    color: #f0f0f0;
    margin: auto;
    font-size: 11px;
    right: 0;
    top: 0px;
    font-weight: 900;
    font-family: 'FontAwesome';
    left: 0;
}

input#pickcolor {opacity: 0;}

span#pickcolor {
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    height: 24px;
    cursor: pointer;
}

span#pickcolor label {margin-right: 6px;}

span#pickcolor span {
    float: right;
    line-height: 24px;
    margin-right: 3px;
    font-size: 13px;
}

#signature_editor canvas {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.row.controls button {
    display: inline-block;
    height: 36px;
    border-radius: 3px;
    border: 1px solid #ccc;
    width: calc(50% - 5px);
    font-size: 16px;
    box-sizing: border-box;
    letter-spacing: 0.4px;
    outline: 0;
    max-width: 200px;
}

.row.controls {margin: 20px 0 0px;text-align: center;}

button#download_sign {margin-right: 10px;background: var(--colorprimary);padding: 1px 0;color: #fff;border: 1px solid #0027ff;}

section#signature_editor {
    display: none;
    padding: 10px;
    background: #000000a8;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    left: 0;
}

div#signature_editor_inner {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    top: 15px;
    margin: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    height: fit-content;
    max-width: 480px;
    display: inline-table;
}

.enter_name h3 {
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    margin: 0 auto 9px;
}

.enter_name input {
    display: block;
    margin: auto;
    height: 40px;
    width: 100%;
    max-width: 310px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #808080;
    outline: 0;
    box-sizing: border-box;
    background: #f8f8f8;
}

.enter_name {
    margin: 0 -10px;
    margin-bottom: 20px;
    padding: 10px;
    padding-bottom: 23px;
    border-bottom: 1px dashed #616161;
    position: sticky;
    -webkit-position: sticky;
    top: 56px;
    z-index: 99;
    background: #fff;
}

section#signature_generator .name > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 90%;
}

#signature_generator .name span:before {
    display: block;
    content: attr(data-text);
}



i.fa.fa-thumbs-up {
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    font-size: 16px;
    font-weight: 300;
    color: #007de1;
    padding: 12px 14px 8px 20px;
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 1;
}

i.fa.fa-thumbs-up.liked {
    font-weight: 600;
}

i.fa.fa-thumbs-up:after {
    content: "like";
    display: block;
    font-weight: 100;
    font-size: 10px;
    margin-top: 3px;
    font-family: 'mono2', monospace;
}

i.fa.fa-thumbs-up.liked:after {
    content: "liked";
}

.names_inner > i {
    display: block;
    width: 100%;
    background: #00e2ff;
    height: 76px;
}

#signature_editor_inner .row.inline {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

#signature_editor_inner input#transparent_bg {
    width: 19px;
    margin: 0 6px 0 0;
    height: 30px;
    box-shadow: none;
}

#signature_editor_inner .actions.bg_color {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}

#signature_editor_inner .actions.bg_color label {
    vertical-align: inherit;
    color: #313131;
    font-size: 15px;
}

#signature_editor_inner .row.text_colors {
    text-align: center;
}