body {
    background-color: #F0F0F0;
}

.nav-label,
.top-row span,
.top-row label {
    color: #737373;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0.25rem 0;
}

.create-brief-btn {
    padding: 0.5rem 1rem; /* increase height & width */
    font-size: 0.9rem; /* slightly larger text */
}

.create-brief-btn .plus-icon {
    margin-right: 0.5rem; /* space between + and text */
    font-weight: bold; /* make + stand out */
    font-size: 1.2rem; /* slightly larger + */
}

.step-card {
    min-height: 30px; /* minimum height */
    border-radius: 4px;
    background-color: #e0e0e0; /* grey background for inactive steps */
    color: #737373; /* grey text for inactive steps */
    font-size: 0.5rem;
    font-weight: 200;
    display: inline-flex;
    align-items: center;
    padding: 0 12px; /* width adjusts to text */
}



.step-card img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

/* Horizontal line between steps */
.step-line {
    width: 49px;
    height: 2px;
    background-color: #F0F0F0; /* grey line */
    align-self: center;
}

.small-card {
    border: 1px solid #ddd;
    min-height: 150px; /* equal height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.small-card .description {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #555;
        line-height: 1.4;
        max-height: 2.8em; /* line-height * number of lines */
    }

.small-card.selected {
        border: 2px solid hsl(33 18% 76% / 1);
    }

.card.small-card.selected {
    border: 3px solid hsl(33 18% 76% / 1) !important;
}

main.content {
    padding-left: 150px; /* adjust as needed */
}


/* Brand Badge */
.brand-badge {
    background-color: hsl(33deg 18% 76% / 0.1);
    width: 2.5rem; /* w-10 */
    height: 2.5rem; /* h-10 */
    border-radius: 0.375rem; /* rounded-md */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem; /* mb-3 */
}

    .brand-badge span {
        font-weight: bold;
        font-size: 0.875rem; /* text-sm */
        color: hsl(33 18% 76% / 1);
    }


.step-heading {
    letter-spacing: -0.025em; /* tracking-tight */
    line-height: 1; /* leading-none */
    font-weight: 600; /* font-semibold */
    font-size: 1.5rem; /* text-2xl */
    color: hsl(30deg 3.41% 12.18%); /* your gray tone */
}

.step-subtitles {
    letter-spacing: -0.025em; /* tracking-tight */
    line-height: 1; /* leading-none */
    font-size: 0.9rem; /* text-2xl */
    color: hsl(0 0% 45% / 1); /* muted gray tone */
    margin-bottom: 0.75rem; /* mb-3 spacing */
}


.step-description {
    font-size: 0.75rem; /* text-xs */
    line-height: 1rem; /* text-xs line height */
    margin-top: 0.25rem; /* mt-1 */
    overflow: hidden; /* line-clamp-2 */
    display: -webkit-box; /* line-clamp-2 */
    -webkit-box-orient: vertical; /* line-clamp-2 */
    -webkit-line-clamp: 2; /* line-clamp-2 */
    color: hsl(0 0% 45% / 1); /* muted foreground tone */
    font-weight: 400; /* normal weight */
}

.label-pagetitle {
    font-size: 10px; /* text-[10px] */
    line-height: 1rem; /* matches text-xs line height */
    font-weight: 500; /* font-medium */
    text-transform: uppercase; /* uppercase */
    letter-spacing: 0.2em; /* tracking-[0.2em] */
    margin-bottom: 0.125rem; /* mb-0.5 */
    margin-top: 0.25rem; /* mt-1 */
    color: hsl(0 0% 45% / 1); /* muted foreground tone */
}

.label-mainpagetitle {
    letter-spacing: -0.025em;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    color: hsl(30deg 3.41% 12.18%);
}

.label-stepcount {
    font-size: 0.875rem; 
    line-height: 1.25rem; 
    color: hsl(0 0% 45% / 1); 
    margin: 0;
}

