﻿.venue-program-listing__table thead tr {
    background-color: var(--color-3);    
    color: #fff;
}

.venue-program-listing__table thead tr th {
    font-weight: normal;
}

.venue-program-listing__table tr {
    height: 40px;
    vertical-align: middle;       
}
.venue-program-listing__table thead tr th,
.venue-program-listing__table tr td {
    padding: 15px;
}

.venue-program-listing__table thead tr th {
    text-transform: uppercase;
}

.venue-program-listing__loader {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30vh;
}

.venue-program-listing__loader .skeleton-loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue-program-listing__loader .skeleton-loading > span {
    color: #c7c7c7;
    font-size: 30px;
}

.venue-program-listing__view-details {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.venue-program-listing__register {
    border-radius: 100px;
    padding: 5px 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
}

.venue-program-listing__item {
    text-align: center;
}

.venue-program-listing__program-full,
.venue-program-listing__program-closed {
    font-size: 12px;
    line-height: 16px;
}

.col-program-name {
    width: 200px;
}

.col-program-type {
    width: 120px;
}

.col-program-dates {
    width: 200px;
}

.col-program-daytime {
    width: 190px;
}

.col-program-price {
    width: 90px;
}

.col-program-sessions {
    width: 90px;
}

.col-program-actions {
    width: 150px;
}