body {
    background-color: #f6f6f6;
    padding: 0;
    margin: 0;
}

p,
span {
    /* font-size: 15px; */
    font-size: inherit;
    /* color: #494949; */
}


/* Login-Page */


/* Start */

.login-box h2 {
    margin-bottom: 20px;
    color: #007a1a;
    font-size: 24px;
    font-weight: bold;
}

.background {
    background: url("../images/login-bg.jpg") no-repeat center center/cover;
    height: calc(100vh - 70px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    width: 388px;
    background: white;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    width: 388px;
    text-align: center;
}

.input_feild input::placeholder {
    font-size: 18px;
    color: #aaa;
}

.input_feild input {
    font-size: 16px !important;
    color: #000000 !important;
    padding-right: 35px;
}

.links a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    margin: 5px 0;
}

.links {
    display: flex;
    flex-direction: column;
}

.links a.forgot {
    color: #f5a300;
}


/* End */


/* Forget-Page */


/* Start */

.success-message {
    font-size: 14px;
    font-weight: 400;
    color: blue;
    padding: 10px 0px;
}


/* End */


/* SignUp Page */

.navbar_logo {
    padding: 20px 0px;
}

.label-section label {
    font-size: 18px !important;
    font-weight: 400;
}

.label-section span {
    color: red;
    padding-left: 5px;
}


/* General Reset */


/* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.step {
  z-index: 2;
} */

.bg-dyn {
    background-image: url("../images/signup-dyne.png");
    /* path to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 730px;
    /* or any specific height you want */
    /* width: 100%; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.upload-box {
    cursor: pointer;
    text-align: center;
    color: #666;
}

input::placeholder {
    color: #aaa;
}

i {
    color: #aaa;
}

.input_feild {
    gap: 12px;
    border-bottom: 1px solid #aaa;
}

.form-control {
    padding: 5px 0px;
    color: #aaa;
    border: none;
}

.input_feild input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.upload-box-1 img {
    width: 80px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid #aaa;
}

.input_feild {
    position: relative;
    /* border: none !important; */
    padding-bottom: 10px;
    margin-top: 10px;
}

.full-input-sec {
    border-bottom: 1px solid grey;
}

.toggle-password {
    position: absolute;
    cursor: pointer;
    color: #888;
    top: 10px;
    right: 0px;
}


/* .toggle-password {
  position: absolute;
  right: 15px;
  cursor: pointer;
  color: #888;
  top: 35px;
} */


/* .toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #888;
  top: 10px;
} */

.input_feild input {
    /* padding-right: 35px; Space for the eye icon */
}


/* Dashboard Page */


/* Sidebar Adjustment start */

.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    /* Scroll inside if content exceeds */
    background: #fff;
    border-right: 1px solid #dee2e6;
    padding: 20px;
}


/* Sidebar Adjustment End */

.menu-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    transition: opacity 0.3s ease;
}

.menu-card.fade-out {
    opacity: 0;
    pointer-events: none;
}

.menu-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.menu-card .card-body {
    padding: 15px;
}

.dropdown-menu {
    min-width: 8rem;
}

.off-status {
    filter: grayscale(100%);
}

.menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.corner-img img {
    width: 60px;
    height: 60px;
}

.top-header {
    gap: 15px;
    padding-right: 40px;
}

.admin {
    text-align: left;
    line-height: 18px;
}

.admin strong {
    font-weight: 500;
}

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

.dot-ball {
    margin-top: 13px;
    margin-left: -3px;
}

.sidebar {
    border: none;
}

.sidebar h4 img {
    width: 100%;
}

.sidebar-item a {
    color: #4e4e4e;
    padding: 20px 0px;
    border-bottom: 1px solid #d8d5d5;
}

.sidebar-item a img {
    width: 22px;
}

.mt-auto a {
    color: #4e4e4e;
    padding: 20px 0px;
    border-bottom: 1px solid #d8d5d5;
}

.mt-auto a img {
    width: 21px;
}

.nav-link:focus,
.nav-link:hover {
    color: green;
}

.mater_menu h3 {
    font-weight: 500;
    font-size: 30px;
}

.price_dlt strong {
    font-size: 18px;
    font-weight: 400;
}

.price_dlt button {
    color: #4e4e4e;
}

.price_dlt button i {
    color: #4e4e4e;
    padding: 0px 7px;
}

.btn-secondary {
    background: #aaaa;
    border: none;
}

.dropdown-toggle {
    color: #fff;
    font-size: 22px;
}

.dropdown-toggle:empty::after {
    visibility: hidden;
}

.dropdown-c {
    background-color: #10a774;
    color: #fff;
}

