/* Picks Page Styles */

.projections-page {
    height: fit-content;
    background: var(--black);
    font-size: 16px;
}

/* Page-Specific Nav Styling */
.projections-page .top-nav {   
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2); 
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(30, 30, 30, 0.3) 25%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(30, 30, 30, 0.3) 75%,
        rgba(0, 0, 0, 0.25) 100%
    );
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.projections-page .top-nav::before {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    content: '';
    height: 60%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.projections-page .nav-links a {
    font-size: 21px;
}

.projections-page .search-input-container.active {
    background: none;
}

.projections-page .search-results {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.25) 0%,
        rgba(30, 30, 30, 0.3) 25%,
        rgba(0, 0, 0, 0.35) 50%,
        rgba(30, 30, 30, 0.3) 75%,
        rgba(0, 0, 0, 0.25) 100%
    );
}

.projections-page .search-backdrop {
    backdrop-filter: blur(10px) saturate(1.2);
    -webkit-backdrop-filter: blur(10px) saturate(1.2);
}

.projections-page .search-result-item {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.04) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}

.projections-page .bottom-nav {
    bottom: 0;
    box-sizing: border-box;
    justify-content: center;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.projections-page .bottom-nav::before {
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.03) 70%,
        transparent 100%
    );
    bottom: 0;
    content: '';
    height: 60%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: -1;
}

