@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;
  overflow: hidden;
}

.content-wrapper {
  background-color: #fff;
  overflow: auto;
  height: 100vh !important;
  min-height: auto !important;
}

.content-wrapper {
  padding-top: 56px;
  border-top: 0;
  color: #000;
}
.content-wrapper > .content {
  padding: 0 !important;
}
.content-wrapper > .content .main-content {
  min-height: calc(100vh - 108px);
}
@media (max-width: 400px) {
  .content-wrapper > .content .main-content {
    min-height: calc(100vh - 128px);
  }
}

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: 35.47px;
  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;
  }
}

.modal-body * {
  word-break: break-all !important;
}
.modal-body table {
  width: auto !important;
  display: block !important;
  overflow: auto !important;
}

.wrap-content > table {
  width: auto !important;
  display: block !important;
  overflow: auto !important;
}

.nav-sidebar .nav-link p {
  text-transform: capitalize;
}

.btn-success {
  line-height: normal;
  border-radius: 25px;
}

.primary-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #051F30;
  background-color: #051F30;
  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: #5570F1;
  border-color: #fff;
}
.primary-btn:hover span svg {
  stroke: #fff;
}

.secondary-btn {
  width: 100%;
  margin-top: 22px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #fff;
  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: #A55000;
  border-color: #A55000;
}
.secondary-btn:hover span svg {
  stroke: #fff;
}

.cancel-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #051F30;
  background-color: #fff;
  color: #051F30;
  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 {
  margin-right: 10px;
}
.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: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: #051F30;
  border: 1px solid #051F30;
  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;
  margin-right: 5px;
}
.create-btn svg line {
  transition: all 0.3s ease;
}
.create-btn:hover {
  background-color: #ffffff;
  color: #051F30;
}
.create-btn:hover svg line {
  stroke: #051F30;
}

.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: #051F30;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  width: 260px;
  border-radius: 17px;
  height: 33px;
  width: 100%;
}
.common-filter .common-search .form-control:focus {
  border: 1px solid #051F30;
  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;
}
.main-header .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main-header .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: #051F30;
}
.main-header .nav-item .nav-link:hover {
  color: #051F30;
}
.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: #5570F1;
  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: #5570F1;
  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: #fff;
  background-color: #000000;
}
.main-header .nav-item.notifications .nav-link .navbar-badge {
  right: -10px;
  top: -6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: normal;
  font-size: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b72929;
}
.main-header .nav-item.notifications .dropdown-menu {
  width: 270px;
}
.main-header .nav-item.users-login .nav-link {
  color: #fff;
  background-color: #051F30;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.main-header .nav-item.show .dropdown-menu {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid #DFE2EA;
  top: 40px;
}
@media (max-width: 767px) {
  .main-header .nav-item.show .dropdown-menu {
    padding: 10px;
    border-radius: 12px;
    top: 30px;
  }
}
.main-header .nav-item.show .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(85, 112, 241, 0.3);
}
.main-header .nav-item.show .dropdown-menu .dropdown-item {
  color: #051F30;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
}
.main-header .nav-item.show .dropdown-menu .dropdown-item:hover, .main-header .nav-item.show .dropdown-menu .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: rgba(85, 112, 241, 0.1);
}
@media (max-width: 767px) {
  .main-header .nav-item.show .dropdown-menu .dropdown-item {
    padding: 5px 8px;
  }
}

.main-sidebar {
  background-color: #F6F6F6;
}
.main-sidebar .brand-link {
  color: #051F30;
}
.main-sidebar .brand-link .brand-image {
  margin-top: 0;
  line-height: normal;
  float: none;
  max-height: 34px;
}
.main-sidebar .brand-link .brand-image.collapsed {
  display: none;
}
.main-sidebar .brand-link span {
  font-weight: 500 !important;
}
.main-sidebar .brand-link:hover {
  color: #051F30;
}
.main-sidebar:hover .brand-image {
  display: block !important;
}
.main-sidebar:hover .brand-image.collapsed {
  display: none !important;
}
.main-sidebar .os-content {
  padding: 12px 0 0 15px !important;
}
.main-sidebar .nav-item .nav-link {
  display: flex;
  gap: 4px;
  font-size: 13px;
  line-height: 18px;
  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: #FB8200;
  color: #fff;
}
.main-sidebar .nav-item .nav-link i {
  font-size: 16px !important;
}

