.checkout h1 {
    color: var(--algonquin-green-80, #338267);
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
    font-size: 28px;
    margin-bottom: 30px;
}

.checkout h2 {
    color: var(--algonquin-green-80, #338267);
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.checkout input {
    width: 100%;
}

.is-empty::after {
    content: 'This field is required';
    color: darkred;
}

.lite-logo-wrapper img {
    max-width: 100%;
}

.checkount-breadcrumb {
    color: #565656;
}

.checkount-breadcrumb .active {
    color: var(--algonquin-green-80, #338267);
} 

.page-top-note {
    font-size: 0.9em;
    border: 1px solid #7a7a7a;
    background-color: #e9e9e9;
    color: #7a7a7a;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    margin-bottom: 27px;
}

.slider {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    height: 20px;
    width: 50px; /* Adjust the width as needed */
    background-color: #ccc;
    border-radius: 34px;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    right: 20px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
}

input:checked + .slider {
    background-color: #338267;
}

input:focus + .slider {
    box-shadow: 0 0 1px #338267;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

/* h2 {
    margin-bottom: 20px;
    color: red !important;
}

h4 {
    color: black !important;
} */

.error-msg {
    font-size: 1.2em;
    background-color: darkred;
    color: white;
    padding: 5px;
    text-align: center;
}

.course-details {
    margin-bottom: 20px;
}

.course-details p {
    font-size: 0.95em;
    margin-bottom: 5px;
}

.course-details img {
    padding-bottom: 4px;
    margin-right: 7px;
}

.course-details .course-details-heading {
    font-size: 1em;
}

.participant label {
    font-size: 0.95em;
    margin-bottom: 3px;
}

.participant p {
    margin-bottom: 10px;
}

.participant input {
    border: 1px solid #DDD;
    border-radius: 3px;
    font-size: 0.9em;
    padding-left: 5px;
    padding-right: 5px;
}
.participant input:read-only {
    color: darkslategrey;
}

.input-note, .form-note {
    width: 100%;
    display: block;
    color: #565656;
    font-size: 0.8em;
    font-style: italic;
}

.input-note {
    text-align: right;
}

.participant hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.participant:last-child hr {
    display: none;
}

.btn-green {
    text-decoration: none !important;
    background-color: #35882b;
    padding: 20px 35px 20px 30px !important;
    margin-bottom: 10px;
}
.btn-green:hover {
    opacity: 0.9;
}

.participant-review {
    margin-bottom: 20px;
 }
 
.participant-review .input-display {
    font-size: 0.9em;
    margin-bottom: 10px;
}
 
.participant-review .label {
    font-weight: bold;
}

.participant-review:last-child hr {
    display: none;
}

.summary-head {
    background-color: #eeeeee;
    margin: 0px;
}

.summary-head p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.summary-items {
    margin: 0px;
}

.summary-items .item-name {
    color: var(--algonquin-green-80, #338267);
}

.summary-items > div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.summary-items > .item-name-col {
    justify-content: left;
}

.summary-items .td {
    margin-top: 15px;
    margin-bottom: 15px;
}

.summary-grandtotal .td { 
    padding: 5px;
    background-color: #eeeeee;
}

.summary-grandtotal .grandtotal {
    background-color: #212721;
    color: white;
}

.summary-totals hr {
    margin: 0;
}

@media (min-width: 992px) { 
    .summary-grandtotal {
        background-color: #eeeeee;
        margin: 0px;
        padding: 0;
    }

    .summary-grandtotal .td {
        text-align: right;
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .summary-grandtotal .grandtotal-title,
    .summary-grandtotal .grandtotal-title .td {
        background-color: #212721;
        color: white;
    }
    
    .summary-grandtotal .grandtotal {
        background-color: #eeeeee;
        color: inherit;
    }
}

.orderid {
    text-align: right;
    color: #565656;
    font-size: 0.95em;
}

.print-page {
    text-decoration: none;
    font-size: 0.9em;
}
.print-page:hover {
    text-decoration: underline;
}