﻿html {
    zoom: 95%;
}

.IsLiveWard {
    background-color: #cce5d8;
}

.IsLiveWard:hover {
    background-color: #cce5d8 !important;
}



#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;
    }


.viewRecordDetailsHeader
{
    
}

    .viewRecordDetailsHeader button {
        top: -9px;
    }



#listRecordsTable .nhsuk-table__row {
    font-weight: 400;
}

    #listRecordsTable .nhsuk-table__row:hover {
        cursor: pointer;
        background-color: #cfdce8;
        font-weight: 1000;
    }

#listRecordsTable {
    table-layout: fixed;
    width: 100%;
}


/* Flex container for aligning image and text */
.loginButton-container {
    display: flex;
    align-items: center; /* Align items vertically in the center */
    justify-content: center;
}

/* Style for the image */
.login-icon {
    height: 35px;
    margin-right: 15px; /* Space between image and text */
}

/* Optional styling for the text if needed */
.login-text {
    display: inline-block;
    font-size: 16px;
}

.selectedObs {
    background-color: #ffeb3b !important;
}

pre code.hljs {
    line-height: 0.65 !important;
}

.observationTag {
    display: inline-block;
    width: 23px;
    height: 23px;
    border: 1px solid;
    text-align: center;
    margin: 1px;
}

    .observationTag:hover {
        background-color: darkgrey;
    }


.disableTextHighlighting {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.observationResultHistory {
    overflow-y: scroll;
    margin-top: 2px;
}

.obsDateSelector:hover {
    cursor: pointer;
    text-decoration: underline;
}

.lastObservationsCard {
    display: block !important;
}

body {
    /* zoom: 95%;*/
}

.compliancyKeyLink {
    width: 100%;
    position: absolute;
    top: -1.4em;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75em;
    padding-right: 24px;
    color: #0000EE
}

    .compliancyKeyLink:hover {
        text-decoration: underline;
    }

    @media (min-width: 40.0625em) {
        .nhsuk-breadcrumb {
        padding-top: 24px !important;
        margin-top: unset !important;
    }
}

.nhsuk-breadcrumb {
    padding-top: 16px !important;
    margin-top: unset !important;
}

.arrow-right {
    position: relative;
}

    .arrow-right::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 240px;
        width: 50px; /* adjust as needed */
        height: 5px;
        background: #003e75;
        transform: translateY(-50%);
    }

    .arrow-right::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 283px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #003e75;
        transform: translateY(-50%);
    }



.metricDescription {
    font-size: 14px !important;
}

.key-container-inline {
    display: flex;
    gap: 10px; /* Adjust the gap between items as needed */
}

.key-item-inline {
    display: flex;
    align-items: center;
}

.key-square-inline {
    width: 20px; /* Adjust the size as needed */
    height: 20px; /* Adjust the size as needed */
    margin-right: 5px; /* Adjust the space between square and text */
}

.key-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    top: 20px;
    margin: 20px;
    padding: 10px;
}

.key-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 18px;
    justify-content: center; /* Centers the content horizontally */
}

.key-square {
    width: 50px;
    height: 20px;
    position: relative;
    margin-right: 5px;
    border: 1px solid black;
    padding: 0 5px;
    box-sizing: border-box;
}

    .key-square:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 5px;
        right: 5px;
        border-top: 2px dashed;
        box-sizing: border-box;
    }

/* Add a new container to hold the squares and labels separately */
.key-content {
    display: flex;
    flex-direction: column;
}

    .key-content .key-item {
        justify-content: flex-start;
    }

/* Adjust the flex for label alignment */
.key-label {
    flex: 1;
    text-align: left;
    font-size: 16px;
}

.key-square {
    flex: 0 0 auto;
}

.yellow-line:before {
    border-color: #FFB81C;
}

.green-line:before {
    border-color: green;
}

.orange-line:before {
    border-color: #ED8800;
}

.red-line:before {
    border-color: #DA291C;
}

.bluesolid-line:before {
    border: 2px solid #003e75 !important;
}

.lightblue-line:before {
    border-color: lightblue;
}


.reportTitleIcons {
    font-size: 175px;
    font-weight: lighter;
}

.rz-series-data-label {
    fill: black !important;
    font-weight: bold;
}

.rz-legend-right {
    right: -265px !important;
    top: 100px !important;
}

.remoteScreen {
    width: 100% !important;
}

