.file-upload {
  display: none;
}

.bookingor {
  font-family: "Roboto", sans-serif;
}
.bookingor-flex {
  display: flex;
}
.bookingor-justify-c {
  justify-content: center;
}
.bookingor-justify-s {
  justify-content: start;
}
.bookingor-justify-e {
  justify-content: end;
}
.bookingor-justify-b {
  justify-content: space-between;
}
.bookingor-justify-a {
  justify-content: space-around;
}
.bookingor-width {
  width: 100%;
}
.bookingor-m-0 {
  margin: 0 !important;
}
.bookingor-align-items-c {
  align-items: center;
}
.bookingor-align-items-s {
  align-items: flex-start;
}
.bookingor-align-items-e {
  align-items: flex-end;
}
.bookingor-header {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookingor-doc {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  border-color: #ddd;
  color: #888 !important;
}
.bookingor-a {
  color: #888;
}
.bookingor-button {
  width: auto;
  min-width: 80px;
  padding: 5px 14px;
  font: 500 12px/16px "Roboto", Arial, sans-serif;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
.bookingor-button:hover {
  border-color: #888;
  background-color: #888;
  color: #fff;
}
.bookingor-align-right {
  text-align: right;
  margin-bottom: 2rem;
}
.bookingor-admin-bg {
  min-height: 20px;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 0 #e6e6e6;
}
.bookingor-dropdown {
  overflow: hidden;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(44, 55, 130, 0.15);
  min-width: 40px;
}
.bookingor-popup-dropdown {
  position: absolute;
  z-index: 1000;
  display: none;
  float: left;
  text-align: left;
  min-width: 110px;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.8125rem;
  color: #526484;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e9f2;
  overflow: hidden;
  border: 1px solid #e5e9f2;
  box-shadow: 0 3px 12px 1px rgba(58, 34, 114, 0.15);
}
.bookingor-popup-dropdown.show {
  display: block;
}
.bookingor-list-link {
  padding: 0.5rem 0 !important;
  margin-bottom: 0 !important;
}
.bookingor-list-link a {
  display: flex;
  align-items: center;
  padding: 0.625rem 1.125rem;
  font-size: 12px;
  font-weight: 500;
  color: #526484;
  transition: all 0.4s;
  line-height: 1.3rem;
  position: relative;
}
.bookingor-list-link a:hover {
  color: #854fff;
  background: #f5f6fa;
}
.bookingor-cate-icon {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.bookingor-popup-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.bookingor-circle {
  border-radius: 100% !important;
  width: 170px;
  height: 170px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.bookingor-circle img {
  width: 170px;
  height: 170px;
  position: relative;
  object-fit: cover;
}
.bookingor-category-icon {
  width: 100%;
}
.bookingor-category-icon-view {
  padding-right: 12px;
}
.bookingor-c-set {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bookingor-t-head {
  font-size: 18px;
  line-height: 1;
  border-top: 1px solid #d1d1d1;
  text-align: left;
}
.bookingor-t-row {
  transition: background-color 0.3s, box-shadow 0.3s;
  display: table-row;
}
.bookingor-t-row:hover {
  background: #f8f9fc !important;
  box-shadow: 0 0 10px -4px rgba(54, 74, 99, 0.2) !important;
}
.bookingor-t-h-f {
  padding: 0 0.5rem;
}
.bookingor-t-f {
  padding: 1rem 0.5rem;
}
.bookingor-t-row:not(:last-child) .bookingor-t-f {
  border-bottom: 1px solid #dbdfea;
}
.bookingor-t-h-r .bookingor-t-h-f {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  border-bottom: 1px solid #dbdfea !important;
}
.bookingor-form-check-input {
  height: 1rem !important;
}
.bookingor .custom-select {
  width: 56px !important;
}
.bookingor .form-check-input {
  height: 1rem !important;
}
.bookingor .sh-r {
  margin-right: 15px;
}

th {
  font-size: 18px;
}

.pop-size {
  font-size: 16px !important;
  padding-right: 7px;
}

.tool-row {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}

tbody > tr {
  border-bottom: 1px solid #E6E6E6;
}

.btn-trigger:hover:before,
.btn-trigger:focus:before,
.btn-trigger.active:not(.revarse):before {
  opacity: 1;
  background-color: rgb(193, 199, 199);
  height: 100%;
  width: 100%;
}

.btn-trigger {
  position: relative;
  z-index: 1;
}

.btn-trigger::before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #e5e9f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bookingor .table {
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background-color: #6576ff;
  border-color: #6576ff;
}

.bookingor #myTable {
  font-size: 14px;
}

.t-p-all {
  font-size: 14px !important;
}

.table {
  border-spacing: 0 !important;
}

.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  background: transparent;
}

.table-bordered {
  border: none;
}

div.dataTables_wrapper div.dataTables_length label {
  display: inline-flex;
  align-items: center;
}

.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 28px;
  left: 14px;
  border: none;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child {
  padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
  }
}
.btn-icon {
  background: #fff;
}

.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}

