@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0);

@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,100,500,300italic,500italic,700italic,900,300);






/* select surgeon drop down and multiple selections */

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #36454f;
    cursor: text;
    border-radius: 50px;
    padding: 6px 10px 6px 16px;
    height: 39px !important; /* Set a fixed height */
    overflow: hidden; /* Hide overflow content to avoid growing */
    display: flex;
    align-items: center;
    flex-wrap: nowrap; /* Prevent wrapping */
    background-image: linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%), linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.select2-selection__rendered {
    display: inline-block;
    white-space: nowrap; /* Prevent multiple lines */
    overflow-x: auto; /* Allow horizontal scroll */
    overflow-y: hidden; /* Remove vertical scroll */
    height: 100%; /* Match the height of the parent */
}

.select2-selection__choice {
    display: inline-block;
    margin-right: 5px; /* Adjust spacing between selected items */
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



/* distinction for surgeons */

.inner-accordion:nth-of-type(odd) {
    border-top: 1px solid #ccc;
}

.inner-accordion:nth-of-type(even) {
    border-top: 1px solid #a8a8a8;
}

.accordion-content .inner-accordion:nth-of-type(odd) .inner-accordion-header {
    background-color: #f9f9f9;
}

.accordion-content .inner-accordion:nth-of-type(even) .inner-accordion-header {
    background-color: #d6d6d6;
}




/* POP-UP STYLING */
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    border: 0;
    border-radius: 50px !important;
    background: initial;
    background-color: #232a34 !important;
    border: 1px solid #232a34 !important;
    color: #fff;
    font-size: 0.95em !important;
    padding: 9px 24px !important;
    font-family: "Roboto", sans-serif !important;
}


div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 0;
    border-radius: 50px !important;
    background: initial;
    background-color: #c0d824 !important;
    border: 1px solid #c0d824 !important;
    color: #fff;
    font-size: 0.95em !important;
    padding: 9px 24px !important;
    font-family: "Roboto", sans-serif !important;
}


div:where(.swal2-container) button:where(.swal2-styled) {
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: none !important;
    font-weight: 500;
}

div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 1.875em;
    font-weight: 400 !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 1em !important;
}


div:where(.swal2-icon) {
    width: 3em !important;
    height: 3em !important;
    line-height: 3em !important;
}

    div:where(.swal2-icon).swal2-warning {
        border-color: red !important;
        color: red !important;
    }

    div:where(.swal2-icon).swal2-error {
        border-color: red !important;
        color: red !important;
    }


    div:where(.swal2-icon) .swal2-icon-content {
        font-size: 3.2em !important;
    }


    div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
        display: block;
        position: absolute;
        top: 1.38em !important;
        width: 1.9375em !important;
        height: .3125em;
        border-radius: .125em;
        background-color: red !important;
    }


        div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
            left: 0.55em !important;
        }

        div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
            right: 0.55em !important;
        }


.gender-spacing {
    padding-top: 30px;
    border: solid 0px red;
}



.card {
    border: none !important;
}



@media (max-width: 1050px) {

    .input-group-meals {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin: 8px 0px 8px 0px;
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }

        .input-group-meals label {
            width: 100% !important;
        }
}

.form-check-input:checked {
    background-color: #c0d824;
    border-color: #c0d824;
}

@media only screen and (max-width: 767px) {
    .inner-form-additional li {
        width: 100% !important;
    }
}


.address-equal {
    font-weight: 300;
    font-size: 1em;
    min-width: 100%;    
}

/* GENERIC */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", sans-serif;
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.clr-pink {
    background-color: #e69083 !important;
    border: solid 1px #e69083 !important;
}

.surgery-count {
    background-color: #212529;
    border-radius: 50px;
    color: white;
    padding: 0 5px;
    text-align: right;
    margin-left: auto;
    margin-right: 10px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.inner-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

   

.toast-error {
    background-color: red !important;
}

.toast-warning {
    background-color: orange !important;
}

.toast-success {
    background-color: lawngreen !important;
}

#mealRadioList {
    display: contents;
}

.alert-dismissible .btn-close {
    padding: 0.875rem 1.0rem !important;
}



textarea {
    resize: both !important;
    /*height: 50px !important;*/
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

    *:before,
    *:after {
        box-sizing: inherit;
    }

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    line-height: 1.2;
    overflow-y: scroll; /* Show scrollbars */
}

h1,
.h1 {
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-size: 3.2vw;
    padding: 0;
    margin: 30px 0 0 0;
    color: #000;
    line-height: 3.2vw;
}

.title-line {
    border-bottom: solid #c0d824;
    position: relative;
    padding-bottom: 0px;
    display: inline-block;
}

.line-h1 {
    border-bottom: 4px solid #c0d824;
}

.line-h2 {
    border-bottom: 4px solid #c0d824;
}

h2,
.h2 {
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    font-size: 2.4vw;
    padding: 0;
    margin: 0;
    color: #000;
    line-height: 2.4vw;
}

h3,
.h3 {
    font-weight: 300;
    color: #000;
    margin: 0 0 50px 0;
    font-size: 1.6vw;
}

h4,
.h4 {
    color: #000;
    font-weight: 300;
    margin: 0 0 20px 0;
    font-size: 1vw;
}

.number {
    color: #000;
    font-size: 1.6em;
    font-weight: 600;
}

.number-aligned {
    margin-left: -15px !important;
}

h5,
.h5 {
    font-weight: 700;
    color: #000;
    margin: 0;
    font-size: 1.2vw;
    line-height: 2.4vw;
}

h6,
.h6 {
    font-weight: 500;
    color: #000;
    margin: 0;
    font-size: 1.1vw;
    line-height: 1.5vw;
}

h7,
.h7 {
    font-weight: 500;
    color: #000;
    margin: 0;
    font-size: 1.2vw;
    line-height: 1.5vw;
}

