body { margin:0; font-family: Inter, sans-serif; }

.sb-dashboard {
  display:flex;
  min-height: 100vh;
}

/* Sidebar */
.sb-sidebar {
  width:250px;
  background:#0f172a;
  color:white;
  padding:20px;
}

.sb-logo {
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
}

.sb-menu li {
  list-style:none;
  padding:12px;
  cursor:pointer;
  border-radius:6px;
}

.sb-menu li:hover, .sb-menu li.active {
  background:#1e293b;
}

.sb-menu .logout {
}

/* Main Panel */
.sb-main {
  flex:1;
  background:#f8fafc;
  padding:20px;
}

/* Header */
.sb-header {
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}

.sb-header input {
  padding:8px;
  width:250px;
  border-radius:6px;
  border:1px solid #ccc;
}

/* Tabs */
.sb-tab { display:none; }
.sb-tab.active { display:block; }

/* Cards */
.sb-stats {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
}

.sb-card {
  background:white;
  padding:15px;
  border-radius:8px;
  box-shadow:0 1px 5px rgba(0,0,0,.1);
  font-size:18px;
}

/* Tables */
.sb-table {
  width:100%;
  background:white;
  border-collapse:collapse;
  margin-top:10px;
}

.sb-table th, .sb-table td {
  padding:10px;
  border-bottom:1px solid #ddd;
}

/* Badges */
.sb-notification-link .sb-badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7b5ce;
    color: #fff;
    font-size: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -7px;
    right: -8px;
}

.preparing { background:#f59e0b; }
.completed { background:#16a34a; }

/* Buttons */
.sb-btn {
  padding:10px 15px;
  background:#2563eb;
  color:white;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

.sb-charts {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:20px;
}

.sb-chart-box {
  background:white;
  padding:15px;
  border-radius:10px;
  box-shadow:0 1px 5px rgba(0,0,0,.1);
}

.sb-section {
  background:white;
  padding:15px;
  border-radius:10px;
  margin-top:20px;
  box-shadow:0 1px 5px rgba(0,0,0,.1);
}

.sb-review {
  border-bottom:1px solid #eee;
  padding:10px 0;
}

.sb-sidebar ul.sb-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}

.sb-sidebar  ul.sb-menu li a {
    color: #fff;
    text-decoration: none;
}

/* Reset WooCommerce login form */
.woocommerce form.login {
    border: none;
    padding: 0;
    margin: 0;
}

/* Each row spacing */
.woocommerce form.login .form-row {
    margin-bottom: 18px;
}

/* Labels */
.woocommerce form.login label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}

/* Inputs */
.woocommerce form.login input.input-text {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
}

.woocommerce form.login input.input-text:focus {
    border-color: #0d6efd;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}

/* Remember me */
.woocommerce form.login .form-row.remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.woocommerce form.login input[type="checkbox"] {
    transform: scale(1.1);
}

/* Login button */
.woocommerce form.login button.button {
    width: 100%;
    padding: 12px;
    border-radius: 999px;
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
}

.woocommerce form.login button.button:hover {
    background: #0b5ed7;
}

/* Lost password */
.woocommerce form.login .lost_password {
    text-align: center;
    margin-top: 14px;
}

.woocommerce form.login .lost_password a {
    font-size: 14px;
}

/* Remove WooCommerce inline layout quirks */
.woocommerce form.login .form-row-first,
.woocommerce form.login .form-row-last {
    width: 100%;
    float: none;
}



.sb-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sb-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sb-icon-btn {
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
}

#sbNotifBtn .sb-badge {
    position: absolute;
    top: -4px !important;
    right: -6px !important;
    background: #dc3545 !important;
    color: #fff !important;
    font-size: 10px !important;
    padding: 2px 5px !important;
    border-radius: 10px !important;
}

.sb-user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
}

.sb-avatar {
    border-radius: 50%;
}

.sb-user-menu {
    position: relative;
}

.sb-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    display: none;
    min-width: 160px;
    overflow: hidden;
    z-index: 100;
}

.sb-dropdown a {
    display: block;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
}

.sb-dropdown a:hover {
    background: #f5f5f5;
}
/* visible state */
.sb-dropdown.show {
    display: block;
}

.page-id-78 main#wp--skip-link--target, .page-id-75 main#wp--skip-link--target {
    margin-top: 0 !important;
}
.page-id-78 h1.wp-block-post-title, .page-id-75 h1.wp-block-post-title, .page-id-14 h1.wp-block-post-title {
    display: none;
}
/*.page-id-78 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained, .page-id-75 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 0 !important;
}*/
.page-id-78 header, .page-id-75 header, .page-id-14 header, .page-id-78 footer, .page-id-75 footer, .page-id-14 footer{
    display: none;
}
.page-id-78 button.woocommerce-button, .page-id-75 button, .page-id-14 button{
    background-color: #000 !important;
    border-color: #000 !important;
}
.page-id-78 a, .page-id-75 a{
    color: #000 !important;
    text-decoration: underline !important;
}
.page-id-14 a{
    color: #000 !important;
    text-decoration: none; !important;
    font-size: 14px !important;
}

