/* /Views/Shared/Components/Breadcrumb/Default.cshtml.rz.scp.css */
/* Breadcrumb container */
.custom-breadcrumb[b-f6o5fymmcz] {
    background: transparent;
    margin: 1rem 0;
    padding: 0;
    font-size: 0.9rem;
}

    /* Links */
    .custom-breadcrumb .breadcrumb-item a[b-f6o5fymmcz] {
        color: #6e6e6e; /* UoR green */
        font-weight: 600;
        text-decoration: none;
    }

        .custom-breadcrumb .breadcrumb-item a:hover[b-f6o5fymmcz] {
            text-decoration: underline;
        }

    /* Divider */
    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item[b-f6o5fymmcz]::before {
        content: "›"; /* nicer arrow */
        color: #444;
        font-size: 0.9rem;
      
    }

    /* Active (current page) */
    .custom-breadcrumb .breadcrumb-item.active[b-f6o5fymmcz] {
        color: #A23333; /* Reading red */
        font-weight: 600;
    }
.breadcrumb-wrapper[b-f6o5fymmcz] {
    overflow-x: auto;
    white-space: nowrap;
}

.custom-breadcrumb[b-f6o5fymmcz] {
    flex-wrap: nowrap !important;
}

    .custom-breadcrumb .breadcrumb-item[b-f6o5fymmcz] {
        white-space: nowrap;
    }

.breadcrumb-wrapper[b-f6o5fymmcz]::-webkit-scrollbar {
    display: none; /* optional – hides scrollbar for clean look */
}
/* /Views/Shared/Components/Footer/Default.cshtml.rz.scp.css */

.footer[b-pqc3ucyufr] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Footer top bar */
.payment-footer-top[b-pqc3ucyufr] {
    background: #6e6e6e;
    color: #ffffff;
    padding: 20px 0;
}

    /* Footer link text */
    .payment-footer-top a[b-pqc3ucyufr] {
        color: #ffffff;
        text-decoration: underline;
    }

        .payment-footer-top a:hover[b-pqc3ucyufr] {
            color: #e6e6e6;
        }

/* Divider bar */
.payment-footer-bottom[b-pqc3ucyufr] {
    border-top: 1px solid #dcdcdc;
    padding: 8px 0;
    background: #ffffff;
}
/* /Views/Shared/Components/Hero/Default.cshtml.rz.scp.css */
.hero-banner[b-oiluke54mn] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 25vh;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 10px;
}

    .hero-banner[b-oiluke54mn]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.6) 100%);
        z-index: 1;
    }

    .hero-banner .section-content[b-oiluke54mn] {
        position: relative;
        z-index: 2;
        padding: 2rem;
        max-width: 700px;
        /* Stack vertically by default */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    /* Red title block */
    /*.hero-banner h1 {
        margin: 0;
        background-color: #b30000;*/ /* University red */
        /*padding: 1rem 1.5rem;*/
        /*display: inline-block;
    }*/
    /* Hero title styling */
    .hero-banner h1[b-oiluke54mn] {
        margin: 0;
        /*background-color: #b30000;*/ /* UoR Red */
        padding: 1rem 1.5rem 1rem 0;
        display: inline-block;
        max-width: 100%;
        word-wrap: break-word; /* ✅ allow long words to wrap */
        white-space: normal; /* ✅ allow multi-line text */
        line-height: 1.3;
        box-sizing: border-box;
        text-wrap: auto
    }

/* Green button */
.hero-link[b-oiluke54mn] {
    background-color: #006b3c; /* UoR green */
    color: #fff;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .hero-link:hover[b-oiluke54mn] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

/* Responsive adjustments (optional visual tweaks only) */
@media (min-width: 992px) {
    .hero-banner .section-content[b-oiluke54mn] {
        align-items: flex-start; /* keep button aligned left */
    }

    .hero-banner h1[b-oiluke54mn] {
        margin-bottom: 0.5rem;
        padding: 1rem 1.5rem 1rem 0;
    }
}
/* Ensure responsive text sizing */
.hero-banner h1 span.hero-title[b-oiluke54mn] {
    display: block;
    font-size: clamp(1.4rem, 3vw, 2rem); /* ✅ dynamic responsive font size */
    text-wrap: auto;
}

/* Mobile: add padding and ensure wrap stays natural */
@media (max-width: 767px) {
    .hero-banner h1[b-oiluke54mn] {
        padding: 1rem 1.5rem 1rem 0;
        text-align: left;
        white-space: normal; /* ✅ force wrapping */
        text-wrap: auto;
    }

        .hero-banner h1 span.hero-title[b-oiluke54mn] {
            font-size: 1.25rem; /* ✅ comfortable mobile reading size */
            line-height: 1.4;
            text-wrap: auto;
        }
}
/* /Views/Shared/Components/PaymentLocator/Default.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Scoped styles for PaymentsOptions component */
.payment-options .provider-card[b-6ruep5txf5] {
  cursor: pointer;
  transition: box-shadow .15s, transform .05s, border-color .15s;
}
.payment-options .provider-card:hover[b-6ruep5txf5] {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}
.payment-options .provider-card.selected[b-6ruep5txf5] {
  border: 2px solid #0ea58f; /* match selected green */
  box-shadow: 0 .75rem 1.25rem rgba(14, 165, 143, .12);
}
.payment-options .method-icon[b-6ruep5txf5] { height: 28px; }
.payment-options .provider-logo[b-6ruep5txf5] { height: 48px; }

/* Existing theme rules (kept) */
a.navbar-brand[b-6ruep5txf5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6ruep5txf5] {
  color: #0077cc;
}

.btn-primary[b-6ruep5txf5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6ruep5txf5], .nav-pills .show > .nav-link[b-6ruep5txf5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6ruep5txf5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6ruep5txf5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6ruep5txf5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6ruep5txf5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6ruep5txf5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Views/Shared/Components/PaymentLocator/_FxProviderView.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Scoped styles for PaymentsOptions component */
.payment-options .provider-card[b-fshtu2mkiy] {
  cursor: pointer;
  transition: box-shadow .15s, transform .05s, border-color .15s;
}
.payment-options .provider-card:hover[b-fshtu2mkiy] {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
  transform: translateY(-2px);
}
    .payment-options .provider-card.selected[b-fshtu2mkiy] {
        border: 2px solid #4A94FC; /* match selected green */
        box-shadow: 0 .75rem 1.25rem rgba(14, 165, 143, .12);
    }
.payment-options .method-icon[b-fshtu2mkiy] { height: 28px; }
.payment-options .provider-logo[b-fshtu2mkiy] { height: 48px; }

/* Existing theme rules (kept) */
a.navbar-brand[b-fshtu2mkiy] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fshtu2mkiy] {
  color: #0077cc;
}

.btn-primary[b-fshtu2mkiy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fshtu2mkiy], .nav-pills .show > .nav-link[b-fshtu2mkiy] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fshtu2mkiy] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fshtu2mkiy] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fshtu2mkiy] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fshtu2mkiy] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fshtu2mkiy] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
.fsip-primary-bg-subtle[b-fshtu2mkiy] {
    background-color: rgba(74,148,252,0.15) !important;
    color: #4A94FC !important;
}
.uor-accordion-style[b-fshtu2mkiy],
.uor-accordion-style:focus[b-fshtu2mkiy],
.uor-accordion-style:active[b-fshtu2mkiy] {
    background-color: transparent !important;
}

