.nf-current-row .x-grid-cell {
    background-color: #7ec4e0 !important;
}

.nf-past-row .x-grid-cell {
    background-color: #cecc41 !important;
}

.nf-current-tbtext {
    background-color: #7ec4e0 !important;
    padding: 5px;
}

.nf-past-tbtext {
    background-color: #cecc41 !important;
    padding: 1px 5px 1px 3px;
}

.pv-searchcombo-name {
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
}

.pv-searchcombo-headerright {
    float: right;
    text-align: right;
    font-size: 12.5px;
    padding-right: 5px;
}

.pv-searchcombo-body {
    padding-left: 18px;
    line-height: 1.1;
    font-size: 12px;
    color: #444444;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.pv-searchcombo-inactive {
    color: #888888;
}

.pv-searchcombo-fields {
}

.pv-infobox-wrapper {
    max-height: 400px;
}

.pv-infobox-fields-wrapper {
}

.pv-infobox-fields {
    width: 400px;
    /*margin: auto;*/
    border-collapse: collapse;
    border: 1px solid #cfcfcf;
    /*background-color: #ffffff;*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);*/
}

.pv-infobox-fields td {
    padding: 5px 5px;
    /*text-align: left;*/
    vertical-align: top;
}

.pv-infobox-fields td {
    background-color: #fff;
    color: #555;
    font-weight: 400;
}

.pv-infobox-fields td:first-child {
    width: 150px;
    background-color: #fafafa;
    border-right: 1px solid #cfcfcf;
    font-weight: 600;
    color: #222;
}


.pv-infobox-fields tr:not(:last-child) th,
.pv-infobox-fields tr:not(:last-child) td {
    border-bottom: 1px solid #e0e6ed;
}

.pv-test-icon-wrapper {
    /*background: #c22c2c;*/
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.pv-quads .x-panel-header-title-default {
    font-size: 14px;
    color: black;
}

.pv-quads .x-panel-header-default .x-tool-tool-el {
    color: #666666 !important;
}

.pv-title-text {
    font-size: 16px; /* Match your panel title font-size */
    font-weight: bold; /* Typically bold for titles */
    color: #333; /* Or whatever your theme uses */
    padding: 6px 10px; /* Optional, to align visually */
}

.pv-markercol-circle {
    /*color: white;*/
    border-radius: 50%;
    /*padding: 5px;*/
    /*font-size: 16px;*/
    width: 20px;
    height: 20px;
    /*display: inline-flex;*/
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2px 0px 0px 0px;
    border: 1px solid;
    margin: 0 !important;
}

.pv-no-cell-padding {
    padding: 2px 0 0 0 !important;
}

.x-column-header.pv-narrow-header .x-column-header-inner {
    padding: 2px 4px !important;
    /*height: auto !important;*/
}