/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}


.width-40{
  width: 40px;
}

.height-45{
  height:45px;
}

.font-18{
  font-size: 18px !important;
}

#layout-menu{
  background-color:rgba(255, 255, 255, 0.9) !important;
  box-shadow:0 0.25rem 0.5rem -0.25rem rgba(38, 43, 67, 0.42);
}

#lock-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fa; /* Light gray background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Logout Button */
.logout-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #e57373;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.logout-button:hover {
    background: #d32f2f;
}

/* Card Container */
.lock-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    width: 400px;
    padding: 30px;
    text-align: center;
}

/* Profile Section */
.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.profile-name {
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 5px;
}

.profile-email {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

/* Input Styles */
.lock-input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    margin-bottom: 20px;
    outline: none;
    transition: border 0.3s ease;
}

.lock-input:focus {
    border-color: #007bff;
}

/* Button Styles */
.lock-button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.lock-button:hover {
    background: #0056b3;
}
.cropper-container {
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 800px;
}

.img-list{
  width: 80px;
}

.display-block{
  display: block;
  text-align: end;
}

.font-23{
  font-size: 23px;
}

.font-12{
  font-size: 12px;
}


.select2-selection--single{
  border-radius:0.375rem 0px 0px 0.375rem !important;
}


.view_recipe {
    width: 100%;
    border-collapse: collapse;
}

.view_recipe td, .view_recipe th {
    padding: 4px 5px !important;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
}

.view_recipe th {
    font-weight: bold;
}

.view_recipe td {
    min-width: 80px;
}

.view_recipe-container {
    overflow-x: auto;
    max-width: 100%;
}

.backround_image {
    background-image: url('/assets/img/branding/watermark.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.view_recipe_modal {
    max-height: 90vh;
    overflow-y: auto;
}

/* Webkit-based browsers (Chrome, Safari, Edge) */
.view_recipe_modal::-webkit-scrollbar {
    width: 5px; /* Thin width */
}

.view_recipe_modal::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar color */
    border-radius: 10px;
}

.view_recipe_modal::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.view_recipe_modal::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track color */
    border-radius: 10px;
}

/* Firefox */
.view_recipe_modal {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.fs-12{
  font-size: 12px;
}

.fs-13{
  font-size: 13px;
}

.fs-14{
  font-size: 14px;
}

.min-w-20{
  min-width: 20rem !important;
}

.modal-overflow{
  overflow-y: auto !important;
  max-height: 400px !important;
}

.min-max-height-350{
  min-height: 350px !important;
  max-height: 350px !important;
}

.w-80{
  width: 80px !important;
}

.min-max-height-536{
  max-height: 536px !important;
}

.z-1100{
  z-index: 1100 !important;
}

.fs-16{
  font-size: 16px !important;
}

.max-w-750{
    max-width: 750px !important;
}

.select2-selection--single {
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem !important;
}

.max-h-630{
  max-height: 630px !important;
}

@media (min-width: 1200px) {
  .modal-xl {
      --bs-modal-width: 1250px !important;
  }
}

.add-time {
  color: white;
  /* Bootstrap primary blue */
  text-decoration: none !important;
  /* Remove underline */
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.add-time:hover {
  color: #0056b3;
  /* Darker blue on hover */
  text-decoration: underline;
}

.location-btn-group {
  display: flex;
  gap: 10px;
}

.location-btn {
  flex: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #E5E7EB;
  /* Light Gray */
  color: #111827;
  /* Dark Text */
}

.location-btn.active {
  background-color: #EA580C !important;
  /* Dark Gray (Blackish) */
  color: white;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.w-100-px{
  width: 100px !important;
}

/* .membership-overview-item {
  position: relative;
}

.membership-overview-item .edit-btn {
  display: none;
  transition: opacity 1s ease;
  opacity: 0;
}

.membership-overview-item:hover .edit-btn {
  display: inline-block;
  opacity: 1;
} */

@media (min-width: 1200px) {
  .modal-xl-1100 {
      --bs-modal-width: 1100px !important;
  }
}

.min-max-height-510{
  max-height: 510px !important;
}

.z-1000{
  z-index: 1000 !important;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield; /* Firefox */
}

.w-px-200{
  width: 200px !important;
}

.w-px-230{
  width: 230px !important;
}

.border-disabled{
  border-color: #e5e6e8 !important;
}