img {
  max-width: 100%;
}

.dashboard-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 10px 15px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.dashboard-sm .title {
  font-size: 22px;
  color: #000;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
}
.dashboard-sm .title:after {
  content: "";
  border-bottom: 4px solid #ef3339;
  width: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.search_in {
  width: 40%;
  position: relative;
}
.search_in input {
  width: 100%;
  border-bottom: 1px solid #216e6b;
  font-size: 14px;
  padding-bottom: 6px;
  font-weight: 500;
  padding-left: 30px;
}
.search_in input::-webkit-input-placeholder {
  color: #000;
  opacity: 90%;
}
.search_in input::-moz-placeholder {
  color: #000;
  opacity: 90%;
}
.search_in input:-ms-input-placeholder {
  color: #000;
  opacity: 90%;
}
.search_in input::-ms-input-placeholder {
  color: #000;
  opacity: 90%;
}
.search_in input::placeholder {
  color: #000;
  opacity: 90%;
}
.search_in i {
  position: absolute;
  left: 3px;
  bottom: 9px;
  font-size: 18px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #216e6b;
}
.breadcrumb a::after {
  content: "/";
  display: inline-block;
  font-size: 14px;
  padding: 0 6px;
}
.breadcrumb a:last-child::after {
  display: none;
}
.breadcrumb i {
  display: inline-block;
  margin-right: 2px;
}

.back_button {
  display: inline-block;
  color: #ffffff;
  background: #ff9802;
  padding: 5px 8px;
  border-radius: 2px;
}
.back_button i {
  display: inline-block;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .dashboard-sm .title {
    font-size: 18px;
  }
}
.data_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 10px;
}

.table_row {
  width: 48%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.table_row .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}
.table_row.table-statistics {
  width: 100%;
}

.tabel_list {
  width: 100%;
  background: #ffffff;
}
.tabel_list.bg {
  border: 1px solid #ccc;
}
.tabel_list.bg thead {
  background: none;
  border-bottom: 1px solid #ccc;
}
.tabel_list.bg thead tr:nth-child(odd) {
  background: none;
}
.tabel_list.bg thead th {
  color: #000;
  padding: 10px;
  font-weight: 600;
  text-align: left;
}
.tabel_list.bg.after-icon th {
  position: relative;
  padding-right: 25px;
}
.tabel_list.bg.after-icon th::after {
  content: "\f063";
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-family: FontAwesome !important;
  opacity: 0.5;
}
.tabel_list.bg tr:nth-child(odd) {
  background: #f0f3f7;
}
.tabel_list.bg tr:nth-child(even) {
  background: none;
}
.tabel_list.bg td {
  text-align: left;
}
.tabel_list.bg td:first-child {
  width: 70px;
  vertical-align: middle;
}
.tabel_list.bg a {
  display: inline-block;
  color: #167ee6;
  margin: 0 3px;
}
.tabel_list.bg a:hover {
  color: #ef3339;
}
.tabel_list.bg.table_booking_head {
  background: #f0f3f7;
}
.tabel_list.bg.table_booking_head th {
  background: #fff;
}
.tabel_list.bg.table_booking_head td {
  text-align: center;
}
.tabel_list.bg.table_booking_head th:nth-child(11), .tabel_list.bg.table_booking_head th:nth-child(7), .tabel_list.bg.table_booking_head th:nth-child(3) {
  padding: 8px 45px;
}
.tabel_list.bg.table_booking_head th:nth-child(12n) {
  padding: 8px 20px;
}
.tabel_list thead {
  background: #643296;
  color: #ffffff;
}
.tabel_list thead th {
  color: #ffffff;
  padding: 4px 10PX;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #ccc;
  text-align: center;
}
.tabel_list thead th:last-child {
  border-right: 0;
}
.tabel_list tr:nth-child(even) {
  background: #dae5f3;
}
.tabel_list td {
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tabel_list td:first-child {
  width: 60px;
  vertical-align: middle;
}
.tabel_list td:last-child {
  border-right: 0;
}
.tabel_list br {
  display: none;
}

.table-sm {
  overflow: auto;
  height: 220px;
}

.full_table {
  overflow: auto;
  white-space: nowrap;
  padding: 20px;
}
.full_table.table_input {
  margin-bottom: 50px;
}
.full_table.table_input input, .full_table.table_input select {
  background-color: #fff;
  text-align: center;
}
.full_table.table_input select {
  text-align: left;
}

.button {
  display: inline-block;
  background: #ef3339;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  padding: 8px 35px;
  font-weight: 600;
  letter-spacing: 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-right: 0;
}
.button.mt {
  margin-top: 15px;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #167ee6;
}

.edit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.edit-button .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-button label {
  margin: 0;
  margin-right: 10px;
  font-weight: 500;
}
.edit-button input {
  padding: 6px 10px;
  border: 1px solid #ccc;
}

.m_button a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 10px;
  margin-right: 3px;
  background: #643296;
}

@media screen and (max-width: 767px) {
  .edit-button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .edit-button .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .edit-button label {
    margin: 0 auto;
    margin-left: 0;
    text-align: left;
  }

  .m_button {
    margin-bottom: 15px;
  }
}
.branch_add {
  text-align: right;
  padding: 20px 0;
}
.branch_add.sp {
  padding: 15px 0;
}
.branch_add a {
  display: inline-block;
  font-size: 15px;
  color: #167ee6;
  font-weight: 500;
}
.branch_add i {
  margin-right: 5px;
  font-size: 15px;
}

.common-input-form {
  padding: 30px;
  background: #ffffff;
  margin: 40px 0;
  border-radius: 5px;
  border-top: 2px solid #216e6b;
}
.common-input-form.spacing {
  padding: 0 0 15px;
  margin: 0;
}
.common-input-form .title {
  font-size: 20px;
  padding: 20px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.input-field .input-group {
  width: 48.5%;
  margin-bottom: 12px;
}
.input-field .input-group.full-group {
  width: 100%;
}

.outer-space {
  padding: 20px;
}

.staff-details {
  padding: 20px 20px 0;
}
.staff-details .heading {
  font-size: 22px;
  margin-bottom: 15px;
}

.fa-pen-nib {
  background: #643296;
}

@media screen and (max-width: 767px) {
  .input-field .input-group {
    width: 100%;
  }

  .common-input-form {
    padding: 10px;
    margin: 20px 0;
  }
}
body {
  background: #f0f3f7;
}

.min-div {
  background: #f0f3f7;
  padding: 40px 0;
}