.footer {
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center; /* Centers content vertically */
  padding: 10px 20px;
  background-color: rgb(122, 199, 203);
  color: white;
  text-align: center; /* Ensures text is centered */
  flex-direction: column; /* Allows for stacked elements if needed */
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:10%;
}

.footer .footer-content {
  text-align: center;
}

.footer .footer-content a {
  color: white;
  text-decoration: none;
}

/*


.footer-content {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.footer-content:hover {
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-align: center;
    align-items: center;
    display: flex;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgb(122 199 203);
}
.footer-invoice{
    width: 100%;
    background-color: rgba(3, 6, 49, 0.3);
}
.footer-workorder{
    width: 100%;
    background-color: rgba(3, 6, 49, 0.3);
}
.footer-success{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(3, 6, 49, 0.3);
}
.footer-login{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(185, 182, 182);
    /* position: fixed; 
}
*/


/* back btn */
.back-btn {
    border-radius: 20px;
    border: 1px solid #0c49a4;
    background-color: #0c49a4;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
  }

  .back-btn:active {
    transform: scale(0.95);
  }

  .back-btn:focus {
    outline: none;
  }

  .back-btn {
    margin: 12px;
    margin-bottom: -10%;
    /* margin-right: 690px; */
    font-size: 9px;
    font-weight: light;
    padding: 8px;
    letter-spacing: 1px;
  }

  .green-btn {
    border: 1px solid #069A8E; 
    background-color: #069A8E;
  }