#plugin-client-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#plugin-client-modal-loader {
    position: absolute;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #0b3a4e;
}
.pc-wrap {
    position: relative;
    padding: 50px 0px;
}
.pc-tabs {
    list-style: none;
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.pc-tabs li {
    cursor: pointer;
    padding: 1px 10px;
    border-radius: 50%;
    transition: background-color 0.3s;
    z-index: 9;
    position: relative;
}

.pc-tabs li.selected {
    color: white;
}

.pc-tabs li:hover {
    background-color: unset;
}

.pc-step-content {
    display: none;
}

.pc-step-content.active {
    display: block;
}

.pc-navigation-buttons {
    margin-top: 20px;
    text-align: center;
}
.pc-navigation-buttons button {
    padding: 8px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    background-color: #d31a24;
    border-radius: 0;
    line-height: 30px;
    margin-left: 20px;
    border-radius: 4px;
}

.pc-navigation-buttons button:hover {
    background-color: #e92e37;
    transition: 0.3s;
}
.pc-booking-line {
    position: absolute;
    height: 3px;
    width: 95%;
    bottom: 92px;
    background-color: #eee;
    z-index: 1;
    left: 20px;
}
.pc-line {
    height: 1px;
    width: 100%;
    background-color: #eee;
    margin: 20px 0px;
}
.pc-absolute-car {
    position: absolute;
    top: -35px;
    color: #1e1e1e;
    left: 0px;
}
.pc-absolute-car::before {
    font-size: 30px;
    margin-left: 20px;
}
.pc-heading {
    display: flex;
    justify-content: space-between;
}
.pc-large {
    font-size: 2em;
}
#pc-course-month {
    margin-bottom: 20px;
}
.pc-button {
    background-color: #e61f24;
    border-radius: 10px;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: bold;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: 0.3s all;
    font-size: 14px;
    text-decoration: unset !important;
    cursor: pointer;
}
.pc-group-select {
    height: 50px;
}
.pc-group {
    background: #fff;
    border: 1px solid hsla(0, 0%, 7%, 0.8);
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.pc-step-3 .pc-group {
    padding-top: 10px;
}
.pc-step-3 .pc-no-padding {
    padding-top: unset;
}
.pc-group label {
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0.5em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(0.75);
    transform-origin: top left;
    transition: all 0.2s ease;
    white-space: nowrap;
    z-index: 1;
    font-size: 20px;
    padding-top: 10px;
}
.pc-group.focused .input-label,
.pc-group.filled .input-label {
    font-size: 16px;
    padding-top: 0px;
}
.pc-group-select label {
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0.5em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.25;
    margin: 0;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 2px;
    transform: translateY(15%) scale(0.75);
    transform-origin: top left;
    transition: all 0.2s ease;
    white-space: nowrap;
    z-index: 1;
    padding-top: unset;
}

.pc-group select,
.pc-group input:not([type="radio"]):not([type="checkbox"]),
.pc-group textarea {
    background-color: #fff;
    border: unset;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 50px;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 1em 0.5em;
    width: 100%;
}

.pc-group select {
    -webkit-appearance: none;
    background: #fff calc(100% - 20px) center no-repeat
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M17.5 11.6L12 16l-5.5-4.4.9-1.2L12 14l4.5-3.6 1 1.2z'/%3E%3C/svg%3E");
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 4px !important;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    height: 100%;
    letter-spacing: inherit;
    line-height: inherit !important;
    padding: 1em 0.5em 0 !important;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
}
.pc-section {
    margin: 30px 0px;
}
.pc-margin-left {
    margin-left: 5px;
}
.pc-input-group {
    display: flex;
    gap: 30px;
}

.pc-date-select {
    display: flex;
    gap: 10px;
    padding-top: 10px;
}

.pc-select-box {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15%;
}

.pc-select-option {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.pc-select-icon::before {
    font-size: 40px;
}
.pc-select-details {
    display: flex;
    align-items: center;
    height: 50px;
    gap: 10px;
}
.pc-number {
    font-size: 50px;
}

.pc-select-circle {
    display: flex;
    align-items: center;
}

.pc-date-select input[type="radio"] {
    display: none;
}

.pc-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
}
.pc-date-select input[type="radio"]:checked + .pc-circle {
    background-color: #d31a24 !important;
    border-color: #d31a24 !important;
}
.pc-disclaimer {
    background-color: #f8f9fa; /* Light grey background */
    border-left: 4px solid #d31a24; /* Blue border on the left */
    padding: 10px 15px; /* Padding around the text */
    margin: 20px 0; /* Margin around the disclaimer */
    font-size: 14px; /* Font size */
    color: #333; /* Darker text color for readability */
    line-height: 1.5; /* Spacing between lines */
    border-radius: 4px;
}
.pc-disclaimer strong {
    color: #dc3545; /* #d31a24 color for the "Disclaimer" text */
    font-weight: bold;
}
.error {
    border: 1px solid #d31a24 !important;
    background-color: #ffe6e6 !important;
}
.circle-wrapper {
    position: relative;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected .circle-bg {
    background-color: #eef2ff;
    border: 4px solid #d31a24;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: donut-spin 4s linear infinite;
    border-bottom-color: unset;
}
.circle-bg {
    background-color: #eef2ff;
    border: 4px solid #d31a24;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.circle-content {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #d31a24;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
@keyframes donut-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#pc-course-text {
    display: none;
    border: 1px solid #d31a24;
    padding: 20px;
}
.transmission-message {
    margin-top: 10px;
}
.transmission-message p,
.transmission-extra-message p {
    margin: unset;
}

.highlight {
    color: #d31a24;
    font-size: 16px;
}

.pc-confirmation,
#course-recommendation {
    margin-top: 20px;
}
#course-recommendation {
    display: none;
}
.pc-confirmation {
    background-color: #eee;
    padding: 10px;
    border-radius: 5px;
}
/* .pc-group-book-date{
    margin-top: 15px;
} */

