.customers-importer {
    margin: 80px 88px 36px;
}

.widget-content .customers-importer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    width: -moz-fit-content;
}

.customers-importer .primary-button iron-icon{
    color: white;
}

.customers-importer .secondary-button iron-icon{
    color: var(--ba-primary-color);
}

.customers-importer .buttons {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.customers-importer paper-progress {
    width: 100%;
    margin-top: 48px;
    border-radius: 2px;
    --paper-progress-container-color: #F5F5F5;
    --paper-progress-active-color: var(--ba-primary-color);
    --paper-progress-indeterminate-cycle-duration: 4s;
}

.customers-importer paper-button:first-child {
    margin-right: 32px;
    vertical-align: top;
}

vaadin-upload{
    height: 40px;
    overflow-y: hidden;
	display: inline-block;
}

.importer label{
    font-size: 14px;
    color: var(--ba-font-opactity);
}