﻿.manrope {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
}

.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}


.tabulator {
    border: 1px solid rgb(226 232 240);
    border-radius: 1rem;
    overflow: hidden;
    background: white;
    font-size: 0.875rem;
}

    .tabulator .tabulator-row:hover {
        background-color: transparent !important;
    }

    .tabulator .tabulator-header {
        background: rgb(248 250 252);
        border-bottom: 1px solid rgb(226 232 240);
    }

        .tabulator .tabulator-header .tabulator-col {
            background: transparent;
            border-right: none;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

            .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
                padding: 0.75rem 1rem;
                font-weight: 700;
                color: rgb(51 65 85);
            }

    .tabulator .tabulator-row {
        border-bottom: 1px solid rgb(241 245 249);
    }

        .tabulator .tabulator-row .tabulator-cell {
            border-right: none;
            padding: 0.875rem 1rem;
            vertical-align: middle;
        }

    .tabulator .tabulator-footer {
        background: white;
        border-top: 1px solid rgb(226 232 240);
        padding: 0.75rem 1rem;
    }


.tabulator-page {
    border-radius: 0.5rem !important;
    border: 1px solid rgb(203 213 225) !important;
    padding: 0.35rem 0.7rem !important;
    background: white !important;
    color: rgb(51 65 85) !important;
}

    .tabulator-page.active {
        background: #01152A !important;
        color: white !important;
        border-color: #01152A !important;
    }

    .tabulator-page:hover {
        background: #042B48 !important;
        color: white !important;
        border-color: #042B48 !important;
    }

.tabulator-row .tabulator-responsive-collapse {
    border-top: 1px solid rgb(241 245 249);
    background: rgb(248 250 252);
    padding: 0.75rem 1rem;
}

    .tabulator-row .tabulator-responsive-collapse table {
        width: 100%;
    }

    .tabulator-row .tabulator-responsive-collapse td {
        padding: 0.4rem 0;
        vertical-align: top;
    }

        .tabulator-row .tabulator-responsive-collapse td:first-child {
            font-weight: 600;
            color: rgb(51 65 85);
            width: 140px;
        }

        .tabulator-row .tabulator-responsive-collapse td:last-child {
            color: rgb(71 85 105);
        }

.tabulator .tabulator-row.row-overdue {
    background-color: rgb(254 242 242) !important;
}

.tabulator .tabulator-row.row-overdue-heavy {
    background-color: rgb(254 226 226) !important;
}

.tabulator .tabulator-row.row-overdue:hover {
    background-color: rgb(254 242 242) !important;
}

.tabulator .tabulator-row.row-overdue-heavy:hover {
    background-color: rgb(254 226 226) !important;
}

.tabulator .tabulator-page-size {
    padding: 2px 15px 2px 10px !important;
}

.workorder-dropdown {
    min-width: 11rem;
    background: white;
    border: 1px solid rgb(241 245 249);
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    padding: 0.5rem;
    z-index: 9999;
}

    .workorder-dropdown button {
        width: 100%;
        text-align: left;
        padding: 0.625rem 0.75rem;
        border-radius: 0.625rem;
        font-weight: 500;
        transition: .2s;
    }

    .workorder-dropdown .dropdown-divider {
        height: 1px;
        background: rgb(229 231 235);
        margin: 0.35rem 0;
    }

.welcome-banner {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding: 1.4rem 1.6rem;
    color: #947a4fd4;
    background: linear-gradient(240deg, #fff4cc 0%, #fff4cc 52%, #eea00c94);
    box-shadow: 0 10px 28px rgba(238, 160, 12, 0.35);
    isolation: isolate;
}

    .welcome-banner::before,
    .welcome-banner::after {
        content: "";
        position: absolute;
        border-radius: 9999px;
        z-index: 0;
        pointer-events: none;
    }

    .welcome-banner::before {
        width: 290px;
        height: 290px;
        right: -60px;
        top: -170px;
        background: radial-gradient(circle at 90% 30%, rgba(255, 241, 179, 0.55), rgb(255, 198, 24, 0.56) 70%);
    }

    .welcome-banner::after {
        width: 360px;
        height: 360px;
        right: -120px;
        bottom: -250px;
        background: radial-gradient(circle at 20% 20%, rgb(238, 160, 12, 0.98), rgba(255, 198, 24, 0.1) 72%);
    }

.welcome-banner__content {
    position: relative;
    z-index: 1;
}

.welcome-banner__subtitle {
    margin: 0;
    color: #6b4200;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
}

.welcome-banner__title {
    margin: 0.2rem 0 0;
    font-size: clamp(2.1rem, 3vw, 3.3rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: #3d2500;
}

.welcome-banner__meta {
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.welcome-banner__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 241, 179, 0.7);
    border: 1px solid rgba(238, 160, 12, 0.65);
    border-radius: 9999px;
    color: #5a3700;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    padding: 0.58rem 1rem;
    backdrop-filter: blur(2px);
}

    .welcome-banner__chip i {
        font-size: 0.9rem;
    }

.welcome-banner__datetime {
    color: #6b4200;
    font-weight: 600;
    font-size: 1rem;
}
