li {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

.wrapper {
  min-height: 100vh;
  padding-bottom: 50px;
  position: relative;
}

.container, .container-fluid {
  margin-inline: auto;
}

.primary-button {
  background: #191c47 !important;
  border: 1px solid #191c47 !important;
  color: #fff !important;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: auto;
  display: block;
}
.primary-button:hover {
  color: #fff;
  background: #191c47;
}

.secondary-button {
  background: #fff;
  border: 1px solid #191c47;
  color: #191c47;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: auto;
  display: block;
}
.secondary-button.active-btn {
  color: #fff;
  background: #191c47;
}

.removeScroll {
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.removeScroll::-webkit-scrollbar {
  width: 0;
}

.h-300 {
  height: 300px;
}

.pg-popup .modal-title {
  font-size: 16px;
  font-weight: 600;
  color: #191c47;
}
.pg-popup .modal-dialog {
  transform: translateY(-50%) !important;
  top: 50%;
}

.dropdown-toggle::after {
  display: none;
}

.upload-input input::file-selector-button {
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border: none;
  background: #191c47;
  position: relative;
  margin-top: -6px;
  margin-left: -20px;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: -6px;
}
.upload-input input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #080809;
}

header {
  transition: 0.5s all;
  z-index: 111;
}

.control-form select,
.control-form .select2-container {
  width: 100% !important;
  border: 1px solid #d1d1d1;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #191c47;
  background: none;
  border-radius: 6px;
}
.control-form select .select2-selection--multiple,
.control-form .select2-container .select2-selection--multiple {
  border: none !important;
}

.select2-results .select2-results__options li {
  background: none !important;
  color: #696767 !important;
  border-bottom: 1px solid #d1d1d1;
}
.select2-results .select2-results__options li:last-child {
  border-bottom: none;
}

.emty-div:empty {
  display: none;
}

.select2-selection__rendered li {
  background: #191c47 !important;
  color: #fff;
  border-color: #191c47 !important;
  font-size: 14px;
  text-transform: capitalize;
  font-stretch: condensed;
}
.select2-selection__rendered li button {
  color: #fff !important;
}
.select2-selection__rendered li button:hover {
  background: #191c47 !important;
}

.table-responsive {
  border-radius: 10px 10px 0 0;
}
.table-responsive:has(.row-item .dropdown-toggle.show) {
  overflow-x: clip;
}

.my-status {
  position: relative;
  padding-left: 20px;
}
.my-status::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.my-status.red {
  color: red;
}
.my-status.red::before {
  background-color: red;
}
.my-status.gray {
  color: #696767;
}
.my-status.gray::before {
  background-color: #696767;
}
.my-status.green {
  color: green;
}
.my-status.green::before {
  background-color: green;
}
.my-status.orange {
  color: orange;
}
.my-status.orange::before {
  background-color: orange;
}
.my-status.progres {
  color: #03bbbb;
}
.my-status.progres::before {
  background-color: #03bbbb;
}
.my-status.black-light {
  color: #696767;
}
.my-status.black-light::before {
  background-color: #696767;
}

.status-inner p {
  font-size: 14px;
  color: #191c47;
  margin-bottom: 0;
  line-height: 25px;
  font-weight: 600;
}
.status-inner .switch {
  width: 50px;
  height: 20px;
  position: relative;
}
.status-inner .switch input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.status-inner .switch .slider {
  width: 100%;
  background-color: #d1d1d1;
  display: block;
  height: 100%;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.status-inner .switch .slider:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -8px);
  border-radius: 50%;
  transition: 0.5S all;
}
.status-inner .switch input:checked + .slider {
  background-color: #2196F3;
}
.status-inner .switch input:checked + .slider:before {
  content: "";
  transform: translate(100%, -8px);
}

table {
  margin-bottom: 0 !important;
}
table tr td, table tr th {
  font-size: 12px;
  color: rgb(137, 154, 179);
}
table tr td .propty-img, table tr th .propty-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
table tr td .propty-img.w-30px, table tr th .propty-img.w-30px {
  width: 30px;
  height: 30px;
}
table tr td .propty-img img, table tr th .propty-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
table tr th {
  padding-block: 20px !important;
  color: #191c47;
  white-space: pre;
}
table tr:last-child td {
  border-bottom: none;
}

.card {
  width: 100%;
}
.card .card-status {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #191c47;
}
.card .right-box span, .card .right-box a {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: rgb(137, 154, 179);
}
.card .action-buttons {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}

.control-form {
  position: relative;
}
.control-form label {
  font-size: 14px;
  color: #191c47;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.control-form input, .control-form select, .control-form textarea {
  width: 100%;
  padding: 6px 16px;
  font-size: 14px;
  color: #191c47;
  font-weight: 400;
  border: 1px solid rgb(137, 154, 179);
  border-radius: 6px;
}
.control-form .searchloc-btn {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  width: 30px;
}
.control-form textarea {
  resize: none;
  height: 100px;
  text-align: left;
}
.control-form > .date {
  position: relative;
}
.control-form > .date .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #191c47;
  color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 14px;
}
.control-form:has(.searchloc-btn) > input {
  padding-left: 34px;
}