p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 0.9em;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }

    a:active {
        color: #fff;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

.clr-white {
    color: #fff;
}




textarea {
    font-size: 0.9em !important;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #232a34;
    border-color: #232a34;
}

    .page-item.active .page-link:hover {
        color: #fff;
    }

.upload-success {
    padding: 0px 5px;
    display: flex;
}

    .upload-success span {
        font-size: 0.9em;
        line-height: 26px;
    }

.material-icons-upload-success {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .material-icons-upload-success i {
        padding: 5px;
        background-color: #c0d824;
        border-radius: 50px;
        font-size: 0.8em;
        color: #fff;
        border: solid 1px #c0d824;
    }

        .material-icons-upload-success i:hover {
            padding: 5px;
            border-radius: 50px;
            font-size: 0.8em;
            color: #fff;
            background: #c0d824;
            border: 1px solid #c0d824;
        }

.label-button-holder-success {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* header - logo menu and button */
.fixed-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*  padding-bottom: 20px;*/
    z-index: 1;
    background-color: #fff;
    border: solid 0px red;
    padding: 35px 35px 10px 35px;
}

.flex-container-panel {
    display: flex;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: row;
}

.left-column {
    width: 66.6%;
}

.right-column {
    background-color: #f3f3f3;
    width: 33.3%;
}

@media only screen and (max-width: 1024px) {
    .flex-container-panel {
        flex-direction: column;
    }

    .left-column,
    .right-column {
        width: auto;
    }
}

.fixed-inner-div {
    position: fixed;
    top: 215;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    z-index: 1;
    background-color: #fff;
}

.after-fixed-inner-div-new {
    margin-top: 120px;
}

.menu {
    color: #000;
    height: auto;
    width: 100%;
    border-bottom: 0px solid #36454f;
    background-color: #fff;
    z-index: 1;
}

.menu__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;    
    
}

.menu__logo {
    cursor: default;
    display: inline-flex;
    float: right;
    max-width: 200px;
    width: 200px;
    height: 100%;
}

.menu__buttons {
    /* display: inline-flex; */
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    gap: 14px;
}

.button:nth-child(n + 2) {
    margin-left: 14px;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    padding: 9px 14px;
    font-size: 0.95em;
    background: #fff;
    color: #000;
    text-align: center;
    border: 1px solid #36454f;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-small {
    padding: 7px 12px;
    font-size: 0.9em;
}

.height-spacer {
    margin-top: 20px;
    float: right;
}

.base-height {
    margin-bottom: 20px;
}

.button:hover {
    opacity: 1;
    color: #fff;
    background: #2e4b7d !important;
    border: 1px solid #2e4b7d !important;
}

.button:active {
    opacity: 1;
    color: #fff;
    background: #2e4b7d;
    border: 1px solid #2e4b7d !important;
}

.button--menu {
    display: none;
    padding-right: 20px!important;
    height: 36px!important;
}

    .button--menu:after {
        margin-left: -7px;
        margin-top: -4px;
        position: absolute;
        font-family: "Material Icons";
        content: "menu";
        font-size: 20px;
    }

/* button - colours */
.button--pear {
    color: #000;
    background: #c0d824 !important;
    border: 1px solid #c0d824 !important;
}

.button--blue {
    color: #fff;
    background: #232a34;
    border: 1px solid #232a34 !important;
}

.button--green {
    color: #fff;
    background: #50c878;
    border: 1px solid #50c878 !important;
}

.button--gray {
    color: #fff;
    background: #88acbc;
    border: 1px solid #88acbc !important;
}

/* button - icons */
.button--logout {
    padding-left: 30px;
}

    .button--logout:after {
        margin-left: -67px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "lock_person";
        font-size: 1.1em;
    }

.button--theatre {
    padding-left: 32px;
    min-width: 180px;
}

    .button--theatre:after {
        margin-left: -146px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "view_list";
        font-size: 1.1em;
    }

.button--calendar {
    padding-left: 34px;
    min-width: 212px;
}

    .button--calendar:after {
        margin-left: -182px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "event";
        font-size: 1.1em;
    }

.button--previous {
    padding-left: 30px;
}

    .button--previous:after {
        margin-left: -186px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_back";
        font-size: 1.1em;
    }

.button--previous-booking {
    padding-left: 30px;
}

    .button--previous-booking:after {
        margin-left: -182px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_back";
        font-size: 1.1em;
    }

.button--upload-top {
    padding-left: 30px;
}

    .button--upload-top:after {
        margin-left: -68px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "upload";
        font-size: 1.1em;
    }

.button--ward-view {
    padding-left: 30px;
}

    .button--ward-view:after {
        margin-left: -200px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_back";
        font-size: 1.1em;
    }

.button--food-planning {
    padding-left: 30px;
}

    .button--food-planning:after {
        margin-left: -216px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_back";
        font-size: 1.1em;
    }

.button--previous-admissions {
    padding-left: 30px;
}

    .button--previous-admissions:after {
        margin-left: -200px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_back";
        font-size: 1.1em;
    }

.button--current {
    padding-right: 30px;
}

    .button--current:after {
        margin-left: 3px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "arrow_forward";
        font-size: 1.1em;
    }

.button--add-new-estimate {
    padding-left: 30px;
}

    .button--add-new-estimate:after {
        margin-left: -144px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "add";
        font-size: 1.1em;
    }

.button--add-new-booking {
    padding-left: 30px;
}

    .button--add-new-booking:after {
        margin-left: -140px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "add";
        font-size: 1.1em;
    }

.button--close {
    padding-left: 30px;
    position: absolute;
    right: 35px;
    top: 35px;
}

    .button--close:after {
        margin-left: -58px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "close";
        font-size: 1.1em;
    }

.button--next {
    padding-right: 30px;
}

    .button--next:after {
        margin-left: 3px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "keyboard_arrow_right";
        font-size: 1.1em;
    }


.button--convert {
    padding-right: 30px;
}

    .button--convert:after {
        margin-left: 3px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "sync";
        font-size: 1.1em;
    }

.button--cancel {
    padding-right: 30px;
}

    .button--cancel:after {
        margin-left: 3px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "close";
        font-size: 1.1em;
    }

.button--add-new-user {
    padding-left: 30px;
}

    .button--add-new-user:after {
        margin-left: -86px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "person_add";
        font-size: 1.1em;
    }



.button--edit-ations {
    padding-left: 30px;
}

    .button--edit-ations:after {
        margin-left: -43px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "edit_document";
        font-size: 1.1em;
    }




.button--add {
    padding-left: 30px;
}

    .button--add:after {
        margin-left: -46px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "add";
        font-size: 1.1em;
    }

.btn-left-align {
    border: solid 0px green;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-left: 10px;
}

.txt-left-align {
    margin-bottom: 15px;
    margin-left: 10px;
    font-size: 0.9em;
}

.button--view-order {
    padding-left: 30px;
}

    .button--view-order:after {
        margin-left: -94px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "visibility";
        font-size: 1.1em;
    }

.button-invoice-position {
    margin: 40px 0 40px 0;
    text-align: left;
}

.button--invoice-form {
    padding-left: 30px;
}

    .button--invoice-form:after {
        margin-left: -160px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "upload";
        font-size: 1.1em;
    }

.button--authorisation-form {
    padding-left: 30px;
}

    .button--authorisation-form:after {
        margin-left: -142px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "upload";
        font-size: 1.1em;
        padding: 0px;
    }

.button--upload {
    padding-left: 30px;
}

    .button--upload:after {
        margin-left: -90px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "attach_file";
        font-size: 1.1em;
    }

.button--upload-photo {
    padding-left: 34px;
}

    .button--upload-photo:after {
        margin-left: -98px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "add_a_photo";
        font-size: 1.1em;
    }

.button--previous-form {
    padding-left: 30px;
}

    .button--previous-form:after {
        margin-left: -78px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "navigate_before";
        font-size: 1.1em;
    }

.button--send {
    padding-right: 30px;
}

    .button--send:after {
        margin-left: 4px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "send";
        font-size: 1.1em;
    }

.button--save {
    padding-left: 30px;
}

    .button--save:after {
        margin-left: -53px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "save";
        font-size: 1.1em;
    }

.button--view-sent {
    padding-left: 30px;
}

    .button--view-sent:after {
        margin-left: -159px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "visibility";
        font-size: 1.1em;
    }

/* button and dropdown - widths */
.w-previous {
    max-width: 208px;
    width: 208px;
    min-width: 208px;
}

.w-admissions {
    max-width: 228px;
    width: 228px;
    min-width: 228px;
}

.w-ward-view {
    max-width: 230px;
    width: 230px;
    min-width: 230px;
}

.w-food-planning {
    max-width: 245px;
    width: 245px;
    min-width: 245px;
}

.w-procedure {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
}

.w-surgeon {
    max-width: 220px;
    width: 220px;
    min-width: 220px;
}

.w-prev {
    max-width: 220px;
    width: 220px;
    min-width: 220px;
}

/* button and dropdown - heights */
.h-procedure {
    height: 3px;
}

.h-surgeon {
    border: solid 0px;
}

.button--small {
    width: 100px;
}

.button--medium {
    width: 150px;
}

.button--disabled {
    background: #aaa !important;
    border: 1px solid #aaa !important;
}

    .button--disabled:hover {
        background: #aaa !important;
        border: 1px solid #aaa !important;
    }

/* icon - colours */
.icon--blue {
    color: #fff !important;
    background: #232a34 !important;
    border: 1px solid #232a34 !important;
}

.icon--accepted {
    color: #fff !important;
    background: #50c878 !important;
    border: 1px solid #50c878 !important;
}

/* page - title with TWO BUTTONS CTA's */
.flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    align-content: normal;
    gap: 14px;
}