#pc-license-photo {
    padding-left: 80% !important;
}
#pc-dob,
#pc-address,
#pc-expricence-details,
#pc-special-reqs,
.pc-booked-date {
    padding-top: 50px !important;
}
.pc-group-checkbox {
    margin-top: 15px;
}
.pc-group-book {
    padding: 15px 0px;
}
.pc-navigation-buttons {
    margin-bottom: 20px;
}
@media only screen and (min-device-width: 768px) {
    .pc-select-box {
        width: 22%;
    }
}
@media only screen and (max-width: 480px) {
    .pc-heading h1 {
        font-size: 20px;
    }
    .pc-select-box {
        width: 22%;
    }
    .pc-date-select {
        flex-direction: column;
        align-items: center;
    }
    .pc-select-box {
        width: 95%;
    }
    .prev-button {
        margin-bottom: 20px;
    }
}
.pc-group-license {
    padding: 20px 0px;
}
.pc-no-style {
    background-color: unset;
    align-items: unset;
    border: unset;
    border-radius: unset;
    box-sizing: border-box;
    color: #2f2f2f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    margin: unset;
    padding: unset;
}
.pc-no-style div {
    margin: unset;
}
.pupil-class {
    margin-top: 20px;
}
.pc-course-details-text {
    background-color: #f8f9fa;
    border-left: 4px solid #d31a24;
    padding: 10px 15px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    border-radius: 4px;
}
.pc-group-glass {
    padding-top: 20px;
}
#pc-special-reqs {
    min-height: 120px;
}
#pc-special-reqs {
    font-style: normal; /* Normal style for user input */
    color: black; /* Default text color */
    width: 100%; /* Optional: Set width */
    height: 100px; /* Optional: Set height */
}

#pc-special-reqs::placeholder {
    color: #a9a9a9; /* Light color for placeholder */
    font-style: italic; /* Italic style for placeholder */
}

#pc-special-reqs:focus {
    color: black; /* User input color */
    outline: none; /* Remove default outline */
}