.actions.multi-upload-action {
	max-width: 840px;
	margin-right: auto;
	margin-left: auto;
}

.agency-search.upload-section {
	padding-bottom: 25px;
}

.upload-file-block .file-uploader {
	width: 100%;
	min-height: 350px;
	outline: 2px dashed #92b0b3;
	outline-offset: -15px;
	background: #f3f3f3;
	padding: 15px;
	flex-direction: column;
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
}

.upload-file-block .file-uploader .file-uploader-box {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	flex: 1;
}

.upload-file-block .file-uploader .file-uploader-box.hidden {
	display: none;
}

.upload-file-block .file-uploader .file-uploader-thumb-box {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	flex: 1;
	flex-direction: column;
}

.upload-file-block .file-uploader .file-uploader-thumb-box.hidden {
	display: none;
}

.upload-file-block .file-uploader .upload-file-title {
	color: #202020;
	font-family: "Styrene A";
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	display: block;
	width: 100%;
	text-align: center;
}

.upload-file-block .file-uploader .upload-file-title:before {
	content: '';
	display: block;
	width: 100%;
	background-image: url('../images/upload-icon.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

.upload-file-block .file-uploader .file-uploader-button {
	width: 100%;
	max-height: 48px;
	height: 48px;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	font-size: 16px;
	line-height: 24px;
	font-family: "Styrene A";
	font-weight: 500;
	border: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	text-decoration: none;
	max-width: 192px;
	background: #32C7FF 0% 0% no-repeat padding-box;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.upload-file-block .file-uploader .file-uploader-button:after {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 7px;
    height: 10px;
    padding: 0 4px;
    right: 20px;
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.upload-section p {
	font-family: "Styrene B";
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.upload-file-block .drop-zone__thumb {
    color: #202020;
    font-family: "Styrene A";
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
	align-items: center;
	background-color: #ffffff;
}

.upload-file-block .file-uploader .action-remove {
	width: 100%;
	max-height: 48px;
	height: 48px;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	font-size: 16px;
	line-height: 24px;
	font-family: "Styrene A";
	font-weight: 500;
	border: none;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	text-decoration: none;
	max-width: 192px;
	background: #32C7FF 0% 0% no-repeat padding-box;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.upload-file-block .file-uploader .action-remove.hidden {
	display: none;
}

.csv-file-upload {
	display: none;
}

.upload-file-block .file-uploader .upload-file-title.hidden {
	display: none;
}

.upload-file-block .file-uploader .file-uploader-button.hidden {
	display: none;
}

.upload-file-block .file-uploader .remove-btn-action {
	background-color: #ffffff;
}

.upload-file-block .file-uploader .alert-message-section {
	text-align: center;
	display: block;
    width: 100%;
    color: #FF7261;
    font-family: "Styrene B";
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}

/*#region datatable*/
#csv-file-datatable_filter {
	display: none!important;
}
#csv-file-datatable_length,
#csv-file-datatable_info {
	display: table-cell!important;
	color: #32c7ff;
	background-color: #e7f8ff;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 46px;
}

.dt-info {
	color: #32c7ff;
	background-color: #e7f8ff;
	vertical-align: middle;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 46px;
  }
#csv-file-datatable_paginate a.paginate_button {
	font-family: "Styrene A";
	border: 1px solid #BABABA;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
}

#csv-file-datatable_paginate a.paginate_button:not(.disabled):hover {
	background: #32C7FF 0% 0% no-repeat padding-box;
	border-color: #32C7FF;
	color: #FFFFFF;
}

#csv-file-datatable_paginate a.paginate_button.next {
	border-left: none;
}

#csv-file-datatable_paginate a.paginate_button.previous {
	border-right: none;
}

.dataTables_wrapper #csv-file-datatable_paginate.dataTables_paginate .paginate_button {
	margin-left: 0;
}

.dataTables_wrapper #csv-file-datatable_paginate.dataTables_paginate a.paginate_button.current {
	background: #32C7FF 0% 0% no-repeat padding-box;
	border-color: #32C7FF;
	color: #FFFFFF !important;
}

.csv-file-data .datatable-input-search {
	border: 1px solid #000000;
	height: 26px;
}

