/*Standard Desktop Screens*/
@media (min-width: 1024px) {
  /* CSS rules for standard desktop screens */
}
/*Large Screens (e.g., large desktop monitors)*/
@media (min-width: 1200px) {
  /* CSS rules for large screens */
}

/*Extra Large Screens (e.g., 4K monitors)*/
@media (min-width: 1440px) {
  /* CSS rules for extra large screens */
}

@media (max-width: 768px) {
  .default-form {
    overflow-x: auto;
  }
  
  button.add-row {
    margin-left: -23px !important;
}
}
.tax-invoice br {
  display: block;
}
.tax-invoice {
  border: 1px solid black;
  width: 100%;
}

.invoice-details {
  width: 20%;
  border: 1px solid black;
  padding: 10px;
}
.invoice-title {
}
.invoice-value {
  font-weight: bold;
}

.companyname {
  font-size: 30px;
  font-weight: bold;
}
.companydetails {
  width: 60%;
  padding: 10px 5px 5px 5px;
}
.company-address {
}
.padding-left {
  padding-left: 10px;
}
.no-border-top {
  border-top: none !important;
}
.no-border-right {
  border-right: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
  padding-right: 5px;
}
.input-textarea {
  resize: none;
  border: 1px solid #ece7e7;
}
.company-caption {
  padding: 10px 5px 5px 5px;
}
.biiling-to {
  border: 1px solid black;
  padding: 10px 5px 5px 10px;
}
.bill-to {
  font-weight: 100;
  font-size: 20px;
}
.bill-address-name {
  font-size: 25px;
  font-weight: bold;
}
.table-heading {
  font-weight: bold;
}
.table-items,
.hsnTable, .payment-details {
  width: 100%;
  padding: 10px 5px 5px 10px;
}
.table-items td,
.hsnTable td, .payment-details td {
  padding: 10px;
  align-content: center;
  border: 1px solid black;
}
.items-entry {
  padding: 10px;
}
input.input-items {
  width: 100%;
}
.make-bold {
  font-weight: bold;
}
.invoice-amount-inwords {
  width: 100%;
}
.invoice-amount-inwords td {
  width: 50%;
  border: 1px solid black;
}
.amts {
  padding: 5px 0px 10px 10px;
}

button.add-row {
  -webkit-transform: rotate(90deg);
  /* margin-right: -58px; */
  margin-left: -55px;
  padding: 5px 10px 0px 5px;
  margin-top: -5px;
  cursor: pointer;
  /* Z-INDEX: 9999; */
  font-size: 25px;
  position: absolute;
}
i.fa.fa-trash.delete {
  position: absolute;
  z-index: 999;
  font-size: 25px;
  padding-left: 0.25%;
  padding-top: 10px;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.delete.hidden {
  opacity: 0;
}

.edit-icon {
  padding: 5px;
  cursor: pointer;
}
.edit-icon-20 {
  font-size: 20px;
}
.edit-icon-15 {
  font-size: 15px;
}
.edit-icon-10 {
  font-size: 10px;
}
.rupee {
  font-style: normal;
  font-family: "Overpass";
}

.sign-box {
    text-align: center;
    margin-top: 30%;
    font-size: 18px;
    font-weight: bold;
}
.firmName {
    text-align: center;
    font-size: 25px;
}
span#companyName {
    padding-left: 5px;
}
@media print {
  @page {
    margin: 1;
    margin-top: 0;
    size: A4;
  }
  body {
    margin: 0px !important;
    padding: 0  !important;
    width: 100%  !important;
  }
  .main-header,
  .footer-style-three,
  .edit-icon,
  .fa-edit,
  .scroll-to-top,
  .scroll-to-target,
  .fa-arrow-circle-up,
  .fa,
  .fa-edit:before{
    display: none  !important;
  }
  .no-print {
    display: none  !important;
  }
  .print-title {
    font-size: 16px  !important;
    color: #333333 !important;
  }
  .tax-invoice {
    padding: 5px  !important;
    width: 100%  !important;
  }
  .auto-container {
    max-width: none !important;
    width: 100% !important;
    background-color: white !important;
    color: black  !important;
    /*padding: 0  !important;*/
    margin: 0 !important;
    padding: 165px 0px 0px 0px !important;
  }
  .elementor-widget-container {
    padding-top: 0px  !important;
  }

  #received-input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .default-form {
    overflow: hidden  !important;
  }
  .sec-title {
    margin-bottom: 40px !important;
}
  .second-page-margin{
      padding-top:10px  !important;
  }
}