.flex-items:nth-child(1) {
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

/* page - title and CTA button */
.title-container {
    width: 100%;
    padding-top: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;    
}

.title-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: normal;
}

.title-flex-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.title-flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: flex-end;
    order: 0;
}

.container-CTA {
    display: flex;
    gap: 14px;
}

.last-item {
    margin-left: auto;
}

/* under page title - three CTA button and search */
.container-holding-four {
    display: flex;
    justify-content: space-between;
}

.left-divs {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px; /* Adjust the gap between the left divs */
}

.left-div {
    width: calc( 33.33% - 5px ); /* 33.33% of the container width minus half of the gap */
    padding: 0px;
    box-sizing: border-box;
}

.right-div {
    /*width: calc(33.33% - 5px);  33.33% of the container width minus half of the gap */
    padding: 0px;
    box-sizing: border-box;
    max-width: 500px;
}

/* dropdowns */
select.round {
    background-color: #fff;
    border: 1px solid #36454f;
    border-radius: 50px;
    display: inline-block;
    font: inherit;
    color: #000;
    line-height: 1.2;
    padding: 9px 10px 9px 16px;
    font-size: 0.95em;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%), linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    height: 39px;
}




/* Style the Select2 container */
.select2-container--default .select2-selection--single {
    border-radius: 50px;
    color: #000;
    line-height: 1.2;
    padding: 9px 10px 9px 16px;
    font-size: 0.95em;
    height: 38px;
    border: 1px solid #36454f;
}

    /* Optional: Adjust the dropdown arrow position */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        right: 10px; /* Adjust the position as needed */
    }

/* Optional: Style the dropdown itself */
.select2-container--default .select2-dropdown {
   
    padding: 5px; /* Adjust padding as needed */
    border-bottom-left-radius: 5px;
}

/* Optional: Style the selected option */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal; /* Adjust line height if necessary */
    padding-left: 0px; /* Adjust padding as needed */
}


/* under page title - CTA button and search */
.search-container {
    width: 100%;
    padding-top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.search-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: normal;
}

.search-flex-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.search-flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

/* searchbar */
.searchbar {
    color: #36454f;
    padding: 2px;
    border: 1px solid #36454f;
    border-radius: 50px;
    margin: 0;
}

input[type="search"] {
    border: none;
    background: transparent;
    margin: 0;
    padding: 10px 20px;
    font-size: 1em;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
}

    input[type="search"]::placeholder {
        color: #36454f;
    }

button[type="submit"] {
    /*  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat center;
  cursor: pointer;
  opacity: 0.7; */
}

    button[type="submit"]:hover {
        opacity: 1;
    }

    button[type="submit"]:focus,
    input[type="search"]:focus {
        border-color: #c0d824 !important;
        outline: none;
    }

.form.nosubmit {
    border: none;
    padding: 0;
}

input.nosubmit {
    border: 1px solid #36454f;
    /* width: 100%;*/
    width: 35vw;
    padding: 9px 10px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
    color: #000;
}

input.nosubmit-ICD10 {
    border-bottom: 1px solid #d3d3d3;
    /* width: 100%;*/
    width: 100%;
    padding: 9px 10px 9px 40px;
    font-size: 0.9em;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
    color: #000;
}

input.nosubmit-cal {
    border: 1px solid #36454f;
    /* width: 100%;*/
    width: 340px;
    padding: 9px 10px 9px 40px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
    color: #000;
}

/* TABLE */
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
}

.responsive-table .outlined {
    border: 2px solid rgba(136, 172, 188, 0.75);
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: 0.6em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip); /* magic! */
    /* most of the rest of this is opinion */
    font-family: "Roboto", sans-serif;
    text-align: center;
    /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 5px;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #fff;
    opacity: 1 !important;
    color: #000;
    border: solid 1px #c0d824 !important;
    z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #c0d824;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #c0d824;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #c0d824;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #c0d824;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}



.space-after {
    margin-top: 210px;
    padding-bottom: 80px;
}



/* Start table content */
.table-container {
    margin: 0em auto;
    padding-top: 0 30px;
    width: 100%;
}

.table-group-heading {
    padding: 5px 5px 5px 10px;
    display: flex;
}