.smallLoader {
    height: 100px !important;
}

.tinyLoader {
    height: 30px !important;
}

.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 !important;
            }

                .dropdown ul li:hover .smallText {
                    color: white !important;
                }

.search-box {
    width: 89% !important;
    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;
        }

.userTableMargin {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.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: red;
    font-size: 20px;
}

.uploadCloud {
    font-size: 26px;
    color: slategrey;
    float: right;
}

.noselect {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

/*.nhsuk-card__content {
    user-select: none;
    -webkit-user-select: none;*/ /*Safari*/
    /*-moz-user-select: none;*/ /*Firefox*/
/*}*/

.filterTags {
    margin: 5px;
    user-select: none;
    -webkit-user-select: none; /*Safari*/
    -moz-user-select: none; /*Firefox*/
}
/*    .filterTags:hover {
        cursor: pointer;
    }*/

.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 !important;
}

.width50px {
    width: 50px;
}

.formTypeFilters {
    display: flex;
}

.formTypeFilter {

}

.formTypeFilterButtons {
    margin-left: auto;
    order: 2;
    min-width: 100px !important;
    margin-top: 4px;
    text-align: center;
}

.width20pc {
    width: 20%;
}

.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%;
}

.width40pc {
    width: 40%;
}

.width30pc {
    width: 30%;
}


.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: red;
}

.found {
    font-weight: bold;
    color: #007f3b;
}

.search {
    height: 30px !important;
    width: 25% !important;
}

.emoji-anchor {
    position: relative;
    display: inline-block;
    text-align: right;
}

.emoji-toggle {
    padding: 6px 10px;
    font-size: 18px;
}

.emoji-popup {
    position: absolute;
    bottom: calc(100% - 2px); /* tighten to button */
    right: 0;
    margin-bottom: 0; /* no gap */
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px;
    z-index: 5000;
    max-height: 200px;
    width: 400px;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 4px;
}

.emoji-option {
    border: none;
    background: white;
    font-size: 20px;
    cursor: pointer;
    padding: 4px;
    display: inline-flex; /* isolates the transform */
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease;
}
 
    .emoji-option:hover {
        transform: scale(1.2);
        background-color: #b6e2ff
    }

.largeEmoji .chat-bubble-content {
    font-size: 35px;
    line-height: 1.2;
}



.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 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Creates four equal columns */
    gap: 20px; /* Adjust the gap between columns */
}


    .filterRows > .nhsuk-grid-column-one-quarter, .filterRows > .nhsuk-grid-column-one-half, .filterRows > .nhsuk-grid-column-three-quarters, .filterRows > .nhsuk-grid-column-full {
        min-height: 250px;
    }

.filterCols {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .filterCols > .blueText {
        margin: 20px;
    }

    .filterCols > .filterTags {
        text-align: center;
    }


.presence-indicator {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid #ffffff;
}


.profile-container {
    position: relative;
    display: inline-block;
}

.page-viewers-bar {
    display: flex;
    margin-right: 50px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    flex-direction: row-reverse; /* newest rightmost */
    gap: 0; /* no standard spacing */
    z-index: 9999;
}

    .page-viewers-bar .profilePictureTitle,
    .page-viewers-bar .profileInitialsTitle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #003e75; /* optional clean border */
        margin-right: -10px; /* overlap amount (-5 to -10px) */
        box-shadow: 0 0 4px rgba(0,0,0,0.2);
        transition: transform 0.2s ease; /* smooth animation */
    }

    .page-viewers-bar .profileInitialsTitle {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #d8dde0; /* NHS green or your choice */
        color: black;
        font-weight: bold;
        font-size: 18px;
    }

        .page-viewers-bar .profilePictureTitle:hover,
        .page-viewers-bar .profileInitialsTitle:hover {
            transform: translateY(-3px); /* move upward on hover */
        }

table {
    margin-bottom: 2px;
}

.nhsuk-card {
    margin-bottom: 10px !important;
}

.nhsuk-card--clickable:not(.nhsuk-card--selected):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;*/
}

.nhsuk-card--selected {
    border: 1px #003e75 solid !important;
    border-bottom-width: 4px !important;
    background-color: #003e75;
    position: relative; /* Needed for positioning the arrow */
}

    .nhsuk-card--selected .nhsuk-card__link {
        color: white !important;
    }

.whiteText {
    color: white !important;
    font-weight: bold;
}

