/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22/02/2023, 20:26:20
    Author     : ernestosamanom
*/

.delete-list {
  width: 100%;
  overflow: hidden; /* This is to clear the float */

}

.right-button {
  float: right;
}

.progress {
  width: 100%;
  height: 20px;
  background-color: #f1f1f1;
}

.bar {
  height: 100%;
  background-color: #4CAF50;
  width: 0%;
}