* {
  padding: 0px;
  margin: 0%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #f7f6fe !important;
  color: #000 !important;
}
::placeholder {
  color: #000 !important;
}
hr{
  background-color: #000 !important;
  opacity: 1 !important;
}
* {
  color: #000 !important;
  border-color: #000 !important;
}
.invoice-name {
  color: #000;
  padding: 1.5rem;
  font-size: calc(1.325rem + .9vw);
}

.table-responsive {
  overflow-x: auto;
}

.main-table {
  width: 100%;
}

.main-table tr,
.main-table td,
.main-table th,
.main-table thead,
.main-table tbody {
  border: none !important;
}

.main-table tr {
  border-bottom: 1px solid #000 !important;
}

.main-table tr th {
  /* background-color: #f9fafb; */
  color: #000;
  background-color: white;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
  vertical-align: middle;
}

.main-table tr td {
  vertical-align: middle;
  background-color: white;
  font-size: 14px;
  padding: 10px;
}

.area-con {
  border-right: none !important;
  border-left: none !important;
}

.spechial-text {
  font-family: Tahoma;
}

.date-holder {
  font-size: 1.25rem !important;
}

.invoice-content {
  padding: 1.5rem;
}

@media (max-width: 480px) {
  .date-holder {
    font-size: 10px !important;
  }
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .second-table {
    width: 100% !important;
  }
  .invoice-section {
    font-size: 8px;
  }
  .address-holder {
    font-size: 13px !important;
  }
  .tax-number {
    font-size: 13px !important;
  }
  .main-table tr td {
    font-size: 9px;
    padding: 0px;
  }
  .main-table tr th {
    font-size: 8px;
    padding: 2 !important;
  }
  .invoice-content {
    padding: 0px !important;
    box-shadow: 0 0 0 rgba(0,0,0,.15)!important;
  }
  .table-responsive {
    overflow-x: hidden !important;
  }

  .invoice-name {
    font-weight: bolder;
    font-size: 27px;
    padding: 0px !important;
    padding-top: 1rem !important;
  }

}
.address-holder {
  font-size: calc(1.275rem + 0.3vw);
}
.tax-number {
  font-size: calc(1.275rem + 0.3vw);
}

.logo-holder {
  width: 80px;
  height: auto;
}

.second-table {
  width: 50%;
}

.bar_code_holder svg, .bar_code_holder svg img{
  width: 180px !important;
}