﻿/*
  Homestead global small/base styles
  Consolidated from the previous global stylesheets. Razor component CSS remains separate.
*/

html {
    -webkit-text-size-adjust: 100%;
}

.btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

label.btn {
    margin-bottom: 0;
}

/* ===== Source: css/BlazorStyles.css ===== */
/*BLAZOR CSS*/
#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."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


/* ===== Source: css/StandardStyles.css ===== */
@font-face {
    font-family: Hel;
    src: url('/fonts/Helvetica Light.ttf');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #444;
    cursor:pointer;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.mx {
    margin-left: auto;
    margin-right: auto;
}

.flex{display:flex}
.wrap{flex-wrap:wrap}

.text {
    font-family: Verdana, Arial;
    color: #444;
}

.texth {
    font-family: Hel, Verdana, Arial;
    color: black;
}

.texthw {
    font-family: Hel, Verdana, Arial;
    color: #eee;
}

.box {
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    border: none;
}

.mybuttonblue {
    background-color: blue !important;
    color: #eee;
    padding: 1px 15px 2px 15px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-family: Hel !important;
    font-size: 16px;
    cursor: pointer
}

.mybuttonclear {
    background-color: #eee;
    padding: 12px 15px;
    text-align: center;
    border: solid 1px #888;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 20px ;
    color: #333;
    cursor:pointer;
}

.mybuttonwhite {
    background-color: #fff;
    padding: 1px 15px 2px 15px;
    height: 35px;
    text-align: center;
    border: solid 1px #888;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 18px !important;
    color: #333;
    cursor:pointer;
}

.mybuttondisabled {
    background-color: #aaa;
    padding: 1px 15px 2px 15px;
    height: 35px;
    text-align: center;
    border: solid 1px #888;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 18px !important;
    color: white;
    cursor:default;

}

.letter {
    width: 100px;
    font-size: 90px;
    text-align: center;
    padding-top: 15px;
    height: 120px;
    background-color: white;
    font-family: Hel;
    color: #888;
    border-radius: 8px;
}



/* ===== Source: css/StandardStylesSmall.css ===== */
/*Mobile Screen Styles*/

@media (max-width: 1023px) {

    /*Font Sizes*/
    .sf6 {
        font-size: 6px;
    }

    .sf7 {
        font-size: 7px;
    }

    .sf8 {
        font-size: 8px;
    }

    .sf9 {
        font-size: 9px;
    }

    .sf10 {
        font-size: 10px;
    }

    .sf11 {
        font-size: 11px;
    }

    .sf12 {
        font-size: 12px;
    }

    .sf13 {
        font-size: 13px;
    }

    .sf14 {
        font-size: 14px;
    }

    .sf15 {
        font-size: 15px;
    }

    .sf16 {
        font-size: 16px;
    }

    .sf17 {
        font-size: 17px;
    }

    .sf18 {
        font-size: 18px;
    }

    .sf19 {
        font-size: 19px;
    }

    .sf20 {
        font-size: 20px;
    }

    .sf21 {
        font-size: 21px;
    }

    .sf22 {
        font-size: 22px;
    }

    .sf23 {
        font-size: 23px;
    }

    .sf24 {
        font-size: 20px;
    }

    .sf25 {
        font-size: 21px;
    }

    .sf26 {
        font-size: 22px;
    }

    .sf27 {
        font-size: 23px;
    }

    .sf28 {
        font-size: 24px;
    }

    .sf29 {
        font-size: 25px;
    }

    .sf30 {
        font-size: 26px;
    }

    .sf31 {
        font-size: 27px;
    }

    .sf32 {
        font-size: 28px;
    }

    .sf33 {
        font-size: 29px;
    }

    .sf34 {
        font-size: 30px;
    }

    .sf35 {
        font-size: 31px;
    }

    .sf40 {
        font-size: 36px;
    }

    .sf45 {
        font-size: 41px;
    }

    .sf50 {
        font-size: 46px;
    }

    .sf55 {
        font-size: 51px;
    }

    .sf60 {
        font-size: 56px;
    }

    .sf65 {
        font-size: 61px;
    }

    .sf70 {
        font-size: 66px;
    }

    .sf75 {
        font-size: 71px;
    }

    .sf80 {
        font-size: 86px;
    }

    /*Widths*/
    .sw0 {
        width:0%
    }
    .sw1 {
        width: 1%
    }
    .sw2 {
        width: 2%
    }

    .sw3 {
        width: 3%
    }
    .sw4 {
        width: 4%
    }

    .sw5 {
        width: 5%;
    }

    .sw6 {
        width: 6%;
    }

    .sw7 {
        width: 7%;
    }

    .sw8 {
        width: 8%;
    }

    .sw9 {
        width: 9%;
    }

    .sw10 {
        width: 10%;
    }

    .sw11 {
        width: 11%;
    }

    .sw12 {
        width: 12%;
    }

    .sw13 {
        width: 13%;
    }

    .sw14 {
        width: 14%;
    }

    .sw15 {
        width: 15%;
    }

    .sw16 {
        width: 16%;
    }

    .sw17 {
        width: 17%;
    }

    .sw18 {
        width: 18%;
    }

    .sw19 {
        width: 19%;
    }

    .sw20 {
        width: 20%;
    }

    .sw21 {
        width: 21%;
    }

    .sw22 {
        width: 22%;
    }

    .sw23 {
        width: 23%;
    }

    .sw24 {
        width: 24%;
    }

    .sw25 {
        width: 25%;
    }

    .sw26 {
        width: 26%;
    }

    .sw27 {
        width: 27%;
    }

    .sw28 {
        width: 28%;
    }

    .sw29 {
        width: 29%;
    }

    .sw30 {
        width: 30%;
    }

    .sw31 {
        width: 31%;
    }

    .sw32 {
        width: 32%;
    }

    .sw33 {
        width: 33%;
    }

    .sw34 {
        width: 34%;
    }

    .sw35 {
        width: 35%;
    }

    .sw36 {
        width: 36%;
    }

    .sw37 {
        width: 37%;
    }

    .sw38 {
        width: 38%;
    }

    .sw39 {
        width: 39%;
    }

    .sw40 {
        width: 40%;
    }

    .sw41 {
        width: 41%;
    }

    .sw42 {
        width: 42%;
    }

    .sw43 {
        width: 43%;
    }

    .sw44 {
        width: 44%;
    }

    .sw45 {
        width: 45%;
    }

    .sw46 {
        width: 46%;
    }

    .sw47 {
        width: 47%;
    }

    .sw48 {
        width: 48%;
    }

    .sw49 {
        width: 49%;
    }

    .sw50 {
        width: 50%;
    }

    .sw51 {
        width: 51%;
    }

    .sw52 {
        width: 52%;
    }

    .sw53 {
        width: 53%;
    }

    .sw54 {
        width: 54%;
    }

    .sw55 {
        width: 55%;
    }

    .sw56 {
        width: 56%;
    }

    .sw57 {
        width: 57%;
    }

    .sw58 {
        width: 58%;
    }

    .sw59 {
        width: 59%;
    }

    .sw60 {
        width: 60%;
    }

    .sw61 {
        width: 61%;
    }

    .sw62 {
        width: 62%;
    }

    .sw63 {
        width: 63%;
    }

    .sw64 {
        width: 64%;
    }

    .sw65 {
        width: 65%;
    }

    .sw66 {
        width: 66%;
    }

    .sw67 {
        width: 67%;
    }

    .sw68 {
        width: 68%;
    }

    .sw69 {
        width: 69%;
    }

    .sw70 {
        width: 70%;
    }

    .sw71 {
        width: 71%;
    }

    .sw72 {
        width: 72%;
    }

    .sw73 {
        width: 73%;
    }

    .sw74 {
        width: 74%;
    }

    .sw75 {
        width: 75%;
    }

    .sw76 {
        width: 76%;
    }

    .sw77 {
        width: 77%;
    }

    .sw78 {
        width: 78%;
    }

    .sw79 {
        width: 79%;
    }

    .sw80 {
        width: 80%;
    }

    .sw81 {
        width: 81%;
    }

    .sw82 {
        width: 82%;
    }

    .sw83 {
        width: 83%;
    }

    .sw84 {
        width: 84%;
    }

    .sw85 {
        width: 85%;
    }

    .sw86 {
        width: 86%;
    }

    .sw87 {
        width: 87%;
    }

    .sw88 {
        width: 88%;
    }

    .sw89 {
        width: 89%;
    }

    .sw90 {
        width: 90%;
    }

    .sw91 {
        width: 91%;
    }

    .sw92 {
        width: 92%;
    }

    .sw93 {
        width: 93%;
    }

    .sw94 {
        width: 94%;
    }

    .sw95 {
        width: 95%;
    }

    .sw96 {
        width: 96%;
    }

    .sw97 {
        width: 97%;
    }

    .sw98 {
        width: 98%;
    }

    .sw99 {
        width: 99%;
    }

    .sw100 {
        width: 100%;
    }

    .slh5 {
        line-height: 5px;
    }

    .slh6 {
        line-height: 6px;
    }

    .slh7 {
        line-height: 7px;
    }

    .slh8 {
        line-height: 8px;
    }

    .slh9 {
        line-height: 9px;
    }

    .slh10 {
        line-height: 10px;
    }

    .slh11 {
        line-height: 11px;
    }

    .slh12 {
        line-height: 12px;
    }

    .slh13 {
        line-height: 13px;
    }

    .slh14 {
        line-height: 14px;
    }

    .slh15 {
        line-height: 15px;
    }

    .slh16 {
        line-height: 16px;
    }

    .slh17 {
        line-height: 17px;
    }

    .slh18 {
        line-height: 18px;
    }

    .slh19 {
        line-height: 19px;
    }

    .slh20 {
        line-height: 20px;
    }

    .slh21 {
        line-height: 21px;
    }

    .slh22 {
        line-height: 22px;
    }

    .slh23 {
        line-height: 23px;
    }

    .slh24 {
        line-height: 24px;
    }

    .slh25 {
        line-height: 25px;
    }

    .slh26 {
        line-height: 26px;
    }

    .slh27 {
        line-height: 27px;
    }

    .slh28 {
        line-height: 28px;
    }

    .slh29 {
        line-height: 29px;
    }

    .slh30 {
        line-height: 30px;
    }

    .slh31 {
        line-height: 31px;
    }

    .slh32 {
        line-height: 32px;
    }

    .slh33 {
        line-height: 33px;
    }

    .slh34 {
        line-height: 34px;
    }

    .slh35 {
        line-height: 35px;
    }

    .slh36 {
        line-height: 36px;
    }

    .slh37 {
        line-height: 37px;
    }

    .slh38 {
        line-height: 38px;
    }

    .slh39 {
        line-height: 39px;
    }

    .slh40 {
        line-height: 40px;
    }

    .slh41 {
        line-height: 41px;
    }

    .slh42 {
        line-height: 42px;
    }

    .slh43 {
        line-height: 43px;
    }

    .slh44 {
        line-height: 44px;
    }

    .slh45 {
        line-height: 45px;
    }

    .slh46 {
        line-height: 46px;
    }

    .slh47 {
        line-height: 47px;
    }

    .slh48 {
        line-height: 48px;
    }

    .slh49 {
        line-height: 49px;
    }

    .slh50 {
        line-height: 50px;
    }

    .slh51 {
        line-height: 51px;
    }

    .slh52 {
        line-height: 52px;
    }

    .slh53 {
        line-height: 53px;
    }

    .slh54 {
        line-height: 54px;
    }

    .slh55 {
        line-height: 55px;
    }

    .slh56 {
        line-height: 56px;
    }

    .slh57 {
        line-height: 57px;
    }

    .slh58 {
        line-height: 58px;
    }

    .slh59 {
        line-height: 59px;
    }

    .slh60 {
        line-height: 60px;
    }

    .slh61 {
        line-height: 61px;
    }

    .slh62 {
        line-height: 62px;
    }

    .slh63 {
        line-height: 63px;
    }

    .slh64 {
        line-height: 64px;
    }

    .slh65 {
        line-height: 65px;
    }

    .slh66 {
        line-height: 66px;
    }

    .slh67 {
        line-height: 67px;
    }

    .slh68 {
        line-height: 68px;
    }

    .slh69 {
        line-height: 69px;
    }

    .slh70 {
        line-height: 70px;
    }

    .slh71 {
        line-height: 71px;
    }

    .slh72 {
        line-height: 72px;
    }

    .slh73 {
        line-height: 73px;
    }

    .slh74 {
        line-height: 74px;
    }

    .slh75 {
        line-height: 75px;
    }

    .slh76 {
        line-height: 76px;
    }

    .slh77 {
        line-height: 77px;
    }

    .slh78 {
        line-height: 78px;
    }

    .slh79 {
        line-height: 79px;
    }

    .slh80 {
        line-height: 80px;
    }

    .slh81 {
        line-height: 81px;
    }

    .slh82 {
        line-height: 82px;
    }

    .slh83 {
        line-height: 83px;
    }

    .slh84 {
        line-height: 84px;
    }

    .slh85 {
        line-height: 85px;
    }

    .slh86 {
        line-height: 86px;
    }

    .slh87 {
        line-height: 87px;
    }

    .slh88 {
        line-height: 88px;
    }

    .slh89 {
        line-height: 89px;
    }

    .slh90 {
        line-height: 90px;
    }

    .slh91 {
        line-height: 91px;
    }

    .slh92 {
        line-height: 92px;
    }

    .slh93 {
        line-height: 93px;
    }

    .slh94 {
        line-height: 94px;
    }

    .slh95 {
        line-height: 95px;
    }

    .slh96 {
        line-height: 96px;
    }

    .slh97 {
        line-height: 97px;
    }

    .slh98 {
        line-height: 98px;
    }

    .slh99 {
        line-height: 99px;
    }

    .slh100 {
        line-height: 100px;
    }
    .spt5 {
        padding-top:5px;
    }
}

/* ===== Source: css/Homestead.css ===== */
@font-face {
    font-family: Hel;
    src: url('/fonts/Helvetica Light.ttf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --app-font: verdana;
    --text-color:#444;
    color-scheme: light !important;
}

html, body {
    font-family: verdana;
    font-size: 14px;
    color: #444;
}
.measurement {
    font-size: .85rem
}

/* Chrome, Edge, Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Remove focus outlines everywhere */
input,
select,
textarea,
button {
    outline: none;
    box-shadow: none;
}

    /* Even on focus */
    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
        box-shadow: none;
    }


    input:focus,
    input:focus-visible,
    select:focus,
    select:focus-visible,
    textarea:focus,
    textarea:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

html {
    font-size: 14px;
    color: #444
}

p {
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
a {
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

.showSmall {
    display: block;
}

.showLarge {
    display: none;
}

.desk-topbar {
    display: none;
}


.scroll {
    overflow-y: auto;
    height: calc(100vh - 90px);
    padding-bottom: 20px
}

.trans45Div {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    justify-content: center;
    padding: 0px 0px 0px 0px;
    max-width: 1600px;
    background-color: white;
    column-gap: 20px;
    row-gap: 15px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

/* ===== MOBILE TOP BAR ===== */

.mob-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
    min-height: 35px;
    padding: 3px 10px 2px 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

.mob-topbar-left,
.mob-topbar-center,
.mob-topbar-right {
    display: flex;
    align-items: center;
    height: 100%;
}

.mob-topbar-left,
.mob-topbar-right {
    width: 56px;
    min-width: 56px;
    justify-content: center;
}

.mob-topbar-center {
    flex: 1;
    justify-content: center;
    overflow: hidden;
}

.mob-topbar .toplogo {
    height: 30px;
    max-width: 100%;
    width: auto;
    display: block;
    /*max-height:100%;*/
}

.hamburger-btn {
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.hamburger-bar {
    width: 14px;
    height: 1px;
    background-color: #333;
    display: block;
    border-radius: 2px;
}

.user-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-btn {
    width: 37px;
    height: 37px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.usericon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

/* desktop switch */
.desk-topbar {
    display: none;
}

@media (min-width: 900px) {
    .mob-topbar {
        display: none;
    }

    .desk-topbar {
        display: block;
    }
}

/* ===== USER MENU ===== */

.user-wrap {
    position: relative;
}

/* container */
.user-menu-wrap {
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 1000;
}

/* actual menu */
.user-menu {
    background: #fff;
    border-radius: 8px;
    min-width: 220px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    padding: 6px 0px;
    display: flex;
    flex-direction: column;
}

/* menu items */
.user-menu-item {
    padding: 10px 14px;
    font-size: 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color:#444;
    width: 100%;
}

    /* hover */
    .user-menu-item:hover {
        background-color: #f5f5f5;
    }

/* divider */
.user-menu-divider {
    height: 1px;
    background-color: #eee;
    margin: 6px 0;
}

/* logout styling */
.user-menu-item.logout {
    color: #cc2222;
}



/* ===== MOBILE BOTTOM SHEET ===== */

.sheet-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 1200;
}

.sheet {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    background: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.18);
    padding: 0 0 18px 0;
    max-height: 82vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sheet-handle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 8px 0;
    cursor: pointer;
}

.sheet-handle {
    width: 42px;
    height: 5px;
    border-radius: 999px;
    background: #d0d0d0;
}

.sheet-nav {
    display: flex;
    flex-direction: column;
    padding: 4px 0 0 0;
}

.sheet-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    font-size: 1.07rem;
    line-height: 1.2;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
}

    .sheet-nav-item img {
        width: 22px;
        min-width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .sheet-nav-item span {
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }

.sheet-nav-active {
    background: #f7f8fc;
    font-weight: 400;
}

.sheet-count {
    color: #666;
    font-size: .95rem;
}

.sheet-nav-divider {
    height: 1px;
    background: #e6e6e6;
    margin: 6px 18px;
}
#spinner {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.loadinggif {
    display:block;
    width: 95px;
    height: 95px;
}

/*===========BUTTONS===========*/
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 2rem;
    border-radius: 0.4rem;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    box-sizing: border-box;
}

/* colors */
.blue {
    /*background-color: rgba(63, 81, 181, .06);*/
    background-color: rgba(255, 255, 255, .4);
    border: solid 1px #8ea2ff;
    color: #3f51b5;
}
.blue:hover {
    border: solid 1px blue;
}

.red {
    border: 1px solid #e0a4a4;
    background-color: rgba(255, 255, 255, .4);
    color: #b42318;
    /*background: rgba(180, 35, 24, 0.05);*/
}
    .red:hover {
        border: 1px solid red;
    }
.green {
    background-color: #2ea44f;
    color: #fff;
}

.greenout {
    background-color: rgba(255, 255, 255, .4);
    border: solid 1px #2ea44f;
    color: #2ea44f;
}

.clear {
    background-color: #eee;
    color: #444;
    border: solid 1px #aaa;
}




.green:hover {
    background-color: #258a42;
}

.button.saved {
    background-color: #1f8f5f;
    border-color: #1f8f5f;
    color: white;
}

.button.saving {
    opacity: 0.85;
}


/* size */
.small {
    padding: .6rem .8rem;
    font-size: 0.9rem;
}

.flexdiv {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 5%;
    padding-top: 10px;
    padding-bottom: 10px
}



.fulldiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    column-gap: 10px;
}


.halfdiv {
    width: 95%;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.thirddiv {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
}

.plansdiv {
    width: 95%;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: -2px -2px 2px #ccc, 2px 2px 2px #ccc;
    display: flex;
    flex-direction: column;
}

/*==========LANDING PAGE==========*/
.bannerText {
    font-family: Hel;
    font-size: 2rem;
    line-height: 1.1;
    width: 100%;
    margin-top:10px;
    color:#444
}

.landingParagraph {
    font-family: Hel;
    font-size: 1.1rem;
    line-height: 1.1;
    max-width: 90%;
}

.landingImg {
    width:60%;
}

.fullbutton {
    width:100%
}

.blueSection {
    background: linear-gradient(135deg, #2c6fa3 0%, #1f5d84 100%);

}
.landingSectionPadding {
    padding: 15px 0px 15px 0px;
}
.divpadding {
    padding: 10px 0px 10px 0px;
}

.smallBanner {
    font-family: Hel;
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 500;
    color: #666;
    margin-top: 8px;
    margin-bottom:8px;
}

/*========Plans=============*/
.plans-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 35px;
    row-gap: 20px;
    width: 100%;
}
.plansdiv {
    width: 95%;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 15px;
    background-color: white;
    box-shadow: -2px -2px 2px #ccc, 2px 2px 2px #ccc;
    display: flex;
    flex-direction: column;
}

.packageTitle {
    font-family: Hel;
    font-size: 1.85rem;
    padding: 20px 10px 5px 10px;
}

.packageQuickDesc {
    font-family: Arial;
    font-size: 1rem;
    height: 36px;
    color: #444;
    padding: 0px 10px 10px 10px;
}

.packagenote {
    font-family: Hel;
    font-size: 1.07rem;
    color: #2C3E50;
    background-color: #EAF1FB;
    box-sizing: border-box;
    height: 30px;
    padding: 6px 10px 5px 10px;
}

.packageline {
    font-family: Arial;
    text-align: left;
    font-size: 1.14rem;
    color: #444;
    line-height: 20px;
    padding: 4px 10px 4px 10px;
    height: 20px;
}

.packageicon {
    font-family: Arial;
    font-size: 1.07rem;
    color: #444;
    padding: 4px 10px 4px 10px;
}

.packagePrice {
    font-family: Arial;
    font-size: 1.57rem;
    color: #444;
    padding: 20px 10px 15px 10px;
}

.plan-body {
    flex: 1;
}

.plan-footer {
    padding: 0px 10px 20px 10px;
}

.plan-btn {
    width: 95%;
    height: 45px;
    border:solid 1px #ccc
}

/* Professionals banner: stacks on mobile */
.pro-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background-color: #f7f9fb;
    border-radius: 12px;
    box-shadow: -2px -2px 2px #bbb, 2px 2px 2px #bbb;
}

.pro-banner-text {
    flex: 1 1 280px;
    font-family: Hel;
    font-size: 1.5rem;
}


.pro-banner-btn {
    flex: 0 0 auto;
    width: 100%;
}
pro-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 10px;
    background: transparent;
    font-size: 45px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease;
    border: 2px solid #1f5fd1;
    color: #1f5fd1;
    box-shadow: 0 4px 12px rgba(31,95,209,.12);
    align-self: center;
}