.greenText {
    color: #003e75 !important;
    font-weight: bold;
}

.greenHeading {
    color: #007f3b !important;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.greyText {
    color: #949494 !important;
}

.redText {
    color: #d5281b !important;
    font-weight: bold;
}

.nhsuk-table__caption {
    color: #003e75 !important;
    font-size: 20px !important;
}

.timelineLabel {
    color: #007f3b !important;
    font-size: 17px !important;
    font-weight: bold;
}

.greyText {
    color: grey;
    font-size: 14px !important
}

.smallerButtons {
    font-size: 14px !important;
    height: 36px !important;
    padding: 7px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
    width: 82px !important;
}

.submitAndClose {
    font-size: 14px !important;
    height: 36px !important;
    padding: 7px !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;*/
}

    .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: #007f3b;
    font-weight: normal !important;
    font-size: 14px !important;
    margin-top: 5px;
}

.consentFormRadios {
    margin-left: 80px !important;
}

.obsTable {
    position: sticky;
    top: 0;
    background-color: white; /* Ensures the header background stays visible */
    z-index: 10; /* Keeps header above table rows when scrolling */
}

.popupFormHeader {
    position: sticky;
    top: -30px !important;
}

.consentFormNavHeader {
    position: sticky;
    top: 0;
    background-color: #f0f4f5;
    z-index: 998 !important;
}
    .consentFormNavHeader > td {
        border-bottom: 3px solid #003e75 !important;
    }

.embeddedFormColor {

}

.consentFormNavFooter {
    position: sticky;
    top: 0;
    background-color: #f0f4f5;
    z-index: 998 !important;
}
    .consentFormNavFooter > td {
        border-top: 3px solid #003e75 !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;
}

.nhsuk-button {
    user-select: none !important;
    -webkit-user-select: none !important; /*Safari*/
    -moz-user-select: none !important; /*Firefox*/
}

.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: red !important;
    }

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}



.triage-error-row {
    color: red;
    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 #007f3b;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 375px;
}

.observationHistoryPane {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90vh;
    padding-right: 15px;
}

.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 #003e75;
    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 green;
}

.hidden {
    visibility: hidden;
}

.displayNone {
    display: none !important;
}

.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 #007f3b;
    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
}

.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;
}

.nhsuk-card__content {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure the card content takes full height */
}

.associationCard {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* Allows the card to grow within the container */
    height: 100%; /* Ensure the card takes full height */
}

.associationCardContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px; /* Space between content and button container */
    flex-grow: 1; /* This pushes the button container to the bottom */
}

.associationCardPicture {
    margin-right: 15px; /* Space between the picture and the text */
}

.associationCardInfo {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 70px 1fr; /* Fixed width for labels, remaining space for values */
    gap: 3px; /* Space between columns */
    text-align: left;
}

.associationCardInfoRow {
    display: contents; /* Allows the grid to apply directly to the items */
}

.associationCardLabel {
    font-weight: bold;
    color: black;
    margin-right: 5px;
    text-align: left; /* Align labels to the right */
    font-size: 14px !important; /* Ensure text within the card is 14px */
}

.associationCardValue {
    text-align: left;
    word-wrap: break-word; /* Ensure values wrap if they're too long */
    overflow-wrap: break-word; /* Handle overflow by breaking the word */
    white-space: normal; /* Ensure text wraps normally */
    font-size: 14px !important; /* Ensure text within the card is 14px */
}

.associationCardButtonContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-self: flex-end; /* Align the button container to the bottom */
    margin-top: 10px;
}

    .associationCardButtonContainer button {
        flex: 1; /* Buttons take equal space */
        margin: 0 5px; /* Add space between buttons */
        text-align: center; /* Center text within buttons */
    }

.form-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d8dde0;
}

.form-label {
    margin-right: 10px;
    flex: 1;
    text-align: left;
}

.form-checkbox {
    flex: 0;
    text-align: right;
}


.smallText {
    color: #003e75;
    font-size: 14px;
}

.addedDate {
    font-size: 12px !important;
}

.duplicateWarning {
    border: 3px solid #d5281b !important;
}

.otherVaccination {
    border: 2px solid #007f3b;
    padding: 10px;
    font-weight: bold;
    margin: 20px;
}

.smallTag {
    font-size: 12px !important;
}

.width200px {
    width: 200px !important;
}

