﻿.AttachFile-template1__item .row {
    margin-right: 0px;
    margin-left: 0px;
}

.AttachFile-template1__item {
    margin: 0px 20px;
    padding-bottom: 10px;
}

    .AttachFile-template1__item .template1-item__icon {
        min-height: 45px;
        border-radius: 0 5px 5px 0;
        display: flex;
        padding: 0;
        background-size: 100% 200%;
        background-image: linear-gradient(to bottom, #2bc798 50%, #29d9a4 50%);
        -webkit-transition: background-position .7s;
        -moz-transition: background-position .7s;
        transition: background-position .7s;
    }

        .AttachFile-template1__item .template1-item__icon > a {
            width: 100%;
            display: flex;
            justify-content: center;
            animation: c;
            align-items: center;
            color: #fff;
            font-size: 21px;
            direction: ltr;
            margin: 0px;
            min-height: 45px;
        }

        .AttachFile-template1__item .template1-item__icon:hover {
            background-position: 0 -100%;
        }

            .AttachFile-template1__item .template1-item__icon:hover a {
                text-decoration: none;
            }

        .AttachFile-template1__item .template1-item__icon > a i {
            color: #fff;
            padding: 0 5px;
        }

        .AttachFile-template1__item .template1-item__icon > a span {
            padding-left: 3px;
            font-family: Arial;
            font-size: 13px;
        }

    .AttachFile-template1__item .template1-item__name {
        min-height: 45px;
        display: flex;
        align-items: center;
        background-color: #f3f3f3;
        justify-content: center;
        border: 1px solid #eee;
        border-radius: 5px 0 0 5px;
        color: #010101;
    }

        .AttachFile-template1__item .template1-item__name span {
            font-size: 14px;
            color: #929292;
            padding-left: 10px;
        }

@media(max-width:992px) {
    .AttachFile-template1__item .template1-item__icon {
        border-radius: 5px 5px 0 0;
    }

    .AttachFile-template1__item .template1-item__name {
        border-radius: 0 0 5px 5px;
    }
}

body.ltr .AttachFile-template1__item .template1-item__icon {
    border-radius: 5px 0 0 5px;
}

body.ltr .AttachFile-template1__item .template1-item__name {
    border-radius: 0 5px 5px 0;
}
