/* Login success notification color */
.toast-success {
  background-color: #4060ec !important;
  /* Orange */
  color: white;

}

.btn-block {
  display: block;
  width: 100%;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.mt-login {
  margin-top: 30px;
}

.mb-login {
  margin-bottom: 20px;
}

.text-grey {
  color: #212529 !important
}

.cursor-pointer {
  cursor: pointer;
}

.tm-input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #b5b7bb;
}

.navbar-nav button:hover {
  color: #f5a623;
}

.width-80 {
  width: 80px;
}

.width-150 {
  width: 150px;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.invoice-box {
  background: #fff;
  padding: 30px;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.print-table th {
  background-color: #f1f1f1;
}

@media print {
  body {
    background: none;
  }

  .no-print {
    display: none;
  }
}

/* Additional styles for print format 2 */

/* body {
  font-size: 13px;
  color: #000;
} */

.slip-box {
  width: 1000px;
  margin: 20px auto;
  border: 2px solid #000;
  padding: 0;
}

.slip-table {
  width: 100%;
  border-collapse: collapse;
}

.slip-table td,
.slip-table th {
  border: 1px solid #000;
  padding: 4px 6px;
  vertical-align: middle;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}

.small-text {
  font-size: 11px;
}

.row-height-40 {
  height: 40px;
}

.row-height-60 {
  height: 60px;
}

.row-height-80 {
  height: 80px;
}

.td-height-35 {
  height: 35px;
}

.no-border {
  border: none !important;
}

.signature-box {
  height: 140px;
}

.remarks-box {
  height: 55px;
}

@media print {
  body {
    margin: 0;
  }

  .slip-box {
    width: 100%;
    margin: 0;
    border: 1px solid #000;
  }

  .no-print {
    display: none !important;
  }
}

.logo-size {
  max-width: 100px;
}

.logo-color {
  color: #059256;
}

.logo-size {
  font-size: 30px;
}

.duty-slip-border {
  border: 5px solid #059256;
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
}

.bg-dark {
  background-color: #000 !important;
  color: #fff !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

@media print {
  .bg-dark {
    background-color: #000 !important;
    color: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.format2-description {
  border-bottom: 1px solid black;
  padding: 5px;
}

.form-control:disabled {
  opacity: 0.6;
}

.font-size-4-rem {
  font-size: 4rem;
}

.flex-section-left {
  min-width: 30%;
  flex: 1;
}

.flex-section-center {
  min-width: 40%;
  flex: 1;
}

.flex-section-right {
  min-width: 20%;
  flex: 1;
}

.text-justify {
  text-align: justify;
}

.width-percent-5 {
  width: 5%;
}

.width-percent-7 {
  width: 7%;
}

.width-percent-14 {
  width: 14%;
}

.width-percent-15 {
  width: 15%;
}

.width-percent-20 {
  width: 20%;
}

.width-percent-24 {
  width: 24%;
}

.width-percent-25 {
  width: 25%;
}

.width-percent-35 {
  width: 35%;
}

.width-percent-55 {
  width: 55%;
}

/* Print PDF for BusONDemand */
.body {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  color: #000;
  padding: 60px;
}

.invoice-box {
  border: 1px solid #000;
  padding: 20px;
}

.top-header {
  text-align: center;
  margin-bottom: 20px;
}

.company-name {
  font-size: 28px;
  font-weight: bold;
}

.sub-title {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
}

.slip-row {
  display: flex;
  justify-content: space-between;
  margin-top: 05px;
}

.field-row {
  margin-top: 10px;
}

.label {
  font-weight: bold;
}

.line {
  border-bottom: 1px solid #000;
  display: inline-block;
  min-width: 150px;
  height: 25px;
}

.name-line {
  border-bottom: 1px solid #000;
  display: inline-block;
  min-width: 300px;
  height: 25px;
}

.address-line {
  border-bottom: 1px solid #000;
  line-height: 25px;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.divider-line {
  border-top: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.small-line {
  border-bottom: 1px solid #000;
  display: inline-block;
  min-width: 100px;
  height: 25px;
}

.signature-section {
  margin-top: 40px;
}

.terms {
  margin-top: 10px;
  font-size: 14px;
}

.terms ol {
  padding-left: 20px;
}

.logo {
  width: 70px;
  height: 70px;
  transform: translateX(-20px);
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

@media print {
  body {
    margin: 20;
    padding: 0;
  }
}

.slip-number {
  color: red;
  font-weight: bold;
}