.sd-invoice-bg {
  width: 65%;

  margin-left: 18%;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.sd-base-layer {
  width: 75%;
  height: 1000px;
  margin-left: 12%;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}
.sd-invoice-logo {
  width: 35%;
  height: 80px;
  display: flex;

  justify-content: center;
  align-items: center;
  background: #a0d3b6;
}
.sd-invoice-logo-name {
  font-size: 24px;
  font-weight: 300;
}
.sd-invoice-head {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.sd-invoice-ponumber {
  font-size: 18px;
  padding-left: 2%;
}
.sd-invoice-head-amount {
  float: right;
  padding-right: 6%;
  padding-top: 2%;
}
.sd-invoice-remit {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
}
.sd-invoice-ship {
  display: flex;
  width: 70%;
  padding-top: 20%;
  justify-content: space-between;
  align-items: center;
}
.sd-inputs {
  width: 260px !important;
  height: 36px !important;
  outline-color: #44b979 !important;
  margin-bottom: 4% !important;
  padding-left: 4% !important;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, 0.9) !important;
  box-sizing: border-box !important;
}
.sd-label {
  font-size: 12px;
  padding-left: 8px;
}
.sd-invoice-table {
  border-collapse: collapse;
  width: 100%;
}

.sd-invoice-table th,
td {
  text-align: left;
  padding: 8px;
}

.sd-invoice-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.sd-invoice-table th {
  background: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  font-size: 14px;
  color: white;
}
.sd-invoice-table-smip {
  width: 70px;
  height: 36px;
  background: #ffffff;
  outline-color: #44b979;
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  border-radius: 4px;
}
.sd-invoice-table-lgip {
  width: 100px !important;
  height: 36px !important;
  background: #ffffff !important;
  outline-color: #44b979 !important;
  border: 1px solid rgba(0, 0, 0, 0.9) !important ;
  box-sizing: border-box !important;
  border-radius: 4px !important;
}
.sd-mycheckbox {
  width: 15px;
  height: 15px;
}
.sd-invoice-attach-section {
  height: 300px;
  width: 55%;
  background: #f6f6f6;

  padding-top: 2%;
  padding-left: 4%;
}
.sd-invoice-myselect {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  border-radius: 4px;
  height: 36px;
  width: 260px;
}
.sd-invoice-myselect select {
  width: 100%;
  border: none;
  outline: none;
  padding: 8px 8px;
  border-radius: 4px;
}
.sd-invoice-myselect option {
  width: 100%;
  height: 36px;
  border: none;
  outline: none;
  padding: 10px 8px;
}
.sd-option {
  padding: 8px 16px !important;
}
 

.sd-upload-btn-wrapper input[type="file"] {
  left: -4px;
  top: 0;
  opacity: 0;
}
.sd-comment {
  background: #ffffff;
  outline-color: #44b979;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  border-radius: 4px;
  height: 144px;
  width: 97%;
}
.sd-invoice-calculation {
  width: 25%;
}