@media(max-width: 991px){
  .sidemenu-last {
    margin-top: 0;
  }

  .bulk-shippment-steps .clr-timeline li.clr-timeline-step {
		position: relative;
		min-width: auto;
	}
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step:before {
		content: "";
		width: calc(100% - 18px);
		height: 2px;
		background: #b3b3b3;
		position: absolute;
		left: calc(50% - -14px);
		top: 18px;
	}
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step:last-child:before {
		display: none;
	}
	.bulk-shippment-steps .clr-timeline .clr-timeline-step:not(:last-of-type) .clr-timeline-step-body::before {
		display: none;
	}
	.bulk-shippment-steps .table-title {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
  .bulk-shippment-steps.bulk-shippment-step3 .top-tab-action {
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-bottom: 10px;
	}
  .bulk-shippment-steps .selected-file {
		width: 100%;
	}
	.bulk-shippment-steps.bulk-shippment-step1 .action-button {
		width: 100%;
	}
}

@media only screen and (max-width: 575px) {

	.bulk-shippment-steps .nav .nav-item {
		height: 22px;
	}
}

@media only screen and (max-width: 480px) { 
  .bulk-shippment-steps .clr-timeline li.clr-timeline-step .clr-timeline-step-title {
		font-size: 11px;
	}
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step cds-icon[shape=dot-circle],
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step cds-icon,
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step cds-icon[shape=success-standard][shape=circle],
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step clr-spinner {
		height: 1rem;
		width: 1rem;
		min-height: 1rem;
		min-width: 1rem;
		margin-left: calc(50% - 14px);
	}
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step:before {
		width: calc(100% - 15px);
		left: calc(50% - -7px);
		top: 11px;
		height: 1px;
	}
	.bulk-shippment-steps .clr-timeline li.clr-timeline-step {
		margin-left: 5px;
	}
	.bulk-shippment-steps.bulk-shippment-step1 .dummy-file {
		font-size: 13px;
	}

}
