/* Write your custom CSS here */

/* Padding */
@import url('https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.0/css/boxicons.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css');


/* Pace ke default spinner ko hata do */
.pace .pace-activity {
  border: none !important;
  animation: none !important;
  background: none !important;
}

/* Apna GIF center me lagao */
.pace.pace-active::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;   /* loader gif ka size */
  height: 120px;
  background: url("/static/images/loader.gif") no-repeat center center;
  background-size: contain;
  z-index: 9999;
}




.panel {
  /* padding: 20px; */
  box-shadow: 0 0 21px 0 rgba(89,102,122,.1);
}

.p-0 {
  padding: 0rem !important;
}

.pl-0 {
  padding-left: 0px !important;
}
  

.pr-0 {
  padding-right: 0px !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

/* Margin */

.m-0 {
  margin: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}
/* Buttons */

.btn {
  padding: 10px;
  margin-bottom: 10px;
}
a{
  cursor: pointer !important;
}
.btn-success {
  /* border: solid 2px #0a569d;
  color: #0a569d;
  font-size: 14px;
  background: transparent; */
}

.btn-success:hover {
  /* border: solid 2px #0a569d;
  color: #0a569d;
  font-size: 14px;
  background: transparent; */
}

.btn-success:active {
  background: #07273c !important;
  color: #fff !important;
}

/* Height & width */

.vh-100 {
  height: 100vh;
}

.vw-100 {
  width: 100vh;
}

/* Auto */

.m-auto {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.panel-group .panel {
  padding: 0px;
}

.panel-success .panel-heading {
  border-radius: 4px;
  background: #ffe1d9;
  color: #000;
}

.collapse.in .panel-body {
  background: transparent !important;
  padding-bottom: 0px;
  margin-bottom: 4px;
  box-shadow: none !important;
}

pre {
  font-size: 14px;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #fff;
}

.loginBG {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  /* background: url(https://talkingnummbers.com/images/1.jpeg); */
  background: url(../images/1.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #333;
}

.login-box.panel {
  background-color: rgba(255, 255, 255, 0.93);
}
.backgroundd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rotating-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1000%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none; /* Ensure it doesn't interfere with other content */
}

.rotating-image {
  position: absolute;
  top: 48%;
  left: 49.5%;
  width: 350px; /* Adjust size as needed */
  height: 350px; /* Adjust size as needed */
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: rotate 10s linear infinite;
}

@keyframes rotate {
  from {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
      transform: translate(-50%, -50%) rotate(360deg);
  }
                                                                                                              }

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .rotating-image {
      top: 49.5%;
      left: 49.5%;
      width: 250px; /* Smaller size for smaller screens */
      height: 250px; /* Smaller size for smaller screens */
  }

  .container {
      padding: 10px; /* Adjust padding for smaller screens */
  }
}


.rotating-image {
  position: absolute;
  top: 48%;
  left: 49.5%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: rotate 10s linear infinite;
}

/* Remedy modal responsive width */
.custom-remedy-modal {
    width: 60%;
}

@media (max-width: 768px) {
    .custom-remedy-modal {
        width: 94% !important;
        margin: auto;
    }
}
 
.login-overlay {
  position: absolute;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
  padding: 60px 0 50px;
}

.text-white {
  color: #ffffff;
}

.tabs {
  display: flex;
  cursor: pointer;
}

.tab {
  padding: 10px 20px;
  border: 1px solid #4caf50;
  border-bottom: none;
  /* background: #4caf50; */
  margin-right: 2px;
  text-align: center;
  transition: background 0.3s;
  color: #ffffff;
  /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
  align: center;
  flex-grow: 1;
}

.tab:hover {
  background: #ddd;
}

.tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
  display: none;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 6px 6px -5px rgb(0 0 0 / 25%);
}

.tab-content.active {
  display: block;
}

.tab.active {
  background: #2b2623 !important;
  border-bottom: 1px solid #2b2623 !important;
  font-weight: normal;
  color: #ffffff !important;
  /* height: 50px; */
}

/* Modal styles */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;

}