/* Arrow */
.pro-button .arrow {
    font-size: 1.29rem;
    line-height: 1;
    transition: transform .2s ease;
}

/* Hover state */
.pro-button:hover {
    color: #fff;
    background: #1f5fd1;
    box-shadow: 0 8px 20px rgba(31,95,209,.25);
}

    .pro-button:hover .arrow {
        transform: translateX(4px);
    }



.white {
    color: white
}


.backgrounddiv {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0px;
    justify-content: center;
    background-color: white;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.backgrounddivhomes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: calc(100dvh - 30px);
    background-size: cover;
    background-color: white;
    border-radius: 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.page-toolbar {
    /*margin-top: 10px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 18px 8px 18px;
    background: #fff;
}

.toolbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.toolbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.toolbar-title {
    font-size: 1.28rem;
    font-family: Hel;
    font-weight: 500;
    color: #444; /* Homestead blue */
    color: #3a56a8;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 35px;
}

.toolbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content:right;
    /*margin-right: 12px;*/
}

.icon-btn,
.rz-button.icon-btn {
    width: 29px;
    height: 29px;
    min-width: 29px;
    max-width: 29px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    flex: 0 0 29px;
}

.rz-button.icon-btn {
    min-width: 29px !important;
    width: 29px !important;
    height: 29px !important;
    padding: 0 !important;
}

    .icon-btn:hover {
        background: #f0f0f0;
    }

    .icon-btn.primary {
        background: #e8f5ee;
        border-color: #1f8f3f;
        color: #1f8f3f;
    }

    .icon-btn.duplicate {
        font-size: 29px;
    }

