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

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

a {
  cursor: pointer;
}

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



.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: #212121;
  font-weight: 800;
}

.img-round {
  border-radius: 5px;
  cursor: pointer;

}

.sidebar {
  background: #f7f7f7;

  /* #212121*/
}

.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: #212121;
  color: #f7f7f7 !important;
  border-radius: 12px;
} */
.menuItemDiv:hover span,
.menuItemDiv:hover i,
.menuItemDiv:hover .menuIcon {
  color: #212121;
}

.active div {
  /* box-shadow: 0px 1px 0px #212121; */
  background-color: #212121;
  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;
  /* color: #fff; */
  font-weight: 800;
}

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

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

.page-header {
  color: #404252
    /* #212121*/
  ;
  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
    /* #212121*/
  ;
  background-color: #d5e8e5;
  transition: 1s;
  margin-top: -3px;
}

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

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

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

/* ====================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: #212121;
}

/* ====================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: #212121;
  font-weight: 600;
  font-size: 16px;
}

.RestName {
  background-color: #21212195;
}

.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;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 15px;
}

.cropper-wrap-box {
  border-radius: 9px;
}

.cropper-crop {
  border-radius: 9px;
}

/* catholic */

.text-danger {
  margin-top: 5px;
}

.category .basePath {
  color: #404252 !important;
  font-weight: normal;
  cursor: pointer;
}

.dropdown-item .profile {
  color: #404252 !important;
}

.icon-wrapper {
  position: relative;
}

.icon-wrapper::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:hover::before {
  opacity: 1;
  visibility: visible;
}

.action-button {
  width: 18px;
  height: 18px;
  margin: 5px;
}

/* pagination */

.page-link .visually-hidden {
  display: none;
}

/*full screen image*/
.fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.9); */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
}

.fullscreen-image {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
}

/*close button */
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  /* Adjust the color as needed */
}

.close-button:hover {
  color: #ff0000;
  /* Change color on hover if desired */
}

/*selfie image Verification*/

/*
.column-img {
  flex: 1;
  padding: 5px;
  box-sizing: border-box; 
  overflow: hidden;
}

.row-img {
  display: flex;
  overflow: hidden;
} */


/*======== image hover========
.img-wrapper {
  
   position: relative;
   width: 40px;
   height: 40px;
   display: inline-block; 

  
 }
 
 .img-wrapper .fa-eye {  
   position: absolute;
   right: 0;
   top:0;
   display: none;
 }
 
 .img-wrapper:hover .fa-eye {
   display: block;
   color: #FFFFFF;
 }

*/
.column-img {
  display: inline-block;
  float: left;
  padding: 10px;

}

.row-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter {
  max-width: 300px;
  font-size: 12px;
}

.read-more:hover {
  cursor: pointer;
}

.card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.card-wrapper .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-wrapper .card-body .buttons {
  margin-top: 15px;
}

.custom-link {
  display: block;
  color: #0b40df;
}

.loader {
  display: block;
}

.color-if-user-dont-exist {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: rgb(42, 42, 88); */
}

.rce-mbox-right {
  position: relative;
}