.social-media-list {
  margin-top: 10px;
}
.social-media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 50%;
  transition: 0.3s all linear;
}

.edit-btn-box {
  margin-top: 20px;
}
.edit-btn-box button {
  color: #fff;
  background-color: #191c47;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  border: 1px solid transparent;
  padding: 10px;
  border-radius: 10px;
}
.edit-btn-box button:hover {
  color: #191c47;
  border-color: #191c47;
  background-color: transparent;
}

.popup-box .modal-dialog {
  transform: translateY(-50%) !important;
  top: 50%;
  max-width: 800px;
}
.popup-box .modal-dialog .modal-header {
  position: relative;
}
.popup-box .modal-dialog .modal-header .modal-title {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #191c47;
}
.popup-box .modal-dialog .modal-header .close {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: none;
  color: #191c47;
  border-radius: 50%;
  border: 1px solid #191c47;
  transform: translateY(-50%);
}

.breadcrumb-list li a {
  color: rgb(137, 154, 179);
  font-size: 12px;
  position: relative;
  font-weight: 400;
  padding-left: 16px;
}
.breadcrumb-list li a::before {
  content: "\f285";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.breadcrumb-list li a.current-page {
  color: #191c47;
}
.breadcrumb-list li:first-child a {
  padding-left: 0;
}
.breadcrumb-list li:first-child a::before {
  display: none;
}

.fliterAsidebar {
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 111;
  height: 100%;
  width: 450px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 40px 20px;
  transition: 0.5s linear;
}
.fliterAsidebar .close {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #666;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  border-radius: 100%;
}

.check-box {
  width: fit-content;
  position: relative;
}
.check-box input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
}
.check-box label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.check-box label::before {
  content: "\f633";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #191c47;
  font-family: "bootstrap-icons" !important;
  font-size: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.check-box input:checked + label::before {
  font-size: 14px;
  background-color: #191c47;
  color: #fff;
}

.check-btn {
  width: fit-content;
  position: relative;
}
.check-btn input {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
}
.check-btn label {
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  color: rgb(137, 154, 179);
}
.check-btn input:checked + label {
  color: #fff;
  background-color: #191c47;
  border-color: transparent;
}

.text-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.ck-blurred {
  height: 350px;
}

.slideMenu aside.mainAsidebar {
  max-width: 100px;
  left: 0;
}
.slideMenu aside.mainAsidebar ul li a .title {
  font-size: 0;
}
.slideMenu header, .slideMenu footer.userFooter {
  left: 100px;
  max-width: calc(100% - 100px);
}
.slideMenu main {
  margin-left: 100px !important;
  max-width: calc(100% - 100px) !important;
}

.counter-input {
  appearance: textfield;
  -moz-appearance: textfield;
}
.counter-input::-webkit-inner-spin-button, .counter-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.select-radio, .select-checkbox {
  position: relative;
}
.select-radio input, .select-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.select-radio label, .select-checkbox label {
  border: 1px solid #d1d1d1;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #191c47;
}
.select-radio label img, .select-checkbox label img {
  width: auto;
  display: block;
  margin-inline: auto;
  height: auto;
  object-fit: cover;
}
.select-radio input:checked + label, .select-checkbox input:checked + label {
  border-color: #191c47;
}

.tabs-list-box {
  column-gap: 20px;
}
.tabs-list-box li a {
  color: #191c47;
  border: 1px solid #191c47;
  border-radius: 5px;
  padding: 6px 10px;
}
.tabs-list-box li a.active {
  background-color: #191c47 !important;
  color: #fff !important;
}

.d-grid {
  display: grid;
  align-content: baseline;
}
.d-grid.grid-one {
  grid-template-columns: minmax(0, 1fr);
}
.d-grid.grid-350-one {
  grid-template-columns: minmax(0, 350px) minmax(0, 1fr);
}
.d-grid.grid-two-min {
  grid-template-columns: max-content max-content;
}
.d-grid.grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.d-grid.grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  .d-grid.grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.d-grid.grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.d-grid.grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 2300px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 2000px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (max-width: 1599px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1399px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 599px) {
  .d-grid.grid-five {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.d-grid.grid-six {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 2300px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
@media (min-width: 2000px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (max-width: 1599px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1399px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 599px) {
  .d-grid.grid-six {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.d-grid .w-full {
  grid-column-start: 1;
  grid-column-end: -1;
}

.radio-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-btn input:checked ~ .checkmark {
  background-color: #191c47;
}
.radio-btn input:checked ~ .checkmark:after {
  display: block;
}
.radio-btn:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-btn .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #dddcdc;
  border-radius: 50%;
  transform: translateY(-50%);
}
.radio-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.mobile-icon {
  margin-inline: auto;
  width: 60px;
  text-align: center;
  border-radius: 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background-color: #191c47;
}

.login-mobile-main {
  width: 100%;
  max-width: 60%;
  margin-inline: auto;
}
.login-mobile-main .login-filed {
  display: grid;
  grid-template-columns: minmax(0, 100px) minmax(0, 1fr);
}
.login-mobile-main .control-form select {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 40px;
}
.login-mobile-main .control-form input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
}

.or-login-btn a {
  display: block;
  width: 100%;
  border: 1px solid rgb(137, 154, 179);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(137, 154, 179);
}
.or-login-btn a i {
  color: #191c47;
}

.form-h-340 {
  height: 340px;
}

.status-dactive {
  position: relative;
}
.status-dactive::after {
  content: "Not Available";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6705882353);
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(32, 26, 26, 0.568627451);
  font-weight: 600;
  font-size: 25px;
}

.rating-view {
  position: absolute;
  right: 10px;
  top: 18px;
  background: green;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 12px;
}

.product-info p {
  font-size: 14px;
  margin-bottom: 15px;
}

.badge-red {
  background-color: #fcd2d2;
  color: #c62828;
}

.badge-blue {
  background-color: #e0ecff;
  color: #1565c0;
}

.badge-purple {
  background-color: #f3e8ff;
  color: #6a1b9a;
}

.borderAll-1 {
  border: 1px solid rgb(137, 154, 179);
}
.borderAll-1.active {
  border-color: #191c47;
}

.variat-box {
  padding: 10px;
  border-radius: 10px;
}
.variat-box h6 {
  font-size: 16px;
  color: #191c47;
  font-weight: 600;
}
.variat-box p {
  font-size: 14px;
  color: rgb(137, 154, 179);
  font-weight: 400;
  margin-bottom: 0;
}
.variat-box .price-variat {
  position: absolute;
  right: 20px;
  top: 13px;
}
.variat-box .price-variat h6 {
  margin-bottom: 0;
}

.user-50 {
  width: 50px;
  height: 50px;
  background-color: #03bbbb;
  border-radius: 50%;
}
.user-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border-radius: 50%;
}

.user-100 {
  width: 100px;
  height: 100px;
  background-color: #03bbbb;
  border-radius: 50%;
}
.user-100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border-radius: 50%;
}

.userName h6 {
  font-size: 16px;
  font-weight: 600;
  color: #191c47;
}
.userName p {
  font-size: 14px;
  font-weight: 400;
  color: rgb(137, 154, 179);
}

.action-button-list-box button {
  height: fit-content;
  background: none;
  border: 1px solid #d1d1d1;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #d1d1d1;
}

.property-heaing-box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #191c47;
}

.del-img {
  position: relative;
}
.del-img .edit-img {
  position: absolute;
  top: 0;
  left: 6px;
}

.edit-img, .actionBut, #updatePage, .amenitiesEdit, .addNewImg {
  display: none;
}

