/* ------------------- SEEC Invoice 2 ------------------- */

.online-pay-invoice-section {
    padding: 50px 0 100px 0;
}


.page-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page-title-wrapper h2 {
    margin-bottom: 0px;
    color: #EA0F1F;
    font-weight: 700;
}   


.seec-invoice-2 {
    position: relative;
    padding-top: 20px;
  }
  
  .seec-invoice-2 .seec-invoice-2-head {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .seec-invoice-2 .seec-invoice-2-head .seec-invoice-2-head-left {
    text-align: start;
    max-width: 200px;
    font-size: 13px;
    font-weight: 500;
  }
  
  .seec-invoice-2 .seec-invoice-2-head .seec-invoice-2-head-left span {
    display: inline-block;
    margin-bottom: 4px;
  }
  
  .seec-invoice-2 .seec-invoice-2-head h5 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #2c6e59;
  }
  
  .seec-invoice-2 .seec-invoice-2-head h5:nth-child(1) {
    font-size: 32px;
  }
  
  .seec-invoice-2 .seec-invoice-2-body {
    padding-block: 50px;
  }
  
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }
  
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-en,
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-ar,
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .value {
    display: inline-block;
    min-width: 150px;
    font-size: 14px;
  }
  
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-ar {
    text-align: end;
  }
  
  .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .value {
    font-weight: 500;
  }
  
  .seec-invoice-2-desc {
    display: flex;
    gap: 2px;
    text-align: center;
    margin-top: 50px;
  }
  
  .seec-invoice-2-desc h5 {
    font-size: 18px;
    padding: 16px;
    background-color: var(--background-color-opt7);
    margin-bottom: 20px;
  }
  
  .seec-invoice-2-desc>div {
    flex: 1;
  }
  
  .seec-invoice-2-desc>div span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }
  
  .seec-invoice-2-desc>div span:last-child {
    font-weight: 500;
  }
  
  .seec-invoice-2-footer {
    display: flex;
    gap: 10px;
  }
  
  .seec-invoice-2-footer>div {
    flex: 1;
    text-align: center;
    padding: 20px 0 0 0;
  }
  
  .seec-invoice-2-footer>div:first-child {
    max-width: 120px;
    text-align: start;
  }
  
  .seec-invoice-2-footer .border-right {
    border-inline-end: 2px solid #2c6e59;
  }
  
  .seec-invoice-2-footer h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c6e59;
  }
  
  .seec-invoice-2-footer p {
    font-size: 11px;
    font-weight: 500;
    padding: 0 20px;
  }
  
  @media screen and (max-width: 992px) {
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info {
      display: block;
    }
  
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info p {
      display: flex;
      justify-content: space-between;
    }
  }
  
  @media screen and (max-width: 768px) {
    .seec-invoice-2-desc {
      flex-wrap: wrap;
    }
  
    .seec-invoice-2-desc>div {
      flex: unset;
      width: 100%;
      margin-bottom: 20px;
    }
  
    .seec-invoice-2-footer {
      flex-wrap: wrap;
      justify-content: center;
    }
  
    .seec-invoice-2-footer>div {
      flex: unset;
    }
  
    .seec-invoice-2-footer .border-right {
      border-inline-end: 0;
      border-bottom: 1px solid #2c6e59;
    }
  
    .seec-invoice-2-footer>div:first-child {
      max-width: unset;
      text-align: center;
    }
  
    .seec-invoice-2 .seec-invoice-2-head>div:nth-child(1) {
      order: 3;
    }
  
    .seec-invoice-2 .seec-invoice-2-head>div:nth-child(2) {
      order: 2;
    }
  
    .seec-invoice-2 .seec-invoice-2-head>div:nth-child(3) {
      order: 1;
    }
  
    .seec-invoice-2 .seec-invoice-2-body {
      padding: 50px 0 30px 0;
    }
  }
  
  @media screen and (max-width: 500px) {
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info p {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-en,
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-ar,
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .value {
      width: 50%;
      min-width: unset;
    }
  
    .seec-invoice-2 .seec-invoice-2-body .seec-invoice-2-user-info .seec-invoice-2-user-info-item .name-ar {
      text-align: start;
    }
  }
  
  /* ------------------- SEEC Invoice 2 End ------------------- */
  
  /* ------------------- SEEC Invoice ------------------- */
  .seec-invoice {
    position: relative;
    padding-top: 20px;
    color: var(--font-color-opt2);
  }
  
  .seec-invoice .seec-invoice-head {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .seec-invoice .seec-invoice-head .seec-invoice-head-right {
    text-align: start;
    max-width: 200px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .seec-invoice .seec-invoice-head .seec-invoice-head-right a {
    color: #EA0F1F;
    margin-bottom: 10px;
    display: block;
  }
  
  .seec-invoice .seec-invoice-head .seec-invoice-head-right span {
    display: inline-block;
    margin-bottom: 4px;
  }
  
  .seec-invoice .seec-invoice-head h5 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #EA0F1F;
  }
  
  .seec-invoice .seec-invoice-head h5:nth-child(1) {
    font-size: 32px;
  }
  
  .seec-invoice .seec-invoice-body {
    padding-block: 30px;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo {
    display: flex;
    gap: 20px;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo>div {
    flex: 1;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo p {
    display: flex;
    gap: 10px;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo p .underline {
    display: block;
    flex: 1;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-en,
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-ar,
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .value {
    display: inline-block;
    font-size: 14px;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-ar {
    text-align: end;
  }
  
  .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .value {
    font-weight: 500;
  }
  
  .seec-invoice .seec-invoice-table {
    overflow: auto;
  }
  
  .seec-invoice .seec-invoice-table::-webkit-scrollbar {
    width: 5px;
  }
  
  .seec-invoice .seec-invoice-table::-webkit-scrollbar-track {
    background-color: #eee;
  }
  
  .seec-invoice .seec-invoice-table::-webkit-scrollbar-thumb {
    background-color: #2c6e59;
    border-radius: 2px;
  }
  
  .seec-invoice .seec-invoice-table table {
    width: 100%;
    min-width: 852px;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-table table thead {
    text-align: center;
    background-color: #EA0F1F;
  }
  
  .seec-invoice .seec-invoice-table table thead tr th {
    color: #fff;
  }
  
  .seec-invoice .seec-invoice-table table th,
  .seec-invoice .seec-invoice-table table td {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 5px;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(1) th,
  .seec-invoice .seec-invoice-table table:nth-child(1) td {
    border-inline-end: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(1) thead th:nth-child(1),
  .seec-invoice .seec-invoice-table table:nth-child(1) tbody td:nth-child(1) {
    width: 50px;
    min-width: 50px;
    text-align: center;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(1) tbody td:nth-child(2) {
    width: 100%;
    min-width: 400px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(1) tbody td:nth-child(3) {
    width: 150px;
    min-width: 150px;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(1) tbody td:nth-child(4) {
    width: 250px;
    min-width: 250px;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) td:nth-child(1) {
    width: 200px;
    min-width: 200px;
    color: #000;
    border-inline-end: 1px solid rgba(0, 0, 0, 0.25);
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) td:nth-child(2) {
    width: 100%;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) tr:nth-child(1) td:nth-child(1) {
    background-color: rgba(234, 15, 31, 0.05);
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) tr:nth-child(2) td:nth-child(1) {
    background-color: #93bead;
  }
  
  .seec-invoice .seec-invoice-table table:nth-child(2) tr:nth-child(3) td:nth-child(1) {
    background-color: #52977c;
  }
  
  @media screen and (max-width: 992px) {
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo {
      flex-wrap: wrap;
    }
  
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo>div {
      flex: unset;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 650px) {
    .seec-invoice .seec-invoice-head>div:nth-child(1) {
      width: calc(50% - 10px);
      order: 2;
    }
  
    .seec-invoice .seec-invoice-head>div:nth-child(1) img {
      width: 150px;
    }
  
    .seec-invoice .seec-invoice-head>div:nth-child(2) {
      width: 100%;
      order: 1;
    }
  
    .seec-invoice .seec-invoice-head>div:nth-child(3) {
      width: calc(50% - 10px);
      order: 3;
    }
  
    .seec-invoice .seec-invoice-head .seec-invoice-head-right {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 500px) {
  
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-en,
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-ar,
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .value {
      font-size: 12px;
    }
  
    .seec-invoice .seec-invoice-body .seec-invoice-userinfo .seec-invoice-userinfo-item .name-ar {
      text-align: start;
    }
  }

  .logo-stamp {
    text-align: end;
    padding-top: 20px;
}