.btn-outline {
    position: relative; /* hover-elevate base */
    z-index: 0; /* ensures proper layering */
    display: inline-flex; /* inline-flex */
    align-items: center; /* items-center */
    justify-content: center; /* justify-center */
    gap: 0.5rem; /* gap-2 */
    min-height: 2.25rem; /* min-h-9 */
    padding: 0.5rem 1rem; /* py-2 px-4 */
    font-size: 0.875rem; /* text-sm */
    line-height: 1.25rem; /* text-sm line height */
    font-weight: 500; /* font-medium */
    border: 1px solid var(--button-outline); /* border + custom color */
    border-radius: 0.375rem; /* rounded-md */
    white-space: nowrap; /* whitespace-nowrap */
    background-color: transparent; /* reset */
    background-image: none; /* reset */
    text-transform: none; /* reset */
    cursor: pointer; /* button cursor */
}

.back-btn {
    background: transparent;
    border: none;
    outline: none; /* removes focus outline */
    box-shadow: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0; /* removes extra spacing */
}

.logo-white {
    width: 8px;
    height: 8px;
}

.row-with-tags {
    display: flex;
    align-items: center;
    justify-content: space-between; /* link left, tags right */
    gap: .5rem;
    flex-wrap: nowrap; /* force single row */
}

.tags-container {
    display: flex;
    gap: .5rem;
}

.tags-brand-badge {
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 4px 10px;
    font-size: 0.85rem;
}


.url-text {
    font-weight: 500;
}


.small-card-env {
    border: 1px solid #ddd;
    min-height: 100px; /* equal height for all cards */
    display: flex;
    flex-direction: column;
    justify-content: left;
}

    .small-card-env.selected {
        border: 2px solid hsl(33 18% 76% / 1);
    }

.card.small-card-env.selected {
    border: 3px solid hsl(33 18% 76% / 1) !important;
}

.dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.25rem; /* h-9 */
    width: 100%; /* w-full */
    border: 1px solid hsl(33 18% 70% / 1); /* border-input */
    border-radius: 0.375rem; /* rounded-md */
    background-color: hsl(30 15% 97% / 1); /* bg-background */
    padding: 0.5rem 0.75rem; /* py-2 px-3 */
    font-size: 0.875rem; /* text-sm */
    line-height: 1.25rem;
    color: #000; /* readable text */
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 0.5rem;
}

    .dropdown:focus {
        outline: none;
        border-color: hsl(33 18% 70%  / 1); /* teal focus border */
        box-shadow: 0 0 0 2px hsl(var(--background) / 1); /* ring-offset-background */
    }

    .dropdown:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

.svg-icon {
    width: 2.5rem; /* same as .w-10 */
    height: 2.5rem; /* same as .h-10 */
    display: flex; /* flex container */
    align-items: center; /* vertical center */
    justify-content: center; /* horizontal center */
    border-radius: 0.5625rem; /* same as .rounded-lg */
    background-color: rgb(240 253 250 / 1); /* teal-50 background */
    border: 1px solid #e5e7eb; /* light border */
    color: #0f766e; /* teal stroke/fill */
    padding: 0.25rem; /* optional inner spacing */
    box-sizing: border-box;
}

    .svg-icon img {
        width: 100%;
        height: 100%;
        stroke: currentColor; /* inherit color */
        fill: none; /* keep transparent unless overridden */
    }