.csv-file-data table.dataTable {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.csv-file-data table.dataTable thead th, .csv-file-data table.dataTable thead td {
	border-bottom: 1px solid #32C7FF;
	color: #202020;
    font-family: "Styrene B";
    font-weight: 500;
}

.csv-file-data table.dataTable.row-border tbody th, .csv-file-data table.dataTable.row-border tbody td, .csv-file-data table.dataTable.display tbody th, .csv-file-data table.dataTable.display tbody td {
	border-top: 1px solid #BABABA;
}

.csv-file-data table.dataTable.row-border tbody tr:first-child th, .csv-file-data table.dataTable.row-border tbody tr:first-child td, .csv-file-data table.dataTable.display tbody tr:first-child th, .csv-file-data table.dataTable.display tbody tr:first-child td {
	border-top: none;
	background-color: transparent;
}

.csv-file-data table.dataTable tfoot th {
	height: 20px;
}

.csv-file-data table.dataTable tbody th, tbody td {
	color: #202020;
    font-family: "Styrene B";
	background-color: transparent;
}

.csv-file-data table.dataTable thead tr th:first-child {
	border-right: 1px solid #ddd;
}

.csv-file-data table.dataTable tbody tr td:first-child {
	border-right: 1px solid #ddd;
}

.csv-file-data table.dataTable tfoot tr th:first-child {
	border-right: 1px solid #ddd;
}

.csv-file-data table.dataTable.display tbody tr:hover>.sorting_1, .csv-file-data table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	box-shadow: none;
}

.csv-file-data table.dataTable.hover>tbody>tr:hover>*, .csv-file-data table.dataTable.display>tbody>tr:hover>* {
	box-shadow: none;
}

.csv-file-data table.dataTable.display>tbody>tr.even>.sorting_1, .csv-file-data table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1 {
	box-shadow: none;
}

.csv-file-data table.dataTable.stripe>tbody>tr.odd>*, .csv-file-data table.dataTable.display>tbody>tr.odd>* {
	box-shadow: inset 0 0 0 9999px #f3f3f3;
}

.csv-file-data table.dataTable.display>tbody>tr.odd>.sorting_1, .csv-file-data table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
	box-shadow: inset 0 0 0 9999px #f3f3f3;
}

.csv-file-data .select-datatable-length {
	display: block;
	width: 100%;
	max-width: 260px;
	position: relative;
	min-height: 102px;
}

.csv-file-data .select-datatable-length .arrow {
	bottom: unset;
	top: 33px;
}

.csv-file-data .select-datatable-length ul {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
    border-radius: 35px !important;
    border: 1px solid #BABABA;
    padding: 0;
}

.csv-file-data .select-datatable-length ul {
	margin-top: 25px;
	margin-bottom: 25px;
}

.csv-file-data .select-datatable-length ul li.option {
	height: 40px;
	padding: 0 10px;
	color: #202020;
	font-family: "Styrene B";
	font-size: 16px;
	width: 90%;
	cursor: default;
	line-height: 24px;
	z-index: 1;
	padding: 5px;
	display: none;
	list-style: none;
	margin: auto;
}

.csv-file-data .select-datatable-length ul li:first-child {
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	white-space: nowrap;
}

.csv-file-data .select-datatable-length ul li.first {
	display: block;
}

.csv-file-data .select-datatable-length ul li:first-child {
	padding-right: 25px;
}

.csv-file-data table.dataTable thead>tr>th.sorting_asc:before, .csv-file-data table.dataTable thead>tr>th.sorting:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f362";
	transform: rotate(90deg);
	opacity: 0.2;
	font-size: 10px;
	bottom: calc(50% - 5px);
}

.csv-file-data table.dataTable thead>tr>th.sorting_asc:after, .csv-file-data table.dataTable thead>tr>th.sorting:after {
	display: none;
}
/*#endregion datatable*/

body.step-3 .upload-section .card-progress li#step4 {
	display: list-item;
}

body.step-3 .upload-section .card-progress-bar::before {
	height: 67%;
}

body.step-4 .upload-section .card-progress-bar::before {
	height: 100%;
}

.catalog-category-view .block-search .search-with-multiupload .action.search, .page-layout-1column .block-search .search-with-multiupload .action.search, .custom-theme-body .block-search.custom-top-search .searchheader-with-multiupload .action.search {
	right: 50px;
}

.catalog-category-view .block-search .search-with-multiupload .action.search.multiupload-link, .page-layout-1column .block-search .search-with-multiupload .action.search.multiupload-link, .custom-theme-body .block-search.custom-top-search .searchheader-with-multiupload .action.search.multiupload-link {
	right: 5px;
	border-radius: 0;
    height: auto;
    width: auto;
    border: none;
    animation: unset;
    top: 0;
}

