@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
  font-family: 'Montserrat', sans-serif;
}

a {
  cursor: pointer;
}

#header {
  background-color: #f7f7f7;
  /* #00657B*/
}

.dropdown-menu {
  background-color: #f7f7f7;
}

.DropdownItem {
  color: #404252 !important;
  font-size: 15px;
  margin: 3px;
}

.dropdown-item:hover {
  /* border-radius: 20px; */
  background-color: #0000007b;
  color: #fff !important;
  cursor: pointer;
}

.BrudAdmin {
  margin-top: 3px;
  color: hsl(289, 100%, 96%);
  font-weight: 550;
  font-size: 20px;
}

.BrudAdmin b {
  color: #00657B;
  font-weight: 800;
}

.img-round {
  border-radius: 5px;
}

.sidebar {
  background: #f7f7f7;
  /* #00657B*/
}

.sidebar .sidebarList {
  align-items: center !important;
}

.admin .userName {
  color: #101223;
  font-size: 15px;
  font-weight: 600;
}

.menuIcon {
  color: #404252;
  margin-right: 5px;
}

.menuItem {
  color: #404252;
  font-size: 16px;
  padding: 5px;
  margin-left: 5px;
}

.menuItem:hover {
  color: #f7f7f7;
  font-weight: 600;
}

.menuItemDiv {
  display: flex;
  padding: 0px;
  padding-left: 10px !important;
  padding: 5px;
  align-items: center !important;
}

/* .menuItemDiv:hover {
  background-color: #00657B;
  color: #f7f7f7 !important;
  border-radius: 12px;
} */
.menuItemDiv:hover span,
.menuItemDiv:hover i,
.menuItemDiv:hover .menuIcon {
  color: #00657B;
}

.active div {
  /* box-shadow: 0px 1px 0px #00657B; */
  background-color: #00657B;
  box-shadow: 0px 4px 20px rgba(5, 172, 147, 0.2);
  border-radius: 12px;
  padding: 5px;
}

.active i,
.active .menuIcon {
  color: #fff !important;
}

.active .menuItem {
  color: #fff !important;
  font-weight: 800;
}

.basePath {
  color: #404252;
  font-weight: 500;
  font-size: 17px;
}

.currentPath {
  font-weight: 500;
  font-size: 17px;
}

.page-header {
  color: #404252
    /* #00657B*/
  ;
  font-weight: 700;
  font-size: 22px;
}

.iconify {
  color: #404252;
  font-size: 19px;
  margin-top: -6px;
}

/* ====================PROFILE PAGE==================== */
.panel {
  border-radius: 20px;
}

.profileForm input {
  border-radius: 10px;
}

.profileForm label {
  font-weight: 600;
}

.changePassForm label {
  font-weight: 600;
}

.changePassForm input {
  border-radius: 10px;
}

.profileForm input[type='file']::file-selector-button {
  border-radius: 10px;
  border: 2px solid #f7f7f7
    /* #00657B*/
  ;
  background-color: #d5e8e5;
  transition: 1s;
  margin-top: -3px;
}

.profileForm input[type='file']::file-selector-button:hover {
  background-color: #f7f7f7
    /* #00657B*/
  ;
  border: 2px solid #f7f7f7
    /* #00657B*/
  ;
  cursor: pointer;
}

.profileSubmitBtn {
  border-radius: 10px;
  background-color: #f7f7f7;
  color: #fff;
}

.profileResetBtn {
  border-radius: 10px;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
  background-color: #00657B;
}

/* ====================GENERAL==================== */

.loaderScreen {
  height: 70vh !important;
}

.edit:hover {
  color: blue;
}

.editBtn:hover {
  color: #000000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.delete:hover {
  color: red;
}

.addCategory {
  margin-bottom: 50px;
}

.mainBody {
  border-radius: 20px;
}

label {
  font-size: 16px;
  font-weight: 600;
}

textarea {
  border-radius: 10px !important;
}

textarea::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.ResponsiveForm {
  width: 50%;
}

@media (max-width: 900px) {
  .ResponsiveForm {
    width: 100%;
  }
}

input {
  border-radius: 10px !important;
}

.login-content input {
  border-radius: 5px !important;
}

.backArrow:hover {
  color: #00657B;
}

/* ====================DASHBOARD==================== */

.widget .stats-info h4 {
  font-size: 18px !important;
}

.widget .stats-info p {
  margin-top: 10px !important;
}