.success {
    border: 4px solid #007f3b !important;
    padding: 30px;
}

.duplicate {
    border: 4px solid #f16210 !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: 100px;
    margin-bottom: 0px;
}

.inlineFormTotal {
    font-size: 30px !important;
}

.metricTotal {
    margin-top: 5px;
    padding-top: 8px;
    font-size: 30px !important;
    line-height: 20px;
    text-align: center;
    width: 175px
}


.viewRecordSections {
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.viewRecordContactSection {
    height: 75vh;
    overflow-y: hidden;
}

.nhsuk-radios__item {
    display: flex;
    align-items: center;
}

.nhsuk-radios__input {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.height80pc {
    height: 80%;
}

.height85pc {
    height: 85%;
}

.height100pc {
    height: 100%;
}

.height95pc {
    height: 95%;
}

.height50px {
    height: 50px !important;
}

.FormAnswerCells > div {
    font-size: 15px;
}

.FormAnswerCells > ul {
    font-size: 15px;
}

.nhsuk-tag > div, .nhsuk-tag > ul {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
}


.CNESTRecommendation * {
    font-size: 12px !important;
}

.CNESTMatrix {
    border-collapse: collapse;
    width: 100%;
}

    .CNESTMatrix th, .CNESTMatrix td {
        border: 1px solid black;
        text-align: center;
        padding: 10px;
    }

    .CNESTMatrix .high {
        background-color: #f7d4d1;
    }

    .CNESTMatrix .medium {
        background-color: #ffdc8e;
    }

    .CNESTMatrix .low {
        background-color: #cce5d8;
    }

    .CNESTMatrix .section-a, .CNESTMatrix .section-b {
        font-weight: bold;
        background-color: #f0f0f0;
    }

.actionImageCards {
    margin-bottom: 5px !important;
    text-align: center !important;
    height: 100px !important;
}

    .actionImageCards > .nhsuk-card__content {
        padding: 20px 10px 10px 10px !important;
        font-size: 16px;
        text-align: center !important;
    }

.obsLevelSubTable {
    padding: 15px 0px;
}

    .obsLevelSubTable td {
        border: 0px !important;
    }

.plan-level-container {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between text and tag */
    margin-top: 4px;
}

.actionCards {
    margin-bottom: 5px !important;
    width: 100%
}

    .actionCards > .nhsuk-card__content {
        padding: 10px 6px 10px 6px !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;
    margin-right: 5px;
}

/* 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;
}

.popupModalMessageContainer {
    width: 80%;
    border: 3px solid #003e75;
    z-index: 99999;
    background-color: #f0f4f5;
    padding: 10px;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.chatVideo {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.popupModal {
    overflow-y: auto;
    overflow-x: hidden;
    height: 90%;
    padding-right: 15px;
}

.dateOfBirth_day {
    min-width: unset !important;
}

.dateOfBirth_month {
    min-width: unset !important;
}

.dateOfBirth_year {
    min-width: unset !important;
}

.parentSubmitDiv {
    margin-right: 35px;
    margin-top: 25px;
}

.eObsTable th,
.eObsTable td {
    text-align: center;
    vertical-align: middle;
}

.remote-dock {
    position: sticky;
    top: 0;
    z-index: 2000;
    background: white;
    padding: 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

/* spacer is only needed when we switch to fixed */
.remote-dock-spacer {
    display: none;
}

@media (max-width: 768px) {
    .remote-dock {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        padding: 8px;
    }

    /* reserve space so content doesn't sit under the fixed dock */
    .remote-dock-spacer {
        display: block;
        height: 210px; /* set to your remote preview height + padding */
    }

    /* make the image use full width on mobile */
    .remote-dock .chatVideo {
        max-width: 100% !important;
        width: 100%;
    }
}

.popupSmallModal {
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
}

.verticalScroll {
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.container {
    width: 95%;
    height: 95%;
    border: 5px solid #003e75;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.nhsuk-card--care {
    margin-top: 0px !important;
}

.nhsuk-card--care__heading {
    font-size: unset !important; 
}

.observationTableRow {
    height: 50px;
}

.smallContainer {
    width: 95%;
    height: 95%;
    border: 5px solid #003e75;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.obsHistoryContainer {
    width: 90%;
    height: 90%;
    border: 5px solid #003e75;
    z-index: 1000;
    background-color: #f0f4f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 4px;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.obsHistoryPopupModal {
    height: 90%;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-right: 15px;
}

.obsHistoryTabRow {
    padding-right: 7px;
}

.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 green;
    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;
    }
}

.tinyModalContainer {
    width: 30%;
    border: 5px solid #003e75;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
    min-height: 30vh;
}


.smallModalContainer {
    width: 70%;
    border: 5px solid #003e75;
    z-index: 1000;
    background-color: #f0f4f5;
    padding: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
    min-height: 75vh;
}

.closeButton {
    position: absolute;
    right: 65px;
    bottom: 30px;
}

.tabClose {
    position: absolute;
    right: 15px;
    bottom: 7px;
    font-size: 12px !important;
    height: 23px !important;
    padding: 2px !important;
    margin-left: 5px !important;
    width: 25px;
}

.confimModalButtons {
    text-align: center;
    margin-top: 10px;
}

.keyContactTable {
    margin-top: 10px;
}

.keepNewLines {
    white-space: pre-line;
    word-break: break-word; /* Allows breaking long words */
    overflow-wrap: break-word; /* Ensures breaking within words */
}

.action-menu-container {
    position: relative; /* Make container the reference for absolute positioning */
    display: inline-block; /* Prevents full-width expansion */
}

.action-menu {
    position: absolute;
    top: 0; /* Aligns the top of the menu with the button */
    right: 100%; /* Positions it to the left of the button */
    background: #d8dde0;
    border: 3px solid #384853;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 950;
    padding: 10px;
    min-width: 150px;
    white-space: nowrap;
}

.obsSquareCell {
    width: 150px !important;
}


@media (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;
    }

    .consentFormNavHeaderButtons {
        float: none !important;
        margin-top: 10px;
    }

    .floatLeft {
        float: none;
    }

    table {
        table-layout: initial !important;
        width: 100%;
    }
}