/* Modal Content */
.modal-content {
  border-radius: 14px;
}
.modal-header {
  
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Custom Modal Styles */
.custom-modal-header {
  background: #003d64;
  color: #ffffff !important;
}

.custom-modal-header .modal-title {
  color: #ffffff !important;
}

.custom-modal-header .custom-modal-close {
  color: white;
}

.custom-modal-header .custom-modal-close i {
  font-size: 24px;
  color: white;
}

.custom-modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

.icon-font{
  font-size: 24px;
}

/*-------------View Report Modal----------- */
/* Modal Background */
.modal-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Content */
.modal-content-new {
  background: white;
  border-radius: 20px;
  padding: 20px 30px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  text-align: center;
}

/* Close Button */
.close-new {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}

/* Heading */
.modal-content-new h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* Checkbox Labels */
.modal-options-new label {
  display: block;
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
  text-align: left;
}

/* Checkbox Styling */
.modal-options-new input[type="checkbox"] {
  margin-right: 8px;
}

/* Button */
#nextPageBtnUnique {
  width: 100%;
  background: #003d64;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

/* Button Hover */
#nextPageBtnUnique:hover {
  background: #002a48;
}

.new-modal-heading{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.new-model-margin{
  margin-right: 8px;
}

.new-modal-label{
  display: block;
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}
/*-------------View Report Modal ends-------- */
/* .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height:calc(100% - (1.75rem*2))

} */

/* Modal close button */
.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}
.close:hover {
  background-color: transparent;
}
.cancel{
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Show modal */
.modal.show {
  /* display: block;
  opacity: 1; */
  /* Fade-in visible */
}

/* Scale modal in */
.modal.show .modal-content {
  /* transform: scale(1); */
  /* Scale to original size */
}

/* Form styles */
form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 5px;
}

input,
select {
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  padding: 10px 15px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

.grid-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; /* responsive width */
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* flexible instead of fixed px */
  grid-auto-rows: minmax(80px, auto); /* adjusts height dynamically */
  gap: 0px;
  padding: 10px;
  width: 100%;
  max-width: 400px; /* keeps it centered on bigger screens */
}

.grid-item {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border: 1px solid black;
  padding: 6px;
  text-align: center;
}

.grid-item.static {
  font-size: 20px;
  flex-direction: column;
  padding: 6px;
}

span.singlevalue {
  font-size: 28px;
  font-weight: 500;
}

.grid-item span {
  color: #ffffff;
}

.item-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* padding: 0 4px; */
}

small {
  font-size: 10px;
  color: #ffffff;
  font-weight: 600;
  width: 50%;
  
}

/* Define different colors for each grid item */
.item-1 {
  background-color: rgba(126, 126, 126, 0.294);
}

/* Red-Orange */
.item-2 {
  background-color: rgba(250, 158, 155, 0.945);;
}

/* Light Green */
.item-3 {
  background-color: rgb(250, 249, 246);
}

/* Blue */
.item-4 {
  background-color: rgb(255, 255, 1);
}

/* Yellow */
.item-5 {
  background-color: rgb(72, 143, 72);
}

/* Purple */
.item-6 {
  background-color: #B2BEB5;
}

/* Orange */
.item-7 {
  background-color: rgba(102, 102, 255, 0.678);
}

/* Emerald Green */
.item-8 {
  /* background-color: #3f84c7; */
  background-color: rgb(250, 167, 14);
}

/* Sky Blue */
.item-9 {
  background-color: #fff;
}

/* Red */
.item-1 span{
  color: #000000;
}
.item-1 span small{
  color: #000000;
}
.item-6 span{
  color: #000000;
}
.item-6 span small{
  color: #000000;
}
.item-3 span {
  color: #000000;
}
.item-3 span small{
  color: #000000;
}
.item-4 span {
  color: #000000;
}
.item-4 span small{
  color: #000000;
}
.item-7 span {
  color: #ffffff;
}
.item-7 span small{
  color: #fff;
}
.item-9 span {
  color: #000000;
}
.item-9 span small{
  color: #000000;
}

/* Hover effects */
hr.hr_dot {
  border: 1px dotted #c9c9c9;
}