.dropdown-menu {
  padding: 0.25rem 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.badge {
  padding: 0.5em 0.75em;
}

.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
}

table.dataTable {
  margin-top: 12px !important;
}

.icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

.avatar-pink {
  background-color: #fcd3e1;
  color: #f66d9b;
}

div.material-table {
  padding: 0;
}

div.material-table .hiddensearch {
  padding: 0 14px 0 24px;
  border-bottom: solid 1px #DDDDDD;
  display: none;
}

div.material-table .hiddensearch input {
  margin: 0;
  border: transparent 0 !important;
  height: 48px;
  color: rgba(0, 0, 0, 0.84);
}

div.material-table .hiddensearch input:active {
  border: transparent 0 !important;
}

div.material-table table {
  table-layout: fixed;
}

div.material-table .table-header {
  height: 64px;
  padding-left: 24px;
  padding-right: 14px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-display: flex;
  border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
  display: -webkit-flex;
  margin-left: auto;
}

div.material-table .table-header .btn-flat {
  min-width: 36px;
  padding: 0 8px;
}

div.material-table .table-header input {
  margin: 0;
  height: auto;
}

div.material-table .table-header i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
}

div.material-table .table-footer {
  height: 56px;
  padding-left: 24px;
  padding-right: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .dataTables_length {
  display: -webkit-flex;
  display: flex;
}

div.material-table .table-footer label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .select-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div.material-table .table-footer .dataTables_info,
div.material-table .table-footer .dataTables_length {
  margin-right: 32px;
}

div.material-table .table-footer .material-pagination {
  display: flex;
  -webkit-display: flex;
  margin: 0;
}

div.material-table .table-footer .material-pagination li:first-child {
  margin-right: 24px;
}

div.material-table .table-footer .material-pagination li a {
  color: rgba(0, 0, 0, 0.54);
}

div.material-table .table-footer .select-wrapper input.select-dropdown {
  margin: 0;
  border-bottom: none;
  height: auto;
  line-height: normal;
  font-size: 12px;
  width: 40px;
  text-align: right;
}

div.material-table .table-footer select {
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 20px;
}

div.material-table .table-title {
  font-size: 20px;
  color: #000;
}

div.material-table table tr td {
  padding: 0 0 0 56px;
  height: 48px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: solid 1px #DDDDDD;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.material-table table tr td a {
  color: inherit;
}

div.material-table table tr td a i {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.54);
}

div.material-table table tr {
  font-size: 12px;
}

div.material-table table th {
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  height: 56px;
  padding-left: 56px;
  vertical-align: middle;
  outline: none !important;
}

div.material-table table th.sorting_asc,
div.material-table table th.sorting_desc {
  color: rgba(0, 0, 0, 0.87);
}

div.material-table table th.sorting:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  content: "arrow_back";
  -webkit-transform: rotate(90deg);
  display: none;
  vertical-align: middle;
}

div.material-table table th.sorting:hover:after,
div.material-table table th.sorting_asc:after,
div.material-table table th.sorting_desc:after {
  display: inline-block;
}

div.material-table table th.sorting_desc:after {
  content: "arrow_forward";
}

div.material-table table tbody tr:hover {
  background-color: #EEE;
}

div.material-table table th:first-child,
div.material-table table td:first-child {
  padding: 0 0 0 24px;
}

div.material-table table th:last-child,
div.material-table table td:last-child {
  padding: 0 14px 0 0;
}

[data-toggle=modal] {
  cursor: pointer;
}

.dropdown-toggle:not([class*=indicator]):after {
  display: none;
}

.bookingor-t-f,
.custom-control-input {
  z-index: 15;
}

.user-avatar {
  padding-right: 14px;
}
.user-avatar img {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #798bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  position: relative;
  object-fit: cover;
}

.memeber-ava {
  border-radius: 50%;
}

.bp-delete-category {
  cursor: pointer;
}

.bookingor .table-hover > tbody > tr:hover {
  background-color: #f8f9fc !important;
}
