#progress-wrapper {
    width: 100%;
    background-color: #ffc107;
    margin-top: 10px;
}

#progress-bar {
    width: 0;
    height: 20px;
    background-color: #4caf50;
    text-align: center;
    line-height: 20px;
    color: white;
}

.dz-image {
	width: 120px !important;
	height: 120px !important;
}

.dz-preview .dz-image {
	border-radius: 0 !important;
}

/* Custom Dropzone CSS */
#my-dropzone {
	max-height: 300px;
    border: 3px dashed #dee2e6;
    padding: 20px;
    border-radius: 0;
    background: #fafafa;
    min-height: 150px;
}

/* Change the color of the focus outline without altering size or shape */
	/* input:focus, textarea:focus, select:focus {
	    box-shadow: 0 0 0 0.25rem rgb(255, 193, 7) !important; 
	    border-color: #ffc107 !important;
} */


.sticky-top{
    border-bottom: 1px solid #ddd !important;
}


/* Upload Form CSS */

.dz-progress{
	display: none !important; 
}

.dropzone .dz-message{
	margin: 1em 0 !important;
}

.upload-area {
	border: 2px dashed #6c757d; 
	border-radius: 4px;
	padding: 0px 0px;
	text-align: center;
	background-color: #f8f9fa;
	transition: background-color 0.3s ease;
	cursor: pointer;
	/* max-width: 425px;*/
	margin: 20px auto 0px auto; 
	position: relative;
  }
  
.upload-area:hover {
background-color: #e9ecef;
}

.upload-area .dz-message {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.upload-area img {
width: 60px;
height: auto;
margin-bottom: 15px;
opacity: 0.8;
transition: transform 0.3s ease;
}

.upload-area:hover img {
transform: scale(1.1);
}

.upload-area p {
font-size: 16px;
color: #495057;
margin: 0;
}

.file-count {
  font-size: 13px;
  color: #333;
}

.dz-remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ddd;
    color: #333;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer !important;
    z-index: 20;
}

/* .previews{
	margin: 0;
    padding: 0;
    max-height: 200px;
    width: 100%;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 10px;
} */

.dropzone .dz-preview .dz-image{
    border-radius: 5px !important;
    border:1px solid #ddd !important;
    
}

.form-control{
    border-radius: 5px !important;
}

.dropzone .dz-preview {
    margin: 0 10px 10px 0 !important;
}

.swal2-confirm{
    background-color: #212529 !important;
    border: 1px solid #212529 !important;
    color: #fff !important;
}

/* Dashboard CSS */

/* .dataTables_filter{
    padding: 10px !important;
}
.dataTables_info{
    padding-left: 1.5rem !important;
}

.dataTables_paginate{
    padding-right: 1.5rem !important;
} */

div:where(.swal2-icon).swal2-info {
    border-color: #00234b !important;
    color: #00234b !important;
}



#footer .animated-icon{
    display: none !important;
}