.option-card {
    margin-top: -8px;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

.option-card span {
    padding-left: 15px;
    font-size: 18px;
}

.text-muted {
    font-size: 15px;
}


/* .dropdown-item {
  border-bottom: 1px solid #aaa;
} */

.dropdown-divider {
    width: 80%;
}


/* Switch On -Off */

.menu-card.deactive {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}


/* Switch wrapper */

.custom-switch {
    cursor: pointer !important;
    position: relative;
    width: 60px;
    height: 30px;
}


/* Hide native checkbox */

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}


/* Switch track */

.switch-slider {
    cursor: pointer;
    position: absolute;
    top: 8px;
    left: 10px;
    right: 0px;
    bottom: 8px;
    background-color: #aaa !important;
    border-radius: 34px;
    transition: background-color 0.3s;
}


/* Switch knob */

.switch-slider::before {
    content: "off";
    position: absolute;
    height: 24px;
    width: 24px;
    left: -6px;
    top: -6px;
    background-color: #6c757d;
    color: white;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    border-radius: 50%;
    transition: 0.3s;
}


/* When toggled on */

.custom-switch input:checked+.switch-slider {
    background-color: #4caf50;
}

.custom-switch input:checked+.switch-slider::before {
    transform: translateX(30px);
    content: "on";
    background-color: #007b34;
}


/* Item id */

.item-id {
    padding: 5px 10px;
    width: fit-content;
    color: #dea71a;
    border: 2px dotted #dea71a;
}

.search-box {
    width: 50%;
    border: 1px solid #aaa;
    padding: 5px;
    border-radius: 5px;
}

.search-box input:focus {
    outline: none;
    box-shadow: none;
}

.search-box img {
    width: 22px;
    height: 22px;
}


/* .search-box .btn:hover i {
  color: #000;
} */


/* .btn-close-white:hover {
  background-color: #ffffff;
  color: #aaa;
} */

.bi-plus {
    font-size: 20px;
}


/* Modal */

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

.no-arrows {
    -moz-appearance: textfield;
}

.modal-body label {
    font-weight: 500;
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-form label {
    font-weight: 500;
}

.menu-form input {
    font-weight: 300;
    background-color: #f0f0f0;
    padding: 10px 10px;
    border-radius: 2px;
}

textarea.form-control {
    background: #f0f0f0;
    border-radius: 2px;
    font-weight: 300;
    padding: 10px 20px;
}

.menu-form input:focus {
    background: #f0f0f0;
    outline: none;
    box-shadow: none;
}

.menu-form textarea:focus {
    background: #f0f0f0;
    outline: none;
    box-shadow: none;
}

.rounded-pill {
    font-weight: 400;
}


/* #ingredient-tag-box {
  min-height: 0px;
} */

.badge {
    background-color: #ffc107;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.badge button {
    background: none;
    border: none;
    font-size: 0.75rem;
    margin-left: 4px;
    cursor: pointer;
}

.modal-footer {
    border: none;
    padding-bottom: 35px;
    padding-left: 35px;
}

.modal-footer button {
    padding: 10px 50px;
    border-radius: 2px;
    font-weight: 300;
}

.add button {
    font-size: 14px;
    padding: 2px 8px;
    border: 1px solid #d5cfcf;
}

.add button:hover {
    background: none;
    color: #888;
    border: 1px solid #d5cfcf;
}

.form-select {
    padding: 10px 8px;
    background-color: #f0f0f0;
    border-radius: 2px;
    border: none;
    font-size: 15px;
    font-weight: 300;
}


/* Green background with white text and icon for select box */

select.form-select.bg-success {
    background-color: #28a745;
    /* Green background */
    color: white;
    /* White text */
    border-color: #28a745;
    /* Green border to match the background */
}


/* Custom white dropdown with black text */

select.form-select.bg-success option {
    background-color: white;
    /* White background for options */
    color: black;
    /* Black text */
}


/* Change icon color to white */

select.form-select.bg-success {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 12px;
    padding: 10.7px 10px;
}


/* Hover effect for dropdown options */

select.form-select.bg-success option:hover {
    background-color: #f0f0f0;
    /* Light grey on hover */
}


/* When the select is focused, ensure it still matches the green color */

select.form-select.bg-success:focus {
    /* border-color: #28a745; */
    outline: none;
}

.form-select option {
    font-weight: 300;
}

.no-focus:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.error-message {
    font-weight: 400;
    font-size: 14px;
    color: red;
    /* background-color: #e1c5233b; */
    padding: 3px 10px;
    border-radius: 3px;
}

.error-message-2 {
    font-weight: 400;
    font-size: 14px;
    color: red;
}


/* Secound Modal */

.ingredient-badge {
    background: #fbecc5;
    color: #ce9910;
    font-weight: 400;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.fw-semibold {
    font-size: 40px;
    font-weight: 400;
}

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

.chicken-biriyani h5 {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
}

.chicken-biriyani h4 {
    font-size: 35px;
    font-weight: 400 !important;
}

.ingridient-name {
    font-size: 16px;
}

.modal-body-fixed {
    height: 80vh;
    /* Fixed modal height */
    overflow: hidden;
    padding: 50px 40px;
    gap: 60px;
}

.flex-shrink-0 img {
    height: 100%;
    object-fit: cover;
}

.left-image {
    height: 100%;
    object-fit: cover;
}

.right-scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    /* Hide horizontal scroll */
    max-height: 100%;
    scrollbar-width: none;
    /* Firefox */
}

.right-scrollable::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.quantity-label {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
}

.quantity-box {
    width: 100px;
    padding: 6px 12px;
    border: 1px solid #50b56f;
    background-color: #e8f5ee;
    color: #2e7d32;
    font-size: 14px;
    border-radius: 2px;
    white-space: nowrap;
    cursor: default;
    display: flex;
    justify-content: center;
    gap: 4px;
}


/* Ensure image fills height nicely */


/* .object-cover {
  object-fit: cover;
} */


/* Offer Menu Page */


/* .meal-table {
      width: 100%;
      font-family: sans-serif;
      border-collapse: collapse;
    }

    .meal-table td,
    .meal-table th {
      padding: 10px;
      vertical-align: middle;
    }

    .meal-label {
      font-weight: 500;
      margin-right: 8px;
    }

    .edit-icon {
      background: none;
      border: none;
      font-size: 16px;
      cursor: pointer;
      color: #555;
    }

    .cutoff-edit select {
      margin-right: 10px;
      padding: 5px 8px;
      border-radius: 4px;
      border: 1px solid #ccc;
    } */

.items-table {
    width: 100%;
    margin-bottom: 10px;
}

.items-table thead th {
    font-size: 18px;
    font-weight: 500;
}

.items-table td {
    color: #4e4e4e;
    font-weight: 400;
    padding: 4px 0px;
    font-size: 15px;
}

.menu-options label {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 15px;
    width: 100%;
}

.offering-date-container label {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 15px;
}

.menu-options h6 {
    font-size: 18px;
}

.O-time label,
p {
    color: #4e4e4e;
    font-weight: 400;
    font-size: 15px;
}


/* Green border always */

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #028940;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    margin-right: 8px;
}


