﻿/*For Wide Screens*/
@media (min-width: 1024px) {



    .showSmall {
        display: none;
    }

    .showLarge {
        display: block;
    }

    .mob-topbar {
        display: none;
    }

    html {
        font-size: 16px;
        color: #555
    }

    .measurement {
        font-size: .85rem
    }

    .white {
        color: white
    }

    .mainPage {
        position: relative;
        background-color: transparent;
        height: calc(100vh - 90px);
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .scroll {
        overflow-y: auto;
        height: calc(100% - 80px);
        padding-bottom: 20px
    }

    .icon-btn,
    .rz-button.icon-btn {
        width: 33px;
        height: 33px;
        min-width: 33px;
        max-width: 33px;
        border-radius: 8px;
        border: 1px solid #ddd;
        background: #f9f9f9;
        cursor: pointer;
        font-size: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
        flex: 0 0 33px;
    }

    .rz-button {
        width: 33px !important;
        height: 33px !important;
        min-width: 33px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
    }

    .icon-btn-back {
        width: 33px;
        height: 33px;
        border-radius: 8px;
        border: 1px solid #ddd;
        background: #f9f9f9;
        cursor: pointer;
        font-size: 1.43rem;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1; /* stops glyph drift */
        padding: 0; /* keeps true centering */
        text-align: center;
    }
    .icon-btn.duplicate {
        font-size: 33px;
    }

    /* ===== DESKTOP TOP BAR ===== */

    .page-toolbar {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 35px 20px 25px;
        background: #fff;
    }

    .table-filter {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        border-radius: 10px;
        border: 1px solid #d6e2f3;
        background: #f7faff;
        margin: 0px;
       width:200px
    }

    .filter-icon {
        width: 16px;
        height: 16px;
        color: #4b6fd8; /* homestead blue */
    }

    .desk-topbar {
        display: block;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    .topbar-inner {
        max-width: 1500px;
        margin: 0 auto;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 16px;
        box-sizing: border-box;
    }


    .desk-topbar .toplogo {
        height: 40px;
        width: auto;
        display: block;
        cursor: pointer;
    }

    .topbar-right {
        display: flex;
        align-items: center;
        gap: 14px;
    }

    .topbar-link {
        background: none;
        border: none;
        font-size: 1rem;
        color: #333;
        cursor: pointer;
        padding: 6px 8px;
    }

    .usericon {
        width: 26px;
        height: 26px;
        object-fit: contain;
        display: block;
    }

        .topbar-link:hover {
            text-decoration: underline;
        }

    /*============NAV PANEL================*/

    .left-nav-panel {
        width: 275px;
        min-width: 275px;
        padding-left: 1.25rem;
        padding-top: 0.95rem;
        box-sizing: border-box;
    }

    .mainPage {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        box-sizing: border-box;
    }

    .content {
        flex: 1;
        min-width: 0;
    }

    .navline {
        display: flex;
        align-items: center;
        column-gap: 0.75rem;
        padding: .65rem 0;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 0.5rem;
        transition: background-color 0.15s ease;
    }



    .navline-first {
        margin-top: 1rem;
    }

    .navimg {
        width: 1.75rem;
        min-width: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .navimg img {
            width: 1.5rem;
            height: 1.5rem;
            object-fit: contain;
            display: block;
        }

    .navtext {
        font-size: .86rem;
        line-height: 1.35;
        color: #444;
    }

    .navtextselected {
        font-size: .86rem;
        line-height: 1.35;
        color: #1f2ea3;
        font-weight: 400;
    }

    .navtitle {
        font-size: 0.9rem;
        line-height: 1.3;
        color: #666;
        padding-top: 0.9rem;
        padding-bottom: 0.2rem;
    }

    .button {
        min-width: 140px;
        max-width: 250px;
    }

    .small {
        min-width: 130px;
    }

    .flexdiv {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }

    .halfdiv {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }

    .thirddiv {
        width: 26%;
        margin-top: 20px;
        opacity: .85;
    }

    /*==========LANDING PAGE==========*/
    .bannerText {
        font-family: Hel;
        font-size: 3.0rem;
        line-height: 1.1;
        width: 100%;
    }

    .landingParagraph {
        font-family: Hel;
        font-size: 1.2rem;
        line-height: 1.1;
        max-width: 90%
    }

    .landingSectionPadding {
        padding: 35px 0px 35px 0px;
    }

    .smallBanner {
        font-size: 1.6rem;
        line-height: 1.15;
    }

    /*==========Plans==========*/
    .plans-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 35px;
        row-gap: 20px;
        width: 100%;
    }

    .plansdiv {
        width: 22%;
        height: auto;
        padding: 0px;
    }


    .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;
    }


    .pro-banner-btn {
        width: auto;
    }

    /* Core Pages */
    .mainPage {
        position: relative;
        background-color: transparent;
        height: calc(100vh - 65px);
        width: 100%;
        padding: 15px 0px 15px 0px;
    }

    .backgrounddiv {
        margin-top: 10px;
        width: 98%;
        height: calc(100vh - 130px);
        background-color: white;
        border-radius: 12px;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: -3px -2px 10px #bbb, 5px 5px 10px #bbb;
    }

    .backgrounddivhomes {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: calc(100vh - 100px);
        padding: 0px 0px 15px 0px;
        justify-content: center;
        background-size: cover;
        background-color: white;
        border-radius: 12px;
        overflow: hidden;
        box-sizing: border-box;
        box-shadow: -3px -2px 10px #bbb, 5px 5px 10px #bbb;
    }

    .cards {
        width: 100%;
        margin-bottom: 10px;
        column-gap: 1%;
        row-gap: 12px;
        padding: 15px 0px 0px 0px;
    }

    .card {
        width: 31.5%;
        border-radius: 8px;
        border: solid 1px #ccc;
        box-shadow: 0 2px 6px rgba(0,0,0,.05);
    }

    .homecard {
        height: 230px;
    }

    .cardtitle {
        font-family: Arial;
        font-size: .95rem;
        color: #777;
        padding: 10px 10px 10px 10px;
        background-color: #bbb;
        text-align: left;
        background-color: transparent;
        /*border: solid 1px #ccc;*/
        border-radius: 0px 0px 8px 8px;
        /*border-radius: 8px 8px 0px 0px;*/
    }

    .fulldiv {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        column-gap: 1%;
        row-gap: 15px;
    }

    .tablerowsmall {
        padding: 8px 6px 8px 6px;
        border-bottom: solid 1px #dcdcdc;
        background-color: transparent;
        color: #444;
        text-align: left;
        font-family: Verdana;
        font-size: .86rem
    }

    .tablerowtopsmall {
        padding: 10px 6px 5px 6px;
        border-bottom: solid 1px #528fb4;
        color: #1F6E8C;
        text-align: left;
        font-family: Verdana;
        font-size: .95rem;
        position: sticky;
        top: 0px;
        font-weight: normal;
        z-index: 10;
    }
    /*===========Input Fields ================*/

    .inputDiv {
        max-width: 1600px;
        column-gap: 1%;
        row-gap: 40px;
        justify-content: center;
        padding: 15px 0px 20px 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: 20px;
        height: 50px;
        margin-top: 0px;
        box-sizing: border-box;
    }

    .inputInnerDivSelect {
        padding-top: 18px;
        height: 50px;
        margin-top: 0px;
        box-sizing: border-box;
    }

    .inputField {
        font-size: .93rem
    }

    /*===============Sections====================*/
    .sectionheader {
        width: 97%;
        height: 60px;
        background-color: white;
        border-radius: 0px;
        color: #222;
        padding: 15px 0px 0px 5px;
        box-sizing: border-box;
        margin-top: 5px;
        font-size: 1.43rem;
        font-family: Hel;
        display: flex;
    }


    /*.section-header {
        background: #eef4ff;*/ /* soft blue */
    /*border: 1px solid #dbeafe;
        border-radius: 10px;
        padding: 10px 14px;
        font-weight: 500;
        color: #222;
    }*/

    .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: 8px;
        margin-left: auto;
        margin-right: auto;
        font-size: 1.1rem;
        font-family: Hel;
        margin-bottom: 15px;
        border: 1px solid #dbeafe;
    }

    /* ===== 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-table tbody td {
        padding: 12px 12px;
        border-bottom: 1px solid rgba(0,0,0,.06);
        color: #444;
        font-size: .82rem;
        vertical-align: middle;
    }

    .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;
        }

    /* ===== Master table style ===== */
    .hs-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        background: #fff;
        /*border: 1px solid #ccc;*/
        border-radius: 14px;
        overflow: hidden;
    }

        .hs-table thead th {
            text-align: left;
            font-size: 0.86rem;
            font-weight: 400;
            color: #2a6288;
            background: linear-gradient(to bottom, #f1f6ff, #e6effc);
            padding: 10px;
            border-bottom: 1px solid #cfdaea;
            white-space: nowrap;
            position: sticky;
            top: 0;
            z-index: 2;
        }

        .hs-table tbody td {
            padding: 14px 14px;
            border-bottom: 1px solid rgba(0,0,0,.06);
            color: #444;
            font-size: .86rem;
            vertical-align: middle;
        }

        .hs-table tbody tr:hover {
            background: #f4f8ff;
        }



    /* 5 items across like your current layout */
    .rm-grid {
        display: grid;
        grid-template-columns: 1.6fr 1fr 1.1fr 1fr 1.1fr;
        gap: 12px 14px;
        align-items: end;
    }

    .rm-field {
        display: flex;
        flex-direction: column;
        gap: 6px;
        min-width: 0px;
    }

    .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: right;
    }


    /* 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;
    }

        /* if your Radzen theme injects shadows/rings you hate */
        .rm-date .rz-inputtext:focus,
        .rm-date input:focus {
            outline: none;
            box-shadow: none;
        }

    .rm-date {
        white-space: nowrap;
        color: #6a7280;
        font-size: .95rem;
    }

    /* 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 {
        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;
    }

    .rm-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;
    }

        .rm-primary:hover {
            filter: brightness(.96);
        }

    /* ===== Reminders list styling (MU-master vibe) ===== */

    .rm-grid {
        grid-template-columns: 1.6fr 1fr 1.1fr 1fr 1.1fr;
        gap: 12px 14px;
        align-items: end;
    }

    .rm-inline {
        display: flex;
        gap: 8px;
    }

    .rm-small {
        width: 72px;
        text-align: right;
    }

    .rm-actions {
        justify-content: flex-end;
    }

    .rm-ghost,
    .rm-primary {
        flex: unset;
    }

    /*==============Rooms=============*/
    .roomcardtitle {
        font-family: Arial;
        font-size: 1rem;
        color: #444;
        text-align: center;
        padding: 12px 10px 8px 10px;
        background-color: #bbb;
        text-align: left;
        background-color: transparent;
        /*border: solid 1px #ccc;*/
        border-radius: 0px 0px 8px 8px;
        /*border-radius: 8px 8px 0px 0px;*/
    }

    .roomcard {
        width: 31%;
    }

    .innerroomcard {
        padding: 0px 0px 0px 0px;
        /*height: 205px;*/
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 8px 8px 0px 0px;
        vertical-align: bottom;
    }
    /*==========Pictures =============*/
    .pictures {
        width: 360px;
        /*max-height:216px;*/
    }


    /*===========  FINISHES =============*/

    .cardchoose {
        font-family: Arial;
        font-size: 1.07rem;
        line-height: 22px;
        width: 18%;
        min-width: 250px;
        height: 165px;
        background-color: #eee;
        color: #777;
        text-align: center;
        border: solid 1px #ddd;
    }

    .cardchosen {
        font-family: Arial;
        font-size: 1.07rem;
        line-height: 22px;
        width: 18%;
        min-width: 250px;
        height: 165px;
        background-color: white;
        color: #777;
        text-align: center;
        border: solid 1px #ddd;
    }

    .finishroompic {
        padding: 0px;
        vertical-align: top;
        height: 130px;
        background-size: 105%;
        border-radius: 6px 6px 0px 0px;
        vertical-align: bottom;
        background-position-x: center;
    }

    .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 ===============*/
    /* grid */
    .doc-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr 1.6fr;
        gap: 12px 14px;
    }

    /*============ Vendors ============*/

    .multiSkills {
        padding: 12px 10px 12px 20px;
        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: 1.07rem;
        line-height: 22px;
        width: 12%;
        min-width: 125px;
        height: 65px;
        background-color: #eee;
        color: #777;
        text-align: center;
        border: solid 1px #ddd;
    }

    .skillchosen {
        font-family: Arial;
        font-size: 1.07rem;
        line-height: 22px;
        width: 12%;
        min-width: 125px;
        height: 65px;
        background-color: #55ACE0;
        color: white;
        text-align: center;
        border: solid 1px #ddd;
    }

    /*============== NAVIGATION PANEL==============*/

    .left-nav-panel {
        width: 100%;
        background-color: transparent;
        padding: 15px 0 0 20px;
        box-sizing: border-box;
    }

    .left-nav-home {
        color: #444;
        line-height: 23px;
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .left-nav-room {
        color: #444;
        padding-top: 12px;
        padding-left: 10px;
        line-height: 18px;
        font-size: .9rem;
        margin-bottom: 10px;
    }

    .left-nav-menu {
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-top: 10px;
    }

    .left-nav-item {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        min-height: 32px;
        padding: 6px 12px 6px 10px;
        cursor: pointer;
        border-radius: 6px;
        transition: background .15s ease;
    }

        .left-nav-item:hover {
            background: rgba(0, 0, 0, 0.03);
        }

        .left-nav-item.active {
            /*background: rgba(77, 99, 200, 0.08);*/
        }

            .left-nav-item.active::before {
                content: "";
                position: absolute;
                left: 0;
                top: 6px;
                bottom: 6px;
                width: 3px;
                background: #4d63c8;
                border-radius: 2px;
            }

    .left-nav-icon {
        width: 28px;
        min-width: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .left-nav-icon img {
            max-width: 22px;
            max-height: 22px;
        }

            .left-nav-icon img.left-nav-icon-sm {
                max-width: 25px;
                max-height: 25px;
            }

    .left-nav-text {
        color: #444;
        line-height: 1;
        font-size: .93rem;
    }

        .left-nav-text.selected {
            color: #2f43a3;
        }

    .left-nav-count {
        font-size: .76rem;
        opacity: .75;
        margin-left: 2px;
    }

    .left-nav-actions {
        width: calc(100% - 30px);
        padding-top: 14px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .left-nav-button {
        width: 100%;
    }

    .loadinggif {
        width: 138px;
        height: 138px;
    }

    .toolbar-title {
        font-size: 1.2rem;
        line-height: 1.2
    }
}
