@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');



html, body {
    font-family: "Roboto", "sans-serif";
    --mud-palette-primary-transparent: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent)
}

body {
    --background-colour: #0A493F;
    --background-colour-darker: #004035;
    background: var(--background-colour);
    touch-action: pan-x pan-y;
}


body {
    --logo-height: 4rem;
    --useable-height: 100vh;
}

#blazor-error-ui {
    color: black;
}

.h-100 {
    height: 100%;
}

@media(max-width:599.9px) {

    body {
        --useable-height: calc(100vh - var(--logo-height));
    }
}



h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

/* Custom CSS */

@keyframes spin {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(360deg);
        opacity: 1;
    }

    100% {
        transform: rotate(720deg);
        opacity: 1;
    }
}

.p-relative {
    position: relative;
}


.spin-animate {
    animation-name: spin;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
}

.circle-logo-fullscreen {
    width: 66px;
    height: 66px;
    animation-name: spin;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
    position: fixed;
    top: calc(50vh - 50px);
    left: calc(50vw - 33px);
}


@media(max-width:599.9px) {
    .circle-logo-fullscreen {
        width: 50px;
        height: 50px;
        top: calc(50vh - 40px);
        left: calc(50vw - 25px);
    }
}

.circle-logo {
    width: 66px;
    height: 66px;
    animation-name: spin;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-duration: 5s;
}


@media(max-width:599.9px) {
    .circle-logo {
        width: 50px;
        height: 50px;
    }
}

.loading-text {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
}

/* Organisation List */
.organisation-list-loading-spinner {
    width: 100%;
    text-align: center;
    padding: 60px !important;
}

.organisation-list-item {
    display: grid;
    cursor: pointer;
    top: 0;
    left: 0;
    -webkit-transition: all 250ms cubic-bezier(.4, 0, .2, 1);
    transition: all 250ms cubic-bezier(.4, 0, .2, 1);
}

    .organisation-list-item:hover {
        top: -6px;
        left: 0;
        position: relative;
    }

    .organisation-list-item .mud-paper:hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px -3px, rgba(0, 0, 0, 0.14) 0px 10px 14px 1px, rgba(0, 0, 0, 0.12) 0px 4px 18px 3px;
    }


.input-field label {
    font-weight: bold;
}

.w-100 {
    width: 100%;
}

.d-ib {
    display: inline-block;
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px !important;
}

.mr-20px {
    margin-right: 20px !important;
}

.mt-n10px {
    margin-top: -10px;
}

.mt-30px {
    margin-top: 30px !important;
}

.ma-0 {
    margin: 0;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-18px {
    padding-bottom: 18px !important;
}

.pb-28px {
    padding-bottom: 28px !important;
}

.pa-0 {
    padding: 0 !important;
}

.btn-icon {
    margin-right: 5px;
    color: #626D78;
}





.help-text {
    display: block;
    color: #0a493f;
    font-size: 0.8rem;
    padding: 7px 15px 4px 15px !important;
    background-color: #eaf5f3;
    display: table;
    border-radius: 50px;
    margin: 5px 0;
}

    .help-text .mud-icon-root {
        font-size: 1rem;
        margin-bottom: -3px;
    }

.help-text-square {
    display: block;
    color: #0a493f;
    font-size: 0.9rem;
    padding: 15px !important;
    background-color: #eaf5f3;
    display: table;
    border-radius: 20px;
    margin: 5px 0;
}

    .help-text-square .mud-icon-root {
        font-size: 1rem;
        margin-bottom: -3px;
    }


.warning-text {
    color: white;
    font-size: 0.8rem;
    padding: 7px 15px 4px 15px;
    background-color: rgba(255,181,69,1);
    display: table;
    border-radius: 50px;
    margin: 5px 0;
}

    .warning-text .mud-icon-root {
        font-size: 1rem;
        margin-bottom: -3px;
    }


div#participants video {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

div#client-camera video {
    border-radius: 8px;
}


.hidden {
    display: none;
}

.connection-lost-icon {
    color: #ffcaca;
    background: #ff2727;
    border-radius: 100%;
    font-size: 4rem;
}

.active-call-left-panel {
    background: var(--mud-palette-white);
    width: 360px;
}

.active-call-right-panel {
    flex-grow: 1;
    height: calc(100vh - 20px);
    display: flex;
    background-color: #0A493F;
}

.active-call-right-panel-split-container {
    flex-grow: 1;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.active-call-right-tabs-panel {
    width: 75px !important;
    background-color: #0A493F;
    flex-shrink: 0;
}

.active-call-right-tabs-panel-container {
    background-color: rgb(17, 44, 38);
    margin: 0 0px 0 10px;
    height: auto;
    padding-bottom: 5px;
    padding-top: 10px;
    border-radius: 15px;
}

.m-auto {
    margin: auto;
}

.pointer {
    cursor: pointer;
}

.mud-overlay-content {
    text-align: center;
}

.mandatory .input-field label::after {
    content: '*';
    color: red;
}

.mandatory .input-field .mud-input-control label::after {
    content: none;
}

.status-filter-circle {
    float: right !important;
    color: #0A493F !important;
    display: none;
}






.pt-3px {
    padding-top: 3px !important;
}

.pt-24px {
    padding-top: 24px !important;
}

.pt-80px {
    padding-top: 80px !important;
}

.content-text-light {
    color: #626D78;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}

.ml-11px {
    margin-left: 11px;
}

.add-note-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: #626D78;
    text-decoration: underline;
    margin-bottom: 10px;
}

.rag-status {
}




.mud-tabs-panels {
    background: #F8F8F9 !important;
}
/*.m-0{
    margin: 0 !important;
}*/

.w-100vw {
    width: 100vw !important;
}

.p-10px {
    padding: 10px;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.d-ib {
    display: inline-block;
}

.bg-none {
    background: none;
}

.pt-0 {
    padding-top: 0 !important;
}

.float-r {
    float: right;
}

.mt-n30px {
    margin-top: -30px;
}

.mt-n20px {
    margin-top: -20px;
}

.p-0 {
    padding: 0 !important;
}

.p-5px {
    padding: 5px !important;
}

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul {
    margin-inline-start: 20px;
    list-style-type: disc !important;
}

li {
    display: list-item !important;
    text-align: -webkit-match-parent;
}

ol {
    margin-inline-start: 20px;
}

.terms-drawer {
    background-color: white !important;
}

/* Utility to help with z-index ordering of multiple popovers and asides */
.mud-dialog-container:has(> .elevate-mud-dialog-container-z-index-100) {
    z-index: calc(var(--mud-zindex-dialog, 1400) + 100);
}

.version-mismatch {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: var(--mud-palette-primary);
    margin-left: 0 !important;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

    .version-mismatch > div {
        padding: 10px;
    }

    .version-mismatch button, .version-mismatch button:hover, .version-mismatch button:last-child:hover {
        background: white;
        color: #384048;
        height: 40px;
        margin-left: 10px;
    }

        .version-mismatch button:last-child {
            background: #d5d5d5;
            color: #384048;
            height: 40px;
        }


@media(max-width:599.9px) {

    .version-mismatch {
        flex-direction: column;
    }

        .version-mismatch > div {
            text-align: center;
        }
}


.access-denied {
    margin-top: -20px;
    margin-left: -48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    text-align: center;
    color: #000;
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    .access-denied h1 {
        font-size: 2.5em;
        margin-bottom: 20px;
    }

    .access-denied p {
        font-size: 1.2em;
        padding-bottom: 20px;
    }

.return-home {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    -webkit-text-size-adjust: none;
    text-align: center;
    color: #ffffff;
    background-color: #009d81;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: auto;
    max-width: 100%;
    height: 44px;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    mso-border-alt: none;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--green-green-500, #009d81);
    /* shadow-md */
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

    .return-home span {
        display: inline-flex;
        height: 44px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        line-height: 16.8px;
    }



.gutter {
    background-color: #dedede;
    background-repeat: no-repeat;
    background-position: 50%;
}

    .gutter.gutter-vertical {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
        cursor: row-resize;
    }

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        cursor: col-resize;
    }


.pulsating-circle {
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
    margin-top: 21px;
    margin-left: 10px;
    margin-right: 7px;
}

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #ffd6d6;
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e64f4f;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }


.split-container-holder {
    display: flex;
}



.split-container-left {
    width: 280px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.split-container-holder.expanded .split-container-left {
    width: 280px !important;
    position: fixed;
    z-index: 99;
    box-shadow: 7px 0 3px -3px #9d9d9d30;
}

.inspection-details .split-container-left {
    width: 370px;
}

.split-container-holder.inspection-details.expanded .split-container-left {
    width: 370px !important;
}

.container-left-expanded {
    display: block;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.container-left-collapsed {
    display: none;
}

    .container-left-collapsed label {
        font-weight: bold;
        transform: rotate(270deg);
        display: block;
        width: 280px;
        position: absolute;
        left: -116px;
        top: 209px;
        text-align: right;
    }

.split-container-holder.expanded .container-left-expanded {
    display: block;
}

.split-container-holder.expanded .container-left-collapsed {
    display: none;
}




@media(max-width:1070px) {

    .split-container-left {
        width: 50px !important;
        box-shadow: 7px 0 3px -3px #9d9d9d30;
        z-index: 99;
    }

        .split-container-left .expand-sidebar-btn {
            display: block;
        }

    .split-container-holder.expanded .split-container-left .expand-sidebar-btn {
        display: none;
    }

    .split-container-holder.expanded .split-container-left .contract-sidebar-btn {
        display: block;
    }

    .container-left-expanded {
        display: none;
    }

    .container-left-collapsed {
        display: block;
        background-color: #fff;
        height: 100vh;
    }
}

@media(min-width:1070px) {
    .split-container-holder.expanded .split-container-left {
        width: 500px !important;
        position: static;
        z-index: 99;
        box-shadow: none;
    }

    .container-left-expanded {
        display: block !important;
    }

    .container-left-collapsed {
        display: none !important;
    }
}

.split-container-holder.mobile {
    background-color: #0A493F;
}

.split-container-right {
    flex-grow: 1;
    width: 1px;
}

    .split-container-right.mobile {
        background-color: #0A493F;
    }

        .split-container-right.mobile .table-container {
            background-color: #fff;
            margin: 0 8px !important;
            padding: 0 !important;
            padding-top: 9px !important;
            border-top-right-radius: 25px;
            border-top-left-radius: 25px;
            margin-top: 17px !important;
            overflow: hidden;
            box-shadow: 0 -4px 15px -4px #7c7777;
        }

        .split-container-right.mobile .calendar-section {
            padding-inline-start: 10px !important;
            margin: 10px;
            width: 100%;
        }

            .split-container-right.mobile .calendar-section .month-names {
                display: none !important;
            }

            .split-container-right.mobile .calendar-section .date-tiles {
                flex-wrap: nowrap; /* Prevents wrapping */
                overflow-x: auto; /* Enables horizontal scrolling */
                overflow-y: hidden; /* Hides vertical overflow */
                white-space: nowrap;
                gap: 5px;
                padding-right: 30px;
            }

                .split-container-right.mobile .calendar-section .date-tiles button {
                    display: none !important;
                }

                .split-container-right.mobile .calendar-section .date-tiles .booking-date {
                    width: 65px !important;
                    flex-grow: 0;
                    flex-shrink: 0;
                    border-radius: 7px;
                    background-color: #07362f;
                    border: 0;
                }

                .split-container-right.mobile .calendar-section .date-tiles .no-availability > span {
                    text-decoration-thickness: 2px;
                }

                .split-container-right.mobile .calendar-section .date-tiles .booking-date:not(.selected).no-availability {
                    opacity: 0.8;
                }

                .split-container-right.mobile .calendar-section .date-tiles .booking-date:not(.no-availability,.selected),
                .split-container-right.mobile .calendar-section .date-tiles .booking-date:not(.no-availability,.selected) span {
                    color: #fff;
                }

                .split-container-right.mobile .calendar-section .date-tiles .booking-date.selected {
                    background-color: #fff !important;
                }



.expand-sidebar-btn {
    background-color: #eee;
    border-radius: 50px;
    padding: 5px;
    position: absolute;
    left: 8px;
    top: 20px;
    display: none;
    z-index: 99;
}

.contract-sidebar-btn {
    background-color: #eee;
    border-radius: 50px;
    padding: 5px;
    position: absolute;
    right: 8px;
    top: 20px;
    display: none;
    z-index: 99;
}

    .expand-sidebar-btn button, .contract-sidebar-btn button {
        padding: 1px;
    }

.mud-table-pagination-display .mud-select {
    margin-bottom: 0;
}


.scanner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    /* outline: 2px solid green; */
    outline-offset: 10px;
    position: absolute;
    z-index: 3;
    border: 2px dashed #18c89b;
    border-radius: 7px;
}

    .scanner::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 5px;
        background: #18c89b;
        box-shadow: 0 0 70px 20px #18c89b;
        clip-path: inset(0);
        animation: x 1.5s ease-in-out infinite alternate, y 3s ease-in-out infinite;
        border-radius: 10px;
        opacity: 0.75;
    }

@keyframes x {
    to {
        transform: translateX(-100%);
        left: 100%;
    }
}

@keyframes y {
    33% {
        clip-path: inset(0 0 0 -100px);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    83% {
        clip-path: inset(0 -100px 0 0);
    }
}

@keyframes y-xs {
    33% {
        clip-path: inset(0 0 0 -50px);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }

    83% {
        clip-path: inset(0 -50px 0 0);
    }
}

.active-call #top-call-panel {
    position: absolute;
    left: -10000px;
}

.active-call.right-panel-VideoNotes #top-call-panel {
    position: static;
    left: unset;
}

.active-call.right-panel-VideoOnly #top-call-panel {
    position: static;
    left: unset;
    height: 100% !important;
}

.active-call.right-panel-VideoOnly #bottom-call-panel {
    display: none;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #bottom-call-panel {
    height: 100% !important;
}


