.terawallet-exporter-wrapper{
    text-align: center;
    max-width: 700px;
    margin: 40px auto;
    .tw-actions{
        overflow: hidden;
        border-top: 1px solid #eee;
        margin: 0;
        padding: 23px 24px 24px;
        line-height: 3em;
        button{
            float: right;
            font-size: 1.25em;
            padding: .5em 1em!important;
            line-height: 1.5em!important;
            margin-right: .5em;
            margin-bottom: 2px;
            height: auto!important;
            border-radius: 4px;
            margin: 0;
            opacity: 1;
        }
    }
    .terawallet-exporter{
        background: #fff;
        overflow: hidden;
        padding: 0;
        margin: 0 0 16px;
        box-shadow: 0 1px 3px rgba(0,0,0,.13);
        color: #555;
        text-align: left;
        header{
            border-bottom: 1px solid #eee;
            margin: 0;
            padding: 24px 24px 0;
        }
        section{
            padding: 24px 24px 0;
        }
        progress{
            display: none;
            width: 100%;
            height: 42px;
            margin: 0 auto 24px;
            background: #f5f5f5;
            border: 2px solid #eee;
            border-radius: 4px;
            padding: 0;
            box-shadow: 0 1px 0 0 rgba(255,255,255,.2);
        }
        .spinner{
            display: none;
        }
    }
    
    .terawallet-exporter__exporting {
        .spinner{
            display: block;
        }
        progress{
            display: block;
        }
    }
}
