@use "../../variables/colors" as colors;

.edd-import-export-form {
	button {
		display: block;
		max-width: 100%;
	}

	.edd-progress {
		background: colors.$wp-gray-5;
		border-radius: 15px;
		height: 15px;
		flex-basis: 100%;

		div {
			background: var(--edd-wp-admin-theme-color);
			border-radius: 15px;
			height: 100%;
			width: 0;
		}
	}

	.notice-wrap {
		background-color: #f4f4f4;
		border-style: solid;
		border-width: 1px 0;
		border-color: var(--edd-very-light-gray);
		padding: 12px;
		overflow: auto;
		margin: 20px -12px -23px;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;

		div.notice {
			margin: 0;
		}
	}
}
