

        /* #region header */
        header {
            display: grid;
            grid-template-columns: 2fr 2fr 1.5fr 1fr;
            align-items: center;
            gap: 50px;
            justify-content: center;
            padding: 10px;
            background-color: #fff;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }   
        .logo img {
            width: 150px;
            height: 40px;
        }

        * {
        font-family: 'Inter', sans-serif;
        }
        h1, h2, h3 {
            font-family: 'DM Sans', sans-serif;
        }

        
        .newJob {
            width: 20%;
            border: #000 solid 1px;
            color: black;
            padding: 8px 12px;
            border-radius: 4px;
            cursor: pointer;
            text-align: center;
            transition: background-color 0.2s;
        }
        .newJob:hover {
            background-color: #f0f0f0;
        }
        .ections {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .icon-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            border-radius: 50%;
            color: #000;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background 0.2s;
        }
        .icon-btn:hover {
            background: #f0f0f0;
        }
        .icon-btn:active {
            background: #e0e0e0;
        }
        /* #endregion */

        /* #region pannel */
        .pannel {
            padding: 16px;
            padding-top: 10px;
        }

        .pTop {
            display: flex;
            align-items: center;
            gap: 70px;
            margin-bottom: 16px;
        }

        .pTop .filters {
            display: flex;
            gap: 16px;
        }

        .search {
            display: flex;
            align-items: center;
            gap: 8px;
            background: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 999px;
            padding: 8px 16px;
            width: 280px;
            transition: border-color 0.2s, box-shadow 0.2s;
        }
        .search:focus-within {
            border-color: #000;
            box-shadow: 0 0 0 3px rgba(0,0,0,0.08);
            background: #fff;
        }
        .search-icon {
            color: #888;
            flex-shrink: 0;
        }
        .search input {
            border: none;
            outline: none;
            background: transparent;
            font-size: 14px;
            width: 100%;
            color: #000;
        }
        .search input::placeholder {
            color: #aaa;
        }
        .filter-btn {
            background: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 999px;
            padding: 8px 16px;
            font-size: 14px;
            color: #555;
            cursor: pointer;
            transition: background 0.2s, border-color 0.2s, color 0.2s;
        }
        .filter-btn:hover {
            background: #fff;
            border-color: #000;
            color: #000;
        }
        .filter-btn.active {
            background: #000;
            border-color: #000;
            color: #fff;
        }
        .filter-divider {
            width: 1px;
            height: 24px;
            background: #e0e0e0;
            align-self: center;
        }

        .pBottem {
            border-top: solid 1px rgb(36, 35, 35);
            display: flex;
            height: 65vh;
        }
        .pBottem .list {
            overflow-y: auto;
            height: 100%;
            width: 300px;
            border-right: 1px solid #000000;
            padding: 16px;
            scrollbar-width: thin;
            scrollbar-width: none;
        }
        .pBottem .list::-webkit-scrollbar {
            display: none;
        }
        .pBottem .display {
            flex: 1;
            padding: 16px;
        }

        .job {
            padding: 12px;
            margin-bottom: 4px;
            cursor: pointer;
            transition: background-color 0.2s;
            border-bottom: solid 1px #e0e0e0;
        }
        .job:hover {
            background-color: #f5f5f5;
        }
        .job .main {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 6px;
        }
        .job .main .name {
            font-size: 15px;
            font-weight: 600;
            color: #000;
        }
        .job .address {
            font-size: 11px;
            color: #999;
            margin-bottom: 8px;
        }
        .badges {
            display: flex;
            flex-direction: column;
            gap: 4px;
            align-items: flex-end;
        }
        .step-badge {
            font-size: 11px;
            font-weight: 500;
            padding: 3px 10px;
            border-radius: 999px;
            white-space: nowrap;
        }

        
        .document {

        }

        .document-btn {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 12px;
            font-size: 12px;
            font-weight: 600;
            color: #000;
            background: transparent;
            border: 1px solid #ccc;
            border-radius: 999px;
            cursor: pointer;
            transition: background 0.2s, border-color 0.2s;
        }
        .document-btn::before {
            content: '';
            display: inline-block;
            width: 12px;
            height: 12px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
            background-size: contain;
            background-repeat: no-repeat;
        }
        .document-btn:hover {
            background: #f5f5f5;
            border-color: #000;
        }
        .upload-btn {
            color: #888;
            border-color: #e0e0e0;
            border-style: dashed;
        }
        .upload-btn::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E");
        }
        .upload-btn:hover {
            color: #000;
            border-color: #000;
            border-style: dashed;
        }
        /* #endregion */
        
        /* #region forms */
        
        .forms
            {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 20px;
                padding: 20px;
                z-index: 1000;
            }


            .newJobForm {
                position: relative;
                width: 400px;
                background: #111;
                border-radius: 12px;
                padding: 24px 36px;
                display: flex;
                flex-direction: column;
                align-items: center;
                overflow-y: auto;
                max-height: 90vh;
                scrollbar-width: none;
            }
            .newJobForm::-webkit-scrollbar { display: none; }

            .newJobForm h2 {
                color: #F5A800;
                font-size: 28px;
                padding: 3%;
                font-weight: 700;
                margin: 0 0 4px;
                align-self: center;
                text-align: center;
            }

            .newJobForm p {
                color: #666;
                font-size: 12px;
                margin: 0 0 16px;
                align-self: center;
                text-align: center;
            }

            .newJobForm .input-group {
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 5px;
                margin-bottom: 10px;
            }

            .newJobForm .input-group label {
                font-size: 10px;
                font-weight: 700;
                letter-spacing: 0.12em;
                text-transform: uppercase;
                color: #666;
            }

            .newJobForm input {
                width: 100%;
                padding: 12px 14px;
                background: #1a1a1a;
                border: 1px solid #2a2a2a;
                border-radius: 6px;
                font-size: 14px;
                color: #F5A800;
                outline: none;
                transition: border-color 0.2s;
                box-sizing: border-box;
            }

            .newJobForm input::placeholder { color: #444; }

            .newJobForm input:focus { border-color: #F5A800; }

            .newJobForm button[type="submit"] {
                width: 100%;
                padding: 12px;
                margin-top: 8px;
                background: #F5A800;
                color: #000;
                border: none;
                border-radius: 6px;
                font-size: 14px;
                font-weight: 700;
                cursor: pointer;
                transition: background 0.2s;
            }

            .newJobForm button[type="submit"]:hover { background: #e09900; }

            .form-close {
                position: absolute;
                top: 12px;
                right: 12px;
                background: none;
                border: none;
                color: #666;
                font-size: 16px;
                cursor: pointer;
                line-height: 1;
                padding: 4px 8px;
                border-radius: 4px;
                transition: color 0.2s, background 0.2s;
            }
            .form-close:hover {
                color: #fff;
                background: #333;
            }

            .loginForm {
                width: 400px;
                background: #111;
                border-radius: 12px;
                padding: 24px 36px;
                display: flex;
                flex-direction: column;
                align-items: center;
            }

            .logoform {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 16px;
            }

            .logoform img {
                width: 10px;
            }

            .loginForm h2 {
                color: #F5A800;
                font-size: 18px;
                font-weight: 700;
                margin: 0 0 6px;
                align-self: flex-start;
            }

            .loginForm p {
                color: #666;
                font-size: 12px;
                margin: 0 0 24px;
                align-self: flex-start;
            }

            .loginForm .input-group {
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 5px;
                margin-bottom: 10px;
            }

            .loginForm .input-group label {
                font-size: 10px;
                font-weight: 700;
                letter-spacing: 0.12em;
                text-transform: uppercase;
                color: #666;
            }

            .loginForm input {
                width: 100%;
                padding: 12px 14px;
                background: #1a1a1a;
                border: 1px solid #2a2a2a;
                border-radius: 6px;
                font-size: 14px;
                color: #F5A800;
                outline: none;
                transition: border-color 0.2s;
                box-sizing: border-box;
            }

            .loginForm input::placeholder {
                color: #444;
            }

            .loginForm input:focus {
                border-color: #F5A800;
            }

            .loginForm button[type="submit"] {
                width: 100%;
                padding: 12px;
                margin-top: 8px;
                background: #F5A800;
                color: #000;
                border: none;
                border-radius: 6px;
                font-size: 14px;
                font-weight: 700;
                cursor: pointer;
                letter-spacing: 0.05em;
                transition: background 0.2s;
            }

            .loginForm button[type="submit"]:hover {
                background: #e09900;
            }

            .logoform img {
                width: 200px;
                padding: 5%;
            }


            
        .status-select {
            appearance: none;
            -webkit-appearance: none;
            background-color: #f5f5f5;
            border: 1px solid #e0e0e0;
            border-radius: 999px;
            padding: 4px 28px 4px 12px;
            font-size: 12px;
            font-weight: 500;
            color: #333;
            cursor: pointer;
            outline: none;
            transition: border-color 0.2s, background 0.2s;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 12px;
            font-family: 'Inter', sans-serif;
        }
        .status-select:hover {
            border-color: #000;
            background-color: #fff;
        }
        .status-select:focus {
            border-color: #000;
            background-color: #fff;
            box-shadow: 0 0 0 3px rgba(0,0,0,0.07);
        }
        /* #endregion */

        /* #region display */
        .section-wrapper {
            display: flex;
            gap: 16px;
            margin-bottom: 24px;
        }
        .section-head {
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            color: #888;
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            padding: 8px 0;
            border-right: 2px solid #e0e0e0;
            white-space: nowrap;
            align-self: flex-start;
        }
        .section-content {
            flex: 1;
        }

        .displayHead {
            width: 70%;
            padding-bottom: 1%;
            font-size: larger;
            display: grid;
            grid-template-columns: 2fr 1fr 1.5fr;
            gap: 16px;
            border-bottom: solid 1px #e0e0e0;
        }

        .displaybottem {
            justify-self: center;
            width: 80%;
            padding-top: 1%;
        }
        
        .tableHead {
            border-bottom: solid 1px #e0e0e0;
            padding: 1%;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            gap: 16px;
            font-size: 12px;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .vendor{
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
            gap: 16px;
            padding: 1%;
            border-bottom: solid 1px #e0e0e0;
        }


        /* #endregion */