/* Checkmark when checked */

input[type="checkbox"]:checked {
    background-color: #028940;
    border-color: #028940;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Calender*/

input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}

input[type="date"] {
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    color: green;
    z-index: 2;
    cursor: pointer;
}


/* ---------------- */

.offering-date-container {
    position: relative;
}

.custom-date-input {
    /* border: 1px solid #ccc; */
    /* border-radius: 6px; */
    /* padding: 8px 10px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* background: white; */
}

.custom-date-input2 {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
}

.custom-date-input img {
    color: #028940;
    width: 18px;
    height: 18px;
}


/* Calendar Overlay */

.calendar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.calendar-wrapper {
    background: white;
    width: 700px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.calendar-header {
    color: black;
    padding: 15px;
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 2px solid #aaa;
}

.calendar-header span {
    font-weight: 500;
    font-size: 18px;
}

.calendar-body {
    padding: 15px;
}

.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar-weekdays div {
    font-weight: 500;
    text-decoration: underline;
}

.calendar-days div {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.calendar-days div:hover {
    background: #eee;
}

.calendar-days .selected {
    background: #0b9444;
    color: white;
    font-weight: bold;
}

.offer-time.pt-3.pb-3 {
    border-bottom: 1px solid #aaa;
}

i.fa-solid.fa-calendar-days {
    color: #028940;
    font-size: 20px;
}


/* Create Offering Menu */

.upload-box-1 {
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.upload-box {
    background-color: #0b9444;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.upload-box:hover {
    background-color: #08783a;
}

.offering-head strong {
    font-size: 18px;
}

.offering-head p {
    font-size: 14px;
}

.custom-dropdown-container {
    max-width: 450px;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    position: relative;
}

.dropdown-wrapper {
    display: flex;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    /* padding: 8px 12px; */
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
}

.dropdown-input {
    border: none;
    flex: 1;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.add-button {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.dropdown-list {
    display: none;
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.dropdown-list li {
    padding: 10px 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.dropdown-list li:hover {
    background-color: #f8f8f8;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 8px;
}

.tag {
    background-color: #e6f9f0;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    padding: 6px 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.tag .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}


/* ------------- */

.time {
    color: #888;
}

.edit-btn {
    padding-left: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    position: absolute;
    /* right: 255px; */
    left: 277px;
}

.edit-btn img {
    width: 12px;
    padding-bottom: 3px;
}

.dropdowns {
    display: flex;
    gap: 10px;
    margin-left: auto;
}

select {
    padding: 5px;
}

.hidden {
    display: none!important;
}

.check-item {
    display: flex;
    align-items: center;
    padding: 5px;
}

.day-select,
.time-select {
    font-size: 14px;
}

.check-item.active {
    background-color: #f0f0f0;
    /* green */
}

.offer-card img {
    width: 20px;
}

.info-row {
    width: 100%;
}

.icon {
    width: 22px;
}

.label {
    font-size: 15px;
    color: #333;
}

.value {
    font-size: 16px;
    color: #444;
    font-weight: 400;
}

.ltable-rhead {
    font-size: 18px!important;
    font-weight: 500!important;
}

.npoint {
    pointer-events: none;
}


/* Datepicker */

.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text,
.mbsc-windows.mbsc-selected.mbsc-range-day .mbsc-calendar-cell-inner {
    background-color: #0b9444 !important;
}

.mbsc-windows.mbsc-range-control-wrapper .mbsc-windows.mbsc-segmented-button.mbsc-selected,
.mbsc-ios.mbsc-calendar-button.mbsc-button,
.mbsc-ios.mbsc-range-control-value.active {
    color: #0b9444 !important;
}

.mbsc-ios.mbsc-hover .mbsc-calendar-cell-text:hover,
.mbsc-calendar-cell-inner:hover>.mbsc-calendar-cell-text {
    background-color: #0b9444 !important;
    color: #fff;
}

.mbsc-range-day:after {
    background-color: lightgreen!important;
}


/* Datepicker */


/* Top header submenu */

.top-header .submenu {
    position: absolute;
    top: 100%;
    left: 40px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

.top-header .submenu a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.top-header .submenu a:hover {
    background-color: #f0f0f0;
}

.top-header .submenu.show {
    display: block;
}

.top-header .submenu .dropdown-item {
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.top-header .submenu .dropdown-item:hover {
    background-color: #f0f0f0;
}

.user-profile-image:hover .top-header .submenu {
    display: block;
}

.user-profile-image {
    position: relative;
    cursor: pointer;
}

.submenu img {
    width: 25px;
    height: 25px;
}


/* Top header submenu */


/* for dropdown kitchen order  */


/* Remove default arrow */

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


/* Kitchen Orders Button Styling */

.dropdown-button {
    background-color: white;
    border: none;
    color: #000;
    /* black text initially */
    font-weight: 600;
}

.dropdown-button:hover {
    color: #28a745;
    /* Bootstrap green */
}


/* Dropdown Menu Styling */

.dropdown-menu {
    min-width: 200px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


/* Dropdown Items */

.dropdown-item img {
    width: 16px;
    margin-right: 8px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #f2f2f2;
    color: #000;
}

#datePicker::-webkit-datetime-edit {
    color: rgb(38, 36, 39);
    /* Change this to your desired color */
}

.font-s15 {
    font-size: 15px;
}

.order-items button.date-selector {
    color: #4b5563;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
}

.order-items button.date-selector.active {
    color: #2563eb;
    text-decoration: underline;
}

.dropdown ul.dropdown-menu {
    padding: 0;
}

.dropdown ul.dropdown-menu li {
    padding-left: 10px;
}

.dropdown ul.dropdown-menu li:hover,
.dropdown ul.dropdown-menu li.active {
    background-color: #f2f2f2;
    color: #000;
    padding-left: 10px;
}

.left18 {
    left: 18px!important;
}


/* Profile */

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.rounded-md {
    border-radius: 0.375rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.menu-card .bi-three-dots-vertical.dropdown-toggle {
    color: black;         /* Change to your desired color */
    font-size: 28px;        /* Make it bigger */
    cursor: pointer;        /* Show pointer on hover */
    transition: color 0.2s;
    padding: 6px 10px;
    border-radius: 50%;
    background-color: white;
}

.menu-card .bi-three-dots-vertical.dropdown-toggle:hover {
    background: grey;    /* Light background on hover */
    color: white;         /* Change color on hover */
}

/* Profile */
/* New order toast – right-bottom popup (order id + delivery date) */
.new-order-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 220px;
    max-width: 280px;
    padding: 12px 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4;
    border-left: 4px solid #0f9d58;
    animation: new-order-toast-in 0.25s ease-out;
}
.new-order-toast strong { display: block; margin-bottom: 4px; color: #0f9d58; }
.new-order-toast-id { font-weight: 600; color: #333; }
.new-order-toast-date { color: #666; }
.new-order-toast-out { animation: new-order-toast-out 0.3s ease-in forwards; }
@keyframes new-order-toast-in {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes new-order-toast-out {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(20px); }
}