.editFild {
  border: none;
  pointer-events: none;
  resize: none;
  appearance: none;
}

select.editFild {
  background: none;
}

.editFild + span {
  pointer-events: none;
}
.editFild + span .select2-selection__clear {
  display: none;
}
.editFild + span .select2-selection {
  border-color: transparent;
}
.editFild + span .select2-selection ul > li {
  background: none !important;
  border-color: transparent !important;
  font-size: 14px;
  color: rgb(137, 154, 179);
  font-weight: 500;
  padding-left: 0 !important;
}
.editFild + span .select2-selection ul > li > button {
  display: none;
}

.editForm .edit-img, .editForm .actionBut, .editForm #updatePage, .editForm .amenitiesEdit, .editForm .addNewImg {
  display: block;
}
.editForm .editFild {
  border: 1px solid #d1d1d1;
  pointer-events: all;
  appearance: inherit;
}
.editForm .editFild + span {
  pointer-events: all;
}
.editForm .editFild + span .select2-selection__clear {
  display: block;
}
.editForm .editFild + span .select2-selection {
  border-color: #d1d1d1;
}
.editForm .editFild + span .select2-selection ul > li {
  background: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
  color: #000;
  padding-left: 20px !important;
}
.editForm .editFild + span .select2-selection ul > li > button {
  display: block;
}

#addNewAmenities .selectpicker {
  display: none;
}
#addNewAmenities .dropdown-menu {
  width: 100%;
}
#addNewAmenities .dropdown-menu .inner span.text {
  display: flex;
  align-items: center;
}
#addNewAmenities .filter-option-inner-inner {
  text-align: left;
}
#addNewAmenities .filter-option-inner-inner span {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 17px;
}
#addNewAmenities .dropdown-toggle {
  position: relative;
  width: 100%;
}
#addNewAmenities .dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.status-box span {
  padding: 6px 10px;
}

.card-info p {
  color: rgb(137, 154, 179);
  font-size: 14px;
  font-weight: 400;
}
.card-info h6 {
  font-size: 20px;
  color: #191c47;
  font-weight: 600;
}