.icon-btn.primary.small {
    background: #e8f5ee;
    border-color: #1f8f3f;
    color: #1f8f3f;
    font-size: 14px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    border-radius: 7px;
    box-sizing: border-box;
    flex: 0 0 24px;
}


/* Make the back icon feel like a UI control, not a text character */
.icon-btn-back {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    width: 9px;
    border: none;
    height: 35px;
    background-color: transparent;
    cursor: pointer;
    display: inline-flex;
    /*        align-items: center;
        justify-content: center;*/
    padding: 0; /* keeps true centering */
    text-align: center;
}


.save-btn {
    padding: 8px 18px;
    border-radius: 8px;
    border: none;
    background: #6aa000;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

    .save-btn:hover {
        background: #5a8d00;
    }

.icon-btn svg,
.icon-btn i,
.icon-btn span {
    color: #222 !important;
    fill: #222 !important;
    opacity: 1 !important;
    filter: none !important;
}

.toolbar-actions .rz-button,
.toolbar-actions .rz-button.rz-button-md,
.toolbar-actions .rz-button.rz-button-sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    padding: 0 !important;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    box-shadow: none;
}

    .toolbar-actions .rz-button:hover {
        background: #f0f0f0;
    }

    /* Ensure the icon inside is visible */
    .toolbar-actions .rz-button .rzi,
    .toolbar-actions .rz-button i {
        font-size: 1.43rem;
        line-height: 1;
    }

    /* When it flips to STOP state, keep it readable */
    .toolbar-actions .rz-button.rz-state-active,
    .toolbar-actions .rz-button:active {
        background: #f0f0f0;
        border-color: #ccc;
        color: #111;
    }