.dropdown-header {
  color: #051F30;
}

.sidebar-mini.sidebar-collapse .main-header .navbar-nav .nav-item .nav-link.toggle-icon img {
  transform: rotate(180deg);
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-image {
  display: none;
}
.sidebar-mini.sidebar-collapse .main-sidebar .brand-image.collapsed {
  display: block;
}
.sidebar-mini.sidebar-collapse .main-footer {
  margin-left: 0 !important;
}

.main-footer {
  background-color: #F6F6F6;
  font-size: 14px;
  line-height: 20px;
  color: #051F30;
  text-align: center;
  border-top: 0px;
  margin-top: 0;
  margin-left: 0 !important;
  border-radius: 20px 20px 0 0;
}
.main-footer strong {
  font-weight: 500;
}
.main-footer strong a {
  font-weight: 600;
  color: #FB8200;
}
.main-footer strong a:hover {
  text-decoration: none;
}

.content-header {
  padding: 0;
}

.main-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  padding-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;
}
@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: #5570F1;
  border-radius: 20px;
  padding: 6px 20px !important;
}
@media (max-width: 991px) {
  .card-primary:not(.card-outline) > .card-header {
    border-radius: 12px;
    padding: 6px 18px !important;
  }
}

.select2-container .select2-selection--single {
  height: 38px !important;
  font-size: 14px;
  line-height: 17px;
  color: #051F30;
  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: #051F30;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #FB8200;
}

label {
  font-size: 14px;
  line-height: 17px;
  color: #051F30;
  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 #051F30;
  box-shadow: none;
}

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

.error-msg-font-size {
  font-weight: 400 !important;
  display: block;
  margin-top: 6px;
}

.common-form-wrap .form-group label {
  font-size: 13px;
  line-height: 17px;
  color: #051F30;
  font-weight: 500;
  margin-bottom: 10px;
}
.common-form-wrap .form-group .password-input {
  position: relative;
}
.common-form-wrap .form-group .password-input .eyes-icon {
  position: absolute;
  left: auto;
  right: 12px;
  top: 4px;
  cursor: pointer;
}
.common-form-wrap .form-group .form-control {
  font-size: 14px;
  line-height: 17px;
  color: #051F30;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 8px;
}
.common-form-wrap .form-group .form-control:focus {
  border: 1px solid #051F30;
}
.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 .password-input .form-control {
  padding-right: 42px;
}
.common-form-wrap .form-group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.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: pointer;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered {
  padding-right: 26px;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-search .select2-search__field {
  width: 100% !important;
  cursor: pointer;
}
.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);
  font-size: 14px;
}
.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);
  font-size: 14px;
}
.common-form-wrap .form-group .select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  color: #5570F1;
  background-color: rgba(85, 112, 241, 0.1);
  border: 1px solid #5570F1;
  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;
  white-space: normal;
}
.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: #5570F1; /* Change border color when selected */
  background-color: #5570F1; /* 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%;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
}
.common-form-wrap .form-group.form-checkbox-wrap .form-checkbox {
  display: flex;
  align-items: center;
}
.common-form-wrap .form-group.form-checkbox-wrap .form-check.form-checkbox .form-check-label {
  padding-left: 8px;
  line-height: normal;
  margin-bottom: 0;
}
.common-form-wrap .form-group.form-checkbox-wrap input[type=checkbox] {
  margin-right: 8px;
  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: #5570F1; /* Change border color when selected */
  background-color: #5570F1; /* 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 .form-control.error {
  font-size: 14px !important;
  line-height: 17px !important;
  color: #051F30 !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: 90px;
  width: 90px;
  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-preview {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
.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.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: #5570F1;
  background-color: #fff;
  border-radius: 50%;
}

.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: #5570F1;
  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;
  margin-left: 2px;
}
.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: #5570F1;
  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;
}
@media screen and (max-width: 767px) {
  .login-box-wrap {
    flex-direction: column;
  }
}

