#diesel-receipt {
  background: white;
  width: 435px;
  height: auto;
  position: absolute;
  left: -1000px;
}
.bg2-red {
  background-color: red;
}
.white-rcpt {
  color: #fff !important;
}
.rcpt-head {
  padding: 10px;
}
.rcpt-p-icon {
  width: 15px;
  margin-left: 5px;
}
.rcpt-p-name {
  color: #2b2b2b;
  font-size: 16px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 600;
}
.rcpt-h3 {
  color: #2b2b2b;
  font-size: 22px;
  font-family: "Pitagon Sans Text";
  font-style: normal;
  font-weight: 500;
}
.bg-gray {
  background-color: #e2efdb;
}
.bb-line {
  border-bottom: 1px solid #2b2b2b;
}

.project-card {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 4px 8px -4px rgba(22, 34, 51, 0.08),
    0px 16px 24px 0px rgba(22, 34, 51, 0.08);
}
.view-project-id {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
}
.view-project-card-header {
  color: #848484;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.view-project-card-details {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.view-project-card {
  border-radius: 10px;
  background: #f4f0ff;
  display: flex;
  padding: 22px 28px;
  align-items: flex-start;
  gap: 10px;
}

.view-project-card-img {
  width: 24px;
  height: 24px;
}

.view-project-status-start {
  border-radius: 50px;
  background: #00b272;
  display: flex;
  width: 100%;
  max-width: 150px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

/*responcive*/
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 990px) {
}
@media only screen and (max-width: 880px) {
}
@media only screen and (max-width: 768px) {
}
/*mobile*/
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 485px) {
  .view-project-header-btn {
    width: 100% !important;
  }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