/* Mobile nav */
.projections-page .mobile-nav-links a {
    background: linear-gradient(
        180deg,
        rgba(30, 30, 30, 0.4) 0%,
        rgba(30, 30, 30, 0.7) 50%,
        rgba(30, 30, 30, 0.4) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0px;
}

.projections-page .mobile-search-wrapper {
    background: linear-gradient(
        180deg,
        rgba(30, 30, 30, 0.6) 0%,
        rgba(30, 30, 30, 0.8) 50%,
        rgba(30, 30, 30, 0.6) 100%
    );
}

.projections-page .mobile-search-wrapper:focus-within {
    background: linear-gradient(
        180deg,
        rgba(30, 30, 30, 0.8) 0%,
        rgba(30, 30, 30, 0.9) 50%,
        rgba(30, 30, 30, 0.8) 100%
    );
    border: 1px solid rgba(255, 255, 255, .6);
}

/* Main content */
.projections-main {
    background: url('../images/backgrounds/projections_bg.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    justify-content: center;
    min-height: 100vh;
    padding-bottom: 3rem;
    padding-top: 1rem;
    width: 100%;
}

.projections-container {
    background: transparent;
    margin: 8vh 0 4vh 0;
    max-width: min(1600px, 95vw);
    width: 95%;
}

/* Header Section */
.projections-header {
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 150px; 
    position: relative;
    z-index: 1;
}

.header-row {
    align-items: center;
    display: flex;
    justify-content: center;
}

.title-row {
    align-items: center;
    background: var(--leaderboard-green);
    flex-direction: row;
    justify-content: space-between;
    padding: .4em 1.5em;
    position: relative;
}

.hp-logo-blue {
    flex-shrink: 0;
    width: clamp(26px, 5vw, 40px);
    transform: translateY(1px);
}

.title-row-left {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex: 1;
    gap: 0.7rem;
}

.title-content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 0.3em;
}

.projections-title {
    color: var(--white);
    font-family: "Jost", sans-serif;
    font-size: clamp(1.75em, 4.2vw, 2.1em);
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.last-updated-cell {
    color: var(--white);
    font-family: "Jost", sans-serif;
    font-size: clamp(.8em, 2.5vw, 1em);
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.title-row-right {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: .5em;
    position: absolute;
    right: 10px;
    top: 10px;
}

.info-icon-container {
    align-items: center;
    cursor: help;
    display: flex;
    transition: all 0.2s ease;
}

.info-icon {
    margin-top: 0.5px;
    transition: opacity 0.2s ease;
    width: 1.05em;
}

/* Info Row */
.info-row {
    background: var(--white);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    color: var(--black);
    height: 0;
    justify-content: flex-start;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.info-row.show {
    height: auto;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);    
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    padding: 1em;
}

.info-item {
    align-items: flex-start;
    display: flex;
    font-size: 0.85em;
    gap: .8em;
    line-height: 1.5;
}

.info-bullet {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-top: 3px;
    width: 15px;
}

.info-bullet img {
    height: 16px;
    margin-left: -1px;
    width: 16px;
}

.info-bullet i {
    color: var(--dark-blue);
    font-size: 1em;
}

.info-text {
    color: var(--black);
    flex: 1;
}

.info-text .learn-more-link {
    color: var(--dark-blue);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.info-text .learn-more-link:hover {
    color: var(--leaderboard-green);
}

.info-text .learn-more-link i {
    font-size: 0.8em;
    margin-left: 0.1em;
}

.settings-icon-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    transition: all 0.2s ease;
}

.settings-icon {
    color: var(--white);
    font-size: 1em;
    transition: all 0.2s ease;
}

.settings-icon-container:hover .settings-icon {
    transform: rotate(90deg);
}

.settings-icon-container.active .settings-icon {
    transform: rotate(180deg);
}

/* Settings Section */
.settings-title-row {
    background-color: var(--dark-blue);
    color: var(--white);
    height: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.settings-title-row.show {
    height: auto;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.settings-buttons-row {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-wrap: no-wrap;
    height: 0;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.settings-buttons-row.show {
    height: auto;
    transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.odds-format-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.odds-format-title {
    background: var(--neutral-gray);
    color: var(--white);
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    text-align: center;
    padding: 0.05em;
}

.odds-format-toggle-wrapper {
    display: flex;
    flex-direction: row;
}

.odds-format-toggle {
    align-items: center;
    background: rgba(242, 243, 244, 0.8);
    border-left: 1px solid rgba(47, 92, 102, 0.5);
    color: rgba(13, 13, 13, 0.7);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.8em;
    font-weight: 700;
    justify-content: center;
    min-height: 32px;
    padding: 0.4em 0.6em;
    text-align: center;
    transition: all 0.3s ease;
    user-select: none;
    white-space: nowrap;
}

.odds-format-toggle:first-child {
    border-left: none;
}

.odds-format-toggle.active {
    background: var(--white);
    color: var(--black);
}

/* Section Titles */
.markets-title-row,
.sportsbooks-title-row {
    background-color: var(--dark-blue);
    color: var(--white);
    height: fit-content;
    padding: 0.1em;
}

.section-title {
    color: var(--white);
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
}

/* Button Rows */
.markets-buttons-row {
    flex-wrap: no-wrap;
    justify-content: stretch;
}

.sportsbooks-buttons-row {
    justify-content: stretch;
    flex-wrap: wrap;
}

.market-tab,
.sportsbook-toggle {
    align-items: center;
    border-left: 1px solid rgba(47, 92, 102, 0.5);
    cursor: pointer;
    display: flex;
    flex: 1;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 700;
    justify-content: center;
    min-height: 32px;
    overflow: hidden;
    padding: 0.4em 0.6em;
    text-align: center;
    transition: all 0.3s ease;
    user-select: none;
    white-space: nowrap;
}

.market-tab{
    font-size: 0.85em;
}

.market-tab:first-child, .sportsbook-toggle:first-child {
    border-left: none;
}

.market-tab.active, .sportsbook-toggle.active {
    background: var(--white);
    color: var(--black);
}

.sportsbook-toggle {
    overflow: hidden;
    position: relative;
}

.market-tab:not(.active), .sportsbook-toggle:not(.active) {
    color: rgba(13, 13, 13, 0.7);
    background: rgba(242, 243, 244, 0.8);
    border-color: rgba(47, 92, 102, 0.5);
}

.sportsbook-toggle:not(.active) .sportsbook-toggle-logo {
    filter: grayscale(30%);
    opacity: 0.95;
}

.sportsbook-toggle-logo {
    height: 25px;
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    width: 60px;
}

/* Search + HP Logo + Sportsbook Logos Row */
.search-row {
    background-color: var(--white);
    border-top: 1px solid rgba(47, 92, 102, 0.5);
    display: flex;
    flex: 0.6;
    font-size: .75em;
    gap: 0;
    justify-content: flex-start;
    margin: 0;
    padding: .5em 0 0 0;
}

.player-search-container {
    align-self: flex-end;
    display: flex;
    height: fit-content;
    width: 23%;
}

.hp-logo-container {
    display: flex;
    justify-content: center;
    width: 9%;
}

.hp-logo {
    width: 25px;
    height: 25px;
}

/* Sportsbook logos row 4 */
#sportsbook-logos-container {
    display: flex;
    flex: none;
    gap: 0;
    overflow: hidden;
    width: 68%;
}

.sportsbook-logo-cell {
    align-items: center;
    display: flex;
    flex: none;
    justify-content: center;
    padding: clamp(3px, 1vw, 4px);
    text-align: center;
    /* width set by JS to fill parent container */
}

.sportsbook-logo {
    height: 25px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    width: 75px;
}

/* Search Container */
.player-search-wrapper {
    align-items: center;
    background: var(--neutral-gray);
    display: flex;
    height: 20px;
    width: 100%;
}

.player-search-icon {
    align-items: center;
    background: var(--dark-blue);
    color: var(--white);
    display: flex;
    flex-shrink: 0;
    font-size: 14px;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.material-icons {
    font-size: 1em !important;
}

.player-search-input {
    background: transparent;
    border: none;
    color: var(--white);
    flex: 1;
    font-family: "Jost", sans-serif;
    font-size: .9em;
    font-weight: 400;
    height: 100%;
    outline: none;
    padding-left: .5em;
    width: 100%;
}

.player-search-input::placeholder {
    color: var(--white);
    font-style: italic;
}

.player-search-wrapper:focus-within {
    box-shadow: inset 0 0 0 1px var(--dark-blue);
}

/* Main Table  */
.table-container {
    overflow: visible;
    position: relative;
    z-index: 1;
}

.projections-table {
    font-size: .85em;
    width: 100%;
}

/* Table Header */
.table-header {
    display: flex;
    font-size: .9em;
    position: sticky;
    top: 35px;
    transition: box-shadow 0.2s ease;
    z-index: 99;
}

.header-cell {
    align-items: center;
    background: var(--dark-blue);
    color: var(--white);
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-weight: 600;
    justify-content: center;
    padding: .4em 0 .4em 0;
    overflow: visible;
    position: relative;
    text-align: center;
    transition: background-color 0.2s ease;
    user-select: none;
    white-space: nowrap;
}

.loading-message, .error-message, .no-data-message {
    background: rgba(232, 243, 244, .9);
    color: var(--neutral-gray);
    font-size: 0.9em;
    font-weight: 700;
    padding: 2rem 2rem;
    text-align: center;
}

.player-name-header {
    flex: none;
    width: 17%;
}

.mental-header {
    flex: none;
    width: 6%;
}

.hp-odds-header {
    flex: none;
    width: 9%;
}

#sportsbook-text-headers {
    background: var(--dark-blue);
    display: flex;
    gap: 0;
    width: 68%; /* Same as logos container above */
}

.sportsbook-text-header-group {
    display: flex;
    flex: none;
    overflow: visible;
    /* width set dynamically by JS */
}

.sportsbook-odds-header,
.sportsbook-ev-header {
    flex: 1;
    width: 50%;
}

.header-cell.sortable:hover,
.header-cell.sortable.active {
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: all 0.2s ease;
}

.sort-indicator {
    color: var(--white);
    font-size: 0.5em;
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
}

.sortable.active .sort-indicator {
    color: var(--white);
}

.hide-sort-indicators .sort-indicator {
    display: none; /* Hide when many books active */
}

/* Table Rows */
.table-row {
    align-items: stretch;
    background: rgba(242, 243, 244, .9);
    border-bottom: 1px solid rgba(107, 111, 115, .75);
    display: flex;
    justify-content: flex-start;
    padding: 2px 0 2px 0;
    width: 100%;
}

.table-row:hover {
    background: rgba(220, 220, 220, .9);
}

.table-cell {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    padding: 3.5px;
}

.player-name-cell {
    background: rgba(242, 243, 244, .5);
    flex: none;
    justify-content: flex-start;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 17%;
}

.projections-player-name-link {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease;
}

.projections-player-name-link:hover {
    text-decoration-color: rgba(20, 22, 17, 1);
    text-decoration: underline;
    text-underline-offset: 2px;
    transform: scale(1.02);
}

.projections-player-name-link:active {
    transform: scale(0.98);
}

.projections-player-name {
    color: rgba(20, 22, 17, 1);
    font-weight: 700;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.projections-player-name-link .projections-player-name {
    color: rgba(20, 22, 17, 1);
    font-weight: 700;
    pointer-events: none;
}

/* Mental Score Column */
.mental-cell {
    align-self: stretch;
    flex: none;
    justify-content: center;
    width: 6%;
}

.mental-score {
    color: var(--white);
    font-weight: bold;
    text-align: center;
}

.matchup-mental-scores .mental-score-full {
    display: block;
    text-align: center;
    width: 100%;
}

.table-cell:has(.matchup-mental-scores) {
    padding: 0;
}

.mental-cell.score-negative {
    background-color: var(--dark-red);
}

.mental-cell.score-neutral {
    background-color: var(--neutral-gray);
}

.mental-cell.score-positive {
    background-color: var(--leaderboard-green);
}

/* HP Odds Column */
.hp-odds-cell {
    background-color: var(--white);
    border-left: 1px solid rgba(47, 92, 102, 0.5);
    border-right: 1px solid rgba(47, 92, 102, 0.5);
    box-sizing: border-box;
    color: rgba(20, 22, 17, 1);
    flex: none;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    width: 9%;
}

/* Sportsbook Cells */
.sportsbook-cell-group {
    display: flex;
    flex: none;
    font-size: 1em;
    border-right: 1px solid rgba(47, 92, 102, 0.5);
    /* width set dynamically by JS based on active sportsbooks */
}

.sportsbook-cell-group:last-child {
    border-right: none;
}

.sportsbook-odds-cell,
.sportsbook-ev-cell {
    background: rgba(242, 243, 244, .5);
    flex: 1;
    justify-content: center;
    text-align: center;
    width: 50%;
}

.sportsbook-odds-cell {
    color: rgba(20, 22, 17, 1);
    font-weight: 650;
    border-right: 1px solid rgba(47, 92, 102, 0.15);
}

.sportsbook-ev-cell {
    font-weight: bold;
}

.ev-positive {
    color: var(--leaderboard-green);
}

.ev-negative {
    color: var(--dark-red);
}

.ev-neutral {
    color: var(--neutral-gray);
}

.no-odds,
.no-ev {
    color: #999;
    font-weight: normal;
}

/* Mobile Toggle Cells */
.sportsbook-toggle-cell.ev-bg-positive {
    color: var(--leaderboard-green);
    font-weight: 650;
}

.sportsbook-toggle-cell.ev-bg-neutral {
    color: #6b6f73;
    font-weight: 650;
}

.sportsbook-toggle-cell.ev-bg-negative {
    color: var(--dark-red);
    font-weight: 650;
}

.sportsbook-toggle-cell {
    align-self: stretch;
    background-color: rgba(242, 243, 244, .5);
    color: var(--neutral-gray);
    justify-content: center;
    text-align: center;
    transition: opacity 0.2s ease;
    user-select: none;
}

.sportsbook-toggle-cell span {
    color: rgba(20, 22, 17, 0.9);
    font-weight: 650;
}

.sportsbook-toggle-cell:hover {
    opacity: 0.8;
}

.sportsbook-toggle-cell:active {
    opacity: 0.6;
}

/* Matchup bet styling */
.matchup-players {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.matchup-over {
    color: rgba(20, 22, 17, 0.75);
    font-size: 0.75em;
    font-style: italic;
    font-weight: 400;
    margin-left: 0.25rem;
    padding-left: 1em;
    position: relative;
    text-transform: lowercase;
    width: 100%;
}

.matchup-over::before,
.matchup-over::after {
    border-top: 1px solid rgba(20, 22, 17, 0.2);
    content: '';
    position: absolute;
    top: 50%;
}

.matchup-over::before {
    left: 0;
    width: 0.7em; /* Short line before "over" */
}

.matchup-over::after {
    left: 3.1em; /* Longer line after */
    right: 0.25rem;
}

.matchup-mental-scores {
    display: flex;
    flex-direction: column;
    gap: 1.5px;
    height: 100%;
    width: 100%;
}

.matchup-mental-scores .mental-score {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

.matchup-mental-scores .mental-positive {
    background-color: var(--leaderboard-green);
}

.matchup-mental-scores .mental-negative {
    background-color: var(--dark-red);
}

.matchup-mental-scores .mental-neutral {
    background-color: var(--neutral-gray);
}

.sportsbook-ev-cell.ev-recommended,
.sportsbook-toggle-cell.ev-recommended {
    background-color: var(--leaderboard-green);
}

.sportsbook-ev-cell.ev-recommended span,
.sportsbook-toggle-cell.ev-recommended span {
    color: var(--white);
    font-weight: bold;
}

/* Mobile */
@media (max-width: 767px) {

    .projections-table {
        font-size: .75em;
    }

    .title-row {
        padding-left: .8em;
    }

    .hp-logo-blue {
        flex-shrink: 0;
        transform: translateY(0);
        width: 25px;
    }

    .projections-title {
        font-size: 1em;
    }

    .title-cotent {
        gap: 0.4em;
    }

    .last-updated-cell {
        
    }

    .info-icon {
        margin-top: -0.5px;
    }

    .sportsbook-toggle {
        border-bottom: 1px solid rgba(47, 92, 102, 0.5);
        flex: 0 0 20%;
        min-width: 20%;
    }
    
    .sportsbook-toggle-logo {
        height: 25px;
        width: 55px;
    }

    .sportsbook-toggle:nth-child(6) {
        border-left: none;
    }
    
    .market-tab[data-market="matchup"] {
        font-size: 0; 
    }
    
    .market-tab[data-market="matchup"]::before {
        content: "VS."; /* Shorten MATCHUPS to VS. on mobile */
        font-size: 0.8rem;  /* Use rem instead of em to avoid inheritance */
    }
    
    .hp-logo {
        height: 25px;
        margin-top: 25px;
        width: 25px;
    }

    #sportsbook-text-headers {
        display: flex;
        gap: 0;
        width: 56%;
    }

    #sportsbook-logos-container {
        width: 56%;
    }
    
    .sportsbook-logo {
        height: 55px;
        min-width: 20px;
        transform-origin: center;
        transform: rotate(90deg) scale(1.8); /* Rotate book logos 90 degrees on mobile */
        width: 25px;  /* Swap dimensions after rotation */
    }

    .search-row {
        border-top: none;
    }
   
    .player-search-container {
        width: 33%;
    }

    .table-header {
        font-size: .8em;
    }

    .player-name-header,
    .player-name-cell {
        flex: none;
        width: 24%;
    }

    .mental-header,
    .mental-cell {
        width: 9%;
    }

    .player-name-cell,
    .mental-cell {
        font-size: clamp(.8em, 2.7vw, 1em);
    }


    .hp-odds-header,
    .hp-odds-cell {
        width: 11%;
    }

    .hp-odds-cell {
        font-size: .9em;
    }


    .hp-logo-container {
        width: 11%;
    }

    .sort-indicator {
        display: none;
    }

    .projections-container {
        margin: 7vh 0 4vh 0;
    }

    .sportsbook-ev-cell.ev-recommended,
    .sportsbook-toggle-cell.ev-recommended {
        border-right: none;
    }

    .sportsbook-cell-group {
        font-size: .85em;
    }

    .pct {
        font-size: .75em;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

    .projections-table {
        font-size: .85em;
    }
    
    .sportsbook-cell-group {
        border-right: none;
        font-size: .85em;
    }

    .sportsbook-odds-cell {
        border-right: none;
    }

    .pct {
        font-size: .75em;
    }
    
}