.material-icons-grouped {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .material-icons-grouped i {
        padding: 5px;
        background-color: #c0d824;
        border-radius: 50px;
        font-size: 1.35em;
        color: #fff;
        border: solid 1px #c0d824;
    }

        .material-icons-grouped i:hover {
            padding: 5px;
            border-radius: 50px;
            font-size: 1.35em;
            color: #fff;
            background: #c0d824;
            border: 1px solid #c0d824;
        }

.table-group-heading span {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.responsive-table {
    width: 100%;
    margin-bottom: 0em;
    border-spacing: 0;
}

@media (min-width: 72em) {
    .responsive-table {
        font-size: 0.9em;
    }
}

@media (min-width: 72em) {
    .responsive-table {
        font-size: 0.9em;
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* tablet */
@media (min-width: 72em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }
}

.responsive-table thead th {
    background-color: #232a34;
    border: 1px solid #607389;
    font-weight: normal;
    text-align: left;
    color: white;
}

    .responsive-table thead th:first-of-type {
        text-align: left;
    }

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

@media (min-width: 72em) {
    .responsive-table tr {
        display: table-row;
    }
}

.responsive-table th,
.responsive-table td {
    padding: 0.8em;
    vertical-align: middle;
}

@media (min-width: 30em) {
    .responsive-table th,
    .responsive-table td {
        padding: 0.75em 0.5em;
    }
}
/* tablet */
@media (min-width: 72em) {
    .responsive-table th,
    .responsive-table td {
        display: table-cell;
        padding: 0.5em;
    }
}

@media (min-width: 72em) {
    .responsive-table th,
    .responsive-table td {
        padding: 0.75em 0.5em;
    }
}

@media only screen and (max-width: 77.5em) and (min-width: 75em) {
    .responsive-table th,
    .responsive-table td {
        padding: 0.55em;
    }
}

@media (min-width: 72em) {
    .responsive-table tbody {
        display: table-row-group;
    }
}

.responsive-table tbody tr {
    margin-bottom: 2.5em;
}

@media (min-width: 72em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px;
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 72em) {
    .responsive-table tbody tr:nth-of-type(odd) {
        background-color: #fff;
    }
}

@media (min-width: 72em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: #efeff08c;
    }
}

.responsive-table tbody th {
    background-color: #232a34;
    color: white;
}

.responsive-table tbody th {
    border-left: 1px solid #232a34;
    border-bottom: 1px solid #232a34;
}

@media (min-width: 72em) {
    .responsive-table tbody th {
        border-left: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }
}

@media (min-width: 72em) {
    .responsive-table tbody th {
        background-color: transparent;
        color: #000000;
        text-align: left;
    }
}

.responsive-table tbody td {
    text-align: right;
    font-size: 0.9em;
}

@media (min-width: 72em) {
    .responsive-table tbody td {
        border-left: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        text-align: left;
    }
}

@media (min-width: 72em) {
    .responsive-table tbody td:last-of-type {
        border-right: 1px solid #d3d3d3;
    }
}

.responsive-table tbody td[data-type="info"] {
    text-align: right;
}

/* tablet */
@media (min-width: 75em) {
    .responsive-table tbody td[data-type="info"] {
        text-align: left;
    }

    .responsive-table tbody td {
        font-size: 1em;
    }
}

/* screen */
@media (min-width: 72em) {
    .responsive-table tbody td[data-type="info"] {
        text-align: left;
    }

    .align-expand {
        text-align: left !important;
    }

    .align-icons {
        text-align: center !important;
    }
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.54);
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: 0.8em;
    }
}

@media (min-width: 72em) {
    .responsive-table tbody td[data-title]:before {
        content: none;
    }
}

/* table column widths practice */

.col-patient-details {
    min-width: 140px;
}

.col-ward-bed {
    min-width: 200px;
}

.col-email {
    min-width: 80px;
}

.col-contact {
    min-width: 120px;
}

.col-procedure-date {
    min-width: 124px;
}

.col-forms-completed {
    min-width: 140px;
    text-align: center !important;
}

.col-admit {
    min-width: 130px;
    text-align: center !important;
}

.col-admission-number {
    min-width: 174px;
}

.col-status {
    min-width: 120px;
    text-align: center !important;
}

.col-medical-aid {
    min-width: 120px;
}

.col-status span {
    font-weight: bold;
}

.col-co-private {
    min-width: 176px;
}

.col-icon-estimates {
    min-width: 206px;
}

.col-icon-previous-estimates {
    min-width: 60px;
}

.col-icon-bookings {
    min-width: 108px;
}

/* table column widths facility */
.col-number {
    min-width: 80px;
}

.col-age {
    min-width: 50px;
}

.col-patient-details {
    min-width: 140px;
}

.col-surgeon {
    min-width: 146px;
}

.col-icon-facility-bookings {
    min-width: 160px;
}

.col-notes {
    min-width: 180px;
}

.col-value {
    min-width: 100px;
}

    .col-value span {
        font-weight: bold;
    }

.col-patient-type {
    min-width: 120px;
}

.col-time {
    min-width: 90px;
}

.col-icon-facility {
    min-width: 206px;
}

.col-icon-facility-5 {
    min-width: 280px !important;
}

.col-xray {
    min-width: 120px;
    text-align: center !important;
}