.attachmentCloseButton {
    background-color: white;
    border: 1px solid;
    padding: 1px;
    display: inline-block;
    width: 15px;
    text-align: center;
    margin-left: 5px;
    cursor: pointer;
}

.tabCardGroup .nhsuk-card {
    margin-bottom: 10px !important;
    padding: 2px;
    margin-top: 1px;
}

.tabCardGroup .nhsuk-card--clickable:not(.nhsuk-card--selected):hover {
    border: 1px grey solid !important;
    border-bottom-width: 4px !important;
    cursor: pointer !important;
}

.tabCardGroup .nhsuk-card--selected {
    border: 1px #003e75 solid !important;
    border-bottom-width: 4px !important;
    background-color: #003e75;
    position: relative;
}

    .tabCardGroup .nhsuk-card--selected .nhsuk-card__link {
        color: white !important;
    }



.bold {
    font-weight: bold !important;
}

.selectedAttachmentClass {
    font-weight: bold;
    border-color: #aeb7bd !important;
}

.downloadAttachment {
    height: 25px;
    cursor: pointer;
}

.attachmentTableContainer {
    min-height: 350px;
}

.attachmentTable {
    table-layout: fixed;
    width: 100%;
}

    .attachmentTable td {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.accessDenied {
    margin-top: 100px;
    margin-bottom: 300px;
}

.file-drop-zone {
    display: flex;
    width: 100%;
    border: 3px dotted grey;
    align-items: center;
    margin-bottom: 2px;
    height: 100px
}

.hover {
    border: 3px solid #007f3b;
    background-color: lightgreen;
}

.wardDashboard {
    padding-top: 25px !important;
}

.pseudoHyperlink {
    cursor: pointer;
}

.significantEvent {
    color: #c9002e !important;
    font-weight: bold;
    font-size: 30px;
}

.significantEventButton {
    position: relative;
    bottom: 80px;
    margin-right: 80px;
}


.nonSignificantEvent {
    color: darkgrey;
    font-size: 30px;
}


.blueText {
    color: #003e75;
    font-size: 14px;
    font-weight: bold;
}

.nhsuk-details {
    margin-bottom: 10px;
}

.profilePicture {
    height: 50px;
    border-radius: 50%;
    margin-right: 15px
}

.profilePictureSmall {
    height: 30px;
    border-radius: 50%;
}

.profilePictureTitle {
    height: 70px;
    border-radius: 50%;
    border: #003e75 4px solid;
}

.profileInitialsTitle {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: #003e75 4px solid;
    font-size: 30px;
    padding: 10px;
    background-color: #d8dde0;
}

.profilePictureLarge {
    height: 150px;
    border-radius: 50%;
    border: #003e75 4px solid;
}


input[type=file] {
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 14px;   
}

.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;
}


