.power-form {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 2%;
    left: 50%;
    width: 450px;
    margin-top: 10%;
    margin-left: -160px;
    border-radius: 6px;
    padding: 20px 24px;
    color: #242833;
    font-size: 16px;
}.panel.online-usermanager .box-header {
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.group__2ZeRZ {
    padding: 6px 10px 2px;
    color: #242833;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.ant-btn-primary {
    background-color: #3a7dff !important;
    border-color: #3a7dff;
    color: #fff;
}

.cancelButton__yMRne {
    border-color: #7c7e85  !important;
    background-color: #242832 !important;
    color: #fff  !important;
}

.c9{
    color: #999;
}


.ant-btn {
    border: 1px solid #d7dbe7;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 20px;
    padding: 7px 15px;
    position: relative;
    text-align: center;
    
}