@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {
  font-family: 'Montserrat', sans-serif;
}
a {
  cursor: pointer;
}
#header {
  background-color: #f7f7f7; /* #05AC93*/
}
.dropdown-menu {
  background-color: #83e1d3;
}
.DropdownItem {
  color: #404252 !important;
  font-size: 15px;
  margin: 3px;
}

.dropdown-item:hover {
  border-radius: 20px;
  background-color: #05ac93;
  color: #404252 !important;
  cursor: pointer;
}
.BrudAdmin {
  margin-top: 3px;
  color: hsl(289, 100%, 96%);
  font-weight: 550;
  font-size: 20px;
}
.BrudAdmin b {
  color: #05ac93;
  font-weight: 800;
}

.sidebar {
  background: #f7f7f7; /* #05AC93*/
}
.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 {
  padding: 0px;
  padding-left: 10px !important;
  padding: 5px;
  align-items: center !important;
}
/* .menuItemDiv:hover {
  background-color: #05ac93;
  color: #f7f7f7 !important;
  border-radius: 12px;
} */
.menuItemDiv:hover span,
.menuItemDiv:hover i,
.menuItemDiv:hover .menuIcon {
  color: #05ac93;
}
.active div {
  /* box-shadow: 0px 1px 0px #05ac93; */
  background-color: #05ac93;
  box-shadow: 0px 4px 20px rgba(5, 172, 147, 0.2);
  border-radius: 12px;
  padding: 5px;
}
.active i,
.active .menuIcon {
  color: #fff !important;
}
.active span {
  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 /* #05AC93*/;
  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: 20px;
}
.profileForm label {
  font-weight: 600;
}
.changePassForm label {
  font-weight: 600;
}
.changePassForm input {
  border-radius: 20px;
}
.profileForm input[type='file']::file-selector-button {
  border-radius: 20px;
  border: 2px solid #f7f7f7 /* #05AC93*/;
  background-color: #d5e8e5;
  transition: 1s;
  margin-top: -3px;
}

.profileForm input[type='file']::file-selector-button:hover {
  background-color: #f7f7f7 /* #05AC93*/;
  border: 2px solid #f7f7f7 /* #05AC93*/;
  cursor: pointer;
}
.profileSubmitBtn {
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #fff;
}
.profileResetBtn {
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  color: #f7f7f7;
  background-color: #05ac93;
}

/* ====================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: 20px !important;
}
textarea::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.ResponsiveForm {
  width: 50%;
}

@media (max-width: 900px) {
  .ResponsiveForm {
    width: 100%;
  }
}
input {
  border-radius: 20px !important;
}
.login-content input {
  border-radius: 5px !important;
}
.backArrow:hover {
  color: #05ac93;
}

/* ====================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: #05ac93;
  font-weight: 600;
  font-size: 16px;
}
.RestName {
  background-color: #05ac93;
}
.restaurant_data {
  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: 100px;
  width: 170px;
  margin: 5px;
  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-editor__editable_inline {
  min-height: 200px;
  max-height: 350px;
}
.del-icon-list{
  cursor: pointer;
  position: relative;
  top: -22px;
  left: 14px;
}