/*!***********************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/utilities/Modal/Modal.css ***!
  \***********************************************************************************************************************************************************/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-container {
    width: 450px;
    margin: 150px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    position: relative;
    text-transform: none;
}

.modal-content-inner {
    background: white;
    padding: 0;
    border-radius: 8px;

    text-transform: none;
}

.modal-container .modal-header h2{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.modal-container .modal-header .icon-delete{
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;

}

.modal-container .agency-selected{
    max-height: 100px;
    overflow-y: auto;
}

.modal-container .agency-selected .agency{
    border-radius: 5px;
    border: 1px solid #cccccc;
    display: inline-block;
    margin-top: 4px;
    padding: 2px 5px;
}
.modal-container .agency-selected .icon-delete{
    cursor: pointer;
    font-size: 8px;
}

.modal-container .modal-footer{
    margin-top: 30px;
}

.modal-container .modal-footer button{
    width: 100%;
}

.modal-container input,
.modal-container select{
    background: var(--ms-bg, #fff);
    border: solid 1px #d1d5db;
    border-radius: var(--ms-radius, 4px);
    bottom: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    height: 100%;
    left: 0;
    min-height: 35px;
    outline: none;
    padding-left: var(--ms-px, .875rem);
    padding-top: 5px;
    padding-bottom: 5px;
    right: 0;
    top: 0;
    width: 100%;
}

.gcComponent{
    margin-top: 10px;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/components/AgencySelect/AgencySelect.css ***!
  \**************************************************************************************************************************************************************************/
.gcComponent.select-field select.error{
    border:  2px solid  #d9534f;
}

.gcComponent.input-field label{
    font-weight: normal;
}

.gcComponent.select-field ul{
    margin-top: 5px;
    max-height: 100px;
    overflow-y: auto;
    padding: 0;
}

.gcComponent.select-field ul li{
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}

.gcComponent.select-field ul li span{
    border: 1px solid rgb(103,112,126);
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 11px;
    background-color: rgb(103,112,126);
    color: #ffffff;
}

.gcComponent.select-field ul li span a{
    display: inline !important;
    color: #ffffff;
    font-size: 10px;
    margin-left: 5px;
    padding: 0 !important;
    text-decoration: none;
}

.gcComponent.select-field ul li span button.icon-delete {
    width: 12px;
    height: 12px;
    font-size: 8px;
    vertical-align: middle;
    margin-left: 4px;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

/*!*********************************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/utilities/InputField/InputField.css ***!
  \*********************************************************************************************************************************************************************/
.gcComponent.input-field input.error{
    border:  2px solid  #d9534f;
}

.gcComponent.input-field label{
    font-weight: normal;
}

.gcComponent.input-field .error-message{
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #d9534f;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/utilities/SubmitButton/SubmitButton.css ***!
  \*************************************************************************************************************************************************************************/
.gcComponent.input-submit-button button{
    margin-top: 15px;
    width: 100%;
}
/*!**********************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/KioskApp.css ***!
  \**********************************************************************************************************************************************/
#utility-bar .nav-utility-bar .nav-item > span a {
    color: #caced9;
    padding: 7px 20px;
    text-decoration: none;
}

@media (max-width: 992px) {
    #utility-bar .nav-utility-bar .nav-item > span a {
        display: inline-block;
        padding: 20px;
    }
}

#utility-bar .nav-utility-bar .nav-item > span a:hover {
    text-decoration: none;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/utilities/ConfirmAlert/ConfirmAlert.css ***!
  \*************************************************************************************************************************************************************************/
.confirm-alert-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-alert-box {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.confirm-alert-box .button-wrapper {
    display: flex;
    justify-content: center;
    max-witdh: 85%;
}

.confirm-alert-box button {
    margin: 5px;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ../gc2/node_modules/css-loader/dist/cjs.js!../gc2/node_modules/postcss-loader/dist/cjs.js!./application/assets/js/app/components/ResponseFlow/ResponseFlow.css ***!
  \**************************************************************************************************************************************************************************/
.rf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}

.rf-container {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    width: 680px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rf-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e5e7eb;
}

.rf-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rf-header__title {
    font-size: 22px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    flex: 1;
    padding-right: 12px;
    line-height: 1.2;
}

.rf-header__subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    margin-top: 6px;
}

.rf-header__right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-left: auto;
}

.rf-overlay .rf-header__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    line-height: 0;
    border-radius: 4px;
    color: #555;
    flex-shrink: 0;
    box-shadow: none;
}

.rf-header__close:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-header__close:hover {
    color: #111;
    background: #f3f4f6;
}

.rf-header__close .icon {
    width: 18px;
    height: 18px;
    display: block;
}

.rf-progress {
    width: 110px;
    height: 10px;
    background: #e5e7eb;
    border-radius: 99px;
    overflow: hidden;
    flex-shrink: 0;
}

.rf-progress__fill {
    height: 100%;
    background: #4ade80;
    border-radius: 99px;
    transition: width 0.3s ease;
}

.rf-body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.rf-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 24px;
    border-bottom: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.rf-filter-row__controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.rf-filter-row__select,
.rf-filter-row__date {
    height: 32px;
    padding: 0 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 13px;
    color: #374151;
    background: #fff;
}

.rf-filter-row__select {
    min-width: 120px;
}

.rf-filter-row__date {
    min-width: 130px;
}

.rf-filter-row__select:focus,
.rf-filter-row__date:focus {
    outline: 2px solid #0055a5;
    outline-offset: 1px;
}

.rf-shift-list {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.rf-shift-list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 4px;
}

.rf-shift-list__header-left {
    display: flex;
    align-items: center;
}

.rf-shift-list__header-label {
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.rf-shift-list__header-label--empty {
    font-style: italic;
    color: #9ca3af;
    font-weight: 400;
}

.rf-shift-list__pagination {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-bottom:3px;
}

.rf-shift-list__page-range {
    font-size: 12px;
    color: #6b7280;
}

.rf-shift-list__page-btn {
    background: none;
    border: none;
    padding: 0 6px;
    margin-bottom: 2px;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #374151;
    cursor: pointer;
    border-radius: 3px;
}

.rf-shift-list__page-btn:hover {
    background: #f3f4f6;
    color: #111;
}

.rf-shift-list__page-btn:focus {
    outline: 2px solid #0055a5;
    outline-offset: 1px;
}

.rf-shift-list__rows {
    display: flex;
    flex-direction: column;
}

.rf-shift-list__error,
.rf-shift-list__empty {
    padding: 32px 0;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.rf-shift-list__error {
    color: #b91c1c;
}

.rf-shift-row__checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #d1d5db;
    border-radius: 3px;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.rf-shift-row__checkbox--selected {
    border-color: #0055a5;
    background: #0055a5;
}

.rf-shift-row__checkbox--selected::after,
.rf-shift-row__checkbox--waitlisted::after {
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    /* Nudge up slightly so the checkmark glyph, which isn't visually
       symmetric before rotation, appears centered in the box (matches
       the vertically/horizontally centered look of the native
       "select all" checkbox in the list header). */
    margin-top: -2px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.rf-shift-row__checkbox--waitlisted {
    border-color: #ea580c;
    background: #ea580c;
}

.rf-shift-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
}

.rf-shift-row:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
    border-radius: 3px;
}

.rf-shift-row:last-child {
    border-bottom: none;
}

.rf-shift-row__date-col {
    display: flex;
    flex-direction: column;
    min-width: 130px;
}

.rf-shift-row__time-col {
    display: flex;
    flex-direction: column;
    min-width: 80px;
}

.rf-shift-row__date,
.rf-shift-row__time {
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

.rf-shift-row__day,
.rf-shift-row__duration {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.rf-shift-row__spots-col {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-left: auto;
    text-align: right;
}

.rf-shift-row__slots {
    font-size: 13px;
    color: #111;
}

.rf-shift-row__registered,
.rf-shift-row__registered-link {
    font-size: 12px;
    color: #6b7280;
}

.rf-shift-row__registered-link {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #6b3fa0;
    text-decoration: underline;
}

.rf-shift-row__registered-link:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
    border-radius: 2px;
}

.rf-shift-row__waitlisted-label {
    font-size: 13px;
    font-weight: 700;
    color: #ea580c;
}

.rf-shift-row__waitlisted-sub {
    font-size: 12px;
    color: #6b7280;
}

.rf-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 24px;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.rf-footer__goback {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-right: auto;
}

.rf-footer__goback:hover {
    background: #f9fafb;
}

.rf-footer__goback:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-footer__cancel {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.rf-footer__cancel:hover {
    background: #f9fafb;
}

.rf-footer__cancel:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-footer__cta {
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: default;
    border: 2px solid #5dbaf0;
    background: transparent;
    color: #333;
    opacity: 0.55;
    transition: background 0.15s, color 0.15s, opacity 0.15s;
}

.rf-footer__cta--enabled {
    background: #5dbaf0;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.rf-footer__cta--enabled:hover {
    filter: brightness(0.88);
}

.rf-footer__cta--enabled:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.rf-loading__spinner {
    width: 36px;
    height: 36px;
    border: 3px solid #e5e7eb;
    border-top-color: #0055a5;
    border-radius: 50%;
    animation: rf-spin 0.7s linear infinite;
}

@keyframes rf-spin {
    to {
        transform: rotate(360deg);
    }
}

.rf-calendar-view {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.rf-calendar-left {
    display: flex;
    flex-direction: column;
    width: 300px;
    flex-shrink: 0;
    border-right: 1px solid #e5e7eb;
    padding: 12px 16px;
}

.rf-calendar-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rf-calendar-view-toggle,
.rf-calendar-today {
    font-size: 12px;
}

.rf-calendar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rf-calendar-nav__month {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.rf-calendar-nav__btn {
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    color: #374151;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 3px;
}

.rf-calendar-nav__btn:hover {
    background: #f3f4f6;
}

.rf-calendar-nav__btn:focus {
    outline: 2px solid #0055a5;
    outline-offset: 1px;
}

.rf-calendar-grid__header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 4px;
}

.rf-calendar-grid__day-label {
    text-align: center;
    font-size: 11px;
    color: #9ca3af;
    font-weight: 600;
    padding: 4px 0;
}

.rf-calendar-grid__cells {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.rf-calendar-cell {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.rf-calendar-cell--empty {
    pointer-events: none;
}

.rf-calendar-cell__number {
    font-size: 13px;
    color: #374151;
}

.rf-calendar-cell--has-shifts .rf-calendar-cell__number {
    font-weight: 700;
    color: #111;
}

.rf-calendar-cell--has-shifts {
    cursor: pointer;
}

.rf-calendar-cell--has-shifts:focus {
    outline: 2px solid #0055a5;
    outline-offset: 1px;
}

.rf-calendar-cell--selected {
    background: #0055a5;
}

.rf-calendar-cell--selected .rf-calendar-cell__number {
    color: #fff;
}

.rf-calendar-right {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
}

.rf-calendar-right__placeholder {
    color: #9ca3af;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
}

.rf-calendar-right__shifts {
    display: flex;
    flex-direction: column;
}

.rf-calendar-cell__dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 3px;
}

.rf-calendar-cell__dots::before,
.rf-calendar-cell__dots::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2563EB;
}

.rf-calendar-cell--selected .rf-calendar-cell__dots::before,
.rf-calendar-cell--selected .rf-calendar-cell__dots::after {
    background: rgba(255, 255, 255, 0.85);
}

.rf-calendar-right__selection-header {
    padding: 8px 20px 4px;
    border-bottom: 1px solid #f3f4f6;
    flex-shrink: 0;
}

.rf-calendar-right__date-heading {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin: 0 0 8px;
}

.rf-body-locked {
    overflow: hidden;
}

.rf-wsu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1300;
}

.rf-wsu-container {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    width: 400px;
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.rf-wsu-header {
    position: relative;
    text-align: center;
    padding: 20px 40px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.rf-wsu-close-x {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    padding: 6px;
    cursor: pointer;
    line-height: 1;
    color: #6b7280;
}

.rf-wsu-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

.rf-wsu-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 4px 0 0;
}

.rf-wsu-count {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 8px 0 0;
}

.rf-wsu-search {
    padding: 12px 20px;
    border-bottom: 1px solid #f3f4f6;
}

.rf-wsu-search__input {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

.rf-wsu-body {
    flex: 1;
    overflow-y: auto;
    max-height: 400px;
    padding: 8px 20px 16px;
}

.rf-wsu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rf-wsu-list__item {
    padding: 10px 4px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #374151;
}

.rf-wsu-list__item:last-child {
    border-bottom: none;
}

.rf-wsu-list__item--anonymous {
    color: #6b7280;
    font-style: italic;
}

.rf-wsu-more {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0;
    background: none;
    border: none;
    color: #5b5bd6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.rf-wsu-more:disabled {
    color: #9ca3af;
    cursor: default;
}

.rf-wsu-footer {
    padding: 12px 20px 16px;
    border-top: 1px solid #e5e7eb;
}

.rf-wsu-close-btn {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: var(--rf-secondary, #DEC675);
    color: #333;
}

.rf-wsu-close-btn:hover {
    filter: brightness(0.88);
}

.rf-wsu-close-btn:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-questions-screen {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 0;
}

.rf-questions-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 4px;
}

.rf-questions-section__heading {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}

.rf-question {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rf-question label,
.rf-question__group-label {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.rf-question__required {
    color: #b91c1c;
}

.rf-question__input,
.rf-question__textarea,
.rf-question__select {
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 13px;
    color: #111;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.rf-question__input:focus,
.rf-question__textarea:focus,
.rf-question__select:focus {
    outline: 2px solid #0055a5;
    outline-offset: 1px;
}

.rf-question__textarea {
    min-height: 72px;
    resize: vertical;
}

.rf-question--error .rf-question__input,
.rf-question--error .rf-question__textarea,
.rf-question--error .rf-question__select {
    border-color: #b91c1c;
}

.rf-question__error {
    font-size: 12px;
    color: #b91c1c;
}

.rf-question__radio-group,
.rf-question__checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 4px;
}

.rf-question__radio-label,
.rf-question__checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
}

.rf-question__radio-label input,
.rf-question__checkbox-label input {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #0055a5;
}

.rf-question--waiver {
    padding: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    background: #f9fafb;
}

.rf-question--waiver.rf-question--error {
    border-color: #b91c1c;
}

.rf-question__waiver-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    font-weight: 500;
}

.rf-question__waiver-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #0055a5;
}

.rf-question__waiver-label a {
    color: #6b3fa0;
}

.rf-container--wide {
    width: 760px;
}

.rf-ns-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

.rf-ns-section {
    border-bottom: 1px solid #e5e7eb;
    padding: 16px 24px;
}

.rf-ns-section:last-child {
    border-bottom: none;
}

.rf-ns-section__heading {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
}

.rf-ns-info-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.rf-ns-info-row__item {
    font-size: 13px;
    color: #374151;
}

/* ── Success Screen ──────────────────────────────── */

.rf-container--success {
    width: 680px;
    overflow: visible;
}

.rf-success {
    display: flex;
    flex-direction: column;
}

.rf-success__closebar {
    display: flex;
    justify-content: flex-end;
    padding: 14px 16px 0;
}

.rf-success__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 36px 28px;
    text-align: center;
}

.rf-success__icon {
    font-size: 64px;
    line-height: 1;
    display: block;
    margin-bottom: 14px;
}

.rf-success__heading {
    font-size: 26px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 6px;
}

.rf-success__schedule-link {
    font-size: 14px;
    color: var(--rf-secondary, #DEC675);
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}

.rf-success__schedule-link:hover {
    text-decoration: underline;
}

.rf-success__addcal,
.rf-success__share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: inherit;
}

.rf-success__addcal {
    background: var(--rf-secondary, #DEC675);
    color: #333;
    border: none;
}

.rf-success__addcal:hover {
    filter: brightness(0.88);
    color: #333;
}

.rf-success__share {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}

.rf-success__share:hover {
    background: #f9fafb;
}

/* ── Calendar section (success screen) ──────────── */

.rf-cal-section {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 14px;
    text-align: left;
}

.rf-cal-section__heading {
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.rf-cal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rf-cal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.rf-cal-row:last-child {
    border-bottom: none;
}

.rf-cal-row__title {
    font-size: 13px;
    color: #374151;
    flex: 1;
    min-width: 0;
}

.rf-cal-dropdown {
    position: relative;
    flex-shrink: 0;
}

.rf-cal-dropdown__trigger {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 700;
    background: #6c757d;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    letter-spacing: 0.03em;
}

.rf-cal-dropdown__trigger:hover {
    background: #5a6268;
}

.rf-cal-dropdown__trigger:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

.rf-cal-dropdown__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    min-width: 130px;
    z-index: 10;
}

.rf-cal-dropdown__item {
    display: block;
    padding: 9px 14px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    cursor: pointer;
}

.rf-cal-dropdown__item:hover {
    background: #f3f4f6;
    color: #111;
}

.rf-cal-dropdown__item:focus {
    outline: 2px solid #0055a5;
    outline-offset: -2px;
}

/* ── Footer error (no-shifts modal) ─────────────── */

.rf-footer__error {
    flex: 0 0 100%;
    order: -1;
    margin: 0 0 8px;
    font-size: 13px;
}

/* ── Double the Donation section ─────────────────── */

.rf-dtd {
    width: 100%;
    margin: 16px 0;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.rf-dtd__search {
    position: relative;
}

.rf-dtd__label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
}

.rf-dtd__input-wrap {
    position: relative;
}

.rf-dtd__input {
    width: 100%;
    padding-right: 32px;
}

.rf-dtd__spinner {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top-color: #555;
    border-radius: 50%;
    animation: rf-spin 0.6s linear infinite;
}

@keyframes rf-spin {
    to { transform: translateY(-50%) rotate(360deg); }
}

.rf-dtd__results {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.rf-dtd__result {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
}

.rf-dtd__result:hover {
    background: #f0f0f0;
}

.rf-dtd__attribution {
    margin: 6px 0 0;
    font-size: 11px;
    color: #888;
}

.rf-dtd__attribution a {
    color: #888;
    text-decoration: underline;
}

.rf-dtd__result--no-match {
    border-top: 1px solid #e0e0e0;
    color: #555;
    font-style: italic;
}

.rf-dtd__match-confirm {
    font-size: 14px;
    margin-bottom: 12px;
}

.rf-dtd__program {
    margin-bottom: 12px;
}

.rf-dtd__program-heading {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
}

.rf-dtd__program-detail {
    font-size: 14px;
    margin: 0;
}

.rf-dtd__program-list {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
}

.rf-dtd__program-list li {
    margin-bottom: 2px;
}

.rf-dtd__no-match-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.rf-dtd__fallback-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rf-dtd__fallback-links li {
    margin-bottom: 6px;
    font-size: 13px;
}

.rf-dtd__change-employer {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
    color: #888;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 8px;
}

/* ── Select All checkbox (ShiftList header) ──────── */

.rf-shift-list__select-all {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.rf-shift-list__select-all input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #0055a5;
    flex-shrink: 0;
}

.rf-shift-list__select-all input[type="checkbox"]:focus {
    outline: 2px solid #0055a5;
    outline-offset: 2px;
}

/* ── Join Waitlist button (ShiftRow) ─────────────── */

.rf-shift-row__join-waitlist-btn {
    background: none;
    border: 1px solid #ea580c;
    color: #ea580c;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.4;
}

.rf-shift-row__join-waitlist-btn:hover {
    background: #fff7ed;
}

/* ── GC2-751: Name visibility preference step ─────────────── */

.rf-name-pref__heading {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
    margin: 0 0 10px;
    line-height: 1.3;
}

.rf-name-pref__sub {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin: 0 0 20px;
}

.rf-name-pref__sub strong {
    color: #111827;
}

.rf-name-pref__options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.rf-name-pref__option {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.rf-name-pref__option:hover {
    border-color: #0055a5;
    background: #f0f6ff;
}

.rf-name-pref__option--selected {
    border-color: #0055a5;
    background: #f0f6ff;
}

.rf-name-pref__option input[type="radio"] {
    width: 17px;
    height: 17px;
    accent-color: #0055a5;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: 2px;
}

.rf-name-pref__option-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.rf-name-pref__option-desc {
    display: block;
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.rf-name-pref__footnote {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}

.rf-age-ineligible {
    text-align: center;
    padding: 24px 8px 8px;
}

.rf-age-ineligible__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #d95c1a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.rf-age-ineligible__icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.rf-age-ineligible__title {
    color: #111827;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 8px 0 12px;
}

.rf-age-ineligible__message {
    font-size: 16px;
    color: #374151;
    margin: 0 0 20px;
}

