.user-box{
    position: relative;
    width: 100%;
    padding: 50px 20px;
    background: white;
    box-shadow: 0 0 10px 10px #e7e7e7;
    margin: 10px auto;
}
.comment-box{
    display:none;
}
.comment-box h2{
    text-align: center;
    padding-bottom: 10px;
    color: black;
}
#search-user{
    cursor: pointer;
    padding: 9px;
}
.user-search .sub-info,.user-subscribe .error{
    color: red;
    padding: 10px;
    text-align: right;
    margin-top: 15px;
}
#delete-sub{
    background: red;
    color: white;
    border: 0;
    margin-top: 25px;
}
.user-search i.fa-search{
    position: absolute;
    left: 20px;
    width: 45px;
    background: #ff7d00;
    height: 43px;
    line-height: 2.3;
    text-align: center;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.user-search i.fa-search:hover{
    background:black;
}
.users{
    display:none;
}
span.select2 {
    width:100% !important;
}
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
    margin: 0 auto;
}
.sub-info{
    display:none
}

.order-box .status-title{
    font-weight: 700;
    padding: 5px 20px;
    text-align: right;
    font-size: 14px;
    margin: 0;
}
.trash-box .status-title{
    color: red;
}.completed-box .status-title{
     color: green;
 }.pendding-box .status-title{
      color: #d78900;
  }
.order-box ul{
    margin:0;
}
.order-box ul li{
    list-style: none;
    margin: 0 10px 10px 10px;
    padding: 2px 10px;
    border-radius: 2px;
    border: 1px solid #d6d6d6;
    font-size: 13px;
}
.order-box .order-date{
    float:left
}
.form-style-2{
    display: flow-root;
    padding: 20px 12px 10px 20px;
}
.form-style-2-heading{
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0;
    width: 100%;
    float: right;
}
.form-style-2 label > span{
    width: 100px;
    font-weight: bold;
    float: right;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style-2 input.input-field, .form-style-2 .select-field{
    width: 48%;
}
.form-style-2 input.input-field,
.form-style-2 .tel-number-field,
.form-style-2 .textarea-field,
.form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus,
.form-style-2 .tel-number-field:focus,
.form-style-2 .textarea-field:focus,
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:150px;

}
.form-style-2 input[type=submit],
.form-style-2 input[type=button]{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #FF8500;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #dadada;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 20%;
    margin: 30px 0;
    float: left;
}
.form-style-2 input[type=submit]:hover,
.form-style-2 input[type=button]:hover{
    background: #EA7B00;
    color: #fff;
}
@media(max-width: 767px){
    .user-box {
        width: 97%;
    }
    .report-date,.comment-date {
        float: left;
        left: 4px;
        position: absolute;
        bottom: -7px;
        font-size: 12px;
    }
    .report-content,.comment-content {
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
    }
    .report-creator,.comment-creator {
        margin-left: 10px;
        font-weight: bolder;
        color: #0026a9;
        position: absolute;
        top: -8px;
        right: 45px;
        font-size: 12px;
    }
    .comment-u i.fa-info {
        border: 0 !important;
        bottom: 0;
        margin-left: 0 !important;
    }
    .comment-u {
        border-radius: 0 !important;
        padding: 15px 0px 15px 10px !important;
    }
    .report-whatsapp i.fa-whatsapp {
        border: 0 !important;
        bottom: 0;
        margin-left: 0 !important;
    }
    .report-whatsapp {
        border-radius: 0 !important;
        padding: 15px 0px 15px 10px !important;
    }
    .report-instagram {
        border-radius: 0 !important;
        padding: 10px 0px 10px 0 !important;
    }
    .report-instagram i.fa-instagram {
        border: 0 !important;
        bottom: 0;
        margin-left: 0 !important;
    }
    .report-phone {
        border-radius: 0 !important;
        padding: 10px 0px 10px 10px !important;
    }
    .report-phone i.fa-phone {
        border: 0 !important;
        bottom: 0;
        margin-left: 0 !important;
    }
    .report-list{
        margin:0 !important;
    }
    .form-style-2 input[type=submit], .form-style-2 input[type=button]{
        width:100% !important;
    }
}
.report-box{
    display:none
}
.comment-list{
    margin:0;
}

