.excel {

    display    : flex;
    text-align : center;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: space-around;

    .right,
    .left {
        // flex       : 1;
        cursor     : pointer;
        border     : 1px solid #fff;
        padding-top: 20px;

        &:hover {
            border: 1px solid #0074ff;
        }
    }

    .upload,
    .download {
        p {
            margin: 0;
        }

        :global {
            .anticon {
                font-size: 72px;
            }
        }

        &>div {
            display      : inline-block;
            background   : #f8f8f8;
            padding      : 40px;
            border-radius: 9999px;
            margin-bottom: 20px;
        }
    }
}

.modal {
    label {
        text-align   : center;
        display      : block;
        font-weight  : bold;
        font-size    : 16px;
        margin-bottom: 20px;

        :global {
            .anticon {
                color       : #117fff;
                font-size   : 22px;
                margin-right: 10px;
                position    : relative;
                top         : 3px;
            }
        }
    }

    .size{
        color: #0074ff;
    }
}