﻿:root {
    --font-primary: 'bebas_neueregular', sans-serif; /* black */
    --surface-light: #ffffff; /* white */
    --surface-border: #e0e0e0; /* light gray */
    --text-primary: #000000; /* black */
    --accent-danger: #ff0000; /* red */
    --surface-pager: #f8f9fa; /* white */
    --surface-modal-header: #f5f5f5; /* light gray */
    --surface-modal-body: #ffffff; /* white */
}

.k-header.k-grid-toolbar.k-grid-top {
    display: none;
}

.bebas {
    font-family: var(--font-primary) !important;
}

.bold {
    font-weight: bold;
}

a.k-pager-refresh.k-link {
    margin-top: 4px;
    background: var(--surface-pager);
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-tool.k-state-selected {
    color: var(--text-primary);
    background-color: var(--surface-light);
    border-color: var(--surface-border);
}

.blankHover:hover {
    color: rgba(0,0,0,0);
}

.strike-text {
    text-decoration-line: line-through;
    text-decoration-color: var(--accent-danger);
}

@media only screen and (max-device-width: 735px) and (min-device-width: 667px) {
    .pl-0 {
        margin-left: 15px !important;
    }

    #SchedGrid {
        width: 99%;
        margin: 0 -6px;
    }
}

.text-danger {
    color: var(--accent-danger);
}

.link-primary {
    color: #007bff; /* blue */
    text-decoration: none;
}

    .link-primary:hover,
    .link-primary:focus {
        color: #0069d9; /* dark blue */
        text-decoration: underline;
    }

.fs-5 {
    font-size: 1.25rem;
    line-height: 1.2;
}

.ms-n2 {
    margin-left: -0.5rem;
}

.gx-0 {
    --gutter-x: 0;
}

    .gx-0 > [class*="col-"] {
        padding-right: calc(var(--gutter-x, 0) / 2);
        padding-left: calc(var(--gutter-x, 0) / 2);
    }

.text-center {
    text-align: center;
}

.gridFooterLink.spbgc.ssc {
    color: var(--text-primary);
}

/* Modal wrapper */
.modal-dialog-custom {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -200px;
    margin-right: -200px;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    font-family: Verdana, sans-serif;
    z-index: 1050;
}

.modal-content-custom {
    width: 450px;
    margin: auto;
    height: auto;
    font-family: Verdana, sans-serif;
    background: var(--surface-modal-body);
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.modal-header-custom {
    padding: 10px 15px;
    border-bottom: 1px solid var(--surface-border);
    background-color: var(--surface-modal-header);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-title-custom {
    color: var(--text-primary);
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.modal-close {
    font-weight: bold;
    font-size: 18px;
    color: var(--text-primary);
    text-decoration: none;
    cursor: pointer;
    margin-left: auto;
}

.modal-body-custom {
    padding: 20px;
    height: auto;
}

.signup-box {
    text-align: center;
}
