﻿.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.nhsuk-button {
    background-color: #003087 !important;
}
    .nhsuk-button:hover {
        background-color: #0043bd !important;
    }

    .nhsuk-button:focus {
        background-color: #ffeb3b !important;
        color: #212b32 !important;
    }


#idaConversation {
    max-height: 600px;
    min-height: 500px;
    overflow-y: auto;
    padding-right: 30px;
    margin-bottom: 20px;
}

.nhsuk-main-wrapper {
    min-height: 450px;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

    .actionButton {
        width: 80px;
    }

.sostenutoIncidentsTable {
    padding: 10px;
    width: 100%;
}

.popupHeaderTitle {
    float: left;
}

html {
    overflow-y: auto;
}

.expressionValueConfig {
    height: 750px;
    overflow-y: auto;
}

.expressionDescription {
    height: 100px;
    white-space: pre-wrap;
}

.expressionBuilderOptions {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 10px
}

    .expressionBuilderOptions .filterTags {
        margin: 5px;
        user-select: none;
        -webkit-user-select: none; /*Safari*/
        -moz-user-select: none; /*Firefox*/
        font-size: 12px !important;
    }

    .expressionBuilderOptions .filterTags:hover {
        cursor: pointer;
    }



.fixedTableLayout {
    table-layout: fixed;
}

    .fixedTableLayout td {
        word-wrap: break-word; /* Allows words to break and wrap */
        overflow-wrap: break-word; /* Similar to above, for newer browsers */
        white-space: pre-wrap;
    }

@font-face {
    src: url('assets/fonts/FrutigerLTW01-55Roman.woff2') format("woff2");
    font-family: 'Frutiger';
}


.emailRulesSectionBreak {
    background-color: lightgray;
    border: 0 none;
    color: lightblue;
    height: 4px;
    box-shadow: #aeadad 1px 1px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.smallLoader {
    height: 100px !important;
}

.multiselect {
    font-size: 1rem;
    line-height: 1.5;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #4c6272;
    border-radius: 0;
    box-sizing: border-box;
    height: 200px;
    margin-top: 0;
    padding: 4px;
    width: 100%;
}

.smallMultiselect {
    font-size: 1rem;
    line-height: 1.5;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #4c6272;
    border-radius: 0;
    box-sizing: border-box;
    height: 100px;
    margin-top: 0;
    padding: 4px;
    width: 100%;
}



.search-box {
    width: 89%;
    text-align: left !important;
}

.searchable-dropdown-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
    .searchable-dropdown-wrapper button {
        position: absolute;
        right: 0px;
        height: 100%;
        border: 2px solid #4c6272;
        width: 10%;
        font-weight: bold;
        font-size: 18px;
    }

    .searchable-dropdown-wrapper button:hover {
       background-color: #ccc;
    }
    .searchable-dropdown-wrapper button:active {
       background-color: #d8dde0;
    }

.machineContainer {
    display: flex; /* Enables Flexbox */
    align-items: center; /* Vertically centers the content */
    border: 3px dashed green;
    padding: 10px 30px 10px 30px;
    margin-top: 20px;
}

.machineIconLaptop {
    font-size: 80px
}

.virtualIcon {
    height: 80px;
}

.svg-container {
    flex: 0 0 30%; /* Assigns 30% of the container's width to the SVG div */
    /* Ensures it doesn't grow or shrink */
}

.details-container {
    flex: 1; /* Allows this div to take up the remaining space */
    margin-top: 20px;
}
    .details-container li {
        font-size: 15px !important;
        font-weight: bold;
        font-weight: bold;
    }

.dropdown {
    position: absolute !important;
    top: 100%; /* Position the dropdown right below the input */
    left: 0;
    width: 100%;
    z-index: 999; /* Ensure it's above other content */
    background-color: white;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
    display: none; /* Initially hidden */
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    border: 1px solid #ccc;
}

    .dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .dropdown ul li {
            padding-left: 6px;
            padding-right: 6px;
            margin-top: 0px !important;
            margin-bottom: 0px !important;
            cursor: pointer;
            font-size: 18px;
        }

            .dropdown ul li:hover {
                background-color: grey;
                color: white;
            }



.userTableMargin {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.dasboardHOrder {
    width: 25px;
    height: 19px;
}

.formSelectorItems {
    font-size: 14px !important;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.validation-errors {
    color: #d5281b;
    font-weight: bold;
}

.redBlack {
    color: #d5281b;
    font-size: 20px;
}

input, select, textarea {
    font-size: 16px;
}

.uploadCloud {
    font-size: 26px;
    color: slategrey;
    float: right;
}

    .idaTypingMessage {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-top: 10px;
}

.nhsuk-hero--image-description .nhsuk-hero-content {
    text-align: left !important;
    padding-left: 0px !important;
    top: 300px;
}

.nhsuk-hero--image-description .nhsuk-hero-content {
	width: unset !important;
}

.nhsAppAdvert {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-top: 70px;
}

.headerIcons {
    height: 65px;
}

@media (max-width: 640px) {
    .nhsuk-hero--image-description .nhsuk-hero-content {
        background-color: transparent !important;
        position: relative;
        top: 220px;
        left: -20px;
    }
}

@media (max-width: 1200px) {

    body {
        zoom: 95% !important;
    }
}


    @media (max-width: 1025px) {

        body {
            zoom: 90% !important;
        }

        .nhsuk-grid-row {
            display: flex;
            flex-direction: column;
        }

        .nhsuk-grid-column-one-third,
        .nhsuk-grid-column-two-thirds,
        .nhsuk-grid-column-one-half,
        .nhsuk-grid-column-one-quarter,
        .nhsuk-grid-column-three-quarters {
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }
    }

    .incHistoryRows {
        border-top: 2px dashed grey;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .sostenutoExpanderDetails > .nhsuk-grid-row {
        padding: 3px;
        display: flex;
        align-items: center;
    }

    .nhsuk-card__content {
        user-select: none;
        -webkit-user-select: none; /*Safari*/
        -moz-user-select: none; /*Firefox*/
        flex: 1 1 auto;
    }

    .filterTags {
        margin: 5px;
        user-select: none;
        -webkit-user-select: none; /*Safari*/
        -moz-user-select: none; /*Firefox*/
    }
    /*    .filterTags:hover {
        cursor: pointer;
    }*/

    .expanderTags {
        width: 280px;
        text-align: center;
    }

    .sostenutoTags {
        /*width: 100px;*/
    }

    .actionColumn {
        width: 100px;
    }

    .statusColumn {
        white-space: nowrap;
        text-align: center;
    }

    .paginationSelectors {
        margin: 5px;
        font-size: 14px;
    }

    td, th {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        font-size: 15px !important;
        vertical-align: middle !important;
    }

    div {
        font-size: 16px;
    }

    .nhsuk-tag {
        font-size: 14px !important;
    }

    .width10pc {
        width: 10%;
    }

    .width100px {
        width: 100px;
    }

    .formTypeFilters {
        display: flex;
    }

    .formTypeFilter {
    }

    .formTypeFilterButtons {
        margin-left: auto;
        order: 2;
        min-width: 100px !important;
        margin-top: 4px;
        text-align: center;
    }

    .width20pc {
        width: 20% !important;
    }

    .width30pc {
        width: 30% !important;
    }


    .width70pc {
        width: 70%;
    }

    .width80pc {
        width: 80% !important;
    }

    .width15pc {
        width: 15% !important;
    }

    .width5pc {
        width: 5%;
    }

    .width100pc {
        width: 100% !important;
    }

    .width49pc {
        width: 49%;
    }

    .width60pc {
        width: 60%;
    }

    .latestNoteClass {
        width: 300px !important;
    }

    .demographics {
        color: black;
        font-weight: bold;
    }

    .alignRight {
        text-align: right !important;
    }

    .alignLeft {
        text-align: left !important;
    }

    .notFound {
        font-weight: bold;
        color: #d5281b;
    }

    .found {
        font-weight: bold;
        color: #003088;
    }

    .search {
        height: 30px !important;
        width: 25% !important;
    }

    .editFormTextAreas {
        font-size: 15px !important;
        height: 110px !important;
    }

    .editFormTextBoxes {
        font-size: 15px !important;
    }

    .editFormInputs {
        font-size: 15px !important;
        width: 100% !important;
        height: 100% !important;
    }

    .paginationButtons {
        width: 120px;
    }

    .filterRows {
        margin-bottom: 30px;
    }

    table {
        margin-bottom: 2px;
    }

    .nhsuk-card {
        margin-bottom: 10px !important;
    }

    .nhsuk-card--clickable:hover {
        border: 1px grey solid !important;
        border-bottom-width: 4px !important;
        cursor: pointer !important;
        /*background: repeating-linear-gradient( -45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px ) !important;*/
    }

    .greenText {
        color: #003088 !important;
        font-weight: bold;
        /*font-size: 19px;*/
    }

    .footerContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footerContainerPublic {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .blackText {
        color: #242424 !important;
        text-decoration: none;
    }

    .nhsuk-details__summary-text {
        text-decoration: none !important;
    }

    .sostenutoDescription {
        width: 100%;
        overflow: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .sostenutoDescription p, .sostenutoDescription pre, .sostenutoDescription div {
            padding: 2px;
            font-size: 16px !important;
            margin: 0px;
            font-family: Frutiger W01, Arial, Sans-serif;
        }

    .sostenutoHistoryDetails {
        width: 100%;
        overflow: auto;
    }

        .sostenutoHistoryDetails pre, .sostenutoHistoryDetails div, .sostenutoHistoryDetails p, .sostenutoHistoryDetails span {
            white-space: pre-wrap; /* Since CSS 2.1 */
            white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
            white-space: -pre-wrap; /* Opera 4-6 */
            white-space: -o-pre-wrap; /* Opera 7 */
            word-wrap: break-word; /* Internet Explorer 5.5+ */
            font-size: 16px !important;
            font-family: Frutiger W01, Arial, Sans-serif;
        }

    .sostenutoExpanderDetails hr {
        margin: 5px !important;
    }


    .greenHeading {
        color: #003088 !important;
        font-weight: bold;
        font-size: 24px;
    }

.greyText {
    color: #949494;
}

    .redText {
        color: #d5281b !important;
        font-weight: bold;
    }

    .nhsuk-pagination-item--previous {
        cursor: pointer;
    }

    .nhsuk-pagination-item--next {
        cursor: pointer;
    }

    .nhsuk-table__caption {
        color: #003088 !important;
        font-size: 20px !important;
    }

    .timelineLabel {
        color: #003088 !important;
        font-size: 17px !important;
        font-weight: bold;
    }

    .sostenutoIncidentsTable .nhsuk-table__row:hover {
        background-color: #d0e1e5 !important;
        cursor: pointer !important;
    }

    .smallerButtons {
        font-size: 14px !important;
        height: 30px !important;
        padding: 4px !important;
        margin-left: 5px !important;
        margin-bottom: 5px !important;
        width: 82px !important;
    }

    .submitAndClose {
        font-size: 14px !important;
        height: 30px !important;
        padding: 4px !important;
        margin-left: 5px !important;
        margin-bottom: 5px !important;
    }

    .formEditTable {
        margin-bottom: 50px;
    }

    .formBuilderTable tbody > tr {
        height: 250px !important;
    }

    .optionTable {
        width: 500px;
        text-align: center;
        margin: 50px;
    }

    .mce-edit-focus {
        outline: 0 !important;
    }

    html {
        scroll-behavior: smooth;
    }

    .FormAnswerCells {
        padding: 10px !important;
        width: 50% !important;
        font-weight: bold !important;
    }

        .FormAnswerCells > label {
            font-size: 16px !important;
        }

    .FormQuestionCells {
        padding: 10px !important;
        width: 50% !important;
    }

        .FormQuestionCells > label {
            font-size: 16px !important;
        }


    .ConsentFormCells {
        padding: 10px !important;
        width: 50% !important;
    }

        .ConsentFormCells > label {
            font-size: 15px !important;
            font-weight: bold;
        }

    .ConsentFormAnswerCells {
        padding: 10px !important;
        width: 50% !important;
        /*text-align: center;*/
        user-select: none !important;
        -webkit-user-select: none !important; /*Safari*/
        -moz-user-select: none !important; /*Firefox*/
    }

        .ConsentFormAnswerCells > label {
            font-size: 15px !important;
            font-weight: bold !important;
        }

        .ConsentFormAnswerCells > .nhsuk-radios {
            margin-top: 20px;
            margin-bottom: 20px;
            display: inline-block;
        }

    .nhsuk-radios__item {
        text-align: left;
    }


    .ConsentDescription {
        color: #003088;
        font-weight: normal !important;
        font-size: 14px !important;
        margin-top: 5px;
    }

    .consentFormRadios {
        margin-left: 80px !important;
    }

    .consentFormNavHeader {
        position: sticky;
        top: -1px;
        background-color: #f0f4f5;
        z-index: 998 !important;
    }

        .consentFormNavHeader > td {
            border-bottom: 3px solid #003087 !important;
        }

    .embeddedFormColor {
    }

    .consentFormNavFooter {
        position: sticky;
        top: 0;
        background-color: #f0f4f5;
        z-index: 998 !important;
    }

        .consentFormNavFooter > td {
            border-top: 3px solid #003087 !important;
            border-bottom: 0px !important;
        }


    .isNotValid {
        color: #d5281b !important;
    }

    .nhsuk-radios__label {
        font-size: 15px !important;
        font-weight: bold !important;
    }

    .copyLoader {
        height: 40px !important;
    }

    .reportLoader {
        height: 80px !important;
        margin-top: -15px;
        margin-left: 50px;
    }

    .exportExcel {
        height: 60px !important;
        margin-top: -15px;
        float: right;
    }

        .exportExcel:hover {
            cursor: pointer;
        }

    .sortHeaders:hover {
        cursor: pointer;
    }

    .exportBCP {
        height: 45px !important;
        margin-top: -7px;
        float: right;
    }

        .exportBCP:hover {
            cursor: pointer;
        }

    .downloadingExcel {
        width: 55px !important;
    }

    .downloadAttachmentLoader {
        height: 31px !important;
    }

    .pdsTraceLoader {
        width: 70px !important;
        margin-top: -20px;
        margin-left: 20px;
    }

    .fileUploadInput {
        font-size: 12px !important;
    }


    .exportMessage {
        float: right;
        font-size: 14px;
    }

.height400px {
    height: 400px;
}

.nhsuk-button {
    user-select: none !important;
    -webkit-user-select: none !important; /*Safari*/
    -moz-user-select: none !important; /*Firefox*/
    box-shadow: 0 4px 0 #0a0059;
}

    .contactLink {
        text-decoration: underline;
    }

        .contactLink:hover {
            cursor: pointer;
        }

    .nhsuk-button--warning {
        background-color: #c9002e !important;
        box-shadow: 0 4px 0 #263139 !important;
    }

        .nhsuk-button--warning:hover {
            background-color: #d5281b !important;
            color: #212b32 !important;
        }


.image {
    width: 100% !important; /* fill the width */
    height: auto; /* scale height to keep aspect ratio */
    text-align: center;
}

main {
    overflow-x: revert !important;
    height: revert !important;
}

.equipmentImages img {
    max-width: 100%;
    height: auto;
}

.nhsuk-button--secondary {
    background-color: #4c6272 !important;
    box-shadow: 0 4px 0 #263139;
}

    .nhsuk-button--secondary:hover {
        background-color: #555555 !important;
        box-shadow: 0 4px 0 #263139;
        color: white !important;
    }

    .nhsuk-button--secondary:focus {
        color: #212b32 !important;
    }

    .floatRight {
        float: right;
    }

    .floatLeft {
        float: left;
    }



    .triage-error-row {
        color: #d5281b;
        font-weight: bold;
    }

    .disableCheckboxes {
        pointer-events: none !important;
    }

    .disabled {
    }

    .validationError {
        font-size: 15px !important;
        font-weight: bold;
        color: #d5281b;
    }

    .nhsuk-error-summary {
        margin-top: 10px !important;
    }

    .nhsuk-error-summary__body {
        margin-bottom: 0px !important;
    }

        .nhsuk-error-summary__body > ul {
            margin-bottom: 0px !important;
        }

    .emptyPatientTable {
        border: 3px solid #003088;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 375px;
    }

    .emptyTable {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        line-height: 375px;
    }

    .fixedTableDiv {
        height: 385px !important;
        overflow-y: auto;
        overflow-x: auto;
        width: auto;
    }

        .fixedTableDiv thead th {
            position: sticky;
            top: 0;
            background-color: #f0f4f5;
        }

    .pageToolbar {
        position: sticky;
        top: 0;
        background-color: #f0f4f5;
        border: 3px solid #003088;
        height: 90px !important;
        padding: 15px !important;
        z-index: 9998;
        margin-bottom: 20px;
        text-align: center;
    }

        .pageToolbar > button {
            margin-left: 50px !important;
            margin-right: 50px !important;
        }

    .formDesignerContainer {
        height: 700px;
    }

    .formDesignerDraggableTables {
        height: 45px !important;
    }

    .formDesignerDiv {
        max-height: 600px;
        overflow: auto;
    }

    .formDesignerTable {
        table-layout: fixed;
    }

        .formDesignerTable td {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .questionPreview {
        margin-left: 15%;
        margin-right: 15%;
        border: 2px dashed #003088;
    }

    .hidden {
        visibility: hidden;
    }

    .inlineSlider {
        margin-top: 1px !important;
    }

    .rz-colorpicker {
        border: 2px solid #4c6272 !important;
        border-radius: 0px !important;
        height: 40px !important;
    }

        .rz-colorpicker:focus {
            border: 2px solid #212b32;
            box-shadow: inset 0 0 0 2px;
            outline: 4px solid #ffeb3b;
            outline-offset: 0;
        }

    .tox-editor-container {
        z-index: 1109 !important
    }

    .questionPreview td {
        border-bottom: none !important;
    }

    .questionPreview table {
        margin: 0px !important;
        padding: 30px;
    }

    .hideTableBorder td {
        border-bottom: none !important;
    }

    .batchNumberDiv {
        border: 2px solid #003088;
        padding: 10px;
        margin-top: 10px;
    }

    .batchbuttonDiv {
        margin-top: 10px;
    }

    .vaccineIcon {
        font-size: 70px;
        text-shadow: 0 0 3px #000;
        color: #d8dde0;
    }

    .schoolIcon {
        font-size: 70px;
        text-shadow: 0 0 3px #000;
        color: #d8dde0;
        text-align: right;
    }

    .vaccineDiv {
        width: 25%;
        display: inline-block
    }

    .batchInfoDiv {
        width: 70%;
        display: inline-block;
        font-weight: bold;
        font-size: 16px;
    }

    .batchNumberRow {
        display: none;
    }

    .expires {
        color: black;
        font-weight: bold;
    }

    .backButton {
        width: 300px;
        position: fixed;
        right: -50px;
        bottom: 10px;
        text-align: center;
        z-index: 55555;
    }

    .newUserClass, .newUserClass:hover {
        background-color: darkgrey !important;
        height: 100px !important;
        padding: 10px !important;
    }

    .addNoteForm {
        padding: 24px !important;
        font-weight: bold;
    }

    .separator {
        border: 2px dashed lightgrey;
        margin: 10px !important;
    }

    .schoolSearchSelect {
        position: absolute;
        width: 800px;
        height: 200px !important;
        right: 300px;
    }

        .schoolSearchSelect > select {
            height: 200px !important;
        }

    .smallText {
        color: #003088;
        font-size: 14px;
    }

    .addedDate {
        font-size: 12px !important;
    }

    .duplicateWarning {
        border: 3px solid #d5281b !important;
    }

    .otherVaccination {
        border: 2px solid #003088;
        padding: 10px;
        font-weight: bold;
        margin: 20px;
    }

    .smallTag {
        font-size: 12px !important;
    }

    .width200px {
        width: 200px !important;
    }

    .success {
        border: 4px solid #003088 !important;
        padding: 30px;
    }

    .editForm {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .vaccineSelectorsText {
        margin-bottom: 3px;
    }

    .vaccineSelectorsSelected {
        border: 2px grey dashed !important;
        cursor: default !important;
        background: repeating-linear-gradient( -45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px ) !important;
    }

    .vaccineSelectorsDuplicate {
        background-color: #ff0000 !important;
    }

    .ragMessage {
        margin: 20px;
        padding: 20px !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    .dsdTotal {
        font-size: 60px !important;
    }

    .sectionTotal {
        font-size: 40px !important;
    }

    .roomName {
        min-height: 70px;
    }

    .inlineFormTotal {
        font-size: 30px !important;
    }

    .viewRecordSections {
        height: 75vh;
        overflow-y: auto;
    }

    .viewRecordContactSection {
        height: 75vh;
        overflow-y: hidden;
    }

    .height80pc {
        height: 80%;
    }

    .actionCards {
        margin-bottom: 5px !important;
        cursor: pointer;
    }

        .actionCards > .nhsuk-card__content {
            padding: 13px !important;
            font-size: 15px;
        }

    /* width */
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
        margin-top: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #4c6272;
        border-radius: 5px;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #263139;
        }


    .popupModalMessage {
        text-align: center;
        margin-top: 10px;
    }

    .shoppingCartText {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
    }

    .shoppingCartEmpty {
        font-size: 16px !important;
    }

    .popupModalMessageContainer {
        width: 98%;
        border: 3px solid #003088;
        z-index: 99999;
        background-color: #f0f4f5;
        padding: 10px;
        top: 150px;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .popupModal {
        height: 98%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 10px;
    }

    .verticalScroll {
        height: 75vh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .container {
        width: 98%;
        height: 95%;
        border: 5px solid #003088;
        z-index: 1000;
        background-color: #f0f4f5;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 4px;
    }

    .formPreviewContainer {
        text-align: center;
        height: 100%;
        width: 95% !important;
        display: inline-block;
    }

    .mobilePreviewContainer {
        text-align: center;
        height: 100%;
        width: 400px !important;
        display: inline-block;
    }

    .mobilePreviewView {
        height: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: scroll;
        container-type: inline-size;
        background-color: #f0f4f5;
    }

    .formPreviewView {
        height: 100% !important;
        overflow-y: auto;
        background-color: #f0f4f5;
        padding-left: 20px;
        padding-right: 20px;
    }

    .greenDashedBorder {
        border: 2px dashed #003088;
        margin: 5px;
        height: 90%;
    }

    @container (max-width: 800px) {
        .ConsentFormCells {
            width: 100% !important;
            float: none !important;
            display: block !important;
            text-align: center !important;
            padding-top: 30px !important;
            padding-bottom: 30px !important;
        }

            .ConsentFormCells label {
                font-size: 18px !important;
            }


        .ConsentFormAnswerCells {
            width: 100% !important;
            float: none !important;
            display: block !important;
            text-align: center !important;
        }

            .ConsentFormAnswerCells label {
                font-size: 14px !important;
            }

        .consentFormNavHeader td {
            text-align: center !important;
        }

        .consentFormNavFooter td {
            text-align: center !important;
        }

        .sliderMinLabelText {
            font-size: 12px !important;
        }

        .sliderMaxLabelText {
            font-size: 12px !important;
        }

        .pageTitle {
            float: none;
        }

        .consentFormNavHeaderButtons {
            float: none !important;
            margin-top: 10px;
        }
    }

    .feedbackIcon {
        top: 400px;
        position: absolute;
        right: 0;
    }

        .feedbackIcon img {
            height: 65px;
            cursor: pointer;
        }

.nhsuk-footer__copyright {
    width: 35% !important;
}

.idaTypingIcon {
    height: 35px;
    background-color: #003088;
    border-radius: 50%;
    margin-right: 10px;
}

.profileInitialsTitle {
    height: 50px;
    border-radius: 50%;
    border: #005eb8 4px solid;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    background-color: #d8dde0;
    margin-right: 15px
}

    .profilePicture {
        height: 50px;
        border-radius: 50%;
        margin-right: 15px
    }

    .idaProfilePicture {
        height: 70px;
        border-radius: 50%;
        margin-right: 15px
    }

    .profilePictureTitle {
        margin-top: 5px;
        margin-right: 10px;
        height: 60px;
        border-radius: 50%;
        border: #003088 4px solid;
    }

    .profilePictureLarge {
        height: 150px;
        border-radius: 50%;
        border: #003088 4px solid;
    }

    .nhsuk-hero--image .nhsuk-hero__overlay {
        background-color: transparent !important;
    }

    .profilePictureDiv {
        display: flex;
        align-items: center;
    }


        .profilePictureDiv > .profilePictureContainer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 1.5;
            text-align: left;
        }

    .profilePictureName {
        color: white;
        font-weight: bold;
        text-align: left;
    }

    .profilePictureDescription {
        color: white;
        font-size: 13px;
        text-align: left;
    }

        .profilePictureDescription:hover {
            text-decoration: underline;
        }

    @media (max-width: 800px) {
        .nhsuk-header--organisation .nhsuk-header__content.floatLeft {
            float: left !important;
            width: auto !important;
            margin-bottom: 0 !important;
        }

        .nhsuk-header--organisation .nhsuk-header__content.floatRight {
            float: right !important;
            width: auto !important;
            margin-bottom: 0 !important;
        }
    }

    .nhsuk-card--care--green .nhsuk-card--care__heading-container {
        background-color: #003088;
        color: #fff;
    }

    .nhsuk-card--care--green .nhsuk-card--care__arrow:after, .nhsuk-card--care--green .nhsuk-card--care__arrow:before {
        border-color: #003088;
    }

    .userDetailsViewerList > li {
        margin-top: 30px
    }

    .idaCallOut {
        background-color: white !important;
        border: 1px solid #003088 !important;
        min-width: 51% !important;
        float: left;
    }

        .idaCallOut > .nhsuk-warning-callout__label {
            background-color: #003087;
            color: white;
            padding-left: 20px;
            border: 1px solid #003087;
        }

        .idaCallOut .callout-header {
            display: flex;
            align-items: center;
            font-size: 22px;
            font-weight: bold;
            height: 50px;
        }

.userCallOut {
    background-color: #c0fffb !important;
    border: 1px solid #00A499 !important;
    min-width: 51% !important;
}

    .userCallOut > .nhsuk-warning-callout__label {
        background-color: #00A499;
        color: white;
    }

    .userCallOut .callout-header {
        display: flex;
        align-items: center;
        font-size: 22px;
        font-weight: bold;
        height: 50px;
    }

    .summaryTable {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .summaryTable ol, .summaryTable ul, .summaryTable li {
            font-weight: bold;
            font-size: 15px
        }

    .popupModal table {
        table-layout: fixed
    }

    .smallModalContainer {
        width: 90%;
        border: 5px solid #003088;
        z-index: 1000;
        background-color: #f0f4f5;
        padding: 30px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 4px;
        max-height: 100%;
        overflow-y: auto;
    }

    .closeButton {
        position: absolute;
        right: 50px;
        bottom: 50px;
    }

    .confimModalButtons {
        text-align: center;
        margin-top: 10px;
    }

    .keyContactTable {
        margin-top: 10px;
    }

    .keepNewLines {
        word-wrap: break-word; /* Allows words to break and wrap */
        overflow-wrap: break-word; /* Similar to above, for newer browsers */
        white-space: pre-wrap;
    }

    .breakWordFix {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .cardWithImage {
        height: 100px;
    }

    .cardHyperlinks a, .cardHyperlinks a:visited {
        text-decoration: none !important;
        color: #003088 !important;
    }

    .nhsuk-hero {
    }

    .nhsuk-hero--image {
        background-size: cover;
        background-position: center;
        height: 500px;
    }

    .nhsuk-header__navigation {
        height: 65px;
    }

        .nhsuk-header__navigation .nhsuk-width-container {
            display: flex;
            align-items: center;
            height: 100%;
        }

    .nhsuk-header__navigation-list {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .nhsuk-header__navigation-item {
        display: flex;
        align-items: center;
        height: 100%;
    }


    .heroCardImage {
        height: 120px;
    }

    .nhsuk-hero-content {
        background-color: transparent !important;
        left: 0px;
        text-align: center;
        padding: 10px 10px !important;
        max-width: 30em !important;
    }

    @media (min-width: 1100px) {
        .nhsuk-card__description #div {
            font-size: 12px !important;
        }
    }

    @media (max-width: 800px) {

        .headerIcons {
            height: 50px;
        }

        .ConsentFormCells {
            width: 100% !important;
            float: none !important;
            display: block !important;
            text-align: center;
            padding-top: 30px !important;
            padding-bottom: 30px !important;
        }

            .ConsentFormCells label {
                font-size: 18px !important;
            }


        .ConsentFormAnswerCells {
            width: 100% !important;
            float: none !important;
            display: block !important;
            text-align: center;
        }

            .ConsentFormAnswerCells label {
                font-size: 14px !important;
            }

        .consentFormNavHeader td {
            text-align: center !important;
        }

        .consentFormNavFooter td {
            text-align: center !important;
        }

        .sliderMinLabelText {
            float: left !important;
            font-size: 12px !important;
        }

        .sliderMaxLabelText {
            font-size: 12px !important;
        }

        .consentFormNavHeaderButtons {
            float: none !important;
            margin-top: 10px;
        }

        .floatLeft {
            float: none;
        }

        table {
            table-layout: initial !important;
            width: 100%;
        }
    }

.emoji-scale {
    display: flex;
    gap: 0.5rem;
    justify-content: space-evenly;
}

.emoji-option {
    font-size: 2.2rem;
    background: none;
    border: none;
    cursor: pointer;
}

    .emoji-option.selected {
        transform: scale(1.2);
        border-bottom: 2px solid #005eb8; /* NHS Blue highlight */
    }

    .emoji-option:hover {
        transform: scale(1.2);
    }

.emoji-selected-text {
    margin-top: 0.8rem;
    text-align: center;
    font-weight: bold !important;
    font-size: 16px !important;
}


.nhsuk-label {
    font-size: 15px !important
}

.attachmentCloseButton {
    background-color: white;
    border: 1px solid;
    padding: 1px;
    display: inline-block;
    width: 15px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

    .selectedAttachmentClass {
        font-weight: bold;
        border-color: #aeb7bd !important;
    }

    .downloadAttachment {
        height: 25px;
        cursor: pointer;
    }

    .attachmentTable {
        table-layout: fixed;
        width: 100%;
    }

        .attachmentTable td {
            word-wrap: break-word;
            overflow-wrap: break-word;
        }


    .file-drop-zone {
        display: flex;
        width: 100%;
        border: 3px dotted grey;
        align-items: center;
        margin-bottom: 2px;
        height: 100px
    }

    .hover {
        border: 3px solid #003088;
        background-color: lightgreen;
    }

    .sudoHyperlink {
        cursor: pointer;
        
    }

    input[type=file] {
        width: 100%;
        height: 100px;
        line-height: 100px;
    }

    .formPanelSummary {
        padding: 5px 5px 10px 5px !important;
    }

    .formPanelSummaryText {
        font-size: 15px !important;
        text-decoration: none !important;
        font-weight: bold !important;
    }

    .formPanelDetailsText {
        padding: 10px !important;
    }

    .formPanelExpander {
        margin-bottom: 5px !important;
    }

    .circleStrong {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px !important;
        font-size: 11px !important;
        padding: 0px !important;
    }

    .circleStrongSmall {
        border-radius: 50%;
        height: 40px;
        width: 40px;
        line-height: 40px !important;
        padding: 0px !important;
    }

    .circleStrongTiny {
        border-radius: 50%;
        height: 17px;
        width: 10px;
        line-height: 10px !important;
    }

    .staffingCell {
        max-width: 15px !important;
        text-align: center;
    }

    .staffingTitle {
        width: 100px !important;
    }

    .staffingTable {
        margin-top: 50px !important;
    }

    .pageTitle {
        font-size: 18px;
        font-weight: bold;
        color: black;
    }

    .emsSliderContainer {
    }

    .sliderMinLabelText {
        font-size: 12px !important;
    }

    .sliderMaxLabelText {
        font-size: 12px !important;
    }

    /* The slider itself */
    .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 98%;
        background: none;
        outline: none;
        -webkit-transition: .2s; /* 0.2 seconds transition on hover */
        transition: opacity .2s;
        margin-top: 4px;
        cursor: pointer;
        text-align: center;
        opacity: 0.8;
        border: 2px solid black;
        border-radius: 20px;
        padding: 5px;
    }

        /* Mouse-over effects */
        .slider:hover {
            opacity: 1; /* Fully shown on mouse-over */
        }

        /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
        .slider::-webkit-slider-thumb {
            -webkit-appearance: none; /* Override default look */
            appearance: none;
            width: 20px; /* Set a specific slider handle width */
            height: 20px; /* Slider handle height */
            background-color: darkgrey; /* Green background */
            cursor: pointer; /* Cursor on hover */
            border-radius: 10px;
            border: 2px solid black;
        }

        .slider::-moz-range-thumb {
            width: 20px; /* Set a specific slider handle width */
            height: 20px; /* Slider handle height */
            background: #04AA6D; /* Green background */
            cursor: pointer; /* Cursor on hover */
        }

    .dashboardPanels {
        max-height: 30pc;
    }

    .embeddedFormDetails {
        margin-bottom: 5px !important;
        font-size: 16px !important;
    }

        .embeddedFormDetails p {
            margin-bottom: 5px !important;
            font-size: 15px !important;
        }

    .popupPatientViewContainer {
        width: 80%;
        border: 5px solid #003088;
        z-index: 99999;
        background-color: #f0f4f5;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 4px;
        min-height: 50%;
        max-height: 95%;
        overflow-y: auto;
    }

    .popupEmbeddedFormContainer {
        width: 60%;
        border: 5px solid #003088;
        z-index: 99999;
        background-color: #f0f4f5;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 4px;
        min-height: 50%;
        max-height: 95%;
        overflow-y: auto;
    }

    /*    .popupEmbeddedFormContainer table tr:hover {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavHeader {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavFooter {
        background-color: #f0f4f5 !important;
    }*/



.popupEmbeddedFormHeading {
    padding: 13px;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 50px;
    background-color: #003088;
    border-radius: 4px;
    margin-bottom: 20px;
    position: sticky;
    top: 0;
    z-index: 1000; /* keep it above other content */
}

    .closeFormButton {
        margin-right: 15px;
        margin-top: -3px;
        width: 30px !important;
    }

    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 999;
        backdrop-filter: blur(5px);
    }

    .navbarExpand {
        max-width: 80% !important;
    }


    .equipmentAddedNotification {
        position: absolute;
        top: -20px;
        right: 110px; /* Adjust as needed */
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ccc;
        z-index: 100;
        border-radius: 20px;
        width: 75%;
    }

        .equipmentAddedNotification:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -10px; /* Half of the arrow height */
            border-width: 10px 0 10px 10px;
            border-style: solid;
            border-color: transparent transparent transparent grey;
        }

.cartCounter {
    position: absolute;
    top: 0;
    right: -10px;
    transform: translate(-50%, -50%);
    background-color: #003087;
    border-radius: 50%;
    padding: 5px;
    color: white; /* Adjust the color as needed */
    font-size: 1rem; /* Adjust the font size as needed */
    font-weight: bold; /* Adjust the font weight as needed */
    min-width: 35px;
    text-align: center;
}

    .fade-out {
        animation: fadeOut 3s ease-out !important;
        visibility: visible;
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            display: none;
        }
    }

    .cartContainter:hover {
        cursor: pointer;
    }

        .cartContainter:hover > i {
            color: #555555 !important;
        }

        .cartContainter:hover > #cartLabel {
            visibility: visible !important;
        }

    @media (max-width:576px) { /* smartphones, Android phones, landscape iPhone */
        .cartContainter {
            margin-top: 25px;
        }

        .shoppingCartText {
            text-align: center;
        }

        .search-box {
            text-align: left !important;
        }
    }

    @media (min-width:800px) { /* smartphones, Android phones, landscape iPhone */
        .container {
            width: 85%;
        }
    }

    /* Dropdown Button */
    .dropbtn {
        padding-right: 10px;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 200px;
        z-index: 99998;
        background-color: #fff;
        padding: 10px;
        left: 85px;
        top: 3px;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: lightgrey;
    }

    .embeddedTable {
        margin-top: 40px;
        margin-bottom: 40px !important;
    }

    .patientSearch {
        margin-bottom: 3px;
    }

    .dynamisLogo {
        float: right;
    }

        .dynamisLogo > svg {
            color: #003088;
            height: 90px;
        }

    .nhsuk-header__logo {
        float: left !important;
        margin-top: 5px;
    }

    .dynamisFooter {
        font-family: 'Changa', sans-serif;
        font-size: 16px;
    }

    .dynamisFooterBrand {
        color: #003088;
       /* cursor: pointer;*/
    }


    .nhsuk-main-wrapper {
        /*min-height: 450px;*/
    }

    .actionContact {
        font-weight: bold;
        color: #003088
    }

    .forceWrap pre, .forceWrap div, .forceWrap p {
        white-space: pre-wrap; /* Since CSS 2.1 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

    .disableClickEvents {
        pointer-events: none;
        cursor: default;
    }

    .nhsuk-card {
        margin-top: 0px !important;
    }

    .dynamisMeaning {
        font-family: 'Changa', sans-serif;
    }

    .dynamisMeaningHeader {
        font-size: 42px;
        color: #003088;
    }

    .dynamisMeaningPronounce {
        font-size: 22px;
        color: #b6b6b6;
        margin-top: -10px;
        font-style: italic;
    }


    .dynamisMeaningSubHeader {
        font-size: 22px;
        color: #b6b6b6;
        margin-top: 60px;
    }

    .dynamisMeaningText {
        font-size: 28px;
        color: #4c6272;
    }


    .dynamisMeaningLogo {
        float: right;
        margin-right: 80px;
        margin-top: 40px;
    }

        .dynamisMeaningLogo > svg {
            color: #003088;
            height: 120px;
        }


    body {
        background: none !important;
        background-color: #f0f4f5 !important;
    }

    .calendarDiv {
        height: 750px !important;
    }


    .rz-event:hover {
        cursor: pointer;
        opacity: 0.7;
    }

    .fa-bars {
        cursor: grab;
    }

        .fa-bars:active {
            cursor: grabbing;
        }

    input {
        color: black !important;
    }


    .bedTitleOccupied {
        background-color: #ffbcbc;
        color: black;
    }

    .bedTitleUnOccupied {
        background-color: #cff2ac;
        color: black;
    }

    .nhsuk-grid-column-one-eighth {
        float: left;
        width: 12.5%;
        padding: 1px;
    }

        .nhsuk-grid-column-one-eighth .nhsuk-card__content {
            padding: 10px;
        }

    .embeddedWrapperClass {
        padding-top: 30px;
        padding-bottom: 20px;
    }