

#banner img{
    width:100%
}

.padding{
    padding:20px;
}

.block.required {
    color: red;
    font-size: 15px;
}

.transport-disclaimer{
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}

.note ol {
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.note ol ul {
    display: grid;
    row-gap: 8px;
    list-style-type: disc;
    padding-inline-start: 20px;
    padding-top: 5px;
}

.note li {
    font-weight: 500;
}

.note-bold {
    font-weight: 600;
}

.note-light {
    font-weight: 400;
}

.cover-background {
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    background-color: var(--primary-color);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cover-background  img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.cover-fade-enter-active, .cover-fade-leave-active {
    transition: opacity 0.7s ease-in-out;
}
  
.cover-fade-enter, .cover-fade-leave-to {
    opacity: 0;
}

#modal-thank-you .modal-body {
    font-weight: 500;
    font-size: 18px;
    padding: 30px;
    text-align: center;
}

.form img{
    width:100%
}

#tshirt-chart table {
    border-collapse: collapse;
    width: 100%;
}

#tshirt-chart th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--primary-color);;
    color: white;
    font-weight: 400;
}

#tshirt-chart table,
#tshirt-chart td,
#tshirt-chart th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 0.8rem;
}

#tshirt-chart table {
    display: table;
    table-layout: fixed;
}

#tshirt-chart label {
    margin-bottom: 0px;
}


@media only screen and (max-width: 500px) {
    #tshirt-chart th {
        font-size: 0.7rem;
    }

}

@media only screen and (min-width: 500px) {
    .long-th {
        width: 117px;
    }
}