/*
Template Name: Dailycart - Multipurpose eCommerce Food & Grocery Delivery Mobile Template
Author: Askbootstrap
Author URI: https://themeforest.net/user/askbootstrap
Version: 0.1
*/

/*
- BODY
- SIDEBAR (OFFCANVAS) STYLES
- ULTRA-MODERN AUTHENTICATION PAGE
- ENABLE LOCATION PAGE STYLES
- SUPPORT PAGE STYLES
- NOTIFICATION SETTINGS PAGE STYLES
- NOTIFICATIONS PAGE STYLES
- SETTINGS PAGE STYLES
- ADD CARD PAGE STYLES
- PAYMENT METHODS PAGE STYLES
- ORDER TRACKING PAGE STYLES
- ORDER HISTORY PAGE STYLES
- ORDER DETAILS PAGE STYLES
- ADDRESS PAGE STYLES
- CHECKOUT PAGE STYLES
- CART PAGE STYLES
- PRODUCT PAGE STYLES
- HOME PAGE STYLES
 */

@import url("/public/assets/site/css/font/bootstrap-icons.css");

@import url("https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&amp;display=swap");

body {
  font-family: "TikTok Sans", sans-serif;
  background: #ededed;
  font-size: 12px;
}

/* Target the scrollbar for the entire body or a specific container */
body::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 3px; /* Adjust for desired thinness */
  height: 3px; /* For horizontal scrollbars if needed */
}

/* Style the scrollbar track (the background) */
body::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: #f0f0f0; /* Light color for the track */
}

/* Style the scrollbar thumb (the draggable part) */
body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background-color: #cccccc; /* Light color for the thumb */
  border-radius: 3px; /* Optional: adds rounded corners to the thumb */
}

/* Main Layout */
.body-wrap {
  padding-top: 65px; /* Header height */
  padding-bottom: 70px; /* Footer height */
}

.fs-9 {
  font-size: 9px;
}
.fs-10 {
  font-size: 10px;
}
.h6,
h6 {
  font-size: 14px;
}
.h5,
h5 {
  font-size: 16px;
}
.btn-primary {
  background: #ef4372;
  border-color: #ef4372;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #de2b5c !important;
  border-color: #de2b5c !important;
}
.btn-outline-secondary {
  background: rgb(239 67 114 / 7%);
  color: #ef4372;
  border: 1px solid #ef4372;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  color: #fff;
  background: #de2b5c !important;
  border-color: #de2b5c !important;
}
.form-check-input:checked {
  background-color: #ef4372;
  border-color: #ef4372;
}
.text-primary {
  color: #ef4372 !important;
}
.btn-outline-primary {
  color: #ef4372;
  border-color: #ef4372;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  color: #fff;
  background-color: #de2b5c !important;
  border-color: #de2b5c !important;
}
.navbar-brand-custom h6 {
  color: #212529;
}
.rounded-3 {
  border-radius: 0.75rem !important;
}
.input-group-text {
  border-radius: 0.75rem;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #ef4372 !important;
  border-color: #ef4372 !important;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #ef4372 !important;
  border-color: #ef4372 !important;
  color: #fff !important;
}
/* Sidebar (Offcanvas) */
/*
=========================
NEW SIDEBAR (OFFCANVAS) STYLES
=========================
*/
.offcanvas-body {
  display: flex;
  flex-direction: column;
}

/* Sidebar Profile Header */
.sidebar-profile {
  background: linear-gradient(135deg, #950fdb, #0d5dd1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar-profile h5 {
  font-weight: 600;
}
.sidebar-profile small {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-profile img {
  height: 35px;
}

/* Sidebar Group Headings */
.sidebar-heading {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  padding: 1rem 12px 0.5rem;
  letter-spacing: 0.5px;
}

/* Sidebar Navigation Links */
.offcanvas-body .nav-link {
  color: #343a40;
  padding: 8px 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-left: 4px solid transparent; /* For active state indicator */
  transition: all 0.2s ease-in-out;
}

/* Icon styling */
.offcanvas-body .nav-link i {
  margin-right: 12px;
  font-size: 16px;
  width: 25px;
  text-align: center;
  color: #6c757d;
  transition: color 0.2s ease-in-out;
}

/* Hover State */
.offcanvas-body .nav-link:hover {
  background-color: #f8f9fa;
  color: #950fdb;
}
.offcanvas-body .nav-link:hover i {
  color: #950fdb;
}

/* Active Link State */
#sidebarMenu {
  width: 270px;
}
.offcanvas-body .nav-link.active {
  background-color: rgb(149 14 219 / 8%);
  color: #950fdb;
  border-left-color: #950fdb;
}
.offcanvas-body .nav-link.active i {
  color: #950fdb;
}

/* Logout Button Section */
.sidebar-logout {
  padding: 0.5rem 0;
  border-top: 1px solid #dee2e6;
}
.sidebar-logout .nav-link i {
  color: #dc3545; /* Red color for logout icon */
}
.sidebar-logout .nav-link:hover {
  color: #dc3545; /* Keep text red on hover */
}

/* Footer Bottom Nav */
.footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1020;
  height: 70px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-nav a {
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  font-size: 0.75rem;
}
.footer-nav a.active {
  color: #950fdb;
  font-weight: 600;
}
.footer-nav a i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 4px;
}