.active-call .gutter-vertical {
    display: none;
}

.active-call.right-panel-VideoNotes .gutter-vertical {
    display: block;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer {
    position: fixed;
    left: 50%;
    top: 21px;
    width: 429px;
    height: 342px;
    border-radius: 15px;
    overflow: hidden;
    animation: video-player-fly 0.5s ease forwards;
    z-index: 999;
}

    .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer .loading-container,
    .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer #customer-join-status-list-container {
        width: 100%;
    }

    .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer .video-call-loading-holder {
        width: 95%;
    }

    .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer #bigVideo {
        width: 100% !important;
        height: 100% !important;
    }

    .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #videoContainer #start-end-call-container {
        display: none;
    }

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) .inspection-areas-holder {
    margin-top: 81px;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left {
    position: fixed;
    left: 30%;
    top: 41%;
    height: 55px;
    animation: video-player-controls-fly 0.5s ease forwards;
    border: 0;
    background-color: transparent;
    backdrop-filter: none !important;
}

.active-call.customer-joined-NotStarted:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left {
    display: none;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left .capture, .active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left .capture-recording {
    height: 33px !important;
    width: 53px !important;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left svg {
    width: 20px;
    margin-top: 3px;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left .capture-recording .pulsating-circle {
    left: 16px !important;
}



.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left label {
    display: none;
}

.active-call:not(.right-panel-VideoNotes,.right-panel-VideoOnly) #in-video-controls-host-left .smaller {
    display: none;
}

.active-call.right-panel-Form #propertyDetailsContainer {
    height: calc(100vh - 120px);
    overflow: auto;
    width: 768px;
    margin: 0 auto;
}

.active-call.right-panel-Form .buttons-holder {
    width: 768px;
    margin: 0 auto;
    margin-top: 10px;
}

.active-call.right-panel-Areas #AreasDetailsContainer {
    height: calc(100vh - 42px);
    overflow: auto;
    max-width: 768px;
    margin: 0 auto;
}

    .active-call.right-panel-Areas #AreasDetailsContainer #rooms-scrollable-container {
        height: calc(100vh - 103px);
        overflow: auto;
    }



@keyframes video-player-controls-fly {
    0% {
        position: fixed;
        left: 96px;
        top: 0;
        height: 94px;
    }



    100% {
        position: fixed;
        top: 210px;
        bottom: unset;
        left: 96px;
    }
}