/* Same badge styling */
.brand-badge-pagetype {
    background-color: hsl(33deg 18% 76% / 0.1);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .brand-badge-pagetype img {
        width: 1.5rem;
        height: 1.5rem;
    }

.tags-brand-badge-pagetype {
    background-color: hsl(33deg 18% 76% / 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #333;
}

.tags-brand-badge-pagetype-schema {
    padding: 0.25rem 0.5rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    color: rgb(139 126 106);
    border-color: hsl(33deg 18% 76% / 0.1);
}

/* Add left margin equal to logo + spacing */
.align-with-name {
    margin-left: calc(2.5rem + 0.5rem); /* logo width + me-2 (margin-end) */
}

.text-destructive {
    color: hsl(0 84% 60% / 1);
}

.logo-yellowtint {
    height: 20px;
    width: 20px;
    color: hsl(33 18% 76% / 1);
}

.combined-class {
    display: flex;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    overflow-x: auto;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: hsl(var(--border) / var(--tw-border-opacity, 1));
    --tw-border-opacity: 1;
}

.combined-class > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.page-btn {
    background-color: hsl(33 18% 76% / 1); /* light tan background */
    color: black; /* text color */
    border: none; /* optional: remove border if using btn styles */
}

    /* Optional: add hover effect */
    .page-btn:hover {
        background-color: hsl(33 18% 66% / 1); /* slightly darker on hover */
    }


.text-brief-fields-font-medium {
    font-weight: 500;
}

.text-brief-fields {
    font-size: .875rem;
    line-height: 1.25rem;
}

.tracking-tight {
    letter-spacing: -.025em;
}

.text-brief-title-font-semibold {
    font-weight: 600;
}

.text-brief-title {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-brief-desc-color {
    color: hsl(30deg 2.88% 62.71%)
}

.custom-badge {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    padding: 0.125rem 0.625rem;
    font-size: 10px;
    font-weight: 600;
    color: hsl(0 0% 20%);
    background-color: hsl(30 10% 88%);
    border: 1px solid transparent;
    border-radius: 0.375rem;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
    position: relative;
}

    /* Hover effect */
    .custom-badge:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    /* Active effect */
    .custom-badge:active {
        transform: scale(0.98);
    }


.bg-background {
    --tw-bg-opacity: 1;
    background-color: hsl(30 10% 88% / 1);
}

.border-input-rounded-md {
    border-style: solid !important;
    box-sizing: border-box;
    border-width: 1px;
    border-color: hsl(30 10% 88% / 1);
    border-radius: 0.375rem;
    transition: border-color 0.2s ease-in-out;
}

    .border-input-rounded-md:focus,
    .border-input-rounded-md:active {
        outline: none; /* removes default blue outline */
        box-shadow: none; /* removes any shadow or highlight */
        border: 2px solid hsla(256, 92%, 30%, 1) !important;
    }


/* Image tooltip */
.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden; /* hidden by default */
        width: 180px; /* tooltip width */
        background-color: #333; /* dark background */
        color: #fff; /* text color */
        text-align: center;
        border-radius: 4px;
        padding: 5px;
        position: absolute;
        z-index: 100;
        bottom: 125%; /* above the icon */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible; /* show on hover */
        opacity: 1;
    }

@font-face {
    font-family: 'LEssenBlack';
    src: url('/fonts/LOREAL-Essentielle-Black.ttf') format('truetype');
    font-weight: normal;
}

.custom-text-LEssenBlack {
    font-family: 'LEssenBlack';
}

@font-face {
    font-family: 'LEssenBlackItalic';
    src: url('/fonts/LOREAL-Essentielle-BlackItalic.ttf') format('truetype');
    font-weight: normal;
}

.custom-text-LEssenBlackItalic {
    font-family: 'LEssenBlackItalic';
}

@font-face {
    font-family: 'LEssenBold';
    src: url('/fonts/LOREAL-Essentielle-Bold.ttf') format('truetype');
    font-weight: bold;
}

.custom-text-LEssenBold {
    font-family: 'LEssenBold';
}

@font-face {
    font-family: 'LEssenBoldItalic';
    src: url('/fonts/LOREAL-Essentielle-BoldItalic.ttf') format('truetype');
    font-weight: bold;
}

.custom-text-LEssenBoldItalic {
    font-family: 'LEssenBoldItalic';
}


@font-face {
    font-family: 'LEssenItalic';
    src: url('/fonts/LOREAL-Essentielle-Italic.ttf') format('truetype');
    font-weight: normal;
}

.custom-text-LEssenItalic {
    font-family: 'LEssenItalic';
}


@font-face {
    font-family: 'LEssenLight';
    src: url('/fonts/LOREAL-Essentielle-Light.ttf') format('truetype');
    font-weight: normal;
}

.custom-text-LEssenLight {
    font-family: 'LEssenLight';
}


@font-face {
    font-family: 'LEssenLightItalic';
    src: url('/fonts/LOREAL-Essentielle-LightItalic.ttf') format('truetype');
    font-weight: normal;
}


.custom-text-LEssenLightItalic {
    font-family: 'LEssenLightItalic';
}


@font-face {
    font-family: 'LEssenRegular';
    src: url('/fonts/LOREAL-Essentielle-Regular.ttf') format('truetype');
    font-weight: normal;
}

.custom-text-LEssenRegular {
    font-family: 'LEssenRegular';
    font-weight:400
}


@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/gilroy-semibold.ttf') format('truetype');
    font-weight: bold;
}

.custom-text-Gilroy {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 2px;
    vertical-align: bottom;
    text-transform: uppercase;
}

.custom-text-Gilroy-16font {
    font-family: 'Gilroy';
    font-weight: 600; /* Semibold */
    font-style: normal; /* Semibold is weight, not style */
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #ffffff;
    /* Note: 'leading-trim: cap-height;' is experimental and not widely supported yet */
}


.custom-text-linespace {
    font-family: 'LEssenRegular';
    font-weight: 400; /* Regular weight */
    font-size: 10px; /* Font size */
    line-height: 100%; /* Line height */
    letter-spacing: 1px; /* Spacing between letters */
}


.custom-text-LEssenSemiBold {
    font-family: 'EssenBold';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}


.custom-text-LEssenRegular-400 {
    font-family: 'LEssenRegular';
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0%;
}

.logo-white-circle {
    width: 12px;
    height: 12px;
    filter: brightness(0);
}

.logo-white-circle.active {
    width: 12px;
    height: 12px;
    filter: brightness(1);
}

.step-card-circle {
    width: 27px;
    height: 27px;
    display: flex; /* ✅ enables alignment */
    align-items: center; /* ✅ vertical center */
    justify-content: center; /* ✅ horizontal center */

    border-radius: 50%; /* cleaner circle */
    background-color: #F0F0F0;
}

    .step-card-circle.active {
        background-color: #E3A535; /* black background for active step */
    }

.step-wrapper {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 8px;
}

.step-line.active {
    background-color: #E3A535;
}

.steps-card {
    background-color: #ffffff; 
    gap: 16px;
    border-radius: 16px;
    padding: 24px;
    vertical-align:auto
}


.logo-yellow {
    width: 20px;
    height: 20px;
}

/* Sidebar width */
/*.nav-scrollable {
    width: 220px;
    transition: all 0.3s ease;
}

.nav-scrollable.collapsed {
    width: 70px;
}*/

/* 🔴 Hide EVERYTHING except images */
/*.nav-scrollable.collapsed span,
.nav-scrollable.collapsed .nav-label,
.nav-scrollable.collapsed .nav-link,
.nav-scrollable.collapsed button,
.nav-scrollable.collapsed hr {
    display: none !important;
}

.nav-scrollable.collapsed img {
    display: block;
}*/

/*.sidebar {
    width: 250px;
    transition: width 0.3s ease;
    background-color: #f8f9fa;
}

    .sidebar.collapsed {
        width: 60px;
    }

.nav-scrollable.collapsed .nav-item span {
    display: none;*/ /* hide text when collapsed */
/*}

.content {
    transition: margin-left 0.3s ease;
    margin-left: 250px;
    padding: 1rem;
}

.content-expanded {
    margin-left: 60px;
}*/


/*.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #f8f9fa;
    transition: width 0.3s ease;
    width: 250px;
}

    .sidebar.collapsed {
        height: 100vh;
        width: 60px;
    }

.nav-scrollable {
    flex: 1;*/ /* fill remaining space */
    /*overflow-y: auto;*/ /* scroll if content exceeds */
    /*height: 100vh;
}

    .nav-scrollable.collapsed .nav-item span {
        display: none;*/ /* hide text when collapsed */
        /*height: 100vh;
    }

.content {
    height: 100vh;
    flex-grow: 1;
    padding: 1rem;
    transition: margin-left 0.3s ease;
    margin-left: 250px;
}

.sidebar.collapsed ~ main .content {
    margin-left: 60px;
    height: 100vh;
}*/

.page {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

/* SIDEBAR */
.sidebar {
    width: 250px;
    flex: 0 0 250px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    transition: width 0.3s ease;
    overflow: hidden;
}

    .sidebar.collapsed {
        width: 60px;
        flex: 0 0 60px;
    }

    /* NAV AREA INSIDE SIDEBAR */
    .sidebar .nav-scrollable {
        flex: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .sidebar .mt-auto span {
        color: #ffffff;
    }

/* MAIN CONTENT AREA */
main {
    flex: 1; /* 🔥 IMPORTANT FIX */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* PAGE CONTENT */
.content {
    flex: 1;
    padding: 1rem;
    overflow: auto;
}

.logo-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    flex: 0 0 40px; /* lock size */

    border-radius: 50%;
    background-color: #2D2D2D;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .logo-circle img {
        width: 20px;
        height: 20px;
    }

.logo-wrapper {
    display: flex;
    align-items: center;
}

.sidebar.collapsed .logo-wrapper {
    justify-content: center;
    width: 100%;
}

.import-btn {
    background-color: #ffffff !important; /* white */
    border: 1px solid #C1C3C4; /* your button-border color */
    color: #C1C3C4; /* text + icon color */
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: 0.2s ease;
}

    .import-btn:hover {
        background-color: #ffffff;
    }


.create-brief-button {
    height: 36px;
    border-radius: 8px;
    border: 1px solid #565655;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2D2D2D;
    color: #fff;
    cursor: pointer;
    justify-content : center;
    margin : 0 20px;
}

.create-brief-button img {
    display: block;
    height: 20px;
    width: 20px;
}

.create-brief-button span {
    line-height: 1;
}

.brief-details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid var(--button-outline);
    background-color: transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .brief-details-btn:hover {
        transform: translateY(-1px);
        box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    }

    .brief-details-btn:active {
        transform: translateY(0);
        box-shadow: none;
    }

    /* SVG Fix (IMPORTANT) */
    .brief-details-btn svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        display: block;
    }

.brief-next-btn {
    width: 92px;
    height: 39px;
    border-radius: 4px;
    background: #745929;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
}

    .brief-next-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 160px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        font-size: 13px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


.site-link {
    color: #048AE4 !important;
    text-decoration: none;
    cursor: pointer;
}

    .site-link:hover,
    .site-link:focus,
    .site-link:focus-visible {
        color: red !important;
        text-decoration: underline;
    }

.site-link svg {
    stroke: currentColor;
}

.button-group {
    display: flex;
    gap: 12px;
    width: 100%;
}

.button-group button {
    flex: 1;
    text-align: center;
}

.invisible-file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.table thead tr th {
    font-family: Gilroy, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: none !important;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: var(--sidebar-width, 250px);
    background: rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.page .sidebar.collapsed ~ main .modal-overlay {
    left: var(--sidebar-collapsed-width, 60px);
}
.modal-box {
    background: #112633;
    border-radius: 20px;
    width: 600px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-box {
    position: relative;
    background: #e6dbcf;
    border-radius: 20px;
    width: 720px;
    padding: 25px;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    background: none;
    font-size: 20px;
}

.success-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.url-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.url-input {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
}


.copy-btn {
    background-color: #DEDEDE !important;
    border: 1px solid #CED3D6;
    border-radius: 8px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.url-input:hover {
    color: red;
    cursor:pointer;
}

.copy-btn:hover {
    background-color: #D5D5D5 !important;
    cursor: pointer;
}

.url-row:has(.copy-btn:hover) .url-input {
    color: red;
}

.action-row {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Spinner */
.spinner {
    width: 28px;
    height: 28px;
    border: 4px solid #bbb;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.modal-text {
    margin-top: 10px;
    color:#ffffff;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


.confirm-exit-box {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    width: 720px;
    padding: 25px;
}

.icon-success {
    stroke: #16a34a;
}

.icon-error {
    stroke: #dc2626;
}

.icon-warning {
    stroke: #d97706;
}

.icon-info {
    stroke: #2563eb;
}
.dropdown-wrapper {
    position: relative; /* required */
    width: 100%;
}

.dropdown-header {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    background: #f8f8f8;
}

.dropdown-body {
    position: absolute; /* removes space */
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: white;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

    .dropdown-body.show {
        display: block;
    }

.dropdown-item {
    padding: 6px 10px;
}

