/* ===================================
    Crafto - Branding Studio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* variable - Complete Evokes.me Color Palette */
:root {
    /* Fonts */
    --alt-font: "Outfit", sans-serif;
    --primary-font: "Outfit", sans-serif;

    /* Brand Colors - Primary Purple */
    --base-color: #7400a6;
    --base-color-rgb: 116, 0, 166;
    --base-color-light: #b565d8;
    --base-color-lighter: #d19ee8;

    /* Brand Colors - Magenta & Pink Accents */
    --magenta: #c2158b;
    --rose-pink: #d946a6;
    --light-magenta: #e88dc9;

    /* Brand Colors - Lavender Tones */
    --lavender: #e0b3ff;
    --pale-lavender: #f3e5f5;
    --lavender-light: #f9f4fc;

    /* Neutral Colors */
    --dark-gray: #151515;
    --medium-gray: #626262;
    --light-gray: #e0e0e0;
    --extra-light-gray: #f5f5f5;
    --white: #ffffff;

    /* UI State Colors */
    --success: #2e7d32;
    --success-light: #e8f5e9;
    --warning: #f57f17;
    --warning-light: #fff8e1;
    --error: #c62828;
    --error-light: #ffebee;
    --info: #1976d2;
    --info-light: #e3f2fd;

    /* Gradient Backgrounds */
    --gradient-purple: linear-gradient(135deg, #7400a6 0%, #b565d8 100%);
    --gradient-rose: linear-gradient(135deg, #c2158b 0%, #d946a6 100%);
    --gradient-lavender: linear-gradient(135deg, #f3e5f5 0%, #ffffff 100%);
    --gradient-base-transparent: linear-gradient(262.67deg, #E7D8FD 34.74%, rgba(198, 186, 229, 0.97) 69.49%);

    /* Transparent Colors */
    --base-color-transparent: rgba(116, 0, 166, 0.1);
    --dark-gray-transparent: rgba(21, 21, 21, 0.8);
}

/* Form Controls */
.event-type-card.selected,
.template-card.selected,
.design-selector.active {
    border-color: #71286f !important;
    background-color: var(--lavender-light) !important;
    box-shadow: 0 5px 15px rgba(113, 40, 111, 0.1) !important;
}

.form-check-input {
    border-color: #71286f !important;
}

.form-check-input:checked {
    background-color: #71286f !important;
    border-color: #71286f !important;
}

.form-check-input:focus {
    border-color: #71286f !important;
    box-shadow: 0 0 0 0.25rem rgba(113, 40, 111, 0.1);
}

.form-check-input[type=radio] {
    border-radius: 100% !important;
}

/* reset */
body {
    font-size: 17px;
    line-height: 28px;
    font-family: var(--primary-font);
}

/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -1px;
    font-family: 'Playfair Display', serif;
}

h1,
.h1 {
    font-size: 5rem;
    line-height: 5.2rem;
}

.h2,
h2 {
    line-height: 3.2rem;
}

.h3,
h3 {
    line-height: 2.8rem;
}

.h6,
h6 {
    line-height: 2.2rem;
}

/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: none;
}

.btn.btn-extra-large {
    font-size: 19px;
    padding: 22px 45px;
}

.btn.btn-large {
    font-size: 16px;
    padding: 16px 34px;
}

.btn.btn-medium {
    font-size: 14px;
    padding: 12px 24px;
}

.btn.btn-small {
    font-size: 12px;
    padding: 9px 20px;
}

.btn.btn-very-small {
    font-size: 11px;
    padding: 9px 16px 7px;
}

.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 47px;
}

.btn.btn-switch-text.btn-large>span {
    padding: 16px 36px;
}

.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
}

.btn.btn-switch-text.btn-small>span {
    padding: 7px 22px;
}

.btn.btn-switch-text.btn-very-small>span {
    padding: 11px 18px 9px;
}

.btn.btn-link {
    padding: 0 0 2px;
}

.btn.btn-transparent-light-gray:active,
.btn.btn-transparent-light-gray:hover {
    border-color: var(--dark-gray);
}

/* gradient background color */
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(254, 243, 240, 0.5) 0%, #fff6f3 100%);
}

/* text gradient color */
.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #eaeaea, #efefef, #f7f7f7, #fafafa, #ffffff);
}

/* background */
.bg-bright-turquoise {
    background-color: #fcedff;
}

.bg-seashell {
    background-color: #fcedff;
}

.bg-base-color-transparent {
    background-color: rgba(171, 54, 255, 0.8);
}

/* padding */
.pb-190px {
    padding-bottom: 190px;
}