.material-icons {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .material-icons i {
        padding: 5px;
        background-color: #232a34;
        border-radius: 50px;
        font-size: 0.9em;
        color: #fff;
        border: solid 1px #232a34;
    }

        .material-icons i:hover {
            padding: 5px;
            border-radius: 50px;
            font-size: 0.9em;
            color: #fff;
            background: #2e4b7d;
            border: 1px solid #2e4b7d;
        }

/* Other Google Material icons */

.material-symbols-outlined {
    padding: 5px;
    background-color: #232a34;
    border-radius: 50px;
    font-size: 0.9em;
    color: #fff;
    border: solid 1px #232a34;
}

    .material-symbols-outlined:hover {
        padding: 5px;
        border-radius: 50px;
        font-size: 0.9em;
        color: #fff;
        cursor: pointer;
        background: #2e4b7d;
        border: 1px solid #2e4b7d;
    }

/* material icon colours */

.icon-green {
    background-color: #50c878 !important;
    border: 1px solid #50c878 !important;
}

.icon-red {
    background-color: #cc5500 !important;
    border: 1px solid #cc5500 !important;
}

.icon-grey {
    background-color: #aaa !important;
    border: 1px solid #aaa !important;
}

/* text colours */
.green {
    color: #50c878;
}

.red {
    color: #cc5500;
}

.orange {
    color: #ffa500;
}

.grey {
    color: #aaa;
    font-size: 14px;
}

.grey-small-text {
    color: #aaa;
    font-size: 12px !important;
    font-weight: normal !important;
}

/* CTA Add New Estimate button */
.CTA-add-new-estimate-container {
    width: 96%;
    padding: 30px 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/* fullscreen popup */
/*.modal {
  display: none;*/ /* Hidden by default */
/*position: fixed;*/ /* Stay in place */
/*z-index: 10;*/ /* Sit on top */
/*padding-top: 0px;*/ /* Location of the box */
/*left: 0;
  top: 0;
  width: 100%;*/ /* Full width */
/*height: 100%;*/ /* Full height */
/*background-color: rgb(255, 255, 255);*/ /* Fallback color */
/*background-color: rgba(255, 255, 255, 0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content */
/*.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}*/

/* The Close Button 
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
margin-right: 3;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/

/* PATIENT BIO FORM styles*/
.patient-bio-form-container {
    width: 96%;
    padding-top: 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.edit-container {
    width: 96%;
    padding-top: 0px;
    left: 0;
    right: 0;
    margin-left: 10px;
    margin-right: auto;
    text-align: left;
}

.left-align {
    text-align: left;
    padding: 0 10px 0 10px;
}

/* FORM */

.container-scroll {
    overflow-y: auto !important; /* Hide scrollbars */
    max-height: 70vh;
    overflow-x: hidden;
}

#heading {
    text-transform: uppercase;
    color: #c0d824;
    font-weight: normal;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 0px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.row-card-title {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
}

.row {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    gap: 5vw;
}

    .row > * {
        padding-right: calc(var(--bs-gutter-x)* 0);
        padding-left: calc(var(--bs-gutter-x)* 0);
    }



.input-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 8px 0px 8px 0px;
}

.input-group-inner {
    margin: 0px !important;
}

.inner-align-left {
    text-align: left;
}

.inner-align-right {
    text-align: right;
}

.radio-group,
.checkbox-group {
    display: flex;
}

    .radio-group div,
    .checkbox-group div {
        flex: 1;
    }

    .radio-group label,
    .checkbox-group label {
        color: #36454f;
        cursor: pointer;
    }

/* MOBILE VIEW */
@media only screen and (max-width: 767px) {
    .row {
        flex-direction: column;
        gap: 0vw;
    }

    .row-height-space {
        margin-top: 0px !important;
    }
}

/* INPUT */

label {
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
    line-height: 1.5em;
}

.label-text {
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
    text-align: left;
    line-height: 1.5em;
}

    .label-text h6 {
        font-size: 1.3em;
        line-height: 1.8em;
    }

.label-button-holder {
    margin-top: 10px;
    margin-left: -14px !important;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="number"],
select,
textarea {
    width: 100%;
    font-size: 0.9em;
    height: 36px;
    padding-left: 0px;
    padding-right: 0px;
    color: #000;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    background: transparent;
    outline: none;
}

input:focus {
    border-bottom: 1px solid #c0d824;
}

.drop-down-left {
    padding-left: -50px !important;
    border: solid 0px red;
}

textarea {
    resize: none;
    height: 100px;
}

.placeholder::-webkit-input-placeholder {
    color: #36454f;
}

.placeholder:-moz-placeholder {
    /* Firefox 18- */
    color: #36454f;
}

.placeholder::-moz-placeholder {
    /* Firefox 19+ */
    color: #36454f;
}

.placeholder:-ms-input-placeholder {
    color: #36454f;
}

.placeholder.hide-on-focus:focus::-webkit-input-placeholder {
    color: white;
}

.placeholder.hide-on-focus:focus:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.placeholder.hide-on-focus:focus::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.placeholder.hide-on-focus:focus:-ms-input-placeholder {
    color: white;
}

/* RADIO STYLES */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type="checkbox"],
    input[type="radio"] {
        --active: #000;
        --active-inner: #fff;
        --focus: 2px rgba(0, 0, 0, 0.5);
        --border: #36454f;
        --border-hover: #c0d824;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

        input[type="checkbox"]:after,
        input[type="radio"]:after {
            content: "";
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
        }

        input[type="checkbox"]:checked,
        input[type="radio"]:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: 0.3s;
            --d-t: 0.6s;
            --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        }

        input[type="checkbox"]:disabled,
        input[type="radio"]:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: 0.9;
        }

            input[type="checkbox"]:disabled:checked,
            input[type="radio"]:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            input[type="checkbox"]:disabled + label,
            input[type="radio"]:disabled + label {
                cursor: not-allowed;
            }

        input[type="checkbox"]:hover:not(:checked):not(:disabled),
        input[type="radio"]:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        input[type="checkbox"]:focus,
        input[type="radio"]:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        input[type="checkbox"]:not(.switch),
        input[type="radio"]:not(.switch) {
            width: 21px;
        }

            input[type="checkbox"]:not(.switch):after,
            input[type="radio"]:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type="checkbox"]:not(.switch):checked,
            input[type="radio"]:not(.switch):checked {
                --o: 1;
            }

        input[type="checkbox"] + label,
        input[type="radio"] + label {
            font-size: 0.9em;
            line-height: 23px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 6px;
        }

        input[type="checkbox"]:not(.switch) {
            border-radius: 7px;
        }

            input[type="checkbox"]:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                transform: rotate(var(--r, 20deg));
            }

            input[type="checkbox"]:not(.switch):checked {
                --r: 43deg;
            }

        input[type="checkbox"].switch {
            width: 38px;
            border-radius: 11px;
        }

            input[type="checkbox"].switch:after {
                left: 2px;
                top: 2px;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                background: var(--ab, var(--border));
                transform: translateX(var(--x, 0));
            }

            input[type="checkbox"].switch:checked {
                --ab: var(--active-inner);
                --x: 17px;
            }

            input[type="checkbox"].switch:disabled:not(:checked):after {
                opacity: 0.6;
            }

    input[type="radio"] {
        border-radius: 50%;
    }

        input[type="radio"]:after {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7));
        }

        input[type="radio"]:checked {
            --s: 0.5;
        }
}

.inner-form {
    margin: 0px;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .inner-form li {
        margin: 0px 50px 0px 0px;
        position: relative;
        display: inline-flex;
    }

.inner-form-additional {
    margin: 0px;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .inner-form-additional li {
        margin: 0px 10px 0px 0px;
        position: relative;
        display: inline-flex;
    }

.form-inner-title {
    margin-top: 0px;
    padding: 0px;
    text-align: left;
    font-size: 1.4em;
    margin-left: 0px !important;
}



.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
}



.form-inner-title-right {
    margin-top: 0px;
    padding: 0px;
    text-align: right;
    font-size: 1.4em;
    margin-left: -15px;
}

.steps {
    font-size: 1em;
    color: #36454f;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
    margin-right: 0px;
}

.blue-text {
    color: #2e4b7d;
    font-weight: normal;
}

.icon-success {
    width: 60px;
    height: 60px;
    line-height: 55px;
    display: block;
    font-size: 42px;
    color: #ffffff;
    background: #2e4b7d;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
}

/* ICON - patient list icons */
.icon-container-patient-list {
    display: flex;
    justify-content: center;
    align-items: top;
    flex-wrap: wrap;
    margin-top: 20px;
}

.icon-item-list {
    text-align: center;
    margin: 10px;
}

    .icon-item-list .material-icons {
        width: 48px;
        height: 48px;
        line-height: 40px;
        display: block;
        font-size: 26px;
        color: #ffffff;
        background: #2e4b7d;
        border-radius: 50%;
        margin: 0 auto;
        padding: 2px;
        text-align: center;
    }

    .icon-item-list .material-symbols-outlined {
        width: 48px;
        height: 48px;
        line-height: 40px;
        display: block;
        font-size: 26px;
        color: #ffffff;
        background: #2e4b7d;
        border-radius: 50%;
        margin: 0 auto;
        padding: 2px;
        text-align: center;
    }

    .icon-item-list p {
        margin-top: 10px;
        font-size: 12px;
        color: #000;
        max-width: 130px;
        line-height: 16px;
    }

.black-text {
    color: #000;
    font-weight: normal;
    font-size: 0.9em;
    line-height: 1.5em;
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
}

.fieldlabels {
    color: gray;
    text-align: left;
}

#progressbar {
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 0.8em;
        width: 16.666666666%;
        float: left;
        position: relative;
        font-weight: 300;
    }