.table-filter {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 5px;
    border-radius: 10px;
    border: 1px solid #d6e2f3;
    background: #f7faff;
    width: 70%; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top:0px; 
    margin-bottom:10px
}


    .table-filter input {
        border: none;
        background: transparent;
        outline: none;
        font-size: .86rem;
        width: 160px;
        height: 10px;
        color: #444;
    }

        .table-filter input::placeholder {
            color: #7b8ca8;
        }

.filter-icon {
    width: 13px;
    height: 13px;
    color: #4b6fd8; /* homestead blue */
}

/*================= Core Page CSS===================*/
.cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 0px;
    column-gap: 2%;
    row-gap: 10px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    justify-content: center;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    overflow-y: auto;
}

.mx {
    margin-left:auto;
    margin-right:auto;
}
.card {
    width: 96%;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    //box-shadow: -3px -3px 8px #ddd, 3px 3px 8px #ddd, 3px -3px 8px #ddd, -3px 3px 8px #ddd;
}

.homecard {
    padding: 0px;
    height: 230px
}

.cardtitle {
    font-family: Arial;
    color: #777;
    font-size: .86rem;
    text-align: left;
    padding: 6px 8px 7px 12px;
    border-radius: 0px 0px 5px 5px;
}

/*==========Section Headers==========*/

