body .agrivet-label-heading {
  font-size: 16px;
  font-weight: 700;
}
body .agrivet-label {
  font-size: 14px;
  font-weight: 600;
}

.card {
  border-radius: 15px;
}
.card .card-body {
  border-radius: 15px;
}

.calculation-table td,
.calculation-table th,
.table-list-item td,
.table-list-item th {
  vertical-align: middle;
}
.calculation-table td,
.table-list-item td {
  padding: 0;
  padding-right: 5px;
}
.calculation-table .form-control,
.calculation-table .form-control:disabled,
.calculation-table .form-control[readonly],
.table-list-item .form-control,
.table-list-item .form-control:disabled,
.table-list-item .form-control[readonly] {
  border: none;
  background: #ffffff;
}

.login-page .login-box .login-logo img {
  width: 70%;
}
.login-page .login-box .card {
  border-radius: 10px;
}
.login-page .login-box .card .login-card-body {
  border-radius: 10px;
}

.speech-bubble {
  background-color: #009846;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 300px;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  line-height: 1.4;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #009846;
}
.speech-bubble .title {
  font-size: 14px;
  font-weight: normal;
}
.speech-bubble .highlight {
  font-size: 18px;
  font-weight: bold;
}

.bg-agrivet-green {
  background-color: #009846;
  color: white;
}
.bg-agrivet-green:hover {
  background-color: rgb(9, 183, 90);
}

td.text-color-Complete {
  color: #4CAF50;
}
td.text-color-Updated {
  color: #FF9800;
}

.btn-full-width {
  width: 100%;
}

.table-list-item tbody td {
  font-size: 0.8rem !important;
}

.table-hover tbody tr:hover {
  background: rgba(0, 123, 255, 0.0784313725);
}

.form-footer-btn-group {
  display: flex;
  flex-direction: row-reverse;
}

.proforma-prev-table,
.proforma-prev-table-calculation {
  font-size: 0.8rem;
}
.proforma-prev-table th,
.proforma-prev-table-calculation th {
  padding: 5px;
  vertical-align: middle;
}
.proforma-prev-table td,
.proforma-prev-table-calculation td {
  padding: 5px;
  vertical-align: middle;
}

.proforma-prev-table-calculation td.tbl-column-2 {
  width: 10%;
}

.form-group {
  margin-bottom: 0.2rem;
}
.form-group label {
  font-size: 0.8rem;
}
.form-group .form-control-sm {
  font-size: 0.6rem;
  height: 25px;
}
.form-group .input-group .input-group-prepend button {
  font-size: 0.6rem;
  height: 25px;
}

label {
  font-size: 0.8rem;
}

.tax-prev-table,
.tax-prev-table-calculation {
  font-size: 0.8rem;
}
.tax-prev-table th,
.tax-prev-table-calculation th {
  padding: 5px;
  vertical-align: middle;
}
.tax-prev-table td,
.tax-prev-table-calculation td {
  padding: 5px;
  vertical-align: middle;
}

.table-edit-list-item td.tbl-column-1,
.table-edit-list-item th.tbl-column-1 {
  width: 5%;
}
.table-edit-list-item th.tbl-column-2,
.table-edit-list-item td.tbl-column-2 {
  width: 55%;
}
.table-edit-list-item th.tbl-column-3,
.table-edit-list-item td.tbl-column-3 {
  width: 10%;
}
.table-edit-list-item th.tbl-column-4,
.table-edit-list-item td.tbl-column-4 {
  width: 10%;
}
.table-edit-list-item th.tbl-column-4 input,
.table-edit-list-item td.tbl-column-4 input {
  background-color: white !important;
  border: none;
}
.table-edit-list-item th.tbl-column-5,
.table-edit-list-item td.tbl-column-5 {
  width: 15%;
}
.table-edit-list-item th.tbl-column-5 input,
.table-edit-list-item td.tbl-column-5 input {
  background-color: white !important;
  border: none;
}
.table-edit-list-item th.tbl-column-6,
.table-edit-list-item td.tbl-column-6 {
  width: 5%;
  text-align: center;
}

