:root {
  --primary-change-color: #048b9f;
  --primary-change-light-color: #048b9f21;

  --primary-color: #048b9f;
  --primary-light-color: #048b9f21;

  --input-border-color: #ddd;
  --input-bg-color: #f8f9fa;

  --card-border: #e3e6f0;
  --c-white: #ccc;
}

.card-border {
  border-color: var(--primary-change-color) !important;
  border-width: 30px 0px 0px 0px !important;
  border-style: solid !important;
  margin-top: 12px;
  color: black;
}

/* color piker boxes*/
.color-swatch {
  width: 40px;
  height: 40px;
  border: 2px solid var(--input-border-color);
  border-radius: 15%;
  cursor: pointer;
  display: inline-block;
  transition: border-color 0.2s;

  margin-bottom: 10px;
  margin-right: 10px;
}

.color-swatch.active {
  border-color: black;
}

/* color piker */

.section-title {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

@media only screen and (max-width: 500px) {
  .section-title {
    max-width: 100%;
  }
}

.section-title .sub-title {
  color: #dc133b;
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

/* steps */
.single-featured-box {
  height: 85%;
}

/* end steps */
.card {
  border: 1px solid var(--card-border);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.invoice-header {
  margin-top: 5px;
}

.invoice-title {
  font-size: 2em;
}

/* upload logo */
.invoice-logo {
  border: 1px solid var(--input-border-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--input-bg-color);
  color: var(--c-white);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  margin-right: 20px;
  padding: 3px;
  border-radius: 10px;
}

.invoice-logo img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
}

.invoice-logo span img {
  height: 50px;
}

.invoice-logo span {
  font-size: 13px;
}

.invoice-logo input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.remove-logo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1;
  z-index: 10;
  opacity: 0;
  padding: 0px;
}

.invoice-logo:hover .remove-logo {
  opacity: 1;
  color: black;
  background: white;
}

/* end upload logo */

.form-control-plaintext {
  border: 1px solid var(--input-border-color);
  padding: 5px;
}

/* item table */

table {
  /* width: 100%; */
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

th,
td {
  border: 1px solid var(--input-border-color);
  padding: 8px;
  text-align: left;
}

th {
  background-color: var(--primary-change-color);
  color: white;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid var(--input-border-color);
  border-radius: 3px;
}

button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 3px;
}

button:hover {
  background-color: #218838;
}

#total-amount {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

.line-item {
  margin-left: 3%;
  background-color: var(--primary-change-color);
}

.line-item:hover {
  margin-left: 3%;
  background-color: var(--input-bg-color);
  color: var(--primary-change-color);
}

.remove-btn {
  background-color: var(--input-bg-color);
  color: var(--primary-change-color);
}

.remove-btn:hover {
  background-color: var(--primary-change-color);
  color: var(--input-bg-color);
}

/* end item table */

textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.input-group input {
  width: 70px;
  text-align: right;
}

.input-group label {
  flex: 1;
  text-align: left;
  margin-right: 10px;
}

.total {
  font-weight: bold;
}

.hide-borders input,
.hide-borders textarea,
.hide-borders select {
  border: none !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.hidden {
  display: none !important;
}

.card-one {
  border: 1px solid var(--card-border);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  background-color: white;
  color: #000;
  border-radius: 6px;
}

.card-header-one {
  background-color: #f8f9fc;
  border-bottom: 1px solid var(--card-border);
}

.tooltipinfo {
  position: relative;
}

.tooltipinfo:after,
.tooltipinfo:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s;
}

.tooltipinfo:after {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px var(--input-border-color);
  content: attr(data-tooltipinfo);
  padding: 10px;
  white-space: nowrap;
  margin-bottom: 11px;
}

.tooltipinfo:before {
  width: 0;
  height: 0;
  content: "";
  margin-bottom: 6px;
}

.tooltipinfo:hover:before,
.tooltipinfo:hover:after {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

[data-tooltipinfo-pos="up"]:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f5f5f5;
  margin-bottom: 6px;
}

[data-tooltipinfo-length="medium"]:after {
  width: 150px;
}

/* bank details */
.bank-details {
  background-color: var(--primary-change-light-color);
  border-radius: 10px;
  padding: 25px 20px;
}

.bank-details-title {
  color: var(--primary-change-color);
  font-weight: 700;
  font-size: 22px;
}

.bank-details p {
  font-size: 16px;
  line-height: 1;
  color: #271e1e;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 0px;
}

.bank-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.bank-form-group label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 120px;
  margin-right: 10px;
}

.bank-form-group input {
  flex: 1;
  padding: 8px;
  border: 1px solid var(--c-white);
  border-radius: 4px;
}

/* bank details end */
/* upi qr code */
#upi-input {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#upi-qrcode {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 300px;
}
#upi-id-show {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
}

/* upi qr code end */

/* upload Authorized Signatory */
.authorized-signatory {
  border: 1px solid var(--input-border-color);
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--input-bg-color);
  color: var(--c-white);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 15px;
}

.authorized-signatory span img {
  height: 50px;
}

.authorized-signatory span {
  font-size: 13px;
}

.authorized-signatory img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
}

.authorized-signatory input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.remove-signatory {
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.5em;
  line-height: 1;
  z-index: 10;
  opacity: 0;
  padding: 0px;
}

.authorized-signatory:hover .remove-signatory {
  opacity: 1;
  color: black;
  background: white;
}

.authorized-signatory-parent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: start;
  margin-top: 20px;
}

/* end upload Authorized Signatory */

/* Default template label styling */
.template-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: border-color 0.3s ease, transform 0.2s ease;
}

/*start  responsive ===================================================================== */

@media (min-width: 768px) and (max-width: 992px) {
  .mobile-invoice-container {
    max-width: 100% !important;
  }

  .mobile-reverse-show {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mobile-invoice-container {
    max-width: 100% !important;
  }

  .mobile-reverse-show {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 575px) {
  .mobile-invoice-container {
    max-width: 100% !important;
  }

  .mobile-reverse-show {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

/* @media (max-width: 575px) {
    #table-filed th,
    #table-filed td {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
  
    .line-item {
        font-size: 0.9rem;
    }
  } */
/*end  responsive ===================================================================== */

.header-gradient-bg {
  text-align: center;
  background: linear-gradient(45deg,
      #f4eed7 -11.09%,
      var(--primary-color) 95.91%);
  height: 200px;
  border-radius: 10px;
  margin: 10px;
}

.header-heading {
  font-family: 'Poppins', sans-serif !important;
  font-size: 64px;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
}

@media only screen and (max-width: 1348px) {
  .header-heading {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .header-heading {
    font-size: 1rem;
    line-height: 30px;
  }
}