.comment-u{
    list-style: none;
    border: 1px solid #acadac;
    border-radius: 5px;
    padding: 0 0px 0 10px;
    margin: 15px;
    line-height: 3.4;
    display: flex;
    position: relative;
}
.comment-u i.fa-info{
    border-left: 1px solid #8b8e8b;
    color: #010101;
    font-size: 20px;
    border-radius: 0;
    padding: 14px 12px;
    margin-left: 12px;
}
.report-whatsapp{
    list-style: none;
    border: 1px solid #1f9900;
    border-radius: 50px;
    padding: 0 0px 0 10px;
    margin: 15px;
    line-height: 3.4;
    display: flex;
    position: relative;
}
.report-whatsapp i.fa-whatsapp{
    border: 1px solid green;
    color: green;
    font-size: 25px;
    border-radius: 100%;
    padding: 10px 12px;
    margin-left: 12px;
}
.report-instagram{
    list-style: none;
    border: 1px solid #9f0068;
    border-radius: 50px;
    padding: 0px 0px 0px 10px;
    margin: 15px;
    line-height: 3.4;
    display: flex;
    position: relative;
}
.report-instagram i.fa-instagram{
    color: #9f0068;
    font-size: 25px;
    border-radius: 100%;
    border: 1px solid #9f0068;
    padding: 10px 12px;
    margin-left: 12px;
}
.report-phone{
    list-style: none;
    border: 1px solid #8a8889;
    border-radius: 50px;
    padding: 0px 0px 0px 10px;
    margin: 15px;
    line-height: 3.4;
    display: flex;
    position: relative;
}
.report-phone i.fa-phone{
    color: #8e8e8e;
    font-size: 25px;
    border-radius: 100%;
    padding: 10px 12px;
    border: 1px solid #8e8e8e;
    margin-left: 12px;
}
.report-date{
    float: left;
    left: 10px;
    position: absolute;
}
.report-creator{
    margin-left: 10px;
    font-weight: bolder;
    color: #0026a9;
    font-size: 13px;
    line-height: 4;
}
.report-content{
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
}
.comment-date{
    float: left;
    left: 10px;
    position: absolute;
}
.comment-creator{
    margin-left: 10px;
    font-weight: bolder;
    color: #0026a9;
    font-size: 13px;
    line-height: 4;
}
.comment-content{
    white-space: nowrap;
    overflow: hidden;
    width: 50%;
    text-overflow: ellipsis;
}
.box-call{
    background: #f1f1f0;
}
.content-complete{
    display:none;
    padding: 10px;
    margin: -15px auto 0 auto;
    width: 92%;
    border: 1px solid #dadada;
    border-radius: 0 7px 0px 100px;
}
/*loading*/
.soalwp-report{
    display: flex;
    justify-content: center;
}
.soalwp-report .card{
    display:none;
    z-index: 100;
    max-width: 300px;
    width: 82%;
    background: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin: 48px auto;
    position: fixed;
    top:5.5rem;
}
.soalwp-report .card .header{
    display: flex;
    align-items: center;
}
.soalwp-report .header .img{
    height: 75px;
    width: 75px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.soalwp-report .header .details{
    margin-left: 20px;
}
.soalwp-report .details span{
    display: block;
    background: #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.soalwp-report .details .name{
    height: 15px;
    width: 100px;
}
.soalwp-report .details .about{
    height: 13px;
    width: 150px;
    margin-top: 10px;
}
.soalwp-report .card .description{
    margin: 25px 0;
}
.soalwp-report .description .line{
    background: #d9d9d9;
    border-radius: 10px;
    height: 13px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
.soalwp-report .description .line-1{
    width: calc(100% - 15%);
}
.soalwp-report .description .line-3{
    width: calc(100% - 40%);
}
.soalwp-report .card .btns{
    display: flex;
}
.soalwp-report .card .btns .btn{
    height: 45px;
    width: 100%;
    background: #d9d9d9;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.soalwp-report .btns .btn-1{
    margin-right: 8px;
}
.soalwp-report .btns .btn-2{
    margin-left: 8px;
}
.soalwp-report .header .img::before,
.soalwp-report .details span::before,
.soalwp-report .description .line::before,
.soalwp-report .btns .btn::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 1s linear infinite;
}
.soalwp-report .header .img::before{
    background-size: 650px 600px;
}
.soalwp-report .details span::before{
    animation-delay: 0.2s;
}
.soalwp-report .btns .btn-2::before{
    animation-delay: 0.22s;
}
@keyframes shimmer {
    0%{
        background-position: -450px 0;
    }
    100% {
        background-position: 450px 0;
    }
}
.back-loading{
    display:none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #ababab6e;
    z-index: 10;
}

/*end loading*/

ul.box-last-report li{
    box-shadow: 0 0 9px 0 #ededed;
    padding: 10px 5px 1px 5px;
    border-radius: 5px;
    list-style: none;
    margin-bottom: 5px;
}
.btn-uedit{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #39b503;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    cursor:pointer;
}
.addbox{
    background: #4ca500;
    padding: 3px 10px;
    margin: 10px 0;
    float: right;
    color: white;
    border-radius: 2px;
    cursor:pointer;
    position: fixed;
    top: 4px;
    right: 200px;
}
.infoBox{
    background: #f6f6f6;
    padding: 5px;
    margin: 5px 0;
    position: relative;
}
.removebox{
    background: red;
    padding: 0px 10px;
    margin: 10px 5px;
    float: right;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    top: -8px;
    left: 0;
}
.suactive{
    border: none;
    padding: 8px 15px 8px 15px;
    background: #39b503;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    float: left;
    position: absolute;
    left: 120px;
    top: 0;
    cursor: pointer;
}
.sudeactive{
    border: none;
    padding: 8px 15px 8px 15px;
    background: red;
    color: #fff;
    box-shadow: 1px 1px 4px #dadada;
    float: left;
    position: absolute;
    left: 120px;
    top: 0;
    cursor: pointer;
}
#userStatus{
    display:none;
}
.lp .pagination{
    display: flex;
}
.lp .pagination li{
        list-style: none;
    border: 1px solid black;
    border-radius: 100%;
    margin: 0 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.lp .active{
        background: green;
    color: white;
    border: 0;
}
.lp .active a{
    color:white;
}
#userRegisterType{
    padding: 10px;
    background: #dcdcdc;
    color: black;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}