.card-top img {
  filter: brightness(0) invert(1);
}

.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;
  text-decoration: underline;
}
.forgot-btn:hover {
  color: #FB8200;
  text-decoration: underline;
}

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

.from-wrapper {
  width: 40%;
  height: 100vh;
  position: relative;
  background: #051F30;
  display: flex;
  align-items: center;
  border-radius: 0 60px 60px 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .from-wrapper {
    width: 100%;
    border-radius: 0;
  }
}

.my-seat-admin-login-wrap {
  width: 100%;
  display: flex;
}
.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;
  margin-bottom: 14px;
  position: relative;
  /* For Firefox */
}
.card-body-wrapper .input-wrap span.eyes-icon {
  position: absolute;
  left: auto;
  right: 20px;
  top: 7px;
  color: #fff;
  cursor: pointer;
  z-index: 3;
}
.card-body-wrapper .input-wrap span.eyes-icon svg {
  fill: #fff;
}
.card-body-wrapper .input-wrap span.eyes-icon svg path {
  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::-moz-placeholder {
  color: #fff;
}
.card-body-wrapper .input-wrap input::placeholder {
  color: #fff;
}
.card-body-wrapper .input-wrap input:focus {
  border: 1px solid #fff;
}
.card-body-wrapper .input-wrap input:-webkit-autofill {
  background-color: transparent !important;
  color: #fff !important; /* Change this to the desired text color */
  -webkit-transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
.card-body-wrapper .input-wrap input:-moz-autofill {
  background-color: transparent !important;
  color: #fff !important; /* Change this to the desired text color */
}
.card-body-wrapper .input-wrap label {
  width: 100%;
  color: #FFFFFF;
  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;
  padding-right: 42px;
}
.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(60% + 100px);
  margin-left: -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;
  position: relative;
}
@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;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -4px;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
  border-color: #FB8200;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):focus + input[type=hidden] + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):focus + label::before {
  border-color: inherit;
}

.icheck-primary > input:first-child:checked:hover + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked:hover + label::before,
[class*=icheck-] > input:first-child:checked:hover + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked:hover + label::after {
  border-color: #FB8200;
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
  top: -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: #5570F1;
  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: #5570F1;
}
.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(85, 112, 241, 0.5);
  background-color: rgba(85, 112, 241, 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: #5570F1;
}
.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: #5570F1;
  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: #5570F1;
}
.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 #051F30;
}

.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: #5570F1 !important;
  border-color: #5570F1;
}
.radio-tabs label span {
  font-size: 18px;
  line-height: 26px;
  color: #fff !important;
  padding: 10px 12px;
  background-color: #5570F1;
  border: 1px solid #5570F1;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.radio-tabs label span:hover {
  background-color: #fff;
  color: #5570F1 !important;
  border-color: #5570F1;
}

.menu-tabs .tab-pane {
  width: 100%;
}
.menu-tabs .main-title {
  font-size: 24px !important;
  line-height: 28px;
  font-weight: 600 !important;
  color: #5570F1;
  text-align: center;
  margin-bottom: 10px;
}
.menu-tabs .images-wrap {
  padding: 30px 20px;
  border-radius: 20px;
  background-color: rgba(85, 112, 241, 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: #5570F1;
}
.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 #5570F1;
  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 #5570F1;
  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 #5570F1;
  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(85, 112, 241, 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;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.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 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 {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
  background-position: center;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button .page-link:hover {
  color: #FB8200;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button .page-link:focus {
  box-shadow: none !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active .page-link {
  background-color: #FB8200;
  color: #ffffff;
  cursor: default;
}
.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 .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;
}
.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);
}

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 10px;
  border-radius: 8px;
  line-height: normal;
}