.kua {
  padding: 0px 8px 0px 10px;
  background-color: red;
  color: #fff;
  margin-right: 10px;
}

.driver {
  padding: 0px 8px 0px 10px;
  background-color: #2a52be;
  color: #fff;
  margin-right: 10px;
}

.conductor {
  padding: 0px 8px 0px 10px;
  background-color: #800000;
  color: #fff;
  margin-right: 10px;
}

.search-user-details {
  position: relative;
  min-height: 120px;
}

.search-user-details::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #d0e8d1;
}

.page-title .search-user-details:last-child::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: transparent;
}

.panel-collapse.collapse {
  position: relative;
}

.accord::after {
  position: absolute;
  content: "\eb8d";
  right: 0px;
  top: 0px;
  color: #000000;
  font-family: boxicons !important;
  font-weight: 100;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
}

.collapsed.accord::after {
  position: absolute;
    content: "\ebc1";
    right: 0px;
    top: 0px;
    color: #606366;
    font-family: boxicons !important;
    font-weight: 100;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
}

.search-user-details i {
  font-size: 20px;
  padding-right: 10px;
  color: #00a308;
}

.search-user-details label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.table .thead-success th {
  text-align: center;
  background-color: rgb(76 175 80);
  color: #fff;
}

.listLi li{
  padding: 5px 0px;
}
.card-background {
  position: relative;
}
.card-background:before {
  position: absolute;
  margin-block-start: -10px;
  content: "";
  width: 85%;
  background-color: #fff3;
  height: 90%;
  box-shadow: 0 0.15rem 0.1rem #0000000a;
  border-radius: 0.4rem;
  margin-inline: auto;
  inset-inline: 0;
}

table {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}

.table>thead {
  vertical-align: bottom;
}

table thead tr {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 123 !important;
  box-shadow: 0 0 20px #f3f3f3;
}
.table td {
  background: #fff;
}
.table td, .table > tbody > tr > td{
  padding: 10px 10px !important;
}
.table > thead > tr > th {
  padding: 10px !important;
}
table tr {
  border-bottom: 2px solid #f7f7fa !important;
}

table td, table th {
  padding: 10px 8px 10px 15px !important;
  position: relative !important;
}

table th {
  border: 0 !important;
  background: #fff !important;
  font-size: 12px;
  color: #212a4fb3;
  font-weight: 600 !important;
}

table td {
border: 0;
    border-top: 7px solid #f7f7fa !important;
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600;
}
.btn-danger {
  border-color: transparent;
  border: solid 1px #f25656 !important;
  color: #f25656 !important;
  padding: 7px 20px !important;
}

.btn-danger:hover {
  background-color: #f25656 !important;
  border-color: transparent;
  border: solid 1px #f25656 !important;
  color: #ffffff !important;
}

.btn-danger:focus {
  background-color: transparent !important;
  border-color: transparent;
  border: solid 1px #f25656 !important;
  color: #ffffff !important;
}

.btn-danger:active {
  background-color: #f25656 !important;
  border-color: transparent;
  border: solid 1px #f25656 !important;
  color: #ffffff !important;
}
.box-shadow-none{
  box-shadow: none !important;
}
.reading-content-single{
  font-size: 18px !important;
}
.reading-content-single strong {
  font-weight: bold !important;
}
.lushu-grid-table{
  font-size: 18px !important;
}
.reading-content h2{
  font-size: 26px;
  font-weight: 400;
}
.reading-content {
  padding: 0px 20px;
}

.reading-content p strong{
  font-size: 18px;
  font-weight: 500;
  padding-right: 5px;
}

.reading-content p {
  font-weight: 400;
  line-height: 25px;
  font-size: 18px;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #0c89d8;
  color: #fff;
}
.plane_img{
  width: 100%;
  height: 350px;
}
.bottomMenu {
  position: fixed;
  bottom: 0;
  width: 300px;
  height:300px;
  z-index: 1;
  transition: all .2s;
}
a.collapsed.accord .hide {
  opacity:0;
 
}
.accord #2.panel-collapse.collapse.in .show {
  opacity:1;
}
.text-black{
color: #000000 !important;
}

