.pcdc-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0;
    padding: 30px 0 0;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 15%);
}

.pcdc-title {
    margin: 0 30px 30px;
    text-align: center;
}

.pcdc-form__wrapper{
    position: relative;
}

.pcdc-form__wrapper.processing::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('/wp-admin/images/spinner-2x.gif') no-repeat center center rgba(255,255,255,0.6);
}

/* Course Grid */
.pcdc-course__grid {
    display: grid;
    padding: 0 30px 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.pcdc-course-grid__item {
    border: 2px solid #f6580f;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.pcdc-course-grid__item:hover{
    box-shadow: 0 2px 20px rgb(0 0 0 / 35%);
}

.pcdc-course-grid__item.pcdc-has-parent {
    display: none;
}

.pcdc-course-grid__item h3 {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    /* padding: 15px; */
}

.pcdc-course-grid__item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.pcdc-featured__image {
    width: 100%;
    height: 250px;
    background-color: #a09d9d;
}

.pcdc-course__grid-footer {
    padding: 20px 30px;
    background: #f6580f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

.pcdc-course__grid-footer-wrapper>div {
    display: flex;
    justify-content: space-between;
}

.pcdc-cancel,
.pcdc-submit {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
}

.pcdc-cancel:hover,
.pcdc-submit:hover{
    color: #fff;
}

.pcdc-cancel{
    padding-left: 20px;
}

.pcdc-submit{
    padding-right: 20px;
}

.pcdc-cancel::before,
.pcdc-submit::before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    background-size: 100%;
}

.pcdc-cancel::before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60 (88103) - https://sketch.com --%3E%3Ctitle%3EArrow left%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Arrow-left' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow-right' transform='translate(11.000000, 11.000000) scale(-1, 1) translate(-11.000000, -11.000000) ' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M11.88,10.53 L2,0.66 C1.60323972,0.320223204 1.01180583,0.34306773 0.642436779,0.712436779 C0.27306773,1.08180583 0.250223204,1.67323972 0.59,2.07 L9.65,11.13 L0.85,19.93 C0.462276405,20.3200375 0.462276405,20.9499625 0.85,21.34 L0.85,21.34 C1.0377666,21.5293127 1.29336246,21.6357983 1.56,21.6357983 C1.82663754,21.6357983 2.0822334,21.5293127 2.27,21.34 L11.88,11.73 C12.2105604,11.3982938 12.2105604,10.8617062 11.88,10.53 Z' id='Path'%3E%3C/path%3E%3Cpath d='M21.46,10.53 L11.58,0.66 C11.1832397,0.320223204 10.5918058,0.34306773 10.2224368,0.712436779 C9.85306773,1.08180583 9.8302232,1.67323972 10.17,2.07 L19.23,11.13 L10.43,19.93 C10.0422764,20.3200375 10.0422764,20.9499625 10.43,21.34 L10.43,21.34 C10.8200375,21.7277236 11.4499625,21.7277236 11.84,21.34 L21.46,11.73 C21.7905604,11.3982938 21.7905604,10.8617062 21.46,10.53 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    left: 0;
}

.pcdc-submit::before{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='22px' height='22px' viewBox='0 0 22 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60 (88103) - https://sketch.com --%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Arrow-Right' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M11.88,10.53 L2,0.66 C1.60323972,0.320223204 1.01180583,0.34306773 0.642436779,0.712436779 C0.27306773,1.08180583 0.250223204,1.67323972 0.59,2.07 L9.65,11.13 L0.85,19.93 C0.462276405,20.3200375 0.462276405,20.9499625 0.85,21.34 L0.85,21.34 C1.0377666,21.5293127 1.29336246,21.6357983 1.56,21.6357983 C1.82663754,21.6357983 2.0822334,21.5293127 2.27,21.34 L11.88,11.73 C12.2105604,11.3982938 12.2105604,10.8617062 11.88,10.53 Z' id='Path'%3E%3C/path%3E%3Cpath d='M21.46,10.53 L11.58,0.66 C11.1832397,0.320223204 10.5918058,0.34306773 10.2224368,0.712436779 C9.85306773,1.08180583 9.8302232,1.67323972 10.17,2.07 L19.23,11.13 L10.43,19.93 C10.0422764,20.3200375 10.0422764,20.9499625 10.43,21.34 L10.43,21.34 C10.8200375,21.7277236 11.4499625,21.7277236 11.84,21.34 L21.46,11.73 C21.7905604,11.3982938 21.7905604,10.8617062 21.46,10.53 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    right: 0;
}

