.mostview {
    background: #fff;
    padding: 25px 50px;
    height: 800px;
    overflow-y: auto;
}
.mostview h1 {
    margin-bottom: 50px;
}
.mostview h1 span{
    font-size: 15px;
    margin-left: 10px;
    color: #bbb;
}

.filterbox {
    /*text-align: right;*/
}
.filterbox form {
    /*float: right;*/
}
/*.filterbox form * {
    float: left;
}*/
.filterbox select {
    margin-right: 10px;
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 7px;
    font-size: 14px;
    color: #58585b;
    height: auto;
    line-height: normal;
    min-width: 280px;
}
.pluginbtn {
    color: #fff;
    border: none;
    background: #51859a;
    padding: 5px 15px;
    margin: 0;
    cursor: pointer;
    height: 38px;
    border-radius: 7px;
    position: relative;
    top: 2px;
}
.totalform {
    margin-left: 20px;
}
.servicesline {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 30px;
}
.servicesline h2 {
    margin: 10px 15px 10px 0;
}
.copybtnadmin {
    width: 23px;
    position: relative;
}
.copybtnadmin .copied-text {
    display: none;
    position: absolute;
    top: -18px;
    left: -40px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2px;
    width: 120px;
}