.icon-ID:before {
    content: "\e90d";
}

.icon-patient:before {
    content: "\e851";
}

.icon-payments:before {
    content: "\ef63";
}

.icon-kin:before {
    content: "\e7f0";
}

.icon-food:before {
    content: "\ea19";
}

.icon-upload:before {
    content: "\f22e";
}

.icon-procedure:before {
    content: "\eb85";
}

.icon-additional:before {
    content: "\e02e";
}

.icon-authorisation:before {
    content: "\ef54";
}

.icon-confirm:before {
    content: "\f0c5";
}

#progressbar li:before {
    width: 36px;
    height: 36px;
    line-height: 32px;
    display: block;
    font-size: 22px;
    color: #ffffff;
    background: #ccc;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    font-family: "Material Icons";
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2e4b7d;
}

.progress {
    height: 12px;
    border-radius: 30px;
}

.progress-bar {
    background-color: #c0d824 !important;
}

.fit-image {
    width: 20%;
    object-fit: cover;
}

/* FACILITY ESTIMATE FORM */
main {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input {
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
}

.row-height {
    margin: 0px;
}

.row-height-space {
    margin-top: 8px;
}

.row-height-space-more {
    margin-top: 26px;
}

main label {
    min-width: 200px;
    max-width: 200px;
    margin-top: 6px;
}
/* 
.input > * {
  flex: 1; 
}
*/
main button {
    align-self: flex-end;
}

/* BUTTONS = min width */
.previous-bookings-min {
    min-width: 208px !important;
}

.previous-admissions-min {
    min-width: 228px !important;
}

.previous-ward-view-min {
    min-width: 228px !important;
}

.previous-food-planning-min {
    min-width: 248px !important;
}



@media only screen and (min-width: 1051px) and (max-width: 1280px) {
    .search-width-reduced {
        max-width: 20vw;
        border: solid 1px #36454f !important;
        border-radius: 50px;
    }

{
    border: none !important;
    /* width: 100%;*/
}

}

/* media queries - start */
@media screen and (max-width: 1150px) {
    h1,
    .h1 {
        font-size: 52px;
        line-height: 57px;
        margin-bottom: 10px;
        line-height: 9vw;
    }

    h2,
    .h2 {
        font-size: 2.2vw;
        line-height: 2.4vw;
    }

    h5,
    .h5 {
        font-size: 3.6vw;
        line-height: 8vw;
    }

  

    .menu__logo {
        width: 22%;
    }

    .button--menu {
        border-radius: 50px;
    }

    .button--logout {
        /*height: 44px;*/
        border-radius: 50px;
    }
        /* allow display none for FACILITY SCREENS WITH MENU */
        .button--logout span {
            /*display: none;*/
            display: contents;
        }

        .button--logout:after {
            margin-left: 0;
        }

        .button--logout:after {
            margin-left: -16px;
        }

    .button--logout {
        border-radius: 50px;
    }

        .button--logout:after {
            margin-left: -70px !important;
        }

    .menu__buttons {
        display: none;
    }

    .close-buttons-show {
        display: contents !important;
    }

    .button--menu {
        display: block;
    }

    .menuButtonClicked {
        height: 100vh;       
        }

        .menuButtonClicked .menu__logo {
            display: none;
        }

        .menuButtonClicked .menu__container,
        .menuButtonClicked .menu__buttons {
            display: block;
        }

            .menuButtonClicked .menu__container .button {
                display: block;
                width: 90%;
                margin: 7px auto;
            }

                .menuButtonClicked .menu__container .button span {
                    display: inline-block;
                }

                .menuButtonClicked .menu__container .button:after {
                    margin-left: 5px;
                }

            .menuButtonClicked .menu__container .button--menu:after {
                margin-left: 0;
            }

    input.nosubmit {
        border: 1px solid #36454f;
        /* width: 100%;*/
        width: 360px;
    }

    .flex-container {
        flex-wrap: wrap;
    }

    .flex-items:nth-child(1) {
        width: 100%;
    }

    .title-container {
        width: 100%;
    }

    .container-CTA {
        flex-wrap: wrap;
    }

    .last-item {
        margin-left: 0px;
    }

    .search-container {
        width: 100%;
    }

    .table-container {
        width: 100% !important;
    }

    .CTA-add-new-estimate-container {
        width: 100% !important;
    }

    .form-inner-title-right {
        text-align: left;
    }

    .inner-align-right {
        text-align: left;
        margin-left: -15px;
    }




    .input {
        border: solid 0px pink;
        flex-flow: row wrap;
    }

    label {
        border: solid 0px blue;
        width: 100%;
        color: #000;
        font-size: 0.85em;
        line-height: 1.5em;
        margin-bottom: 0.3rem;
    }

    .input-group {
        margin: 0px 0px 5px 0px;
        border: solid 1px white;
    }

    input[type="radio"]:not(.switch) {
        min-width: 21px !important;
    }
}

@media screen and (max-width: 1151px) {
    .status-align-right {
        text-align: right !important;
    }
}



/* Portrait phones */
@media only screen and (max-width: 575px) {
    /* Your styles for extra small devices */
 
    h2,
    .h2 {
        font-size: 6vw;
        line-height: 6.2vw;
    }

    h3,
    .h3 {
        font-size: 4vw;
    }

    h4,
    .h4 {
        font-size: 3.5vw;
    }

    .number {
        font-size: 1.6em;
    }

    h5,
    .h5 {
        font-size: 5vw;
        line-height: 8vw;
    }

    .menu__logo {
        width: 48%;
    }

    .title-container {
        padding-top: 0px;
    }

    .title-flex-container {
        flex-direction: column;
    }

    .title-flex-items:nth-child(2) {
        align-self: auto;
    }

    .search-container {
        padding: 10px 0 10px 0;
    }

    .search-flex-container {
        flex-direction: column;
    }

    .search-flex-items:nth-child(2) {
        align-self: auto;
    }

    input[type="search"] {
        font-size: 14px;
    }

    input.nosubmit {
        border: 1px solid #36454f;
        /* width: 100%;*/
        width: 300px;
        margin-top: 0px;
    }

    .button {
        font-size: 14px;
    }

        .button:nth-child(n + 2) {
            margin-left: 0px;
        }

    .space-14 {
        margin-left: 14px !important;
    }


    .space-14-photo {
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .button--logout:after {
        margin-left: -64px !important;
    }

    .button--theatre:after {
        margin-left: -140px;
    }

    .button--calendar:after {
        margin-left: -172px;
    }

    .button--previous:after {
        margin-left: -174px;
    }

    .button--previous-booking:after {
        margin-left: -168px;
    }

    .button--authorisation-form:after {
        margin-left: -139px;
    }

    .button--upload:after {
        margin-left: -82px;
    }

    .button--upload-photo:after {
        margin-left: -90px;
    }

    .button--invoice-form:after {
        margin-left: -158px;
    }

    .button--add:after {
        margin-left: -44px;
    }

    .button--view-order:after {
        margin-left: -88px;
    }

    .button--previous-form:after {
        margin-left: -72px;
    }

    .button--add-new-estimate:after {
        margin-left: -132px;
    }

    .button--add-new-booking:after {
        margin-left: -128px;
    }

    .button--food-planning:after {
        margin-left: -200px;
    }

    .button--ward-view:after {
        margin-left: -184px;
    }

    .button--previous-admissions:after {
        margin-left: -184px;
    }

    .button--close:after {
        margin-left: -54px;
    }

    .container-fluid {
        padding-right: 0px !important;
        padding-left: 1000px !important;
        padding-right: calc(var(--bs-gutter-x)* 0) !important;
        padding-left: calc(var(--bs-gutter-x)* 0) !important;
    }






    .row-height-space-more {
        margin-top: 8px;
    }
}

/* Landscape tablets and small desktops */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Your styles for small devices in landscape mode and small desktops */
    h1,
    .h1 {
        font-size: 5vw;
    }

    h2,
    .h2 {
        font-size: 4vw;
        line-height: 4.4vw;
    }

    h3,
    .h3 {
        font-size: 4vw;
    }

    h4,
    .h4 {
        font-size: 3vw;
    }

    .menu__logo {
        width: 24%;
    }
}

.button--new-booking {
    padding-left: 32px;
    min-width: 210px;
}

    .button--new-booking:after {
        margin-left: -174px;
        margin-top: 0px;
        position: absolute;
        font-family: "Material Icons";
        content: "library_add";
        font-size: 1.1em;
    }
/* Right side bar comms */



/* FORMS REVISED */
.input-short {
    border: none;
    border-bottom: 1px solid #d3d3d3;
    height: 36px;
    background-color: transparent;
    width: 200px!important;
}

.input-long {
   
    width: 100% !important;
}


@media (max-width: 600px) {
    .input-short {        
        width: 100%!important;
    }
}



/* TOP CONTENT REVISED */

.fixed-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*  padding-bottom: 20px;*/
    z-index: 1;
    background-color: #fff;
    border: solid 0px red;
    padding: 35px 35px 10px 35px;
}


