#content.addlayer{
    margin:40px auto !important;
    position: inherit !important;
    max-width: 320px;
}
#content.addlayer div{
    position: absolute;
    opacity: 0;
    min-width: 300px;

}
#content.addlayer div .modal-title{
    margin-bottom: 4px;
    line-height: 20px;
    color: #228826;
}
#content.addlayer div:nth-last-child(1) .modal-title{
    color: #000;
}
#content.addlayer div:nth-last-child(2){
visibility: visible;
transform: translate(0px, -32px) scale(0.85);
opacity: 0;
}
#content.addlayer div canvas{
    opacity:0;
}
.batchdata{color: #228826 !important;font-weight: 400 !important;}
#content.addlayer div:nth-last-child(1){
    opacity:1;
    box-shadow: 0 1px 6px 0 rgba(13, 13, 13, 0.29);
border-radius: 6px;
padding: 24px 10px;
background-color: #fff;
margin-left: -10px;
box-shadow: 0 .125rem .1875rem 0 rgba(0,0,0,.11),-.625rem -.625rem #dedede7d,-1.25rem -1.25rem hsla(0,0%,92.9%,.41);
}

#content.addlayer div:nth-last-child(1) canvas{
    opacity:1;
    border-radius: 6px;
}
#content.addlayer div:nth-last-child(1):after{
    background-color: transparent;
}
#content.addlayer div:nth-last-child(3){
    visibility: visible;
    transform: translate(0px, -58px) scale(0.7);
    opacity: 0;
    }
#content.addlayer div:nth-last-child(4){
    transform: translate(0px, -86px) scale(0.55);
display: block;
opacity: 0;
}

.addcanvas{margin: 10px 0px;}
.addbg{display: none;}

#content.addlayer .addbg{display: block;}

#content::before{
    content: attr(data-all);
    background-color: #f00;
    z-index: 6;
    border-radius: 50%;
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-right: -40px;
    background-image: linear-gradient(135deg,rgb(251,93,95) 0%,rgb(244,2,6) 100%);
    box-shadow: 0 2px 5px 0 rgba(113,113,113,.51);
    position: absolute;
right: 50px;
}

.textAreaWithLines{font-family: courier;border: 1px solid rgb(224, 224, 224);border-radius: 6px;min-height: 70px;
    background-color: rgb(224, 224, 224);}
.textAreaWithLines textarea,.textAreaWithLines div{border: 0px;line-height: 120%;font-size: 14px;}
.lineObj{color: #000;background-color: rgb(224, 224, 224);}

.textAreaWithLines:hover{border: 1px solid #228826;background-color:#228826;}
.textAreaWithLines:hover .lineObj{background-color:#228826;color: #fff;}

.adderror1{min-height: 80px;
    border-radius: 6px;
    border: 2px solid transparent;
    box-shadow: 0 4px 14px 0 rgba(15, 22, 41, 0.05);
    margin: 26px 0px;}
    .adderror1:hover h2{color: #228826;}
.adderror1:hover{border: 2px solid #31a450;}
.adderror1:after{
    content: attr(data-value);
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 3px;
    color: #31a450;
    display: block;
}


.hint::before {
    border-right-color: #e84335;
}
.hint::after {
    background: #e84335;
}
.adderror1 canvas{display: none;}
.adderror1 h2{cursor: pointer;font-size: 14px;text-transform: uppercase;color: #e84335;margin-bottom: 0px;font-weight: 500;}

.lineObj span{padding: 0px 4px;}
.adde{color: #fff;cursor: pointer; background-image: linear-gradient(135deg,rgb(251,93,95) 0%,rgb(244,2,6) 100%);font-weight: 700;}


.showcss{line-height: 26px;
    padding: 14px 18px;
    background-color: #f1f9f1;
    border-radius: 8px;
    margin-right: 10px;
    color: #228826 !important;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;}