/* /Pages/Index.cshtml.rz.scp.css */
/* ---------------------------
   Global typography & utilities
   --------------------------- */
html[b-qb3cm8d0rq] {
    box-sizing: border-box;
}

*[b-qb3cm8d0rq], *[b-qb3cm8d0rq]::before, *[b-qb3cm8d0rq]::after {
    box-sizing: inherit;
}

h3[b-qb3cm8d0rq] { /* shared h3 baseline — overridden per section when needed */
}

p[b-qb3cm8d0rq] {
    font-family: 'Athiti', sans-serif;
    font-size: 16px;
    color: var(--teal);
    margin-left: 75px;
    margin-top: 0;
    margin-bottom: 0;
}

.centerText[b-qb3cm8d0rq] {
    text-align: center;
}

.txtBlock[b-qb3cm8d0rq] {
    text-align: left;
}

.blockPadding[b-qb3cm8d0rq] {
    padding: 20px;
}

/* Button base */
.call-button[b-qb3cm8d0rq] {
    background-color: var(--call-yellow);
    color: var(--teal);
    font-size: 18px;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .call-button:hover[b-qb3cm8d0rq] {
        background-color: var(--call-hover);
        transform: scale(1.03);
    }

/* Background utility classes */
.bgTeal[b-qb3cm8d0rq] {
    background-color: var(--teal);
    color: var(--teal-contrast);
    text-align: center;
}

.bgPink[b-qb3cm8d0rq] {
    background-color: var(--accent-pink);
    color: var(--teal-contrast);
}

.bgSand[b-qb3cm8d0rq] {
    background-color: var(--sand);
}

.bgYellow[b-qb3cm8d0rq] {
    background-color: var(--accent-yellow);
}

/* Small helpers */
.pText[b-qb3cm8d0rq] {
    text-align: justify;
}

.centerText[b-qb3cm8d0rq] {
    text-align: center;
}

.pinkColor[b-qb3cm8d0rq] {
    color: var(--accent-pink);
}

/* ---------------------------
   Home
   --------------------------- */
/*.bgHome-image {
    background-image: url('/images/wdBg_Home.png');
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}*/

.main-title[b-qb3cm8d0rq] {
    font-family: 'Athachantr', serif;
    font-size: 90px;
    color: var(--teal);
    text-align: center;
    padding-top: 260px;
}

.sub-title[b-qb3cm8d0rq] {
    font-family: 'Filena-Thin', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.reference[b-qb3cm8d0rq] {
    font-family: 'Filena-Thin', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.txtFormat[b-qb3cm8d0rq] {
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

/* ---------------------------
   About
   --------------------------- */
.bg-about[b-qb3cm8d0rq] {
    background-image: url('/images/WD_about.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title-white[b-qb3cm8d0rq] {
    font-family: 'Athachantr', serif;
    font-size: 60px;
    color: #fff;
    text-align: right;
}

/* quote variants */
.quote[b-qb3cm8d0rq],
.quote-about[b-qb3cm8d0rq],
.quote-services[b-qb3cm8d0rq] {
    font-family: 'Filena-Thin', sans-serif;
    text-align: center;
}

.quote[b-qb3cm8d0rq] {
    font-weight: 700;
    font-size: 30px;
    color: var(--muted);
}

.quote-about[b-qb3cm8d0rq] {
    font-size: 24px;
    color: #fff;
}

.quote-services[b-qb3cm8d0rq] {
    font-size: 24px;
    color: var(--teal);
}

/* ---------------------------
   Services
   --------------------------- */
.bg-services[b-qb3cm8d0rq] {
    background-image: url('/images/WD_sky.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title-teal[b-qb3cm8d0rq] {
    font-family: 'Athachantr', serif;
    font-size: 80px;
    color: var(--teal);
    text-align: right;
}

/* lists */
li[b-qb3cm8d0rq] {
    font-family: 'Athiti', sans-serif;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

/* small paragraph variant used in multiple pages */
.pText[b-qb3cm8d0rq] {
    font-family: 'Athiti', sans-serif;
    font-size: 12px;
    color: #000;
}

/* question/list styles */
.pQuestion[b-qb3cm8d0rq] {
    font-family: 'Athiti bold', sans-serif;
    font-size: 24px;
    color: var(--accent-yellow);
}

.pList[b-qb3cm8d0rq] {
    font-family: 'Athiti', sans-serif;
    font-size: 18px;
    color: #fff;
}

/* ---------------------------
   Resources
   --------------------------- */
.bg-page-resources[b-qb3cm8d0rq] {
    background-color: var(--sand);
}

.bg-netels[b-qb3cm8d0rq] {
    background-image: url('images/netels.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

/* headings / nav link used in resources */
h3[b-qb3cm8d0rq] {
    font-family: 'Filena-Thin', sans-serif;
    font-size: 25px;
    color: var(--accent-pink);
    text-align: center;
}

.q-link[b-qb3cm8d0rq] {
    text-decoration: underline;
    color: var(--teal);
}

    .q-link:hover[b-qb3cm8d0rq] {
        color: var(--teal-contrast);
    }

.nav-link[b-qb3cm8d0rq] {
    font-family: 'Filena-Bold', sans-serif;
    font-size: 32px;
    text-decoration: underline;
    color: #fff;
    margin-left: 25px;
}

    .nav-link:hover[b-qb3cm8d0rq] {
        color: var(--teal);
    }

section[b-qb3cm8d0rq] {
    font-family: 'Athiti bold', sans-serif;
    font-size: 16px;
    color: var(--muted);
    text-align: center;
}

h5[b-qb3cm8d0rq] {
    color: var(--teal);
    margin-left: 25px;
}

/* ---------------------------
   Contact
   --------------------------- */
.bg-page-contact[b-qb3cm8d0rq] {
    background-image: url('/images/WD_softFlowers.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.marLabel[b-qb3cm8d0rq] {
    margin-bottom: 0;
}

.padInput[b-qb3cm8d0rq] {
    padding-bottom: 0;
}

h3[b-qb3cm8d0rq] {
    color: var(--teal);
}
/* final override for h3 where contact page expects teal */

.txtAreaHeight[b-qb3cm8d0rq] {
    height: 60px;
    color: var(--teal);
}

.txtCenter[b-qb3cm8d0rq] {
    text-align: center;
    color: var(--teal);
}

/* call-button variants */
.call-button[b-qb3cm8d0rq] { /* base defined above; override color per page below */
}

.call-button--purple[b-qb3cm8d0rq] {
    background-color: var(--accent-pink);
    color: #fff;
}

.call-button--yellow[b-qb3cm8d0rq] {
    background-color: var(--call-yellow);
    color: var(--teal);
    text-transform: uppercase;
}

    .call-button--purple:hover[b-qb3cm8d0rq],
    .call-button--yellow:hover[b-qb3cm8d0rq] {
        background-color: var(--call-hover);
    }

/* ---------------------------
   Misc / third-party
   --------------------------- */
.g-recaptcha[b-qb3cm8d0rq] {
    margin-top: 1rem;
    margin-bottom: 1rem;
    transform: scale(1);
    transform-origin: left;
}

/* ---------------------------
   Small responsive tweaks
   --------------------------- */
@media (max-width: 768px) {
    .main-title[b-qb3cm8d0rq] {
        font-size: 64px;
        padding-top: 100px;
    }

    .page-title-white[b-qb3cm8d0rq], .page-title-teal[b-qb3cm8d0rq] {
        font-size: 48px;
    }

    .nav-link[b-qb3cm8d0rq] {
        font-size: 22px;
        margin-left: 10px;
    }

    .search-wrapper[b-qb3cm8d0rq] {
        max-width: 100%;
    }
}
/* /Pages/InfoDocs.cshtml.rz.scp.css */
body[b-48tugtsz88] {
    margin: 0.75em;
}

/* tighten spacing so info button isn't pushed too far right */
.row.gx-2[b-48tugtsz88] {
    column-gap: .5rem;
}

/*tree*/
ul.breadcrumb[b-48tugtsz88] {
    margin-left: 20px;
    height: 41px;
    padding: 8px 15px;
    margin-bottom: -2px;
    list-style: none;
    margin-top: -7px;
    font-weight: bold;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
}

.treeSearch[b-48tugtsz88] {
    height: 30px !important;
    max-width: 350px !important;
}

.jstree-table-wrapper[b-48tugtsz88] {
    border: 1px solid #ccc;
}

.bold-node[b-48tugtsz88] {
    font-weight: bold !important;
}

/* allow search wrapper to grow so input is large */
.search-wrapper[b-48tugtsz88] {
    flex: 1 1 auto; /* grow to fill remaining space */
    min-width: 220px; /* minimum width so it doesn't collapse on tiny viewports */
    max-width: 900px; /* optional cap */
}

    /* if the partial renders a block input, make it respect wrapper width */
    .search-wrapper input[b-48tugtsz88],
    .search-wrapper .form-control[b-48tugtsz88],
    .search-wrapper .input-group[b-48tugtsz88] {
        width: 100%;
    }

/*end tree*/

/*header*/
.header-row[b-48tugtsz88] {
    display: flex;
    align-items: center; /* vertical center */
    gap: 1rem; /* horizontal spacing between items */
    padding: 0.75rem 1rem; /* replace p-3 if you want custom padding */
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
}

    /* keep the back button visually compact */
    .header-row .btn-back[b-48tugtsz88] {
        margin: 0; /* no extra vertical margin */
        padding: 0.4rem 0.75rem;
        font-size: 0.95rem;
    }

    /* text to the right of the button */
    .header-row .textFont[b-48tugtsz88] {
        margin: 0;
        padding-left: 0.25rem;
        font-family: 'Filena-Bold', sans-serif;
        font-size: 1.125rem; /* ~18px */
        color: var(--teal);
        white-space: nowrap; /* keep it single-line */
    }

    /* main title pushed to the far right */
    .header-row .main-title[b-48tugtsz88] {
        margin-left: auto; /* pushes title to the right edge */
        margin-bottom: 0;
        font-size: 1.75rem;
        font-weight: 600;
    }

.main-title[b-48tugtsz88] {
    font-family: 'Athachantr', serif;
    font-size: 60px;
    color: teal;
    text-align: right;
    padding-top: 5px;
    margin-top: 0;
}

.textFont[b-48tugtsz88] {
    font-family: 'Athiti bold', sans-serif;
    font-size: 16px;
    color: teal;
    margin-left: 75px;
    text-align: center;
}

/* keep the switch and label perfectly vertically centered */
.switch-inline[b-48tugtsz88] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-check-input[b-48tugtsz88] {
    margin-top: 0 !important;
    transform: translateY(0);
}


/*end header*/
.cont-wrapper[b-48tugtsz88] {
    height: 740px;/*calc(100vh - 125px);*/ /*700px; */
}
/*details*/
td[b-48tugtsz88] {
    width: 150px;
} .td-data[b-48tugtsz88] {
    width: 300px;
} input[type="checkbox"][b-48tugtsz88] {
    margin: auto;
    /*setting margin to auto of the checkbox*/
    display: flex; /*Flex box property*/
}
/*end details*/
/* small responsive tweaks */
@media (max-width: 576px) {
    .header-row[b-48tugtsz88] {
        flex-wrap: wrap;
    }

        .header-row .main-title[b-48tugtsz88] {
            margin-left: 0;
            width: 100%;
            text-align: left;
            margin-top: 0.5rem;
        }
}



/* /Pages/Manage/CtreeMdsList.cshtml.rz.scp.css */
body[b-ih2ehjygww] {
    margin: 0.75em;
}

.jstree-table-wrapper[b-ih2ehjygww] {
    border: 1px solid #ccc;
}

.centerCell[b-ih2ehjygww] {
    text-align: center;
}

.cont-wrapper[b-ih2ehjygww] {
    height: calc(100vh - 125px); /*700px; */
}

td[b-ih2ehjygww] {
    width: 150px;
}

ul.breadcrumb[b-ih2ehjygww] {
    margin-left: 20px;
    height: 41px;
    padding: 8px 15px;
    margin-bottom: -2px;
    list-style: none;
    margin-top: -7px;
    font-weight: bold;
    padding-left: 0;
    background-color: transparent;
    border-radius: 0;
}

.treeSearch[b-ih2ehjygww] {
    height: 30px !important;
    max-width: 350px !important;
}

input[type="checkbox"][b-ih2ehjygww] {
    margin: auto;
    /*setting margin to auto of the checkbox*/
    display: flex; /*Flex box property*/
}

/*from cshtml*/
/*.centerCell {
    text-align: center;
}

.bold-node {
    font-weight: bold;
}

.col-2.d-flex {
    display: flex;
    justify-content: flex-end;
}

.d-flex.justify-content-end .ms-auto {
    margin-left: auto !important;
}*/
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
.bgHome-image[b-pcs7b4zx0a] {
    background-image: url('/images/wdBg_Home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;

}

/*.layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}*/

.main-content[b-pcs7b4zx0a] {
    display: flex;
    flex: 1; /* fills remaining height above footer */
    padding-top: 50px;
    padding-bottom: 35px;
}

.page-content-wrapper[b-pcs7b4zx0a] {
    min-width: 100vw;
    flex: 1;
}

.footerColor[b-pcs7b4zx0a] {
    color: teal;
}

.navbar[b-pcs7b4zx0a] {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;*/ /* above content, below modals */
    background-color: transparent !important;
/*    border: none;
    box-shadow: none;
    height: 50px;*/
}

/*.navFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background-color: transparent;
    border-top: 1px solid white;
    z-index: 1020;*/ /* below header, above content */
    /*padding: 0;
}*/


.navFooter[b-pcs7b4zx0a] {
    height: 35px;
    background-color: transparent;
    border-top: 1px solid white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .navFooter .container-fluid[b-pcs7b4zx0a] {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

.footer-socials a[b-pcs7b4zx0a],
.footer-socials i[b-pcs7b4zx0a],
.fontClassSmall[b-pcs7b4zx0a] {
    height: 100%;
    line-height: 35px;
    font-size: 16px;
}

    .footer-socials a:hover[b-pcs7b4zx0a] {
        color: teal;
    }

        .footer-socials a:hover i[b-pcs7b4zx0a] {
            color: teal;
        }

 /*         /////// */
    .nav-flush .nav-link[b-pcs7b4zx0a] {
        border-radius: 0;
    }

    .dropdown-item[b-pcs7b4zx0a] {
        max-width: 175px;
    }

    @media (min-width: 768px) {
        #sidebar-wrapper[b-pcs7b4zx0a] {
            margin-left: 0;
        }

        #page-content-wrapper[b-pcs7b4zx0a] {
            min-width: 0;
            width: 100%;
        }

        body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-pcs7b4zx0a] {
            margin-left: -15rem;
        }
    }

/* /Pages/Shared/_LayoutSb.cshtml.rz.scp.css */

#wrapper[b-vw8cl85npn] {
    overflow-x: hidden;
}

#sidebar-wrapper[b-vw8cl85npn] {
    min-height: calc(100vh - 35px);
    margin-left: -15rem;
    transition: margin 0.25s ease-out;
    width: 242px;
    overflow-y: auto;
}

    #sidebar-wrapper .sidebar-heading[b-vw8cl85npn] {
        padding: 0.875rem 1.25rem;
        font-size: 1.2rem;
    }

    #sidebar-wrapper .list-group[b-vw8cl85npn] {
        width: 15rem;
    }

.sidebarList[b-vw8cl85npn] {
    overflow-y: auto;
    height: calc(100vh - 80px);
}

#page-content-wrapper[b-vw8cl85npn] {
    min-width: 100vw;
}

body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-vw8cl85npn] {
    margin-left: 0;
}
/*         /////// */
.nav-flush .nav-link[b-vw8cl85npn] {
    border-radius: 0;
}

.dropdown-item[b-vw8cl85npn] {
    max-width: 175px;
}

@media (min-width: 768px) {
    #sidebar-wrapper[b-vw8cl85npn] {
        margin-left: 0;
    }

    #page-content-wrapper[b-vw8cl85npn] {
        min-width: 0;
        width: 100%;
    }

    body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-vw8cl85npn] {
        margin-left: -15rem;
    }
}

/* /Pages/Shared/_Layout_Old.cshtml.rz.scp.css */
.bgHome-image[b-n89ym3h8ce] {
    background-image: url('/images/wdBg_Home.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;

}

/*.layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100vh;
}*/

.main-content[b-n89ym3h8ce] {
    display: flex;
    flex: 1; /* fills remaining height above footer */
    padding-top: 50px;
    padding-bottom: 35px;
}

.page-content-wrapper[b-n89ym3h8ce] {
    min-width: 100vw;
    flex: 1;
}

.footerColor[b-n89ym3h8ce] {
    color: teal;
}

.navbar[b-n89ym3h8ce] {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;*/ /* above content, below modals */
    background-color: transparent !important;
/*    border: none;
    box-shadow: none;
    height: 50px;*/
}

/*.navFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    background-color: transparent;
    border-top: 1px solid white;
    z-index: 1020;*/ /* below header, above content */
    /*padding: 0;
}*/


.navFooter[b-n89ym3h8ce] {
    height: 35px;
    background-color: transparent;
    border-top: 1px solid white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .navFooter .container-fluid[b-n89ym3h8ce] {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

.footer-socials a[b-n89ym3h8ce],
.footer-socials i[b-n89ym3h8ce],
.fontClassSmall[b-n89ym3h8ce] {
    height: 100%;
    line-height: 35px;
    font-size: 16px;
}

    .footer-socials a:hover[b-n89ym3h8ce] {
        color: teal;
    }

        .footer-socials a:hover i[b-n89ym3h8ce] {
            color: teal;
        }

 /*         /////// */
    .nav-flush .nav-link[b-n89ym3h8ce] {
        border-radius: 0;
    }

    .dropdown-item[b-n89ym3h8ce] {
        max-width: 175px;
    }

    @media (min-width: 768px) {
        #sidebar-wrapper[b-n89ym3h8ce] {
            margin-left: 0;
        }

        #page-content-wrapper[b-n89ym3h8ce] {
            min-width: 0;
            width: 100%;
        }

        body.sb-sidenav-toggled #wrapper #sidebar-wrapper[b-n89ym3h8ce] {
            margin-left: -15rem;
        }
    }

/* /Pages/Shared/_nav.cshtml.rz.scp.css */
body[b-ye9wgrys8o] {
    margin: 0;
    font-family: sans-serif;
    background-color: #156669;
    color: white;
}

.main-header[b-ye9wgrys8o] {
    background-color: #156669;
    padding: 1rem;
    position: relative;
    z-index: 1000;
}

.hamburger[b-ye9wgrys8o] {
    font-size: 32px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.main-nav[b-ye9wgrys8o] {
    display: none;
    background-color: #156669;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

    .main-nav.open[b-ye9wgrys8o] {
        display: block;
    }

    .main-nav ul[b-ye9wgrys8o] {
        list-style: none;
        margin: 0;
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .main-nav a[b-ye9wgrys8o] {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }
