.invoice-step {
  margin: 25px 0;
}

.step-img {
  margin: 50px 0 0 0;
}

.invoice-generate-main {
  padding: 10px 0;
  background: #fff;
}

.invoice-generate-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;

  background-clip: border-box;
  border: 0 solid rgba(6, 9, 23, 0.125);
  border-radius: 0.625rem;
  padding: 30px;
  background: #f8f8f8;
}

.invoice-generate-inner .form-group {
  margin-bottom: 15px;
}

.invoice-generate-inner label {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #343a40;

}

.invoice-generate-inner .form-control {
  display: block;
  width: 100%;
  padding: 0.688rem 0.938rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #ffffff;
  background-clip: padding-box;
  /* border: 1px solid #CED4DA; */
  /* border: 1px solid #f58420; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.313rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px;
}

.invoice-generate-inner .form-control:focus {
  color: #6c757d;
  background-color: #ffffff;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

.imga-upload {
  border: 1px dashed #ced4da;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  cursor: pointer;
  border-radius: 10px;
}

.imga-upload p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

.invoice-generate-inner textarea.form-control {
  height: 100px;
}

.invoice-generate-inner .form-control {
  margin-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: unset;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}

.delete-invoice-item img {
  max-width: 15px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table.table-striped>thead>tr>th {
  border-bottom-color: #e9ecef;
  font-size: 13px;
}

.table>thead>tr>th {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #f8f9fa;
  white-space: nowrap;
}

.table.table-striped {
  box-shadow: 0 0 20px rgba(173, 181, 189, 0.1);
  font-size: 0.875rem;
}

.table.table-striped>thead {
  background-color: #f8f9fa !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.563rem 1.563rem;
  font-size: 0.875rem;
  border-radius: 0.313rem;
  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;
}

.btn:hover {
  border-color: transparent;
}

.table.table-borderless td,
.table.table-borderless th {
  padding: 0.2rem;
  color: #212529;
}

.table.table-borderless .text-gray-900 {
  color: #212529 !important;
}

.table.table-borderless .text-end {
  text-align: right !important;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #7c39de !important;
  border-color: #7c39de !important;
}




.btn-primary img {
  max-width: 15px;
  margin-right: 5px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #5046e5;
  color: #fff;
}

.select2-container--default .select2-results__option:hover {
  background-color: #5046e5;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5046e5;
  color: white;
}

.imga-upload input {
  border: 0;
}

.preview-container {
  max-width: 75px;
  margin-right: 25px;
}

.delete-button img {
  max-width: 12px;
}

.delete-button {
  display: flex !important;
  align-items: flex-end;
}

.btn-danger {
  color: #FFFFFF;
  background-color: #6571FF;
  border-color: #6571FF;
}

.delete-invoice-item {
  color: #000;
}

.select2-search__field {
  height: 35px !important;
}

.btn-danger:hover {
  color: #fff;
  background-color: #7c39de !important;
  border-color: #7c39de;
}