.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;
        }


.popupPatientViewContainer {
    width: 80%;
    border: 5px solid #003e75;
    z-index: 99999;
    background-color: #f0f4f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    min-height: 50%;
    max-height: 95%;
    overflow-y: auto;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.popupWaitingListContainer {
    width: 35%;
    border: 5px solid #003e75;
    z-index: 9999;
    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;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

.beingDragged {
    color: #003e75;
    border: 2px dashed #003e75 !important;
    cursor: move;
    background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 5px, white 5px, white 10px) !important;
}

.alignMiddle {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

.popupEmbeddedFormContainer {
    width: 60%;
    border: 5px solid #003e75;
    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;
    box-shadow: 30px 30px 15px rgba(0, 0, 0, 0.3);
}

/*    .popupEmbeddedFormContainer table tr:hover {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavHeader {
        background-color: #f0f4f5 !important;
    }

    .popupEmbeddedFormContainer .consentFormNavFooter {
        background-color: #f0f4f5 !important;
    }*/

.chat-row {
    display: flex;
    margin-bottom: 10px;
}

    .chat-row.mine {
        justify-content: flex-end;
    }

    .chat-row.theirs {
        justify-content: flex-start;
    }

.chat-bubble {
    max-width: 70%;
    padding: 10px 14px;
    border-radius: 14px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.3rem;
}

.chat-bubble-content {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.mine .chat-bubble {
    background: #007f3b; /* NHS green */
    color: white;
    border-bottom-right-radius: 4px;
}

.theirs .chat-bubble {
    background: #e5e5e5;
    color: #222;
    border-bottom-left-radius: 4px;
}

.chat-time {
    font-size: 0.75rem;
    opacity: 0.7;
    margin-top: 4px;
    text-align: right;
}

.popupEmbeddedFormHeading {
    padding: 13px;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 50px;
    background-color: #003e75;
    border-radius: 4px;
    margin-bottom: 20px;
}

.closeFormButton {
    margin-right: 15px;
    margin-top: -3px;
    width: 33px !important;
}

.nhsuk-button--reverse:active {
    top: -4px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    backdrop-filter: blur(5px);
}


.overlay-animated {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .overlay-animated.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        background-color: rgba(0, 0, 0, 0.1);
    }

.navbarExpand {
    max-width: 80% !important;
}


.emptyNavBar {
    background-color: #003e75;
    display: block;
    margin: 0 auto;
    height: 51px;
}

/* 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: #003e75;
        height: 90px;
    }

.nhsuk-header__logo {
    float: left !important;
    margin-top: 5px;
}

.dynamisFooter {
    font-family: 'Changa', sans-serif;
    font-size: 16px;
}

.dynamisFooterBrand {
    color: #003e75;
    cursor: pointer;
}


.nhsuk-main-wrapper {
    min-height: 450px;
}

.actionContact {
    font-weight: bold;
    color: #003e75
}

.wardViewTags {
    width: 100%;
    text-align: center;
}

@media (max-width: 1500px) {
    .nhsuk-grid-column-one-third.obsDashboardCard {
        float: left;
        width: 50%;
    }
}

@media (max-width: 1000px) {
    .nhsuk-grid-column-one-third.obsDashboardCard {
        float: left;
        width: 100%;
    }
}

/*@media (max-width: 1500px) {
    .nhsuk-grid-column-one-quarter {
        float: left;
        width: 33.3333%;
    }
}*/

.label {
    font-weight: bold;
    color: #003e75;
    flex: 1;
    text-align: left;
    font-size: 16px !important;
}

.value {
    flex: 2;
    text-align: left; /* Change alignment of the right column to left */
    color: #212b32;
    font-weight: bold;
    font-size: 16px !important;
}



.dynamisMeaning {
    font-family: 'Changa', sans-serif;
}

.dynamisMeaningHeader {
    font-size: 42px;
    color: #003e75;
}

.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: #003e75;
        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;
}


.footerContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bedTitleOccupied {
    background-color: #ffbcbc;
    color: black;
}

.bedTitleBlocked {
    background-color: #ffd652;
    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;
}