/* Border Upload Addon (front-end) */
.custom-border{ margin-top:5px; padding-left:5px; padding-right:5px; }

.border-remark #border-remark-text{
    width: 100%;
    margin-top: 3px;
    min-height: 80px;
}
.border-remark label{
    display:block;
    margin-top:8px;
    margin-bottom:3px;
    font-size:13px;
}
.custom-border .custom-border-showbtn{
    color: #fff;
    background-color: #ff7812;
    cursor:pointer;
    font-size: 17px;
    padding: 5px 30px;
    position: relative;
    user-select: none;
}
.custom-border .custom-border-showbtn:focus{
    outline: 2px solid rgba(255,120,18,0.6);
    outline-offset: 2px;
}
.custom-border .custom-border-showbtn .down-icon{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 25px;
}
.custom-border .custom-border-showbtn .pointer-icon{
    position: absolute;
    left: 0px;
    top: 5px;
    width: 25px;
}
.custom-content{
    border: 1px dashed #ff7812;
    padding: 12px;
}
#border-remark-text{
    outline: none;
    border: 1px solid  #ff7812;
    min-height: 40px !important;
}
#taskImg{
    color: #fff;
    background: #007784;
    border: 0;
    padding: 8px 12px;
    cursor: pointer;
}
#taskImg:hover{
    opacity: 0.95;
}

/* Loading overlay */
.lbs-main-img-box{
    position: relative;
}
.lbs-main-img-box .wpcny-upload-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.lbs-main-img-box .wpcny-upload-loading .text{
    font-size: 20px;
    color: #fff;
}
