@media screen and (max-width: 1000px) {
    .content{
            left: 19% !important;
    }
    .sidebar{
        width: 20% !important;
    }
    .my-tab-class{
        left: 18% !important;
    }
    .wordDown{
        left: -24% !important;
    }
    #client-dialog>.el-dialog{
     width: 87% !important;
    }
    .client_agency>.el-dialog{
      width: 80% !important;
    }
}