.icon-box i {
  font-size: 25px;
  font-weight: 600;
}

.hostDetail li {
  font-size: 14px;
  font-weight: 600;
  color: #191c47;
}
.hostDetail li .bi-star-fill {
  color: orange;
}
.hostDetail li .bi-check-square {
  color: green;
}
.hostDetail li .editFild {
  font-size: 14px;
  color: rgb(137, 154, 179);
  font-weight: 500;
  width: 100%;
  margin-top: 8px;
}

.textLineBtn {
  background: none;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #191c47;
  text-decoration: underline;
}

.owl-carousel .property-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.owl-carousel .product-detail {
  padding: 10px 5px;
}
.owl-carousel .product-detail h6 {
  font-size: 18px;
  font-weight: 600;
  color: #191c47;
}

.profile-progress {
  text-align: center;
  width: 130px;
  height: 130px;
}
.profile-progress .circular-progress {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: conic-gradient(#28a745 20%, #e9ecef 0);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.5s ease;
}
.profile-progress .circular-progress::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: white;
  border-radius: 50%;
  z-index: 1;
}
.profile-progress .circular-progress .progress-text {
  position: relative;
  z-index: 2;
  font-weight: 600;
  color: #28a745;
  font-size: 18px;
}
.profile-progress .circular-progress .progress-text img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.profile-progress input[type=range] {
  margin-top: 20px;
  width: 200px;
}

.user-name h1, .user-name h2 {
  font-size: 30px;
  font-weight: 600;
  color: #191c47;
}

.page-heading {
  font-size: 30px;
  font-weight: 600;
  color: #191c47;
  margin-bottom: 0;
}

.card-Info {
  position: relative;
}

.card-Info {
  position: relative;
}
.card-Info .icon-box {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.price-list {
  height: fit-content;
  align-items: center;
}
.price-list p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #191c47;
}

.tabs-list-text {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.tabs-list-text li a {
  font-size: 14px;
  font-weight: 600;
  color: rgb(137, 154, 179);
  border-bottom: 1px solid transparent;
  border-radius: 0;
}
.tabs-list-text li a.active {
  background-color: transparent;
  color: #191c47;
  border-bottom-color: #191c47;
}

.actionBtnText button {
  background: none;
  border: none;
}

.food-img {
  height: 250px;
  width: 100%;
}
.food-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.time-date {
  position: absolute;
  right: 8px;
  top: 15px;
}
.time-date span {
  font-size: 12px;
  color: rgb(137, 154, 179);
}

.iteanName {
  font-size: 16px;
  font-weight: 600;
}

.menuItem .card {
  box-shadow: 0 0 0 #c3bfbf;
  transition: 0.5s all;
}
.menuItem .card:hover {
  box-shadow: 2px 2px 3px #c3bfbf;
}

.text-pre {
  white-space: pre;
}

.small-img > .img-thumbnail {
  width: 50px;
  cursor: pointer;
}

.switch-right-side {
  position: absolute;
  right: 20px;
  top: 25px;
  width: fit-content;
  height: 20px;
}

.status-box-right {
  position: absolute;
  top: 16px;
  right: 16px;
}

.paginationList nav {
  width: 100%;
}
.paginationList nav > div {
  width: 100%;
}
.paginationList nav > div p {
  margin-bottom: 0;
}
.paginationList nav > div .pagination li a {
  color: #191c47;
}
.paginationList nav > div .pagination li a:focus {
  box-shadow: none;
}
.paginationList nav > div .pagination li.active a, .paginationList nav > div .pagination li.active span {
  background-color: #191c47;
  border-color: #191c47;
}

.decrease, .increase {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background: #eaeaea;
  border: none;
}

.searchBtnIn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background: none;
  z-index: 1;
  border: none;
  color: #d1d1d1;
}
.searchBtnIn.right {
  left: inherit;
  right: 0;
}

.control-form:has(.searchBtnIn) > input {
  padding-left: 40px;
}

.ab-right {
  position: absolute;
  top: 16px;
  right: 16px;
}