.sectionheader {
    width: 96%;
    /*height: 54px;*/
    background-color: white;
    border-radius: 0px;
    color: #333;
    padding: 12px 10px 0px 10px;
    box-sizing: border-box;
    font-size: 1.1rem;
    font-family: Hel;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.subsectionheader {
    width: 100%;
    background-color: #eef4ff;
    color: #222;
    padding: 8px 10px 8px 15px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-family: Hel;
    border: 1px solid #dbeafe;
}

/*.subsectionheader {
    width: 98%;
    background-color: #eef4ff;
    border-radius: 10px;
    color: #222;
    font-weight: 500;
    padding: 10px 15px 10px 15px;
    box-sizing: border-box;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.36rem;
    font-family: Hel;
    margin-bottom: 15px;
    border: 1px solid #dbeafe;
}*/

/*============Input Fields==========*/

.inputDiv {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    column-gap: 2%;
    row-gap: 32px;
    width: 100%;
    justify-content: center;
    background: rgba(255,255,255, .96);
    padding: 15px 0px 25px 0px;
    border-radius: 0px 0px 3px 3px
}
.inputLabel {
    font-family: Arial;
    text-align: left;
    font-size: .95rem;
    color: #6a7280 !important;
    font-weight: 400;
}

.inputInnerDiv {
    padding-top: 15px;
    height: 40px;
    margin-top: 0px;
    box-sizing: border-box;
}

.inputInnerDivSelect {
    padding-top: 18px;
    height: 50px;
    margin-top: 0px;
    box-sizing: border-box;
}
.inputField {
    background: transparent;
    width: 100%;
    padding: 6px 5px 8px 5px;
    font-size:1rem;
    outline: none;
    border: none;
    border-radius: 4px;
    color:#444
}

.inputInnerDiv.bottomBorder,
.inputInnerDivSelect.bottomBorder {
    border-bottom: 1px solid #b8c6da;
    min-height: 38px;
    display: flex;
    align-items: center;
    transition: border-color 0.2s ease;
}

    .inputInnerDiv.bottomBorder:focus-within,
    .inputInnerDivSelect.bottomBorder:focus-within {
        border-bottom: 2px solid #3b82f6;
    }

.inputInnerDivSelect select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    height: 36px;
    padding: 0 28px 0 0;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inputInnerDivSelect {
    position: relative;
}

    .inputInnerDivSelect::after {
        content: "";
        position: absolute;
        right: 6px;
        top: 65%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        pointer-events: none;
        background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5'/></svg>");
        background-size: contain;
        background-repeat: no-repeat;
        filter: brightness(0.6);
    }

/*===============Tables================*/

.tablerowsmall {
    padding: 6px 6px 6px 6px;
    background-color: transparent;
    color: #666;
    text-align: left;
    font-family: Verdana;
    font-size: .86rem;
    border-bottom: solid 1px #dcdcdc;
}

.tablerowtopsmall {
    padding: 10px 6px 10px 6px;
    color: #1F6E8C;
    background-color: #eee;
    text-align: left;
    font-family: Verdana;
    font-size: .95rem;
    position: sticky;
    top: 0px;
    font-weight: normal;
    z-index: 10;
}


/* ===== Master table style (matches MU/Documents/Reminders) ===== */
.hs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    overflow: hidden;
}

    .hs-table thead th {
        text-align: left;
        font-size: .86rem;
        font-weight: 400;
        color: #6a7280;
        background: #f3f4f6;
        padding: 10px 10px;
        border-bottom: 1px solid rgba(0,0,0,.08);
        white-space: nowrap;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .hs-table tbody td {
        padding: 10px 10px;
        border-bottom: 1px solid rgba(0,0,0,.06);
        color: #444;
        font-size: .85rem;
        vertical-align: middle;
    }

    .hs-table tbody tr:hover {
        background: #f6f7fa;
    }
    .toolbar-filter {
        margin-top: 10px;
    }

    .toolbar-filter input {
        width: 100%;
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }
    .rz-progressbar-label {
        font-size: .75rem
    }
    .rz-progressbar-label-value {
        font-size: .75rem
    }
    .my-datepicker .rz-inputtext {
        font-family: Arial;
        font-size: .95rem;
        background-color: #fff;
    }
/* ===== Reminders panel (MU-master style) ===== */

.rm-wrap {
    width: 96%;
    margin: 16px auto 14px auto;
}

.rm-panel {
    background: #f3f4f6;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 14px;
}

.rm-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 6px 14px 6px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    margin-bottom: 12px;
}