.table-edit-list-item-calculate td,
.table-edit-list-item-calculate th {
  vertical-align: middle;
}
.table-edit-list-item-calculate td {
  padding: 0;
  padding-right: 5px;
}
.table-edit-list-item-calculate td.tbl-column-1,
.table-edit-list-item-calculate th.tbl-column-1 {
  width: 70%;
}
.table-edit-list-item-calculate th.tbl-column-2,
.table-edit-list-item-calculate td.tbl-column-2 {
  width: 10%;
}
.table-edit-list-item-calculate th.tbl-column-2 input,
.table-edit-list-item-calculate td.tbl-column-2 input {
  text-align: right !important;
}
.table-edit-list-item-calculate th.tbl-column-3,
.table-edit-list-item-calculate td.tbl-column-3 {
  width: 15%;
}
.table-edit-list-item-calculate th.tbl-column-4,
.table-edit-list-item-calculate td.tbl-column-4 {
  width: 5%;
}
.table-edit-list-item-calculate input {
  background-color: white !important;
  border: none;
}
.table-edit-list-item-calculate td.tbl-column-2 .input-group-text {
  background-color: white !important;
  border: none;
}

@media (max-width: 576px) {
  .proforma-prev-table,
  .proforma-prev-table-calculation {
    font-size: 0.6rem;
  }
  .proforma-prev-table th,
  .proforma-prev-table-calculation th {
    padding: 3px;
    vertical-align: middle;
  }
  .proforma-prev-table td,
  .proforma-prev-table-calculation td {
    padding: 3px;
    vertical-align: middle;
  }
  .proforma-prev-table-calculation td.tbl-column-2 {
    width: 20%;
  }
  .tax-prev-table,
  .tax-prev-table-calculation {
    font-size: 0.6rem;
  }
  .tax-prev-table th,
  .tax-prev-table-calculation th {
    padding: 3px;
    vertical-align: middle;
  }
  .tax-prev-table td,
  .tax-prev-table-calculation td {
    padding: 3px;
    vertical-align: middle;
  }
  .tax-prev-table-calculation td.tbl-column-2 {
    width: 20%;
  }
  .form-control-sm {
    font-size: 0.6rem;
    height: 25px;
  }
  label {
    font-size: 0.6rem;
  }
  .login-box,
  .register-box {
    width: 100%;
  }
  .login-logo,
  .register-logo {
    width: 60%;
    margin: auto;
  }
  .login-box .card {
    box-shadow: none;
  }
  .login-page,
  .register-page {
    background-color: #ffffff;
  }
  .mobile-full-btn {
    width: 100%;
  }
  .table-list-item {
    font-size: 11px;
  }
  .table-list-item .form-control {
    font-size: 11px;
  }
  .calculation-table tr td:nth-child(odd) {
    font-size: 11px;
    width: 50%;
    text-align: left;
  }
  .calculation-table tr td:nth-child(even) .form-control {
    text-align: right;
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 0;
    height: 25px;
  }
  .nav.nav-pills {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .content-header h1 {
    font-size: 1.2rem;
  }
  .content-wrapper > .content {
    padding: 0 !important;
  }
  .content-wrapper > .content .container-fluid .card-body {
    padding: 0.8rem !important;
  }
  .content-wrapper > .content .container-fluid .card-body .nav .nav-item .nav-link {
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 0.4rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  .form-footer-btn-group {
    justify-content: space-around;
  }
  .form-footer-btn-group div {
    width: 50%;
    padding: 5px;
  }
  .form-footer-btn-group button,
  .form-footer-btn-group a {
    width: 100%;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  .invoice-info {
    font-size: 11px;
  }
  .form-footer-btn-sm {
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
  .form-footer-btn-sm button, .form-footer-btn-sm a, .form-footer-btn-sm div {
    width: 100%;
  }
  .table-edit-list-item {
    font-size: 0.6rem;
  }
  .table-edit-list-item input {
    font-size: 0.6rem;
    height: 25px;
  }
  .table-edit-list-item-calculate {
    font-size: 0.6rem;
  }
  .table-edit-list-item-calculate input {
    font-size: 0.6rem !important;
  }
  .table-edit-list-item-calculate td.tbl-column-1,
  .table-edit-list-item-calculate th.tbl-column-1 {
    width: 55%;
  }
  .table-edit-list-item-calculate th.tbl-column-2,
  .table-edit-list-item-calculate td.tbl-column-2 {
    width: 20%;
  }
  .table-edit-list-item-calculate th.tbl-column-2 input,
  .table-edit-list-item-calculate td.tbl-column-2 input {
    text-align: right !important;
  }
  .table-edit-list-item-calculate th.tbl-column-3,
  .table-edit-list-item-calculate td.tbl-column-3 {
    width: 20%;
  }
  .table-edit-list-item-calculate th.tbl-column-4,
  .table-edit-list-item-calculate td.tbl-column-4 {
    width: 5%;
  }
}/*# sourceMappingURL=main-responsive.css.map */