.pcdc-course__grid-footer-wrapper .pcdc-course__show-plan {
    justify-content: center;
    display: none;
}

.pcdc-course__show-plan button {
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #FFF;
    padding: 15px 50px;
    cursor: pointer;
	transition: all 0.3s;
    color: #fff;
    font-size: 20px;
	font-family: 'Georgia, serif';
}

.pcdc-course__show-plan button:hover{
	background-color: #fff;
	color: #f6580f;
}

.ui-slider-horizontal {
    height: 5px;
    background: #F3F3F4;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-widget-content {
    border: 0;
    color: #333333;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider-horizontal .ui-slider-handle {
    border-radius: 100%;
    top: -7px;
    margin-left: -0.6em;
    border: 0;
    background: #f6580f;
    font-weight: normal;
    color: #454545;
}

.ui-slider-range {
    background-color: #FFBAAA;
    height: 100%;
}

@media(max-width: 767px) {
    .pcdc-course__grid{
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
}

/* Results */
.pcdc-results__wrapper {
    padding: 30px 30px 60px;
    text-align: center;
    display: none;
}

.pcdc-results__wrapper h2 {
    margin-top: 0;
}

.pcdc-results__time-spent {
    max-width: 350px;
    margin: 30px auto 0;
    text-align: left;
    padding: 10px;
}

.pcdc-results__time-spent h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.pcdc-hours__text{
    color: #f6580f;
}

.pcdc-days__text,
.pcdc-minutes__text-wrapper{
    font-weight: bold;
}

.pcdc-minutes {
    margin-bottom: 15px;
    font-size: 40px;
}

.pcdc-results_time-minutes {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.pcdc-results__date-wrapper {
    margin-top: 40px;
}

.pcdc-results__date-wrapper h3{
    margin-bottom: 40px;
}

.pcdc-get-started__button {
    background: #f6580f;
    padding: 15px 40px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #f6580f;
    transition: all 0.3s;
}

.pcdc-get-started__button:hover{
    background-color: #fff;
    color: #f6580f !important;
}

.pcdc-get-started__button:hover{
    color: #fff;
}

.pcdc-exclude-satsun {
    margin-bottom: 15px;
}

.pcdc-exclude-satsun label {
    margin-left: 6px;
}

.pcdc-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pcdc-course-grid__item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.pcdc-course-grid__item .pcdc-checkbox{
    position: relative;
    top: auto;
    left: auto;
}


.pcdc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.pcdc-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #f6580f;
}

.pcdc-checkbox:hover input ~ .pcdc-checkmark {
    background-color: #fff;
}

.pcdc-checkbox input:checked ~ .pcdc-checkmark {
    background-color: #f6580f;
}

.pcdc-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.pcdc-checkbox input:checked ~ .pcdc-checkmark:after {
    display: block;
}

.pcdc-checkbox .pcdc-checkmark:after {
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Popup */
.pcdc-close {
    display: inline-block;
    width: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.pcdc-close img {
    width: 100%;
}

.pcdc-popup__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999;
}

.pcdc-popup__wrapper::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}

.pcdc-popup {
    left: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 15%);
    background: #fff;
    width: 100%;
    max-width: 800px;
    margin: 100px auto 0;
    z-index: 2;
    position: relative;
}

.pcdc-popup__content-wrapper {
    padding: 30px;
}

.pcdc-popup h3 {
    margin-top: 0;
    color: #000;
    text-align: center;
}

.pcdc-course-popup__grid {
    padding: 0;
}

.pcdc-course-popup__grid .pcdc-course-grid__item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.pcdc-course-popup__grid .pcdc-course-grid__item:hover{
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.pcdc-course-popup__grid .pcdc-course-grid__item h4 {
    margin: 0;
    color: #000;
    font-size: 14px;
	font-weight: 600;
}

.pcdc-course-popup__grid .pcdc-course-grid__item .pcdc-checkbox{
    position: relative;
    top: auto;
    left: auto;
}

.pcdc-course-popup__grid .pcdc-checkmark{
    width: 20px;
    height: 20px;
}

.pcdc-course-popup__grid .pcdc-checkbox .pcdc-checkmark::after{
    top: -0.5px;
    left: 3.5px;
}

.pcdc-popup__footer {
    padding: 15px 20px;
    background: #f6580f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pcdc-popup__footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.pcdc-reset__wrapper{
    margin-top: 10px;
}

.pcdc-reset__wrapper a{
    color: #000;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: underline;
}

.pcdc-reset__wrapper a:hover{
    text-decoration: none;
}

@media(max-width: 767px) {
    .pcdc-popup{
        max-width: 380px;
    }
}