#file-upload-progress-bar, .progress{
    height: 8px !important;
}

.modal-dialog{
    height: 500px;
}

.cloud-icon-circle{
    border: 1px solid #CBD0DC;
    border-radius: 50%;
}

.modal-title{
    text-align: left;
}

.modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    background: transparent;
    border: none;
    font-size: 1.5rem; /* Adjust size if necessary */
}

.modal-body .browse-file-box{
    height: 250px;
    border: 2px dashed #CBD0DC;
    border-radius: 8px;
}

.modal-body .progress-box{
    height: 100px;
    background-color: #EEF1F7;
    border-radius: 8px;
}

.label-browser{
    border: 1px solid #CBD0DC;
    border-radius: 5px;
    color: #54575C;   
    font-weight: 500;
    font-size: 1rem; 
    padding: 5px;
}

.modal-header .text3{
    color: #A9ACB4;
    font-weight: 600;
    font-weight: 1rem;
}

.modal-body .browse-file-box .text1{
    font-weight: 400;
    font-size: small;
    color: #A9ACB4;
}

.modal-body .browse-file-box .text2{
    font-weight: 400;
    font-size: small;
    color: #0091FF;
}

/*#progressBarContainer {
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    margin-top: 20px;
    display: none;
  }

  /* Styling for the actual progress bar */
  /*.progress-bar{
    width: 0%;
  }*/