/* bg sliding line */
.bg-sliding-line-dark-gray {
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}

.stack-box .stack-item .stack-item-wrapper {
    background: linear-gradient(262.67deg, #E7D8FD 34.74%, rgba(198, 186, 229, 0.97) 69.49%);
}

.home-tab-section {
    border-radius: 10px;
    padding: 0px 25px;
}

.home-tab {
    background-color: #e4d8ff;
}

.bg-pink-box {
    background-color: #E8BCFC;
}

.home-box-alter {
    border: dashed 1px #ccc;
}

.bg-pink-heovr {
    background-color: #7400a6;
}

.btn-purple-color {
    background-color: #7400a6;
    color: white;
}

.btn-purple-color:hover {
    background-color: transparent;
    border: solid 2px #7400a6;
    color: #7400a6;
}

/* header */
header .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
}

.navbar .btn.btn-switch-text.btn-large>span {
    padding: 13px 25px 12px;
}

header .left-nav .navbar-nav:before {
    background: rgba(0, 0, 0, .3);
}

/* highlight separator */
.highlight-separator[data-shadow-animation] span,
.highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}

.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}

/* height */
.h-430px {
    height: 430px !important;
}

/* position */
.bottom-minus-180px {
    bottom: -180px;
}

/* HTML video play */
.video-icon-medium .video-icon {
    width: 60px;
    height: 60px;
}

.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 110px;
    height: 110px;
}

/* blog button */
.categories-btn {
    font-size: 12px;
}

/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 24px 0;
}

.accordion-style-02 .accordion-item .accordion-body {
    padding-right: 35px;
}

/* review star */
.review-star-icon i {
    color: var(--base-color);
}

/* animation rotation */
.animation-rotation-slow {
    -webkit-animation: rotation 35s infinite linear;
    animation: rotation 35s infinite linear;
}

/* list */
.list-style-02 li {
    align-items: center;
}

/* portfolio */
.portfolio-transform .portfolio-box .caption {
    box-shadow: none;
    padding: 10px 35px;
}

/* page title */
.page-title-extra-large h2 {
    font-size: 5rem;
    line-height: 5rem;
}

.page-title-extra-large h1 {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

/* swiper */
.swiper-pagination-style-2 .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.swiper-pagination-style-2 .swiper-pagination-bullet {
    margin: 0 10px !important;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* footer */
footer {
    line-height: 24px;
}

footer ul li {
    margin-bottom: 3px;
}

footer ul li a {
    color: var(--white);
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1270px;
    }
}

@media (max-width: 1900px) {
    .fs-275 {
        font-size: 14rem;
        line-height: 14rem;
    }
}

@media (max-width: 1600px) {
    header .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }

    h1,
    .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }

    .fs-275 {
        font-size: 12rem;
        line-height: 12rem;
    }
}

@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }

    .fs-275 {
        font-size: 9rem;
        line-height: 9rem;
    }
}

@media (max-width: 991px) {
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}