.DashCard .card {
  background-color: #fff;
  border-radius: 20px;
  border: none;
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
    0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
    0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
    0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.DashCard .l-bg-cherry {
  background: linear-gradient(to right, #493240, #f09) !important;
  color: #fff;
}

.DashCard .l-bg-blue-dark {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
  color: #fff;
}

.DashCard .l-bg-green-dark {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
  color: #fff;
}

.DashCard .l-bg-orange-dark {
  background: linear-gradient(to right, #6b2c00, #ffba56) !important;
  color: #fff;
}

.DashCard .l-bg-red-dark {
  background: linear-gradient(to right, #6b0300, #ff6347) !important;
  color: #fff;
}

.DashCard .l-bg-darkGreen-dark {
  background: linear-gradient(to right, #2f4f4f, #00ced1) !important;
  color: #fff;
}

.DashCard .card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
  font-size: 90px;
}

.DashCard .card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: 40px;
  top: 15px;
  opacity: 0.1;
  overflow: hidden !important;
}

.DashCard .l-bg-blue {
  background: #84c0ec !important;
  color: #fff;
}

.DashCard .l-bg-green {
  background: #00ff7f !important;
  color: #fff;
}

.DashCard .l-bg-orange {
  background: #ffdab9 !important;
  color: #fff;
}

.DashCard .l-bg-cyan {
  background: #ff69b4 !important;
  color: #fff;
}

.DashCard .l-bg-red {
  background: #fa8072 !important;
  color: #fff;
}

.DashCard .l-bg-darkGreen {
  background: #48d1cc !important;
  color: #fff;
}

/* ====================RESTAURANT-DETAIL==================== */

.restaurant_heading {
  color: #00657B;
  font-weight: 600;
  font-size: 16px;
}

.RestName {
  background-color: #00657B95;
}

.restaurant_data {
  word-break: break-all;
  white-space: break-spaces;
  color: #404040;
  font-weight: 500;
  overflow-x: auto !important;

  /* font-size: 16px; */
}

.RestData {
  justify-content: center;
}

.restaurantDetail {
  border-radius: 10px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow-x: auto !important;
}

.restaurantDetail::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

.restaurantImage {
  display: flex;
  overflow: auto;
}

.restaurant_Image {
  height: 80px;
  width: 80px;
  margin: 5px;
  margin-top: 15px;
  box-shadow: 0px 6px 10px #b7b7b7;
}

.table th {
  color: #404252;
  font-weight: 600;
}

/* =================hide Scroll bar ===================== */

.restoScroll::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
.restoScroll::-webkit-scrollbar-thumb {
  background: #ff0000;
}

/* ====================Dashboard Tabs===================== */

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.filterDiv {
  width: 50%;
}

@media (max-width: 500px) {
  .filterDiv {
    width: 100%;
  }
}

.matColorChange {
  color: rgb(12, 236, 23);
}

.matColorChange:hover {
  color: rgb(34, 170, 0);
}

.matColorChange1 {
  color: #d9534f;
}

.matColorChange1:hover {
  color: #e9221b;
}

/* ================= CMS ===================== */
.wrapper-class {
  padding: 1rem;
  border: 1px solid #548e85;
  border-radius: 10px !important;
}

.editor-class {
  margin-top: 5px !important;
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #ccc;
  min-height: 50vh;
  border-radius: 10px !important;
}

.toolbar-class {
  background-color: #fff !important;
  border-radius: 10px !important;
  border: 1px solid rgb(215, 9, 9);
}

.preview {
  padding: 1rem;
  margin-top: 1rem;
}

.ck-content {
  height: 350px;
  overflow-y: scroll;
}

.ck-content::-webkit-scrollbar {
  display: none;
}

/* custom start */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.btn-primary {
  background-color: #00657B;
  border-color: #00657B;
}

.page-item.active .page-link {
  background-color: #00657B;
  border-color: #00657B;
}

.btn-success:hover {
  color: #00657B;
  border-color: #00657B;
}

.btn-success {
  background-color: #00657B;
  border-color: #00657B;
}

.btn-success.disabled,
.btn-success:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-success:hover {
  color: #fff;
  background-color: #055668;
  border-color: #055668;
}


.dropdown-item .DropdownItem {
  color: #4e5c68 !important;
}

.approve {
  color: #28a745 !important;
}

/* Add the styles for the Dropdown */
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #212121;
}

.icon-wrapper {
  position: relative;
}

.icon-wrapper::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 50%;
  right: 27px;
  /* Adjust the value to control tooltip's distance from the icon */
  transform: translateY(50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.icon-wrapper:hover::before {
  opacity: 1;
  visibility: visible;
}

.icon-wrapper-read {
  position: relative;
}

.icon-wrapper-read::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -30px;
  /* Adjust the value to control tooltip's distance from the icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.icon-wrapper-read:hover::before {
  opacity: 1;
  visibility: visible;
}