.login .logo {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: 24px;
}
.table {
  width: 100% !important;
}

.btn i {
  top: 0;
}

.nav.nav-tabs .nav-item .nav-link.active:after {
  bottom: -1px;
}

.prescription-detail .tab-pane span {
  color: #727e8c;
  display: block;
}
.prescription-detail .tab-pane hr {
  border-style: dashed;
}

/*
.filter-select {
  width: 170px;
}*/

.ck-table .checkbox {
  height: 20px;
  width: 20px;
}

.bg-grey {
  background-color: #d3d5d5;
}

.dataTables_filter .form-control-sm {
  display: block;
  height: calc(1.4em + 0.94rem + 3.7px);
  padding: 0.47rem 0.8rem;
  font-size: 1rem;
  border-radius: 0.267rem;
}

div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 7px) 10px, calc(100% - 20px) 13px, 100% 0 !important;
  padding-right: 20px;
  height: calc(1.4em + 0.94rem + 3.7px);
}

.color-parent {
  color: inherit !important;
}

.underline {
  text-decoration: underline;
}

.bs-stepper-header {
  max-width: 800px;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin-left: 0 !important;
}

.bs-stepper-header .step.cross .bs-stepper-label {
  color: #5a8dee !important;
}
.bs-stepper-header .step.cross .bs-stepper-icon svg path {
  stroke: #5a8dee;
}

.bs-stepper .line.cross i {
  color: #5a8dee !important;
}

.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  font-size: 15px !important;
}

.cart-wrapper-pad {
  border-top: 1px dotted #d4d8dd !important;
  padding: 1.7rem;
}
.cart-wrapper-pad .table-responsive {
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}
.cart-wrapper-pad .table-responsive table {
  margin-bottom: 0;
}

.table.border-1px thead th {
  border-bottom: 1px solid #dfe3e7;
}
.table.border-1px tbody td {
  font-size: 15px;
}

.cart-btn-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  max-width: 450px;
}
.cart-btn-wrapper .btn {
  /*width: calc(50% - 8px);*/
 width: calc(33% - 8px);
}

.center-btn-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 300px;
}
.center-btn-wrapper .btn {
  width: calc(50% - 8px);
}

.thank-you-parent {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.thank-you-parent img {
  height: 90px;
  width: 90px;
  display: block;
}

.btn-center {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
.btn-center .btn {
  width: 200px;
}

.has-icon-left .form-control-position {
  top: 0;
}

.has-icon-left .form-control-position i {
  top: 50%;
  transform: translateY(-50%);
}

.date-and-filter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.date-and-filter .form-group {
  margin-bottom: 0;
}
.date-and-filter > .form-group {
  width: 150px;
}
.date-and-filter > div {
  margin-right: 24px;
}
.date-and-filter > div:last-child {
  margin-right: 0;
}

.select2-container--default .select2-selection--single {
  border-color: #dfe3e7 !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #5a8dee !important;
}

.badge-blank {
  height: 6px;
  width: 6px;
  display: block !important;
  padding: 0 !important;
  top: 18px !important;
  right: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 5px !important;
}

.filter-btn {
  padding-left: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-btn i {
  margin-right: 10px;
}

.filter-wrapper {
  display: none;
}
.filter-wrapper.active {
  display: block;
}

.pb-07 {
  padding-bottom: 0.7rem;
}/*# sourceMappingURL=style.css.map */

label.error{
  text-transform: none;
}

#loading {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  opacity: 0.7;
  background-color: #fff;
  z-index: 1111;
  text-align: center;
  display: none;
}

#loading-image {
  position: absolute;
  top: 40%;
  z-index: 100;
}

.navbar-container ul.nav li a.nav-link-cart {
  padding: 1.5rem 0.75rem 1.15rem 0.75rem;
}

.WSN {
  white-space: nowrap;
}

.custom-table1 table th,.custom-table1 table td {
    padding: 1rem 0.5rem;
}
.custom-table1 table th:nth-child(1),
.custom-table1 table td:nth-child(1) {
    width: 80px;
}
.custom-table1 table th:nth-child(2),
.custom-table1 table td:nth-child(2) {
    width: 400px;
}
.custom-table1 table th:nth-child(3),
.custom-table1 table td:nth-child(3) {
    width: 750px;
}
.custom-table1 table th:nth-child(4),
.custom-table1 table td:nth-child(4) {
    width: 80px;
}
.custom-table1 .select2{
    width: 100%;
}
