 #custom-loader {   width:100%;   padding:15px 20px;   margin-top:10px;   margin-bottom:10px;   border:1px solid #e4e4e7;   border-radius:8px;   background-color:#fff !important;  }  .loader-bar-wrapper {   width:100%;   height:10px;   background:#a4bee5;   border-radius:2px;   overflow:hidden;   margin-top:5px;  }  #loader-bar {   height:100%;   width:0%;   background:linear-gradient(90deg, #3477e8, #005fff);   transition:width 0.3s ease;   border-radius:2px;  }  #loader-percentage {   margin-top:5px;   font-weight:bold;   text-align:right;   }  div#loader-message {   text-align:left;  }  .message-percentage {   display:flex;   justify-content:space-between;  } 