.w-h-30 {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}
.w-h-30 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-40 {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.w-h-40 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-50 {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.w-h-50 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-60 {
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}
.w-h-60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-70 {
  width: 70px;
  height: 70px;
  aspect-ratio: 1;
}
.w-h-70 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-80 {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
}
.w-h-80 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-90 {
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
}
.w-h-90 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-h-100 {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
}
.w-h-100 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-media li a {
  background-color: #5c61ac;
  color: #fff;
  font-size: 14px;
}
.social-media li a:hover {
  background-color: #191c47;
}

.highlight-error {
  border: 2px solid red;
  border-radius: 4px;
}

.text-12 {
  font-size: 12px;
  line-height: 20px;
}

.text-13 {
  font-size: 13px;
  line-height: 21px;
}

.text-14 {
  font-size: 14px;
  line-height: 22px;
}

.text-15 {
  font-size: 15px;
  line-height: 23px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

.text-17 {
  font-size: 17px;
  line-height: 25px;
}

.text-18 {
  font-size: 18px;
  line-height: 26px;
}

.text-19 {
  font-size: 19px;
  line-height: 27px;
}

.text-20 {
  font-size: 20px;
  line-height: 28px;
}

.text-21 {
  font-size: 21px;
  line-height: 29px;
}

.text-22 {
  font-size: 22px;
  line-height: 30px;
}

.text-23 {
  font-size: 23px;
  line-height: 31px;
}

.text-24 {
  font-size: 24px;
  line-height: 32px;
}

.text-25 {
  font-size: 25px;
  line-height: 33px;
}

.text-26 {
  font-size: 26px;
  line-height: 34px;
}

.text-27 {
  font-size: 27px;
  line-height: 35px;
}

.text-28 {
  font-size: 28px;
  line-height: 36px;
}

.text-29 {
  font-size: 29px;
  line-height: 37px;
}

.text-30 {
  font-size: 30px;
  line-height: 38px;
}

.table-view-popup tr th, .table-view-popup tr td {
  border: 1px solid #d1d1d1;
}

.swal2-popup {
  padding: 20px;
}
.swal2-popup .swal2-label {
  text-align: left;
}
.swal2-popup .swal2-textarea {
  height: 100px !important;
  margin: 0 !important;
}

table td .dropdown-menu.show {
  transform: translate(-26px, 22px) !important;
}

.login-page html, .login-page body {
  height: 100%;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
}
.login-page header, .login-page footer, .login-page aside {
  display: none;
}
.login-page .wrapper {
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
.login-page .primary-button {
  background: #f9ca22 !important;
  border: 1px solid #f9ca22 !important;
  color: #000 !important;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  width: auto;
  display: block;
}
.login-page .primary-button:hover {
  color: #2BA19B !important;
  background: #fff !important;
  border-color: #2BA19B !important;
}
.login-page .bg-cover {
  background: linear-gradient(-8deg, #2BA19B, #FFF, #FFF, rgba(43, 161, 155, 0.3882352941), #fff, #fff);
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-page .brand-name {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
  height: 62px;
}
.login-page .brand-name img {
  aspect-ratio: auto;
}
.login-page .form-box {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.login-page .form-box h2 {
  font-weight: bold;
}
.login-page .form-box p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 20px;
}
.login-page .form-box .form-control {
  border-radius: 10px;
  margin-bottom: 15px;
  height: 45px;
}
.login-page .form-box .btn-primary {
  border-radius: 10px;
  font-weight: 500;
}
.login-page .form-box .social-buttons {
  display: flex;
  gap: 10px;
}
.login-page .form-box .footer-links {
  font-size: 0.85rem;
  margin-top: 20px;
}
.login-page .form-box .footer-links a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.login-page .form-box .hidden {
  display: none;
}
.login-page .form-box #sendOtp {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: auto;
  padding-inline: 10px;
}
.login-page #otpBox {
  column-gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.login-page #otpBox .otp-input {
  width: 50px;
  text-align: center;
}

.get-page html, .get-page body {
  height: 100%;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
}
.get-page header, .get-page footer, .get-page aside {
  display: none;
}
.get-page .bg-cover {
  background: linear-gradient(-8deg, #2BA19B, #FFF, #FFF, rgba(43, 161, 155, 0.3882352941), #fff, #fff);
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.get-page .bg-cover .brand-name {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
  height: 62px;
}
.get-page .bg-cover .brand-name img {
  aspect-ratio: auto;
}
.get-page .bg-cover .getInnerBox {
  border-radius: 12px;
  width: 100%;
  margin: auto;
  max-width: 1312px;
  background: #fff;
  box-shadow: -2px 0px 28px 7px #808080;
  overflow: hidden;
}
.get-page .bg-cover .getInnerBox .grid-box {
  display: grid;
  grid-template-columns: minmax(0, 550px) minmax(0, 1fr);
  gap: 30px;
  grid-template-rows: min-content;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box {
  padding: 30px 0 30px 30px;
  position: relative;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .form-step {
  display: none;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .form-step h4 {
  font-size: 18px;
  font-weight: 600;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .form-step.active {
  display: block;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .form-step .grid-get-three, .get-page .bg-cover .getInnerBox .grid-box .form-box .form-step .grid-get-one {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-content: baseline;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .form-step .grid-get-one {
  grid-template-columns: minmax(0, 1fr);
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .button-box-get {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 20px;
  width: auto;
}
.get-page .bg-cover .getInnerBox .grid-box .form-box .stepCount {
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: auto;
}
.get-page .otp-inputs input {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}
.get-page .whole-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.get-page .whole-place .placeInfo {
  text-align: left;
}
.get-page .whole-place img {
  margin-inline: 0 !important;
}
.get-page .upload-box {
  position: relative;
}
.get-page .upload-box #imageUpload {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.get-page .upload-box label {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}
.get-page .counter-input {
  -moz-appearance: none;
}
.get-page .counter-input::-webkit-inner-spin-button, .get-page .counter-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-page #previewContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.get-page #previewContainer .upload-img {
  border: 1px solid #d1d1d1;
  height: 100px;
}
.get-page #previewContainer .upload-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 14%;
}
.get-page #previewContainer .upload-img.full-width {
  height: 150px;
}
.get-page #previewContainer .full-width {
  grid-column-start: 1;
  grid-column-end: -1;
}
.get-page #errorMsg {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  display: none;
}
.get-page .highlight-selector {
  text-align: center;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}
.get-page .highlight-selector h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1c1c1c;
}
.get-page .highlight-selector p {
  color: #707070;
  font-size: 16px;
  margin-bottom: 30px;
}
.get-page .highlight-selector .highlight-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.get-page .highlight-selector .highlight-options .highlight-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}
.get-page .highlight-selector .highlight-options .highlight-item input[type=checkbox] {
  display: none;
}
.get-page .highlight-selector .highlight-options .highlight-item span {
  font-size: 16px;
  color: #1c1c1c;
}
.get-page .highlight-selector .highlight-options .highlight-item input[type=checkbox]:checked + span {
  font-weight: 600;
  color: #000;
}
input[type=checkbox]:checked ~ .get-page .highlight-selector .highlight-options .highlight-item {
  border-color: #222;
  background-color: #f0f0f0;
}
.get-page .highlight-selector .highlight-options .highlight-item:has(input[type=checkbox]:checked) {
  border-color: #222;
  background-color: #f0f0f0;
}
.get-page table td, .get-page table th {
  padding: 6px 10px !important;
}

.default aside {
  max-width: 300px;
  width: 100%;
  background: #191c47;
  transition: 0.5s all;
  z-index: 111;
  top: 0;
}
@media (max-width: 1499px) {
  .default aside {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .default aside {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .default aside {
    left: -100%;
  }
}
.default aside.active {
  width: 100px;
}
.default aside.active .title {
  visibility: hidden;
}
.default aside .brand-name {
  padding: 10px 15px;
  height: 63px;
  border-bottom: 1px solid #fff;
}
.default aside .brand-name img {
  filter: brightness(0) invert(1);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.default aside .asideMenu {
  padding-top: 20px;
  height: calc(100vh - 100px);
}
.default aside .asideMenu li {
  margin-bottom: 10px;
}
.default aside .asideMenu li a {
  color: #fff;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  text-decoration: none;
  padding: 0 20px;
}
.default aside .asideMenu li a:hover {
  color: #191c47;
}
.default aside .asideMenu li a .icon {
  position: relative;
  min-width: 60px;
  height: 60px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default aside .asideMenu li a .icon i {
  font-size: 32px;
}
.default aside .asideMenu li a .title {
  padding: 0 10px;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}
.default aside .asideMenu li a > i {
  margin-left: auto;
  transform: rotate(0);
  transition: 0.5s all;
}
.default aside .asideMenu li:hover {
  background-color: #5c61ac;
}
.default aside .asideMenu li:hover a {
  color: #fff;
}
.default aside .asideMenu li.has-treeview:has(.nav-treeview .active) > a, .default aside .asideMenu li.has-treeview.menu-open > a {
  background-color: #5c61ac;
  color: #fff;
}
.default aside .asideMenu li.has-treeview:has(.nav-treeview .active) > a > i, .default aside .asideMenu li.has-treeview.menu-open > a > i {
  transform: rotate(180deg);
}
.default aside .asideMenu li.active {
  padding-inline: 1px;
}
.default aside .asideMenu li.active > a, .default aside .asideMenu li.active a:hover {
  color: #191c47;
  background-color: #fff;
}
.default aside .asideMenu li .nav-treeview {
  padding-top: 10px;
  background-color: #a4a6c8;
  padding-inline: 1px;
}
.default aside.userAsidebar {
  background-color: #fff;
  border-right: 1px solid #d1d1d1;
}
.default aside.userAsidebar .brand-name {
  border-bottom: 1px solid #d1d1d1;
}
.default aside.userAsidebar .brand-name img {
  filter: inherit;
}
.default aside.userAsidebar .asideMenu li a {
  color: rgb(137, 154, 179);
}
.default aside.userAsidebar .asideMenu li a:hover {
  color: #191c47;
}
.default aside.userAsidebar .asideMenu li:hover {
  background-color: #5c61ac;
}
.default aside.userAsidebar .asideMenu li:hover a {
  color: #fff;
}
.default aside.userAsidebar .asideMenu li.active {
  padding-inline: 1px;
}
.default aside.userAsidebar .asideMenu li.active > a, .default aside.userAsidebar .asideMenu li.active a:hover {
  color: #fff;
  background-color: #191c47;
}
.default footer {
  position: absolute;
  z-index: 9;
  left: 300px;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #d1d1d1;
  max-width: calc(100% - 300px);
  transition: 0.5s all;
  z-index: 111;
}
.default footer a {
  font-size: 16px;
  font-weight: 600;
  color: #191c47;
}
.default footer.userFooter {
  background-color: #fff;
}
.default main {
  max-width: calc(100% - 300px);
  margin-left: 300px;
  transition: 0.5s all;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 1499px) {
  .default main {
    max-width: calc(100% - 250px);
    margin-left: 250px;
  }
}
@media (max-width: 991px) {
  .default main {
    max-width: calc(100% - 200px);
    margin-left: 200px;
  }
}
@media (max-width: 767px) {
  .default main {
    max-width: 100%;
    margin-left: 0;
  }
}

body {
  background: #eef5ff;
  position: relative;
  min-height: 100%;
}

.container-fluid {
  padding-inline: 20px;
}

.container {
  max-width: 1600px;
}

header {
  padding-block: 10px;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  position: fixed;
  left: 300px;
  width: 100%;
  max-width: calc(100% - 300px);
  top: 0;
  z-index: 111;
}
@media (max-width: 1499px) {
  header {
    left: 250px;
    max-width: calc(100% - 250px);
  }
}
@media (max-width: 991px) {
  header {
    left: 200px;
    max-width: calc(100% - 200px);
  }
}
header .menu-btn {
  background: none;
  border: 1px solid #d1d1d1;
  padding: 5px 13px;
  border-radius: 4px;
}
header .brand-name {
  max-width: 200px;
}
header .menuBar .menuList li a {
  font-size: 14px;
  font-weight: 600;
  color: rgb(137, 154, 179);
}
@media (max-width: 991px) {
  header .menuBar .menuList li a {
    font-size: 12px;
  }
}
header .menuBar .menuList li a.active {
  color: #191c47;
}
header .action-list ul li .userImg, header .action-list ul li .notification-box {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d1d1d1;
  padding: 4px;
}
@media (max-width: 991px) {
  header .action-list ul li .userImg, header .action-list ul li .notification-box {
    width: 30px;
    height: 30px;
    padding: 2px;
  }
}
header .action-list ul li .userImg img, header .action-list ul li .notification-box img {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
header .action-list ul li button .userName {
  font-size: 12px;
}
header .action-list ul li button .count-no {
  position: absolute;
  top: -8px;
  right: -13px;
  background: #000;
  color: #fff;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .action-list ul li button:after {
  display: none;
}
header .action-list ul li .notification-box i {
  font-size: 14px;
  color: #191c47;
}

.ftco-footer {
  font-size: 16px;
  padding: 4em 0;
  background: rgb(15.0957446809, 16.4680851064, 27.9042553191);
}
.ftco-footer .brang-name img {
  filter: brightness(0) invert(1);
  margin-bottom: 30px;
}
.ftco-footer ul li {
  color: rgba(255, 255, 255, 0.5);
}
.ftco-footer p {
  color: rgba(255, 255, 255, 0.7);
}
.ftco-footer .ftco-footer-social li a {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.ftco-footer .ftco-footer-social li a i {
  font-size: 14px;
  color: #000;
}
.ftco-footer .ftco-footer-widget h4 {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.ftco-footer .ftco-footer-widget ul li a {
  display: flex;
  column-gap: 10px;
  color: rgba(255, 255, 255, 0.5);
  align-items: center;
}

.hero {
  background: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1200&q=80") center center/cover no-repeat;
  color: white;
  padding: 100px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.card .property-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.card .property-img img {
  height: 100%;
  width: 100%;
  transition: transform 0.2s;
  object-fit: cover;
}
.card:hover .property-img img {
  transform: scale(1.02);
}

.heading-main h1 {
  font-size: 30px;
  line-height: 40px;
  color: #191c47;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-style: double;
}
@media (max-width: 1199px) {
  .heading-main h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

.profile-img {
  width: 100px;
  border-radius: 50%;
  background: #d1d1d1;
  padding: 10px;
  height: 100px;
  margin-inline: auto;
}
.profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.size-inline-100 {
  width: 110px;
}

.card-inerer {
  background: #fff;
  border-left: 5px solid transparent;
  padding: 10px;
  box-shadow: 2px 2px 3px #bfbfbf;
  min-width: 140px;
  text-align: center;
}
.card-inerer h6 {
  font-size: 24px;
  font-weight: 600;
}
.card-inerer p {
  font-size: 16px;
  font-weight: 400;
}
.card-inerer.orange {
  border-left-color: orange;
}
.card-inerer.orange h6 {
  color: orange;
}
.card-inerer.yellow {
  border-left-color: yellowgreen;
}
.card-inerer.yellow h6 {
  color: yellowgreen;
}
.card-inerer.blue {
  border-left-color: #191c47;
}
.card-inerer.blue h6 {
  color: #191c47;
}

.grid-main-box {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 1599px) {
  .grid-main-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1299px) {
  .grid-main-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .grid-main-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 599px) {
  .grid-main-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.grid-tow-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.decrease, .increase {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  background: #eaeaea;
  border: none;
}

#map {
  width: 100%;
  height: 100%;
}

#multiStepForm .form-step {
  display: none;
}
#multiStepForm .form-step.active {
  display: block;
}
#multiStepForm .form-step .select-images {
  position: relative;
  margin-top: -30px;
  width: 200px;
  margin-left: auto;
  border: 1px solid #191c47;
  text-align: center;
  background: #191c47;
  border-radius: 4px;
  padding: 5px;
}
#multiStepForm .form-step .select-images input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  cursor: pointer;
}
#multiStepForm .form-step .select-images label {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
#multiStepForm .form-step .grid-box {
  display: grid;
  gap: 20px;
  height: 270px;
  grid-template-rows: min-content;
}
#multiStepForm .form-step .grid-box .previewContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
#multiStepForm .form-step .grid-box.grid-form-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#multiStepForm .form-step .grid-box.grid-form-one {
  grid-template-columns: 1, minmax(0, 1fr);
}
#multiStepForm .form-step .grid-box.grid-form-one .whole-place {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#multiStepForm .form-step .grid-box.grid-form-one .whole-place .placeInfo {
  text-align: left;
}
#multiStepForm .form-step .grid-box.grid-form-one .whole-place img {
  margin-inline: 0 !important;
}
#multiStepForm .form-step .grid-box.grid-form-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#multiStepForm .form-step .grid-box .full-width {
  grid-column-start: 1;
  grid-column-end: -1;
}

.get-page .wrapper {
  padding: 0;
}

.dashboard .welcome-banner {
  background: linear-gradient(to right, #e3f2fd, #ffffff);
  border-left: 5px solid #0d6efd;
  border-radius: 12px;
}
.dashboard .stat-card, .dashboard .payout-card {
  transition: 0.3s ease;
  border-left: 5px solid transparent;
}
.dashboard .stat-card h6, .dashboard .payout-card h6 {
  color: #6c757d;
}
.dashboard .stat-card h4, .dashboard .payout-card h4 {
  font-weight: 600;
}
.dashboard .stat-card:hover, .dashboard .payout-card:hover {
  transform: translateY(-3px);
}
.dashboard .payout-card {
  border-left-color: #198754;
}
.dashboard .icon-box {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 50%;
}
.dashboard .recent-activity .card-header {
  background-color: #f1f1f1;
}
.dashboard .recent-activity .list-group-item {
  font-size: 0.95rem;
}
.dashboard canvas {
  max-height: 300px;
}

body.sideFilter-open::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
body.sideFilter-open .fliterAsidebar {
  right: 0;
  z-index: 11111;
}

.veg {
  position: relative;
}
.veg::before {
  content: "Veg";
  position: absolute;
  left: 5px;
  top: 10px;
  padding: 3px 6px;
  background: green;
  border-radius: 5px;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #fff;
  justify-content: center;
}

.nonVeg {
  position: relative;
}
.nonVeg::before {
  content: "Non-veg";
  position: absolute;
  left: 5px;
  top: 10px;
  padding: 3px 6px;
  background: red;
  border-radius: 5px;
  display: flex;
  align-items: center;
  z-index: 1;
  color: #fff;
  justify-content: center;
}

.slide-btn {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 6px;
}
.slide-btn input {
  cursor: pointer;
}

.availability-list li {
  display: flex;
  justify-content: space-between;
}

.order-info {
  text-align: center;
}
.order-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: orange;
}
.order-info h6 {
  font-size: 16px;
  font-weight: 600;
  color: #191c47;
}

#salesChart {
  height: 200px;
}

@media (max-width: 1499px) {
  #productName.grid-350-one {
    grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  }
}

.upload-img {
  border: 1px solid #d1d1d1;
  position: relative;
  height: 100px;
  overflow: hidden;
}
.upload-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.upload-img input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.upload-img label {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 50px;
  transform: translateY(-50%);
  margin-inline: auto;
  text-align: center;
  font-size: 25px;
}
.upload-img img {
  font-size: 0;
}
.upload-img.full-width {
  height: 150px;
}
.upload-img.upload-img {
  height: 20px;
  border: none;
  width: fit-content;
  margin-inline: auto;
}
.upload-img.upload-img label {
  all: inherit;
  font-size: 12px;
}

.Property-img-add {
  height: 220px;
  overflow: hidden;
}
.Property-img-add img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.amenities-list-box span {
  border: 1px solid #d1d1d1;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  font-size: 15px;
}

.price-info-box p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}
.price-info-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #191c47;
  margin-block: 10px;
}
.price-info-box h3 .editFild {
  font-size: 20px;
  font-weight: 600;
  color: #191c47;
  width: 70px;
}

.rating-box h6 {
  font-size: 30px;
  color: #191c47;
}

#productImgs.grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1199px) {
  #productImgs.grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */
