/* Importação dos componentes CSS */
/* @import 'components/typo.css';
@import 'components/tables.css';
@import 'components/forms.css';
@import 'components/cards.css';
@import 'components/modals.css';
@import 'components/utilities.css';
@import 'components/tags.css';
@import 'components/grid.css';
@import 'components/tabs.css';
@import 'components/switch.css';
@import 'components/slider.css';
@import 'components/settings.css';
@import 'components/buttons.css';
@import 'components/pagination.css';
@import 'components/saved-searches.css';
@import 'components/notifications.css';
@import 'components/pusher-notifications.css'; */

:root {
    --section-bg: #FFFFFF99;
    --card-bg: #F9F9F977;
    --card-bg2: #e8ebed99;
    --theme-color: black;
    --theme-bg-color: #dddedf;
    --text: #000;
    --text2: #77603a;
    --theme-bg-image: url('/images/themes/performance/bg-simbol.png');
    --theme-logo-image: url('/images/themes/performance/logo-light.svg');
    /* --gradient: linear-gradient(90deg,#ed9b0e 0%, #fcd445 100%); */
    --gradient: linear-gradient(90deg, #FBB03B, #FF6B6B);
    --main: #ffa600;
    --main-bar: #ffa60055;
    --second: #ed9b0e;
    --complement: #ed9b0e;
    /* --border-color: #5555553a; */
    --border-color: #55555528;
    --border-color-focus: #3593ff;
    --shadow-color-focus: #3593ff55;
    --shadow-color: #00000011;
    /* --filter-bg: #E4E1D6; */
    --filter-bg: #dbd1c155;

    --input-bg: #FFFFFF;
    --input-bg-focus: #FFFFFF;

    --primary: #007bff;
    --success: #28a745;
    --danger: #dc3545;
    --warning: #ffc107;

    --primary30: #007bff55;
    --success30: #28a74555;
    --danger30: #dc354555;
    --warning30: #ffc10755;

    --icon-aff: #43A047;
    --icon-anun: #FB8C00;

    --primary-text: #002955;
    --success-text: #115822;
    --danger-text: #72131d;
    --warning-text: #5f4802;
    --shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    color: var(--theme-color);
}

html[data-color-scheme="dark"] {
    --section-bg: #FFFFFF22;
    --card-bg: #29282c9f;
    --card-bg2: #00000042;
    --theme-color: #ffffff;
    --theme-bg-color: #333335;
    --text: #FFF;
    --text2: #838791;
    --border-color: #485461;
    --border-color-focus: #3593ff;
    --shadow-color-focus: #3593ff55;
    --main: #fcd445;
    --main-bar: #fcd44555;
    --filter-bg: #776442;
    --thead-bg: #E4E1D6;
    --input-bg: #00000066;
    --input-bg-focus: #000000;
    --icon-aff: #A5D6A7;
    --icon-anun: #FFB74D;
    --primary-text: #8ac3ff;
    --success-text: #9affb1;
    --danger-text: #ff9aa4;
    --warning-text: #ffe595;
    --shadow: 0 0 20px rgba(0, 0, 0, .5);
}

html[data-color-scheme="dark"][data-theme="iGoal"] {
    --theme-bg-color: #0E0C15;
    --theme-bg-color: #0D0B13;
    --gradient: #9c6bf1;
    --main: #805AF5;
    --icon-anun: #7C3AED55;
    --card-bg: #423f5c79;
    --border-color: #7a72839c;
    --primary-text: #8ac3ff;
    --success-text: #9affb1;
    --danger-text: #ff9aa4;
    --warning-text: #ffe595;
    --shadow: 0 0 20px rgba(0, 0, 0, .5);

    /* --border-color: #55555528; */
    --border-color-focus: #9c6bf1;
    --shadow-color-focus: #733ecfbb;
    --shadow-color: #7f47dfc5;
}

html[data-color-scheme="light"][data-theme="iGoal"] {
    --theme-bg-color: #e2e0e6;
    --text2: #77603a;
    --gradient: #9c6bf1;
    --main: #7C3AED;
    --main-bar: #7C3AED55;
    --icon-anun: #7C3AED55;
    --second: #7C3AED;
    --complement: #7C3AED;
}

html[data-color-scheme="dark"][data-theme="iGoal"] {
    --theme-bg-color: #0E0C15;
    --theme-bg-color: #0D0B13;
    --gradient: #9c6bf1;
    --main: #805AF5;
    --icon-anun: #7C3AED55;
    --card-bg: #423f5c79;
    --border-color: #7a72839c;
    --primary-text: #8ac3ff;
    --success-text: #9affb1;
    --danger-text: #ff9aa4;
    --warning-text: #ffe595;
    --shadow: 0 0 20px rgba(0, 0, 0, .5);

    /* --border-color: #55555528; */
    --border-color-focus: #9c6bf1;
    --shadow-color-focus: #733ecfbb;
    --shadow-color: #7f47dfc5;
}

html[data-color-scheme="light"][data-theme="Influenciador"] {
    --theme-bg-color: #e1e2eb;
    --text2: #77603a;
    --gradient: linear-gradient(90deg, #f70067, #ff00f2);
    --main: #f70067;
    --second: #f70067;
    --complement: #f70067;
}

html[data-color-scheme="dark"][data-theme="Influenciador"] {
    --theme-bg-color: #1e2345;
    --gradient: linear-gradient(90deg, #f70067, #ff00f2);
    --main: #f70067;
    --icon-anun: #ff4daf;
    --card-bg: #0c112a85;
    --border-color: #232a49;
    --primary-text: #8ac3ff;
    --success-text: #9affb1;
    --danger-text: #ff9aa4;
    --warning-text: #ffe595;
    --shadow: 0 0 20px rgba(0, 0, 0, .5);
}

html[data-color-scheme="dark"] ::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

html[data-color-scheme="dark"] .light-only {
    display: none;
}

html[data-color-scheme="light"] .dark-only {
    display: none;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-bg-color);
    background: url('/images/bg-shape-left.png') no-repeat;
    background-position: left bottom;

    z-index: -1;
    /* background-size: cover; */
    opacity: 1;

}

html.has-wallpaper .wallpaper .bg {
    background: var(--wallpaper-url, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

html.has-color-background:not(.has-wallpaper) .wallpaper .bg {
    background: var(--background-color, var(--theme-bg-color)) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
}

html.has-color-background .wallpaper .bg {
    background-color: var(--background-color) !important;
}

html:not(.has-wallpaper)[data-color-scheme="dark"] .wallpaper .bg {
    background: url('https://images.pexels.com/photos/1809644/pexels-photo-1809644.jpeg');
    background-size: cover;
}

html:not(.has-wallpaper)[data-color-scheme="dark"][data-theme="Influenciador"] .wallpaper .bg {
    background: url('/images/themes/influencers/bg-dark.jpg');
    background-size: cover;
}

html:not(.has-wallpaper)[data-color-scheme="light"] .wallpaper .bg {
    background: url('https://img.freepik.com/free-photo/foggy-scenery-pier-leading-ocean-cold-morning_181624-6129.jpg?w=3000');
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.all {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    transition: all 0.5s ease-in-out;
    overflow: auto;
    z-index: 0;
}

a {
    color: var(--theme-color);
}

hr {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 10px 0;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
}

.color-danger {
    background-color: #dc3545;
    color: #fff;
}

.color-warning {
    background-color: #ffc107;
    color: #212529;
}

.color-info {
    background-color: #17a2b8;
    color: #fff;
}

.color-success {
    background-color: #28a745;
    color: #fff;
}

.hidden {
    display: none;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

.material-symbols-rounded.fill {
  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}

body {
    background-color: var(--theme-bg-color);
    display: flex;
    min-height: 100vh;
    background-size: 100% auto;
    background-position: top;
}

.container-fluid {
    width: 100%;
    padding: 0 15px;
    
}

html[data-color-scheme="dark"] .light-mode-only {
    display: none;
}

html[data-color-scheme="light"] .dark-mode-only {
    display: none;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    padding: 20px 20px 20px 20px;
    position: fixed;
    overflow: hidden;
    overflow-y: hidden;
    transition: all 300ms cubic-bezier(0.77,0,0.18,1);
    border-radius: 0;
    z-index: 99;
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0);
}

.colapsed .sidebar {
    padding: 0 0 20px 20px;
}

.sidebar:hover,
body.fixed .sidebar {
    overflow-y: auto;
    width: 300px;
    border-right: none;
}

body:not(.fixed) .sidebar:hover {
    backdrop-filter: blur(20px);
    box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.1);
    background: var(--card-bg);
    /* border-right: var(--border-color) solid 1px; */
}

.sidebar .group {
    padding: 0 0 20px 0 ;
    border-radius: 5px;
    
}

.sidebar .group .group-title {
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    margin-left: -30px;
}

.sidebar .group:has(.group-title:hover) {
    background: var(--border-color);
}

.sidebar .group ul {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.sidebar .group ul.collapsed {
    max-height: 0;
    padding: 0;
}

.sidebar .group-title .material-symbols-rounded {
    transition: transform 0.3s ease;
}

.sidebar .group-title .material-symbols-rounded.rotated {
    transform: rotate(-180deg);
}

.sidebar .logo {
    width: 280px;
    height: 90px;
    padding-left: 0;
    content: var(--theme-logo-image);
    display: flex;
    transition: ease-in-out all 0.2s;
}

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

.sidebar ul li {
    list-style: none;
    padding: 1px 10px;
}

.sidebar ul li a {
    position: relative;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    border-radius: 10px;
    z-index: 2;
}

.sidebar ul li a .badge {
    background: var(--danger);
    color: #fff;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
}

/* .sidebar ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 100%;
    border-radius: 5px;
    background:#31343a;
    z-index: -1;
    transition: ease-in-out all 0.2s;
} */

html[data-color-scheme="light"] .sidebar ul li a:before {
    background:#dadce0;
}

.sidebar ul li a:hover {
    background: var(--card-bg);
}


.sidebar ul li .material-symbols-rounded  {
    margin-right: 10px;
    /* background: #353638; */
    color: var(--text);
    padding: 5px;
    border-radius: 5px;
}

html[data-color-scheme="light"] .sidebar ul li .material-symbols-rounded  {
    background:#FFFFFF55;
}

.sidebar ul li a.active .material-symbols-rounded  {
    background: var(--main);
    color: #fff;
}

.sidebar ul li a .legend  {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
}
.sidebar ul li a:hover .legend  {
    color: var(--primary);
}

.content {
    margin-left: 140px;
    margin-top: 80px;
    width: calc(100% - 140px);
}

*::-webkit-scrollbar {
    width: 1px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background-color: var(--border-color);
}

@media (max-width: 1220px) {
    .sidebar {
        width: 60px;
        overflow: hidden;
    }
    /* .sidebar ul li a .legend  {
        display: none;
    } */
    /* .content {
        margin-left: 60px;
        width: calc(100% - 60px);
    } */
    /* .all {
        padding: 10px;
    } */
}

.topbar-left {
    width: 100%;
}


.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    padding: 8px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.mobile-menu-btn:hover {
    background-color: var(--border-color);
}

.mobile-menu-btn .material-symbols-rounded {
    font-size: 24px;
    color: var(--text);
}

.user-area {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 20px;
}

.dropdown {
    position: fixed;
    width: 350px;
    right: 30px;
    z-index: 999;
    top: -500px;
    background: var(--card-bg);
    margin: 0;
    border-radius: 10px;
    flex: 1;
    padding: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    border: solid 1px var(--border-color);
    box-shadow: var(--shadow);
    display: block;
    transition: cubic-bezier(0.68,-0.55,0.27,1.55) all 0.3s;
}

.dropdown.show {
    top: 120px;
    display: block;
}

.colapsed .dropdown.show {
    top: 80px;
    display: block;
}

.dropdown.notification-dropdown {
    width: 400px;
}

.apps-dropdown {
    width: 520px;
}

.apps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 12px 16px 16px 16px;
}

.app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    border-radius: 10px;
    text-decoration: none;
    color: var(--text);
    background: var(--card-bg);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    overflow: hidden;
}

.app-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.app-item img.app-icon {
    width: 100%;
    height: auto;
    display: block;
}

.user-dropdown span.name,
.user-dropdown a {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
    gap: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    width: 100%;
    transition: ease-in-out all 0.2s;
    text-decoration: none;
    color: var(--text);
}

.user-dropdown a:hover {
    background: var(--border-color);
}

.dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.dropdown-header h4 {
    font-size: 16px;
    margin: 0;
}

.clear-all {
    font-size: 12px;
    color: #0072CE;
    cursor: pointer;
    text-decoration: underline;
}

.dashboard {
    padding: 20px;
}

.text-right {
    text-align: right;
}

span.material-symbols-rounded.custom {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 20px;
    font-size: 32px;
    border-radius: 10px 60px 60px 60px;
    background: var(--complement);
    color: #FFF;
}

.loading svg path {
    stroke-width: 20px;
    stroke-linecap: round;
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
    animation: dash 3s linear infinite;
}

#loading {
    opacity: 0;
    display: none;
    transition: opacity .500s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 9999;
    backdrop-filter: blur(10px);
}

#loading.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.topbar {
    position: absolute;
    top: 20px;
    right: 30px;
    left: 170px;
    border-radius: 10px;
    /* background: var(--card-bg); */
    padding: 20px 20px 20px 20px;
    z-index: 98;
    display: flex;
    /* display: none; */
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.68,-0.55,0.27,1.55);
    /* border: solid 1px var(--border-color); */
}

.has-admin-user .topbar {
    background: linear-gradient(90deg,var(--card-bg) 0%, var(--card-bg) 85%, var(--main) 100%);
    background-repeat: no-repeat;
}

.topbar .icon {
    background: var(--card-bg);
}
@media (min-width: 768px) {
    body.fixed .topbar {
        left: 330px;
    }

    
    /* .colapsed .topbar {
        top: 0;
        padding: 10px 20px;
        border-radius: 0 0 10px 10px;
        border-top: none;
    }

    .colapsed .topbar .breadcrumb-wrapper {
        display: none;
    } */

    body.fixed .sidebar .logo,
    .sidebar:hover .logo {
        width: 210px;
        padding-left: 10px;
        content: var(--theme-logo-image)
    }

    body.fixed .content {
        margin-left: 300px;
        margin-top: 80px;
        width: calc(100% - 300px);
    }

    body.fixed .sidebar .group .group-title,
    .sidebar:hover .group .group-title {
        margin-left: 0;
        cursor: pointer;
        color: var(--text);
        font-weight: 700;
        opacity: .5;
    }

    /* body.fixed .sidebar .group .group-title:hover span,
    .sidebar:hover .group .group-title:hover span {
        color: var(--border-color);
    } */
}

@keyframes dash {
    to {
        /* stroke-dasharray: 340; */
        stroke-dashoffset: -340;
    }
}

@media (max-width: 768px) {
    .dropdown {
        display: none;
    }
    .topbar {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        border-radius: 0;
        background: var(--card-bg2);
        padding: 20px;
        backdrop-filter: blur(20px);
        z-index: 98;
        display: flex;
        /* display: none; */
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s cubic-bezier(0.68,-0.55,0.27,1.55);
        border: none;
    }
    .topbar .breadcrumb-wrapper {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Sidebar Overlay */
    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .sidebar-overlay.active {
        opacity: 1;
    }

    /* .topbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 30px;
        border-bottom: 1px solid var(--border-color);
        background: var(--card-bg);
        backdrop-filter: blur(10px);
        position: sticky;
        top: 0;
        z-index: 100;
        min-height: 60px;
    } */

    .mobile-menu-btn {
        display: block;
    }

    .sidebar {
        position: fixed;
        left: -100%;
        top: 0;
        width: 280px;
        height: 100vh;
        background: var(--card-bg);
        backdrop-filter: blur(20px);
        border-right: 1px solid var(--border-color);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        transition: left 0.3s ease;
        overflow-y: auto;
        padding: 20px;
    }

    .sidebar.active {
        left: 0;
        width: 100%;

    }

    .sidebar-overlay {
        display: block;
    }

    .content {
        margin-left: 0;
        width: 100%;
    }

    .topbar-left {
        display: flex;
        align-items: center;
    }

    .topbar {
        padding: 10px 15px;
        flex-wrap: wrap;
    }

    .topbar-left {
        flex: 1;
        min-width: 0;
    }

    .topbar h2 {
        font-size: 16px !important;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .topbar h4 {
        font-size: 11px !important;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .user-area {
        gap: 8px;
        flex-shrink: 0;
    }

    .user-area .icon {
        padding: 6px;
    }

    .user-area .icon .material-symbols-rounded {
        font-size: 20px;
    }

    /* Notifications dropdown mobile */
    .notifications-dropdown {
        position: fixed !important;
        top: 60px !important;
        right: 10px !important;
        left: 10px !important;
        width: auto !important;
        max-height: 70vh;
        overflow-y: auto;
    }

    .notifications-dropdown .notifications-header {
        padding: 15px;
        border-bottom: 1px solid var(--border-color);
    }

    .notifications-dropdown .notification-item {
        padding: 12px 15px;
    }

    /* User dropdown mobile */
    .dropdown {
        position: fixed;
        top: 60px;
        right: 10px;
        width: 200px;
    }

    .apps-dropdown {
        width: auto;
        left: 10px;
        right: 10px;
    }

    .apps-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .card {
        margin: 10px;
        border-radius: 8px;
    }

    .container-fluid {
        padding: 0 10px;
    }
}

/* Estilos para Modal de Preview de Arquivo */
#filePreviewModal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#filePreviewModal .modal-dialog {
    max-width: 90vw;
    max-height: 90vh;
    margin: 0 !important;
    position: relative !important;
}

#filePreviewModal .modal-body {
    padding: 1.5rem;
}

#filePreviewContainer {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: 8px;
    padding: 1rem;
}

#filePreviewContainer img,
#filePreviewContainer video {
    max-width: 100%;
    max-height: 400px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#filePreviewContainer audio {
    width: 100%;
    max-width: 400px;
}

#filePreviewContainer iframe {
    border: 1px solid var(--bs-border-color);
    border-radius: 8px;
}

/* Timeline para histórico de feedback */
/* .timeline {
    position: relative;
}

.timeline-item {
    position: relative;
    padding-left: 1rem;
}

.timeline-item:last-child {
    margin-bottom: 0 !important;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor;
} */

/* Responsividade da modal */
@media (max-width: 992px) {
    #filePreviewModal .modal-dialog {
        max-width: 95vw;
        margin: 0.5rem;
    }
    
    #filePreviewModal .row > div {
        margin-bottom: 1rem;
    }
    
    #filePreviewContainer {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    #filePreviewModal .modal-body {
        padding: 1rem;
    }
    
    #filePreviewContainer {
        min-height: 200px;
        padding: 0.5rem;
    }
    
    #filePreviewContainer img,
    #filePreviewContainer video {
        max-height: 250px;
    }
}

/* Estilos para listas dentro da descrição da campanha */
.campaign-description ul,
.campaign-description ol {
    margin: 15px 0;
    padding-left: 25px;
    list-style-position: inside;
}

.campaign-description ul {
    list-style-type: disc;
}

.campaign-description ol {
    list-style-type: decimal;
}

.campaign-description li {
    margin-bottom: 8px;
    line-height: 1.5;
    padding-left: 5px;
}

.campaign-description ul li::marker {
    color: var(--main);
}

.campaign-description ol li::marker {
    color: var(--main);
    font-weight: 600;
}

.campaign-description p {
    margin-bottom: 20px;
    font-weight: 400;
}

.campaign-description h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

.campaign-description h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

/* Timeline Component */
.timeline {
    position: relative;
    padding-left: 30px;
}

/* Line Styles */
.timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    bottom: 0;
    width: 2px;
    background: var(--border-color);
    z-index: 0;
}

.timeline.line-dashed::before {
    background: none;
    border-left: 2px dashed var(--border-color);
}

.timeline-item {
    position: relative;
    padding-bottom: 20px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

/* Marker */
.timeline-marker {
    position: absolute;
    left: -29px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--card-bg);
    border: 2px solid var(--border-color);
    z-index: 1;
    transition: all 0.3s ease;
}

.timeline-item.success .timeline-marker {
    border-color: var(--success);
    background: var(--success);
    box-shadow: 0 0 0 3px var(--success30);
}

.timeline-item.warning .timeline-marker {
    border-color: var(--warning);
    background: var(--warning);
    box-shadow: 0 0 0 3px var(--warning30);
}

