.warkspace-navbar li.nav-item .btn.btn-link, .warkspace-navbar li.nav-item .nav-link {
    font-size: 14px;
    font-weight: 500 !important;
    padding: 21px 16px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.search-logo {
    height: 41px;
    width: 41px;
    object-fit: cover;
    min-width: 41px;
}

.bg-light.bg-opacity-50 {
    background: rgb(252 253 253) !important;
}

.bg-opacity-10.text-td-blue {
    background: rgb(1 170 230 / 14%) !important;
}

.bg-opacity-10.text-success {
    background: rgb(17 185 129 / 12%) !important;
    color: #11b981 !important;
}


.table > :not(:last-child) > :last-child > * {
    border-color: #dfe0e1;
}

.bg-white.bg-opacity-5 {
    background: rgb(255 255 255 / 5%) !important;
}

/* nav.warkspace-navbar {
    z-index: 9999;
}
 */




.input-group.input-group-new {
    flex-wrap: nowrap;
}




















/* 
.mono,
.font-mono {
  font-family: 'JetBrains Mono', monospace !important;
} */

/* --- Brand Custom Colors --- */
.text-td-blue {
    color: #04aae6 !important;
}

.text-td-orange {
    color: #ff9300 !important;
}

.bg-td-blue {
    background-color: #04aae6 !important;
}

.bg-td-orange {
    background-color: #ff9300 !important;
}

.bg-td-dark-orange {
    background-color: #cb6f0c !important;
}

.bg-td-dark-blue {
    background-color: #1e6fa3 !important;
}

/* --- Slate Utilities --- */
.text-slate-400 {
    color: #94a3b8 !important;
}

.text-slate-500 {
    color: #64748b !important;
}

.text-slate-600 {
    color: #475569 !important;
}

.text-slate-700 {
    color: #334155 !important;
}

.text-slate-800 {
    color: #1e293b !important;
}

.text-slate-900 {
    color: #0f172a !important;
}

.bg-slate-50 {
    background-color: #f8fafc !important;
}

.bg-slate-100 {
    background-color: #f1f5f9 !important;
}

.bg-slate-900 {
    background-color: #0f172a !important;
}

.bg-slate-950 {
    background-color: #020617 !important;
}

.border-slate-100 {
    border-color: #f1f5f9 !important;
}

.border-slate-200 {
    border-color: #e2e8f0 !important;
}

.border-slate-300 {
    border-color: #cbd5e1 !important;
}

.border-slate-700 {
    border-color: #334155 !important;
}

.border-slate-800 {
    border-color: #1e293b !important;
}

/* --- Typography Helpers --- */
.fw-black {
    font-weight: 900 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.lh-relaxed {
    line-height: 1.625;
}

.lh-tight {
    line-height: 1.25;
}

.lh-none {
    line-height: 1.05;
}

/* --- Profile Field Inputs & Styling --- */
.field-label {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

.field-input {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 14px;
    background-color: #ffffff;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .field-input:focus {
        outline: none;
        border-color: #04aae6;
        box-shadow: 0 0 0 3px rgba(54, 160, 222, 0.12);
    }

    .field-input:disabled {
        background-color: #f8fafc;
        color: #64748b;
        cursor: not-allowed;
    }

.field-help {
    font-size: 11px;
    color: #64748b;
    margin-top: 4px;
}

/* --- Navigation & Header Blur --- */
.backdrop-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nav-link {
    transition: all 0.2s ease-in-out;
}

    .nav-link:hover {
        color: #04aae6 !important;
    }

.bg-blue-50 {
    background: rgb(74 170 222 / 11%);
}

/* Custom Mega Dropdowns for Bootstrap */
@media (min-width: 992px) {
    .dropdown-mega-workspace {
        width: 600px;
        left: 0;
        right: auto;
    }

    div#nav-workspacse {
        width: 351px;
    }

    .your-apps-dropdown .dropdown-mega-workspace {
        width: 311px;
    }

    .dropdown-mega-products {
        width: 1288px;
        max-width: calc(100vw - 32px);
        left: 50%;
        transform: translateX(-50%);
    }
}

/* --- Custom CSS Grids for Mega Menus --- */
.grid-cols-5 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-12 {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}

.col-span-3 {
    grid-column: span 3 / span 3 !important;
}

.col-span-2 {
    grid-column: span 2 / span 2 !important;
}

/* --- Custom Background Patterns --- */
.grid-dots {
    background-image: radial-gradient(rgba(54, 160, 222, 0.12) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* --- Live Pulse Animation --- */
.live-pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.6);
    animation: pulse-live 2s infinite;
}

@keyframes pulse-live {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* --- Live Scrolling Ticker Tape --- */
.ticker-strip {
    background: linear-gradient(90deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    height: 36px;
}

.scroll-tape {
    display: inline-flex;
    align-items: center;
    animation: scroll-left 45s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* --- Custom Stacking Effects --- */
.hero-visual-wrapper {
    position: relative;
}

.stacked-sheets-card,
.stacked-card-offset {
    margin-top: -1.5rem;
    margin-left: 1rem;
}

@media (min-width: 992px) {
    .stacked-sheets-card,
    .stacked-card-offset {
        margin-top: -3rem;
        margin-left: 2rem;
    }
}

/* --- Custom Toggle Switches --- */
.toggle-switch {
    width: 38px;
    height: 22px;
    background-color: #cbd5e1;
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

    .toggle-switch::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 18px;
        background-color: #ffffff;
        border-radius: 50%;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        transition: all 0.2s ease-in-out;
    }

    .toggle-switch.on {
        background-color: #10b981;
    }

        .toggle-switch.on::after {
            left: 18px;
        }

/* --- Sidebar Active States --- */
.sidebar-link {
    transition: all 0.15s ease-in-out;
    font-weight: 500;
}

    .sidebar-link.active {
        background-color: #e0f2fe;
        color: #04aae6 !important;
        font-weight: 700;
    }

/* --- Dashboard Modules Card --- */
.module-card {
    transition: all 0.18s ease-in-out;
}

    .module-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px -8px rgba(54, 160, 222, 0.25) !important;
    }

/* --- Buttons & UI Elements --- */
.btn-td-orange {
    background-color: #ff9300;
    color: #ffffff;
    border: none;
}

    .btn-td-orange:hover,
    .btn-td-orange:focus {
        background-color: #cb6f0c;
        color: #ffffff;
    }

.feature-avatar {
    width: 36px;
    height: 36px;
    font-weight: 900;
}

.avatar-initials {
    width: 36px;
    height: 36px;
    font-weight: 900;
}

.persona-icon-box {
    width: 48px;
    height: 48px;
}

.feature-icon-box {
    width: 40px;
    height: 40px;
}

.browser-header-mock {
    height: 40px;
}

.browser-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.badge-featured-pro {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* --- Container Sizing & Max Limits --- */
/* .max-w-7xl {
  max-width: 1280px !important;
} */

.max-w-6xl {
    max-width: 1152px !important;
}

.max-w-5xl {
    max-width: 1024px !important;
}

.max-w-4xl {
    max-width: 896px !important;
}

.max-w-3xl {
    max-width: 768px !important;
}

.max-w-2xl {
    max-width: 672px !important;
}

.max-w-md {
    max-width: 448px !important;
}

.max-w-xs {
    max-width: 320px !important;
}

/* --- Size Utilities --- */
.h-9 {
    height: 2.25rem !important;
}

.w-9 {
    width: 2.25rem !important;
}

.h-12 {
    height: 3rem !important;
}

.w-12 {
    width: 3rem !important;
}

.h-16 {
    height: 4rem !important;
}

.h-44 {
    height: 11rem !important;
}

/* --- Position Utilities --- */
.inset-0 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.shrink-0 {
    flex-shrink: 0 !important;
}

.hidden {
    display: none !important;
}

/* --- Opacity Utilities --- */
.opacity-10 {
    opacity: 0.1 !important;
}

.opacity-20 {
    opacity: 0.2 !important;
}

.opacity-30 {
    opacity: 0.3 !important;
}

.opacity-60 {
    opacity: 0.6 !important;
}

/* --- Z-Index Utilities --- */
.z-10 {
    z-index: 10 !important;
}

.z-20 {
    z-index: 20 !important;
}

.z-40 {
    z-index: 40 !important;
}

.z-50 {
    z-index: 1050 !important;
}

/* --- Border Radius Utilities --- */
.rounded-xl {
    border-radius: 0.75rem !important;
}

/* --- Transition Helpers --- */
.transition-all {
    transition: all 0.2s ease-in-out;
}

.hover-bg-slate-50:hover {
    background-color: #f8fafc !important;
}

.hover-bg-white:hover {
    background-color: #ffffff !important;
}

.hover-text-td-blue:hover {
    color: #04aae6 !important;
}

.hover-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: box-shadow 0.3s ease-in-out;
}

/* --- Custom Accordions/Details (FAQ) --- */
details.group {
    transition: all 0.2s ease-in-out;
}

    details.group summary::-webkit-details-marker {
        display: none;
    }

    details.group summary {
        list-style: none;
        outline: none;
    }

/* --- Sheets cell flash animations --- */
.flash-green {
    animation: flash-up 4s ease-out infinite;
}

.flash-red {
    animation: flash-down 5s ease-out infinite;
    animation-delay: 1.5s;
}

.flash-green-2 {
    animation: flash-up 6s ease-out infinite;
    animation-delay: 3s;
}

.flash-red-2 {
    animation: flash-down 7s ease-out infinite;
    animation-delay: 2s;
}

@keyframes flash-up {
    0%, 100% {
        background-color: transparent;
    }

    5% {
        background-color: rgba(16, 185, 129, 0.25);
    }

    40% {
        background-color: transparent;
    }
}

@keyframes flash-down {
    0%, 100% {
        background-color: transparent;
    }

    5% {
        background-color: rgba(239, 68, 68, 0.22);
    }

    40% {
        background-color: transparent;
    }
}

.sheets-row {
    transition: background-color 0.3s ease;
}

/* --- Pricing Radio Buttons Logic --- */
.seg-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.seg-label {
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 10px 4px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

    .seg-label:hover {
        border-color: #04aae6;
    }

.seg-radio:checked + .seg-label {
    background-color: #04aae6 !important;
    color: #ffffff !important;
    border-color: #04aae6 !important;
}

    .seg-radio:checked + .seg-label .seg-price {
        color: rgba(255, 255, 255, 0.85) !important;
    }

.seg-price {
    font-size: 9px;
    font-weight: 400;
    color: #64748b;
    display: block;
    margin-top: 2px;
}

/* --- Checkout Custom Radio Cards --- */
.peer-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.radio-card-custom {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.peer-radio:checked + .radio-card-custom {
    border-color: #04aae6 !important;
}

    .peer-radio:checked + .radio-card-custom .radio-icon {
        color: #04aae6 !important;
    }
