.az-content-title {
  margin-bottom: 20px;
}
::-webkit-file-upload-button {
  margin-left: -12px;
  margin-top: -15px;
  padding: 6px;
  border: none;
  border-right: 1px solid #ddd;
}
::placeholder {
  color: #ddd !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ddd !important;
}
::-ms-input-placeholder {
  color: #ddd !important;
}
.az-content-body {
  min-height: calc(100vh - 145px);
  width: 100% !important;
}
.datepicker,
.datepicker2,
.datepicker3 {
  cursor: pointer;
  background: url(../img/calendar.svg) no-repeat right 10px center #fff !important;
  padding-right: 20px !important;
}
.timepicker {
  cursor: pointer;
  background: url(../img/clock.svg) no-repeat right 10px center #fff !important;
  padding-right: 20px !important;
}
.dt-pagination {
  margin-bottom: 0px;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .dt-pagination {
    justify-content: flex-start;
  }
}
.dataTable {
  width: 100% !important;
}
.table-search {
  line-height: 0 !important;
}
.btn-table {
  border-width: 0;
  line-height: 1.538;
  padding: 7px 10px;
  border-radius: 0;
  transition: none;
  width: 90px;
}
.btn-table:focus,
.btn-table:focus,
.btn-table:active:focus {
  box-shadow: none !important;
  outline: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
}
.custom-switch .custom-control-label::before {
  height: 2rem;
  width: 3.75rem;
}
.custom-switch .custom-control-label::after {
  width: calc(1.75rem - 4px);
  height: calc(2rem - 4px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(2rem);
}
.select2-search__field:focus-visible {
  outline: none;
}
.select2 {
  color: #ddd;
}
.select2-manual {
  padding: 6px;
  height: 20px;
  display: inline-table;
}

#invoice_item thead th,
#invoice_item thead td {
  padding: 5px 0px !important;
  text-align: center;
}
#invoice_item th,
#invoice_item td {
  padding: 1px !important;
}
#invoice_item input,
#invoice_item select,
#invoice_item textarea {
  border: #fff;
  padding: 0.25rem 0.25rem;
}
#invoice_item .form-control:not([readonly]):focus {
  background-color: #ebf8a4c2;
  color: #000;
}
#invoice_item .btn-icon i {
  font-size: 18px;
}
#invoice_item .btn {
  min-height: 30px;
  height: 30px;
  width: 30px;
  padding: 9px 15px;
  margin: 3px;
}
.btn-badge {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.2rem 1rem;
  min-height: 25px;
  border-width: 0;
  line-height: 1.538;
  border-radius: 0;
  transition: none;
}
.btn-sm {
  padding: 0.3rem 1rem;
  min-height: 25px;
  line-height: 1.538;
}
[class*="btn-outline-"]:focus {
  color: #3b4863;
}
[class*="btn-outline-"]:hover {
  color: #fff;
}
.btn-arrow {
  display: inline-block;
  font-weight: 400;
  color: #031b4e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #ddd;
  margin-left: 5px;
}
.card-loader {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.card-loader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(16 16 16 / 73%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.card-loader::after {
  content: "";
  width: 40px;
  height: 40px;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top-color: #007bff;
  animation: spin 1s linear infinite;
  z-index: 99;
  position: absolute;
  top: 45%;
  left: 45%;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