.rm-title {
    font-size: 1.14rem;
    font-weight: 400;
    color: #333;
}

.rm-close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    cursor: pointer;
    font-size: 1.29rem;
    line-height: 1;
    color: #444;
}

    .rm-close:hover {
        background: #f6f6f6;
    }

/* 5 items across like your current layout */
.rm-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* keep pairs usable */
.rm-inline {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px;
}

.rm-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.rm-label {
    font-size: .86rem;
    color: #777;
    font-weight: 400;
}

.rm-input {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 10px;
    outline: none;
    font-size: 1rem;
    background: #fff;
}

    .rm-input:focus {
        border-color: rgba(0,0,0,.30);
    }

.rm-inline {
    display: flex;
    gap: 8px;
}

.rm-small {
    width: 72px;
    text-align: center;
    margin-right:10px
}

/* Radzen date picker: make it visually match rm-input */
.rm-date .rz-datepicker,
.rm-date .rz-inputtext,
.rm-date input {
    height: 40px;
    border-radius: 10px;
}

.rm-date {
    white-space: nowrap;
    color: #6a7280;
    font-size: .95rem;
}

    /* if your Radzen theme injects shadows/rings you hate */
    .rm-date .rz-inputtext:focus,
    .rm-date input:focus {
        outline: none;
        box-shadow: none;
    }

/* actions */
.rm-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.rm-ghost {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    cursor: pointer;
    font-weight: 400;
    color: #444;
    font-size: 1.05rem;
    min-width: 120px;
}

.rm-primary {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #2b3bb7;
    color: #fff;
    cursor: pointer;
    font-size:1.05rem;
    font-weight: 400;
    min-width:140px;
}

    .rm-primary:hover {
        filter: brightness(.96);
    }

/* ===== Reminders list styling (MU-master vibe) ===== */

.rm-listWrap {
    background: transparent; /* wrapper */
}

/* table surface */
.rm-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 13px;
    overflow: hidden;
}

    /* header */
    .rm-table thead th {
        text-align: left;
        font-size: .86rem;
        font-weight: 400;
        color: #6a7280;
        background: #f3f4f6;
        padding: 12px 12px;
        border-bottom: 1px solid rgba(0,0,0,.08);
    }

    /* body */
    .rm-table tbody td {
        padding: 8px 8px;
        border-bottom: 1px solid rgba(0,0,0,.06);
        color: #444;
        font-size: 13px;
        font-size: .86rem;
        vertical-align: middle;
    }

.rm-row:hover {
    background: #f6f7fa;
}

/* task emphasis */
.rm-task {
    color: #2b2f36;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* muted meta columns */
.rm-muted {
    color: #6a7280;
    font-size: .95rem;
    white-space: nowrap;
}

/* date column */


/* overdue */
.rm-overdue {
    color: #d11a2a; /* red */
    font-weight: 400; /* keep non-bold */
}

/* action column */
.rm-col-actions {
    width: 52px;
    text-align: center;
}

/* icon buttons (like MU close button language) */
.rm-iconbtn {
    width: 26px;
    height: 26px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.10);
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

    .rm-iconbtn:hover {
        background: #f6f7fa;
    }

    .rm-iconbtn img {
        width: 16px;
        height: 16px;
        opacity: .85;
    }

    .rm-iconbtn.danger {
        border-color: rgba(220,38,38,.25);
        background: rgba(220,38,38,.05);
    }

        .rm-iconbtn.danger:hover {
            background: rgba(220,38,38,.10);
        }

.rm-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.rm-actions-left {
    display: flex;
}

.rm-actions-right {
    display: flex;
    gap: 10px;
}

/* delete button */
.rm-danger {
    height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(220,38,38,.25);
    background: rgba(220,38,38,.05);
    color: #b91c1c;
    cursor: pointer;
}

    .rm-danger:hover {
        background: rgba(220,38,38,.10);
    }


.roomcard {
    width: 95%;
    border-radius: 15px;
    //box-shadow: -3px -3px 8px #ddd, 3px 3px 8px #ddd, 3px -3px 8px #ddd, -3px 3px 8px #ddd;
}

.innerroomcard {
    padding: 0px 0px 0px 0px;
    height: 166px;
    background-size: 105%;
    border-radius: 10px 10px 0px 0px;
    vertical-align: bottom;
    background-position-x: center;
    /*box-shadow: 5px 5px 10px #888, -5px -5px 10px #888;*/
}
.roomcardtitle {
    font-family: Arial;
    color: #777;
    font-size: .86rem;
    text-align: left;
    padding: 6px 8px 7px 12px;
    border-radius: 0px 0px 5px 5px;
}


/*===========Pictures==========*/
.pictures {
    width: 96%;
    position: relative;
}

.pictureDelete {
    position: absolute;
    width: 32px;
    height: 40px;
    left: 1px;
    bottom: 8px;
    background-color: transparent;
    z-index: 2;
    border-radius: 6px;
    padding: 5px 0px 0px 7px;
    box-sizing: border-box
}

.pictureDefault {
    position: absolute;
    width: 32px;
    height: 40px;
    right: 5px;
    bottom: 8px;
    background-color: transparent;
    z-index: 2;
    padding: 5px 0px 0px 5px;
    border-radius: 6px;
    box-sizing: border-box
}

.photo-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

/* Make sure the photo fills the card nicely */
.photo-img {
    display: block;
    width: 100%;
    height: auto;
}

/* Actions container: bottom-right overlay */
.photo-actions {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    gap: 6px;
    opacity: 1; /* visible by default (for touch) */
    /*transition: opacity 0.2s ease;*/
}

/* On devices that support hover: hide until hover */
@media (hover: hover) and (pointer: fine) {
    .photo-actions {
        opacity: 0;
        animation: none !important;
        transform: none !important;
    }

    .photo-card:hover .photo-actions {
        opacity: 1;
    }
}

/* Base circular button */
.photo-icon-btn {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    padding: 0;
    /*transition: background-color 0.15s ease, box-shadow 0.15s ease;*/
}

/* Default / “set as main photo” look */
.photo-icon-btn--primary:hover {
    background: #ffffff;
    color: #0071E3;
}

.photo-icon {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    fill: none;
}


/* Delete look – still subtle, not screaming red box */
.photo-icon-btn--danger .photo-icon {
    color: #d67c7c;
}

.photo-icon-btn--primary .photo-icon {
    color: #0071E3;
}

.photo-icon-btn.filled .photo-icon {
    fill: currentColor; /* This will fill the star with the same color as the stroke */
}


.photo-icon-btn,
.photo-icon-btn *,
.photo-actions,
.photo-actions * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

.photo-classification {
    display: flex;
    gap: 10px;
    background-color: #f8f9fa; /* Light gray background */
    border: 1px solid #dee2e6; /* Subtle border */
    border-radius: 8px; /* Rounded corners */
    padding: 6px 8px 6px 8px;
    align-items: center;
    width: 100%;
    margin-top: 8px;
}

    .photo-classification select {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 6px 10px;
        font-size: .93rem;
        background-color: #fdfdfd;
        appearance: none; /* Removes default styling on some browsers */
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polyline points="1,1 5,5 9,1" style="fill:none;stroke:%23555;stroke-width:1.5"/></svg>');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 8px;
    }
.photo-filter {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}

.photo-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
    padding: 0 36px 0 12px;
    border-radius: 10px;
    border: 1px solid #dee2e6;
    background: #f9f9f9;
    color: #222;
    cursor: pointer;
    line-height: 30px;
    font-size:.93rem
}

    /* subtle hover */
    .photo-select:hover {
        background: #f0f0f0;
    }

    /* focus = Homestead blue */
    .photo-select:focus {
        outline: none;
        border-color: #2b66ff;
        box-shadow: 0 0 0 3px rgba(43,102,255,.15);
    }