/* BOTTOM CONTENT REVISED */


.after-fixed-div-content {
    margin-top: auto; /* This will ensure it stays below the fixed-div */
    padding: 0 35px 35px 35px;
    border: solid 0px red;
    flex-grow: 1; /* This will ensure it takes the remaining space */
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-right: calc(var(--bs-gutter-x)* 0) !important;
    padding-left: calc(var(--bs-gutter-x)* 0) !important;
}




/* TABLE REVISED */

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* Makes columns take equal space if widths not defined */
}

th, td {
    border: 0px solid black;
    padding: 8px;
    vertical-align: top;
}

th {
    background-color: #f2f2f2; /* Light background for better readability */
    text-align: left;
}

    td.break-word, th.break-word {
        word-break: break-word; /* Ensures words break if necessary */
        white-space: pre-wrap; /* Allows breaking at spaces and inserted zero-width spaces */
    }



@media screen and (max-width: 1150px) {

    .fixed-div {
        padding: 100px;
        padding: 25px 25px 10px 25px !important;
        border: solid 0px green;
    }

    .button--close {
        right: 5px;
        top: 10px;
    }


    .after-fixed-div-content {
        padding: 0 25px 25px 25px;
        border: solid 0px blue;   

    }



    .menu__container {
        width: 100%;
        border: solid 0px red;
        background-color: white;
        z-index: 2 !important;
        position: relative; 
        height: auto;
    }

    .title-container {
        width: 100%;
    }

   
    .table-container {
        width: 100% !important;
    }
}


@media screen and (max-width: 768px) {
    th, td {
        font-size: 12px; /* Smaller font size for smaller screens */
    }
}

@media screen and (max-width: 480px) {
    

    th, td {
        display: block; /* Stack cells vertically on small screens */
        width: 100%;
    }

        th, td.break-word {
            word-break: break-word; /* Ensures words break if necessary */
            white-space: pre-wrap; /* Allows breaking at spaces and inserted zero-width spaces */
        }

    tr {
        display: block; /* Make each row a block */
        margin-bottom: 10px; /* Space between rows */
    }

    th {
        /*position: absolute;  Place header cells above their corresponding data cells */
        top: -9999px;
        left: -9999px;
    }

    td {
        position: relative;
        padding-left: 50%;
    }

        td::before {
            content: attr(data-title); /* Add a label for each data cell */
            position: absolute;
            left: 0;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }
}



/* TABLE REVISED - COLUMNS */
.col-expand {
    width: 50px !important;
}

.col-icon-set-one {
    width: 50px !important;
}

.col-icon-set-two {
    width: 120px !important;
}

.col-icon-set-three {
    width: 160px !important;
}

.col-icon-set-four {
    width: 200px !important;
}

.col-icon-set-five {
    width: 240px !important;
}

.col-icon-set-six {
    width: 280px !important;
}




/* INPUT CONSISTENTANCY  */

.round {
    background-color: #fff;
    border: 1px solid #36454f;
    border-radius: 50px;
    display: inline-block;
    font: inherit;
    color: #000;
    line-height: 1.2;
    padding: 9px 10px 9px 16px; /* Adjust padding for left space */
    font-size: 0.95em;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none; /* Remove the old background image */
    position: relative;
    height: 39px;
    width: 100%;
    cursor: pointer; /* Make entire input clickable */
    min-width: 150px;
}

    .round::-webkit-calendar-picker-indicator {
        position: absolute;
        right: 10px; /* Adjust based on your design */
        z-index: 1;
        opacity: 0; /* Hide the native calendar icon */
        cursor: pointer; /* Ensure the cursor indicates it's clickable */
    }

    .round::before {
        content: "event";
        font-family: 'Material Icons';
        position: absolute;
        top: 50%;
        right: 10px; /* Adjust based on your design */
        transform: translateY(-50%);
        font-size: 1.2em;
        pointer-events: none;
        color: #000; /* Icon color */
    }

.left-div {
    position: relative;
    display: inline-block;
    width: 100%;
}