.ulist-order{
    font-size:12px;
color: #00000094;
}
.infoBox .loading{
        color: red;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}
.nosmsm{
    position: fixed;
    left: 30px;
    font-size: 15px;
    top: 15px;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    border-right: 5px solid red;
    padding-right: 8px;
}
.lcons ul li{
        list-style: none;
    box-shadow: 0 0 5px 0 #e7e7e7;
    padding: 10px;
    border-radius: 5px;
}
.lcons ul li p{
    margin:0;
}
.lcons ul li p span{
    float:left;
}

.clipboard {
  position: relative;
}
/* You just need to get this field */
.copy-input {
    max-width: 86%;
    width: 100%;
    cursor: pointer;
    background-color: unset;
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    font-size: 14px;
    border-radius: 0;
    padding: 12px;
    font-family: 'Montserrat', sans-serif;
}
.copy-input:focus {
  outline:none;
}
.copy-btn:hover{
    background: black;
}
.copy-btn{
        width: 96%;
    background: green;
    border:0;
    padding: 10px;
}
.clipboard .copy-btn {
width: 40px;
    background-color: #eaeaeb;
    font-size: 18px;
    padding: 10px 10px 7px 10px;
    border-radius: 5px 0px 0px 5px !important;
    border: none;
    color: #6c6c6c !important;
    margin-right: -5px;
    transition: all .4s;
}
.clipboard .copy-btn:hover {
    transform: scale(1.1);
    color: #ffffff !important;
    cursor: pointer;
    border-radius: 5px !important;
    background: #f2b440;
}

.clipboard .copy-btn:focus {
  outline:none;
}

.copied {
    z-index:100;
  width: 100px;
  opacity:0;
  position:fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  color:#000;
  padding: 15px 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: .4s opacity;
}
/* You just need to get this field */