.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: #5570F1;
  background-color: #5570F1;
}
.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: #051F30;
  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: #5570F1;
  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: #5570F1;
}
.custom-tabs .card-body .tab-content .tab-pane strong {
  font-size: 14px;
  line-height: 24px;
  color: #051F30;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.custom-tabs .card-body .tab-content .tab-pane p {
  font-size: 14px;
  line-height: 24px;
  color: #051F30;
  font-weight: 400;
  display: inline-block;
}
.custom-tabs .card-body .tab-content .tab-pane .badge.badge-secondary {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: #5570F1;
  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 #5570F1;
}
.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: 160px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.profile-box .box-profile .profile-head .profile-user-img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 2px;
}
.profile-box .box-profile .profile-head .profile-username {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.profile-box .box-profile .list-group {
  padding: 10px;
  margin-bottom: 0;
}
.profile-box .box-profile .list-group .list-group-item {
  padding: 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: 16px;
  line-height: 24px;
  color: #051F30;
  font-weight: 500;
}
.profile-box .box-profile .list-group .list-group-item a {
  font-size: 14px;
  line-height: 24px;
  color: #051F30 !important;
  font-weight: 400;
}
.profile-box .box-profile .list-group .list-group-item a:hover {
  color: #5570F1 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  box-shadow: none;
  height: 35px !important;
  font-size: 14px;
  line-height: 17px;
  color: #051F30;
  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: #5570F1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  border-color: #5570F1;
}
.deals-reject-btn:hover {
  background-color: #5570F1;
  border-color: #5570F1;
}

/* SIDE CONTENT */
.side-container {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
}
.side-container .side-box {
  background-color: rgba(38, 38, 38, 0.6);
  -webkit-backdrop-filter: blur(10px);
          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: #fff;
  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: #5570F1;
  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;
  overflow-x: hidden;
}
.side-container .side-content .common-form-wrap .form-group label {
  color: #fff;
}
.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: #5570F1;
  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: #051F30;
}
.swal2-container .swal2-confirm {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #051F30;
  background-color: #051F30 !important;
  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;
}
.swal2-container .swal2-confirm svg {
  transform: rotate(180deg);
  stroke: #000000;
  margin-left: 10px;
}
.swal2-container .swal2-confirm:hover {
  color: #FFFFFF;
  background-color: #5570F1 !important;
  border-color: #fff;
}
.swal2-container .swal2-confirm:hover span svg {
  stroke: #fff;
}
.swal2-container .swal2-confirm:focus {
  box-shadow: none;
}
.swal2-container .swal2-cancel {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border: 1px solid #051F30;
  background-color: #fff !important;
  color: #051F30;
  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;
}
.swal2-container .swal2-cancel svg {
  margin-right: 10px;
}
.swal2-container .swal2-cancel 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;
}
.swal2-container .swal2-cancel:hover {
  color: #fff;
  background-color: #000000 !important;
  border-color: #fff;
}
.swal2-container .swal2-cancel:hover svg path {
  stroke: #fff;
}

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