.tablinks.tab {
  background: #b8cedc !important;
  color: #000000 !important;
}

.tablinks.tab.active {
  background: #2b2623 !important;
  color: #ffffff !important;
}
 .swiper-wrapper {
    margin-bottom: 10px;
 }

 a#openModalBtnUnique {
    margin-top: 14px;
}

 
.loshu-spam {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-top: 8px;
  padding: 2px 4px;
  border-radius: 4px;
}

/* 📱 Mobile view (max 600px) */
@media screen and (max-width: 600px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr); /* stays 3x3 but scales */
    gap: 0px;
  }

  .grid-item {
    font-size: 20px;
    padding: 4px;
  }

  span.singlevalue {
    font-size: 22px;
  }

  .loshu-spam {
    font-size: 10px !important;
    margin-top: 4px;
  }
}

 .btn-sum{
  background-color: #16a400 !important;
  color: #fff !important;
 }
.header-row th{
  text-transform: uppercase !important; 
  text-align: center !important;
}

table thead tr th {
   text-align: center !important;
}

.btn-red{
  background-color: #ff3939 !important;
  color: #fff !important;
 }

 table.table.table-bordered.alphabates_values {
    opacity: 0.7;
}
.pfofile-panel{
  position: relative;
 
}
.imf_prfile{
  position: relative;
}
 .set-user-profile{
    position: absolute;
    bottom: -16px;
    width: 165px;
    right: 27px;
 }
.set-user-profile p {
    
       position: absolute;
  z-index: 1000;
    top: -75px;
    width: 170px;
    overflow: hidden;
    height: 157px;
    margin: 0px;
    
}
 .set-user-profile p input[type=file] {
    cursor: pointer;
    
}

 
.d-none{
  display: none !important;
}
 .edit_images .btn{
     position: absolute;
    right: 9px;
    bottom: 0;

 } .edit_images p{
    
line-height: 0;
    margin: 0 0 0px;
 }
 
 .edit_images a{
 /* font-size: 0px !important; */
 }

.edit_images p input[type=file] {
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: 220px;
    height: 200px;
    opacity: 0;
    
}

 .edit_images p, label {
   /* font-size: 0px !important; */
 }
 
 .user-details-form label {
   font-size: 12px !important;
 }
 .edit_company_logo_box p input[type=file] {
     cursor: pointer;
    position: absolute;
    top: -180px;
    width: 100%;
    height: 200px;
    opacity: 0;
}

 .edit_company_logo{
  position: relative;
 }
 .edit_company_logo p, label {
   font-size: 14px !important;
       line-height: 1;
 }
  .edit_company_logo a{
   font-size: 14px !important;
 }

 .bgs-green{
  background-color: #16a400 !important;
 
 }
 

 .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
    /* color: #ff8237 !important; */
}

 .modal-header {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
    font-weight: 500;
    background: #2B2623;
    color: #ffffff !important;
    /* color: #ff8237 !important; */
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
}

table table > thead > tr > th{
    background-color: #16a400 !important;
    color: #fff !important;
}

.notification {
  position: fixed;
  top: 80px;
  right: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  z-index: 99999;
  min-width: 350px;
  max-width: 450px;
  animation: slideIn 0.3s ease-out;
  font-family: Arial, sans-serif;
}

@keyframes slideIn {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.notification.success {
  border-left: 6px solid #28a745;
}

.notification.error {
  border-left: 6px solid #dc3545;
}

.notification.progress {
  border-left: 6px solid #007bff;
  min-height: 100px;
}

.notification-content {
  padding: 20px;
  position: relative;
  min-height: 80px;
}

.notification.progress .notification-content span {
  margin-bottom: 20px;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background: #e9ecef;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 12px;
  margin-bottom: 10px;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #0056b3);
  border-radius: 5px;
  animation: progress-animation 2s ease-in-out infinite;
  transition: width 0.3s ease;
}

@keyframes progress-animation {
  0% { width: 20%; }
  50% { width: 80%; }
  100% { width: 20%; }
}

.progress-percent {
  font-weight: bold;
  color: #007bff;
}

.notification.progress small {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  text-align: center;
}