.ReactModalPortal .ReactModal__Overlay {
    background: rgba(0,0,0,0.2) !important;
}
.ReactModalPortal .ReactModal__Overlay .ReactModal__Content button{
    display: inline-block;
    line-height: 35px;
    padding: 0px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background: #1C01FF;
    margin-right: 10px;
}
