﻿.latestJob {  
    font-family: var(--font-noto);
}

    .latestJob ul {
        list-style: none;
    }

    .latestJob .latestJob-button {
        font-family: var(--font-noto);
        text-transform: uppercase;
        border: 1px solid;
        border-color: var(--color-primary);
        border-radius: 1.25rem;
        margin-right: 1rem;
        cursor: pointer;
        padding: 0.3rem 0.3rem;
        font-weight: var(--font-weight-semibold);
        background: rgba(255, 255, 255, 0.15);
        color: var(--color-primary);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }

    .latestJob .latestJob-button-selected {
        background: var(--color-gradient);
        color: var(--text-color) !important;
        background-clip: unset;
    }

    .latestJob .latestJob-customer-card {
        height: 29rem;
        width: 27rem;
        margin: 0rem auto;
        display: grid;
        grid-template-rows: 0.3fr 0.6fr 3fr 0.8fr;
        grid-template-columns: 1fr;
        font-size: 2rem;
        font-weight: var(--font-weight-medium);
        border-radius: var(--rounded);
       
    }

    /*.latestJob .latestJob-customer-card:hover {
            background: #CCCCCC;
            color: black;
        }

            .latestJob .latestJob-customer-card:hover .latestJob-customer-card-title {
                color: black;
            }

            .latestJob .latestJob-customer-card:hover .latestJob-customer-card-subtitle {
                color: black;
            }*/


    .latestJob .latestJob-customer-card-selected {
        background-image: var(--color-gradient);
        color: var(--text-color);
    }

    .latestJob .latestJob-customer-card-title {
        font-size: 1.9rem;
        font-weight: var(--font-weight-medium);
        font-family: var(--font-tpSans-exLight);
        color: rgba(0, 0, 0);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height: 3.7em;
    }

    .latestJob .latestJob-customer-card-subtitle {
        color: var(--color-gray);
    }

    .latestJob .latestJob-customer-card-title-selected {
        color: var(--text-color);
    }

    .latestJob .latestJob-customer-card-text {
        font-size: 1.26rem;
        overflow-y: auto;
    }

    .latestJob .latestJob-customer-card-buttom {
        font-size: 1.3rem;
        font-weight: var(--font-weight-semibold);
        border-radius: 2rem;
        height: 3rem;
    }

        .latestJob .latestJob-customer-card-buttom:hover {
            color: #ffffff;
        }

    .latestJob .latestJob__mobileSelect {
        border: 0.036rem solid var(--color-primary);
        box-sizing: border-box;
        border-radius: 1.44rem;
        width: 100%;
        margin: 0 auto;
        padding: 0.4rem 0;
    }

    .latestJob .latestJob__mobileOptionSelected {
        font-size: 1rem;
        font-family: var(--font-noto);
    }

    .latestJob .latestJob__mobileOptionsList {
        width: 100%;
        margin: 0 auto;
    }

    .latestJob .latestJob__mobileOptionsItems {
        text-align: start;
        list-style-type: none;
        padding: .2rem 0;
        cursor: pointer;
        font-family: var(--font-noto);
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .latestJob .latestJob__mobileOptions {
        overflow: auto;
        height: 8rem;
        margin-bottom: 0.5rem;
    }