/* Common Card Style */
.card {
  border-radius: 1rem;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Product Card */
.product-card .card-img-top {
  height: 150px;
  object-fit: contain;
  padding: 1rem;
}

/* Form Controls */
.form-control,
.form-select {
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #950fdb;
}
.btn {
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  font-weight: 600;
}

/*
=========================
ULTRA-MODERN AUTHENTICATION PAGE
=========================
*/

/* This creates the full-screen layout */
.auth-body {
  background-color: #6f42c1; /* Fallback color */
  height: 100vh;
  overflow: hidden;
}

.auth-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* The top part with the gradient and illustration */
.auth-header {
  flex-shrink: 0;
  padding: 3rem 1rem 4rem 1rem;
  text-align: center;
  background: linear-gradient(135deg, #6f42c1, #3f2b96);
}

.auth-illustration {
  max-width: 220px;
  margin-bottom: 1.5rem;
  animation: float 4s ease-in-out infinite;
}

/* The bottom part with the form content */
.auth-content {
  flex-grow: 1;
  background-color: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 1.5rem;
  margin-top: -2.5rem; /* Pulls the sheet up over the header */
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
  overflow-y: auto; /* Allows scrolling on small screens */
}

/* Gentle floating animation for the illustration */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* Refined Tab Styles */
.nav-pills {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 4px;
}
.nav-pills .nav-link {
  color: #6c757d;
  font-weight: 600;
}
.nav-pills .nav-link.active {
  background-color: #fff;
  color: #950fdb;
  border-radius: 0.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* "OR" Divider Style */
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: #6c757d;
  text-align: center;
  height: 1.5em;
  opacity: 0.7;
}
.hr-text:before {
  content: "";
  background: #e9ecef;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: "LOGIN WITH";
  position: relative;
  display: inline-block;
  color: #6c757d;
  padding: 0 0.5em;
  line-height: 1.5em;
  background-color: #fff; /* Match the sheet background */
}

/*
=========================
NEW ENABLE LOCATION PAGE STYLES
=========================
*/

.location-page-wrapper {
  /* This setup makes the wrapper a flex container that fills the available vertical space */
  display: flex;
  flex-direction: column;
  height: calc(
    100vh - 130px
  ); /* Full viewport height minus header (60px) and footer (70px) */
  background: #eef7ff; /* A soft, light blue background */
  padding: 0;

  overflow: hidden; /* Prevents unwanted scrollbars */
}

/* The top part with the illustration */
.location-header {
  flex: 1; /* Allows this section to grow and push the content sheet down */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.location-illustration {
  max-width: 80%;
  max-height: 250px;
  font-size: 130px;
  animation: float 4s ease-in-out infinite; /* Re-using the float animation */
}

/* The bottom content "sheet" */
.location-content-sheet {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  text-align: center;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.08);
}

/* Keyframe for the floating animation (if not already in your CSS) */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.store-img {
  height: 72px !important;
  border-radius: 12px !important;
  aspect-ratio: 3.14 / 1 !important;
  object-fit: cover !important;
}

/*
=========================
NEW SUPPORT PAGE STYLES
=========================
*/

/* Centered header for the page */
.support-header {
  text-align: center;
}

/* Custom styles for the search bar */
.support-search-bar .input-group {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border-radius: 0.75rem; /* Matches other form elements */
}
.support-search-bar .form-control,
.support-search-bar .input-group-text {
  border: none;
  background-color: #fff;
}
.support-search-bar .input-group-text {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.support-search-bar .form-control {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

/* Grid layout for the support option cards */
.support-options-grid {
  display: grid;
  gap: 1rem;
}

/* Individual support card styling */
.support-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  text-decoration: none;
  color: #343a40;
  transition: all 0.2s ease-in-out;
}

/* Hover effect for the cards */
.support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #950fdb;
  color: #950fdb;
}
.support-card:hover .text-muted {
  color: #950fdb !important;
  opacity: 0.8;
}

/* Icon styling within the cards */
.support-card i {
  font-size: 2.5rem;
  color: #950fdb;
}

/* Direct contact info section */
.contact-info-section {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}

.contact-info-section .list-group-item {
  background-color: transparent; /* Make list items transparent */
}
.contact-info-section i {
  font-size: 1.25rem;
  color: #6c757d;
}

/*
=========================
NEW NOTIFICATION SETTINGS PAGE STYLES
=========================
*/

/* Base card styling for each notification item */
.notification-item,
.master-toggle-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
}

/* Hover effect for individual items */
.notification-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

/* Master toggle card styling */
.master-toggle-card {
 