@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", serif !important;
  font-weight: 400 !important;
}

body {
  font-family: "Inter", serif !important;
  font-weight: 400 !important;
  min-height: 100% !important;
}

.content-wrapper {
  background-color: #fff;
  min-height: calc(100vh - 72px) !important;
}

.content-wrapper > .content {
  padding-bottom: 55px;
}

.content-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 0;
  color: #000;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-top: 150px;
  }
}

.admin-module .content-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.modal-title,
.main-title {
  font-family: "Inter", serif !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 21px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 991px) {
  .modal-title,
  .main-title {
    font-size: 16px !important;
    line-height: 19px;
    gap: 12px;
  }
}

.primary-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #012033;
  background-color: #012033;
  color: #fff;
  padding: 9px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.primary-btn svg {
  transform: rotate(180deg);
  stroke: #000000;
  margin-left: 10px;
}
.primary-btn:hover {
  color: #FFFFFF;
  background-color: #800020;
  border-color: #fff;
}
.primary-btn:hover span svg {
  stroke: #fff;
}

.secondary-btn {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #800020;
  background-color: #fff;
  color: #000000;
  padding: 9px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-shadow: 0px 3px 3px rgba(5, 27, 84, 0.2);
}
.secondary-btn span svg {
  stroke: #000000;
}
.secondary-btn:hover {
  color: #FFFFFF;
  background-color: #800020;
  border-color: #fff;
}
.secondary-btn:hover span svg {
  stroke: #fff;
}

.cancel-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #012033;
  background-color: #fff;
  color: #012033;
  padding: 9px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: flex;
  align-items: center;
}
.cancel-btn svg path {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  stroke: #000;
}
.cancel-btn svg {
  margin-right: 10px;
}
.cancel-btn:hover {
  color: #fff;
  background-color: #000000;
  border-color: #fff;
}
.cancel-btn:hover svg path {
  stroke: #fff;
}

.reject-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #ff3636;
  background-color: #ff3636;
  color: #fff;
  padding: 9px 24px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  display: flex;
  align-items: center;
}
.reject-btn:hover {
  color: #fff;
  background-color: #000000;
  border-color: #fff;
}
.reject-btn:hover svg path {
  stroke: #fff;
}

.create-btn {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 8px 13px;
  background-color: #012033;
  border: 1px solid #012033;
  color: #fff;
  border-radius: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.create-btn svg {
  height: 13px;
  width: 13px;
}
.create-btn svg line {
  transition: all 0.3s ease;
}
.create-btn svg {
  margin-right: 5px;
}
.create-btn:hover {
  background-color: #ffffff;
  color: #012033;
}
.create-btn:hover svg line {
  stroke: #012033;
}

.card-footer,
.footer-btns {
  margin: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.card-footer {
  padding: 0;
  background-color: transparent;
  border-top: 0px;
}

.common-filter {
  display: flex;
  gap: 8px;
}
.common-filter .common-search {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
}
.common-filter .common-search .form-label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.common-filter .common-search .form-control {
  font-size: 12px;
  line-height: 15px;
  color: #012033;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  width: 260px;
  border-radius: 17px;
  height: 33px;
  width: 100%;
}
.common-filter .common-search .form-control:focus {
  border: 1px solid #012033;
  box-shadow: none;
}
.common-filter .filter-btn {
  height: 33px;
  width: 33px;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.navbar-white {
  background-color: #F6F6F6;
}

.main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 0px;
}
@media (max-width: 767px) {
  .main-header {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
}
.main-header .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .main-header .navbar-nav.right-navbar-nav {
    position: fixed;
    right: 20px;
    top: 14px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-nav.plans-notification {
    margin: 0;
    gap: 5px;
    width: 100%;
  }
}
.main-header .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: rgb(128, 0, 32);
  height: auto;
}
.main-header .nav-item .nav-link:hover {
  color: rgb(128, 0, 32);
}
.main-header .nav-item .nav-link.toggle-icon {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1019607843);
  background: #800020;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  bottom: -15px;
}
.main-header .nav-item.notifications .nav-link {
  color: #fff;
  background-color: rgb(128, 0, 32);
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.main-header .nav-item.notifications .nav-link i {
  font-size: 16px !important;
}
.main-header .nav-item.notifications .nav-link .badge-warning {
  color: rgb(128, 0, 32);
  background-color: #EEEEEE;
  border: 1px solid #000;
}
.main-header .nav-item.notifications .nav-link .navbar-badge {
  right: -8px;
  top: -10px;
}
@media (max-width: 991px) {
  .main-header .nav-item.notifications .nav-link .navbar-badge {
    padding: 0;
    width: 25px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 8px;
  }
}
.main-header .nav-item.notifications.show .dropdown-menu {
  padding: 12px;
  border-radius: 20px;
  border: 1px solid #800020;
  top: 40px;
  overflow-y: scroll;
  height: 450px;
}
.main-header .nav-item.notifications.show .dropdown-menu::-webkit-scrollbar {
  width: 0px;
}
.main-header .nav-item.notifications.show .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.main-header .nav-item.notifications.show .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
@media (max-width: 767px) {
  .main-header .nav-item.notifications.show .dropdown-menu {
    padding: 10px;
    top: 30px;
  }
}
.main-header .nav-item.notifications.show .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(128, 0, 32, 0.3);
}
.main-header .nav-item.notifications.show .dropdown-menu .dropdown-item {
  color: #012033;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 0 0 12px;
}
.main-header .nav-item.notifications.show .dropdown-menu .dropdown-item.active {
  color: #000;
  text-decoration: none;
  background-color: rgba(128, 128, 128, 0.3607843137);
}
.main-header .nav-item.notifications.show .dropdown-menu .dropdown-item:hover, .main-header .nav-item.notifications.show .dropdown-menu .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: rgba(128, 0, 32, 0.1);
}
@media (max-width: 767px) {
  .main-header .nav-item.notifications.show .dropdown-menu .dropdown-item {
    padding: 5px 8px;
  }
}
@media (max-width: 767px) {
  .main-header .nav-item.notifications.show .dropdown-menu {
    padding: 5px 8px;
  }
}
.main-header .nav-item.notifications.show .notification-time {
  padding: 0px 0 6px 0px;
  display: block;
  font-size: 12px !important;
}

.main-sidebar {
  background-color: #fff !important;
}
.main-sidebar .brand-link {
  color: #012033;
}
.main-sidebar .brand-link span {
  font-weight: 500 !important;
}
.main-sidebar .brand-link:hover {
  color: #012033;
}
.main-sidebar .os-content {
  padding: 12px 0 0 15px !important;
}
.main-sidebar .nav-item .nav-link {
  font-size: 13px;
  line-height: 16px;
  background-color: #EEEEEE;
  border-radius: 20px 0 0 20px;
  padding: 14px 16px;
  margin-bottom: 7px;
  color: #000000;
  transition: all 0.3s ease;
}
.main-sidebar .nav-item .nav-link:hover, .main-sidebar .nav-item .nav-link.active {
  background-color: #800020;
  color: #fff;
}
.main-sidebar .nav-item .nav-link i {
  font-size: 16px !important;
}

.dropdown-header {
  color: #012033;
}

.sidebar-mini.sidebar-collapse .main-header .navbar-nav .nav-item .nav-link.toggle-icon img {
  transform: rotate(180deg);
}

.layout-fixed .wrapper .sidebar {
  height: calc(90vh - 52px) !important;
}
@media (max-width: 991px) {
  .layout-fixed .wrapper .sidebar {
    height: calc(97vh - 52px) !important;
  }
}

.main-footer {
  background-color: #F6F6F6;
  font-size: 14px;
  line-height: 20px;
  color: #012033;
  text-align: center;
  border-top: 0px;
  margin-top: 20px;
  margin-left: 0 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 22;
}
.main-footer strong {
  font-weight: 500;
}
.main-footer strong a {
  font-weight: 600;
  color: #800020;
}
.main-footer strong a:hover {
  text-decoration: none;
}

.content-header {
  padding: 0;
}

.main-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 991px) {
  .main-title-wrap {
    margin-bottom: 20px;
  }
}
.main-title-wrap:hover {
  color: #fff;
}

.card {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .card {
    border-radius: 12px;
  }
}
.card h3 {
  margin-bottom: 0;
}
.card.update-business-box {
  border: 0;
  box-shadow: none;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: #800020;
  border-radius: 20px;
  padding: 6px 20px;
}
@media (max-width: 991px) {
  .card-primary:not(.card-outline) > .card-header {
    border-radius: 12px;
    padding: 6px 18px;
  }
}