.timeline-item.danger .timeline-marker {
    border-color: var(--danger);
    background: var(--danger);
    box-shadow: 0 0 0 3px var(--danger30);
}

.timeline-item.primary .timeline-marker {
    border-color: var(--primary);
    background: var(--primary);
    box-shadow: 0 0 0 3px var(--primary30);
}

/* Content */
.timeline-content {
    position: relative;
}

/* Variants */
.timeline.variant-cards .timeline-content {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 15px;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

/* Card Variants - Colored Backgrounds */
.timeline.variant-cards .timeline-item.success .timeline-content {
    background: rgba(40, 167, 69, 0.1);
    border-color: rgba(40, 167, 69, 0.2);
}

.timeline.variant-cards .timeline-item.warning .timeline-content {
    background: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.2);
}

.timeline.variant-cards .timeline-item.danger .timeline-content {
    background: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.2);
}

.timeline.variant-cards .timeline-item.primary .timeline-content {
    background: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
}

/* Adjust text colors for colored cards if needed */
.timeline.variant-cards .timeline-item.success .timeline-title { color: var(--success-text); }
.timeline.variant-cards .timeline-item.warning .timeline-title { color: var(--warning-text); }
.timeline.variant-cards .timeline-item.danger .timeline-title { color: var(--danger-text); }
.timeline.variant-cards .timeline-item.primary .timeline-title { color: var(--primary-text); }


.timeline.variant-plain .timeline-content {
    background: transparent;
    border: none;
    padding: 0 0 0 10px;
    box-shadow: none;
}

/* Density */
.timeline.density-compact .timeline-item {
    padding-bottom: 10px;
}

.timeline.density-comfortable .timeline-item {
    padding-bottom: 30px;
}

/* Header & Meta */
.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 8px;
}

.timeline-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    color: var(--text);
}

.timeline-time {
    font-size: 12px;
    color: var(--text2);
    white-space: nowrap;
    margin-left: 10px;
}

.timeline-text {
    font-size: 13px;
    color: var(--text2);
    margin-bottom: 10px;
    line-height: 1.5;
}

/* Actions */
.timeline-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.timeline-body {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
    font-size: 12px;
}

.timeline-body pre {
    background: var(--bg);
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 0;
}
