@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(MaterialIcons-Regular.woff2) format("woff2"),url(MaterialIcons-Regular.woff) format("woff"),url(MaterialIcons-Regular.ttf) format("truetype")
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

.rg-uploader .queues > .style-list {
    padding: 10px
}

    .rg-uploader .queues > .style-list li {
        position: relative;
        margin: 3px 0 0;
        background: #fff;
        box-shadow: 0 1px 8px rgba(0,0,0,.15)
    }

        .rg-uploader .queues > .style-list li:first-child {
            margin-top: 0
        }

        .rg-uploader .queues > .style-list li.complete > div {
            display: flex;
            align-items: center
        }

            .rg-uploader .queues > .style-list li.complete > div .col {
                -webkit-flex: 1;
                flex: 1;
                padding: 5px
            }

            .rg-uploader .queues > .style-list li.complete > div figure.col {
                display: none
            }

            .rg-uploader .queues > .style-list li.complete > div .bd {
                margin: 0;
                padding: 10px 8px 10px 10px;
                font-size: 12px;
                color: #222;
                word-break: break-all
            }

                .rg-uploader .queues > .style-list li.complete > div .bd hr {
                    display: none
                }

                .rg-uploader .queues > .style-list li.complete > div .bd .filetype {
                    margin: 0 5px 0 0
                }

                .rg-uploader .queues > .style-list li.complete > div .bd .state:before {
                    content: " - "
                }

            .rg-uploader .queues > .style-list li.complete > div nav.col {
                -webkit-flex: inherit;
                flex: inherit;
                padding-right: 8px;
                text-align: right
            }

        .rg-uploader .queues > .style-list li.complete.selected:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
            border: 3px solid #4a90e2;
            pointer-events: none
        }

        .rg-uploader .queues > .style-list li.loading > div {
            display: flex;
            align-items: center
        }

            .rg-uploader .queues > .style-list li.loading > div .col {
                -webkit-flex: 1;
                flex: 1;
                padding: 5px
            }

            .rg-uploader .queues > .style-list li.loading > div figure.col {
                display: none
            }

            .rg-uploader .queues > .style-list li.loading > div .bd {
                margin: 0;
                padding: 10px 8px 10px 10px;
                font-size: 12px;
                color: #222;
                word-break: break-all
            }

                .rg-uploader .queues > .style-list li.loading > div .bd hr {
                    display: none
                }

                .rg-uploader .queues > .style-list li.loading > div .bd .state:before {
                    content: " - "
                }

            .rg-uploader .queues > .style-list li.loading > div .bar {
                position: absolute;
                padding: 0;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

                .rg-uploader .queues > .style-list li.loading > div .bar > p {
                    margin: 0;
                    position: relative;
                    height: 100%;
                    background: #4a90e2;
                    white-space: nowrap;
                    overflow: hidden
                }

                .rg-uploader .queues > .style-list li.loading > div .bar span {
                    position: absolute;
                    display: block;
                    right: 8px;
                    top: 50%;
                    margin-top: -6px;
                    font-size: 11px;
                    color: #fff;
                    line-height: normal
                }

            .rg-uploader .queues > .style-list li.loading > div nav.col {
                -webkit-flex: inherit;
                flex: inherit;
                padding-right: 8px;
                text-align: right
            }

        .rg-uploader .queues > .style-list li.loading.ready .bar {
            display: none
        }

        .rg-uploader .queues > .style-list li.loading.ready .bd {
            color: #888
        }

        .rg-uploader .queues > .style-list li.error {
            padding: 10px;
            background: #ce3e3e;
            color: #fff;
            font-size: 12px;
            word-break: break-all
        }

            .rg-uploader .queues > .style-list li.error figure.col {
                display: none
            }

            .rg-uploader .queues > .style-list li.error .bd {
                margin: 0
            }

                .rg-uploader .queues > .style-list li.error .bd .state:before {
                    content: " - "
                }

                .rg-uploader .queues > .style-list li.error .bd hr {
                    display: none
                }

@media(max-width:640px) {
    .rg-uploader .queues > .style-list li.complete > div {
        display: block
    }

        .rg-uploader .queues > .style-list li.complete > div p.col {
            padding: 10px 10px 0
        }

            .rg-uploader .queues > .style-list li.complete > div p.col br {
                display: inherit;
                line-height: 20px
            }

            .rg-uploader .queues > .style-list li.complete > div p.col .state:before {
                display: none
            }

            .rg-uploader .queues > .style-list li.complete > div p.col .size, .rg-uploader .queues > .style-list li.complete > div p.col .state {
                font-weight: 700
            }

        .rg-uploader .queues > .style-list li.complete > div nav.col {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            margin: 0 10px;
            padding: 0
        }

            .rg-uploader .queues > .style-list li.complete > div nav.col button {
                padding: 8px 0 12px;
                -webkit-flex: 1;
                flex: 1
            }

    .rg-uploader .queues > .style-list li.error > div p.col br {
        display: inherit;
        line-height: 20px
    }

    .rg-uploader .queues > .style-list li.error > div p.col .state:before {
        display: none
    }

    .rg-uploader .queues > .style-list li.error > div p.col .size, .rg-uploader .queues > .style-list li.error > div p.col .state {
        font-weight: 700
    }
}

.rg-uploader .queues > .style-web {
    padding: 10px
}

    .rg-uploader .queues > .style-web li {
        position: relative;
        margin-top: 3px;
        background: #fff;
        box-shadow: 0 1px 8px rgba(0,0,0,.15)
    }

        .rg-uploader .queues > .style-web li:first-child {
            margin-top: 0
        }

        .rg-uploader .queues > .style-web li.complete > div {
            display: flex;
            align-items: center
        }

            .rg-uploader .queues > .style-web li.complete > div .col {
                -webkit-flex: 1;
                flex: 1;
                padding: 5px
            }

            .rg-uploader .queues > .style-web li.complete > div figure.col {
                -webkit-flex: inherit;
                flex: inherit;
                width: 70px;
                height: 70px;
                margin: 0;
                padding: 0;
                text-indent: -9999px;
                background: no-repeat 50% 50%;
                background-size: cover
            }

                .rg-uploader .queues > .style-web li.complete > div figure.col.not-image {
                    position: relative;
                    background: #999
                }

                    .rg-uploader .queues > .style-web li.complete > div figure.col.not-image:after, .rg-uploader .queues > .style-web li.complete > div figure.col.not-image:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        background: #ddd;
                        -webkit-transform-origin: 50% 50%;
                        transform-origin: 50% 50%;
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg)
                    }

                    .rg-uploader .queues > .style-web li.complete > div figure.col.not-image:before {
                        width: 30px;
                        height: 1px;
                        margin-left: -15px;
                        margin-top: -.5px
                    }

                    .rg-uploader .queues > .style-web li.complete > div figure.col.not-image:after {
                        height: 30px;
                        width: 1px;
                        margin-top: -15px;
                        margin-left: -.5px
                    }

            .rg-uploader .queues > .style-web li.complete > div .bd {
                margin: 0;
                padding-left: 10px;
                font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
                font-size: 12px;
                color: #222;
                word-break: break-all
            }

                .rg-uploader .queues > .style-web li.complete > div .bd hr {
                    border: none;
                    margin: 0;
                    height: 5px;
                    background: none
                }

                .rg-uploader .queues > .style-web li.complete > div .bd .filetype {
                    display: block;
                    margin: 0 0 3px;
                    font-size: 10px;
                    color: #777
                }

                .rg-uploader .queues > .style-web li.complete > div .bd .size, .rg-uploader .queues > .style-web li.complete > div .bd .state {
                    font-weight: 700;
                    font-size: 10px
                }

            .rg-uploader .queues > .style-web li.complete > div nav.col {
                -webkit-flex: inherit;
                flex: inherit;
                text-align: right
            }

        .rg-uploader .queues > .style-web li.complete.selected:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 2;
            border: 3px solid #4a90e2;
            pointer-events: none
        }

        .rg-uploader .queues > .style-web li.loading > div {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center
        }

            .rg-uploader .queues > .style-web li.loading > div .col {
                -webkit-flex: 1;
                flex: 1;
                padding: 5px
            }

            .rg-uploader .queues > .style-web li.loading > div figure.col {
                display: none
            }

            .rg-uploader .queues > .style-web li.loading > div .bar {
                position: absolute;
                padding: 0;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

                .rg-uploader .queues > .style-web li.loading > div .bar > p {
                    position: relative;
                    margin: 0;
                    height: 34px;
                    background: #4a90e2;
                    white-space: nowrap;
                    overflow: hidden
                }

                .rg-uploader .queues > .style-web li.loading > div .bar span {
                    position: absolute;
                    display: block;
                    right: 8px;
                    top: 50%;
                    margin-top: -6px;
                    font-size: 11px;
                    color: #fff;
                    line-height: normal
                }

            .rg-uploader .queues > .style-web li.loading > div .bd {
                margin: 0;
                padding: 10px 8px 10px 10px;
                font-size: 12px;
                color: #222;
                word-break: break-all
            }

                .rg-uploader .queues > .style-web li.loading > div .bd hr {
                    display: none
                }

                .rg-uploader .queues > .style-web li.loading > div .bd .state:before {
                    content: " - "
                }

            .rg-uploader .queues > .style-web li.loading > div nav.col {
                -webkit-flex: inherit;
                flex: inherit;
                text-align: right
            }

        .rg-uploader .queues > .style-web li.loading.ready .bar {
            display: none
        }

        .rg-uploader .queues > .style-web li.loading.ready .bd {
            color: #888
        }

        .rg-uploader .queues > .style-web li.error {
            padding: 10px;
            background: #ce3e3e;
            color: #fff;
            font-size: 12px;
            word-break: break-all
        }

            .rg-uploader .queues > .style-web li.error figure.col {
                display: none
            }

            .rg-uploader .queues > .style-web li.error .bd {
                margin: 0
            }

                .rg-uploader .queues > .style-web li.error .bd .state:before {
                    content: " - "
                }

                .rg-uploader .queues > .style-web li.error .bd hr {
                    display: none
                }

@media(max-width:640px) {
    .rg-uploader .queues > .style-web li.complete > div {
        position: relative;
        display: block;
        padding-left: 70px
    }

        .rg-uploader .queues > .style-web li.complete > div figure.col {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            height: auto
        }

        .rg-uploader .queues > .style-web li.complete > div .bd {
            padding: 8px 5px 8px 10px
        }

        .rg-uploader .queues > .style-web li.complete > div nav.col {
            display: flex;
            align-items: center;
            text-align: center;
            margin: 0 10px;
            padding: 0
        }

            .rg-uploader .queues > .style-web li.complete > div nav.col button {
                padding: 8px 0 12px;
                flex: 1
            }
}

.rg-uploader .queues > .style-album {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px
}

    .rg-uploader .queues > .style-album li {
        width: 20%;
        padding: 5px
    }

@media(max-width:1024px) {
    .rg-uploader .queues > .style-album li {
        width: 20%
    }
}

@media(max-width:768px) {
    .rg-uploader .queues > .style-album li {
        width: 25%
    }
}

@media(max-width:480px) {
    .rg-uploader .queues > .style-album li {
        width: 50%
    }
}

.rg-uploader .queues > .style-album li > div {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0,0,0,.15)
}

    .rg-uploader .queues > .style-album li > div figure.col {
        margin: 0;
        min-height: 80px;
        height: 10vw;
        max-height: 150px;
        background: no-repeat 50% 50%;
        background-size: cover
    }

        .rg-uploader .queues > .style-album li > div figure.col.not-image {
            position: relative;
            background: #999
        }

            .rg-uploader .queues > .style-album li > div figure.col.not-image:after {
                content: "no img";
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                margin-top: -6px;
                font-family: Arial,sans-serif;
                color: #ddd;
                font-size: 11px;
                text-align: center
            }

    .rg-uploader .queues > .style-album li > div .bd {
        display: block;
        margin: 8px;
        font-family: Arial,sans-serif;
        word-break: break-all;
        font-size: 11px;
        line-height: 13px;
        color: #222
    }

        .rg-uploader .queues > .style-album li > div .bd hr {
            margin: 0;
            height: 4px;
            border: none;
            background: none
        }

        .rg-uploader .queues > .style-album li > div .bd .filetype {
            display: block;
            margin: 0 0 2px;
            font-size: 10px;
            color: #888
        }

        .rg-uploader .queues > .style-album li > div .bd .size, .rg-uploader .queues > .style-album li > div .bd .state {
            font-weight: 700;
            font-size: 10px
        }

    .rg-uploader .queues > .style-album li > div nav.col {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        border-top: 1px solid #eee;
        margin: 0;
        padding: 0;
        text-align: center;
        white-space: nowrap
    }

        .rg-uploader .queues > .style-album li > div nav.col button {
            padding: 8px 0;
            -webkit-flex: 1;
            flex: 1
        }