/* custom chevron */
.photo-filter::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #666;
    pointer-events: none;
}
.popuptitle {
    font-family:Hel;
    font-size:1.2rem
}
.qa-photo {
    width: 100%;
    height: 220px;
    background: #ddd;
    border-radius: 8px;
    overflow: hidden;
}

    .qa-photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    /*=========== FINISHES ================*/
.cardchoose {
    font-family: Arial;
    font-size: .95rem;
    line-height: 22px;
    width: 44%;
    height: 134px;
    background-color: #eee;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}

.cardchosen {
    font-family: Arial;
    font-size: .95rem;
    line-height: 22px;
    width: 44%;
    height: 134px;
    background-color: white;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}
.finishroompic {
    padding: 0px;
    vertical-align: top;
    height: 105px;
    background-size: 105%;
    border-radius: 6px 6px 0px 0px;
    vertical-align: bottom;
    background-position-x: center;
}
/*========= FURNISHINGS ==============*/

.comp-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.comp-track {
    width: 64px;
    height: 6px;
    border-radius: 999px;
    background: #e9eef6;
    overflow: hidden;
}

.comp-fill {
    height: 100%;
    width: 0%;
    background: #2f6fed; /* homestead blue */
    border-radius: 999px;
}

.comp-pct {
    font-size: .86rem;
    color: #6b7280;
    font-weight: 400; /* not bold */
    width: 38px;
    text-align: right;
}

.PorPChosen {
    height: 35px;
    background-color: #95C355;
    color: white;
    font-family: Hel;
    font-size: 1.14rem
}

.PorPnotChosen {
    height: 35px;
    background-color: #eee;
    color: #444;
    font-family: Hel;
    font-size: 1.14rem
}


/* ===== Documents Master (modeled after Manage Users) ===== */

.doc-wrap {
    width: 95%;
    margin: 14px auto 18px auto;
}

.doc-panel {
    background: #f3f4f6;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 14px;
}

.doc-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 6px 14px 6px;
    border-bottom: 1px solid rgba(0,0,0,.08);
    margin-bottom: 12px;
}

.doc-title {
    font-size: 1.14rem;
    font-weight: 400;
    color: #333;
}

.doc-close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    cursor: pointer;
    font-size: 1.29rem;
    line-height: 1;
    color: #444;
}

    .doc-close:hover {
        background: #f6f6f6;
    }


.doc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.doc-span-2 {
    grid-column: span 2;
}

.doc-span-all {
    grid-column: 1 / -1;
}

.doc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.doc-label {
    font-size: .86rem;
    color: #777;
    font-weight: 400;
}

/* inputs (boxed like Manage Users) */
.doc-input {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 10px;
    outline: none;
    font-size: 1rem;
    background: #fff;
}

    .doc-input:focus {
        border-color: rgba(0,0,0,.30);
    }

/* upload button that matches your primary */
.doc-uploadBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #2b3bb7;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
}

    .doc-uploadBtn:hover {
        filter: brightness(.96);
    }

/* actions */
.doc-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 14px;
    margin-top: 10px;
    border-top: 1px solid rgba(0,0,0,.08);
}

.doc-ghost {
    height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    cursor: pointer;
    font-weight: 400;
    color: #444;
}

.doc-primary {
    height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #2b3bb7;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

    .doc-primary:hover {
        filter: brightness(.96);
    }



.doc-field {
    min-width: 0;
}

/*========= VENDORS =============*/
.multiSkills {
    padding: 6px 10px 6px 10px;
    border-bottom: solid 1px #eee;
    background-color: transparent;
    color: #666;
    text-align: left;
    font-family: Verdana;
    line-height: 14px;
    font-size: .7rem !important;
}

.skillchoose {
    font-family: Arial;
    font-size: .86rem;
    line-height: 16px;
    width: 10%;
    min-width: 115px;
    height: 45px;
    background-color: #eee;
    color: #777;
    text-align: center;
    border: solid 1px #ddd;
}

.skillchosen {
    font-family: Arial;
    font-size: .86rem;
    line-height: 18px;
    width: 10%;
    min-width: 115px;
    height: 45px;
    background-color: #55ACE0;
    color: white;
    text-align: center;
    border: solid 1px #ddd;
}

.home-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.home-card-name {
    margin-top: auto;
    overflow: hidden;
    display: -webkit-box;
    font-size: .86rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.25;
    max-height: calc(1.25em * 2);
    word-break: break-word;
}


/*========= MANAGE USERS ==============*/
.mu-wrap {
    width: 95%;
    margin: 20px auto;
}

.mu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 6px 20px 6px;
}

