/* _content/CaseTracker.UI/Components/Feedback/FeedbackRadioButton.razor.rz.scp.css */
.feedback-radio[b-dd9b8ju7vr] {
    display: flex;
    position: relative;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content:center;
    cursor: pointer;
    font-size: 16px;
    border-radius:50%;
    transition: transform .2s ease-out  ;
    aspect-ratio: 1/1;
    color: #ffffff;
}

.red[b-dd9b8ju7vr] {
    background: #B90404;
}

.amber[b-dd9b8ju7vr] {
    background: #E04D09;
}


.light-amber[b-dd9b8ju7vr] {
    background: #E48B05;
}

.green[b-dd9b8ju7vr] {
    background: #2BBC66;
}

    .feedback-radio:hover[b-dd9b8ju7vr] {
        transform: scale(1.2);
    }

    .feedback-radio:has(input:checked)[b-dd9b8ju7vr] {
        background: var(--brand-colour-3);
        color: #ffffff;
    }
    /* Hide the browser's default radio button */
    .feedback-radio input[b-dd9b8ju7vr] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* _content/CaseTracker.UI/Components/Feedback/FeedbackScore.razor.rz.scp.css */
.feedback-score-buttons[b-mwiqzawsfb] {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

.feedback-score-radio[b-mwiqzawsfb] {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

    .feedback-score-radio:hover[b-mwiqzawsfb]{
        cursor: pointer;
    }

    .feedback-score-radio:hover .icon-container[b-mwiqzawsfb] {
        transform: scale(1.05);
        box-shadow: 0 4px 8px 4px #88888850;
    }

.feedback-score-radio input[b-mwiqzawsfb] {
    position: absolute;
    opacity: 0;
}

.icon-container[b-mwiqzawsfb] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F2F2F2;
    border-radius: 8px;
    transition: .4s ease-out;
    width: 80px;
    aspect-ratio: 1/1;
    color: var(--brand-colour-3);
}

.feedback-score-radio:has(input:checked) .icon-container[b-mwiqzawsfb] {
    background: var(--brand-colour-3);
    color: #ffffff;
}


.feedback-score-radio .wording[b-mwiqzawsfb] {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    display: flex;
}


[b-mwiqzawsfb] .score-icon {
    width: 48px !important;
    height: 48px !important;
}

@media (min-width: 992px) {
    .feedback-score-buttons[b-mwiqzawsfb] {
        flex-direction: row-reverse !important;
        gap: 24px;
    }

    .feedback-score-radio .wording[b-mwiqzawsfb] {
        font-size: 12px;
    }

    .feedback-score-radio[b-mwiqzawsfb] {
        width: 120px;
        flex-direction: column;
        align-items: center;
    }
    
    .button-wrapper[b-mwiqzawsfb] {
        width: 126px;
        flex-direction: column;
    }
}

.feedback-score-buttons[b-mwiqzawsfb] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.row-1[b-mwiqzawsfb] {
    display: flex;
    justify-content: space-between;
}

.row-2[b-mwiqzawsfb] {
    display: flex;
    justify-content: space-evenly;
}


.wording-container[b-mwiqzawsfb] {
    justify-content: space-between;
    font-family: 'Montserrat';
    font-size: 12px;
    display: none;
}

.score-container[b-mwiqzawsfb] {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
/* _content/CaseTracker.UI/Components/Feedback/FeedbackScore10.razor.rz.scp.css */
.feedback-container[b-d1yles7db7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (min-width: 992px) {
    .feedback-score-buttons[b-d1yles7db7] {
        flex-direction: row !important;
        gap: 24px;
    }

    .row-1[b-d1yles7db7] {
        gap:24px;
        justify-content: space-evenly;
    }

    .row-2[b-d1yles7db7] {
        gap: 24px;
        justify-content: space-evenly;
    }

    .wording-container[b-d1yles7db7] {
        display: flex !important;
    }
}

.feedback-score-buttons[b-d1yles7db7] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.row-1[b-d1yles7db7] {
    display: flex;
    justify-content: space-between;
}

.row-2[b-d1yles7db7] {
    display: flex;
    justify-content: space-evenly;
}


.wording-container[b-d1yles7db7] {
    justify-content: space-between;
    font-family: 'Montserrat';
    font-size: 12px;
    display:none;
}

.score-10-container[b-d1yles7db7] {
    display: flex;
    gap: 24px;
    flex-direction: column;
}
/* _content/CaseTracker.UI/Components/Feedback/FeedbackYesNo.razor.rz.scp.css */
.yes-no-container[b-77mq75fxy3] {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.feedback-yes-no-buttons[b-77mq75fxy3] {
    display: flex;
    gap: 24px;
}

/* Hide the browser's default radio button */
.yes-no-button input[b-77mq75fxy3] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.yes-no-button[b-77mq75fxy3] {
    background: #F2F2F2;
    display: flex;
    flex-direction: column;
    padding: 24px 40px;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    color: var(--brand-colour-3);
}

    .yes-no-button:hover[b-77mq75fxy3] {
        background: #B7B7B7;
    }

    .yes-no-button:has(input:checked)[b-77mq75fxy3] {
        background: var(--brand-colour-3);
        color: #ffffff;
    }

.yes-no-button-icon[b-77mq75fxy3] {
    width: 24px;
    height: 24px;
    color: var(--brand-colour-3);
}
/* _content/CaseTracker.UI/Components/GetInTouchMobileLink.razor.rz.scp.css */
.get-in-touch-link[b-0qdjaqj8xw] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    position: relative;
}

.img-container[b-0qdjaqj8xw] {
    aspect-ratio: 1/1;
    width:100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ffffff;
    border:1px solid #E2E2E2;
    box-shadow: 0 4px 30px 0 #294D9D10;
}

.img-container img[b-0qdjaqj8xw] {
    width: 48px;
    height: 48px;
}

a[b-0qdjaqj8xw] {
    text-decoration: none;
    font-family: 'Montserrat', Arial;    
    color:#141D3A;
}

h4[b-0qdjaqj8xw] {
    font-size: 16px !important;
    text-align:center;
}

.notification[b-0qdjaqj8xw] {
    position: absolute;
    top: 4px;
    right:32px;
    border-radius: 50%;
}
/* _content/CaseTracker.UI/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-rgrsh3jg83] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-rgrsh3jg83] {
  color: #0077cc;
}

.btn-primary[b-rgrsh3jg83] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-rgrsh3jg83], .nav-pills .show > .nav-link[b-rgrsh3jg83] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-rgrsh3jg83] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-rgrsh3jg83] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-rgrsh3jg83] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-rgrsh3jg83] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-rgrsh3jg83] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