@keyframes video-player-fly {
    0% {
        left: 50%;
        height: 342px;
    }



    100% {
        left: 100px;
        height: 242px;
        width: calc(var(--activeCallLeftWidth) - 20px);
    }
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-10px {
    margin-bottom: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-10px {
    margin-top: 10px;
}

.mt-n15px {
    margin-top: -15px;
}

.mb-25px {
    margin-bottom: 25px;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-10px {
    padding-right: 10px !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pr-5px {
    padding-right: 5px !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.mb-n4px {
    margin-bottom: -4px !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.of-x-scroll {
    overflow-x: scroll;
}

.of-y-scroll {
    overflow-y: scroll;
}

.of-scroll {
    overflow: scroll;
}

.of-y-hidden {
    overflow-y: hidden;
}


@keyframes slide-from-right {
    0% {
        transform: translateX(600px);
    }

    100% {
        transform: translateX(0px);
    }
}


@keyframes slide-to-right {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(1200px);
    }
}

.tooltip-full-width {
    width: 100% !important;
}



.slide-in-dialog {
    position: absolute !important;
    top: 10px !important;
    right: 0px !important;
    width: 680px !important;
    height: calc(100% - 20px);
    animation: slide-from-right 0.3s ease;
}

.slide-in-dialog-title {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px -1px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
    margin-bottom: 10px !important;
    display: flex;
    padding: 23px 24px;
    align-items: center;
}

.slide-in-dialog .mud-dialog-title {
    padding: 0;
}

.slide-in-dialog-background {
    backdrop-filter: blur(0px) !important;
}

.side-dialog-loading-full-width {
    position: absolute;
    width: 300px;
    left: -10px;
}



.slide-out {
    animation: slide-to-right 0.6s ease;
}


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}








@property --angle {
    syntax: '<angle>';
    initial-value: 90deg;
    inherits: true;
}

@property --gradX {
    syntax: '<percentage>';
    initial-value: 50%;
    inherits: true;
}

@property --gradY {
    syntax: '<percentage>';
    initial-value: 0%;
    inherits: true;
}


:root {
    --d: 2500ms;
    --angle: 90deg;
    --gradX: 100%;
    --gradY: 50%;
    --c1: #3e8176;
    --c2: #0A493F;
}



.pulse-border {
    border: 4px solid;
    padding: 10px;
    border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
    animation: borderRotate var(--d) linear infinite forwards;
}


.reschedule-popup {
    left: 90px !important;
    top: 200px !important;
    width: 360px !important;
}










@keyframes borderRotate {
    100% {
        --angle: 420deg;
    }
}

@keyframes borderRadial {
    20% {
        --gradX: 100%;
        --gradY: 50%;
    }

    40% {
        --gradX: 100%;
        --gradY: 100%;
    }

    60% {
        --gradX: 50%;
        --gradY: 100%;
    }

    80% {
        --gradX: 0%;
        --gradY: 50%;
    }

    100% {
        --gradX: 50%;
        --gradY: 0%;
    }
}

.tooltip-ai-content {
    width: 400px;
    max-height: 100px;
    overflow-y: auto;
}

.tag-ai-tooltip {
    margin-top: 5px;
    padding: 10px;
}

.ai-tooltip-button {
    min-width: 0px;
    margin-left: 0 !important;
    margin-right: -4px !important;
    top: -1px;
    position: relative;
    border-radius: 50%;
}

.w-100pc {
    width: 100%;
}

.full-screen-dialog {
    width: 100vw !important;
    height: 100vh;
    top: 0 !important;
    border-radius: 0;
}

/* Styling for <MudDialog> in MediaCaptureDialog.razor */
.media-capture-dialog {
    background: radial-gradient(at 0% 100%, #004035 0%, #005747 100%);
    transition: all 0.3s ease;
}



    /* Screen flash */
    .media-capture-dialog .flash-layer {
        height: 100%;
        width: 100%;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

.flash {
    display: block !important;
    animation: flash 0.3s ease-out; /* Flash animation */
}

@keyframes flash {
    0% {
        background-color: transparent;
    }

    50% {
        background-color: rgba(255, 255, 255, 0.7);
    }

    100% {
        background-color: transparent;
    }
}

.media-capture-dialog-content {
    padding: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

.media-capture-dialog .camera-capture-screen {
    height: 100dvh;
    width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
}

    .media-capture-dialog .camera-capture-screen.portrait {
    }

        .media-capture-dialog .camera-capture-screen.portrait .top-bar-portrait {
            height: 50px;
            padding: 9px;
            padding-top: 12px;
        }

.media-capture-dialog .camera-feed-container {
    background-color: #00362d;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .media-capture-dialog .camera-feed-container.portrait {
        position: relative;
        padding: 0;
        margin: 0;
    }

        .media-capture-dialog .camera-feed-container.portrait .camera-controls.portrait {
            width: 100%;
            position: absolute;
            bottom: 120px;
            height: 60px;
        }

            .media-capture-dialog .camera-feed-container.portrait .camera-controls.portrait .capture-button, .camera-controls.portrait .record-button {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 60px;
                width: 60px;
                border-radius: 50%;
            }

            .media-capture-dialog .camera-feed-container.portrait .camera-controls.portrait .switch-camera-button {
                position: absolute;
                right: 10px;
                bottom: 0px;
            }

.media-capture-dialog .camera-placeholder {
    background-color: lightgrey;
}

.media-capture-dialog .close-button {
    position: absolute;
    top: 20px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 100px;
    border: 1px;
    box-shadow: 0px 1px 3px 0px #00342E26;
    color: white;
    background: #00000080;
}

.media-capture-dialog .camera-capture-screen.portrait .close-button {
    position: relative;
    top: -7px;
}

.media-capture-dialog .camera-switch-controls {
    position: absolute;
    top: 20px;
    width: 40px;
    height: 72px;
    padding: 4px;
    border-radius: 1000px;
    background: #00000080;
}

.media-capture-dialog .camera-capture-screen.portrait .camera-switch-controls {
    top: 3px;
    right: 10px;
    height: 44px;
    width: 87px;
}

.media-capture-dialog .photo-icon, .media-capture-dialog .video-icon {
    width: 37px;
    height: 37px;
    padding: 4px;
    border-radius: 1000px;
    transition: all 0.6s ease;
}

    .media-capture-dialog .photo-icon.selected, .video-icon.selected {
        background: white;
    }

    .media-capture-dialog .photo-icon.unselected, .video-icon.unselected {
        color: #BFC4C8;
    }

.media-capture-dialog .zoom-button {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px;
    color: white;
    bottom: 20px;
    position: absolute;
    background: #00000080;
}

.media-capture-dialog .camera-capture-screen.portrait .camera-controls .zoom-button {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.media-capture-dialog .record-button svg.mud-icon-root.mud-svg-icon {
    width: 60px;
    height: 60px;
}

.media-capture-dialog .capture-button {
    width: 60px;
    height: 60px;
    transition: width 100ms, height 100ms; /* Size change animation */
    z-index: 5;
}

    .media-capture-dialog .capture-button.capture-small {
        width: 50px !important;
        height: 50px !important;
    }

.media-capture-dialog .switch-camera-button {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px;
    color: white;
    bottom: 20px;
    background: #00000080;
    position: absolute;
}

.media-capture-dialog .video-timer {
    background: black;
    color: white;
    position: absolute;
    height: 23px;
    padding: 4px 6px 4px 6px;
    gap: 4px;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
    top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
    display: inline-block;
}

    .media-capture-dialog .video-timer.recording {
        background: #DE3131;
    }

.media-capture-dialog .recording-dot {
    width: 8px;
    height: 8px;
    background: white;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.media-capture-dialog .timer-text {
    display: inline-block;
}
/* ----------------------------------------------- */

/* Styles for ConfirmMediaCaptureDialog */
.confirm-media-capture-dialog {
    background: radial-gradient(at 0% 100%, #004035 0%, #005747 100%);
}

    .confirm-media-capture-dialog .camera-capture-screen {
        height: calc(100dvh - 20px);
        width: 100dvw;
        margin: 0 !important;
    }

        .confirm-media-capture-dialog .camera-capture-screen.portrait {
            display: block;
        }

    .confirm-media-capture-dialog .media-container {
        background-color: lightgrey;
        width: 100%;
        height: 100%;
    }

    .confirm-media-capture-dialog .camera-placeholder {
        background-color: lightgrey;
    }

    .confirm-media-capture-dialog .header-text-ctn {
        position: absolute;
        top: 20px;
    }

    .confirm-media-capture-dialog .header-text {
        font-family: Roboto Condensed;
        font-size: 14px;
        font-weight: 400;
        line-height: 15.4px;
        text-align: left;
        color: #F8F8F9;
    }

        .confirm-media-capture-dialog .header-text.portrait {
            padding: 10px;
        }


    .confirm-media-capture-dialog .areas-rooms-section {
        width: 100%;
    }

        .confirm-media-capture-dialog .areas-rooms-section .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .confirm-media-capture-dialog .areas-rooms-section .dropdown-container {
            flex-shrink: 0; /* Allow dropdown to have a variable width */
        }

        .confirm-media-capture-dialog .areas-rooms-section .button-group-container {
            display: flex;
            overflow-x: auto; /* Horizontal scroll if buttons overflow */
            white-space: nowrap; /* Prevent button group from wrapping */
            flex-grow: 1; /* Take up remaining space on the right */
            padding-left: 10px; /* Space between dropdown and buttons */
            scrollbar-width: none;
        }

            .confirm-media-capture-dialog .areas-rooms-section .button-group-container::-webkit-scrollbar {
                display: none;
            }



    .confirm-media-capture-dialog .areas-rooms-section {
        width: 100%;
    }

.mud-grid-item.mud-grid-item-xs-12.mud-grid-item-sm-12.mb-2.pa-0.areas-rooms-section .rag-status-ctn-mob.portrait {
    margin: 0 !important;
}

.confirm-media-capture-dialog .areas-rooms-section div.areas-dropdown-ctn {
    display: inline-block !important;
    position: relative;
    top: -10px;
    height: 30px;
    /*max-width: 200px;*/
    width: 25%;
}

.confirm-media-capture-dialog .mud-popover.mud-popover-open {
    width: 350px !important;
    max-width: 350px !important;
}

.confirm-media-capture-dialog .mud-input-control.mud-select.area-dropdown.portrait {
    /*max-width: fit-content;*/
}

.confirm-media-capture-dialog .area-dropdown .mud-input-control-input-container {
    /*width: fit-content;*/
}

    .confirm-media-capture-dialog .area-dropdown .mud-input-control-input-container .mud-input.mud-input-adorned-end.mud-shrink.mud-select-input {
        height: 40px;
        padding: 12px 8px 12px 8px;
        border-radius: 4px;
        color: #FFFFFF33;
        color: white;
        margin-top: 0;
    }

.confirm-media-capture-dialog .area-dropdown .mud-input.mud-input-underline:before, .confirm-media-capture-dialog .mud-input.mud-input-underline:before {
    display: none; /*hide the underline under the fields */
}

.confirm-media-capture-dialog .area-dropdown svg.mud-icon-root.mud-icon-default.mud-svg-icon.mud-icon-size-medium {
    color: white;
}

rag-status-ctn-mob {
    padding-left: 10px !important;
    padding: 0 !important;
    padding-top: 0px;
    top: -10px;
}

.rag-status-mob.rag-outer {
    /*width: 100%;*/
    height: 32px;
    padding: 7px 8px 7px 8px;
    border-radius: 4px;
    background: #FFFFFF33;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

    .rag-status-mob.rag-outer.rag-border {
        box-shadow: 0px 1px 3px 0px #00342E26;
        border-top: 1px solid #00342E26;
    }

.rag-status-mob .rag-inner {
    width: 16px;
    height: 16px;
    gap: 0px;
    border-radius: 4px;
}

.rag-status-mob span {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    text-align: center;
    color: black;
    margin-left: 5px;
}

.rag-status-mob.rag-selected-red {
    border-top: 2px solid #e74545 !important;
    border: 2px solid #e74545 !important;
    background-color: #FFEAEA;
}

.rag-status-mob.rag-selected-yellow {
    border-top: 2px solid #2a8e32 !important;
    border: 2px solid #ffd043 !important;
    background-color: #FFF5D8;
}

.rag-status-mob.rag-selected-green {
    border-top: 2px solid #2a8e32 !important;
    border: 2px solid #2a8e32 !important;
    background-color: #E9FFEA;
}

.rag-status-mob.rag-selected-not-set {
    border-top: 2px solid #5e5e5e !important;
    border: 2px solid #5e5e5e !important;
    background-color: #f3f3f3;
}

.rag-status-mob .rag-inner.rag-red {
    background: #DE3131;
    opacity: 0.3;
}

.rag-status-mob .rag-inner.rag-amber {
    background: #FFB80C;
    opacity: 0.3;
}

.rag-status-mob .rag-inner.rag-green {
    background: #009D81;
    opacity: 0.3;
}

.rag-status-mob .rag-inner.rag-not-set {
    background: #000;
    opacity: 0.6;
}

.rag-status-mob.rag-selected-red .rag-inner.rag-red {
    background: #DE3131;
    opacity: 1;
}

.rag-status-mob.rag-selected-yellow .rag-inner.rag-amber {
    background: #FFB80C;
    opacity: 1;
}

.rag-status-mob.rag-selected-green .rag-inner.rag-green {
    background: #009D81;
    opacity: 1;
}

.rag-status-mob.rag-selected-green .rag-inner.rag-not-set {
    background: #b3b3b3;
    opacity: 1;
}

.confirm-media-capture-dialog .note-text .mud-input.mud-input-text.mud-input-underline.mud-shrink {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    margin-top: 3px;
}

.confirm-media-capture-dialog textarea.mud-input-slot.mud-input-root.mud-input-root-text {
    padding: 10px;
}

.confirm-media-capture-dialog .note-details-grid {
    padding: 10px 15px !important;
}

.confirm-media-capture-dialog .mud-grid-item.mud-grid-item-xs-2.mud-grid-item-sm-2.save-discard-ctn {
    padding: 0 15px;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(90deg, rgba(1, 72, 59, 0) 0%, rgba(1, 69, 57, 0.6) 21%, #024237 47%);
}

.confirm-media-capture-dialog .mud-grid-item.mud-grid-item-xs-12.mud-grid-item-sm-12.save-discard-ctn.portrait {
    position: relative;
    padding-right: 24px;
}


.confirm-media-capture-dialog .rooms-ctn {
    /*display: inline-block;*/
    overflow-x: scroll;
    /*width: 70%;*/
    scrollbar-width: none;
    display: block;
    width: 95%;
}

    .confirm-media-capture-dialog .rooms-ctn.landscape {
        display: block;
        width: 95%;
    }

    .confirm-media-capture-dialog .rooms-ctn::-webkit-scrollbar {
        display: none;
    }

.confirm-media-capture-dialog div.room-btn-group {
    box-shadow: none !important;
}

.confirm-media-capture-dialog button.room-btn {
    height: 32px !important;
    width: fit-content !important;
    margin-right: 5px !important;
    border-radius: 4px !important;
    background: #FFFFFF1A !important;
    border-left: none !important;
}

    .confirm-media-capture-dialog button.room-btn span.mud-button-label {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 17.5px !important;
        text-align: center !important;
        white-space: nowrap;
        color: #FFFFFFCC;
    }

    .confirm-media-capture-dialog button.room-btn.selected {
        background: #008069 !important;
        color: white !important;
    }

        .confirm-media-capture-dialog button.room-btn.selected span.mud-button-label {
            color: white;
        }

.confirm-media-capture-dialog .save-icon-ctn {
    width: 71px;
    height: 71px;
    padding: 6px;
    border-radius: 100px;
    background: #009D81;
    display: inline-block;
}

    .confirm-media-capture-dialog .save-icon-ctn button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.save-icon {
        width: 60px;
        height: 60px;
        padding: 8px;
        gap: 10px;
        border-radius: 100px;
        border-top: 1px solid #FFFFFF33;
        box-shadow: 0px 1px 4px 0px rgba(1, 1, 1, 0.6);
        background: rgba(255, 255, 255, 0.2);
        color: white;
    }

.confirm-media-capture-dialog svg.mud-icon-root.mud-svg-icon.mud-icon-size-medium {
    font-size: 35px;
}



.confirm-media-capture-dialog .edit-icon-ctn {
    width: 71px;
    height: 71px;
    padding: 6px;
    border-radius: 100px;
    background: #004035;
    margin-top: 30px;
    display: inline-block;
    margin-right: 10px;
}

    .confirm-media-capture-dialog .edit-icon-ctn.portrait {
        margin-top: 0px;
    }

    .confirm-media-capture-dialog .edit-icon-ctn button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.edit-icon {
        width: 60px;
        height: 60px;
        padding: 8px;
        border-radius: 100px;
        border: 1px;
        background: #FFFFFF33;
        border-top: 1px solid #FFFFFF33;
        box-shadow: 0px 1px 2px -1px #00342E26;
        box-shadow: 0px 1px 3px 0px #00342E26;
    }

    .confirm-media-capture-dialog .edit-icon-ctn svg.mud-icon-root.mud-svg-icon.mud-icon-size-medium {
        font-size: 30px;
    }

    .confirm-media-capture-dialog .edit-icon-ctn span.mud-icon-button-label {
        top: -1px;
        position: relative;
        color: #fff;
    }

.confirm-media-capture-dialog .delete-icon-ctn {
    width: 71px;
    height: 71px;
    padding: 6px;
    border-radius: 100px;
    background: #DE3131;
    margin-top: 30px;
    display: inline-block;
    margin-right: 10px;
}

.os-capture-actions.landscape .delete-icon-ctn {
    display: block !important;
    margin-top: 10px !important;
}

.confirm-media-capture-dialog .delete-icon-ctn.portrait {
    margin-top: 0px;
}

.confirm-media-capture-dialog .delete-icon-ctn button.mud-button-root.mud-icon-button.mud-ripple.mud-ripple-icon.delete-icon {
    width: 60px;
    height: 60px;
    padding: 8px;
    border-radius: 100px;
    border: 1px;
    background: #FFFFFF33;
    border-top: 1px solid #FFFFFF33;
    box-shadow: 0px 1px 2px -1px #00342E26;
    box-shadow: 0px 1px 3px 0px #00342E26;
}

.confirm-media-capture-dialog .delete-icon-ctn svg.mud-icon-root.mud-svg-icon.mud-icon-size-medium {
    font-size: 30px;
}

.confirm-media-capture-dialog .delete-icon-ctn span.mud-icon-button-label {
    top: -1px;
    position: relative;
}

.confirm-media-capture-dialog-content {
    padding: 0 !important;
    margin: 0 !important;
}

.confirm-media-capture-dialog .media-container {
}

    .confirm-media-capture-dialog .media-container.portrait {
        height: calc(100vh - 52px);
    }
/*--------------------------------------------------*/


/*NoteEditDialog styles*/
.note-edit-dialog.mobile {
    background-color: #f4f4f4;
}

.note-edit-dialog-header {
    height: fit-content;
    padding-top: 15px !important;
    padding-bottom: 9px !important;
    display: flex;
    align-items: center;
    min-height: 81px !important;
    padding: 24px 24px 24px 24px !important;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.mobile .note-edit-dialog-header {
    display: none;
}

.note-edit-dialog .mud-dialog-actions {
    justify-content: center !important;
}

.note-edit-dialog .mud-drawer {
    background: white;
}

.note-edit-dialog .note-edit-dialog-content {
    height: calc(100vh - 100px);
    padding: 20px;
    overflow-y: scroll;
}

.note-edit-dialog .note-edit-dialog-content-mobile {
    height: calc(100vh);
    padding: 0px;
    margin: 0;
}

.note-edit-dialog .full-screen {
    width: 1750px;
}

.note-edit-dialog .header {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #384048;
}

.note-edit-dialog .header-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: left;
    margin-left: 45px;
    margin-top: -7px;
}

.note-edit-dialog .back-btn {
    height: 32px;
    width: 32px;
    background-color: #ECEDEE;
    top: -5px;
    margin-right: 10px;
}

    .note-edit-dialog .back-btn svg {
        width: 18px;
    }


.note-edit-dialog .del-btn {
    left: 15px;
    position: fixed;
    top: 76px;
    color: #DE3131 !important;
    font-size: 23px !important;
    height: 48px;
    width: 48px;
    background-color: #ffffffa8;
    z-index: 3;
}

    .note-edit-dialog .del-btn svg {
        font-size: 22px;
    }

.note-edit-dialog .size-btn {
    left: 15px;
    position: fixed;
    color: var(--mud-palette-primary) !important;
    font-size: 23px !important;
    height: 48px;
    width: 48px;
    background-color: #ffffffa8;
    z-index: 3;
}

    .note-edit-dialog .size-btn svg {
        font-size: 22px;
    }

.note-edit-dialog .delete-btn {
    color: #C92C2C;
}

.note-edit-dialog .delete-btn-text {
    color: #004035;
}

.note-edit-dialog .mud-drawer-header {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 15px !important;
    padding-bottom: 9px !important;
}

.note-edit-dialog .dropdown-small .mud-input {
    width: 120px;
}

.note-edit-dialog .note-select-option {
    display: inline-block;
    min-width: 120px;
}

    .note-edit-dialog .note-select-option .mud-input {
        font-size: 0.875rem;
    }

.rag-status-mob .mud-input {
    border-radius: 20px;
    padding: 0 7px;
}

.rag-status-mob.bg-green .mud-input {
    background: #dcf2ee;
    color: rgb(36, 111, 51);
}

.rag-status-mob.bg-red .mud-input {
    background: #ffe3e3;
    color: rgb(201, 44, 44);
}

.rag-status-mob.bg-yellow .mud-input {
    background: #fff7c5;
    color: #E65100;
}

.note-edit-dialog .no-scroll {
    overflow-y: hidden;
}

.note-edit-dialog .mt-n5px {
    margin-top: -5px;
}

.note-edit-dialog .w-120px {
    width: 120px;
}

.w-100pc {
    width: 100%;
}

.note-edit-dialog .img-ctn {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}

    .note-edit-dialog .img-ctn img {
        margin: auto;
        max-width: 100%;
        width: auto;
        max-height: 354px;
    }

.note-edit-dialog .full-screen-edit-note .img-ctn img {
    max-height: unset;
}

.note-dropdowns {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.mr-10px {
    margin-right: 10px;
}

.note-edit-dialog .d-ib {
    display: inline-block;
}

.note-edit-dialog .mud-select-input {
    margin-top: 0px !important;
}

.note-edit-dialog .mt-n2px {
    margin-top: -2px;
}

.note-edit-dialog .note-label {
    font-weight: 700;
    display: inline-block;
}

.note-edit-dialog .highlights-info-icn {
    position: relative;
    top: 6px;
}

.note-edit-dialog .highlights-header {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
}

    .note-edit-dialog .highlights-header svg {
        width: 19px;
        cursor: pointer;
        top: 5px;
        position: relative;
    }

.note-edit-dialog .a9s-annotation .a9s-outer {
    rx: 10;
    ry: 10;
}

.note-edit-dialog .annotation-text-ctn .anno-bold {
    font-weight: 700;
}

.note-edit-dialog .a9s-annotation.anno-DE3131 .a9s-outer { /* red */
    stroke: #DE3131;
}

.note-edit-dialog .a9s-annotation.anno-FFA700 .a9s-outer { /* amber */
    stroke: #FFA700;
}

.note-edit-dialog .a9s-annotation.anno-FFEB3B .a9s-outer { /* yellow */
    stroke: #FFEB3B;
}

.note-edit-dialog .a9s-annotation.anno-009D81 .a9s-outer { /* green */
    stroke: #009D81;
}

.note-edit-dialog .a9s-annotation.anno-5390ED .a9s-outer { /* blue */
    stroke: #5390ED;
}

.note-edit-dialog .a9s-annotation.anno-3F51B5 .a9s-outer { /* indigo */
    stroke: #3F51B5;
}

.note-edit-dialog .a9s-annotation.anno-9C27B0 .a9s-outer { /* violet */
    stroke: #9C27B0;
}

.note-edit-dialog .a9s-annotation.anno-9E9E9E .a9s-outer { /* grey */
    stroke: #9E9E9E;
}

.note-edit-dialog .a9s-annotation.anno-FFFFFF .a9s-outer { /* white */
    stroke: #FFFFFF;
}

.note-edit-dialog .a9s-annotation.anno-000000 .a9s-outer { /* black */
    stroke: #000000;
}

.note-edit-dialog .a9s-annotation.anno-E91E63 .a9s-outer { /* magenta */
    stroke: #E91E63;
}

.note-edit-dialog .a9s-annotation.anno-795548 .a9s-outer { /* brown */
    stroke: #795548;
}

.note-edit-dialog .a9s-annotation .a9s-inner {
    stroke: none;
}

.note-edit-dialog .a9s-annotation.editable.selected .a9s-outer {
    stroke: white !important;
}

.note-edit-dialog .a9s-annotation.editable.selected .a9s-inner {
    stroke: white !important;
}

.note-edit-dialog .a9s-handle .a9s-handle-inner {
    stroke: none;
    fill: white;
}

.note-edit-dialog .a9s-handle .a9s-handle-outer {
    stroke: none;
    fill: white;
}

.note-edit-dialog .a9s-handle:hover .a9s-handle-inner {
    fill: rgba(66, 66, 66, 0.3);
}

.note-edit-dialog .r6o-widget.comment.editable {
    background-color: white;
}

.note-edit-dialog .pill-box {
    padding-right: 0;
    padding-left: 0;
    max-width: 30px;
}

.note-edit-dialog .anno-pill {
    border-radius: 8px;
    height: 36px;
    width: 16px;
    float: right;
    box-shadow: 0px -4px 6px -1px rgba(0, 0, 0, 0.1019607843) inset;
}

.note-edit-dialog .pill-DE3131 svg { /* red */
    color: #DE3131;
    border-radius: 50px;
}

    .note-edit-dialog .pill-DE3131 svg:hover { /* red */
        background: #DE3131;
    }

.note-edit-dialog .pill-FFA700 svg { /* amber */
    color: #FFA700;
    border-radius: 50px;
}

    .note-edit-dialog .pill-FFA700 svg:hover { /* red */
        background: #FFA700;
    }

.note-edit-dialog .pill-FFEB3B svg { /* yellow */
    color: #FFEB3B;
    border-radius: 50px;
}

    .note-edit-dialog .pill-FFEB3B svg:hover { /* red */
        background: #FFEB3B;
    }

.note-edit-dialog .pill-009D81 svg { /* green */
    color: #009D81;
    border-radius: 50px;
}

    .note-edit-dialog .pill-009D81 svg:hover { /* red */
        background: #009D81;
    }

.note-edit-dialog .pill-5390ED svg { /* blue */
    color: #5390ED;
}

    .note-edit-dialog .pill-5390ED svg:hover { /* red */
        background: #5390ED;
    }

.note-edit-dialog .pill-3F51B5 svg { /* indigo */
    color: #3F51B5;
    border-radius: 50px;
}

    .note-edit-dialog .pill-3F51B5 svg:hover { /* red */
        background: #3F51B5;
    }

.note-edit-dialog .pill-9C27B0 svg { /* violet */
    color: #9C27B0;
    border-radius: 50px;
}

    .note-edit-dialog .pill-9C27B0 svg:hover { /* red */
        background: #9C27B0;
    }

.note-edit-dialog .pill-9E9E9E svg { /* grey */
    color: #9E9E9E;
    border-radius: 50px;
}

    .note-edit-dialog .pill-9E9E9E svg:hover { /* red */
        background: #9E9E9E;
    }

.note-edit-dialog .pill-FFFFFF svg { /* white */
    color: #FFFFFF;
    border-radius: 50px;
}

    .note-edit-dialog .pill-FFFFFF svg:hover { /* red */
        background: #FFFFFF;
    }

.note-edit-dialog .pill-000000 svg { /* black */
    color: #000000;
    border-radius: 50px;
}

    .note-edit-dialog .pill-000000 svg:hover { /* red */
        background: #000000;
    }

.note-edit-dialog .pill-E91E63 svg { /* magenta */
    color: #E91E63;
    border-radius: 50px;
}

    .note-edit-dialog .pill-E91E63 svg:hover { /* red */
        background: #E91E63;
    }

.note-edit-dialog .pill-795548 svg { /* brown */
    color: #795548;
    border-radius: 50px;
}

    .note-edit-dialog .pill-795548 svg:hover { /* red */
        background: #795548;
    }

.note-edit-dialog .border-left-grey {
    border-left: 1px solid #e1e1e1;
}

.note-edit-dialog .border-left-DE3131 { /* red */
    border-left: 1px solid #DE3131;
}

.note-edit-dialog .border-left-FFA700 { /* amber */
    border-left: 1px solid #FFA700;
}

.note-edit-dialog .border-left-FFEB3B { /* yellow */
    border-left: 1px solid #FFEB3B;
}

.note-edit-dialog .border-left-009D81 { /* green */
    border-left: 1px solid #009D81;
}

.note-edit-dialog .border-left-5390ED { /* blue */
    border-left: 1px solid #5390ED;
}

.note-edit-dialog .border-left-3F51B5 { /* indigo */
    border-left: 1px solid #3F51B5;
}

.note-edit-dialog .border-left-9C27B0 { /* violet */
    border-left: 1px solid #9C27B0;
}

.note-edit-dialog .border-left-9E9E9E { /* grey */
    border-left: 1px solid #9E9E9E;
}

.note-edit-dialog .border-left-FFFFFF { /* white */
    border-left: 1px solid #FFFFFF;
}

.note-edit-dialog .border-left-000000 { /* black */
    border-left: 1px solid #000000;
}

.note-edit-dialog .border-left-E91E63 { /* magenta */
    border-left: 1px solid #E91E63;
}

.note-edit-dialog .border-left-795548 { /* brown */
    border-left: 1px solid #795548;
}

.note-edit-dialog .annotations-grid {
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.note-edit-dialog .annotation-text-wrp {
    position: absolute;
    z-index: 2;
    left: 30px;
    margin-left: 10px;
}

.note-edit-dialog .anno-edit-wrp {
    position: relative;
    top: -5px;
    right: -15px;
    padding: 0;
    z-index: 3;
}

.note-edit-dialog .annotation-text-ctn {
    padding: 0;
    margin: 0px;
    width: 100%;
    border-radius: 8px;
    position: relative;
}

    .note-edit-dialog .annotation-text-ctn .anno-dropdown-ctn {
        padding-top: 0 !important;
        position: relative;
        padding-left: 7px;
    }

.note-edit-dialog .annotation-text {
    top: 12px;
    left: 40px;
    z-index: 2;
    width: 100%;
    white-space: nowrap;
}

.note-edit-dialog .annotation-box {
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(1, 1, 1, 0.3);
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0;
    width: 190px;
    height: 49px;
    margin: 5px;
}

.note-edit-dialog .dropdown-left .mud-input {
    text-align: left !important;
}

.note-edit-dialog .anno-dropdown {
    margin-bottom: 0px !important;
    z-index: 1;
}

    .note-edit-dialog .anno-dropdown svg {
        border-radius: 50px;
    }

.note-edit-dialog .note-file-upload {
    width: 150px;
    display: inline-block;
    height: 50px;
    position: relative;
    margin-right: 5px;
}

    .note-edit-dialog .note-file-upload .mud-button-root.file-upload-button {
        padding: 5px 10px !important;
    }

.note-edit-dialog .anno-dropdown.dropdown-no-underline .mud-input-underline::before {
    display: none;
}

.note-edit-dialog .anno-dropdown .mud-input.mud-input-adorned-start.mud-select-input {
    width: 25px;
}

.note-edit-dialog .mud-input.mud-input-underline::after {
    display: none;
}

.note-edit-dialog .mud-icon-button-label {
    position: relative;
    top: 0px;
}

.note-edit-dialog .tiny-icon .mud-icon-button-label svg {
    width: 12px;
}

.note-edit-dialog .note-image-tag {
    background: #dcf2ee;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 10px;
}

.note-edit-dialog .img-action-btns {
}

.note-edit-dialog .note-header-img-btn {
    padding: 10px;
    background-color: #ECEDEE;
}

.note-edit-dialog .full-screen-btn {
    position: absolute;
    right: 0px;
}

.note-edit-dialog .thumbnail-checkbox {
    margin-top: -10px;
    margin-right: -16px;
    width: 150px;
}

.note-edit-dialog .image-wrp {
    position: relative;
    background-color: #004035;
    border-radius: 8px;
    overflow: hidden;
}

    .note-edit-dialog .image-wrp > div {
        display: inline !important;
    }

.rag-status-mob {
    border: 0;
    border-radius: 0;
}

    .rag-status-mob .mud-input {
        border-radius: 4px;
    }

.note-edit-dialog .vert-align {
    display: flex;
    align-items: center;
}


.note-edit-dialog .note-tab {
    width: 100%;
    padding: 12px;
}

    .note-edit-dialog .note-tab .mud-tab {
        padding: 10px;
    }

    .note-edit-dialog .note-tab .mud-tabs-panels {
        min-height: 0 !important;
        padding: 0 !important;
        background-color: #fff !important;
        height: auto !important;
    }

    .note-edit-dialog .note-tab .mud-tabs-toolbar {
        box-shadow: none;
        margin-bottom: 10px;
    }

    .note-edit-dialog .note-tab .ai-tag-chip {
        background-color: rgb(220, 242, 238);
        color: #000;
        padding: 3px 10px;
        height: auto;
        font-size: 12px;
        margin-top: 0px;
        margin-left: 0;
        margin-right: 5px;
    }

.note-edit-dialog .ai-tag-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.note-edit-dialog .note-tab .ai-tag-chip.all {
    background-color: var(--mud-palette-primary);
    color: #fff;
}

.note-edit-dialog .note-tab .ai-description-container {
    margin-top: 10px;
}

.note-edit-dialog .capture-placeholder {
    height: 354px;
    width: 100%;
    margin: auto;
    background-image: url(/img/video-placeholder.png);
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(1, 1, 1, 0.2);
}

.note-edit-dialog .float-right {
    float: right;
}

.note-edit-dialog .note-dialog-tags-container {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.note-edit-dialog .re-run-ai-vision-button {
    position: absolute;
    right: 0;
    top: -58px;
    padding: 7px 20px;
}

.note-edit-dialog .note-dialog-tags-container-holder {
    top: -25px;
    left: -10px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}


.mud-overlay .mud-overlay-scrim.mud-overlay-dark {
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0px) !important;
}

.video-control-btn {
    display: inline-flex;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 200px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .video-control-btn:hover {
        background: rgba(255, 255, 255, 0.9);
    }

.oval-control-btn {
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    margin: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

    .oval-control-btn:hover {
        background: rgba(255, 255, 255, 0.9);
    }
/*--------------------------------------------------*/

/*MapDialog.razor*/
.map-dialog .close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    z-index: 1;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/* Media queries for device compatibility */
@media (max-width: 599px) {
    /* XS: Mobile */
    /* Generic classes */
    /* Padding start */
    .ps-xs-8px {
        padding-inline-start: 8px !important;
    }

    .ps-xs-12px {
        padding-inline-start: 12px !important;
    }

    /* Any element with this class will be hidden on XS <=599px */
    .xs-hidden {
        display: none;
    }

    .ml-xs-10px {
        margin-left: 10px;
    }

    /* Set the appointments table bg color to gray */
    .mud-table.mud-xs-table.appointments-table {
        background-color: #f1f1f1;
        box-shadow: none;
        margin: 30px 10px 0px 15px;
    }


    /*Show map elements one under the other*/
    #map-container {
        display: block !important;
    }

        #map-container #map {
            height: 50% !important;
        }

        #map-container #streetview {
            height: 50% !important;
        }
}

@media(min-width:959.9px) {
    .md-hidden {
        display: none;
    }
}

@media (max-width: 959px) {
    /* SM: Mobile (landscape) */
    .sm-hidden {
        display: none;
    }

    /* Remove the padding from the main containt */
    .mud-main-content {
        padding: 0;
        margin-left: 0 !important;
    }

    /* Remove the border radius and decrease the height of the content */
    .mud-container.main-container {
        border-radius: 0;
        height: 100%;
        scroll-snap-type: y mandatory;
    }

    .mud-dialog-container {
        scroll-snap-type: y mandatory;
    }
    /* Style the mobile navbar */
    .mud-drawer.mobile-nav-drawer {
        margin: 0 !important;
        background: #0A493F !important;
        height: 100vh !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    /* Style the hamburger menu */
    .mobile-nav-btn {
        color: white !important;
        position: absolute;
        left: 12px;
    }

    /* Hide the logout button */
    .logout-button {
        display: none !important;
    }

    /* Style the navigation logo from the nav bar */
    .navigation-logo-mobile {
        cursor: default !important;
        margin: 0 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 200px;
        max-width: 50px;
    }

    .logo-holder-mob {
        height: 77px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -25px;
    }

    /* Hide the logout button and user profile when the nav drawer is closed */
    .mud-drawer--closed .logout, .mud-drawer--closed .logged-in-user {
        display: none !important;
    }

    /* Make the main container (that holds the body) scrollable */
    .main-container {
        overflow-y: scroll !important;
    }

    /* Remove spacing for the mobile view */
    /*.header-container-right {
        padding: 5px 20px !important;
        padding-left: 10px !important;
    }*/

    /* Set the appointments table bg color to gray */
    .mud-table.mud-sm-table.appointments-table {
        background-color: #f1f1f1;
        box-shadow: none;
        margin: 30px 10px 0px 15px;
    }

    .create-appt-btn {
        border-radius: 100% !important;
        width: 3rem !important;
        height: 3rem !important;
        max-height: none !important;
    }

    .header-container-right {
        box-shadow: none !important;
    }

    .section-header-mob {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        text-align: left;
        color: #384048;
    }

    .sub-header-mob {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        color: #818A92;
    }

    /* AppointmentNote */
    /* Make the image within the note fit properly for the mobile view */
    .note-image-container {
        width: 100% !important;
        max-height: 140px !important;
        overflow: hidden !important;
        text-align: center !important;
    }

        .note-image-container img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
        }

    /* Make the note dialog be full width */
    .note-edit-dialog {
        max-width: 100% !important;
        height: 100dvh !important;
        position: absolute;
    }

    .edit-note-dialog, .video-note-dialog {
        max-width: 100% !important;
        height: 100dvh !important;
        position: fixed;
    }
    /* Make the note text input have a usable height */
    .note-text-input {
        min-height: 80px;
    }
    /* Position textbox for mobile. */
    .note-text-input-holder {
        padding-bottom: 0 !important;
    }
    /* Remove padding-top from save note btn */
    .save-note-btn-holder {
        padding-top: 0 !important;
    }

    /* Make the video note wrapper fit nicely */
    div.video-ctn {
        width: 100% !important;
        display: flex !important;
        height: 100% !important;
    }

        div.video-ctn video {
            width: 100% !important;
            height: 100% !important;
        }

        div.video-ctn div.controls {
            padding-right: 10px !important;
        }

    .mobile div.video-ctn div.controls {
        display: none;
    }

    div.video-ctn div.video-btns {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Make the room name display inline with the button */
    .section-subheader {
        display: inline-block;
        margin-right: 15px;
    }

    .border-bottom-mob-009D81 {
        border-bottom: 4px solid #009D81; /*green*/
    }

    .border-bottom-mob-FFB80C {
        border-bottom: 4px solid #FFB80C; /*amber*/
    }

    .border-bottom-mob-DE3131 {
        border-bottom: 4px solid #DE3131; /*red*/
    }

    /* Make the note type tag (image/video icons) fit nicely on mobile */
    .note-type-tag {
        position: relative;
        top: -2px;
    }

    .draw-content {
        height: 100%;
        overflow-y: scroll;
    }

    /*Make dialog not overflow off the screen*/
    .slide-in-dialog {
        max-width: 100vw !important;
    }

    /* Make map container visible */
    #map-container {
        height: 100% !important;
    }
    /* This is the map on the create inspection dialog */
    .map-section #map-container {
        height: 100% !important;
    }

    .map-dialog-content {
        padding: 0 !important;
        height: 100vh;
        margin: 0 0 !important;
    }
}





.os-capture-area-label {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 10px;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 6px;
}

    .os-capture-area-label p:first-of-type {
        font-weight: bold;
        font-size: 16px;
    }

.os-capture-rag {
    position: absolute;
    right: 10px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 10px 7px 11px;
    border-radius: 5px;
}

    .os-capture-rag > div {
        display: inline-block !important;
    }

.os-capture-actions {
    position: absolute;
    bottom: 10px;
    width: 90%;
    margin-left: 5%;
}

    .os-capture-actions.landscape {
        width: 98%;
        margin-left: 2%;
    }

.os-capture-actions-buttons {
    justify-content: space-between;
    display: flex;
}

.os-capture-actions.landscape .os-capture-actions-buttons {
    align-items: end;
}

.os-capture-actions-text {
    background-color: #004035;
    margin-left: -21px;
    width: calc(100% + 42px);
    margin-top: 15px;
    margin-bottom: -10px;
    padding: 14px 14px 1px 14px;
}

.os-capture-actions.landscape .os-capture-actions-text {
    width: calc(100% + 21px);
}



.os-mobile-note-scroller {
    height: 100%;
    /* background-color: blue; */
    margin: 0 auto;
    /* display: flex
; */
    flex-direction: row;
    /* gap: 1.25rem; */
    overflow: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    padding: 0;
    /*padding-top: 66vh;*/
    padding-top: calc(calc(var(--vh) * 100) - 100px);
    z-index: 2;
    position: relative;
    width: 100%;
    scroll-snap-type: y mandatory;
}

.os-mobile-note-header {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 100%;
    text-align: right;
    /* background-color: #00000042; */
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
}

    .os-mobile-note-header h3 {
        font-size: 30px !important;
        background-color: transparent !important;
        color: #fff !important;
        padding: 0 !important;
        width: calc(100vw - 100px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        right: 0;
        position: absolute;
    }

    .os-mobile-note-header h4 {
        display: inline-block;
        background-color: #00000070;
        padding: 5px 15px;
        border-radius: 20px;
    }

.os-mobile-note-image-chips {
    /* padding: 10px; */
    position: absolute;
    top: 53px;
    right: 0;
}

    .os-mobile-note-image-chips .note-ai-tag {
        background: #fff7c5;
        border-radius: 5px;
        padding: 5px 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .os-mobile-note-image-chips .note-type-tag {
        top: 0;
    }

        .os-mobile-note-image-chips .note-type-tag span {
            display: none;
        }

.os-drag-handle {
    background-color: #cecece;
    height: 5px;
    width: 100px;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 7px;
}

.os-drag-handle-note {
    height: 22px;
    background-color: red;
    margin: 0 auto;
    padding-top: 10px;
    position: absolute;
    width: calc(100vw - 30px);
    background-color: #fff;
    position: relative;
    z-index: 5;
    top: 22px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

    .os-drag-handle-note > div {
        background-color: #cecece;
        height: 5px;
        width: 100px;
        margin: 0 auto;
        margin-top: -3px;
        border-radius: 7px;
        margin-bottom: 15px;
    }


.os-mobile-note-scroller-item {
    background-color: #fff;
    height: calc(100vh - 80px);
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-margin: 103px;
    /*    scroll-margin: 15px;*/
    border-radius: 0;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    overflow: auto;
    padding: 15px;
    box-shadow: 0 -4px 15px -4px #7c7777;
    padding-bottom: 150px;
    position: relative;
    z-index: 4;
    padding-top: 122px;
    transition: all 0.2s ease-in-out;
}

    .os-mobile-note-scroller-item.text-note-only {
        padding-top: 25px;
        overflow: auto;
    }

.os-mobile-note-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #0A493F;
    background-position-y: calc(50% - 48px);
}

.mob-contain-img {
    max-width: 100%;
    margin: auto;
    display: block;
    position: relative;
    top: 0%;
    /*    transform: translateY(-50%);*/
}

.os-mobile-note-video {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #0A493F;
    background-position-y: calc(50% - 48px);
}

.os-mobile-note-image video {
    -o-object-fit: cover;
    object-fit: cover;
}

.os-mobile-note-save {
    padding: 1px 16px;
    display: flex;
    gap: 10px;
    position: fixed;
    width: 96%;
    bottom: -100px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    z-index: 2;
    border-radius: 49px;
    margin: 2%;
    transition: all 0.2s ease-in-out;
    bottom: 5px;
    left: 0;
}

    .os-mobile-note-save.visible {
        bottom: 5px;
    }

.os-mobile-note-rag-colour {
    position: absolute;
    top: 5px;
    width: 86%;
    margin-left: 8%;
    z-index: 1;
    border-radius: 14px;
}

.os-mobile-note-save button {
    display: block;
    width: 100%;
    border-radius: 25px;
    padding: 10px 0px !important;
}

    .os-mobile-note-save button .mud-button-label {
        display: flex !important;
    }

.os-mobile-note-input-container {
    background-color: #f3f3f3 !important;
    padding: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
}

    .os-mobile-note-input-container h3 {
        font-size: 14px !important;
        color: #8c8c8c !important;
        background-color: transparent !important;
    }

.os-mobile-note-tags .note-dialog-tags-container {
    margin: 0 !important;
}

.os-mobile-note-tags .note-tags-container > div > div {
    display: block !important;
}

.os-mobile-note-tags .note-tags-container {
    flex-direction: row-reverse;
}

.os-mobile-note-rag .mud-grid-item {
    gap: 10px;
}

.os-mobile-note-rag .rag-status-mob {
    width: 100%;
}

.os-mobile-note-text .mud-input-control {
    background-color: #fff;
    margin-top: 10px;
}






.draw-content .note-tags-container {
    margin: 10px !important;
}

.screenshot-image {
    transition: all 0.5s;
}

    .screenshot-image.disabled {
        opacity: 0.5;
    }

.video-status-processing-icon {
    position: absolute;
    color: #fff;
    background-color: #ffffff47;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .video-status-processing-icon.uploading {
        padding-top: 6px;
    }

        .video-status-processing-icon.uploading span {
            position: absolute;
            bottom: -27px;
            animation: onsite-upload 1s linear infinite;
        }

    .video-status-processing-icon.processing {
        padding-top: 6px;
    }

        .video-status-processing-icon.processing span {
            position: absolute;
            animation: spin 5s linear infinite;
            width: 24px;
            height: 24px;
            top: 11px;
        }

    .video-status-processing-icon.ai {
        padding-top: 2px;
    }

@keyframes onsite-upload {
    to {
        bottom: 39px;
    }
}

.os-mobile-discard-media-btn {
    background-color: #ab3030;
    color: #fff;
}

.os-confirm-border {
    height: 100%;
    position: fixed;
    top: 2%;
    width: 96%;
    height: calc(calc(var(--vh)* 100) - 134px);
    left: 2%;
    border: 3px dashed #ffffff75;
    border-radius: 10px;
    z-index: 1;
}



.note-label .mud-tooltip-root, .note-label-ai .mud-tooltip-root {
    position: relative;
    top: 7px;
    cursor: pointer;
}

.mud-tooltip-root svg.note-info-tooltip {
    width: 15px;
}


@media (min-width: 1280px) {
    .hidden-md {
        display: none !important;
    }

    .show-md {
        display: block !important;
    }

    .show-md-inline-block {
        display: inline-block !important;
    }

    .show-md-table-cell {
        display: table-cell !important;
    }
}

@media (max-width: 1279px) {
    .show-md, .show-md-inline-block, .show-md-table-cell {
        display: none !important;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.top-15px {
    top: 15px !important;
}

#bottom-call-panel .mud-chip-content span {
    position: relative;
    top: 1px;
}

.area-rooms-notes .add-tags-container {
    position: relative;
    right: -3px;
}

.terms-paper {
    max-width: 800px;

}

.terms-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-20px {
    bottom: 20px !important;
}

.share-dialog {
    max-width: 500px !important;
}

.wipe-in-down {
    animation: 1s ease-in wipe-in-down both;
    display: block !important;
}

@keyframes wipe-in-down {
    from {
        clip-path: inset(0 0 100% 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}



@keyframes wipe-in-right {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

.wipe-in-right {
    animation: 1.5s linear wipe-in-right both;
}

.chat-container table {
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-spacing: 0;
    overflow: hidden;
}

    .chat-container table th {
        background-color: #eee;
        border: 1px solid #d3d3d3;
        padding: 8px;
    }

    .chat-container table td {
        border: 1px solid #d3d3d3;
        padding: 8px;
    }


@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2); /* Adjust scale as needed */
    }
}

.grid-stack {
    width: 100%;
}

@keyframes report-chat-header-jump {
    0%, 100% {
        transform: translateY(0);
    }

    1% {
        transform: translateY(-5px);
    }

    3% {
        transform: translateY(0);
    }
}

@keyframes report-chat-samples-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.driver-popover {
    color: #fff !important;
    background-color: #0d9488 !important;
    max-width: 380px !important;
}

.driver-popover-description {
    font-size: 16px !important;
    line-height: 1.3 !important;
}

.driver-popover-title {
    font-size: 22px !important;
}

.driver-popover-close-btn {
    color: #fff !important;
}

.driver-popover-arrow-side-right {
    border: 5px solid #0d9488 !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}

.driver-popover-arrow-side-left {
    border: 5px solid #0d9488 !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-color: transparent !important;
}

.driver-popover-progress-text {
    color: #fff !important
}

.driver-popover-footer button {
    font-size: 16px !important;
    padding: 5px 15px !important;
    border-radius: 25px !important;
}

.driver-popover-progress-text {
    font-size: 17px !important;
}


.report-guide-dialog {
    width: 700px !important;
}

    .report-guide-dialog .mud-dialog-title {
        display: none !important;
    }

.sub-area-summary-container {
    padding: 0 12px;
    position: relative;
}

    .sub-area-summary-container .subarea-loading-bar {
        position: absolute;
        top: 37px;
        width: calc(100% - 24px);
    }

.sub-area-summary-header {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}



    .sub-area-summary-header h4 {
        font-size: 18px;
    }

.report-default-container .mud-input-control-boolean-input {
    margin-bottom: -16px;
}

.ai-ctn {
    display: flex;
    align-items: center;
}

.sub-area-summaries-mobile h3 {
    padding: 6px 9px 6px 2px;
    font-size: 15px;
    border-bottom: 0;
    margin: -1px;
    background-color: #fff;
    color: #0A493F;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.sub-area-summaries-mobile hr {
    border: 1px solid #0A493F;
    width: 100%;
    position: relative;
    top: 17px;
}


@media (max-width: 599px) {
    .sub-area-summary-header {
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .sub-area-summary-container {
        box-shadow: none !important;
        background-color: #f3f3f3 !important;
        padding: 12px 12px 10px 12px !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
        border-radius: 8px;
    }

    .sub-area-summary-header h4 {
        font-size: 14px !important;
        color: #8c8c8c !important;
        background-color: transparent !important;
        max-width: 162px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.indented-setting-panel {
    padding-top: 18px;
    width: 100%;
    margin-left: 47px;
    border-left: 4px solid #d2d2d2;
    margin-bottom: 24px;
}





.search-text-enabled {
    color: seagreen;
    font-size: 0.85rem;
}

.search-text-disabled {
    color: grey;
    font-size: 0.85rem;
    text-decoration: line-through;
    opacity: 0.6;
}

.icon-enabled {
    color: seagreen;
    font-size: 20px;
}

.icon-disabled {
    color: grey;
    font-size: 20px;
    opacity: 0.6;
}

.web-search-ctn-wrp {
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 150px;
}

.web-search-ctn {
    padding: 6px;
    border-radius: 20px;
}

    .web-search-ctn.enabled {
        border: 1px solid #4caf50;
    }

    .web-search-ctn.disabled {
        border: 1px solid #e0e0e0;
    }


.download-report-split-button {
    overflow: hidden;
    top: 1px !important;
    position: relative !important;
    margin-right: 10px !important;
}

    .download-report-split-button > button {
        display: none !important;
    }

    .download-report-split-button .mud-menu > button {
        background: white !important;
        color: #384048 !important;
        padding: 8px 25px !important;
        font-size: 16px;
        font-weight: normal;
    }

    .download-report-split-button .mud-list {
        min-width: 180px;
    }

.download-report-split-button-mobile {
    height: 48px !important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

    .download-report-split-button-mobile > button {
        display: none !important;
    }

.mud-popover.download-report-split-button-popover .mud-list {
    position: absolute !important;
    background-color: #fff !important;
    width: calc(100dvw - 20px) !important;
    left: -132px !important;
    border-radius: 10px !important;
    top: 60px !important;
    border: 2px solid var(--mud-palette-primary) !important;
}

.download-report-split-button-mobile .mud-menu > button {
    background-color: var(--mud-palette-primary) !important;
    border-radius: 40px !important;
}

.growing-text-field textarea {
    max-height: 500px !important;
}



.os-main-nav {
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: var(--background-colour);
    width: calc(100vw + 8px);
    padding-left: 8px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    gap: 7px;
}

    .os-main-nav > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        width: 75px;
        opacity: 0.4;
        color: #fff;
        animation: fadeInUpOsNav 0.2s ease forwards;
        transform: translateY(55px);
    }

        .os-main-nav > div:nth-child(1) {
            animation-delay: 0.1s;
        }

        .os-main-nav > div:nth-child(2) {
            animation-delay: 0.2s;
        }

        .os-main-nav > div:nth-child(3) {
            animation-delay: 0.3s;
        }

        .os-main-nav > div:nth-child(4) {
            animation-delay: 0.4s;
        }

        .os-main-nav > div svg {
            font-size: 30px;
        }

        .os-main-nav > div.active {
            opacity: 1;
        }

.os-map-container {
    height: calc(100dvh - 59px) !important;
}

.os-property-form-main-container {
    padding-bottom: 200px;
    background-color: #fff;
    height: calc(100dvh - 59px) !important;
    overflow-y: auto;
}

.os-property-form-holder {
    padding: 31px 19px 0 50px;
    /* padding-top: 29px; */
    background-color: #fff;
    padding-bottom: 20px;
}



.os-property-form-step-container {
    background-color: #fff;
    margin: 0 8px;
}

    .os-property-form-step-container h2 {
        padding: 24px 0px 0 24px;
    }

.os-mobile-form-buttons {
    display: flex;
    gap: 10px;
    position: fixed;
    z-index: 2;
    bottom: 78px;
    right: 0;
}

    .os-mobile-form-buttons button {
        display: block;
        width: 100%;
        border-radius: 25px;
    }

.os-inspection-action-buttons {
    position: fixed;
    bottom: 64px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* width: 300px; */
    /* text-align: center; */
    z-index: 4;
    /* padding: 8px; */
    border-radius: 44px;
    right: 10px;
}

    .os-inspection-action-buttons button {
        border-radius: 30px;
        padding: 16px;
        color: var(--mud-palette-primary-text);
        --mud-ripple-color: var(--mud-palette-primary-text);
        background-color: var(--mud-palette-primary) !important;
    }

        .os-inspection-action-buttons button.text-btn {
            padding: 12px 24px;
        }

            .os-inspection-action-buttons button.text-btn .mud-button-label {
                font-size: 16px !important;
            }


.os-inspection-full-menu-open {
    position: fixed;
    bottom: 125px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* width: 300px; */
    /* text-align: center; */
    z-index: 4;
    /* padding: 8px; */
    border-radius: 44px;
    right: 10px;
    flex-direction: column-reverse;
    gap: 6px;
    display: none;
}

    .os-inspection-full-menu-open.open {
        display: flex;
    }


    .os-inspection-full-menu-open button {
        opacity: 0;
        transform: translateY(10px);
        pointer-events: none;
    }

        .os-inspection-full-menu-open button:active, .os-inspection-full-menu-open button:focus-visible {
            background-color: var(--mud-palette-primary) !important;
        }


    .os-inspection-full-menu-open.open button {
        animation: fadeInUp 0.2s ease forwards;
        pointer-events: auto;
    }

        .os-inspection-full-menu-open.open button:nth-child(1) {
            animation-delay: 0.05s;
        }

        .os-inspection-full-menu-open.open button:nth-child(2) {
            animation-delay: 0.1s;
        }

        .os-inspection-full-menu-open.open button:nth-child(3) {
            animation-delay: 0.15s;
        }

        .os-inspection-full-menu-open.open button:nth-child(4) {
            animation-delay: 0.2s;
        }
/* Add more nth-child rules as needed */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpOsNav {
    from {
        transform: translateY(55px);
    }

    to {
        transform: translateY(0);
    }
}

.os-download-container {
    height: calc(100dvh - 60px);
    background-color: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .os-download-container button {
        width: 250px;
        margin-bottom: 12px;
    }

.os-download-generating {
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


@media(max-width:599.9px) {

    .create-appt-button {
        width: 100%;
    }
}

.os-camera-area-selection-container-disable {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    z-index: 2;
    background-color: #000;
    opacity: 0.6;
}

.os-camera-area-selection-container {
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 60px;
    z-index: 1;
    background-color: var(--background-colour);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* for smooth scrolling on iOS */
    gap: 35px; /* optional: space between items */
    align-items: center;
    /* Scroll Snap */
    scroll-snap-type: x mandatory;
    padding: 0 50vw; /* give room for center snapping */
    box-sizing: content-box; /* to avoid affecting total width */
}

    .os-camera-area-selection-container > div {
        flex: 0 0 auto;
        max-width: 200px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: auto;
        border-radius: 6px;
        font-size: 18px;
        scroll-snap-align: center;
        color: #ffffff59;
        padding-top: 17px;
    }

.os-camera-area-selection-container-scroll-spacer {
    flex: 0 0 50vw !important;
    height: 1px !important;
    scroll-snap-align: none !important;
    pointer-events: none;
}

.os-camera-area-selection-container-active {
    color: #fff !important;
}

.os-camera-area-selection-container-area-label {
    position: fixed;
    bottom: 38px;
    left: 50%;
    font-size: 10px !important;
    max-width: 330px !important;
    width: 300px !important;
    transform: translateX(-50%);
    text-align: center;
    color: #fff !important;
}

.rag-ai-loading {
    background-color: #e1d58d;
}

    .rag-ai-loading .mud-progress-linear .mud-progress-linear-bar {
        background-color: #fff7c5 !important;
    }


.quill-not-init {
    border: 2px solid rgb(229, 235, 234);
    border-radius: 4px;
    min-height: 100px;
    font-size: 0.95em;
    cursor: text;
    white-space: normal !important;
}

.ql-container.ql-snow, .ql-toolbar.ql-snow {
    border: 2px solid rgb(229, 235, 234) !important;
}

.ql-toolbar.ql-snow {
    border-bottom: 0px !important;
}



.mic-check-dialog {
    width: 600px !important;
}

    .mic-check-dialog .mud-dialog-title {
        display: none !important;
    }

    .mic-check-dialog .mud-dialog-content {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mic-check-dialog .modal-header-image {
        background-image: url('../img/mic-check-banner.png');
        background-position: center;
        background-size: cover;
        height: 135px;
        width: 100%;
    }

    .mic-check-dialog .modal-content {
        padding: 24px;
        font-size: 16px;
        text-align: center;
    }

    .mic-check-dialog .mud-dialog-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 30px !important;
    }

        .mic-check-dialog .mud-dialog-actions button {
            padding: 10px 20px !important;
        }




.support-request-dialog {
    width: 600px !important;
    border-radius: 12px;
    overflow: hidden; /* clip the header corners */
}

/* Remove Mud's default title padding so our hero is flush */
.support-request-dialog .mud-dialog-title {
    padding: 0;
}

/* EXACT header band: 672 x 145 */
.support-dialog__hero {
    background-image: url('../img/support-request-banner.png');
    background-position: center;
    background-size: cover;
    height: 135px;
    width: 100%;
}

    .support-dialog__hero .text-danger {
        color: #F44336;
    }
    /* Body + actions spacing to match screenshot */
    .support-request-dialog .mud-dialog-content {
        padding: 28px 32px 0 32px;
    }

.support-request-dialog .mud-dialog-actions {
    padding: 16px 32px 28px 32px;
}





.inspection-data-container {
    display: flex;
}

    .inspection-data-container > div:first-child {
        flex-grow: 0;
        flex-shrink: 0;
        background-color: #f5f5f5;
        padding: 8px 8px;
        /* margin: 8px; */
        width: 300px;
        height: calc(100dvh - 175px);
        overflow-y: auto;
    }

        .inspection-data-container > div:first-child .mud-input-control-input-container {
            background-color: #fff;
        }

    .inspection-data-container > div:last-child {
        flex-grow: 1;
        margin: 12px;
        height: calc(100dvh - 198px);
        overflow: hidden;
    }

        .inspection-data-container > div:last-child td, .inspection-data-container > div:last-child th {
            white-space: nowrap;
        }

        .inspection-data-container > div:last-child .mud-table-sticky-header {
            height: calc(100dvh - 195px) !important;
        }

#sortableRawFields > div {
    display: flex;
    background-color: #fff;
    align-items: center;
    margin-bottom: 5px;
    border-radius: 4px;
}

    #sortableRawFields > div > div:first-child {
        flex-grow: 1;
        padding: 0 18px;
    }

    #sortableRawFields > div > div:last-child {
        flex-grow: 0;
    }