.accordion-button img[b-fshtu2mkiy] {
    max-width: 100%;
}
@media (min-width: 992px) {
    .accordion-button .col-lg-3[b-fshtu2mkiy] {
        padding-right: 1rem;
    }
}
/* /Views/Shared/Components/StudentQuestion/Default.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-zzk03xc8ff] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-zzk03xc8ff] {
  color: #0077cc;
}

.btn-primary[b-zzk03xc8ff] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-zzk03xc8ff], .nav-pills .show > .nav-link[b-zzk03xc8ff] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-zzk03xc8ff] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-zzk03xc8ff] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-zzk03xc8ff] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-zzk03xc8ff] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-zzk03xc8ff] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* FX Options - selected toggle styling (selection shows green) */
.fx-options .btn-group .btn[b-zzk03xc8ff] {
  transition: background-color .15s, color .15s, border-color .15s, box-shadow .15s;
  border-radius: 0; /* remove rounded corners */
}

/* When the hidden radio (.btn-check) is checked, style the adjacent label (.btn) */
.fx-options .btn-check:checked + .btn[b-zzk03xc8ff] {
  color: #ffffff;
  background-color: #0ea58f; /* selected green */
  border-color: #0ea58f;
}

    .fx-options .btn-check:checked + .btn:focus[b-zzk03xc8ff] {
        box-shadow: 000 .25rem #4A94FC;
    }

/* Ensure unselected states remain outlined */
.fx-options .btn-check + .btn[b-zzk03xc8ff] {
  color: #212529;
}

/* Remove outer rounding for first/last just in case */
.fx-options .btn-group .btn:first-child[b-zzk03xc8ff] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fx-options .btn-group .btn:last-child[b-zzk03xc8ff] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#fxOptionsForm label.form-label[b-zzk03xc8ff] {
    display: block;
    margin-bottom: 0.5rem;
}

/* Default border and text color */
.fsip-toggle[b-zzk03xc8ff] { 
   background: #4A94FC !important;
}

   
   
/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
 
a[b-4hrpypnkh3] {
  color: #0077cc;
}

.btn-primary[b-4hrpypnkh3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4hrpypnkh3], .nav-pills .show > .nav-link[b-4hrpypnkh3] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4hrpypnkh3] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4hrpypnkh3] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4hrpypnkh3] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4hrpypnkh3] {
  font-size: 1rem;
  line-height: inherit;
}


header .bg-light[b-4hrpypnkh3] {
    background-color: #f8f9fa !important;
    font-size: 0.9rem;
}

@media (max-width: 575px) {
    header .bg-light .container-fluid[b-4hrpypnkh3] {
        padding-right: 1rem;
        padding-left: 1rem;
        text-align: center; /* center text on mobile */
    }
}

.navbar-nav[b-4hrpypnkh3] {
    margin-right: 0.5rem;
}