.profile-status .status {
  padding: 0px 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: #cf0f3f;
  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: #5570F1;
  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: calc(50% - 10px);
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  background-color: rgba(85, 112, 241, 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: #5570F1;
  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: #051F30;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}

.form-field.form-group .cms-content {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 14px;
  color: #6c757d;
}

.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: #051F30;
  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: #5570F1;
}
.table-filter-wrap .table-filter-left .table-footer a {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  line-height: 21px;
  color: #051F30;
  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: #051F30;
}
.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: 20px;
  margin-bottom: 30px;
}
@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;
  min-width: 80px;
}
@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: #5570F1 !important;
  padding: 7px 12px;
  background-color: #fff;
  border: 1px solid #5570F1;
  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: #5570F1;
  color: #fff !important;
  border-color: #5570F1;
}
.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: #5570F1;
  color: #fff !important;
  border-color: #5570F1;
}
.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;
  height: calc(100vh - 372px);
  overflow: auto;
}
.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: #5570F1;
}
.table-view-wrap .table-view-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 70px;
}
@media (max-width: 1440px) {
  .table-view-wrap .table-view-list {
    gap: 50px;
    margin-bottom: 30px;
  }
}
@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: 130px;
  }
}
@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: #5570F1;
}
.table-view-wrap .table-view-list h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #5570F1;
  text-align: center;
  margin: 0 auto 12px;
}
.table-view-wrap .table-view-list .tables {
  position: relative;
  border: 1px solid #5570F1;
  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: #051F30;
}
.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: #051F30;
}
.table-view-wrap .table-view-list .tables.checked .table-change .icon:hover {
  color: #5570F1;
}
.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);
  -webkit-backdrop-filter: blur(10px);
          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(85, 112, 241, 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: #5570F1;
}
.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: #5570F1;
  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: #5570F1;
  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: #5570F1;
  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 #5570F1;
  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: #5570F1;
  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: #5570F1;
  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: #5570F1;
  border-radius: 5px;
}

.preloader {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 100vh;
  width: 100%;
  transition: height 0.2s linear;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.preloader img {
  filter: brightness(0) saturate(100%) invert(52%) sepia(73%) saturate(1743%) hue-rotate(0deg) brightness(99%) contrast(105%);
}

.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: #051F30;
  font-weight: 500;
  margin-bottom: 10px;
}
.subscription-list .subscription-box .subscription-price {
  font-size: 38px;
  line-height: 44px;
  color: #051F30;
  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: #5570F1;
  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: #051F30;
  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%, #5570F1 100%);
  border: 1px solid #5570F1;
}
.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: #5570F1;
}
.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(85, 112, 241, 0.1);
  border: 1px solid #5570F1;
  color: #5570F1;
  height: 30px !important;
}
.language-select .select2-container .select2-selection--single .select2-selection__rendered {
  color: #5570F1;
  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: #5570F1 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;
  }
}
.plans-notification li {
  background-color: #dfdfdf;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5570F1;
}
@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: #051F30;
}

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

.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: #5570F1 !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: #5570F1 !important;
  border-radius: 50% !important;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.new-card-body-cls-adding-table .dataTables_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.new-common-search-filter-cls-adding-here {
  gap: 0px 5px;
  align-items: center;
  padding-left: 3px;
  justify-content: space-between;
  padding-right: 15px;
  flex-wrap: wrap;
}

.new-common-search-filter-cls-adding-here .new-common-mb-cls-adding-here {
  display: block;
  margin-bottom: 15px;
  min-width: 30%;
}

.export-btn-cls-adding-here {
  margin-top: 14px;
}

.new-card-box-cls-adding-type-here-all {
  margin-left: -12px;
}

.note-label-cls-adding {
  background: #e7e7ff;
  padding: 5px 8px 0 8px;
}

.note-label-cls-adding {
  background: #e9edff;
  padding: 5px 8px 5px 8px;
  border-left: 2px solid #5570F1;
  margin-bottom: 15px;
}

.note-label-cls-adding label {
  margin-bottom: 0px;
  font-size: 14px;
}

.new-table-display-table-added-cls-adding-here .new-table-cls-adding-blocking-type-here {
  display: block;
}

.new-notification-cls-adding .new-notification-cls-primary .select2-selection {
  height: -moz-fit-content !important;
  height: fit-content !important;
  min-height: 35px !important;
}

.date-range-all-filter-cls-adding-all {
  max-width: 29%;
}

@media only screen and (max-width: 1224px) {
  .new-common-search-filter-cls-adding-here {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
  }
  .new-card-box-cls-adding-type-here-all {
    margin-top: 15px;
  }
  .date-range-all-filter-cls-adding-all {
    min-width: 29%;
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .new-common-search-filter-cls-adding-here {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
}/*# sourceMappingURL=style.css.map */