img {
	border-style: none;
}

.upload-box {
	border: 2px dashed #ccc;
	border-radius: 5px;
	padding: 30px;
	text-align: center;
	position: relative;
	background-color: #f9f9f9;
	margin-bottom: 25px;
  }

  .upload-box .close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.2rem;
	color: #666;
	cursor: pointer;
  }

  .upload-box .select-files-btn {
	margin: 15px 0;
  }

  .upload-box p {
	margin-bottom: 0;
	color: #666;
  }
  .whitemain-row{
	padding-top: 20px;
  }
  .whitemain-row h1{
	margin:0px;
	font-size: 20px;
  }

.btn-success{background-color: #04E143;
    border-color: #04E143;}

.btn-success:hover, .btn-success:focus{
	background-color: #0a9933;
    border-color: #0a9933; 
}

	.upload-btn-wrapper {
		position: relative;
		overflow: hidden;
		display: inline-block;
	  }	  
	
	  .upload-btn-wrapper input[type=file] {
		font-size: 100px;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
		width: 100%;
		height: 100%;
	  }

	  .file-upload-ml{
		margin: 0px;
    padding: 0px;
    list-style: none;
    margin-bottom: 25px;
	border-radius: 5px;
    padding: 15px;
	position: relative;
    background-color: #f9f9f9;
	  }

	  .file-upload-ml li{
		display: flex;
		justify-content: space-between;
		padding: 10px 0px;
		border-bottom: 1px solid #ccc;

	  }
	  .file-upload-ml li:last-child{border: 0px;}
	  .file-upload-ml li span{
		width: calc(100% - 25px);
	  }

	  .file-upload-ml li i svg{width: 20px;}
	  .asset-update-table  tbody tr td{width: 50%; }
	  .action-controls{margin: 0px; padding: 0px; list-style: none;  display: flex; flex-wrap: wrap; gap: 17px;}
	  .action-controls li{ width: calc(50% - 9px);  }
	  .action-controls li a{color: #000; text-decoration: none; height: 100%; text-align: center;
		box-shadow: 0px 0px 9px 2px #cccccc9e;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 125px;
		border-radius: 5px;}
		.action-controls li a h2{font-size: 36px;}
	  .action-controls li a p{font-size: 13px; margin: 0px;}
	.top-Onboarding-block h4, .top-Onboarding-block h5{color: #474545;}
