body {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
}

.small-text {
    font-size: 14px !important;
}

.header {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
}

.runforcharity-input::placeholder {
    font-size: 13px;
}

.event-info {
    margin-bottom: 2rem;
}

.custom-container {
    max-width: 1170px;
    margin: auto;
}

.charity-content {
    font-size: 17px;
    line-height: 1.5;
}

.price-box {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
}

.runforcharity-input {
    width: 160px;
    display: inline-block;
    border-bottom: 1px dashed gray;
    margin-bottom: 5px;
    border-top: none;
    border-right: none;
    border-left: none;
}

.age-modify-css {
    width: 120px !important;
}

.gender {
    width: 100px;
}

.distance {
    width: 80px;
}

.t-shirt-size {
    width: 160px;
}

.runner-select {
    border: 1px dashed gray;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
}

.runners-table th {
    text-align: center;
}

.runners-table,
.runners-table tbody,
.runners-table tr,
.runners-table th,
.runners-table td {
    border: none !important;
    padding: 10px !important;
    margin: 0px;
}

.runners-table td {
    text-align: center;
}

.runners-table th {
    font-size: 20px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 17px;
}

.runners-table .delete-buttons {
    color: black;
    border: 1px solid black;
    font-size: 12px !important;
    cursor: pointer;
    padding: 10px 16px;
}

.pay-button {
    background: #F9961A;
    border: none;
    color: white;
    padding: 10px;
    width: 300px;
    height: 60px;
}

.form-section {
    margin-bottom: 1.5rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.3rem;
}

.table-size {
    width: 90%;
}

@media (max-width: 1024px) {
    .table-size {
        width: 100%;
    }
}


/* Chrome, Safari, Edge, Opera  to hide the number input box increase and decrease icon */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.required-field::after {
    content: "*";
    color: rgb(255, 11, 11);
}

th:nth-child(1) {
    color: #F9961A;
}

th:nth-child(2) {
    color: #F9961A;
}

th:nth-child(3) {
    color: #F9961A;
}

th:nth-child(4) {
    color: #F9961A;
}

th:nth-child(5) {
    color: #F9961A;
}

th:nth-child(6) {
    color: #F9961A;
}

th:nth-child(7) {
    color: #F9961A;
}


@media (max-width: 576px) {
    .hero-nav {
        width: 200px;
        height: 40px;
        font-size: 0.8rem;
        gap: 0.5rem;
    }
}