.rg-uploader .queues > .style-album li.selected > div:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border: 3px solid #4a90e2;
    pointer-events: none
}

.rg-uploader .queues > .style-album li.complete figure.col {
    text-indent: -9999px
}

.rg-uploader .queues > .style-album li.loading figure.col {
    background: #eee
}

    .rg-uploader .queues > .style-album li.loading figure.col p {
        margin: 0;
        position: relative;
        height: 100%;
        background: #4a90e2
    }

        .rg-uploader .queues > .style-album li.loading figure.col p span {
            position: absolute;
            display: block;
            right: 8px;
            top: 50%;
            margin-top: -6px;
            font-size: 11px;
            color: #fff;
            line-height: normal
        }

    .rg-uploader .queues > .style-album li.loading .bar, .rg-uploader .queues > .style-album li.loading figure.col:after {
        display: none
    }

.rg-uploader .queues > .style-album li.loading.ready .bd {
    color: #888
}

.rg-uploader .queues > .style-album li.error figure.col {
    background: #ce3e3e
}

@media(min-width:1440px) {
    .rg-uploader .queues.is-large-size > .style-album > li {
        width: 16.6666%
    }
}

@media(min-width:1920px) {
    .rg-uploader .queues.is-large-size > .style-album > li {
        width: 12.5%
    }
}

