bitwrench 2.0.15 → 2.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +57 -21
- package/dist/bitwrench-bccl.cjs.js +3746 -0
- package/dist/bitwrench-bccl.cjs.min.js +40 -0
- package/dist/bitwrench-bccl.esm.js +3741 -0
- package/dist/bitwrench-bccl.esm.min.js +40 -0
- package/dist/bitwrench-bccl.umd.js +3752 -0
- package/dist/bitwrench-bccl.umd.min.js +40 -0
- package/dist/bitwrench-code-edit.cjs.js +57 -7
- package/dist/bitwrench-code-edit.cjs.min.js +9 -2
- package/dist/bitwrench-code-edit.es5.js +74 -11
- package/dist/bitwrench-code-edit.es5.min.js +9 -2
- package/dist/bitwrench-code-edit.esm.js +57 -7
- package/dist/bitwrench-code-edit.esm.min.js +9 -2
- package/dist/bitwrench-code-edit.umd.js +57 -7
- package/dist/bitwrench-code-edit.umd.min.js +9 -2
- package/dist/bitwrench-lean.cjs.js +413 -17
- package/dist/bitwrench-lean.cjs.min.js +7 -7
- package/dist/bitwrench-lean.es5.js +428 -16
- package/dist/bitwrench-lean.es5.min.js +5 -5
- package/dist/bitwrench-lean.esm.js +413 -17
- package/dist/bitwrench-lean.esm.min.js +7 -7
- package/dist/bitwrench-lean.umd.js +413 -17
- package/dist/bitwrench-lean.umd.min.js +7 -7
- package/dist/bitwrench.cjs.js +413 -17
- package/dist/bitwrench.cjs.min.js +7 -7
- package/dist/bitwrench.css +60 -17
- package/dist/bitwrench.es5.js +428 -16
- package/dist/bitwrench.es5.min.js +6 -6
- package/dist/bitwrench.esm.js +413 -17
- package/dist/bitwrench.esm.min.js +7 -7
- package/dist/bitwrench.min.css +1 -1
- package/dist/bitwrench.umd.js +413 -17
- package/dist/bitwrench.umd.min.js +7 -7
- package/dist/builds.json +168 -80
- package/dist/bwserve.cjs.js +646 -0
- package/dist/bwserve.esm.js +638 -0
- package/dist/sri.json +36 -28
- package/package.json +18 -3
- package/readme.html +62 -23
- package/src/bitwrench-bccl-entry.js +72 -0
- package/src/bitwrench-code-edit.js +56 -6
- package/src/bitwrench-color-utils.js +5 -6
- package/src/bitwrench-styles.js +20 -8
- package/src/bitwrench.js +385 -0
- package/src/bwserve/client.js +182 -0
- package/src/bwserve/index.js +352 -0
- package/src/bwserve/shell.js +103 -0
- package/src/cli/index.js +36 -15
- package/src/cli/serve.js +325 -0
- package/src/version.js +3 -3
- /package/bin/{bitwrench.js → bwcli.js} +0 -0
package/dist/bitwrench.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#212529;background-color:#ffffff}.bw_page{min-height:100vh;display:flex;flex-direction:column}.bw_page_content{flex:1;padding:2rem 0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;margin:1rem 0;border:0}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.25;letter-spacing:-0.01em}h1{font-size:calc(1.375rem + 1.5vw)}h2{font-size:calc(1.325rem + .9vw)}h3{font-size:calc(1.3rem + .6vw)}h4{font-size:calc(1.275rem + .3vw)}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}small{font-size:0.875rem}a{text-decoration:none;color:#006666;transition:color 100ms ease-out}.bw_display_4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}.bw_lead{font-size:1.25rem;font-weight:300}.bw_h5{font-size:1.25rem}.bw_h6{font-size:1rem}.bw_container{width:100%;padding-right:0.75rem;padding-left:0.75rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.bw_col_sm_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_sm_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_sm_3{flex:0 0 25%;max-width:25%}.bw_col_sm_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_sm_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_sm_6{flex:0 0 50%;max-width:50%}.bw_col_sm_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_sm_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_sm_9{flex:0 0 75%;max-width:75%}.bw_col_sm_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_sm_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_sm_12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.bw_col_md_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_md_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_md_3{flex:0 0 25%;max-width:25%}.bw_col_md_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_md_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_md_6{flex:0 0 50%;max-width:50%}.bw_col_md_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_md_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_md_9{flex:0 0 75%;max-width:75%}.bw_col_md_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_md_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_md_12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.bw_col_lg_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_lg_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_lg_3{flex:0 0 25%;max-width:25%}.bw_col_lg_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_lg_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_lg_6{flex:0 0 50%;max-width:50%}.bw_col_lg_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_lg_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_lg_9{flex:0 0 75%;max-width:75%}.bw_col_lg_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_lg_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_lg_12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.bw_container{max-width:1140px}}.bw_container_fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bw_row{display:flex;flex-wrap:wrap;margin-right:calc(var(--bw_gutter_x,0.75rem) * -0.5);margin-left:calc(var(--bw_gutter_x,0.75rem) * -0.5)}.col,[class*="col-"]{position:relative;width:100%;padding-right:calc(var(--bw_gutter_x,0.75rem) * 0.5);padding-left:calc(var(--bw_gutter_x,0.75rem) * 0.5)}.bw_col{flex-basis:0;flex-grow:1;max-width:100%}.bw_col_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_3{flex:0 0 25%;max-width:25%}.bw_col_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_6{flex:0 0 50%;max-width:50%}.bw_col_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_9{flex:0 0 75%;max-width:75%}.bw_col_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_12{flex:0 0 100%;max-width:100%}.bw_btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;font-size:0.875rem;font-family:inherit;gap:0.5rem;padding:0.5rem 1rem;border-radius:6px}.bw_btn:hover{text-decoration:none;transform:translateY(-1px)}.bw_btn:active{transform:translateY(0)}.bw_btn:focus-visible{outline:2px solid currentColor;outline-offset:2px;box-shadow:0 0 0 3px rgba(0,102,102,0.25)}.bw_btn:disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.bw_btn_block{display:block;width:100%}.bw_card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;word-wrap:break-word;background-clip:border-box;margin-bottom:1.5rem;overflow:hidden;background-color:#f8f9fa;border:1px solid #fcfdfd;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.08);transition:box-shadow 200ms ease-out,transform 200ms ease-out}.bw_card_body{flex:1 1 auto;padding:1.5rem 1.5rem}.bw_card_body > *:last-child{margin-bottom:0}.bw_card_title{margin-bottom:0.5rem;font-size:1.125rem;font-weight:600;line-height:1.3;color:#212529}.bw_card_text{margin-bottom:0;font-size:0.9375rem;line-height:1.6}.bw_card_header{margin-bottom:0;font-weight:600;font-size:0.875rem;padding:1.05rem 1.05rem;background-color:#fefefe;border-bottom:1px solid #fcfdfd}.bw_card_footer{font-size:0.875rem;background-color:#fefefe;border-top:1px solid #fcfdfd;color:#6c757d}.bw_card_hoverable{transition:all 0.3s ease-out}.bw_card_hoverable:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_card_img_top{width:100%}.bw_card_img_bottom{width:100%}.bw_card_img_left{width:40%;object-fit:cover}.bw_card_img_right{width:40%;object-fit:cover}.bw_card_subtitle,.card-subtitle{margin-top:-0.25rem;margin-bottom:0.5rem;font-size:0.875rem}.bw_form_control{display:block;width:100%;font-size:0.9375rem;font-weight:400;line-height:1.5;background-clip:padding-box;appearance:none;border:1px solid transparent;font-family:inherit;padding:0.5rem 0.75rem;border-radius:6px;color:#212529;background-color:#f8f9fa;border-color:#fcfdfd}.bw_form_control:focus{outline:2px solid #006666;outline-offset:-1px;border-color:#99c2c2;box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_form_control::placeholder{opacity:1;color:#6c757d}.bw_form_label{display:block;margin-bottom:0.375rem;font-size:0.875rem;font-weight:600;color:#212529}.bw_form_group{margin-bottom:1.25rem}.bw_form_text{margin-top:0.25rem;font-size:0.8125rem;color:#6c757d}select.bw_form_control{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px}textarea.bw_form_control{min-height:5rem;resize:vertical}.bw_valid_feedback{display:block;font-size:0.875rem;margin-top:0.25rem}.bw_invalid_feedback{display:block;font-size:0.875rem;margin-top:0.25rem}.bw_form_check{display:flex;align-items:center;gap:0.5rem;min-height:1.5rem;margin-bottom:0.25rem}.bw_form_check_input{width:1rem;height:1rem;margin:0;cursor:pointer;flex-shrink:0;border-radius:0.25rem;appearance:auto}.bw_form_check_input:disabled{opacity:0.5;cursor:not-allowed}.bw_form_check_label{cursor:pointer;user-select:none;font-size:0.9375rem}.bw_navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0.5rem 1.5rem;background-color:#fefefe;border-bottom-color:#fcfdfd}.bw_navbar > .bw_container,.bw_navbar > .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.bw_navbar_brand{display:inline-flex;align-items:center;gap:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;margin-right:1.5rem;font-size:1.125rem;font-weight:600;line-height:inherit;white-space:nowrap;text-decoration:none;color:#212529}.bw_navbar_nav{display:flex;flex-direction:row;padding-left:0;margin-bottom:0;list-style:none;gap:0.25rem}.bw_navbar_nav .bw_nav_link{display:block;text-decoration:none;font-size:0.875rem;font-weight:500;color:#6c757d}.bw_table{width:100%;margin-bottom:1.5rem;vertical-align:top;border-collapse:collapse;font-size:0.9375rem;line-height:1.5;color:#212529;border-color:#fcfdfd}.bw_table >:not(caption) > * > *{background-color:transparent;border-bottom-width:1px;border-bottom-style:solid;padding:0.75rem 1rem;border-bottom-color:#fcfdfd}.bw_table > tbody{vertical-align:inherit}.bw_table > thead{vertical-align:bottom}.bw_table > thead > tr > *{font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;border-bottom-width:2px;color:#6c757d;border-bottom-color:#fcfdfd;background-color:#fefefe}.bw_table caption{font-size:0.875rem;caption-side:bottom;color:#6c757d}.bw_table_bordered >:not(caption) > * > *{border-width:1px;border-style:solid}.bw_table_responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.bw_alert{position:relative;margin-bottom:1rem;border:1px solid transparent;font-size:0.9375rem;line-height:1.6;padding:0.75rem 1.5rem;border-radius:8px}.bw_alert_heading,.alert-heading{color:inherit}.bw_alert_link,.alert-link{font-weight:700}.bw_alert_dismissible{padding-right:3rem}.bw_alert_dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.bw_badge{display:inline-block;font-size:0.875rem;font-weight:600;line-height:1.3;text-align:center;white-space:nowrap;vertical-align:baseline}.bw_badge:empty{display:none}.bw_badge_sm{font-size:0.75rem;padding:0.25rem 0.5rem}.bw_badge_lg{font-size:1rem;padding:0.5rem 0.875rem}.bw_badge_pill{border-radius:50rem}.btn .badge{position:relative;top:-1px}.bw_progress{display:flex;height:1.25rem;overflow:hidden;font-size:.875rem;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bw_progress_bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;white-space:nowrap;font-weight:600;color:#fff;background-color:#006666;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.bw_progress_bar_striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bw_progress_bar_animated{animation:progress-bar-stripes 1s linear infinite}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.bw_nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;gap:0}.bw_nav_item{display:block}.bw_nav_tabs .bw_nav_item{margin-bottom:-2px}.bw_nav_link{display:block;font-size:0.875rem;font-weight:500;text-decoration:none;cursor:pointer;border:none;background:transparent;font-family:inherit;color:#6c757d}.bw_nav_tabs .bw_nav_link{border:none;border-bottom:2px solid transparent;border-radius:0;background-color:transparent}.bw_nav_vertical{flex-direction:column}.bw_tab_content{padding:1.25rem 0}.bw_tab_pane{display:none}.bw_tab_pane.active{display:block}.bw_nav_scrollable{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bw_nav_scrollable::-webkit-scrollbar{display:none}.bw_nav_scrollable .bw_nav_link{white-space:nowrap}.bw_list_group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.bw_list_group_item{position:relative;display:block;text-decoration:none;font-size:0.9375rem;padding:0.75rem 1rem;color:#212529;background-color:#f8f9fa;border-color:#fcfdfd}.bw_list_group_item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bw_list_group_item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.bw_list_group_item + .bw_list_group_item{border-top-width:0}.bw_list_group_item.disabled{pointer-events:none;color:#6c757d;background-color:#f8f9fa}a.bw_list_group_item{cursor:pointer}a.bw_list_group_item:focus-visible,.bw_list_group_item:focus-visible{z-index:2;outline:2px solid currentColor;outline-offset:-2px}.bw_list_group_flush{border-radius:0}.bw_list_group_flush > .bw_list_group_item{border-width:0 0 1px;border-radius:0}.bw_list_group_flush > .bw_list_group_item:last-child{border-bottom-width:0}.bw_pagination{display:flex;padding-left:0;list-style:none;margin-bottom:0}.bw_page_item{display:list-item;list-style:none}.bw_page_link{position:relative;display:block;padding:0.375rem 0.75rem;margin-left:-1px;line-height:1.25;text-decoration:none;color:#006666;background-color:#f8f9fa;border-color:#fcfdfd}.bw_page_item:first-child .bw_page_link{margin-left:0;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.bw_page_item:last-child .bw_page_link{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}.bw_page_link:focus-visible{z-index:3;outline:2px solid currentColor;outline-offset:-2px}.bw_breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.bw_breadcrumb_item{display:flex}.bw_breadcrumb_item + .bw_breadcrumb_item{padding-left:0.5rem}.bw_breadcrumb_item + .bw_breadcrumb_item::before{float:left;padding-right:0.5rem;content:"/";color:#6c757d}.bw_breadcrumb_item a{text-decoration:none}.bw_breadcrumb_item.active{font-weight:500;color:#6c757d}.bw_hero{position:relative;overflow:hidden}.bw_hero_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.bw_hero_content{position:relative;z-index:2}.bw_hero_title{font-weight:300;letter-spacing:-0.05rem;color:inherit}.bw_hero_subtitle{color:inherit}.bw_hero_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.bw_feature{padding:1rem}.bw_feature_icon{display:inline-block;margin-bottom:1rem}.bw_feature_title{margin-bottom:0.5rem}.bw_feature_grid{width:100%}.bw_g_4{--bw_gutter_x:1.5rem;--bw_gutter_y:1.5rem}.bw_section{position:relative}.bw_section_header{margin-bottom:3rem}.bw_section_title{margin-bottom:1rem;font-weight:300;font-size:calc(1.325rem + .9vw)}.bw_cta{position:relative}.bw_cta_content{max-width:48rem;margin:0 auto}.bw_cta_title{font-weight:300}.bw_cta_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.bw_spinner_border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:0.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:bw_spinner_border 0.75s linear infinite}.bw_spinner_border_sm{width:1rem;height:1rem;border-width:0.2em}.bw_spinner_border_lg{width:3rem;height:3rem;border-width:0.3em}.bw_spinner_border_md{}.bw_spinner_grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border-radius:50%;opacity:0;animation:bw_spinner_grow 0.75s linear infinite}.bw_spinner_grow_sm{width:1rem;height:1rem}.bw_spinner_grow_lg{width:3rem;height:3rem}.bw_spinner_grow_md{}@keyframes bw_spinner_border{100%{transform:rotate(360deg)}}@keyframes bw_spinner_grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.bw_visually_hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bw_close{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;font-weight:700;line-height:1;background:transparent;border:0;border-radius:0.25rem;cursor:pointer;color:#212529;opacity:0.5}.bw_close:hover{opacity:0.75}.bw_vstack{display:flex;flex-direction:column}.bw_hstack{display:flex;flex-direction:row;align-items:center}.bw_gap_0{gap:0}.bw_gap_1{gap:0.25rem}.bw_gap_2{gap:0.5rem}.bw_gap_3{gap:1rem}.bw_gap_4{gap:1.5rem}.bw_gap_5{gap:3rem}.bw_offset_1{margin-left:8.333333%}.bw_offset_2{margin-left:16.666667%}.bw_offset_3{margin-left:25%}.bw_offset_4{margin-left:33.333333%}.bw_offset_5{margin-left:41.666667%}.bw_offset_6{margin-left:50%}.bw_offset_7{margin-left:58.333333%}.bw_offset_8{margin-left:66.666667%}.bw_offset_9{margin-left:75%}.bw_offset_10{margin-left:83.333333%}.bw_offset_11{margin-left:91.666667%}.bw_code_demo{margin-bottom:2rem}.bw_code_pre{margin:0;border:none;overflow-x:auto}.bw_code_block{display:block;padding:1.25rem;font-family:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace;font-size:0.8125rem;line-height:1.6}.bw_code_copy_btn{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.625rem;font-size:0.6875rem;cursor:pointer;font-family:inherit}.bw_copy_btn{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.625rem;font-size:0.6875rem;cursor:pointer;font-family:inherit}.bw_btn_group,.bw_btn_group_vertical{position:relative;display:inline-flex;vertical-align:middle}.bw_btn_group > .bw_btn,.bw_btn_group_vertical > .bw_btn{position:relative;flex:1 1 auto;border-radius:0;margin-left:-1px}.bw_btn_group > .bw_btn:first-child{margin-left:0}.bw_btn_group > .bw_btn:last-child{}.bw_btn_group_lg > .bw_btn{padding:0.625rem 1.5rem;font-size:1rem}.bw_btn_group_sm > .bw_btn{padding:0.25rem 0.75rem;font-size:0.8125rem}.bw_btn_group_vertical{flex-direction:column;align-items:flex-start;justify-content:center}.bw_btn_group_vertical > .bw_btn{width:100%;margin-left:0;margin-top:-1px}.bw_btn_group_vertical > .bw_btn:first-child{margin-top:0}.bw_btn_group_vertical > .bw_btn:last-child{}.bw_accordion{overflow:hidden}.bw_accordion_item{border:1px solid transparent;background-color:#f8f9fa;border-color:#fcfdfd}.bw_accordion_item + .bw_accordion_item{border-top:0}.bw_accordion_header{margin:0}.bw_accordion_button{position:relative;display:flex;align-items:center;width:100%;font-size:1rem;font-weight:500;text-align:left;background-color:transparent;border:0;overflow-anchor:none;cursor:pointer;font-family:inherit;color:#212529}.bw_accordion_button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem}.bw_accordion_button:not(.bw_collapsed)::after{transform:rotate(-180deg)}.bw_accordion_collapse{max-height:0;overflow:hidden}.bw_accordion_collapse.bw_collapse_show{max-height:none}.bw_accordion_item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.bw_accordion_item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.bw_carousel{position:relative;overflow:hidden;background-color:#fefefe}.bw_carousel_track{display:flex;height:100%}.bw_carousel_slide{min-width:100%;flex-shrink:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.bw_carousel_slide img{width:100%;height:100%;object-fit:cover}.bw_carousel_caption{position:absolute;bottom:0;left:0;right:0;padding:0.75rem 1rem;font-size:0.875rem;background:linear-gradient(transparent,rgba(0,0,0,0.6));color:#fff}.bw_carousel_control{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;background-color:rgba(0,0,0,0.4);color:#fff}.bw_carousel_control img{width:20px;height:20px;pointer-events:none}.bw_carousel_control_prev{left:10px}.bw_carousel_control_next{right:10px}.bw_carousel_indicators{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.bw_carousel_indicator{width:10px;height:10px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer}.bw_carousel_indicator:hover{opacity:0.8}.bw_modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;overflow-x:hidden;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none}.bw_modal.bw_modal_show{opacity:1;visibility:visible;pointer-events:auto}.bw_modal_dialog{position:relative;width:100%;max-width:500px;margin:1.75rem auto;pointer-events:none}.bw_modal.bw_modal_show .bw_modal_dialog{transform:translateY(0)}.bw_modal_sm{max-width:300px}.bw_modal_lg{max-width:800px}.bw_modal_xl{max-width:1140px}.bw_modal_content{position:relative;display:flex;flex-direction:column;pointer-events:auto;background-clip:padding-box;border:1px solid transparent;outline:0;background-color:#f8f9fa;border-color:#fcfdfd;box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_modal_header{display:flex;align-items:center;justify-content:space-between;border-bottom-color:#fcfdfd}.bw_modal_title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:#212529}.bw_modal_body{position:relative;flex:1 1 auto}.bw_modal_footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:0.5rem;border-top-color:#fcfdfd}.bw_toast_container{position:fixed;z-index:1080;pointer-events:none;display:flex;flex-direction:column;gap:0.5rem;padding:1rem}.bw_toast_container.bw_toast_top_right{top:0;right:0}.bw_toast_container.bw_toast_top_left{top:0;left:0}.bw_toast_container.bw_toast_bottom_right{bottom:0;right:0}.bw_toast_container.bw_toast_bottom_left{bottom:0;left:0}.bw_toast_container.bw_toast_top_center{top:0;left:50%;transform:translateX(-50%)}.bw_toast_container.bw_toast_bottom_center{bottom:0;left:50%;transform:translateX(-50%)}.bw_toast{pointer-events:auto;width:350px;max-width:100%;background-clip:padding-box;opacity:0;background-color:#f8f9fa;border-color:rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_toast.bw_toast_show{opacity:1;transform:translateY(0)}.bw_toast.bw_toast_hiding{opacity:0}.bw_toast_header{display:flex;align-items:center;justify-content:space-between;font-size:0.875rem;border-bottom-color:rgba(0,0,0,0.05)}.bw_toast_body{font-size:0.9375rem}.bw_dropdown{position:relative;display:inline-block}.bw_dropdown_toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.bw_dropdown_menu{position:absolute;top:100%;left:0;z-index:1000;display:block;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;background-clip:padding-box;opacity:0;visibility:hidden;pointer-events:none;background-color:#f8f9fa;border-color:#fcfdfd;box-shadow:0 2px 6px rgba(0,0,0,0.12)}.bw_dropdown_menu.bw_dropdown_show{opacity:1;visibility:visible;pointer-events:auto}.bw_dropdown_menu_end{left:auto;right:0}.bw_dropdown_item{display:block;width:100%;clear:both;font-weight:400;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;font-size:0.9375rem;color:#212529}.bw_dropdown_item:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.bw_dropdown_divider{height:0;margin:0.5rem 0;overflow:hidden;opacity:1;border-top-color:#fcfdfd}.bw_form_switch{padding-left:2.5em}.bw_form_switch .bw_switch_input{width:2em;height:1.125em;margin-left:-2.5em;border-radius:2em;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");background-position:left center;background-repeat:no-repeat;background-size:contain;cursor:pointer;background-color:#6c757d;border-color:#6c757d}.bw_form_switch .bw_switch_input:checked{background-position:right center;background-color:#006666;border-color:#006666}.bw_form_switch .bw_switch_input:disabled{opacity:0.5;cursor:not-allowed}.bw_skeleton{background-size:400% 100%;animation:bw_skeleton_shimmer 1.4s ease infinite;background:linear-gradient(90deg,#fcfdfd 25%,#fefefe 37%,#fcfdfd 63%)}.bw_skeleton_text{height:1em;margin-bottom:0.5rem}.bw_skeleton_circle{border-radius:50%}.bw_skeleton_rect{}.bw_skeleton_group{display:flex;flex-direction:column}@keyframes bw_skeleton_shimmer{0%{background-position:100% 50%}100%{background-position:0 50%}}.bw_avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;font-weight:600;text-transform:uppercase;vertical-align:middle;object-fit:cover}.bw_avatar_sm{width:2rem;height:2rem;font-size:0.75rem}.bw_avatar_md{width:3rem;height:3rem;font-size:1rem}.bw_avatar_lg{width:4rem;height:4rem;font-size:1.25rem}.bw_avatar_xl{width:5rem;height:5rem;font-size:1.5rem}.bw_stat_card{border-left:4px solid transparent}.bw_stat_card:hover{transform:translateY(-1px)}.bw_stat_icon{font-size:1.5rem;margin-bottom:0.5rem}.bw_stat_value{font-size:2rem;font-weight:700;line-height:1.2}.bw_stat_label{font-size:0.875rem;margin-top:0.25rem}.bw_stat_change{font-size:0.875rem;font-weight:500;margin-top:0.5rem}.bw_tooltip_wrapper{position:relative;display:inline-block}.bw_tooltip{position:absolute;z-index:999;font-size:0.875rem;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden}.bw_tooltip.bw_tooltip_show{opacity:1;visibility:visible}.bw_tooltip_top{bottom:100%;left:50%;transform:translateX(-50%) translateY(-4px);margin-bottom:4px}.bw_tooltip_top.bw_tooltip_show{transform:translateX(-50%) translateY(0)}.bw_tooltip_bottom{top:100%;left:50%;transform:translateX(-50%) translateY(4px);margin-top:4px}.bw_tooltip_bottom.bw_tooltip_show{transform:translateX(-50%) translateY(0)}.bw_tooltip_left{right:100%;top:50%;transform:translateY(-50%) translateX(-4px);margin-right:4px}.bw_tooltip_left.bw_tooltip_show{transform:translateY(-50%) translateX(0)}.bw_tooltip_right{left:100%;top:50%;transform:translateY(-50%) translateX(4px);margin-left:4px}.bw_tooltip_right.bw_tooltip_show{transform:translateY(-50%) translateX(0)}.bw_popover_wrapper{position:relative;display:inline-block}.bw_popover_trigger{cursor:pointer}.bw_popover{position:absolute;z-index:1000;min-width:200px;max-width:320px;pointer-events:none;opacity:0;visibility:hidden}.bw_popover.bw_popover_show{opacity:1;visibility:visible;pointer-events:auto}.bw_popover_header{font-weight:600;font-size:0.9375rem}.bw_popover_body{font-size:0.875rem;line-height:1.5}.bw_popover_top{bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);margin-bottom:8px}.bw_popover_top.bw_popover_show{transform:translateX(-50%) translateY(0)}.bw_popover_bottom{top:100%;left:50%;transform:translateX(-50%) translateY(8px);margin-top:8px}.bw_popover_bottom.bw_popover_show{transform:translateX(-50%) translateY(0)}.bw_popover_left{right:100%;top:50%;transform:translateY(-50%) translateX(-8px);margin-right:8px}.bw_popover_left.bw_popover_show{transform:translateY(-50%) translateX(0)}.bw_popover_right{left:100%;top:50%;transform:translateY(-50%) translateX(8px);margin-left:8px}.bw_popover_right.bw_popover_show{transform:translateY(-50%) translateX(0)}.bw_search_input{position:relative;display:flex;align-items:center}.bw_search_input .bw_search_field{padding-right:2.5rem}.bw_search_clear{position:absolute;right:0.5rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;font-size:1.25rem;cursor:pointer;padding:0;border-radius:50%}.bw_range_wrapper{margin-bottom:1rem}.bw_range_label{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem;font-size:0.875rem;font-weight:500}.bw_range_value{font-weight:600}.bw_range{width:100%;height:0.5rem;padding:0;appearance:none;border:none;border-radius:0.25rem;cursor:pointer;outline:none;background-color:#fcfdfd}.bw_range:focus{outline:none}.bw_range::-webkit-slider-thumb{appearance:none;width:1.25rem;height:1.25rem;border-radius:50%;border-width:2px;border-style:solid;cursor:pointer;background-color:#006666;border-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2);transition:background-color 0.15s ease-out,transform 0.15s ease-out}.bw_range::-moz-range-thumb{width:1.25rem;height:1.25rem;border-radius:50%;border-width:2px;border-style:solid;cursor:pointer;background-color:#006666;border-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.bw_range::-webkit-slider-thumb:hover{transform:scale(1.15)}.bw_range:disabled{opacity:0.5;cursor:not-allowed}.bw_media{display:flex;align-items:flex-start;gap:1rem}.bw_media_reverse{flex-direction:row-reverse}.bw_media_img{border-radius:50%;object-fit:cover;flex-shrink:0}.bw_media_body{flex:1;min-width:0}.bw_media_title{margin:0 0 0.25rem 0;font-size:1rem;font-weight:600;line-height:1.3}.bw_file_upload{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed transparent;cursor:pointer;text-align:center;position:relative;border-color:#fcfdfd;background-color:#fefefe}.bw_file_upload_icon{font-size:2rem;margin-bottom:0.5rem}.bw_file_upload_text{font-size:0.875rem}.bw_file_upload_input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bw_timeline{position:relative;padding-left:2rem}.bw_timeline::before{content:"";position:absolute;left:0.5rem;top:0;bottom:0;width:2px;background-color:#fcfdfd}.bw_timeline_item{position:relative;padding-bottom:1.5rem}.bw_timeline_item:last-child{padding-bottom:0}.bw_timeline_marker{position:absolute;left:-1.75rem;top:0.25rem;width:0.75rem;height:0.75rem;border-radius:50%}.bw_timeline_content{padding-left:0.5rem}.bw_timeline_date{font-size:0.75rem;margin-bottom:0.25rem;font-weight:500;color:#6c757d}.bw_timeline_title{font-size:1rem;font-weight:600;margin:0 0 0.25rem 0;line-height:1.3}.bw_timeline_text{font-size:0.875rem;margin:0;line-height:1.5}.bw_stepper{display:flex;gap:0;counter-reset:step}.bw_step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.bw_step + .bw_step::before{content:"";position:absolute;top:1rem;left:-50%;right:50%;height:2px;background-color:#fcfdfd}.bw_step_indicator{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.875rem;font-weight:600;position:relative;z-index:1;background-color:#fefefe;border:2px solid #fcfdfd;color:#6c757d}.bw_step_body{margin-top:0.5rem}.bw_step_label{font-size:0.875rem;font-weight:500}.bw_step_description{font-size:0.75rem;margin-top:0.125rem}.bw_chip_input{display:flex;flex-wrap:wrap;align-items:center;gap:0.375rem;padding:0.375rem 0.5rem;min-height:2.5rem;cursor:text;border-color:#fcfdfd}.bw_chip{display:inline-flex;align-items:center;gap:0.25rem;padding:0.125rem 0.5rem;border-radius:1rem;font-size:0.8125rem;line-height:1.5;white-space:nowrap;background-color:#fefefe;color:#212529}.bw_chip_remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:none;background:none;font-size:0.875rem;cursor:pointer;padding:0;border-radius:50%}.bw_chip_field{flex:1;min-width:80px;border:none;outline:none;font-size:0.875rem;padding:0.125rem 0;background:transparent}.bw_bar_chart_container{padding:1rem;border:1px solid transparent}.bw_bar_chart{display:flex;align-items:flex-end;gap:6px;padding:0 0.5rem}.bw_bar_group{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.bw_bar{width:100%;border-radius:3px 3px 0 0;min-height:4px}.bw_bar:hover{opacity:0.85}.bw_bar_value{font-size:0.65rem;font-weight:600;margin-bottom:2px;text-align:center}.bw_bar_label{font-size:0.7rem;margin-top:4px;text-align:center}.bw_bar_chart_title{font-size:1.1rem;font-weight:600;margin:0 0 0.75rem 0}@media (max-width:575px){.bw_card_img_left,.bw_card-img-left{width:100%}.bw_card_img_right,.bw_card-img-right{width:100%}.bw_hero,.bw_hero{padding:2rem 1rem}.bw_cta_actions,.bw_cta-actions{flex-direction:column}.bw_hstack,.bw_hstack{flex-direction:column}.bw_feature_grid,.bw_feature-grid{grid-template-columns:1fr}}.bw_m_0{margin:0 !important}.bw_mt_0{margin-top:0 !important}.bw_mb_0{margin-bottom:0 !important}.bw_ms_0{margin-left:0 !important}.bw_me_0{margin-right:0 !important}.bw_p_0{padding:0 !important}.bw_pt_0,.pt-0{padding-top:0 !important}.bw_pb_0,.pb-0{padding-bottom:0 !important}.bw_ps_0,.ps-0{padding-left:0 !important}.bw_pe_0,.pe-0{padding-right:0 !important}.bw_m_1{margin:.25rem !important}.bw_mt_1{margin-top:.25rem !important}.bw_mb_1{margin-bottom:.25rem !important}.bw_ms_1{margin-left:.25rem !important}.bw_me_1{margin-right:.25rem !important}.bw_p_1{padding:.25rem !important}.bw_pt_1,.pt-1{padding-top:.25rem !important}.bw_pb_1,.pb-1{padding-bottom:.25rem !important}.bw_ps_1,.ps-1{padding-left:.25rem !important}.bw_pe_1,.pe-1{padding-right:.25rem !important}.bw_m_2{margin:.5rem !important}.bw_mt_2{margin-top:.5rem !important}.bw_mb_2{margin-bottom:.5rem !important}.bw_ms_2{margin-left:.5rem !important}.bw_me_2{margin-right:.5rem !important}.bw_p_2{padding:.5rem !important}.bw_pt_2,.pt-2{padding-top:.5rem !important}.bw_pb_2,.pb-2{padding-bottom:.5rem !important}.bw_ps_2,.ps-2{padding-left:.5rem !important}.bw_pe_2,.pe-2{padding-right:.5rem !important}.bw_m_3{margin:1rem !important}.bw_mt_3{margin-top:1rem !important}.bw_mb_3{margin-bottom:1rem !important}.bw_ms_3{margin-left:1rem !important}.bw_me_3{margin-right:1rem !important}.bw_p_3{padding:1rem !important}.bw_pt_3,.pt-3{padding-top:1rem !important}.bw_pb_3,.pb-3{padding-bottom:1rem !important}.bw_ps_3,.ps-3{padding-left:1rem !important}.bw_pe_3,.pe-3{padding-right:1rem !important}.bw_m_4{margin:1.5rem !important}.bw_mt_4{margin-top:1.5rem !important}.bw_mb_4{margin-bottom:1.5rem !important}.bw_ms_4{margin-left:1.5rem !important}.bw_me_4{margin-right:1.5rem !important}.bw_p_4{padding:1.5rem !important}.bw_pt_4,.pt-4{padding-top:1.5rem !important}.bw_pb_4,.pb-4{padding-bottom:1.5rem !important}.bw_ps_4,.ps-4{padding-left:1.5rem !important}.bw_pe_4,.pe-4{padding-right:1.5rem !important}.bw_m_5{margin:3rem !important}.bw_mt_5{margin-top:3rem !important}.bw_mb_5{margin-bottom:3rem !important}.bw_ms_5{margin-left:3rem !important}.bw_me_5{margin-right:3rem !important}.bw_p_5{padding:3rem !important}.bw_pt_5,.pt-5{padding-top:3rem !important}.bw_pb_5,.pb-5{padding-bottom:3rem !important}.bw_ps_5,.ps-5{padding-left:3rem !important}.bw_pe_5,.pe-5{padding-right:3rem !important}.bw_m_auto,.m-auto{margin:auto !important}.bw_py_3{padding-top:1rem !important;padding-bottom:1rem !important}.bw_py_4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bw_py_5{padding-top:3rem !important;padding-bottom:3rem !important}.bw_py_6{padding-top:4rem !important;padding-bottom:4rem !important}.bw_d_none{display:none}.bw_d_block{display:block}.bw_d_inline{display:inline}.bw_d_inline_block{display:inline-block}.bw_d_flex{display:flex}.bw_text_left{text-align:left}.bw_text_right{text-align:right}.bw_text_center{text-align:center}.bw_justify_content_start,.justify-content-start{justify-content:flex-start}.bw_justify_content_end,.justify-content-end{justify-content:flex-end}.bw_justify_content_center,.justify-content-center{justify-content:center}.bw_justify_content_between,.justify-content-between{justify-content:space-between}.bw_justify_content_around,.justify-content-around{justify-content:space-around}.bw_align_items_start,.align-items-start{align-items:flex-start}.bw_align_items_end,.align-items-end{align-items:flex-end}.bw_align_items_center,.align-items-center{align-items:center}.bw_border{border:1px solid transparent !important}.bw_border_0{border:0 !important}.bw_border_top_0,.border-top-0{border-top:0 !important}.bw_border_end_0,.border-end-0{border-right:0 !important}.bw_border_bottom_0,.border-bottom-0{border-bottom:0 !important}.bw_border_start_0,.border-start-0{border-left:0 !important}.bw_rounded{border-radius:.375rem !important}.bw_rounded_0{border-radius:0 !important}.bw_rounded_1,.rounded-1{border-radius:.25rem !important}.bw_rounded_2,.rounded-2{border-radius:.375rem !important}.bw_rounded_3,.rounded-3{border-radius:.5rem !important}.bw_rounded_circle{border-radius:50% !important}.bw_rounded_pill,.rounded-pill{border-radius:50rem !important}.bw_shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.bw_shadow_sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.bw_shadow_lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.bw_shadow_none,.shadow-none{box-shadow:none !important}.bw_w_25,.w-25{width:25% !important}.bw_h_25,.h-25{height:25% !important}.bw_w_50,.w-50{width:50% !important}.bw_h_50,.h-50{height:50% !important}.bw_w_75,.w-75{width:75% !important}.bw_h_75,.h-75{height:75% !important}.bw_w_100,.w-100{width:100% !important}.bw_h_100,.h-100{height:100% !important}.bw_w_auto,.w-auto{width:auto !important}.bw_h_auto,.h-auto{height:auto !important}.bw_mw_100,.mw-100{max-width:100% !important}.bw_mh_100,.mh-100{max-height:100% !important}.bw_position_static,.position-static{position:static !important}.bw_position_relative,.position-relative{position:relative !important}.bw_position_absolute,.position-absolute{position:absolute !important}.bw_position_fixed,.position-fixed{position:fixed !important}.bw_position_sticky,.position-sticky{position:sticky !important}.bw_top_0,.top-0{top:0 !important}.bw_top_50,.top-50{top:50% !important}.bw_top_100,.top-100{top:100% !important}.bw_bottom_0,.bottom-0{bottom:0 !important}.bw_bottom_50,.bottom-50{bottom:50% !important}.bw_bottom_100,.bottom-100{bottom:100% !important}.bw_start_0,.start-0{left:0 !important}.bw_start_50,.start-50{left:50% !important}.bw_start_100,.start-100{left:100% !important}.bw_end_0,.end-0{right:0 !important}.bw_end_50,.end-50{right:50% !important}.bw_end_100,.end-100{right:100% !important}.bw_translate_middle,.translate-middle{transform:translate(-50%,-50%) !important}.bw_overflow_auto,.overflow-auto{overflow:auto !important}.bw_overflow_hidden,.overflow-hidden{overflow:hidden !important}.bw_overflow_visible,.overflow-visible{overflow:visible !important}.bw_overflow_scroll,.overflow-scroll{overflow:scroll !important}.bw_fs-1{font-size:calc(1.375rem + 1.5vw) !important}.bw_fs-2{font-size:calc(1.325rem + .9vw) !important}.bw_fs-3{font-size:calc(1.3rem + .6vw) !important}.bw_fs-4{font-size:calc(1.275rem + .3vw) !important}.bw_fs-5{font-size:1.25rem !important}.bw_fs-6{font-size:1rem !important}.bw_fw-light{font-weight:300 !important}.bw_fw-lighter{font-weight:lighter !important}.bw_fw-normal{font-weight:400 !important}.bw_fw-bold{font-weight:700 !important}.bw_fw-bolder{font-weight:bolder !important}.bw_fst-italic{font-style:italic !important}.bw_fst-normal{font-style:normal !important}.bw_text-decoration-none{text-decoration:none !important}.bw_text-decoration-underline{text-decoration:underline !important}.bw_text-decoration-line-through{text-decoration:line-through !important}.bw_text-lowercase{text-transform:lowercase !important}.bw_text-uppercase{text-transform:uppercase !important}.bw_text-capitalize{text-transform:capitalize !important}.bw_text-wrap{white-space:normal !important}.bw_text-nowrap{white-space:nowrap !important}.bw_list-unstyled{padding-left:0;list-style:none}.bw_list-inline{padding-left:0;list-style:none}.bw_list-inline-item{display:inline-block}.bw_list-inline-item:not(:last-child){margin-right:.5rem}.bw_visible,.visible{visibility:visible !important}.bw_invisible,.invisible{visibility:hidden !important}.bw_user_select_all,.user-select-all{user-select:all !important}.bw_user_select_auto,.user-select-auto{user-select:auto !important}.bw_user_select_none,.user-select-none{user-select:none !important}.bw_pe-none{pointer-events:none !important}.bw_pe-auto{pointer-events:auto !important}.bw_opacity-0{opacity:0 !important}.bw_opacity-25{opacity:.25 !important}.bw_opacity-50{opacity:.5 !important}.bw_opacity-75{opacity:.75 !important}.bw_opacity-100{opacity:1 !important}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}a:hover{color:#003333;text-decoration:underline}.bw_btn_lg{padding:0.625rem 1.5rem;font-size:1rem;border-radius:8px}.bw_btn_sm{padding:0.25rem 0.75rem;font-size:0.8125rem;border-radius:5px}.bw_card:hover{box-shadow:0 2px 6px rgba(0,0,0,0.12)}.bw_card_subtitle{color:#6c757d}.bw_form_check_input:checked{background-color:#006666;border-color:#006666}.bw_form_check_input:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_form_control.bw_is_valid{border-color:#19875e}.bw_form_control.bw_is_valid:focus{border-color:#19875e;box-shadow:0 0 0 0.2rem rgba(25,135,94,0.25)}.bw_form_control.bw_is_invalid{border-color:#dc35a6}.bw_form_control.bw_is_invalid:focus{border-color:#dc35a6;box-shadow:0 0 0 0.2rem rgba(220,53,166,0.25)}.bw_form_select{padding:0.5rem 0.75rem;border-radius:6px;color:#212529;background-color:#f8f9fa;border-color:#fcfdfd}.bw_form_select:focus{border-color:#99c2c2;box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_navbar_nav .bw_nav_link:hover{color:#212529}.bw_navbar_nav .bw_nav_link.active{color:#006666;background-color:rgba(0,102,102,0.25)}.bw_navbar_dark{background-color:#212529;border-bottom-color:#0a0c0d}.bw_navbar_dark .bw_navbar_brand{color:#f8f9fa}.bw_navbar_dark .bw_nav_link{color:rgba(255,255,255,.65)}.bw_navbar_dark .bw_nav_link:hover{color:#fff}.bw_navbar_dark .bw_nav_link.active{color:#fff;font-weight:600}.bw_nav_pills .bw_nav_link.active{color:#fff;background-color:#006666}.bw_table_striped > tbody > tr:nth-of-type(odd) > *{background-color:rgba(0,0,0,0.05)}.bw_table_hover > tbody > tr:hover > *{background-color:rgba(0,102,102,0.25)}.bw_table_bordered{border-color:#fcfdfd}.bw_nav_tabs{border-bottom-color:#fcfdfd}.bw_nav_tabs .bw_nav_link:hover{color:#212529;border-bottom-color:#fcfdfd}.bw_nav_tabs .bw_nav_link.active{color:#006666;border-bottom:2px solid #006666}a.bw_list_group_item:hover{background-color:#fefefe;color:#0a0c0d}.bw_list_group_item.active{color:#fff;background-color:#006666;border-color:#006666}.bw_page_link:hover{color:#003333;background-color:#fefefe;border-color:#fcfdfd}.bw_page_link:focus{outline:2px solid #006666;outline-offset:-2px}.bw_page_item.bw_active .bw_page_link{color:#fff;background-color:#006666;border-color:#006666}.bw_page_item.bw_disabled .bw_page_link{color:#6c757d;background-color:#f8f9fa;border-color:#fcfdfd}.bw_breadcrumb_item a:hover{color:#003333;text-decoration:underline}.bw_close:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_section_subtitle{color:#6c757d}.bw_feature_description{color:#6c757d}.bw_cta_description{color:#6c757d}.bw_accordion_button:not(.bw_collapsed){color:#000000;background-color:#d9e8e8}.bw_accordion_button:hover{background-color:#fefefe}.bw_accordion_button:not(.bw_collapsed):hover{background-color:#003333}.bw_accordion_button:focus-visible{box-shadow:0 0 0 0.2rem rgba(0,102,102,0.25)}.bw_accordion_body{border-top:1px solid #fcfdfd}.bw_carousel_indicator.active{background-color:#006666}.bw_carousel_control:hover{background-color:rgba(0,0,0,0.6)}.bw_dropdown_item:hover{color:#0a0c0d;background-color:#fefefe}.bw_dropdown_item.disabled{color:#6c757d}.bw_form_switch .bw_switch_input:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_stat_change_up{color:#19875e}.bw_stat_change_down{color:#dc35a6}.bw_step_active .bw_step_indicator{background-color:#006666;color:#fff}.bw_step_active .bw_step_label{color:#212529;font-weight:600}.bw_step_completed .bw_step_indicator{background-color:#006666;color:#fff}.bw_step_completed .bw_step_label{color:#006666}.bw_step_completed + .bw_step::before{background-color:#006666}.bw_chip_input:focus-within{border-color:#006666;box-shadow:0 0 0 0.2rem rgba(0,102,102,0.25)}.bw_chip_remove:hover{color:#dc35a6;background-color:#fae1f2}.bw_file_upload:hover{border-color:#006666;background-color:#d9e8e8}.bw_file_upload:focus{outline:2px solid #006666;outline-offset:2px}.bw_file_upload.bw_file_upload_active{border-color:#006666;background-color:#d9e8e8;border-style:solid}.bw_search_clear:hover{color:#212529}.bw_code_copy_btn_copied{background:#19875e;color:#000;border-color:#19875e}.bw_copy_btn:hover{background:rgba(255,255,255,0.2);color:#fff}.bw_nav_pills .bw_nav_link{border-radius:6px}.bw_primary{background-color:#006666;color:#fff;border-color:#006666}.bw_primary:hover{background-color:#003333;border-color:#00191a}.bw_primary:active{background-color:#00191a}.bw_primary:focus-visible{box-shadow:0 0 0 3px rgba(0,102,102,0.25);outline:none}.bw_alert.bw_primary{background-color:#d9e8e8;color:#000000;border-color:#99c2c2}.bw_toast.bw_primary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_stat_card.bw_primary{background-color:inherit;color:inherit;border-left-color:#006666}.bw_card.bw_primary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_timeline_marker.bw_primary{box-shadow:0 0 0 2px #006666}.bw_spinner_border.bw_primary,.bw_spinner_grow.bw_primary{background-color:transparent;color:#006666;border-color:currentColor}.bw_btn_outline.bw_primary{background-color:transparent;color:#006666;border-color:#006666}.bw_btn_outline.bw_primary:hover{background-color:#006666;color:#fff}.bw_hero.bw_primary{background:linear-gradient(135deg,#006666 0%,#003333 100%);color:#fff}.bw_progress_bar.bw_primary{color:#fff}.bw_secondary{background-color:#6c757d;color:#fff;border-color:#6c757d}.bw_secondary:hover{background-color:#545b62;border-color:#494f54}.bw_secondary:active{background-color:#494f54}.bw_secondary:focus-visible{box-shadow:0 0 0 3px rgba(108,117,125,0.25);outline:none}.bw_alert.bw_secondary{background-color:#e9eaec;color:#0d0f10;border-color:#c4c8cb}.bw_toast.bw_secondary{background-color:inherit;color:inherit;border-left:4px solid #6c757d}.bw_stat_card.bw_secondary{background-color:inherit;color:inherit;border-left-color:#6c757d}.bw_card.bw_secondary{background-color:inherit;color:inherit;border-left:4px solid #6c757d}.bw_timeline_marker.bw_secondary{box-shadow:0 0 0 2px #6c757d}.bw_spinner_border.bw_secondary,.bw_spinner_grow.bw_secondary{background-color:transparent;color:#6c757d;border-color:currentColor}.bw_btn_outline.bw_secondary{background-color:transparent;color:#6c757d;border-color:#6c757d}.bw_btn_outline.bw_secondary:hover{background-color:#6c757d;color:#fff}.bw_hero.bw_secondary{background:linear-gradient(135deg,#6c757d 0%,#545b62 100%);color:#fff}.bw_progress_bar.bw_secondary{color:#fff}.bw_tertiary{background-color:#006666;color:#fff;border-color:#006666}.bw_tertiary:hover{background-color:#003333;border-color:#00191a}.bw_tertiary:active{background-color:#00191a}.bw_tertiary:focus-visible{box-shadow:0 0 0 3px rgba(0,102,102,0.25);outline:none}.bw_alert.bw_tertiary{background-color:#d9e8e8;color:#000000;border-color:#99c2c2}.bw_toast.bw_tertiary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_stat_card.bw_tertiary{background-color:inherit;color:inherit;border-left-color:#006666}.bw_card.bw_tertiary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_timeline_marker.bw_tertiary{box-shadow:0 0 0 2px #006666}.bw_spinner_border.bw_tertiary,.bw_spinner_grow.bw_tertiary{background-color:transparent;color:#006666;border-color:currentColor}.bw_btn_outline.bw_tertiary{background-color:transparent;color:#006666;border-color:#006666}.bw_btn_outline.bw_tertiary:hover{background-color:#006666;color:#fff}.bw_hero.bw_tertiary{background:linear-gradient(135deg,#006666 0%,#003333 100%);color:#fff}.bw_progress_bar.bw_tertiary{color:#fff}.bw_success{background-color:#19875e;color:#000;border-color:#19875e}.bw_success:hover{background-color:#115c40;border-color:#0d4631}.bw_success:active{background-color:#0d4631}.bw_success:focus-visible{box-shadow:0 0 0 3px rgba(25,135,94,0.25);outline:none}.bw_alert.bw_success{background-color:#ddede7;color:#000000;border-color:#a3cfbf}.bw_toast.bw_success{background-color:inherit;color:inherit;border-left:4px solid #19875e}.bw_stat_card.bw_success{background-color:inherit;color:inherit;border-left-color:#19875e}.bw_card.bw_success{background-color:inherit;color:inherit;border-left:4px solid #19875e}.bw_timeline_marker.bw_success{box-shadow:0 0 0 2px #19875e}.bw_spinner_border.bw_success,.bw_spinner_grow.bw_success{background-color:transparent;color:#19875e;border-color:currentColor}.bw_btn_outline.bw_success{background-color:transparent;color:#19875e;border-color:#19875e}.bw_btn_outline.bw_success:hover{background-color:#19875e;color:#000}.bw_hero.bw_success{background:linear-gradient(135deg,#19875e 0%,#115c40 100%);color:#000}.bw_progress_bar.bw_success{color:#fff}.bw_danger{background-color:#dc35a6;color:#000;border-color:#dc35a6}.bw_danger:hover{background-color:#bd218b;border-color:#a71d7b}.bw_danger:active{background-color:#a71d7b}.bw_danger:focus-visible{box-shadow:0 0 0 3px rgba(220,53,166,0.25);outline:none}.bw_alert.bw_danger{background-color:#fae1f2;color:#3b0a2b;border-color:#f1aedb}.bw_toast.bw_danger{background-color:inherit;color:inherit;border-left:4px solid #dc35a6}.bw_stat_card.bw_danger{background-color:inherit;color:inherit;border-left-color:#dc35a6}.bw_card.bw_danger{background-color:inherit;color:inherit;border-left:4px solid #dc35a6}.bw_timeline_marker.bw_danger{box-shadow:0 0 0 2px #dc35a6}.bw_spinner_border.bw_danger,.bw_spinner_grow.bw_danger{background-color:transparent;color:#dc35a6;border-color:currentColor}.bw_btn_outline.bw_danger{background-color:transparent;color:#dc35a6;border-color:#dc35a6}.bw_btn_outline.bw_danger:hover{background-color:#dc35a6;color:#000}.bw_hero.bw_danger{background:linear-gradient(135deg,#dc35a6 0%,#bd218b 100%);color:#000}.bw_progress_bar.bw_danger{color:#fff}.bw_warning{background-color:#8fb300;color:#000;border-color:#8fb300}.bw_warning:hover{background-color:#668000;border-color:#526600}.bw_warning:active{background-color:#526600}.bw_warning:focus-visible{box-shadow:0 0 0 3px rgba(143,179,0,0.25);outline:none}.bw_alert.bw_warning{background-color:#eef4d9;color:#000000;border-color:#d2e199}.bw_toast.bw_warning{background-color:inherit;color:inherit;border-left:4px solid #8fb300}.bw_stat_card.bw_warning{background-color:inherit;color:inherit;border-left-color:#8fb300}.bw_card.bw_warning{background-color:inherit;color:inherit;border-left:4px solid #8fb300}.bw_timeline_marker.bw_warning{box-shadow:0 0 0 2px #8fb300}.bw_spinner_border.bw_warning,.bw_spinner_grow.bw_warning{background-color:transparent;color:#8fb300;border-color:currentColor}.bw_btn_outline.bw_warning{background-color:transparent;color:#8fb300;border-color:#8fb300}.bw_btn_outline.bw_warning:hover{background-color:#8fb300;color:#000}.bw_hero.bw_warning{background:linear-gradient(135deg,#8fb300 0%,#668000 100%);color:#000}.bw_progress_bar.bw_warning{color:#fff}.bw_info{background-color:#0898b2;color:#000;border-color:#0898b2}.bw_info:hover{background-color:#066e81;border-color:#055969}.bw_info:active{background-color:#055969}.bw_info:focus-visible{box-shadow:0 0 0 3px rgba(8,152,178,0.25);outline:none}.bw_alert.bw_info{background-color:#daf0f3;color:#000000;border-color:#9cd6e0}.bw_toast.bw_info{background-color:inherit;color:inherit;border-left:4px solid #0898b2}.bw_stat_card.bw_info{background-color:inherit;color:inherit;border-left-color:#0898b2}.bw_card.bw_info{background-color:inherit;color:inherit;border-left:4px solid #0898b2}.bw_timeline_marker.bw_info{box-shadow:0 0 0 2px #0898b2}.bw_spinner_border.bw_info,.bw_spinner_grow.bw_info{background-color:transparent;color:#0898b2;border-color:currentColor}.bw_btn_outline.bw_info{background-color:transparent;color:#0898b2;border-color:#0898b2}.bw_btn_outline.bw_info:hover{background-color:#0898b2;color:#000}.bw_hero.bw_info{background:linear-gradient(135deg,#0898b2 0%,#066e81 100%);color:#000}.bw_progress_bar.bw_info{color:#fff}.bw_light{background-color:#f8f9fa;color:#000;border-color:#f8f9fa}.bw_light:hover{background-color:#dae0e5;border-color:#cbd3da}.bw_light:active{background-color:#cbd3da}.bw_light:focus-visible{box-shadow:0 0 0 3px rgba(248,249,250,0.25);outline:none}.bw_alert.bw_light{background-color:#fefefe;color:#8193a5;border-color:#fcfdfd}.bw_toast.bw_light{background-color:inherit;color:inherit;border-left:4px solid #f8f9fa}.bw_stat_card.bw_light{background-color:inherit;color:inherit;border-left-color:#f8f9fa}.bw_card.bw_light{background-color:inherit;color:inherit;border-left:4px solid #f8f9fa}.bw_timeline_marker.bw_light{box-shadow:0 0 0 2px #f8f9fa}.bw_spinner_border.bw_light,.bw_spinner_grow.bw_light{background-color:transparent;color:#f8f9fa;border-color:currentColor}.bw_btn_outline.bw_light{background-color:transparent;color:#f8f9fa;border-color:#f8f9fa}.bw_btn_outline.bw_light:hover{background-color:#f8f9fa;color:#000}.bw_hero.bw_light{background:linear-gradient(135deg,#f8f9fa 0%,#dae0e5 100%);color:#000}.bw_progress_bar.bw_light{color:#fff}.bw_dark{background-color:#212529;color:#fff;border-color:#212529}.bw_dark:hover{background-color:#0a0c0d;border-color:#000000}.bw_dark:active{background-color:#000000}.bw_dark:focus-visible{box-shadow:0 0 0 3px rgba(33,37,41,0.25);outline:none}.bw_alert.bw_dark{background-color:#dededf;color:#000000;border-color:#a6a8a9}.bw_toast.bw_dark{background-color:inherit;color:inherit;border-left:4px solid #212529}.bw_stat_card.bw_dark{background-color:inherit;color:inherit;border-left-color:#212529}.bw_card.bw_dark{background-color:inherit;color:inherit;border-left:4px solid #212529}.bw_timeline_marker.bw_dark{box-shadow:0 0 0 2px #212529}.bw_spinner_border.bw_dark,.bw_spinner_grow.bw_dark{background-color:transparent;color:#212529;border-color:currentColor}.bw_btn_outline.bw_dark{background-color:transparent;color:#212529;border-color:#212529}.bw_btn_outline.bw_dark:hover{background-color:#212529;color:#fff}.bw_hero.bw_dark{background:linear-gradient(135deg,#212529 0%,#0a0c0d 100%);color:#fff}.bw_progress_bar.bw_dark{color:#fff}.bw_text_muted{color:#6c757d}.bw_page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa}.bw_page_content{flex:1;padding:2rem 0}@media (min-width:576px){.bw_page_content{padding:3rem 0}}@media (min-width:768px){.bw_page_content{padding:4rem 0}}.bw_theme_dark,.bw_theme_dark body{background-color:#212529;color:#fff}.bw_theme_dark h1,.bw_theme_dark h2,.bw_theme_dark h3,.bw_theme_dark h4,.bw_theme_dark h5,.bw_theme_dark h6{color:#fff}.bw_theme_dark .text-muted{color:#adb5bd !important}.bw_theme_dark .lead{color:#e9ecef}.bw_theme_dark .card{background-color:#343a40;border-color:#495057;color:#fff}.bw_theme_dark .btn-light{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark .btn-light:hover{background-color:#5a6268;border-color:#545b62}.bw_theme_dark .navbar-light{background-color:#343a40 !important}.bw_theme_dark .navbar-light .navbar-brand,.bw_theme_dark .navbar-light .nav-link{color:rgba(255,255,255,.8)}.bw_theme_dark .navbar-light .nav-link:hover{color:rgba(255,255,255,.9)}.bw_theme_dark .navbar-light .nav-link.active{color:#fff}.bw_theme_dark .bg-light{background-color:#495057 !important;color:#fff}.bw_theme_dark .text-muted{color:#adb5bd !important}.bw_theme_dark .table{color:#fff;border-color:#495057}.bw_theme_dark .table-striped > tbody > tr:nth-of-type(odd) > *{background-color:rgba(255,255,255,0.05)}.bw_theme_dark .table-hover > tbody > tr:hover > *{background-color:rgba(255,255,255,0.075);color:#fff}.bw_theme_dark .form-control{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark .form-control:focus{background-color:#495057;border-color:#80bdff;color:#fff}.bw_theme_dark .form-control::placeholder{color:#adb5bd}.bw_theme_dark .form-select{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark pre{background-color:#343a40;color:#f8f9fa}.bw_theme_dark code{color:#e83e8c}.bw_theme_dark .form-check-input:checked{background-color:#0dcaf0;border-color:#0dcaf0}.bw_theme_dark .form-switch .form-check-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,255,255,0.85%29'/%3e%3c/svg%3e")}.bw_theme_dark .form-switch .form-check-input:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.85%29'/%3e%3c/svg%3e")}.bw_theme_dark .form-check-label{color:#fff}.bw_example_page{padding:0;margin:0}.bw_example_page .container{padding-top:2rem;padding-bottom:2rem}.row > [class*="col-"] > .card{height:100%}.table{margin-bottom:0}.table th{font-weight:600;background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.bw_theme_dark .table th{background-color:#343a40;border-bottom-color:#495057}.btn + .btn{margin-left:0.5rem}.card{transition:transform 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.card:hover{transform:translateY(-2px)}.card-title{font-weight:600}.navbar{box-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar-brand{font-weight:600}.form-label{font-weight:500;margin-bottom:0.5rem}pre{border-radius:0.5rem;border:1px solid #dee2e6}.bw_theme_dark pre{border-color:#495057}.alert{border:none;box-shadow:0 1px 3px rgba(0,0,0,.1)}.progress{box-shadow:none;border:1px solid rgba(0,0,0,.1)}.badge{font-weight:500;padding:0.375em 0.75em}@media (max-width:575.98px){.display-1{font-size:3rem}.display-2{font-size:2.5rem}.display-3{font-size:2rem}.display-4{font-size:1.75rem}}@media print{.navbar,.btn,.bw_no_print{display:none !important}.bw_page{min-height:auto}.card{border:1px solid #000 !important;page-break-inside:avoid}}
|
|
1
|
+
*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#212529;background-color:#fafafa}.bw_page{min-height:100vh;display:flex;flex-direction:column}.bw_page_content{flex:1;padding:2rem 0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible;margin:1rem 0;border:0}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.25;letter-spacing:-0.01em}h1{font-size:calc(1.375rem + 1.5vw)}h2{font-size:calc(1.325rem + .9vw)}h3{font-size:calc(1.3rem + .6vw)}h4{font-size:calc(1.275rem + .3vw)}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}small{font-size:0.875rem}a{text-decoration:none;color:#006666;transition:color 100ms ease-out}.bw_display_4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}.bw_lead{font-size:1.25rem;font-weight:300}.bw_h5{font-size:1.25rem}.bw_h6{font-size:1rem}.bw_container{width:100%;padding-right:0.75rem;padding-left:0.75rem;margin-right:auto;margin-left:auto}@media (min-width:576px){.bw_col_sm_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_sm_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_sm_3{flex:0 0 25%;max-width:25%}.bw_col_sm_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_sm_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_sm_6{flex:0 0 50%;max-width:50%}.bw_col_sm_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_sm_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_sm_9{flex:0 0 75%;max-width:75%}.bw_col_sm_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_sm_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_sm_12{flex:0 0 100%;max-width:100%}}@media (min-width:768px){.bw_col_md_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_md_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_md_3{flex:0 0 25%;max-width:25%}.bw_col_md_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_md_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_md_6{flex:0 0 50%;max-width:50%}.bw_col_md_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_md_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_md_9{flex:0 0 75%;max-width:75%}.bw_col_md_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_md_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_md_12{flex:0 0 100%;max-width:100%}}@media (min-width:992px){.bw_col_lg_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_lg_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_lg_3{flex:0 0 25%;max-width:25%}.bw_col_lg_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_lg_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_lg_6{flex:0 0 50%;max-width:50%}.bw_col_lg_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_lg_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_lg_9{flex:0 0 75%;max-width:75%}.bw_col_lg_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_lg_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_lg_12{flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.bw_container{max-width:1140px}}.bw_container_fluid{width:100%;padding-right:0.75rem;padding-left:0.75rem;margin-right:auto;margin-left:auto}.bw_row{display:flex;flex-wrap:wrap;margin-right:calc(var(--bw_gutter_x,0.75rem) * -0.5);margin-left:calc(var(--bw_gutter_x,0.75rem) * -0.5)}.col,[class*="col-"]{position:relative;width:100%;padding-right:calc(var(--bw_gutter_x,0.75rem) * 0.5);padding-left:calc(var(--bw_gutter_x,0.75rem) * 0.5)}.bw_col{flex-basis:0;flex-grow:1;max-width:100%}.bw_col_1{flex:0 0 8.333333%;max-width:8.333333%}.bw_col_2{flex:0 0 16.666667%;max-width:16.666667%}.bw_col_3{flex:0 0 25%;max-width:25%}.bw_col_4{flex:0 0 33.333333%;max-width:33.333333%}.bw_col_5{flex:0 0 41.666667%;max-width:41.666667%}.bw_col_6{flex:0 0 50%;max-width:50%}.bw_col_7{flex:0 0 58.333333%;max-width:58.333333%}.bw_col_8{flex:0 0 66.666667%;max-width:66.666667%}.bw_col_9{flex:0 0 75%;max-width:75%}.bw_col_10{flex:0 0 83.333333%;max-width:83.333333%}.bw_col_11{flex:0 0 91.666667%;max-width:91.666667%}.bw_col_12{flex:0 0 100%;max-width:100%}.bw_btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid transparent;font-size:0.875rem;font-family:inherit;gap:0.5rem;padding:0.5rem 1rem;border-radius:6px}.bw_btn:hover{text-decoration:none;transform:translateY(-1px)}.bw_btn:active{transform:translateY(0)}.bw_btn:focus-visible{outline:2px solid currentColor;outline-offset:2px;box-shadow:0 0 0 3px rgba(0,102,102,0.25)}.bw_btn:disabled{opacity:0.5;cursor:not-allowed;pointer-events:none}.bw_btn_block{display:block;width:100%}.bw_card{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;word-wrap:break-word;background-clip:border-box;margin-bottom:1.5rem;overflow:hidden;background-color:#f4f6f6;border:1px solid #fcfdfd;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.08);transition:box-shadow 200ms ease-out,transform 200ms ease-out}.bw_card_body{flex:1 1 auto;padding:1.5rem 1.5rem}.bw_card_body > *:last-child{margin-bottom:0}.bw_card_title{margin-bottom:0.5rem;font-size:1.125rem;font-weight:600;line-height:1.3;color:#212529}.bw_card_text{margin-bottom:0;font-size:0.9375rem;line-height:1.6}.bw_card_header{margin-bottom:0;font-weight:600;font-size:0.875rem;padding:1.05rem 1.05rem;background-color:#fefefe;border-bottom:1px solid #fcfdfd}.bw_card_footer{font-size:0.875rem;background-color:#fefefe;border-top:1px solid #fcfdfd;color:#6c757d}.bw_card_hoverable{transition:all 0.3s ease-out}.bw_card_hoverable:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_card_img_top{width:100%}.bw_card_img_bottom{width:100%}.bw_card_img_left{width:40%;object-fit:cover}.bw_card_img_right{width:40%;object-fit:cover}.bw_card_subtitle,.card-subtitle{margin-top:-0.25rem;margin-bottom:0.5rem;font-size:0.875rem}.bw_form_control{display:block;width:100%;font-size:0.9375rem;font-weight:400;line-height:1.5;background-clip:padding-box;appearance:none;border:1px solid transparent;font-family:inherit;padding:0.5rem 0.75rem;border-radius:6px;color:#212529;background-color:#f4f6f6;border-color:#fcfdfd}.bw_form_control:focus{outline:2px solid #006666;outline-offset:-1px;border-color:#99c2c2;box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_form_control::placeholder{opacity:1;color:#6c757d}.bw_form_label{display:block;margin-bottom:0.375rem;font-size:0.875rem;font-weight:600;color:#212529}.bw_form_group{margin-bottom:1.25rem}.bw_form_text{margin-top:0.25rem;font-size:0.8125rem;color:#6c757d}select.bw_form_control{padding-right:2.25rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px}textarea.bw_form_control{min-height:5rem;resize:vertical}.bw_valid_feedback{display:block;font-size:0.875rem;margin-top:0.25rem}.bw_invalid_feedback{display:block;font-size:0.875rem;margin-top:0.25rem}.bw_form_check{display:flex;align-items:center;gap:0.5rem;min-height:1.5rem;margin-bottom:0.25rem}.bw_form_check_input{width:1rem;height:1rem;margin:0;cursor:pointer;flex-shrink:0;border-radius:0.25rem;appearance:auto}.bw_form_check_input:disabled{opacity:0.5;cursor:not-allowed}.bw_form_check_label{cursor:pointer;user-select:none;font-size:0.9375rem}.bw_navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0.5rem 1.5rem;background-color:#fefefe;border-bottom-color:#fcfdfd}.bw_navbar > .bw_container,.bw_navbar > .container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.bw_navbar_brand{display:inline-flex;align-items:center;gap:0.5rem;padding-top:0.25rem;padding-bottom:0.25rem;margin-right:1.5rem;font-size:1.125rem;font-weight:600;line-height:inherit;white-space:nowrap;text-decoration:none;color:#212529}.bw_navbar_nav{display:flex;flex-direction:row;padding-left:0;margin-bottom:0;list-style:none;gap:0.25rem}.bw_navbar_nav .bw_nav_link{display:block;text-decoration:none;font-size:0.875rem;font-weight:500;color:#6c757d}.bw_table{width:100%;margin-bottom:1.5rem;vertical-align:top;border-collapse:collapse;font-size:0.9375rem;line-height:1.5;color:#212529;border-color:#fcfdfd}.bw_table >:not(caption) > * > *{background-color:transparent;border-bottom-width:1px;border-bottom-style:solid;padding:0.75rem 1rem;border-bottom-color:#fcfdfd}.bw_table > tbody{vertical-align:inherit}.bw_table > thead{vertical-align:bottom}.bw_table > thead > tr > *{font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;border-bottom-width:2px;color:#6c757d;border-bottom-color:#fcfdfd;background-color:#fefefe}.bw_table caption{font-size:0.875rem;caption-side:bottom;color:#6c757d}.bw_table_bordered >:not(caption) > * > *{border-width:1px;border-style:solid}.bw_table_responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}.bw_alert{position:relative;margin-bottom:1rem;border:1px solid transparent;font-size:0.9375rem;line-height:1.6;padding:0.75rem 1.5rem;border-radius:8px}.bw_alert_heading,.alert-heading{color:inherit}.bw_alert_link,.alert-link{font-weight:700}.bw_alert_dismissible{padding-right:3rem}.bw_alert_dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.bw_badge{display:inline-block;font-size:0.875rem;font-weight:600;line-height:1.3;text-align:center;white-space:nowrap;vertical-align:baseline;padding:0.35rem 0.65rem;border-radius:0.25rem}.bw_badge:empty{display:none}.bw_badge_sm{font-size:0.75rem;padding:0.25rem 0.5rem}.bw_badge_lg{font-size:1rem;padding:0.5rem 0.875rem}.bw_badge_pill{border-radius:50rem}.btn .badge{position:relative;top:-1px}.bw_progress{display:flex;height:1.25rem;overflow:hidden;font-size:.875rem;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.bw_progress_bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;text-align:center;white-space:nowrap;font-weight:600;color:#fff;background-color:#006666;box-shadow:inset 0 -1px 0 rgba(0,0,0,.15)}.bw_progress_bar_striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bw_progress_bar_animated{animation:progress-bar-stripes 1s linear infinite}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.bw_nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;gap:0}.bw_nav_item{display:block}.bw_nav_tabs .bw_nav_item{margin-bottom:-2px}.bw_nav_link{display:block;font-size:0.875rem;font-weight:500;text-decoration:none;cursor:pointer;border:none;background:transparent;font-family:inherit;color:#6c757d}.bw_nav_tabs .bw_nav_link{border:none;border-bottom:2px solid transparent;border-radius:0;background-color:transparent}.bw_nav_vertical{flex-direction:column}.bw_tab_content{padding:1.25rem 0}.bw_tab_pane{display:none}.bw_tab_pane.active{display:block}.bw_nav_scrollable{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bw_nav_scrollable::-webkit-scrollbar{display:none}.bw_nav_scrollable .bw_nav_link{white-space:nowrap}.bw_list_group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.bw_list_group_item{position:relative;display:block;text-decoration:none;font-size:0.9375rem;padding:0.75rem 1rem;color:#212529;background-color:#f4f6f6;border-color:#fcfdfd}.bw_list_group_item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.bw_list_group_item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.bw_list_group_item + .bw_list_group_item{border-top-width:0}.bw_list_group_item.disabled{pointer-events:none;color:#6c757d;background-color:#f4f6f6}a.bw_list_group_item{cursor:pointer}a.bw_list_group_item:focus-visible,.bw_list_group_item:focus-visible{z-index:2;outline:2px solid currentColor;outline-offset:-2px}.bw_list_group_flush{border-radius:0}.bw_list_group_flush > .bw_list_group_item{border-width:0 0 1px;border-radius:0}.bw_list_group_flush > .bw_list_group_item:last-child{border-bottom-width:0}.bw_pagination{display:flex;padding-left:0;list-style:none;margin-bottom:0}.bw_page_item{display:list-item;list-style:none}.bw_page_link{position:relative;display:block;padding:0.375rem 0.75rem;margin-left:-1px;line-height:1.25;text-decoration:none;color:#006666;background-color:#f4f6f6;border-color:#fcfdfd}.bw_page_item:first-child .bw_page_link{margin-left:0;border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}.bw_page_item:last-child .bw_page_link{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}.bw_page_link:focus-visible{z-index:3;outline:2px solid currentColor;outline-offset:-2px}.bw_breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.bw_breadcrumb_item{display:flex}.bw_breadcrumb_item + .bw_breadcrumb_item{padding-left:0.5rem}.bw_breadcrumb_item + .bw_breadcrumb_item::before{float:left;padding-right:0.5rem;content:"/";color:#6c757d}.bw_breadcrumb_item a{text-decoration:none}.bw_breadcrumb_item.active{font-weight:500;color:#6c757d}.bw_hero{position:relative;overflow:hidden}.bw_hero_overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.bw_hero_content{position:relative;z-index:2}.bw_hero_title{font-weight:300;letter-spacing:-0.05rem;color:inherit}.bw_hero_subtitle{color:inherit}.bw_hero_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.bw_feature{padding:1rem}.bw_feature_icon{display:inline-block;margin-bottom:1rem}.bw_feature_title{margin-bottom:0.5rem}.bw_feature_grid{width:100%}.bw_g_4{--bw_gutter_x:1.5rem;--bw_gutter_y:1.5rem}.bw_section{position:relative}.bw_section_header{margin-bottom:3rem}.bw_section_title{margin-bottom:1rem;font-weight:300;font-size:calc(1.325rem + .9vw)}.bw_cta{position:relative}.bw_cta_content{max-width:48rem;margin:0 auto}.bw_cta_title{font-weight:300}.bw_cta_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.bw_spinner_border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:0.25em solid currentcolor;border-right-color:transparent;border-radius:50%;animation:bw_spinner_border 0.75s linear infinite}.bw_spinner_border_sm{width:1rem;height:1rem;border-width:0.2em}.bw_spinner_border_lg{width:3rem;height:3rem;border-width:0.3em}.bw_spinner_border_md{}.bw_spinner_grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border-radius:50%;opacity:0;animation:bw_spinner_grow 0.75s linear infinite}.bw_spinner_grow_sm{width:1rem;height:1rem}.bw_spinner_grow_lg{width:3rem;height:3rem}.bw_spinner_grow_md{}@keyframes bw_spinner_border{100%{transform:rotate(360deg)}}@keyframes bw_spinner_grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.bw_visually_hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bw_close{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;font-size:1.25rem;font-weight:700;line-height:1;background:transparent;border:0;border-radius:0.25rem;cursor:pointer;color:#212529;opacity:0.5}.bw_close:hover{opacity:0.75}.bw_vstack{display:flex;flex-direction:column}.bw_hstack{display:flex;flex-direction:row;align-items:center}.bw_gap_0{gap:0}.bw_gap_1{gap:0.25rem}.bw_gap_2{gap:0.5rem}.bw_gap_3{gap:1rem}.bw_gap_4{gap:1.5rem}.bw_gap_5{gap:3rem}.bw_offset_1{margin-left:8.333333%}.bw_offset_2{margin-left:16.666667%}.bw_offset_3{margin-left:25%}.bw_offset_4{margin-left:33.333333%}.bw_offset_5{margin-left:41.666667%}.bw_offset_6{margin-left:50%}.bw_offset_7{margin-left:58.333333%}.bw_offset_8{margin-left:66.666667%}.bw_offset_9{margin-left:75%}.bw_offset_10{margin-left:83.333333%}.bw_offset_11{margin-left:91.666667%}.bw_code_demo{margin-bottom:2rem}.bw_code_pre{margin:0;border:none;overflow-x:auto;max-width:100%}.bw_code_block{display:block;padding:1.25rem;font-family:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace;font-size:0.8125rem;line-height:1.6}.bw_code_copy_btn{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.625rem;font-size:0.6875rem;cursor:pointer;font-family:inherit}.bw_copy_btn{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.625rem;font-size:0.6875rem;cursor:pointer;font-family:inherit}.bw_btn_group,.bw_btn_group_vertical{position:relative;display:inline-flex;vertical-align:middle}.bw_btn_group > .bw_btn,.bw_btn_group_vertical > .bw_btn{position:relative;flex:1 1 auto;border-radius:0;margin-left:-1px}.bw_btn_group > .bw_btn:first-child{margin-left:0}.bw_btn_group > .bw_btn:last-child{}.bw_btn_group_lg > .bw_btn{padding:0.625rem 1.5rem;font-size:1rem}.bw_btn_group_sm > .bw_btn{padding:0.25rem 0.75rem;font-size:0.8125rem}.bw_btn_group_vertical{flex-direction:column;align-items:flex-start;justify-content:center}.bw_btn_group_vertical > .bw_btn{width:100%;margin-left:0;margin-top:-1px}.bw_btn_group_vertical > .bw_btn:first-child{margin-top:0}.bw_btn_group_vertical > .bw_btn:last-child{}.bw_accordion{overflow:hidden}.bw_accordion_item{border:1px solid transparent;background-color:#f4f6f6;border-color:#fcfdfd}.bw_accordion_item + .bw_accordion_item{border-top:0}.bw_accordion_header{margin:0}.bw_accordion_button{position:relative;display:flex;align-items:center;width:100%;font-size:1rem;font-weight:500;text-align:left;background-color:transparent;border:0;overflow-anchor:none;cursor:pointer;font-family:inherit;color:#212529}.bw_accordion_button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem}.bw_accordion_button:not(.bw_collapsed)::after{transform:rotate(-180deg)}.bw_accordion_collapse{max-height:0;overflow:hidden}.bw_accordion_collapse.bw_collapse_show{max-height:none}.bw_accordion_item:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.bw_accordion_item:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.bw_carousel{position:relative;overflow:hidden;background-color:#fefefe}.bw_carousel_track{display:flex;height:100%}.bw_carousel_slide{min-width:100%;flex-shrink:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.bw_carousel_slide img{width:100%;height:100%;object-fit:cover}.bw_carousel_caption{position:absolute;bottom:0;left:0;right:0;padding:0.75rem 1rem;font-size:0.875rem;background:linear-gradient(transparent,rgba(0,0,0,0.6));color:#fff}.bw_carousel_control{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;background-color:rgba(0,0,0,0.4);color:#fff}.bw_carousel_control img{width:20px;height:20px;pointer-events:none}.bw_carousel_control_prev{left:10px}.bw_carousel_control_next{right:10px}.bw_carousel_indicators{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.bw_carousel_indicator{width:10px;height:10px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer}.bw_carousel_indicator:hover{opacity:0.8}.bw_modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1050;overflow-x:hidden;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none}.bw_modal.bw_modal_show{opacity:1;visibility:visible;pointer-events:auto}.bw_modal_dialog{position:relative;width:calc(100% - 1rem);max-width:500px;margin:1.75rem auto;pointer-events:none}.bw_modal.bw_modal_show .bw_modal_dialog{transform:translateY(0)}.bw_modal_sm{max-width:300px}.bw_modal_lg{max-width:800px}.bw_modal_xl{max-width:1140px}.bw_modal_content{position:relative;display:flex;flex-direction:column;pointer-events:auto;background-clip:padding-box;border:1px solid transparent;outline:0;background-color:#f4f6f6;border-color:#fcfdfd;box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_modal_header{display:flex;align-items:center;justify-content:space-between;border-bottom-color:#fcfdfd}.bw_modal_title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:#212529}.bw_modal_body{position:relative;flex:1 1 auto}.bw_modal_footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:0.5rem;border-top-color:#fcfdfd}.bw_toast_container{position:fixed;z-index:1080;pointer-events:none;display:flex;flex-direction:column;gap:0.5rem;padding:1rem}.bw_toast_container.bw_toast_top_right{top:0;right:0}.bw_toast_container.bw_toast_top_left{top:0;left:0}.bw_toast_container.bw_toast_bottom_right{bottom:0;right:0}.bw_toast_container.bw_toast_bottom_left{bottom:0;left:0}.bw_toast_container.bw_toast_top_center{top:0;left:50%;transform:translateX(-50%)}.bw_toast_container.bw_toast_bottom_center{bottom:0;left:50%;transform:translateX(-50%)}.bw_toast{pointer-events:auto;width:350px;max-width:calc(100vw - 2rem);background-clip:padding-box;opacity:0;background-color:#f4f6f6;border-color:rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.16)}.bw_toast.bw_toast_show{opacity:1;transform:translateY(0)}.bw_toast.bw_toast_hiding{opacity:0}.bw_toast_header{display:flex;align-items:center;justify-content:space-between;font-size:0.875rem;border-bottom-color:rgba(0,0,0,0.05)}.bw_toast_body{font-size:0.9375rem}.bw_dropdown{position:relative;display:inline-block}.bw_dropdown_toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.bw_dropdown_menu{position:absolute;top:100%;left:0;z-index:1000;display:block;min-width:10rem;padding:0.5rem 0;margin:0.125rem 0 0;background-clip:padding-box;opacity:0;visibility:hidden;pointer-events:none;background-color:#f4f6f6;border-color:#fcfdfd;box-shadow:0 2px 6px rgba(0,0,0,0.12)}.bw_dropdown_menu.bw_dropdown_show{opacity:1;visibility:visible;pointer-events:auto}.bw_dropdown_menu_end{left:auto;right:0}.bw_dropdown_item{display:block;width:100%;clear:both;font-weight:400;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;font-size:0.9375rem;color:#212529}.bw_dropdown_item:focus-visible{outline:2px solid currentColor;outline-offset:-2px}.bw_dropdown_divider{height:0;margin:0.5rem 0;overflow:hidden;opacity:1;border-top-color:#fcfdfd}.bw_form_switch{padding-left:2.5em}.bw_form_switch .bw_switch_input{width:2em;height:1.125em;margin-left:-2.5em;border-radius:2em;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/%3e%3c/svg%3e");background-position:left center;background-repeat:no-repeat;background-size:contain;cursor:pointer;background-color:#6c757d;border-color:#6c757d}.bw_form_switch .bw_switch_input:checked{background-position:right center;background-color:#006666;border-color:#006666}.bw_form_switch .bw_switch_input:disabled{opacity:0.5;cursor:not-allowed}.bw_skeleton{background-size:400% 100%;animation:bw_skeleton_shimmer 1.4s ease infinite;background:linear-gradient(90deg,#fcfdfd 25%,#fefefe 37%,#fcfdfd 63%)}.bw_skeleton_text{height:1em;margin-bottom:0.5rem}.bw_skeleton_circle{border-radius:50%}.bw_skeleton_rect{}.bw_skeleton_group{display:flex;flex-direction:column}@keyframes bw_skeleton_shimmer{0%{background-position:100% 50%}100%{background-position:0 50%}}.bw_avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;font-weight:600;text-transform:uppercase;vertical-align:middle;object-fit:cover}.bw_avatar_sm{width:2rem;height:2rem;font-size:0.75rem}.bw_avatar_md{width:3rem;height:3rem;font-size:1rem}.bw_avatar_lg{width:4rem;height:4rem;font-size:1.25rem}.bw_avatar_xl{width:5rem;height:5rem;font-size:1.5rem}.bw_stat_card{border-left:4px solid transparent}.bw_stat_card:hover{transform:translateY(-1px)}.bw_stat_icon{font-size:1.5rem;margin-bottom:0.5rem}.bw_stat_value{font-size:2rem;font-weight:700;line-height:1.2}.bw_stat_label{font-size:0.875rem;margin-top:0.25rem}.bw_stat_change{font-size:0.875rem;font-weight:500;margin-top:0.5rem}.bw_tooltip_wrapper{position:relative;display:inline-block}.bw_tooltip{position:absolute;z-index:999;font-size:0.875rem;white-space:nowrap;max-width:min(300px,calc(100vw - 1rem));pointer-events:none;opacity:0;visibility:hidden}.bw_tooltip.bw_tooltip_show{opacity:1;visibility:visible}.bw_tooltip_top{bottom:100%;left:50%;transform:translateX(-50%) translateY(-4px);margin-bottom:4px}.bw_tooltip_top.bw_tooltip_show{transform:translateX(-50%) translateY(0)}.bw_tooltip_bottom{top:100%;left:50%;transform:translateX(-50%) translateY(4px);margin-top:4px}.bw_tooltip_bottom.bw_tooltip_show{transform:translateX(-50%) translateY(0)}.bw_tooltip_left{right:100%;top:50%;transform:translateY(-50%) translateX(-4px);margin-right:4px}.bw_tooltip_left.bw_tooltip_show{transform:translateY(-50%) translateX(0)}.bw_tooltip_right{left:100%;top:50%;transform:translateY(-50%) translateX(4px);margin-left:4px}.bw_tooltip_right.bw_tooltip_show{transform:translateY(-50%) translateX(0)}.bw_popover_wrapper{position:relative;display:inline-block}.bw_popover_trigger{cursor:pointer}.bw_popover{position:absolute;z-index:1000;min-width:200px;max-width:min(320px,calc(100vw - 2rem));pointer-events:none;opacity:0;visibility:hidden}.bw_popover.bw_popover_show{opacity:1;visibility:visible;pointer-events:auto}.bw_popover_header{font-weight:600;font-size:0.9375rem}.bw_popover_body{font-size:0.875rem;line-height:1.5}.bw_popover_top{bottom:100%;left:50%;transform:translateX(-50%) translateY(-8px);margin-bottom:8px}.bw_popover_top.bw_popover_show{transform:translateX(-50%) translateY(0)}.bw_popover_bottom{top:100%;left:50%;transform:translateX(-50%) translateY(8px);margin-top:8px}.bw_popover_bottom.bw_popover_show{transform:translateX(-50%) translateY(0)}.bw_popover_left{right:100%;top:50%;transform:translateY(-50%) translateX(-8px);margin-right:8px}.bw_popover_left.bw_popover_show{transform:translateY(-50%) translateX(0)}.bw_popover_right{left:100%;top:50%;transform:translateY(-50%) translateX(8px);margin-left:8px}.bw_popover_right.bw_popover_show{transform:translateY(-50%) translateX(0)}.bw_search_input{position:relative;display:flex;align-items:center}.bw_search_input .bw_search_field{padding-right:2.5rem}.bw_search_clear{position:absolute;right:0.5rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;font-size:1.25rem;cursor:pointer;padding:0;border-radius:50%}.bw_range_wrapper{margin-bottom:1rem}.bw_range_label{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem;font-size:0.875rem;font-weight:500}.bw_range_value{font-weight:600}.bw_range{width:100%;height:0.5rem;padding:0;appearance:none;border:none;border-radius:0.25rem;cursor:pointer;outline:none;background-color:#fcfdfd}.bw_range:focus{outline:none}.bw_range::-webkit-slider-thumb{appearance:none;width:1.25rem;height:1.25rem;border-radius:50%;border-width:2px;border-style:solid;cursor:pointer;background-color:#006666;border-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2);transition:background-color 0.15s ease-out,transform 0.15s ease-out}.bw_range::-moz-range-thumb{width:1.25rem;height:1.25rem;border-radius:50%;border-width:2px;border-style:solid;cursor:pointer;background-color:#006666;border-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.bw_range::-webkit-slider-thumb:hover{transform:scale(1.15)}.bw_range:disabled{opacity:0.5;cursor:not-allowed}.bw_media{display:flex;align-items:flex-start;gap:1rem}.bw_media_reverse{flex-direction:row-reverse}.bw_media_img{border-radius:50%;object-fit:cover;flex-shrink:0}.bw_media_body{flex:1;min-width:0}.bw_media_title{margin:0 0 0.25rem 0;font-size:1rem;font-weight:600;line-height:1.3}.bw_file_upload{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed transparent;cursor:pointer;text-align:center;position:relative;border-color:#fcfdfd;background-color:#fefefe}.bw_file_upload_icon{font-size:2rem;margin-bottom:0.5rem}.bw_file_upload_text{font-size:0.875rem}.bw_file_upload_input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.bw_timeline{position:relative;padding-left:2rem}.bw_timeline::before{content:"";position:absolute;left:0.5rem;top:0;bottom:0;width:2px;background-color:#fcfdfd}.bw_timeline_item{position:relative;padding-bottom:1.5rem}.bw_timeline_item:last-child{padding-bottom:0}.bw_timeline_marker{position:absolute;left:-1.75rem;top:0.25rem;width:0.75rem;height:0.75rem;border-radius:50%}.bw_timeline_content{padding-left:0.5rem}.bw_timeline_date{font-size:0.75rem;margin-bottom:0.25rem;font-weight:500;color:#6c757d}.bw_timeline_title{font-size:1rem;font-weight:600;margin:0 0 0.25rem 0;line-height:1.3}.bw_timeline_text{font-size:0.875rem;margin:0;line-height:1.5}.bw_stepper{display:flex;gap:0;counter-reset:step}.bw_step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.bw_step + .bw_step::before{content:"";position:absolute;top:1rem;left:-50%;right:50%;height:2px;background-color:#fcfdfd}.bw_step_indicator{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.875rem;font-weight:600;position:relative;z-index:1;background-color:#fefefe;border:2px solid #fcfdfd;color:#6c757d}.bw_step_body{margin-top:0.5rem}.bw_step_label{font-size:0.875rem;font-weight:500}.bw_step_description{font-size:0.75rem;margin-top:0.125rem}.bw_chip_input{display:flex;flex-wrap:wrap;align-items:center;gap:0.375rem;padding:0.375rem 0.5rem;min-height:2.5rem;cursor:text;border-color:#fcfdfd}.bw_chip{display:inline-flex;align-items:center;gap:0.25rem;padding:0.125rem 0.5rem;border-radius:1rem;font-size:0.8125rem;line-height:1.5;white-space:nowrap;background-color:#fefefe;color:#212529}.bw_chip_remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:none;background:none;font-size:0.875rem;cursor:pointer;padding:0;border-radius:50%}.bw_chip_field{flex:1;min-width:80px;border:none;outline:none;font-size:0.875rem;padding:0.125rem 0;background:transparent}.bw_bar_chart_container{padding:1rem;border:1px solid transparent}.bw_bar_chart{display:flex;align-items:flex-end;gap:6px;padding:0 0.5rem}.bw_bar_group{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.bw_bar{width:100%;border-radius:3px 3px 0 0;min-height:4px}.bw_bar:hover{opacity:0.85}.bw_bar_value{font-size:0.65rem;font-weight:600;margin-bottom:2px;text-align:center}.bw_bar_label{font-size:0.7rem;margin-top:4px;text-align:center}.bw_bar_chart_title{font-size:1.1rem;font-weight:600;margin:0 0 0.75rem 0}@media (max-width:575px){.bw_card_img_left,.bw_card-img-left{width:100%}.bw_card_img_right,.bw_card-img-right{width:100%}.bw_hero,.bw_hero{padding:2rem 1rem}.bw_cta_actions,.bw_cta-actions{flex-direction:column}.bw_hstack,.bw_hstack{flex-direction:column}.bw_feature_grid,.bw_feature-grid{grid-template-columns:1fr}.bw_modal_dialog{margin:0.5rem auto}.bw_modal_lg{max-width:calc(100% - 1rem)}.bw_modal_xl{max-width:calc(100% - 1rem)}.bw_navbar{padding:0.5rem 0.75rem}.bw_navbar_brand{margin-right:0.5rem;font-size:1rem}.bw_navbar_nav{flex-wrap:wrap}.bw_tooltip{white-space:normal}.bw_table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.bw_col,.bw_col_1,.bw_col_2,.bw_col_3,.bw_col_4,.bw_col_5,.bw_col_6,.bw_col_7,.bw_col_8,.bw_col_9,.bw_col_10,.bw_col_11,.bw_col_12{flex:0 0 100%;max-width:100%}.bw_container{padding-right:0.5rem;padding-left:0.5rem}.bw_container_fluid{padding-right:0.5rem;padding-left:0.5rem}}.bw_m_0{margin:0 !important}.bw_mt_0{margin-top:0 !important}.bw_mb_0{margin-bottom:0 !important}.bw_ms_0{margin-left:0 !important}.bw_me_0{margin-right:0 !important}.bw_p_0{padding:0 !important}.bw_pt_0,.pt-0{padding-top:0 !important}.bw_pb_0,.pb-0{padding-bottom:0 !important}.bw_ps_0,.ps-0{padding-left:0 !important}.bw_pe_0,.pe-0{padding-right:0 !important}.bw_m_1{margin:.25rem !important}.bw_mt_1{margin-top:.25rem !important}.bw_mb_1{margin-bottom:.25rem !important}.bw_ms_1{margin-left:.25rem !important}.bw_me_1{margin-right:.25rem !important}.bw_p_1{padding:.25rem !important}.bw_pt_1,.pt-1{padding-top:.25rem !important}.bw_pb_1,.pb-1{padding-bottom:.25rem !important}.bw_ps_1,.ps-1{padding-left:.25rem !important}.bw_pe_1,.pe-1{padding-right:.25rem !important}.bw_m_2{margin:.5rem !important}.bw_mt_2{margin-top:.5rem !important}.bw_mb_2{margin-bottom:.5rem !important}.bw_ms_2{margin-left:.5rem !important}.bw_me_2{margin-right:.5rem !important}.bw_p_2{padding:.5rem !important}.bw_pt_2,.pt-2{padding-top:.5rem !important}.bw_pb_2,.pb-2{padding-bottom:.5rem !important}.bw_ps_2,.ps-2{padding-left:.5rem !important}.bw_pe_2,.pe-2{padding-right:.5rem !important}.bw_m_3{margin:1rem !important}.bw_mt_3{margin-top:1rem !important}.bw_mb_3{margin-bottom:1rem !important}.bw_ms_3{margin-left:1rem !important}.bw_me_3{margin-right:1rem !important}.bw_p_3{padding:1rem !important}.bw_pt_3,.pt-3{padding-top:1rem !important}.bw_pb_3,.pb-3{padding-bottom:1rem !important}.bw_ps_3,.ps-3{padding-left:1rem !important}.bw_pe_3,.pe-3{padding-right:1rem !important}.bw_m_4{margin:1.5rem !important}.bw_mt_4{margin-top:1.5rem !important}.bw_mb_4{margin-bottom:1.5rem !important}.bw_ms_4{margin-left:1.5rem !important}.bw_me_4{margin-right:1.5rem !important}.bw_p_4{padding:1.5rem !important}.bw_pt_4,.pt-4{padding-top:1.5rem !important}.bw_pb_4,.pb-4{padding-bottom:1.5rem !important}.bw_ps_4,.ps-4{padding-left:1.5rem !important}.bw_pe_4,.pe-4{padding-right:1.5rem !important}.bw_m_5{margin:3rem !important}.bw_mt_5{margin-top:3rem !important}.bw_mb_5{margin-bottom:3rem !important}.bw_ms_5{margin-left:3rem !important}.bw_me_5{margin-right:3rem !important}.bw_p_5{padding:3rem !important}.bw_pt_5,.pt-5{padding-top:3rem !important}.bw_pb_5,.pb-5{padding-bottom:3rem !important}.bw_ps_5,.ps-5{padding-left:3rem !important}.bw_pe_5,.pe-5{padding-right:3rem !important}.bw_m_auto,.m-auto{margin:auto !important}.bw_py_3{padding-top:1rem !important;padding-bottom:1rem !important}.bw_py_4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.bw_py_5{padding-top:3rem !important;padding-bottom:3rem !important}.bw_py_6{padding-top:4rem !important;padding-bottom:4rem !important}.bw_d_none{display:none}.bw_d_block{display:block}.bw_d_inline{display:inline}.bw_d_inline_block{display:inline-block}.bw_d_flex{display:flex}.bw_text_left{text-align:left}.bw_text_right{text-align:right}.bw_text_center{text-align:center}.bw_justify_content_start,.justify-content-start{justify-content:flex-start}.bw_justify_content_end,.justify-content-end{justify-content:flex-end}.bw_justify_content_center,.justify-content-center{justify-content:center}.bw_justify_content_between,.justify-content-between{justify-content:space-between}.bw_justify_content_around,.justify-content-around{justify-content:space-around}.bw_align_items_start,.align-items-start{align-items:flex-start}.bw_align_items_end,.align-items-end{align-items:flex-end}.bw_align_items_center,.align-items-center{align-items:center}.bw_border{border:1px solid transparent !important}.bw_border_0{border:0 !important}.bw_border_top_0,.border-top-0{border-top:0 !important}.bw_border_end_0,.border-end-0{border-right:0 !important}.bw_border_bottom_0,.border-bottom-0{border-bottom:0 !important}.bw_border_start_0,.border-start-0{border-left:0 !important}.bw_rounded{border-radius:.375rem !important}.bw_rounded_0{border-radius:0 !important}.bw_rounded_1,.rounded-1{border-radius:.25rem !important}.bw_rounded_2,.rounded-2{border-radius:.375rem !important}.bw_rounded_3,.rounded-3{border-radius:.5rem !important}.bw_rounded_circle{border-radius:50% !important}.bw_rounded_pill,.rounded-pill{border-radius:50rem !important}.bw_shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.bw_shadow_sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.bw_shadow_lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175) !important}.bw_shadow_none,.shadow-none{box-shadow:none !important}.bw_w_25,.w-25{width:25% !important}.bw_h_25,.h-25{height:25% !important}.bw_w_50,.w-50{width:50% !important}.bw_h_50,.h-50{height:50% !important}.bw_w_75,.w-75{width:75% !important}.bw_h_75,.h-75{height:75% !important}.bw_w_100,.w-100{width:100% !important}.bw_h_100,.h-100{height:100% !important}.bw_w_auto,.w-auto{width:auto !important}.bw_h_auto,.h-auto{height:auto !important}.bw_mw_100,.mw-100{max-width:100% !important}.bw_mh_100,.mh-100{max-height:100% !important}.bw_position_static,.position-static{position:static !important}.bw_position_relative,.position-relative{position:relative !important}.bw_position_absolute,.position-absolute{position:absolute !important}.bw_position_fixed,.position-fixed{position:fixed !important}.bw_position_sticky,.position-sticky{position:sticky !important}.bw_top_0,.top-0{top:0 !important}.bw_top_50,.top-50{top:50% !important}.bw_top_100,.top-100{top:100% !important}.bw_bottom_0,.bottom-0{bottom:0 !important}.bw_bottom_50,.bottom-50{bottom:50% !important}.bw_bottom_100,.bottom-100{bottom:100% !important}.bw_start_0,.start-0{left:0 !important}.bw_start_50,.start-50{left:50% !important}.bw_start_100,.start-100{left:100% !important}.bw_end_0,.end-0{right:0 !important}.bw_end_50,.end-50{right:50% !important}.bw_end_100,.end-100{right:100% !important}.bw_translate_middle,.translate-middle{transform:translate(-50%,-50%) !important}.bw_overflow_auto,.overflow-auto{overflow:auto !important}.bw_overflow_hidden,.overflow-hidden{overflow:hidden !important}.bw_overflow_visible,.overflow-visible{overflow:visible !important}.bw_overflow_scroll,.overflow-scroll{overflow:scroll !important}.bw_fs-1{font-size:calc(1.375rem + 1.5vw) !important}.bw_fs-2{font-size:calc(1.325rem + .9vw) !important}.bw_fs-3{font-size:calc(1.3rem + .6vw) !important}.bw_fs-4{font-size:calc(1.275rem + .3vw) !important}.bw_fs-5{font-size:1.25rem !important}.bw_fs-6{font-size:1rem !important}.bw_fw-light{font-weight:300 !important}.bw_fw-lighter{font-weight:lighter !important}.bw_fw-normal{font-weight:400 !important}.bw_fw-bold{font-weight:700 !important}.bw_fw-bolder{font-weight:bolder !important}.bw_fst-italic{font-style:italic !important}.bw_fst-normal{font-style:normal !important}.bw_text-decoration-none{text-decoration:none !important}.bw_text-decoration-underline{text-decoration:underline !important}.bw_text-decoration-line-through{text-decoration:line-through !important}.bw_text-lowercase{text-transform:lowercase !important}.bw_text-uppercase{text-transform:uppercase !important}.bw_text-capitalize{text-transform:capitalize !important}.bw_text-wrap{white-space:normal !important}.bw_text-nowrap{white-space:nowrap !important}.bw_list-unstyled{padding-left:0;list-style:none}.bw_list-inline{padding-left:0;list-style:none}.bw_list-inline-item{display:inline-block}.bw_list-inline-item:not(:last-child){margin-right:.5rem}.bw_visible,.visible{visibility:visible !important}.bw_invisible,.invisible{visibility:hidden !important}.bw_user_select_all,.user-select-all{user-select:all !important}.bw_user_select_auto,.user-select-auto{user-select:auto !important}.bw_user_select_none,.user-select-none{user-select:none !important}.bw_pe-none{pointer-events:none !important}.bw_pe-auto{pointer-events:auto !important}.bw_opacity-0{opacity:0 !important}.bw_opacity-25{opacity:.25 !important}.bw_opacity-50{opacity:.5 !important}.bw_opacity-75{opacity:.75 !important}.bw_opacity-100{opacity:1 !important}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}a:hover{color:#003333;text-decoration:underline}.bw_btn_lg{padding:0.625rem 1.5rem;font-size:1rem;border-radius:8px}.bw_btn_sm{padding:0.25rem 0.75rem;font-size:0.8125rem;border-radius:5px}.bw_card:hover{box-shadow:0 2px 6px rgba(0,0,0,0.12)}.bw_card_subtitle{color:#6c757d}.bw_form_check_input:checked{background-color:#006666;border-color:#006666}.bw_form_check_input:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_form_control.bw_is_valid{border-color:#19875e}.bw_form_control.bw_is_valid:focus{border-color:#19875e;box-shadow:0 0 0 0.2rem rgba(25,135,94,0.25)}.bw_form_control.bw_is_invalid{border-color:#dc35a6}.bw_form_control.bw_is_invalid:focus{border-color:#dc35a6;box-shadow:0 0 0 0.2rem rgba(220,53,166,0.25)}.bw_form_select{padding:0.5rem 0.75rem;border-radius:6px;color:#212529;background-color:#f4f6f6;border-color:#fcfdfd}.bw_form_select:focus{border-color:#99c2c2;box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_navbar_nav .bw_nav_link:hover{color:#212529}.bw_navbar_nav .bw_nav_link.active{color:#006666;background-color:rgba(0,102,102,0.25)}.bw_navbar_dark{background-color:#212529;border-bottom-color:#0a0c0d}.bw_navbar_dark .bw_navbar_brand{color:#f8f9fa}.bw_navbar_dark .bw_nav_link{color:rgba(255,255,255,.65)}.bw_navbar_dark .bw_nav_link:hover{color:#fff}.bw_navbar_dark .bw_nav_link.active{color:#fff;font-weight:600}.bw_nav_pills .bw_nav_link.active{color:#fff;background-color:#006666}.bw_table_striped > tbody > tr:nth-of-type(odd) > *{background-color:rgba(0,0,0,0.05)}.bw_table_hover > tbody > tr:hover > *{background-color:rgba(0,102,102,0.25)}.bw_table_bordered{border-color:#fcfdfd}.bw_nav_tabs{border-bottom-color:#fcfdfd}.bw_nav_tabs .bw_nav_link:hover{color:#212529;border-bottom-color:#fcfdfd}.bw_nav_tabs .bw_nav_link.active{color:#006666;border-bottom:2px solid #006666}a.bw_list_group_item:hover{background-color:#fefefe;color:#0a0c0d}.bw_list_group_item.active{color:#fff;background-color:#006666;border-color:#006666}.bw_page_link:hover{color:#003333;background-color:#fefefe;border-color:#fcfdfd}.bw_page_link:focus{outline:2px solid #006666;outline-offset:-2px}.bw_page_item.bw_active .bw_page_link{color:#fff;background-color:#006666;border-color:#006666}.bw_page_item.bw_disabled .bw_page_link{color:#6c757d;background-color:#f4f6f6;border-color:#fcfdfd}.bw_breadcrumb_item a:hover{color:#003333;text-decoration:underline}.bw_close:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_section_subtitle{color:#6c757d}.bw_feature_description{color:#6c757d}.bw_cta_description{color:#6c757d}.bw_accordion_button:not(.bw_collapsed){color:#000000;background-color:#d9e8e8}.bw_accordion_button:hover{background-color:#fefefe}.bw_accordion_button:not(.bw_collapsed):hover{background-color:#003333}.bw_accordion_button:focus-visible{box-shadow:0 0 0 0.2rem rgba(0,102,102,0.25)}.bw_accordion_body{border-top:1px solid #fcfdfd}.bw_carousel_indicator.active{background-color:#006666}.bw_carousel_control:hover{background-color:rgba(0,0,0,0.6)}.bw_dropdown_item:hover{color:#0a0c0d;background-color:#fefefe}.bw_dropdown_item.disabled{color:#6c757d}.bw_form_switch .bw_switch_input:focus{box-shadow:0 0 0 0.25rem rgba(0,102,102,0.25)}.bw_stat_change_up{color:#19875e}.bw_stat_change_down{color:#dc35a6}.bw_step_active .bw_step_indicator{background-color:#006666;color:#fff}.bw_step_active .bw_step_label{color:#212529;font-weight:600}.bw_step_completed .bw_step_indicator{background-color:#006666;color:#fff}.bw_step_completed .bw_step_label{color:#006666}.bw_step_completed + .bw_step::before{background-color:#006666}.bw_chip_input:focus-within{border-color:#006666;box-shadow:0 0 0 0.2rem rgba(0,102,102,0.25)}.bw_chip_remove:hover{color:#dc35a6;background-color:#fae1f2}.bw_file_upload:hover{border-color:#006666;background-color:#d9e8e8}.bw_file_upload:focus{outline:2px solid #006666;outline-offset:2px}.bw_file_upload.bw_file_upload_active{border-color:#006666;background-color:#d9e8e8;border-style:solid}.bw_search_clear:hover{color:#212529}.bw_code_copy_btn_copied{background:#19875e;color:#000;border-color:#19875e}.bw_copy_btn:hover{background:rgba(255,255,255,0.2);color:#fff}.bw_nav_pills .bw_nav_link{border-radius:6px}.bw_primary{background-color:#006666;color:#fff;border-color:#006666}.bw_primary:hover{background-color:#003333;border-color:#00191a}.bw_primary:active{background-color:#00191a}.bw_primary:focus-visible{box-shadow:0 0 0 3px rgba(0,102,102,0.25);outline:none}.bw_alert.bw_primary{background-color:#d9e8e8;color:#000000;border-color:#99c2c2}.bw_toast.bw_primary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_stat_card.bw_primary{background-color:inherit;color:inherit;border-left-color:#006666}.bw_card.bw_primary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_timeline_marker.bw_primary{box-shadow:0 0 0 2px #006666}.bw_spinner_border.bw_primary,.bw_spinner_grow.bw_primary{background-color:transparent;color:#006666;border-color:currentColor}.bw_btn_outline.bw_primary{background-color:transparent;color:#006666;border-color:#006666}.bw_btn_outline.bw_primary:hover{background-color:#006666;color:#fff}.bw_hero.bw_primary{background:linear-gradient(135deg,#006666 0%,#003333 100%);color:#fff}.bw_progress_bar.bw_primary{color:#fff}.bw_secondary{background-color:#6c757d;color:#fff;border-color:#6c757d}.bw_secondary:hover{background-color:#545b62;border-color:#494f54}.bw_secondary:active{background-color:#494f54}.bw_secondary:focus-visible{box-shadow:0 0 0 3px rgba(108,117,125,0.25);outline:none}.bw_alert.bw_secondary{background-color:#e9eaec;color:#0d0f10;border-color:#c4c8cb}.bw_toast.bw_secondary{background-color:inherit;color:inherit;border-left:4px solid #6c757d}.bw_stat_card.bw_secondary{background-color:inherit;color:inherit;border-left-color:#6c757d}.bw_card.bw_secondary{background-color:inherit;color:inherit;border-left:4px solid #6c757d}.bw_timeline_marker.bw_secondary{box-shadow:0 0 0 2px #6c757d}.bw_spinner_border.bw_secondary,.bw_spinner_grow.bw_secondary{background-color:transparent;color:#6c757d;border-color:currentColor}.bw_btn_outline.bw_secondary{background-color:transparent;color:#6c757d;border-color:#6c757d}.bw_btn_outline.bw_secondary:hover{background-color:#6c757d;color:#fff}.bw_hero.bw_secondary{background:linear-gradient(135deg,#6c757d 0%,#545b62 100%);color:#fff}.bw_progress_bar.bw_secondary{color:#fff}.bw_tertiary{background-color:#006666;color:#fff;border-color:#006666}.bw_tertiary:hover{background-color:#003333;border-color:#00191a}.bw_tertiary:active{background-color:#00191a}.bw_tertiary:focus-visible{box-shadow:0 0 0 3px rgba(0,102,102,0.25);outline:none}.bw_alert.bw_tertiary{background-color:#d9e8e8;color:#000000;border-color:#99c2c2}.bw_toast.bw_tertiary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_stat_card.bw_tertiary{background-color:inherit;color:inherit;border-left-color:#006666}.bw_card.bw_tertiary{background-color:inherit;color:inherit;border-left:4px solid #006666}.bw_timeline_marker.bw_tertiary{box-shadow:0 0 0 2px #006666}.bw_spinner_border.bw_tertiary,.bw_spinner_grow.bw_tertiary{background-color:transparent;color:#006666;border-color:currentColor}.bw_btn_outline.bw_tertiary{background-color:transparent;color:#006666;border-color:#006666}.bw_btn_outline.bw_tertiary:hover{background-color:#006666;color:#fff}.bw_hero.bw_tertiary{background:linear-gradient(135deg,#006666 0%,#003333 100%);color:#fff}.bw_progress_bar.bw_tertiary{color:#fff}.bw_success{background-color:#19875e;color:#000;border-color:#19875e}.bw_success:hover{background-color:#115c40;border-color:#0d4631}.bw_success:active{background-color:#0d4631}.bw_success:focus-visible{box-shadow:0 0 0 3px rgba(25,135,94,0.25);outline:none}.bw_alert.bw_success{background-color:#ddede7;color:#000000;border-color:#a3cfbf}.bw_toast.bw_success{background-color:inherit;color:inherit;border-left:4px solid #19875e}.bw_stat_card.bw_success{background-color:inherit;color:inherit;border-left-color:#19875e}.bw_card.bw_success{background-color:inherit;color:inherit;border-left:4px solid #19875e}.bw_timeline_marker.bw_success{box-shadow:0 0 0 2px #19875e}.bw_spinner_border.bw_success,.bw_spinner_grow.bw_success{background-color:transparent;color:#19875e;border-color:currentColor}.bw_btn_outline.bw_success{background-color:transparent;color:#19875e;border-color:#19875e}.bw_btn_outline.bw_success:hover{background-color:#19875e;color:#000}.bw_hero.bw_success{background:linear-gradient(135deg,#19875e 0%,#115c40 100%);color:#000}.bw_progress_bar.bw_success{color:#fff}.bw_danger{background-color:#dc35a6;color:#000;border-color:#dc35a6}.bw_danger:hover{background-color:#bd218b;border-color:#a71d7b}.bw_danger:active{background-color:#a71d7b}.bw_danger:focus-visible{box-shadow:0 0 0 3px rgba(220,53,166,0.25);outline:none}.bw_alert.bw_danger{background-color:#fae1f2;color:#3b0a2b;border-color:#f1aedb}.bw_toast.bw_danger{background-color:inherit;color:inherit;border-left:4px solid #dc35a6}.bw_stat_card.bw_danger{background-color:inherit;color:inherit;border-left-color:#dc35a6}.bw_card.bw_danger{background-color:inherit;color:inherit;border-left:4px solid #dc35a6}.bw_timeline_marker.bw_danger{box-shadow:0 0 0 2px #dc35a6}.bw_spinner_border.bw_danger,.bw_spinner_grow.bw_danger{background-color:transparent;color:#dc35a6;border-color:currentColor}.bw_btn_outline.bw_danger{background-color:transparent;color:#dc35a6;border-color:#dc35a6}.bw_btn_outline.bw_danger:hover{background-color:#dc35a6;color:#000}.bw_hero.bw_danger{background:linear-gradient(135deg,#dc35a6 0%,#bd218b 100%);color:#000}.bw_progress_bar.bw_danger{color:#fff}.bw_warning{background-color:#8fb300;color:#000;border-color:#8fb300}.bw_warning:hover{background-color:#668000;border-color:#526600}.bw_warning:active{background-color:#526600}.bw_warning:focus-visible{box-shadow:0 0 0 3px rgba(143,179,0,0.25);outline:none}.bw_alert.bw_warning{background-color:#eef4d9;color:#000000;border-color:#d2e199}.bw_toast.bw_warning{background-color:inherit;color:inherit;border-left:4px solid #8fb300}.bw_stat_card.bw_warning{background-color:inherit;color:inherit;border-left-color:#8fb300}.bw_card.bw_warning{background-color:inherit;color:inherit;border-left:4px solid #8fb300}.bw_timeline_marker.bw_warning{box-shadow:0 0 0 2px #8fb300}.bw_spinner_border.bw_warning,.bw_spinner_grow.bw_warning{background-color:transparent;color:#8fb300;border-color:currentColor}.bw_btn_outline.bw_warning{background-color:transparent;color:#8fb300;border-color:#8fb300}.bw_btn_outline.bw_warning:hover{background-color:#8fb300;color:#000}.bw_hero.bw_warning{background:linear-gradient(135deg,#8fb300 0%,#668000 100%);color:#000}.bw_progress_bar.bw_warning{color:#fff}.bw_info{background-color:#0898b2;color:#000;border-color:#0898b2}.bw_info:hover{background-color:#066e81;border-color:#055969}.bw_info:active{background-color:#055969}.bw_info:focus-visible{box-shadow:0 0 0 3px rgba(8,152,178,0.25);outline:none}.bw_alert.bw_info{background-color:#daf0f3;color:#000000;border-color:#9cd6e0}.bw_toast.bw_info{background-color:inherit;color:inherit;border-left:4px solid #0898b2}.bw_stat_card.bw_info{background-color:inherit;color:inherit;border-left-color:#0898b2}.bw_card.bw_info{background-color:inherit;color:inherit;border-left:4px solid #0898b2}.bw_timeline_marker.bw_info{box-shadow:0 0 0 2px #0898b2}.bw_spinner_border.bw_info,.bw_spinner_grow.bw_info{background-color:transparent;color:#0898b2;border-color:currentColor}.bw_btn_outline.bw_info{background-color:transparent;color:#0898b2;border-color:#0898b2}.bw_btn_outline.bw_info:hover{background-color:#0898b2;color:#000}.bw_hero.bw_info{background:linear-gradient(135deg,#0898b2 0%,#066e81 100%);color:#000}.bw_progress_bar.bw_info{color:#fff}.bw_light{background-color:#f8f9fa;color:#000;border-color:#f8f9fa}.bw_light:hover{background-color:#dae0e5;border-color:#cbd3da}.bw_light:active{background-color:#cbd3da}.bw_light:focus-visible{box-shadow:0 0 0 3px rgba(248,249,250,0.25);outline:none}.bw_alert.bw_light{background-color:#fefefe;color:#8193a5;border-color:#fcfdfd}.bw_toast.bw_light{background-color:inherit;color:inherit;border-left:4px solid #f8f9fa}.bw_stat_card.bw_light{background-color:inherit;color:inherit;border-left-color:#f8f9fa}.bw_card.bw_light{background-color:inherit;color:inherit;border-left:4px solid #f8f9fa}.bw_timeline_marker.bw_light{box-shadow:0 0 0 2px #f8f9fa}.bw_spinner_border.bw_light,.bw_spinner_grow.bw_light{background-color:transparent;color:#f8f9fa;border-color:currentColor}.bw_btn_outline.bw_light{background-color:transparent;color:#f8f9fa;border-color:#f8f9fa}.bw_btn_outline.bw_light:hover{background-color:#f8f9fa;color:#000}.bw_hero.bw_light{background:linear-gradient(135deg,#f8f9fa 0%,#dae0e5 100%);color:#000}.bw_progress_bar.bw_light{color:#fff}.bw_dark{background-color:#212529;color:#fff;border-color:#212529}.bw_dark:hover{background-color:#0a0c0d;border-color:#000000}.bw_dark:active{background-color:#000000}.bw_dark:focus-visible{box-shadow:0 0 0 3px rgba(33,37,41,0.25);outline:none}.bw_alert.bw_dark{background-color:#dededf;color:#000000;border-color:#a6a8a9}.bw_toast.bw_dark{background-color:inherit;color:inherit;border-left:4px solid #212529}.bw_stat_card.bw_dark{background-color:inherit;color:inherit;border-left-color:#212529}.bw_card.bw_dark{background-color:inherit;color:inherit;border-left:4px solid #212529}.bw_timeline_marker.bw_dark{box-shadow:0 0 0 2px #212529}.bw_spinner_border.bw_dark,.bw_spinner_grow.bw_dark{background-color:transparent;color:#212529;border-color:currentColor}.bw_btn_outline.bw_dark{background-color:transparent;color:#212529;border-color:#212529}.bw_btn_outline.bw_dark:hover{background-color:#212529;color:#fff}.bw_hero.bw_dark{background:linear-gradient(135deg,#212529 0%,#0a0c0d 100%);color:#fff}.bw_progress_bar.bw_dark{color:#fff}.bw_text_muted{color:#6c757d}.bw_page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa}.bw_page_content{flex:1;padding:2rem 0}@media (min-width:576px){.bw_page_content{padding:3rem 0}}@media (min-width:768px){.bw_page_content{padding:4rem 0}}.bw_theme_dark,.bw_theme_dark body{background-color:#212529;color:#fff}.bw_theme_dark h1,.bw_theme_dark h2,.bw_theme_dark h3,.bw_theme_dark h4,.bw_theme_dark h5,.bw_theme_dark h6{color:#fff}.bw_theme_dark .text-muted{color:#adb5bd !important}.bw_theme_dark .lead{color:#e9ecef}.bw_theme_dark .card{background-color:#343a40;border-color:#495057;color:#fff}.bw_theme_dark .btn-light{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark .btn-light:hover{background-color:#5a6268;border-color:#545b62}.bw_theme_dark .navbar-light{background-color:#343a40 !important}.bw_theme_dark .navbar-light .navbar-brand,.bw_theme_dark .navbar-light .nav-link{color:rgba(255,255,255,.8)}.bw_theme_dark .navbar-light .nav-link:hover{color:rgba(255,255,255,.9)}.bw_theme_dark .navbar-light .nav-link.active{color:#fff}.bw_theme_dark .bg-light{background-color:#495057 !important;color:#fff}.bw_theme_dark .text-muted{color:#adb5bd !important}.bw_theme_dark .table{color:#fff;border-color:#495057}.bw_theme_dark .table-striped > tbody > tr:nth-of-type(odd) > *{background-color:rgba(255,255,255,0.05)}.bw_theme_dark .table-hover > tbody > tr:hover > *{background-color:rgba(255,255,255,0.075);color:#fff}.bw_theme_dark .form-control{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark .form-control:focus{background-color:#495057;border-color:#80bdff;color:#fff}.bw_theme_dark .form-control::placeholder{color:#adb5bd}.bw_theme_dark .form-select{background-color:#495057;border-color:#495057;color:#fff}.bw_theme_dark pre{background-color:#343a40;color:#f8f9fa}.bw_theme_dark code{color:#e83e8c}.bw_theme_dark .form-check-input:checked{background-color:#0dcaf0;border-color:#0dcaf0}.bw_theme_dark .form-switch .form-check-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255,255,255,0.85%29'/%3e%3c/svg%3e")}.bw_theme_dark .form-switch .form-check-input:checked{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.85%29'/%3e%3c/svg%3e")}.bw_theme_dark .form-check-label{color:#fff}.bw_example_page{padding:0;margin:0}.bw_example_page .container{padding-top:2rem;padding-bottom:2rem}.row > [class*="col-"] > .card{height:100%}.table{margin-bottom:0}.table th{font-weight:600;background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.bw_theme_dark .table th{background-color:#343a40;border-bottom-color:#495057}.btn + .btn{margin-left:0.5rem}.card{transition:transform 0.15s ease-in-out,box-shadow 0.15s ease-in-out}.card:hover{transform:translateY(-2px)}.card-title{font-weight:600}.navbar{box-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar-brand{font-weight:600}.form-label{font-weight:500;margin-bottom:0.5rem}pre{border-radius:0.5rem;border:1px solid #dee2e6}.bw_theme_dark pre{border-color:#495057}.alert{border:none;box-shadow:0 1px 3px rgba(0,0,0,.1)}.progress{box-shadow:none;border:1px solid rgba(0,0,0,.1)}.badge{font-weight:500;padding:0.375em 0.75em}@media (max-width:575.98px){.display-1{font-size:3rem}.display-2{font-size:2.5rem}.display-3{font-size:2rem}.display-4{font-size:1.75rem}}@media print{.navbar,.btn,.bw_no_print{display:none !important}.bw_page{min-height:auto}.card{border:1px solid #000 !important;page-break-inside:avoid}}
|