﻿/* =========================================================
   SIDIG Theme - Base Layout
   File: public/theme/aistich/css/base.css
   ========================================================= */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.table-scroll-x {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-scroll-x > table {
    min-width: 640px;
}

.sky-hero {
    background-image: linear-gradient(to bottom, rgba(186, 230, 253, 0.4), rgba(255, 255, 255, 1)),
        url('https://images.unsplash.com/photo-1513002749550-c59d786b8e6c?auto=format&fit=crop&w=800&q=80');
    background-size: cover;
    background-position: center 20%;
}

.dark .sky-hero {
    background-image: linear-gradient(to bottom, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 1));
    background-size: cover;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 10px;
}