@media(min-width:2400px) {
    .rg-uploader .queues.is-large-size > .style-album > li {
        width: 10%
    }
}

.rg-uploader .rg-uploader-body > .preview {
    flex: none
}

.rg-uploader .preview {
    flex: none;
    width: 150px;
    height: 100%;
    overflow: hidden
}

    .rg-uploader .preview.hide {
        display: none
    }

    .rg-uploader .preview figure {
        height: 100%;
        margin: 0;
        background: no-repeat 50% 50%;
        background-size: cover;
        text-indent: -9999px
    }

    .rg-uploader .preview .not-image {
        position: relative;
        background: #7e7f80 !important
    }

        .rg-uploader .preview .not-image:after {
            content: "not image";
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: -7px;
            text-indent: 0;
            font-family: Arial,sans-serif;
            color: #ccc;
            font-size: 11px;
            text-align: center
        }

@media(max-width:640px) {
    .rg-uploader .preview {
        display: none
    }
}

.rg-uploader > footer > div {
    width: 140px;
    padding: 0 10px 0 0
}

    .rg-uploader > footer > div > p {
        margin: 0;
        font-family: Arial,sans-serif;
        text-align: right;
        font-size: 12px;
        color: #222
    }

        .rg-uploader > footer > div > p em {
            font-style: normal
        }