.custom-theme-body .block-search .action.search.multiupload-link:before {
    content: url('../images/upload.png');
    padding: 9.5px 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #FF7261;
    font-weight: bolder;
    margin-top: 10px;
}

.custom-theme-body .block-search .loading .action.search.multiupload-link:before {
	opacity: 1 !important;
}

.select-product-item .select-product-selection {
	display: block;
	width: 100%;
	max-width: 520px;
	position: relative;
	min-height: 102px;
}

.select-product-item .select-product-selection .arrow {
	bottom: unset;
	top: 33px;
}

.select-product-item .select-product-selection ul {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 1;
    border-radius: 35px !important;
    border: 1px solid #BABABA;
    padding: 0;
}

.select-product-item .select-product-selection ul {
	margin-top: 25px;
	margin-bottom: 25px;
}

.select-product-item .select-product-selection ul li.option {
	height: auto;
	padding: 0 10px;
	color: #202020;
	font-family: "Styrene B";
	font-size: 16px;
	width: 90%;
	cursor: default;
	line-height: 24px;
	z-index: 1;
	padding: 5px;
	display: none;
	list-style: none;
	margin: auto;
}

.select-product-item .select-product-selection ul li:first-child {
	height: 50px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	white-space: nowrap;
}

.select-product-item .select-product-selection ul li.first {
	display: block;
}

.select-product-item .select-product-selection ul li:first-child {
	padding-right: 30px;
}

.select-report-content {
	border: 1px solid #BABABA;
    border-radius: 4px;
    padding: 0 20px 20px 30px;
}

.select-product-title h3 {
	font-family: "Styrene B";
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
    margin-left: 24px;
    font-weight: 400;
    margin: 0;
    margin-right: 30px;
    min-width: 150px;
}

.upload-section .select-report-content p {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
}

.select-product-items .select-product-item {
	display: flex;
	align-items: center;
}

.step-2 .upload-section .card-progress-bar::before {
	height: 36%;
}

.step-2 .multiorders-progress-card .dashboard-card-progress .card-progress-bar::before {
	height: 50%;
}

.select-product-item .select-product-selection ul li.option.disabled, .select-product-item .select-product-selection ul li.option:disabled {
	opacity: 0.5;
}

.pdf-email-section .field-email label {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 5px;
	font-family: "Styrene B", serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-weight: 500;
}

.pdf-email-section .field-email input {
	background-color: #FFFFFF;
	border: 1px solid #BABABA;
	border-radius: 4px;
	display: block;
	width: 100%;
	font-family: "Styrene B", serif;
	font-size: 16px;
	line-height: 24px;
	color: #202020;
	font-weight: 400;
	padding: 11px 16px 16px 16px;
	height: 50px !important;
}

.upload-section .select-report-content .pdf-email-section p {
	margin-top: 5px;
}

@media (max-width: 991px) {
	.catalog-category-view .block-search .search-with-multiupload .action.search.multiupload-link, .page-layout-1column .block-search .search-with-multiupload .action.search.multiupload-link {
		top: -52px;
	}

	.agency-search.upload-section .datatable-content {
		margin-bottom: 50px;
	}

	.agency-search.upload-section .select-report-content {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.catalog-category-view .block-search .search-with-multiupload .action.search.multiupload-link, .page-layout-1column .block-search .search-with-multiupload .action.search.multiupload-link {
		top: -3px;
	}

	.catalog-category-view .block-search .search-with-multiupload .action.search, .page-layout-1column .block-search .search-with-multiupload .action.search {
		right: 70px;
	}

	.catalog-category-view .block-search .search-with-multiupload .action.search.multiupload-link, .page-layout-1column .block-search .search-with-multiupload .action.search.multiupload-link {
		right: 30px;
	}
}

@media (max-width: 479px) {
	.select-product-items .select-product-item {
		flex-direction: column;
	}

	.select-product-item .select-product-selection ul {
		margin-top: 10px;
	}

	.select-product-title h3 {
		margin-right: 0;
		min-width: 100%;
	}

	.select-product-item .select-product-selection .arrow {
		top: 18px;
	}

	.select-product-item .select-product-selection {
		max-width: 100%;
	}
}