.mu-title {
    font-size: 1.57rem;
    font-family: Hel;
    font-weight: 400;
    color: #333;
}

.mu-subtitle {
    margin-top: 4px;
    font-size: .95rem;
    color: #777;
    max-width: 700px;
}

.mu-close {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    cursor: pointer;
    font-size: 1.29rem;
    line-height: 1;
    color: #444;
}

    .mu-close:hover {
        background: #f6f6f6;
    }

.mu-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 14px;
}

.mu-card {
    background: #f3f4f6;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 14px;
    padding: 14px;
}

.mu-card-title {
    font-size: 1.07rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 18px;
}

.mu-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mu-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mu-label {
    font-size: .86rem;
    color: #777;
}

.mu-input {
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 10px;
    outline: none;
    font-size: 1rem;
}

    .mu-input:focus {
        border-color: rgba(0,0,0,.30);
    }

.mu-span-2 {
    grid-column: 1 / -1;
}

.mu-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.mu-danger {
    height: 40px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(220,38,38,.35);
    background: rgba(220,38,38,.06);
    cursor: pointer;
}

.mu-home-list {
    border-top: 1px solid rgba(0,0,0,.08);
}

.mu-home-row {
    display: grid;
    grid-template-columns: 70px 1fr 220px;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

.mu-thumb {
    width: 65px;
    height: 48px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.08);
}

.mu-home-name {
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mu-role {
    height: 40px;
    padding: 8px 10px;
    border: 1px solid rgba(0,0,0,.14);
    border-radius: 10px;
    font-size: 1rem;
    background: #fff;
}

.mu-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 14px;
}

.mu-primary {
    height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.12);
    cursor: pointer;
}




/* Base grey style */
.cls-all {
    fill: #dadada;
    transition: fill 0.5s ease;
}

/* Polygon (first element) */
svg polygon {
    animation: fadeBlue01 5s infinite;
}

/* Path elements (second to fourth) */
svg path:nth-of-type(2) {
    animation: fadeBlue02 5s infinite;
}

svg path:nth-of-type(1) {
    animation: fadeBlue03 5s infinite;
}

svg path:nth-of-type(3) {
    animation: fadeBlue04 5s infinite;
}

/* Keyframes */
@keyframes fadeBlue01 {
    0% {
        fill: #dadada;
    }

    10% {
        fill: #050058;
    }

    60% {
        fill: #050058;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue02 {
    0% {
        fill: #dadada;
    }

    20% {
        fill: #2b35ae;
    }

    60% {
        fill: #2b35ae;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue03 {
    0% {
        fill: #dadada;
    }

    30% {
        fill: #4360ec;
    }

    60% {
        fill: #4360ec;
    }

    100% {
        fill: #dadada;
    }
}

@keyframes fadeBlue04 {
    0% {
        fill: #dadada;
    }

    40% {
        fill: #25aee4;
    }

    60% {
        fill: #25aee4;
    }

    100% {
        fill: #dadada;
    }
}


.landing-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.feature-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 22px;
    transition: all 0.2s ease;
}

    .feature-card:hover {
        background: rgba(255,255,255,0.12);
        transform: translateY(-3px);
    }

.how-step {
    padding-bottom: 18px;
}

.how-step-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 4px;
}

.landingParagraph {
    max-width: 520px;
}

.bannerText {
    font-size: 2.4rem;
}


.landing-band {
    width: 100%;
}

.landing-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

.landing-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blueSection {
    background: linear-gradient(to bottom, #2f6f9f, #2d6a98);
}

.whiteSection {
    background: #fff;
}

.lightSection {
    background: #f5f7fa;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 50px;
    align-items: center;
}

.hero-title {
    font-family: Hel;
    font-size: 3.8rem;
    line-height: 1.05;
    font-weight: 300;
    margin: 0 0 24px 0;
}

.hero-text {
    font-family:Hel;
    font-size: 1.5rem;
    line-height: 1.45;
    max-width: 620px;
    margin: 0;
}

.hero-image-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
}


.section-title {
    font-family:Hel;
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 300;
    margin: 0 0 34px 0;
    color: #222;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.step-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 6px 20px rgba(0,0,0,.04);
}

.step-number {
    font-size: 1rem;
    color: #2f6f9f;
    margin-bottom: 14px;
}

.step-title {
    font-size: 1.45rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}

.step-text {
    font-size: 1.1rem;
    line-height: 1.55;
    color: #555;
    margin: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.feature-card {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    padding: 30px;
    min-height: 220px;
    box-sizing: border-box;
}

.feature-title {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    margin-bottom: 18px;
}

.feature-text {
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(255,255,255,.92);
    margin: 0;
}

.white {
    color: white;
}

.currencyChosen {
    box-shadow: -3px -3px 5px lightgreen, 3px 3px 5px lightgreen;
}

.address-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
    z-index: 9999;
    max-height: 240px;
    overflow-y: auto;
}

.address-option {
    padding: 10px 12px;
    cursor: pointer;
    color: #444;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: #fff;
}

    .address-option:last-child {
        border-bottom: none;
    }

    .address-option:hover {
        background: #f7f9fc;
    }

.address-secondary {
    font-size: 12px;
    color: #7a8393;
    margin-top: 2px;
}




@media (max-width: 900px) {
    .landing-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-grid,
    .steps-grid,
    .feature-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 2.7rem;
    }

    .hero-text {
        font-size: 1.2rem;
    }

    .section-title {
        font-size: 2.3rem;
    }

    .feature-card,
    .step-card {
        min-height: unset;
    }

    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plan-card {
        background: #fff;
        border: 1px solid rgba(0,0,0,.08);
        border-radius: 18px;
        padding: 28px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 440px;
    }

    .plan-title {
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .plan-price {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .plan-features {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
    }

        .plan-features li {
            padding-bottom: 10px;
            font-size: 1rem;
            color: #444;
        }

    .plan-btn {
        width: 100%;
        margin-top: auto;
    }


    .plan-badge {
        font-size: 0.8rem;
        color: #2f6f9f;
        margin-bottom: 10px;
    }


    .featured {
        transform: none;
    }

 
}