@media (max-width: 767px) {
    .fs-275 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

.text-purple {
    color: #A20BA8;
}

.solid-purple-border {
    border-radius: 20px;
    border: solid 2px #A20BA8;
}

.menu-bg {
    background: linear-gradient(262.67deg, #E7D8FD 34.74%, rgba(198, 186, 229, 0.97) 69.49%);
}

.text-purple-2 {
    color: #7400a6;
}

.nav-link {
    font-size: 13px;
}

/* faq */
.faq-section {
    padding: 80px 0;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d0d3b;
}

.accordion-button {
    background-color: #f7f8ff;
    border-radius: 12px !important;
    box-shadow: none;
    font-weight: 500;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #f7f8ff;
    box-shadow: none;
}

.accordion-body {
    background-color: #f7f8ff;
    color: #555;
}

.accordion .accordion-item .accordion-header .accordion-button {
    background: linear-gradient(262.67deg, #E7D8FD 34.74%, rgba(198, 186, 229, 0.97) 69.49%);
}

.wed-banner {
    background-color: #D284F3;
}

.about-banner-bg {
    background-color: #faf4ec !important;
}

.about-bg {
    background-color: #efd9f0 !important;
}

.text-golden {
    color: #EFE9E3 !important;
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 30px 0;
    color: var(--medium-gray);
    font-size: 14px;
}

.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--light-gray);
}

.auth-divider:not(:empty)::before {
    margin-right: 15px;
}

.auth-divider:not(:empty)::after {
    margin-left: 15px;
}

/* Custom Toggle Switch */
.form-switch .form-check-input {
    width: 40px;
    height: 20px;
    background-color: var(--light-gray);
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 20px;
    transition: background-position 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
    box-shadow: none;
    border: none;
}

.pricing-card {
    border-radius: 12px;
    background: var(--card);
    padding: 22px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
}

.pricing-card.featured {
    background: linear-gradient(180deg, #8b5572, #7b3a52);
    color: #fff;
}

.pricing-card .price {
    font-size: 28px;
    font-weight: 700;
}

.btn-cta {
    background: var(--accent-dark);
    border: 0;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
}

/* comparison table */
.compare-table {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--border);
    overflow: auto;
}

.compare-table table {
    min-width: 900px;
    border-collapse: collapse;
}

.compare-table th {
    background: transparent;
    padding: 12px 18px;
    font-weight: 700;
    color: #6b5960;
    border-bottom: 1px solid var(--border);
}

.compare-table td {
    padding: 12px 18px;
    border-bottom: 1px solid var(--border);
    font-size: 14px;
}

.check {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(180deg, #fff, #fff);
    border: 1px solid var(--border);
}

.check.on {
    background: linear-gradient(180deg, var(--accent), var(--accent-dark));
    color: #fff;
    border: 0;
}

/* Auth Pages Split Screen */
.auth-split-container {
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.auth-sidebar {
    flex: 1;
    background: var(--gradient-purple);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.auth-sidebar::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.auth-sidebar::after {
    content: '';
    position: absolute;
    bottom: -10%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.auth-content {
    flex: 1;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    overflow-y: auto;
}

.auth-form-wrapper {
    width: 100%;
    max-width: 450px;
}

@media (max-width: 991px) {
    .auth-sidebar {
        display: none;
    }

    .auth-content {
        padding: 40px 20px;
        overflow-y: auto;
    }
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    background: white;
    color: var(--dark-gray);
    font-weight: 600;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: var(--extra-light-gray);
    border-color: var(--medium-gray);
}

/* Dashboard Layout */
.dashboard-wrapper {
    display: flex;
    flex-direction: column;
    height: auto !important;
    min-height: 0 !important;
    background-color: #fcfaff;
}

.dashboard-header {
    height: 72px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    padding: 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.dashboard-sidebar {
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    width: 260px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-right: 1px solid rgba(116, 0, 166, 0.1);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

/* Custom Scrollbar for Sidebar */
.dashboard-sidebar::-webkit-scrollbar {
    width: 5px;
}

.dashboard-sidebar::-webkit-scrollbar-track {
    background: transparent;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
    background: rgba(116, 0, 166, 0.1);
    border-radius: 10px;
}

.dashboard-sidebar::-webkit-scrollbar-thumb:hover {
    background: rgba(116, 0, 166, 0.3);
}

.dashboard-main {
    flex: 1;
    margin-left: 260px;
    margin-top: 72px;
    padding: 0;
    min-width: 0;
    background-color: #fcfaff;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-left: 40px;
}

.header-nav-link {
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.header-nav-link:hover {
    color: var(--base-color);
}

.sidebar-nav {
    padding: 0;
    flex: 1;
}

.sidebar-nav-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: var(--medium-gray);
    text-decoration: none;
    border-radius: 12px;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-nav-item i {
    font-size: 20px;
    margin-right: 14px;
    transition: transform 0.2s ease;
}

.sidebar-nav-item:hover {
    background-color: rgba(116, 0, 166, 0.05);
    color: var(--base-color);
}

.sidebar-nav-item:hover i {
    transform: translateX(2px);
}

.sidebar-nav-item.active {
    background: var(--gradient-purple);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(116, 0, 166, 0.2);
}

.sidebar-nav-item.active i {
    color: #ffffff !important;
}

.sidebar-group-label {
    font-size: 11px;
    font-weight: 800;
    color: var(--medium-gray);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 20px 16px 8px;
    font-family: var(--alt-font);
    opacity: 0.6;
}

.dashboard-hero {
    background-color: #9c27b0;
    padding: 60px 40px;
    color: white;
    text-align: center;
    position: relative;
    background-image: linear-gradient(135deg, #7400a6 0%, #b565d8 100%);
}

.dashboard-hero h2 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
}

.dashboard-search-wrapper {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.dashboard-search-wrapper input {
    height: 48px;
    border-radius: 8px;
    padding-left: 45px;
    border: none;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dashboard-search-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--medium-gray);
    font-size: 18px;
}

.category-shortcuts {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.category-icon {
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
    transition: all 0.2s ease;
}

.category-item:hover .category-icon {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.category-label {
    font-size: 12px;
    font-weight: 500;
}

.dashboard-section {
    padding: 30px 40px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-title-serif {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--dark-gray);
}

.design-card-modern {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.design-card-modern:hover {
    transform: translateY(-4px);
}

.design-thumb {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.design-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design-info {
    padding: 12px 0;
}

.design-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.design-meta {
    font-size: 12px;
    color: var(--medium-gray);
}

/* Utility Classes */
.w-32px {
    width: 32px !important;
}

.h-32px {
    height: 32px !important;
}

.w-40px {
    width: 40px !important;
}

.h-40px {
    height: 40px !important;
}

.h-35px {
    height: 35px !important;
}

.ls-1px {
    letter-spacing: 1px !important;
}

.bg-lavender-light {
    background-color: var(--pale-lavender) !important;
}

.border-radius-10px {
    border-radius: 10px !important;
}

.border-radius-8px {
    border-radius: 8px !important;
}

.border-color-extra-light-gray {
    border-color: var(--extra-light-gray) !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-2 {
    border-width: 2px !important;
}

.top-10px {
    top: 10px !important;
}

.right-10px {
    right: 10px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

/* Brand Color Utilities */
.bg-base-color {
    background-color: var(--base-color) !important;
}

.text-base-color {
    color: var(--base-color) !important;
}

.border-base-color {
    border-color: #71286f !important;
}

/* Font Sizes */
.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-48 {
    font-size: 48px !important;
}

/* Opacity */
.opacity-8 {
    opacity: 0.8 !important;
}

/* Background Opacity */
.bg-opacity-5 {
    background-color: rgba(var(--base-color-rgb), 0.05) !important;
}

.bg-opacity-10 {
    background-color: rgba(var(--base-color-rgb), 0.1) !important;
}

.bg-opacity-20 {
    background-color: rgba(var(--base-color-rgb), 0.2) !important;
}

/* Border Opacity */
.border-opacity-10 {
    border-color: rgba(var(--base-color-rgb), 0.1) !important;
}

/* Order Status Widget */
.order-status-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.order-icon-box {
    width: 48px;
    height: 48px;
    background-color: #f3e5f5;
    color: #9c27b0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.order-progress-bar {
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 8px;
}

.order-progress-fill {
    height: 100%;
    background-color: #9c27b0;
    border-radius: 3px;
}

/* Saved Designs Grid */
.saved-design-card {
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.saved-design-card:hover {
    border-color: #9c27b0;
    box-shadow: 0 8px 24px rgba(156, 39, 176, 0.1);
}

.saved-design-thumb {
    aspect-ratio: 1/1;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.saved-design-thumb img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.saved-design-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.saved-design-card:hover .saved-design-overlay {
    opacity: 1;
}

/* Quick Actions Bar */
.quick-actions-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: -25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    padding: 0 40px;
}

.quick-action-item {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.quick-action-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border-color: var(--base-color);
    color: var(--base-color);
}

.quick-action-item i {
    font-size: 18px;
    color: var(--base-color);
}

/* Upcoming Events & RSVP Summary */
.event-card-compact {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.event-card-compact:hover {
    border-color: var(--base-color-light);
    background-color: var(--lavender-light);
}

.event-date-box {
    width: 50px;
    height: 50px;
    background-color: var(--pale-lavender);
    color: var(--base-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.event-date-box .month {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-date-box .day {
    font-size: 18px;
    font-weight: 800;
}

.rsvp-summary-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
}

.rsvp-stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.rsvp-stat-item:last-child {
    border-bottom: none;
}

.rsvp-count {
    font-weight: 700;
    font-size: 16px;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        transform: translateX(-100%);
    }

    .dashboard-main {
        margin-left: 0;
    }

    .dashboard-sidebar.show {
        transform: translateX(0);
    }

    .header-nav {
        display: none;
    }

    .quick-actions-bar {
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 0 20px;
    }
}

/* Global Icon Color - All Bootstrap Icons */
.bi {
    color: #A20BA8;
}

/* Override for specific colored icons that need to maintain their semantic colors */
.text-danger .bi,
.bi.text-danger {
    color: #dc3545 !important;
}

.text-success .bi,
.bi.text-success {
    color: #2e7d32 !important;
}

.text-warning .bi,
.bi.text-warning {
    color: #f57f17 !important;
}

.text-white .bi,
.bi.text-white {
    color: white !important;
}

.text-base-color .bi,
.bi.text-base-color {
    color: #A20BA8 !important;
}

.text-medium-gray .bi,
.bi.text-medium-gray {
    color: var(--medium-gray) !important;
}

.text-dark-gray .bi,
.bi.text-dark-gray {
    color: var(--dark-gray) !important;
}

.bg-dark-purple {
    background-color: #A20BA8 !important;
}