.select2-container .select2-selection--single {
  height: 38px !important;
  font-size: 14px;
  line-height: 17px;
  color: #012033;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #ced4da;
}

.breadcrumb .breadcrumb-item {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb .breadcrumb-item a {
  color: #012033;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #800020;
}

label {
  font-size: 14px;
  line-height: 17px;
  color: #012033;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.form-control:focus {
  border: 1px solid #012033;
  box-shadow: none;
}

.error-msg {
  color: #dc3545 !important;
}

.error-msg-position {
  position: absolute;
  bottom: -2em;
  left: 0;
  z-index: 10;
}

.error-msg-font-size {
  font-weight: 400 !important;
}

.common-form-wrap .form-group label {
  font-size: 13px;
  line-height: 17px;
  color: #012033;
  font-weight: 500;
  margin-bottom: 10px;
}
.common-form-wrap .form-group .form-control {
  font-size: 14px;
  line-height: 17px;
  color: #012033;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
}
.common-form-wrap .form-group .form-control:focus {
  border: 1px solid #012033;
}
.common-form-wrap .form-group .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.common-form-wrap .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.common-form-wrap .form-group textarea.form-control {
  height: 80px;
}
.common-form-wrap .form-group .select2 {
  width: 100% !important;
  position: relative;
}
.common-form-wrap .form-group .select2::before {
  content: "";
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  right: 9px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 13px;
}
.common-form-wrap .form-group .select2.select2-container--default .select2-selection--multiple {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
  cursor: text;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-search .select2-search__field {
  width: 100% !important;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-search .select2-search__field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-search .select2-search__field::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  color: #800020;
  background-color: rgba(128, 0, 32, 0.1);
  border: 1px solid #800020;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #000;
}
.common-form-wrap .form-group .select2 .select2-selection__arrow {
  top: 10px;
  height: 16px;
}
.common-form-wrap .form-group .select2 .select2-selection__arrow b {
  display: none;
}
.common-form-wrap .form-group.form-radio input[type=radio] {
  height: 20px;
  width: 20px;
  min-width: 20px;
  -moz-appearance: none;
       appearance: none;
  /* Removes default browser styles */
  -webkit-appearance: none;
  /* Safari support */
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common-form-wrap .form-group.form-radio input[type=radio]:checked {
  border-color: #800020;
  /* Change border color when selected */
  background-color: #800020;
  /* Change background when selected */
  position: relative;
}
.common-form-wrap .form-group.form-radio input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-checkbox label {
  margin-bottom: 0;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-checkbox.modulecheckbox-wrap {
  gap: 0px;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-checkbox .error.text-danger {
  width: 100%;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-check.form-checkbox .form-check-label {
  padding-left: 8px;
  padding-top: 4px;
}
.common-form-wrap .form-group.form-checkbox-wrap input[type=checkbox] {
  height: 20px;
  width: 20px;
  -moz-appearance: none;
       appearance: none;
  /* Removes default browser styles */
  -webkit-appearance: none;
  /* Safari support */
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common-form-wrap .form-group.form-checkbox-wrap input[type=checkbox]:checked {
  border-color: #800020;
  /* Change border color when selected */
  background-color: #800020;
  /* Change background when selected */
  position: relative;
}
.common-form-wrap .form-group.form-checkbox-wrap input[type=checkbox]:checked::before {
  content: "✓";
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.common-form-wrap .form-group .radio-wrap {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .common-form-wrap .form-group .radio-wrap {
    gap: 12px;
  }
}
.common-form-wrap .form-group .radio-form {
  display: flex;
  align-items: center;
  gap: 5px;
}
.common-form-wrap .form-group .radio-form label {
  margin-bottom: 0;
}
.common-form-wrap .form-group .form-check-inline label {
  margin-bottom: 0;
}
.common-form-wrap .error {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #dc3545 !important;
}
.common-form-wrap .upload-img {
  position: relative;
}
.common-form-wrap .upload-img .img-wrap {
  height: 90px;
  width: 90px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.common-form-wrap .upload-img .img-wrap .form-control {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.common-form-wrap .upload-img .img-wrap .img-upload {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-form-wrap .upload-img .img-wrap .img-upload .img-icon {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.common-form-wrap .upload-img .img-wrap .img-upload .img-upload {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-form-wrap .upload-img.upload-cover .img-wrap {
  width: 100%;
  height: 300px;
}
@media (max-width: 991px) {
  .common-form-wrap .upload-img.upload-cover .img-wrap {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .common-form-wrap .upload-img.upload-cover .img-wrap {
    height: 150px;
  }
}
.common-form-wrap .upload-img.upload-cover .img-wrap .img-upload {
  width: 100%;
  height: 100%;
}
.common-form-wrap .upload-img .error {
  position: absolute;
  bottom: -32px;
}
.common-form-wrap .upload-img.upload-imaged-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.common-form-wrap .upload-img.upload-imaged-wrap label {
  width: 100%;
}
.common-form-wrap .upload-img.upload-imaged-wrap .img-group {
  position: relative;
  height: 150px;
  width: 150px;
}
.common-form-wrap .upload-img.upload-imaged-wrap .img-group .img-thumbnail {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.common-form-wrap .upload-img.upload-imaged-wrap .img-group .image-delete-btn {
  position: absolute;
  height: 25px;
  width: 25px;
  padding: 5px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  color: #800020;
  background-color: #fff;
  border-radius: 50%;
}
.common-form-wrap.business-availability-card .form-group .select2::before {
  content: none;
}

.common-modal .modal-content .modal-header {
  display: flex;
  align-items: center;
}
.common-modal .modal-content .modal-header .modal-title {
  font-family: "Inter", serif !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 21px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 18px;
}
.common-modal .modal-content .modal-header .close {
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #800020;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
  opacity: 1;
}
.common-modal .modal-content .modal-header .close span {
  margin-bottom: 3px;
}
.common-modal .modal-content .modal-footer {
  justify-content: center;
}
.common-modal .table-details {
  font-size: 14px;
  line-height: 20px;
}
.common-modal .table-details p {
  display: flex;
  gap: 5px;
}
.common-modal .table-details p strong {
  min-width: 115px;
}
.common-modal .notable-details {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-modal .notable-details h3 {
  font-size: 18px;
  line-height: 26px;
  color: #800020;
  font-weight: 600;
}

span.tag-line {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  margin-top: 6px;
}

.login-box-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #800020;
}
@media screen and (max-width: 767px) {
  .login-box-wrap {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    min-height: 450px;
  }
}

.login-page {
  background-color: #fff;
}

.heading-title {
  color: #FFFFFF;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

.forgot-btn {
  width: 100%;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  display: block;
  margin-top: 5px;
}
.forgot-btn:hover {
  color: #fff;
}

.icheck-primary label {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400 !important;
  line-height: 1.2;
}
.icheck-primary label::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.from-wrapper {
  width: calc(35% - 100px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .from-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .from-wrapper {
    width: 100%;
  }
}
.from-wrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100vh;
  background-color: #800020;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -170px;
  z-index: 9999;
  border-radius: 0 60px 60px 0;
}
@media screen and (max-width: 1280px) {
  .from-wrapper::before {
    right: -99px;
  }
}
@media screen and (max-width: 767px) {
  .from-wrapper::before {
    display: none;
  }
}

.my-seat-admin-login-wrap {
  width: 100%;
}
.my-seat-admin-login-wrap .card {
  background-color: transparent;
  margin: 0 auto;
  box-shadow: none;
}
.my-seat-admin-login-wrap .card .card-header {
  border-bottom: 0;
  margin-bottom: 35px;
}
.my-seat-admin-login-wrap .card-primary.card-outline {
  max-width: 352px;
  border-top: 0;
}

.card-body-wrapper {
  padding: 0;
}
.card-body-wrapper .input-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2px;
  margin-bottom: 5px;
  position: relative;
}
.card-body-wrapper .input-wrap span.eyes-icon {
  position: absolute;
  left: auto;
  right: 20px;
  top: 7px;
  z-index: 5;
}
.card-body-wrapper .input-wrap span.eyes-icon svg {
  fill: #fff;
}
.card-body-wrapper .input-wrap input {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  padding: 9px 16px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 0;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  padding: 13px 20px;
}
.card-body-wrapper .input-wrap input:focus {
  border: 1px solid #fff;
}
.card-body-wrapper .input-wrap label {
  width: 100%;
  color: rgba(204, 204, 204, 0.5);
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
.card-body-wrapper .input-wrap .form-control.input-password {
  position: relative;
}
.card-body-wrapper .input-wrap .form-control.input-password::before {
  content: "";
  position: absolute;
  background-image: url(../../../assets/cmarix-theme/images/close-eye.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin: auto;
  left: auto;
  top: 0;
  bottom: 0;
  right: 20px;
}
.card-body-wrapper .input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-side-image {
  width: calc(65% - 100px);
  height: 100vh;
  background-image: url(../../../assets/cmarix-theme/images/login-image.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 83px;
  position: relative;
}
.page-side-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1280px) {
  .page-side-image {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-side-image {
    display: none;
  }
}
.page-side-image picture {
  max-width: 228px;
  height: 70px;
  display: block;
  position: relative;
}
.page-side-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  display: block;
}

[class*=icheck-] {
  margin: 0;
}

.icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.icheck-primary > input:first-child:checked + label::before {
  background-color: transparent;
  border-color: #ffffff;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
  .icheck-primary > input:first-child:checked + label::before {
    margin-top: 0;
  }
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
  border-radius: 0;
  margin-top: -4px;
}
@media (max-width: 991px) {
  [class*=icheck-] > input:first-child + input[type=hidden] + label::before,
  [class*=icheck-] > input:first-child + label::before {
    margin-top: 0;
    width: 18px;
    height: 18px;
    margin-left: -25px;
  }
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after,
[class*=icheck-] > input:first-child:checked + label::after {
  top: -5px;
}
@media (max-width: 991px) {
  [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after,
  [class*=icheck-] > input:first-child:checked + label::after {
    top: -2px;
    left: 3px;
    width: 5px;
  }
}

.login-btn {
  width: 100%;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.login-btn:hover {
  color: #fff;
}

.business-registration-wrap {
  padding: 50px 12px;
  background: #800020;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-registration-wrap .register-box {
  max-width: 900px;
  background-color: #fff;
  padding: 30px;
  border-radius: 40px;
  width: 100%;
  margin: auto;
}
.business-registration-wrap .register-box .card-header {
  border: 0;
  padding-top: 0;
}
.business-registration-wrap .register-box .card-header .heading-title {
  text-align: center;
  margin-bottom: 20px;
  color: #800020;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header {
  margin-bottom: 30px;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step .step-trigger {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step .step-trigger:hover {
  background-color: transparent;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step .step-trigger .check {
  display: none;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step .bs-stepper-circle {
  margin: 0;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(128, 0, 32, 0.5);
  background-color: rgba(128, 0, 32, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step .bs-stepper-label {
  color: #800020;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step.completed .step-trigger .bs-stepper-circle, .business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-circle {
  border: 1px solid #fff;
  background-color: #800020;
  color: #fff;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step.completed .number {
  display: none;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .step.completed .check {
  display: block;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-header .line {
  background-color: #800020;
}
.business-registration-wrap .register-box .card-body .bs-stepper .bs-stepper-content {
  padding: 0;
}
.business-registration-wrap .register-box .card-body .footer-btn-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.map-iframe iframe {
  height: 235px;
  border-radius: 18px;
  border: 1px solid #012033;
}

.radio-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  margin-bottom: 30px;
}
.radio-tabs label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
  position: relative;
}
.radio-tabs label input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.radio-tabs label input:checked + span {
  background-color: #fff;
  color: #800020 !important;
  border-color: #800020;
}
.radio-tabs label span {
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  padding: 10px 12px;
  background-color: #800020;
  border: 1px solid #800020;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .radio-tabs label span {
    font-size: 16px;
    line-height: 24px;
  }
}
.radio-tabs label span:hover {
  background-color: #fff;
  color: #800020 !important;
  border-color: #800020;
}

.menu-tabs .tab-pane {
  width: 100%;
}
.menu-tabs .main-title {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: 600 !important;
  color: #800020;
  text-align: center;
  margin-bottom: 10px;
}
.menu-tabs .images-wrap {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(128, 0, 32, 0.03);
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-height: 340px;
  overflow-y: auto;
}
.menu-tabs .images-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.menu-tabs .images-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.menu-tabs .images-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800020;
}
.menu-tabs .images-wrap .upload-img-wrap {
  position: sticky;
  top: 0px;
}
.menu-tabs .images-wrap .upload-img-wrap .upload-img .img-wrap {
  border: 1px solid #800020;
  background-color: #fff;
}
.menu-tabs .images-wrap .images-list {
  display: flex;
  gap: 15px 12px;
  flex-wrap: wrap;
}
.menu-tabs .images-wrap .images-list .restro-images {
  width: 128px;
  height: 128px;
  border: 1px solid #800020;
  border-radius: 20px;
  position: relative;
}
.menu-tabs .images-wrap .images-list .restro-images picture {
  display: block;
  height: 100%;
  width: 100%;
}
.menu-tabs .images-wrap .images-list .restro-images picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.menu-tabs .images-wrap .images-list .restro-images .delete-img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  top: -8px;
  right: -8px;
  background-color: #fff;
  border: 1px solid #800020;
  z-index: 8;
  padding: 6px;
  border-radius: 50%;
}
.menu-tabs .images-wrap .images-list .restro-images .delete-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-tabs .images-wrap .images-list.menu-list .restro-images {
  width: 215px;
  height: 250px;
}
.menu-tabs .images-wrap .images-list.menu-list .restro-images img {
  height: 100%;
  width: 100%;
}
.menu-tabs .images-wrap.admin-menu-list {
  background-color: transparent;
  padding: 0 10px;
  max-height: 100%;
  height: 100%;
}
.menu-tabs .images-wrap.admin-menu-list .images-list .restro-images {
  width: calc(14.25% - 10px);
  height: 149px;
  min-width: 149px;
}
.menu-tabs .images-wrap.admin-menu-list .images-list.menu-list .restro-images {
  width: calc(20% - 10px);
  max-width: 100%;
  height: 280px;
}
@media (max-width: 1440px) {
  .menu-tabs .images-wrap.admin-menu-list .images-list.menu-list .restro-images {
    width: calc(20% - 10px);
    max-width: 100%;
    height: 220px;
  }
}
@media (max-width: 1280px) {
  .menu-tabs .images-wrap.admin-menu-list .images-list.menu-list .restro-images {
    width: calc(25% - 10px);
    max-width: 100%;
    height: 220px;
  }
}

.common-box-section {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  border-radius: 20px;
}

.business-lists {
  display: flex;
  gap: 18px;
}
.business-lists .business-box {
  width: calc(33.33% - 10px);
  background-color: rgba(128, 0, 32, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.business-lists .business-box .business-box-head {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 20px 10px;
  position: relative;
}
.business-lists .business-box .business-box-head::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.business-lists .business-box .business-head-wrap {
  position: relative;
  display: flex;
  gap: 18px;
}
.business-lists .business-box .business-head-wrap .img-name {
  max-width: 160px;
}
.business-lists .business-box .business-head-wrap .img-name .business-logo {
  max-width: 130px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}
.business-lists .business-box .business-head-wrap .img-name .business-logo img {
  height: 100%;
  width: 100%;
}
.business-lists .business-box .business-head-wrap .img-name {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.business-lists .business-box .business-head-wrap .img-name p {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.business-lists .business-box .business-head-wrap .img-name p:last-child {
  margin-bottom: 0;
}
.business-lists .business-box .business-head-wrap .business-head-info {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.business-lists .business-box .business-head-wrap .business-head-info p {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.business-lists .business-box .business-head-wrap .business-head-info p:last-child {
  margin-bottom: 0;
}
.business-lists .business-box .business-content {
  padding: 20px;
}

.dataTables_wrapper label {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
}
.dataTables_wrapper .dataTables_length .custom-select {
  border-radius: 17px;
}
@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 10px;
  }
}
.dataTables_wrapper .dataTables_filter .form-control {
  border: 1px solid #E3E3E3;
  border-radius: 17px;
}
.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 18px !important;
}
.dataTables_wrapper .table-bordered {
  border: 1px solid rgba(1, 32, 51, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button .page-link {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0px;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button .page-link:focus {
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.next {
  width: 12px;
  margin-top: 4px;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.next .page-link {
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.previous {
  width: 12px;
  margin-top: 4px;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.previous .page-link {
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.disabled {
  opacity: 0.5;
}
.dataTables_wrapper thead tr th {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid rgba(1, 32, 51, 0.3);
  border-right: 0px;
  white-space: nowrap;
  vertical-align: middle;
}
.dataTables_wrapper tbody tr td {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  border-right: 0px;
  border-bottom: 1px solid rgba(1, 32, 51, 0.3);
  white-space: nowrap;
  vertical-align: middle;
}
.dataTables_wrapper tbody tr td .form-group,
.dataTables_wrapper tbody tr td .notification-message {
  margin: 0;
}

a.btn.btn-danger.btn-sm,
a.btn.btn-dark.btn-sm,
a.btn.btn-primary.btn-sm {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #707070 !important;
  padding: 0 !important;
  font-size: 16px;
}
a.btn.btn-danger.btn-sm:focus,
a.btn.btn-dark.btn-sm:focus,
a.btn.btn-primary.btn-sm:focus {
  box-shadow: none !important;
}

span.badge.badge-success {
  color: #fff;
  background-color: #28a745;
  padding: 5px 10px;
  border-radius: 8px;
}

span.badge {
  padding: 5px 8px;
  border-radius: 8px;
}

.custom-control.custom-switch .custom-control-label::before {
  background-color: #fff;
  border: rgba(1, 32, 51, 0.5) solid 1px;
}
.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #800020;
  background-color: #800020;
}
.custom-control.custom-switch .custom-control-input:focus {
  box-shadow: none;
}

.card-body {
  padding: 20px 15px;
}

.custom-tabs {
  overflow: hidden;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.custom-tabs .card-header {
  padding: 0 !important;
  background-color: #F6F6F6;
  border: 1px solid #ccc;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}
.custom-tabs .card-header .nav {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.custom-tabs .card-header .nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 26px;
  color: #012033;
  font-weight: 500;
  border-radius: 14px;
}
@media (max-width: 991px) {
  .custom-tabs .card-header .nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 24px;
  }
}
.custom-tabs .card-header .nav .nav-item .nav-link.active {
  background-color: #800020;
  color: #fff;
}
.custom-tabs .card-body {
  margin-top: 20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .custom-tabs .card-body {
    border-radius: 12px;
  }
}
.custom-tabs .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.custom-tabs .card-body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.custom-tabs .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800020;
}
.custom-tabs .card-body .tab-content .tab-pane strong {
  font-size: 14px;
  line-height: 24px;
  color: #012033;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.custom-tabs .card-body .tab-content .tab-pane p {
  font-size: 14px;
  line-height: 24px;
  color: #012033;
  font-weight: 400;
}
@media (max-width: 1366px) {
  .custom-tabs .card-body .tab-content .tab-pane p {
    font-size: 12px;
    line-height: 22px;
  }
}
.custom-tabs .card-body .tab-content .tab-pane .badge.badge-secondary {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: #800020;
  padding: 5px 10px;
  border-radius: 8px;
}
.custom-tabs .card-body .tab-content .tab-pane .images-wrap.admin-menu-list {
  max-height: calc(100vh - 360px);
  overflow: auto;
}

.review-list {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.review-list:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #ccc;
}
.review-list .text-muted {
  margin-bottom: 0 !important;
}
.review-list.business-review .review-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.review-list.business-review .review-name .review-img {
  background-color: rgba(204, 204, 204, 0.4117647059);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-list.business-review .date-rate {
  text-align: right;
}
.review-list.business-review .date-rate p span {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.review-list.business-review .date-rate strong {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.card-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.profile-box {
  overflow: hidden;
}
.profile-box.card-outline {
  border-top: 3px solid #800020;
}
.profile-box .box-profile {
  padding: 0;
}
.profile-box .box-profile .profile-head {
  background-image: url(../images/business-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 157px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.profile-box .box-profile .profile-head:after {
  background: rgba(0, 0, 0, 0.5098039216);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
.profile-box .box-profile .profile-head .profile-user-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.profile-box .box-profile .profile-head .profile-username {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.profile-box .box-profile .list-group {
  padding: 10px;
  margin-bottom: 0;
}
.profile-box .box-profile .list-group .list-group-item {
  padding: 10px 0;
}
.profile-box .box-profile .list-group .list-group-item:first-child {
  border-top: 0;
}
.profile-box .box-profile .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.profile-box .box-profile .list-group .list-group-item b {
  font-size: 14px;
  line-height: 24px;
  color: #012033;
  font-weight: 500;
}
.profile-box .box-profile .list-group .list-group-item a {
  font-size: 14px;
  line-height: 24px;
  color: #012033 !important;
  font-weight: 400;
}
.profile-box .box-profile .list-group .list-group-item a:hover {
  color: #800020 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: none;
  height: 35px !important;
  font-size: 14px;
  line-height: 17px;
  color: #012033;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
}
.profile-user-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid rgba(204, 204, 204, 0.4117647059);
  padding: 2px;
}

.deals-approve-btn {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.deals-reject-btn {
  background-color: #800020;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border-color: #800020;
}
.deals-reject-btn:hover {
  background-color: #800020;
  border-color: #800020;
}

/* SIDE CONTENT */
.side-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
}
.side-container .side-box {
  background-color: rgba(185, 185, 185, 0.6392156863);
  backdrop-filter: blur(10px);
  padding: 24px 12px;
  position: relative;
  width: 0;
  /*400px*/
  display: none;
  height: 100%;
  z-index: 10;
  border-radius: 20px 0 0 20px;
}
.side-container .side-box:before {
  content: "";
  position: absolute;
  width: 1000%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.side-container .side-box.open-side {
  display: block;
}
.side-container .side-close-btn {
  color: #fff;
  cursor: pointer;
}
.side-container .slide-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.side-container .slide-head h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #012033;
  margin-bottom: 0;
}
.side-container .slide-head .side-close-btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  height: 30px;
  width: 30px;
  background-color: #800020;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.side-container .side-content {
  padding: 20px 0;
  color: #fff;
  width: 100%;
  height: calc(100vh - 150px);
  overflow-y: auto !important;
  overflow-x: hidden;
}
.side-container .side-content .common-form-wrap .form-group label {
  color: #012033;
}
.side-container .side-content .common-form-wrap .form-group .select2::before {
  top: 16px;
}
.side-container .footer-btn-wrap {
  display: flex;
  justify-content: center;
}

.side-open .select2-container {
  z-index: 9999;
}

.select2-container.select2-container--open .select2-results .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #800020;
  color: #fff;
}

.business-banner {
  height: 280px;
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .business-banner {
    height: 200px;
  }
}
.business-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swal2-container .swal2-popup .swal2-title {
  font-family: "Inter", serif !important;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 21px;
  color: #000;
  padding-top: 30px;
}
.swal2-container .swal2-popup .swal2-html-container {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #012033;
}
.swal2-container .swal2-confirm {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 8px 20px;
  background-color: #012033 !important;
  border: 1px solid #012033;
  color: #fff;
  border-radius: 17px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.swal2-container .swal2-confirm:focus {
  box-shadow: none;
}
.swal2-container .swal2-cancel {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  border: 1px solid #012033 !important;
  background-color: #fff !important;
  color: #012033;
  padding: 8px 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 17px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.profile-logo {
  text-align: center;
}
.profile-logo .business-logo {
  display: block;
  margin-bottom: 10px;
}

.profile-status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  .profile-status {
    gap: 1px;
  }
}
@media (max-width: 1199px) {
  .profile-status {
    gap: 10px;
  }
}
.profile-status .status {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #ccc;
  border-radius: 8px;
  margin-bottom: 0;
}
.profile-status .status.active {
  background-color: #28a745;
  color: #fff !important;
}
.profile-status .status.inactive {
  background-color: #ff0000;
  color: #fff !important;
}
.profile-status strong {
  min-width: 130px;
}
@media (max-width: 1280px) {
  .profile-status strong {
    min-width: 100px;
  }
}
.profile-status.deals-status {
  flex-wrap: wrap;
}
.profile-status.deals-status strong {
  min-width: 100%;
  margin-bottom: 0 !important;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
  transition: all 0.4s ease-in-out;
}

.lightbox_img_wrap {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.lightbox-enabled {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.lightbox-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-container .lightbox-image-wrapper {
  display: flex;
  transform: scale(0);
  align-items: center;
  justify-content: center;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container .lightbox-btn,
.lightbox-container #close {
  color: #800020;
  z-index: 9999999;
  cursor: pointer;
  position: absolute;
  font-size: 30px;
}
@media (max-width: 767px) {
  .lightbox-container .lightbox-btn,
  .lightbox-container #close {
    font-size: 20px;
  }
}
.lightbox-container .lightbox-btn:focus {
  outline: none;
}
.lightbox-container .left {
  left: 50px;
}
.lightbox-container .right {
  right: 50px;
}
.lightbox-container #close {
  top: 50px;
  right: 50px;
}
.lightbox-container .material-icons {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.lightbox-container .material-icons.close {
  font-size: 18px !important;
}
.lightbox-container .material-icons svg {
  height: 18px;
  width: 18px;
}
@media (max-width: 767px) {
  .lightbox-container .material-icons {
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
  .lightbox-container .material-icons svg {
    height: 15px;
    width: 15px;
  }
}
.lightbox-container .lightbox-image {
  width: 100%;
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
  max-height: 95vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.lightbox-container .slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.lightbox-container .slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

.deals-info-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 20px;
}

.deals-info-wrap {
  width: 100%;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  background-color: rgba(128, 0, 32, 0.1);
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .deals-info-wrap {
    padding: 30px 15px 15px 15px;
    width: 100%;
    border-radius: 12px;
  }
}
.deals-info-wrap .off-title {
  text-align: right;
  position: absolute;
  top: -20px;
  background-color: #800020;
  color: #fff;
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .deals-info-wrap .off-title {
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.deals-info-wrap .off-title {
  text-align: right;
}

.form-field.form-group strong {
  font-size: 14px;
  line-height: 24px;
  color: #012033;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.table-filter-wrap {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}
@media (max-width: 1199px) {
  .table-filter-wrap {
    gap: 20px;
  }
}
.table-filter-wrap .table-filter-left {
  width: calc(15% - 10px);
  min-width: 200px;
}
@media (max-width: 1199px) {
  .table-filter-wrap .table-filter-left {
    min-width: 160px;
  }
}
.table-filter-wrap .table-filter-left .card {
  height: 100%;
}
.table-filter-wrap .table-filter-left .custom-checkbox {
  flex-direction: column;
}
.table-filter-wrap .table-filter-left .custom-checkbox .form-check {
  width: 100%;
}
.table-filter-wrap .table-filter-left .table-header {
  font-weight: 500;
  font-size: 18px !important;
  line-height: 21px;
  color: #012033;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 1280px) {
  .table-filter-wrap .table-filter-left .table-header {
    font-size: 16px !important;
    line-height: 21px;
    margin-bottom: 16px;
  }
}
.table-filter-wrap .table-filter-left .table-list {
  height: calc(100vh - 365px);
  overflow: auto;
  padding: 0 5px;
}
.table-filter-wrap .table-filter-left .table-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.table-filter-wrap .table-filter-left .table-list::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.table-filter-wrap .table-filter-left .table-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800020;
}
.table-filter-wrap .table-filter-left .table-footer a {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  line-height: 21px;
  color: #012033;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  justify-content: center;
  gap: 6px;
}
@media (max-width: 1199px) {
  .table-filter-wrap .table-filter-left .table-footer a {
    font-size: 14px !important;
    line-height: 19px;
  }
}
.table-filter-wrap .table-filter-left .table-footer a:hover {
  color: #012033;
}
.table-filter-wrap .table-filter-right {
  width: calc(85% - 15px);
}
@media (max-width: 1199px) {
  .table-filter-wrap .table-filter-right {
    width: calc(85% - 10px);
  }
}
.table-filter-wrap .card {
  padding: 10px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .table-filter-wrap .card {
    padding: 10px;
  }
}
.table-filter-wrap .card:last-child {
  margin-bottom: 0;
}
.table-filter-wrap .custom-checkbox {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1280px) {
  .table-filter-wrap .custom-checkbox {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.table-filter-wrap .custom-checkbox .form-check {
  padding-left: 0;
  margin-bottom: 0;
}
.table-filter-wrap .custom-checkbox .form-check .form-check-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
  position: relative;
}
@media (max-width: 1280px) {
  .table-filter-wrap .custom-checkbox .form-check .form-check-label {
    min-width: auto;
  }
}
.table-filter-wrap .custom-checkbox .form-check .form-check-label span {
  font-size: 16px;
  line-height: 24px;
  color: #800020 !important;
  padding: 7px 12px;
  background-color: #fff;
  border: 1px solid #800020;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
}
@media (max-width: 1280px) {
  .table-filter-wrap .custom-checkbox .form-check .form-check-label span {
    padding: 7px 8px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1280px) {
  .table-filter-wrap .custom-checkbox .form-check .form-check-label span {
    font-size: 12px;
    line-height: 20px;
  }
}
.table-filter-wrap .custom-checkbox .form-check .form-check-label span:hover {
  background-color: #800020;
  color: #fff !important;
  border-color: #800020;
}
.table-filter-wrap .custom-checkbox .form-check .form-check-label .form-check-input {
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-left: 0rem;
}
.table-filter-wrap .custom-checkbox .form-check .form-check-label .form-check-input:checked + span {
  background-color: #800020;
  color: #fff !important;
  border-color: #800020;
}
.table-filter-wrap .time-fliter {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.table-filter-wrap .time-fliter .form-group {
  flex: 1;
  margin-bottom: 0;
}
.table-filter-wrap .add-table {
  text-align: center;
}
.table-filter-wrap .add-table .primary-btn {
  padding: 9px 24px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .table-filter-wrap .add-table .primary-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 16px;
  }
}
@media (max-width: 1199px) {
  .table-filter-wrap .add-table .primary-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 12px;
  }
}

.table-view-wrap {
  padding: 40px;
}
.table-view-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.table-view-wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.table-view-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800020;
}
.table-view-wrap .table-view-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 0px;
  background: #eaeaea;
  border: 2px solid #800020;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list {
    gap: 50px;
  }
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list {
    gap: 40px 30px;
  }
}
.table-view-wrap .table-view-list li {
  position: relative;
  min-height: 170px;
  min-width: 150px;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list li {
    min-height: 150px;
    min-width: 50px;
  }
}
@media (max-width: 1280px) {
  .table-view-wrap .table-view-list li {
    min-height: 110px;
    min-width: 100px;
  }
}
.table-view-wrap .table-view-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.table-view-wrap .table-view-list::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.table-view-wrap .table-view-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800020;
}
.table-view-wrap .table-view-list h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #800020;
  text-align: center;
  margin: 0 auto 12px;
}
.table-view-wrap .table-view-list .tables {
  position: relative;
  border: 1px solid #800020;
  background-color: #F6F6F6;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.5s ease;
  margin: 0 auto 10px;
  gap: 15px;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list .tables {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .tables {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .table-view-wrap .table-view-list .tables {
    width: 100px;
    height: 100px;
  }
}
.table-view-wrap .table-view-list .tables .booked-sheat {
  font-size: 18px;
  line-height: 26px;
  color: #012033;
}
.table-view-wrap .table-view-list .tables:hover .table-change {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.table-view-wrap .table-view-list .tables.checked {
  background-color: #a3d98c;
}
.table-view-wrap .table-view-list .tables.checked .checked-icon {
  display: flex;
  height: 40px;
  width: 40px;
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .tables.checked .checked-icon {
    width: 30px;
    height: 30px;
  }
}
.table-view-wrap .table-view-list .tables.checked .table-change .icon {
  background-color: #fff;
  color: #012033;
}
.table-view-wrap .table-view-list .tables.checked .table-change .icon:hover {
  color: #800020;
}
.table-view-wrap .table-view-list .tables .checked-icon {
  display: none;
}
.table-view-wrap .table-view-list .tables .table-change {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease;
  right: 0;
}
.table-view-wrap .table-view-list .tables .table-change .icon {
  position: relative;
  height: 35px;
  width: 35px;
  background-color: rgba(128, 0, 32, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 14px;
  color: #000;
}
.table-view-wrap .table-view-list .tables .table-change .icon:hover {
  color: #800020;
}
.table-view-wrap .table-view-list .circle {
  border-radius: 50%;
}
.table-view-wrap .table-view-list .square {
  border-radius: 10px;
}
.table-view-wrap .table-view-list .rectangles {
  width: 230px;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list .rectangles {
    width: 180px;
  }
}
.table-view-wrap .table-view-list .circle-high {
  height: 90px;
  width: 90px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .circle-high {
    height: 70px;
    width: 70px;
  }
}
.table-view-wrap .table-view-list .circle-high::before {
  position: absolute;
  content: "";
  height: 85px;
  width: 2px;
  bottom: -70px;
  left: 0px;
  background-color: #800020;
  transform: rotate(15deg);
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .circle-high::before {
    height: 72px;
    bottom: -62px;
  }
}
.table-view-wrap .table-view-list .circle-high::after {
  position: absolute;
  content: "";
  height: 85px;
  width: 2px;
  bottom: -70px;
  right: 0px;
  background-color: #800020;
  transform: rotate(-15deg);
  border-radius: 5px;
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .circle-high::after {
    height: 72px;
    bottom: -62px;
  }
}
.table-view-wrap .table-view-list .circle-high .centerline {
  display: block;
  position: absolute;
  height: 55px;
  width: 2px;
  bottom: -55px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  background-color: #800020;
  border-radius: 5px;
}
.table-view-wrap .table-view-list .square-bar {
  width: 250px;
  height: 120px;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list .square-bar {
    width: 220px;
    height: 112px;
  }
}
@media (max-width: 1366px) {
  .table-view-wrap .table-view-list .square-bar {
    width: 220px;
    height: 95px;
  }
}
.table-view-wrap .table-view-list .bar-char-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: -75px;
  position: relative;
  padding: 0 20px;
}
.table-view-wrap .table-view-list .bar-chair {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: #F6F6F6;
  border: 1px solid #800020;
  border-radius: 50%;
}
.table-view-wrap .table-view-list .bar-chair::before {
  position: absolute;
  content: "";
  height: 60px;
  width: 2px;
  bottom: -55px;
  left: 0px;
  background-color: #800020;
  transform: rotate(15deg);
  border-radius: 5px;
}
.table-view-wrap .table-view-list .bar-chair::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 2px;
  bottom: -55px;
  right: 0px;
  background-color: #800020;
  transform: rotate(-15deg);
  border-radius: 5px;
}
.table-view-wrap .table-view-list .bar-chair .centerline {
  display: block;
  position: absolute;
  height: 45px;
  width: 2px;
  bottom: -45px;
  right: 0px;
  left: 0;
  margin: 0 auto;
  background-color: #800020;
  border-radius: 5px;
}

.preloader {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  height: 100vh;
  width: 100%;
  transition: height 0.2s linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.subscription-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.subscription-list .subscription-box {
  background-color: #ffffff;
  border: 1px solid #B0BAC0;
  width: calc(33.33% - 14px);
  padding: 24px;
  border-radius: 16px;
}
.subscription-list .subscription-box .subscription-plan {
  font-size: 16px;
  line-height: 24px;
  color: #012033;
  font-weight: 500;
  margin-bottom: 10px;
}
.subscription-list .subscription-box .subscription-price {
  font-size: 38px;
  line-height: 44px;
  color: #012033;
  font-weight: 700;
  margin-bottom: 8px;
}
.subscription-list .subscription-box .subscription-price span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.subscription-list .subscription-box .subscription-subprice {
  font-size: 26px;
  line-height: 30px;
  color: #800020;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 30px;
}
.subscription-list .subscription-box .subscription-subprice span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.subscription-list .subscription-box .plan-list {
  font-size: 14px;
  line-height: 20px;
  color: #012033;
  font-weight: 400;
  margin-bottom: 40px;
}
.subscription-list .subscription-box .plan-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.subscription-list .subscription-box .plan-list li svg {
  margin-right: 10px;
}
.subscription-list .subscription-box.active {
  background: linear-gradient(180deg, #99334D 0%, #800020 100%);
  border: 1px solid #800020;
}
.subscription-list .subscription-box.active .plan-list,
.subscription-list .subscription-box.active .subscription-price,
.subscription-list .subscription-box.active .subscription-plan {
  color: #fff;
}
.subscription-list .subscription-box .primary-btn {
  width: 100%;
}
.subscription-list .subscription-box .primary-btn.current-plan {
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  color: #800020;
}
.subscription-list.subscription-plan-list .subscription-box {
  width: 100%;
}

.language-select .select2-container {
  width: 68px !important;
}
.language-select .select2-container .select2-selection--single {
  background-color: rgba(128, 0, 32, 0.1);
  border: 1px solid #800020;
  color: #800020;
  height: 30px !important;
}
.language-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #800020;
  line-height: 18px;
  padding-right: 5px;
}
.language-select .select2-container .select2-selection--single .select2-selection__arrow {
  height: 21px;
  right: 5px;
}
.language-select .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #800020 transparent transparent transparent;
  border-width: 5px 4px 5px 4px;
}

.plans-notification {
  margin-left: 50px;
  display: flex;
}
@media (max-width: 1280px) {
  .plans-notification {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .plans-notification {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .plans-notification {
    flex-wrap: wrap;
  }
}
.plans-notification li {
  background-color: #dfdfdf;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #800020;
}
@media (max-width: 1280px) {
  .plans-notification li {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 1199px) {
  .plans-notification li {
    padding: 5px 8px;
    font-size: 11px;
    line-height: 15px;
  }
}
.plans-notification li span {
  font-weight: 500;
  color: #012033;
}
@media (max-width: 767px) {
  .plans-notification li.plan-date {
    width: calc(50% - 5px);
  }
}
@media (max-width: 991px) {
  .plans-notification li.custom-business-status {
    background-color: transparent !important;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .plans-notification li.custom-business-status .primary-btn {
    font-size: 14px;
  }
}

.gallery-edit {
  text-align: right;
}
.gallery-edit .edit-btn {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 10px !important;
  background-color: #800020 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin-left: auto;
  margin-bottom: 15px;
}

.edit-delete-btn {
  display: flex;
  justify-content: flex-end !important;
  gap: 12px;
}
.edit-delete-btn .edit-btn {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 10px !important;
  background-color: #800020 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.edit-delete-btn .delete-btn {
  height: 30px;
  width: 30px;
  min-width: 30px;
  padding: 10px !important;
  background-color: #800020 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.flor-managment .table-slide-bar .table-view-wrap {
  padding: 0;
  border: none;
}
.flor-managment .table-view-wrap .table-view-list .tables {
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
}
.flor-managment .table-view-wrap .table-view-list h5 {
  margin: 0 auto 0px;
}
.flor-managment .table-view-wrap .table-view-list .table-view-listi {
  min-height: 50px;
  min-width: inherit;
}
.flor-managment .table-view-wrap .table-view-list {
  gap: 0 5px;
}
.flor-managment .table-view-wrap .table-view-list .bar-chair {
  position: relative;
  height: 18px;
  width: 18px;
  margin-top: 39px;
  margin-left: 4px;
  margin-right: 4px;
}
.flor-managment .table-view-wrap .table-view-list .bar-chair::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  bottom: -14px;
}
.flor-managment .table-view-wrap .table-view-list .bar-chair::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  bottom: -14px;
}
.flor-managment .table-view-wrap .table-view-list .bar-chair .centerline {
  height: 15px;
  bottom: -15px;
}
.flor-managment .table-view-wrap .table-view-list .tables.square-bar {
  width: 55px;
  height: 30px;
}
.flor-managment .table-view-wrap .table-view-list .tables.rectangles {
  width: 55px;
  height: 35px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high::before {
  height: 34px;
  bottom: -31px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high::after {
  height: 34px;
  bottom: -31px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high .centerline {
  height: 34px;
  bottom: -31px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high {
  height: 18px;
  width: 18px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high::before {
  height: 15px;
  width: 2px;
  bottom: -14px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high::after {
  height: 15px;
  width: 2px;
  bottom: -14px;
}
.flor-managment .table-view-wrap .table-view-list .circle-high .centerline {
  height: 15px;
  width: 2px;
  bottom: -15px;
}
.flor-managment .table-grid {
  margin-bottom: 5px;
}
.flor-managment .table-view-wrap .table-view-list li {
  min-height: 35px;
  min-width: 35px;
}
.flor-managment .table-view-wrap .table-view-list {
  padding-bottom: 20px;
}
.flor-managment .table-box {
  margin-bottom: 5px;
  padding: 10px;
}
.flor-managment .table-box.online {
  background-color: #abebb9;
}
.flor-managment .table-box.offline {
  background-color: #ebcc9a;
}
.flor-managment .bar-char-wrap {
  margin-bottom: 22px;
}
.flor-managment .seating-count {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.flor-managment .seating-count .fa-chair {
  margin-right: 5px;
}

.rectangles-border-cricle {
  border: 1px solid #800020;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: 5px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.tables.rectangles.rectangles-border {
  position: relative;
  border: none;
  border-left: 5px solid #800020;
  border-bottom: 5px solid #800020;
  width: 160px;
  height: 160px;
}

.table-grid.drag-item.table-grid- .tables.rectangles.rectangles-border {
  width: 70px;
  height: 70px;
  border-left: 4px solid #800020;
  border-bottom: 4px solid #800020;
}
.table-grid.drag-item.table-grid- .tables.rectangles.rectangles-border .rectangles-border-cricle {
  width: 30px;
  height: 30px;
  left: 15px;
  bottom: 15px;
}

.couch-table {
  border: 0 !important;
  border-radius: 0 !important;
}
.couch-table:before {
  background: #800020;
  width: 35px;
  height: 3px;
  content: "";
  left: 0;
  position: absolute;
  border-radius: 7px;
  bottom: 0;
}
.couch-table::after {
  background: #800020;
  width: 3px;
  height: 35px;
  content: "";
  left: 0;
  position: absolute;
  border-radius: 7px;
}

#flor-seatings .table-view-list {
  display: inline;
  gap: unset;
}

.filterBox {
  width: 550px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 30px 0.375rem 0.375rem;
}

.form-checkbox-wrap .business-availability-check .check-label {
  position: relative;
  top: -6px;
  margin-bottom: 0;
}

.nav-item.dropdown.users-login.show .dropdown-menu.dropdown-menu-lg.dropdown-menu-right.show {
  height: auto;
}

.nav-item.dropdown.users-login.show .dropdown-menu.dropdown-menu-lg.dropdown-menu-right.show .dropdown-item {
  padding: 8px 12px;
}

.table-setting-check .form-check {
  position: relative;
}
.table-setting-check .form-check span {
  text-align: left !important;
  padding-right: 40px;
}
.table-setting-check .form-check.inactive .form-check-label span {
  background-color: rgba(128, 0, 32, 0.34) !important;
  color: #000 !important;
}
.table-setting-check .form-check .primary-btn.edit-seating-area {
  position: absolute;
  top: 1px;
  right: 0px;
  padding: 10px 8px;
  font-size: 13px;
  border-radius: 0 8px 8px 0;
  z-index: 1;
  height: 99%;
}

.heigh-count-chair {
  padding-top: 17px;
}

.create-wrap {
  gap: 8px;
}

#loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 4, 4, 0.5);
  z-index: 9999;
}

#loader {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
  color: #800020;
  z-index: 99999;
}

#loader:after {
  content: "";
  border: 5px solid #f3f3f3;
  border-top: 5px solid #800020;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notifications .dropdown-item {
  white-space: normal;
}

input#cover_image {
  -o-object-fit: cover;
     object-fit: cover;
}

.floor-wrap .area_inactive .seating-aeaname:after {
  background: #ccc;
}
.floor-wrap .area_active .seating-aeaname:after {
  background: greenyellow;
}
.floor-wrap .seating-areas-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.floor-wrap .seating-areas-hd .table-header {
  font-size: 14px;
  margin-bottom: 0;
}
.floor-wrap .seating-areas-hd .primary-btn {
  padding: 3px 4px;
  border-radius: 5px;
}
.floor-wrap .seating-areas-hd i.fa.fa-plus {
  font-size: 10px;
}
.floor-wrap .area-des {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.floor-wrap .area-des .primary-btn {
  padding: 0px 6px;
  border-radius: 5px;
  background: transparent;
  border: none;
}
.floor-wrap .area-des .primary-btn i {
  font-size: 12px;
  color: #000;
}
.floor-wrap .action-btn {
  display: flex;
}
.floor-wrap label.form-check-label {
  justify-content: start !important;
}
.floor-wrap .seating-aeaname {
  color: #800020;
  font-size: 12px;
  padding-left: 8px;
  position: relative;
}
.floor-wrap .seating-aeaname:after {
  background: #ccc;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 6px;
  top: 6px;
}
.floor-wrap .seating-description {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7215686275);
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
}
.floor-wrap .form-check {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 5px 5px !important;
  border-radius: 6px;
}
.floor-wrap .custom-checkbox {
  gap: 10px;
  flex-direction: column;
}
.floor-wrap .seating-area-item {
  border-radius: 5px;
  width: 100%;
}
.floor-wrap .seating-area-item.active {
  background: #800020;
}
.floor-wrap .seating-area-item.active .seating-aeaname {
  color: #fff;
}
.floor-wrap .seating-area-item.active .seating-description {
  color: #fff;
}
.floor-wrap .seating-area-item.active i {
  color: #fff;
}
.floor-wrap .seating-area-item.active .primary-btn:hover i {
  color: #ccc;
}
.floor-wrap .table-filter-wrap {
  gap: 10px;
}
.floor-wrap .floor-wrap-one {
  padding: 8px;
  width: 165px;
  max-width: 165px;
}
.floor-wrap .floor-wrap-one .seating-areas-hd {
  position: sticky;
  top: -11px;
  z-index: 1;
  background: #fff;
  padding: 4px 2px 3px 0px;
}
.floor-wrap .floor-wraper-two {
  width: 100%;
  max-width: 130px;
  padding: 11px;
  overflow: auto;
}
.floor-wrap .table-view-wrap .table-view-list {
  border: 0;
}
.floor-wrap .floor-wraper-three {
  width: 100%;
}
.floor-wrap .table-list-item {
  display: flex;
  justify-content: space-between !important;
  width: 100%;
  align-items: center;
  border: 1px solid #ddd;
  padding: 3px 4px;
  border-radius: 5px;
  margin: 5px 0;
}
.floor-wrap .table-list-item.in-floor {
  background: #ccc;
  pointer-events: none;
}
.floor-wrap .table-list-item .action-btn {
  display: flex;
  gap: 5px;
}
.floor-wrap .table-list-item .action-btn a:hover i {
  color: #800020;
}
.floor-wrap .table-list-item .action-btn i {
  color: #000;
  font-size: 10px;
}
.floor-wrap .table-list-item .seat-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.floor-wrap .table-list-item .seat-wrapper .seating-icon {
  display: flex;
}
.floor-wrap .table-list-item .seat-wrapper .seating-icon i {
  font-size: 10px;
}
.floor-wrap .table-list-item .seat-wrapper .no_chaire {
  font-size: 10px;
}
.floor-wrap .table-list-item .seat-box {
  background: #ddd;
  padding: 3px 7px;
  border-radius: 10px;
  color: #fff;
}
.floor-wrap .table-list-item .seat-box.online {
  background: #800020;
  color: #fff;
}
.floor-wrap .table-list-item .seat-box.offline {
  background: #010187;
  color: #fff;
}
.floor-wrap .table-list-item .seat-box h5 {
  font-size: 10px;
  color: #fff;
}
.floor-wrap .card-header-res {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.floor-wrap .card-header-res h3 {
  font-size: 14px;
}
.floor-wrap .card-header-res h3 span {
  color: #800020;
}
.floor-wrap .card-header-res .floor-capacity-title {
  font-size: 14px;
  font-weight: 500;
}
.floor-wrap .card-header-res #saveFloorView {
  padding: 4px 14px;
  font-size: 14px;
}
.floor-wrap #flor-seatings {
  border: none;
  box-shadow: none;
  margin: 10px 0px;
  padding: 0;
  overflow: scroll;
}

.table-type {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #000;
  text-align: center;
  padding: 2px 5px;
  margin: 2px;
}
.table-type.current-seated {
  background-color: #800020;
  color: #fff;
}
.table-type.current-seated .table_no {
  color: #fff;
}
.table-type.table-type-1 {
  border-radius: 50%;
}
.table-type.online {
  border-color: #800020;
}
.table-type.offline {
  border-color: #010187;
}
.table-type .with-clock {
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-type .with-clock .fa-clock {
  font-size: 10px;
  margin-left: 5px;
}
.table-type .table_no {
  font-size: 10px;
  font-weight: 700 !important;
  margin: 0;
}
.table-type .table-info {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}
.booking-box {
  border: 2px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px auto;
  border-radius: 10px;
  padding: 10px;
  font-size: 10px;
}
.booking-box.customer-seat {
  background-color: #800020;
  color: #fff;
}
.booking-box.customer-seat .view_booking_details {
  color: #fff !important;
}
.booking-box.customer-not-show {
  background-color: #e8d792;
  border-color: #e8d792;
}
.booking-box.customer-booking-completed {
  background: #98eb95;
}
.booking-box.customer-cancel {
  background: #e5a78a;
}
.booking-box .booking_info .table_info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.booking-box .view_booking_details i {
  font-size: 18px;
}
.booking-box .view_booking_details:hover {
  color: #800020;
}

.custom-business-status {
  background-color: #fff !important;
}

.custom-business-button {
  background-color: #71ec71;
  border: 0;
  line-height: 13px;
  border: radius 0;
}
.custom-business-button.inactive {
  background-color: #800020;
}
.custom-business-button.active {
  background-color: #71ec71;
}

.custom-business-button:hover.inactive {
  background-color: #800020;
}
.custom-business-button:hover.active {
  background-color: #71ec71;
}

.business-admin-profile .badge.badge-secondary {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: #800020;
  padding: 5px 10px;
  border-radius: 8px;
}

.notification-dropdown-wrap {
  overflow-y: unset !important;
  height: auto !important;
  width: 250px;
  padding: 0px !important;
}
.notification-dropdown-wrap .notification-dropdown {
  position: relative;
  height: auto !important;
  padding: 12px !important;
}
.notification-dropdown-wrap .notification-dropdown .notification-dropdown-list {
  height: 400px;
  overflow-y: scroll;
  padding-bottom: 50px;
}
.notification-dropdown-wrap .notification-dropdown .notification-footer {
  position: absolute;
  bottom: 0px;
  background: #800020;
  width: 100%;
  border-top: 1px solid #800020;
  left: 0;
  border-radius: 0px 0px 17px 17px;
}
.notification-dropdown-wrap .notification-dropdown .notification-footer .dropdown-footer {
  text-align: center;
  padding: 5px !important;
  color: #fff !important;
}
.notification-dropdown-wrap .notification-dropdown .notification-footer .dropdown-footer:hover {
  color: #fff !important;
}
.notification-dropdown-wrap .primary-btn {
  font-size: 12px;
  padding: 5px;
}

.reservation-header {
  display: flex;
  justify-self: center;
  align-items: center;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .reservation-header {
    padding: 10px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.reservation-header .reservation-header-item {
  display: flex;
  justify-self: center;
  align-items: center;
  margin-right: 15px;
}
.reservation-header .reservation-header-item label {
  font-size: 12px;
  margin-right: 5px !important;
  margin: 0;
}
.reservation-header .reservation-header-item .form-control {
  padding: 2px;
  font-size: 12px;
  border: 0px;
}

.booking-listing-wrap .create-wrap {
  margin: 10px;
}

.main-title-wrap {
  margin-bottom: 10px;
}

.table-footer {
  position: absolute;
  bottom: 0;
  padding: 15px 0px;
}

.dz-image-preview .dz-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #800020;
  border-radius: 20px;
}

.menu-list .dz-image-preview .restro-images img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #800020 !important;
  border-radius: 20px;
}

.reservations-view {
  height: 100vh;
  overflow: auto;
}

.modal-body .booking-details p {
  font-size: 12px;
  margin: 0;
}
.modal-body .booking-details p strong {
  font-size: 10px;
}

.setup-step .setup-btn {
  width: auto;
  background-color: #800020;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #012033;
  background-color: #012033;
  color: #fff;
  padding: 8px 14px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  align-items: center;
  justify-content: center;
}

.block-2 {
  width: 100%;
}

.card.floor-wraper-three {
  overflow: auto;
}

.table-filter-wrap.flor-managment {
  overflow: auto;
}

#calendar {
  z-index: 0;
}

.area-des .action-btn {
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-5px);
}
.area-des .action-btn .primary-btn:hover i {
  color: #800020;
}
.area-des .action-btn .primary-btn {
  padding: 0px 2px;
}
.area-des .action-btn .primary-btn i {
  font-size: 10px;
}

.block-1 {
  gap: 10px;
}

.featured-box {
  display: flex;
  align-items: center;
}
.featured-box label {
  margin-bottom: 0 !important;
}

.no-seating-area {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 0 !important;
  height: 100vh;
  width: 100%;
  background: #eaeaea;
}

.table-view-list {
  height: 100vh;
}

.table-filter-right {
  padding-right: 50px;
}

.floor-item {
  width: 20%;
}

.status-indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.status-indicator.active {
  background-color: green;
}

.status-indicator.inactive {
  background-color: grey;
}

.default-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 20px;
}

.readonly-field {
  background-color: rgba(128, 128, 128, 0.3607843137) !important; /* Grey background */
}

.reservation-from-myseat {
  display: flex;
  gap: 10px;
  align-items: center;
}
.reservation-from-myseat label {
  margin-bottom: 0 !important;
}

#staffFilter {
  width: 100%;
}

#roleFilter {
  width: 100%;
}

.business-profile-address {
  padding-top: 20px;
}
.business-profile-address .text-muted {
  margin-bottom: 8px;
}

.description-add {
  padding-top: 18px;
}

.profile-update .badge.badge-secondary {
  font-size: 12px !important;
  padding: 0px 9px !important;
}

.details-edit {
  display: flex;
  align-content: center;
  justify-content: start;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #F6F6F6;
}
.details-edit .edit-btn {
  margin-bottom: 0 !important;
}

.personal-details-edit .text-muted {
  margin-bottom: 8px;
}

.seating-table-head {
  position: sticky;
  top: 0px;
  z-index: 1;
  background: #fff;
  padding: 0px 2px 3px 4px;
}

.floor-view-wraper {
  overflow: hidden !important;
}
.floor-view-wraper .table-slide-bar {
  max-height: 609px !important;
  height: 100% !important;
  overflow-y: auto;
  padding-right: 10px; /* Adds space on the right side for the scrollbar */
}
.floor-view-wraper .table-slide-bar:-webkit-scrollbar {
  width: 8px; /* Adjusts the width of the scrollbar */
}
.floor-view-wraper .table-slide-bar::-webkit-scrollbar-thumb {
  background-color: #888; /* Scrollbar color */
  border-radius: 4px;
}
.floor-view-wraper .table-slide-bar::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Hover effect on scrollbar */
}

.business-title:hover {
  color: #000 !important;
}

.category-lable {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bussiness-update-pro {
  border-bottom: 1px solid #F6F6F6;
  border-top: 1px solid #F6F6F6;
  padding: 11px 0;
  margin: 11px 0;
}

.business-edit-col {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: 17px;
  border-radius: 20px;
  height: 100%;
}

.bus-details-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 5px !important;
  margin-bottom: 18px;
}
.bus-details-title .gallery-edit .edit-btn {
  margin-bottom: 0;
}

.business-profile-box {
  border-radius: 10px !important;
}
.business-profile-box .profile-user-img {
  margin: 0 0 0 15px;
  border-radius: 10px !important;
}
.business-profile-box .profile-head.custom-bg {
  justify-content: start;
  flex-direction: row;
  gap: 15px;
  height: 111px;
}

.business-deatils-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  padding: 17px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bus-image-title .profile-username.text-center {
  margin-top: -6px !important;
}

.slot-error, .business-slot-error, .booking-slot-error {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #dc3545 !important;
}

.bussiness-count {
  height: 100%;
}
.bussiness-count .card-header p {
  margin: 0;
}
.bussiness-count p {
  font-size: 14px;
  line-height: 25px;
}
.bussiness-count .small-box {
  height: 100%;
  max-height: 238px;
  border-radius: 18px;
  overflow: hidden;
}
.bussiness-count .inner {
  text-align: center;
  height: 100%;
  padding: 0;
}
.bussiness-count #totalBookingsCycle {
  font-weight: 500;
  font-size: 30px;
  height: 72%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.business-statistics-title {
  margin-top: 5px;
}

.booking-cancel-btn:active {
  background-color: #800020;
  border-color: #800020;
}

#todaysBookingDiv {
  max-height: 690px;
  overflow: auto;
  height: 100%;
}
#todaysBookingDiv::-webkit-scrollbar {
  width: 1px;
}
#todaysBookingDiv::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#todaysBookingDiv::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.text-orange {
  background-color: #FF8C00;
}

.text-orange p {
  color: #fff !important;
}

.table-type.current-walkin-seated {
  background-color: #f3e7e9;
  color: #fff;
}

.table-wrapper-seating-view {
  position: absolute; /* REQUIRED */
  cursor: pointer;
}

.clock-tooltip {
  position: absolute;
  top: -32px; /* adjust based on UI */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
}

.table-wrapper-seating-view:hover .clock-tooltip {
  display: block;
}

.tooltip-text {
  background: #f4c430; /* yellow for upcoming */
  color: #000;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.reservation-table-wrap .deals-reject-btn i {
  margin-top: 3px;
}

.gap-2 {
  gap: 10px;
}

.availability-slot:not(:last-child) {
  margin-bottom: 10px;
}

.iti {
  display: block;
}

.iti__flag-container {
  max-height: 36px;
}

@media (max-width: 1200px) {
  .subscription-list .subscription-box {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .card.floor-wraper-three {
    min-width: 500px;
  }
}
@media (max-width: 640px) {
  .business-availability > .row {
    display: block;
  }
  .business-availability > .row > div {
    max-width: 100%;
  }
  .subscription-list .subscription-box {
    width: 100%;
  }
}
.up-rev {
  margin: 0 auto;
  width: 96%;
  padding: 0px 5px;
}/*# sourceMappingURL=style.css.map */