.rg-uploader > header nav {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 28px;
    margin-top: -14px;
    border: 1px solid #4a90e2;
    border-radius: 3px;
    font-size: 0;
    overflow: hidden
}

    .rg-uploader > header nav button {
        display: inline-block;
        height: 100%;
        margin: 0;
        padding: 0 7px;
        background: none;
        cursor: pointer;
        border: none;
        border-left: 1px solid #4a90e2
    }

        .rg-uploader > header nav button:first-child {
            border-left: none
        }

        .rg-uploader > header nav button i {
            font-size: 20px;
            line-height: 22px;
            color: #4a90e2
        }

        .rg-uploader > header nav button.on {
            background: #4a90e2;
            cursor: default;
            outline: 0
        }

            .rg-uploader > header nav button.on i {
                color: #fff
            }

@media(max-width:640px) {
    .rg-uploader > header nav {
        position: static;
        margin: 8px 0 0;
        height: 34px;
        display: -webkit-flex;
        display: flex
    }

        .rg-uploader > header nav button {
            -webkit-flex: 1;
            flex: 1;
            padding: 0
        }

            .rg-uploader > header nav button i {
                font-size: 20px;
                line-height: 22px
            }
}

.rg-uploader .queues.drop-mode:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px dashed #4a90e2;
    pointer-events: none
}

.rg-plugin-thumbnail {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none
}

    .rg-plugin-thumbnail, .rg-plugin-thumbnail * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .rg-plugin-thumbnail.show {
            display: block
        }

        .rg-plugin-thumbnail > .bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(0,0,0,.8)
        }

        .rg-plugin-thumbnail > .wrap {
            position: absolute;
            left: 50%;
            top: 50%;
            background: #fff;
            box-shadow: 0 2px 8px rgba(0,0,0,.25)
        }

            .rg-plugin-thumbnail > .wrap .img-wrap {
                padding-bottom: 60px;
                height: 100%
            }

                .rg-plugin-thumbnail > .wrap .img-wrap figure {
                    margin: 0;
                    height: 100%;
                    background: #333
                }

                .rg-plugin-thumbnail > .wrap .img-wrap .croppie-container {
                    position: relative;
                    padding: 0
                }

                .rg-plugin-thumbnail > .wrap .img-wrap .cr-slider-wrap {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 20px;
                    z-index: 2
                }

            .rg-plugin-thumbnail > .wrap .body {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 60px;
                background: #fff;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                align-items: center
            }

                .rg-plugin-thumbnail > .wrap .body .meta {
                    -webkit-flex: 1;
                    flex: 1;
                    padding-left: 10px;
                    padding-right: 20px
                }

                    .rg-plugin-thumbnail > .wrap .body .meta p {
                        margin: 0;
                        font-size: 13px;
                        color: #222
                    }

                .rg-plugin-thumbnail > .wrap .body nav {
                    padding-right: 10px;
                    text-align: right
                }

                    .rg-plugin-thumbnail > .wrap .body nav button {
                        margin: 0;
                        padding: 5px;
                        border: none;
                        background: none;
                        cursor: pointer
                    }

                        .rg-plugin-thumbnail > .wrap .body nav button i {
                            vertical-align: top;
                            color: #57595b
                        }

                        .rg-plugin-thumbnail > .wrap .body nav button + button {
                            margin-left: 8px
                        }