/* Center the page */
.woocommerce-lost-password .woocommerce {
    /*min-height: 100vh;*/
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 20px;

    background: #fff;
    border-radius: 16px;
    max-width: 420px !important;
    width: 100%;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

/* Card wrapper */
.woocommerce-lost-password .woocommerce-ResetPassword {
    
}

/* Title */
.woocommerce-lost-password .woocommerce-ResetPassword h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Description */
.woocommerce-lost-password .woocommerce-ResetPassword p {
    text-align: center;
    color: #6b7280;
    width: 100% !important;
}

/* Input */
.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"],
.woocommerce-lost-password .woocommerce-ResetPassword input[type="email"] {
    height: 48px;
    border-radius: 10px;
}

/* Button */
.woocommerce-lost-password .woocommerce-ResetPassword button {
    width: 100%;
    height: 52px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    background: #0d6efd;
    border: none;
}

/* Button hover */
.woocommerce-lost-password .woocommerce-ResetPassword button:hover {
    background: #0b5ed7;
}

/* Back to login link */
.woocommerce-lost-password .woocommerce-ResetPassword a {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    text-decoration: none;
}

.sb-back-to-login a {
    display: inline-block;
    margin-top: 10px;
    color: #0d6efd;
    font-weight: 600;
}
#editBookingModal .modal-body h6 {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.booking-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
}

.header-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.booking-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    color: #6c757d;
}

.booking-id strong {
    color: #212529;
    font-weight: 600;
}

/* Status badge */
.status-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
}

/* Status colors */
.status-completed, .status-accepted {
    background: #e6f4ea;
    color: #137333;
}

.status-pending {
    background: #fff4e5;
    color: #b26a00;
}

.status-cancelled, .status-rejected {
    background: #fdecea;
    color: #b42318;
}

/* Close button alignment */
.booking-modal-header .btn-close {
    margin-top: 2px;
}

.salon-image-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.salon-image-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.image-actions {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .25s ease;
}

.salon-image-card:hover .image-actions {
    opacity: 1;
}

.notification {
    cursor: pointer;
    transition: background .2s ease;
}

.notification.unread {
    background: #eef4ff;
}

.notification:hover {
    background: #f8f9fa;
}

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

.sb-new-badge{
    align-self: center;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 12px;
    height: auto;
    white-space: nowrap;
}
.btn-black-hover:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
#tableViewBtn, #calendarViewBtn {
    border: 1px solid #f7b5ce !important;
    background: #fff;
    color: #f7b5ce !important;
}
#tableViewBtn:hover, #calendarViewBtn:hover {
    background: #f7b5ce !important;
    color: #fff !important
}
#tableViewBtn.active, #calendarViewBtn.active {
    background: #f7b5ce !important;
    color: #fff !important;
    border-color: #f7b5ce !important;
}
.sb-edit-booking {
    border-color: #0d6efd;
    color: #0d6efd;
}
.sb-edit-booking:hover, .view-detail:hover {
    background: #f7b5ce !important;
    color: #fff !important;
    border-color: #fff !important;
}
/* PAGINATION */
.pagination-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* FILTER */
.booking-row {
    transition: opacity 0.3s ease;
}
.fc-theme-standard td, .fc-theme-standard th {
    background: #0f172a !important;
}
#calendarView a{
    color: #f7b5ce !important;
}
#calendarView a .fc-daygrid-event-dot{
    border: calc(var(--fc-daygrid-event-dot-width)/2) solid #f7b5ce !important;
}
/* CALENDAR DATE CLICK */
#calendarView .fc-daygrid-day.fc-day-today {
    background: #f7b5ce !important;
    color: white !important;
}
#calendarView .fc-daygrid-day.fc-day-today a{
    color: white !important;
}
#calendarView .fc-daygrid-day.fc-day-today a .fc-daygrid-event-dot{
    border: calc(var(--fc-daygrid-event-dot-width)/2) solid white !important;
}
#calendarView .fc-daygrid-day-number {
    cursor: pointer;
}
.sb-review-item .text-warning {
    color: #f7b5ce !important;
}
.nav-tabs .nav-link, .nav-link:focus, .nav-link:hover{
    color: #f7b5ce !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--bs-nav-tabs-link-active-color) !important;
}
.salon-warning{
    background:#fff3cd;
    color:#856404;
    border:1px solid #ffeeba;
    padding:12px;
    margin-bottom:20px;
    border-radius:6px;
}