/* HEADER ELEMENTS - REVISED MOBILE 

@media screen and (min-width: 1400px) {

    .button--add-new-booking {
        width: 180px;
    }
}




@media screen and (max-width: 1200px) {
    input.nosubmit {
      width: 20vw;        
    }

}

 */




/* CTA and SEARCH  */

.container-top-CTA-filter {
    width: 100%;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;    
}

.inner-container-top-CTA-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.CTA-filter-items {
    margin-right: 14px; /* default spacing */
}

    .CTA-filter-items:last-child {
        margin-right: 0; /* remove margin for the last item */
        margin-left: auto; /* push it to the far right */
     
    }

.item1 {
    
}

.item2 {
    
}

.item3 {
   
}

.item4 {
    
}

.item5 {
   
}

.item6 {
   
}

.s-bar {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    max-width: 500px; /* Fixed width for the search bar */
}


.searchbar {
    width: 100%; /* Ensures the search bar div takes full width */
    background-color: #ffffff;
}

    .searchbar input[type="search"] {
        width: 100%; /* Ensures the input fits within the container */
    }





/* CTA and SEARCH ELEMENTS  */

.btn-add-estimates {
}

.btn-pre-estimates {
}

.btn-cur-estimates {
}

.btn-add-bookings {
}

.btn-pre-bookings {
}

.btn-cur-bookings {
}

.btn-pre-admissions {
}

.btn-cur-admissions {
}

.btn-pre-booking-once-off {
}

.btn-pre-ward {
}

.btn-cur-ward {
}

.btn-pre-food {
}

.btn-cur-food {
}

.btn-upload {
}

.btn-expand {
}

.btn-new-user {
}

.dd-cal {
}

.dd-status {
}

.dd-surgeon {
}

.dd-estimate {
}

.dd-booking {
}

.dd-theatre {
}

.dd-allocation {
    min-width: 180px;
}

.dd-user-type {
    min-width: 180px;
}


/* CTA and SEARCH MOBILE  */

@media (max-width: 800px) {
    .item1, .item2, .item3, .item4, .item5, .item6, .s-bar {
        width: calc(33.33% - 0px); /* 3 items per row */
        margin-bottom: 10px;
    }

    .s-bar {
        justify-content: flex-start;
    }

    .searchbar {
        width: 100%; /* Ensures the search bar div takes full width */
    }
}

@media (max-width: 800px) {
    .item1, .item2, .item3, .item4, .item5, .item6, .s-bar {
        width: calc(48% - 0px); /*2 items per row */
        margin-right: 0;
        margin-left: 0;
    }
}




@media (max-width: 600px) {
    .fixed-div {
        padding: 0px!important;
        padding: 15px 10px 0px 10px !important;              
    }


    .button--close {         
        right: 5px;
        top: 0px;       
    }


    .after-fixed-div-content {
        padding: 0 10px 15px 10px;
        border: solid 0px blue;
    }


    #progressbar li {        
        font-size: 0.5em!important;        
   
    }

    h1,
    .h1 {
        font-size: 9vw;        
        margin-bottom: 10px;
        line-height: 9vw;
    }

    .line-h1 {
        border-bottom: 3px solid #c0d824!important;
    }

    .container-top-CTA-filter {
         padding-top: 10px; 
        /*padding-top: 0px;*/
    }

    .inner-container-top-CTA-filter {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-content: flex-start;
        flex-direction: column;
    }

    .accordion-header {
        font-size: 14px;      
    } 
    
    .inner-accordion-header {
        font-size: 14px;
    }

    .surgery-count {
        margin-right: 3px;    
    }

  

    .item1, .item2, .item3, .item4, .item5, .item6, .s-bar {
        /*2width: calc(48% - 0px);  items per row */
        width: calc(100%); /*1 item per row;
        /*width: calc(100% - 20px);  1 item per row */
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 14px;
    }

.btn-expand {
        display: none;
    }


    .button {
        display: block;  
    }

    .flex-items {
        display: block;
    }


    main label {
        min-width: 100%;
        max-width: 100%;
    }


    .inner-accordion {      
        margin: 10px!important;
    }

    .address-equal {    
        width: 100%;
        min-width: auto!important;        
    }




}



/* MENUS */

/* MOBILE MENU */
@media screen and (min-width: 1151px) {
    .menu {
        display: none;
    }


    .clock-display {
        width: 78%!important;
    }

    .time-display {
        width: 42%!important;        
    }

}






/* SCREEN MENU */
@media screen and (max-width: 1150px) {
    .menu-screen {
        display: none;
    }

    .mobile-hide-elements {
        display: none!important;
    }

    .textarea-mobile {
        text-align: right; /* Align text to the right within the textarea */
        max-width: -webkit-calc(100% - 100px); /* For Safari/older versions of Chrome */
        max-width: -moz-calc(100% - 100px); /* For Firefox */
        max-width: calc(100% - 100px); /* Standard */
    } 

    .time-display {
        width: 40px !important;
        text-align: left !important;
    }

    .responsive-table tbody td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: 0.9em;
        color: rgba(0, 0, 0, 0.54);
        margin-right: 10px; /* Add some space between the label and the content */
        white-space: nowrap;       
    }

    td::before {
        content: attr(data-title);
        position: absolute;
        left: 0;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    td {
        position: relative;
        padding-left: 25%!important; /* Ensure the content doesn't overlap the label */
        white-space: normal; /* Allow the text to wrap to the next line */
    }

    .button-small {
        padding: 7px 12px;
        font-size: 0.9em;
        display: inline-block; /* Make the button width relative to its content */
        white-space: nowrap; /* Prevents the text from wrapping inside the button */
    }

    .ward-dropdown-selections {
        width: 50%;
       
    }  
        
    .input-group-text {        
        margin-bottom: -37px;
        margin-left: -10px;    
    }


    .calc-amount-shift {
        margin-left: 18px;
    }

    .button--authorisation-form {
        margin-bottom: 14px;
    }



}



.underline {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 8px; /* Adjust this value as needed to position the underline correctly */
}

.time-display {
 
    text-align: left;
    border: none;
    height: 36px;
    background-color: transparent;
}

input[type="number"] {
    border-bottom: 1px solid #d3d3d3;
}




.menu-item {
    margin-bottom: 7px;
}

.menu-title {   
    background-color: #232a34;
    color: #ffffff;
    padding: 9px 14px;
    width: 90%;
    border: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 14px;
    margin: 7px auto;
}





    .menu-title .material-icons {
        font-size: 14px;              
        align-items: center; /* Vertically center the icon */
        top: 3px;
        position: relative;
        padding: 0;       
    }




.submenu {
    display: none;
    list-style: none;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
}

    .submenu li {
        background-color: #eee;   
        border-radius: 50px;   
        margin: 7px auto;
    }

        .submenu li a {
            display: block;
            padding: 9px 14px;
            color: #000;
            text-decoration: none;
            font-size: 14px;
            text-align: center;
        }


    .submenu.open {
        display: block;
    }









