
.wrapperr {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapperr.show {
  right: 20px;
}

.footer-section{
  text-align: center !important;
  margin-top: 50px;
  font-size:14px;
  margin-bottom: 50px;
  font-weight:300 !important;
}
.btn-custom{
  background-color: #d9232f !important;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
}
.btn-custom:hover {
  background-color: #a71d23 !important;
  color: #fff;
}
.wrapperr header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.hiderow{
  display: none !important;
}
header i {
  color: #dc232e;
  font-size: 32px;
}
header h2 {
  color: #dc232e;
  font-weight: 500;
}
.wrapperr .data {
  margin-top: 16px;
}
.wrapperr .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapperr .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

.save-draft{
  float:right;
  background: #a9a29a;
  border: #a9a29a;
  color: #fff; 
}
.filesUploader {
  max-width: 670px !important;
  margin: 0 auto !important;
}

.Form-content.col-md-6 .card-heading {
  border-radius: 5px 5px 0px 0px !important;
  padding: 6px 10px;
  background: #f7f7f7 !important;
}

.saved-pop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #28a745;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
}