.dzu-dropzone {
  display: contents !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    transition: all .15s linear;
    min-height:69px !important;
		overflow: hidden !important;
		margin: 0 auto !important;
		border: 0px dashed #00205B !important;
		box-sizing: border-box !important;
		border-radius: 0px !important;

  }

  .dzu-dropzoneActive {
    background-color: #DEEBFF;
    border-color: #2484FF !important;
  }
  
  .dzu-dropzoneDisabled {
    opacity: 0.5;
  }
  
  .dzu-dropzoneDisabled *:hover {
    cursor: unset;
  }
  
  .dzu-input {
    display: none;
  }
  
  .dzu-inputLabel {
  
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: block !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-size: 17px !important;
		color: #00205B !important;
		position: relative !important;
    padding-top: 10px !important;
    display: inline-block;
  }


  
  .dzu-inputLabelWithFiles {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    padding: 0 14px;
    min-height: 32px;
    background-color: #E6E6E6;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 3%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
  }
  
  .dzu-previewContainer {
    padding: 10px 0% !important;
    display: inline-block !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 60px;
    z-index: 1;
    border-bottom: 1px solid #EEF0F4 !important;
    box-sizing: border-box;
    text-align: left !important;
  }


  .dzu-previewImage {
    width: auto;
    max-height: 40px;
    max-width: 140px;
    border-radius: 4px;
  }
  
  .dzu-previewButton {
    background-size: 10px 10px !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px  !important;
		height:10px  !important;
    cursor: pointer;
    opacity: 0.8;
    margin: -2px 0 0px 8px;
  }

  .dzu-submitButtonContainer {
    margin: 24px 0;
    z-index: 1;
  }
 
  
  .dzu-submitButton:disabled {
    background-color: #E6E6E6;
    color: #333333;
    cursor: unset;
  }

	.fileDrop
	{
		display: inline-block !important;
		max-width:251px  !important;
		width:100%  !important;
		margin-top: 15px !important;
	}

	.fileDrop_main
	{
	border: 1px dashed #00205B !important;
	box-sizing: border-box !important;
	border-radius: 8px !important;
	padding: 0px 10px 10px 10px !important;
	text-align: center !important;
	max-width:251px  !important;

	}

	.dzu-dropzone span{
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	color: #2A2C2F !important;
	opacity: 0.5 !important;
	}

	.dzu-inputLabel::before {
		content:'';
		background: url('/quote/assets/svg/upload-cloud.svg');
		height: 20px;
		width: 20px;
		position: absolute;
		left: 45px;
	}

	.dzu-previewFileName
	{
		color: #2A2C2F !important;
		font-size: 0.75rem;
		font-weight: 300 !important;
		font-family: Rubik !important;
	}

	.dzu-previewImage {
		width: auto !important;
		max-height: 40px !important;
		max-width: 40px !important;
		border-radius: 0px !important;
    margin-bottom: 8px !important;
	}

	.dzu-submitButtonContainer {
		margin: 10px 0 !important;
	}

	.dzu-submitButton {
		padding: 0 14px !important;
		min-height: 32px !important;
		background: #011F50 !important;
		border-radius: 8px !important;
		font-family: Rubik !important;
    font-size: 14px;
		font-style: normal !important;
		font-weight: normal !important;
		color:#fff !important;
		cursor: pointer !important;
    font-size: 14px;
    font-weight: 600;
    border: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
	}


	.dzu-previewStatusContainer {
		align-items: normal !important;
		height:6px !important;
    display: flex;
	}

  .dzu-previewStatusContainer progress {
    width: 100% !important;
    height:6px !important;
}


/* IE10 */
progress {
  color: #3399cc;
  border: solid 0pt gray;
  height:6px;
}

/* Firefox */
progress::-moz-progress-bar {
  background: #3399cc;
  border: solid 0pt gray;
  height:6px;
}

/* Chrome */
progress::-webkit-progress-value {
  background: #3399cc;
  border: solid 0pt gray;
  height:6px;
}

/* Polyfill */
progress[aria-valuenow]:before {
  background: #3399cc;
  border: solid 0pt gray;
  height:6px;
}

progress {
  -webkit-appearance: none;
  appearance: none;
}

progress::-webkit-progress-bar {
  background-color: #EEF0F4;
}

	 /*Drop zone file uploder end */