.rg-plugin-changeQueue li {
    cursor: move
}

.rg-plugin-changeQueue .sortable-ghost {
    opacity: .2
}

.rg-uploader .bracket:before {
    content: "("
}

.rg-uploader .bracket:after {
    content: ")"
}

.rg-uploader .bracket.large:before {
    content: "["
}

.rg-uploader .bracket.large:after {
    content: "]"
}

.rg-uploader, .rg-uploader-popup, .rg-uploader-popup body {
    overflow: hidden
}

.rg-uploader {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box
}

    .rg-uploader em {
        font-style: normal
    }

    .rg-uploader .queues {
        position: relative;
        height: 100%;
        box-sizing: border-box
    }

        .rg-uploader .queues > ul {
            margin: 0;
            padding: 0;
            height: 100%;
            list-style: none;
            overflow-x: hidden;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            box-sizing: border-box
        }

        .rg-uploader .queues nav {
            font-size: 0;
            box-sizing: border-box
        }

            .rg-uploader .queues nav button {
                margin: 0;
                padding: 4px;
                border: none;
                font-size: 0;
                background: none;
                cursor: pointer
            }

                .rg-uploader .queues nav button.on i {
                    color: #4a90e2
                }

                .rg-uploader .queues nav button.disabled {
                    cursor: not-allowed
                }

                    .rg-uploader .queues nav button.disabled i {
                        color: #b2b5b9
                    }

            .rg-uploader .queues nav i {
                font-size: 16px;
                color: #57595b
            }

@media(max-width:640px) {
    .rg-uploader .queues {
        overflow: auto
    }
}

.rg-uploader-header {
    position: relative;
    padding: 10px 130px 10px 10px;
    border-bottom: 2px solid #ccc
}

    .rg-uploader-header h1 {
        margin: 0;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        font-size: 18px;
        color: #222;
        font-weight: 400
    }

    .rg-uploader-header p {
        margin: 3px 0 0;
        font-size: 12px;
        color: black;
        font-weight: 700;
    }

@media(max-width:640px) {
    .rg-uploader-header {
        padding: 10px
    }
}

.rg-uploader-footer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-top: 2px solid #ccc;
    overflow: hidden
}

    .rg-uploader-footer nav {
        flex: 1;
        font-size: 0
    }

        .rg-uploader-footer nav > * {
            display: inline-block;
            margin: 0;
            padding: 10px;
            vertical-align: middle;
            font-size: 0;
            border: none;
            border-right: 1px solid #ddd;
            overflow: hidden;
            outline: none;
            cursor: pointer;
            background: none
        }

        .rg-uploader-footer nav > :hover {
            background: #f4f4f4
        }

        .rg-uploader-footer nav > * > * {
            display: inline-block;
            vertical-align: middle
        }

        .rg-uploader-footer nav > :first-child {
            border-bottom-left-radius: 4px
        }

        .rg-uploader-footer nav > .disabled i, .rg-uploader-footer nav > .disabled span {
            color: #999
        }

        .rg-uploader-footer nav span {
            margin: 0;
            font-family: Arial,sans-serif;
            font-size: 12px;
            color: #222
        }

        .rg-uploader-footer nav i {
            margin: 0 3px 0 0;
            font-size: 16px;
            color: #222
        }

        .rg-uploader-footer nav .add-file input[type=file] {
            position: absolute;
            visibility: hidden
        }

@media(max-width:640px) {
    .rg-uploader-footer nav span {
        display: none
    }

    .rg-uploader-footer nav i {
        margin: 0;
        font-size: 18px
    }
}

.rg-uploader-body {
    display: flex;
    min-height: 150px
}

    .rg-uploader-body > .queues {
        flex: 1
    }

@media(max-width:640px) {
    .rg-uploader-body {
        height: auto !important;
        min-height: 100px
    }
}
