#courses {
    border: none;
    background-color: #EFEFEF;
}
#courses tr th {
    text-align: center;
    background-color: #EFEFEF;
    color: #FF1A92;
    font-weight: bold;
}
#courses tr td {
    text-align: center;
    background-color: #EFEFEF;
    color: #201392;
    font-weight: bold;
}
.button-background {
    text-align: center;
    background-color: #fff;
    color: #201392 !important;
    font-weight: bold;
    cursor: auto;
    width: 100%;
}
.button-background:hover {
    text-align: center;
    background-color: #fff;
    color: #201392 !important;
    font-weight: bold;
    cursor: auto;
}
.button-background.active {
    background-color: #FF1A92;
    color: #fff !important;
}
.button-background:focus {
    border: none;
    outline: none;
    background: #fff;
}
#courses .select-course-button {
    background: #fff;
    color: #201392;
    font-weight: bold;
}
#courses .select-course-button:hover,
#courses .select-course-button:active,
#courses .select-course-button:focus {
    background-color: #FF1A92;
    color: #fff;
}
#courses .select-course-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#courses .select-course-button.disabled:hover {
    color: #201392 !important;
    background: #fff;
}
#courses .select-course-button.disabled:focus:not(:focus-visible) {
    background: #fff;
    color: #201392 !important;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gfield--type-html .button-background {
    text-align: center;
    background-color: #fff;
    color: #201392 !important;
    font-weight: bold;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    padding: 20px 30px;
    cursor: auto;
    width: 100%;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gfield--type-html .button-background:hover {
    cursor: auto;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gfield--type-html .button-background:focus {
    border: none;
    outline: none;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gfield--type-html .button-background.active {
    background-color: #FF1A92;
    color: #fff !important;
}
#gf_progressbar_wrapper_6 {
    display: none;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form input[type=button].gform_previous_button {
    display: none;
}
.availability-box {
    display: inline-block;
    height: 30px;
    width: 30px;
}
.course-registration-form input[type=text],
.course-registration-form input[type=email] {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 30px 10px;
}
.course-registration-form label {
    position: relative;
    left: 15px;
    color: #201392 !important;
    font-family: 'Overpass' !important;
    font-size: 16px !important;
}
.course-registration-form .ginput_container_select .gfield_select {
    color: #201392;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Overpass';
    height: 60px;
    padding: 13px 0 0 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/arrow-right-pink.svg);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
    background-size: 20px;
}
.course-registration-form .gform_footer.gform-footer.top_label input[type="submit"].gform_button.button {
    padding: 20px 200px 20px 36px !important;
    color: #fff !important;
    background: #FF1A92 !important;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: Overpass !important;
    border-radius: 0px 20px 0px 0px !important;
    background-image: url(/wp-content/uploads/2025/07/right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 20% 40% !important;
    background-position: 100% 50% !important;
}

.course-registration-form .select2-container--default .select2-selection--single {
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 15px 0 0 10px !important;
    height: 60px;
}

.course-registration-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25px;
    right: 5px;
}
.select2-container--open .select2-dropdown {
    top: 32px;
}
.gform-theme--foundation .course-registration-form .gform_page_footer {
    justify-content: center;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gform_page_footer input[type=submit],
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gform_page_footer input[type=button] {
    background: #5D4EFF;
    background: linear-gradient(90deg, rgba(93, 78, 255, 1) 0%, rgba(255, 26, 146, 1) 75%, rgba(255, 26, 146, 1) 100%);
    border: 0;
    padding: 20px 100px 20px 20px;
    border-radius: 0;
    font-weight: 600;
    font-family: 'Overpass';
    font-size: 20px;
}
.course-registration-form .ginput_container_select .gfield_select option {
    background: #FF1A92;
    font-family: 'Overpass';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.course-registration-form .facebook-icon-container,
.course-registration-form .instagram-icon-container,
.course-registration-form .linkedin-icon-container {
    align-content: center;
}
.course-registration-form .facebook-icon-container img,
.course-registration-form .instagram-icon-container img,
.course-registration-form .linkedin-icon-container img {
    margin-top: 30px;
    width: 15%;
    margin-left: 10px;
}
.gform-theme--framework .course-registration-form input[type=checkbox] {
    border: 0;
    box-shadow: none;
    height: 30px;
    width: 30px;
    margin-top: -5px;
}
.gform-theme--framework .course-registration-form .gform-field-label {
    margin-left: 0;
}
.gform-theme--framework .course-registration-form .ginput_container_checkbox .gfield_checkbox {
    place-self: flex-start;
}
.gform-theme--framework .course-registration-form .ginput_container_checkbox .gchoice {
    margin-right: 30px;
}
.gform-theme--framework .course-registration-form .gform-field-label.gfield_consent_label {
    font-size: 18px !important;
    font-weight: bold;
}
.gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gform_page_footer:after, .gform-theme.gform-theme--framework.gform_wrapper .course-registration-form .gform_page_footer:after {
    content: " ";
    background: url('/wp-content/uploads/2025/07/right-arrow.svg') 0 0 no-repeat;
    color: #fff;
    position: relative;
    width: 20px;
    height: 20px;
    top: 20px;
    left: -65px;
}