﻿:root{--bg-default:#f8f9fa;--bg-data:#f4f4f4;--bg-headers:#f1f1f1;--font-icons:"Font Awesome 7 Pro","Font Awesome 6 Pro","Font Awesome 6 Free";--fa-width:"auto";--bg-buton-blue:#2480c2;--bg-button-blue:var(--bg-buton-blue);--bg-button-gray:#dcdcdc;--bg-button-green:#7bd6c7;--bg-button-red:#d8544f;--border-color:#dadada;--border-color2:#eaeaea;--alert-loader-border-radius:6px;--alert-loader-box-shadow:0 6px 12px hsla(0,0%,0%,0.375);--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:4px;--radius-md:6px;--radius-lg:10px;--radius-xl:16px;--radius-pill:999px;--shadow-sm:0 1px 2px hsl(0 0% 0% / 0.06),0 1px 1px hsl(0 0% 0% / 0.04);--shadow-md:0 4px 12px hsl(0 0% 0% / 0.08),0 2px 4px hsl(0 0% 0% / 0.05);--shadow-lg:0 12px 28px hsl(0 0% 0% / 0.12),0 6px 10px hsl(0 0% 0% / 0.05);--shadow-xl:0 24px 48px hsl(0 0% 0% / 0.18),0 12px 18px hsl(0 0% 0% / 0.06);--shadow-inset:inset 0 1px 2px hsl(0 0% 0% / 0.08);--z-base:1;--z-dropdown:100;--z-sticky:200;--z-overlay:800;--z-modal:900;--z-toast:1000;--motion-fast:120ms;--motion-base:200ms;--motion-slow:320ms;--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--focus-ring:0 0 0 3px color-mix(in oklab,var(--bg-buton-blue) 35%,transparent);--color-text:#2f2f2f;--color-text-muted:#6b6b6b;--color-text-subtle:#999;--color-link:var(--bg-buton-blue);--color-success:var(--bg-button-green);--color-danger:var(--bg-button-red);--color-warning:#e8a73a;--color-info:#5b9dd9;--body-font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--body-line-height:1.5;--body-color:var(--color-text)}*,::after,::before{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;font-family:var(--body-font-family);line-height:var(--body-line-height);color:var(--body-color);-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;text-rendering:optimizeLegibility}main{display:block}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[hidden],template{display:none}@media(prefers-reduced-motion:reduce){*,::before,::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}hr{color:#dadada;border:0;margin:0;padding:0;display:block;height:1px;background:#dadada;width:100%}.clear{clear:both}.spacer{height:10px;margin:10px 0}.valign-rel{transform:translateY(-50%);position:relative;top:50%;transform-style:preserve-3d}.valign-abs{transform:translateY(-50%);position:absolute;top:50%;transform-style:preserve-3d}.form{line-height:1.15}.form .button{--_btn-bg:var(--bg-buton-blue);--_btn-fg:#fff;--_btn-border:color-mix(in oklab,var(--_btn-bg) 82%,black);padding:8px 18px;text-decoration:none;cursor:pointer;border:1px solid var(--_btn-border);background:var(--_btn-bg);color:var(--_btn-fg);appearance:none;border-radius:6px;white-space:nowrap;box-sizing:border-box;font-weight:600;line-height:1.2;transition:background-color .12s ease,box-shadow .12s ease,transform .06s ease;user-select:none}.form .button:hover{background:color-mix(in oklab,var(--_btn-bg) 88%,black)}.form .button:active{background:color-mix(in oklab,var(--_btn-bg) 78%,black);transform:translateY(1px)}.form .button:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--_btn-bg) 35%,transparent)}.form .button:disabled,.form .button[disabled]{opacity:.55;cursor:not-allowed;pointer-events:none}.form .button-small{padding:5px 12px;font-size:85%;border-radius:5px}.form .button-blue{--_btn-bg:var(--bg-buton-blue);--_btn-fg:#fff}.form .button-gray{--_btn-bg:var(--bg-button-gray);--_btn-fg:#2d2d2d;--_btn-border:color-mix(in oklab,var(--_btn-bg) 88%,black)}.form .button-red{--_btn-bg:var(--bg-button-red);--_btn-fg:#fff}.form .button-green{--_btn-bg:var(--bg-button-green);--_btn-fg:#2f2f2f}.form .table{width:100%;background:#f9f9f9;border:none;border-collapse:collapse}.form .header-gray{padding:7px 0px 7px 10px;font-weight:400;color:#555;background:#e2e2e2}.form .header{padding:7px 0px 7px 10px;color:#fff;font-weight:400;background:#2480c2}.form fieldset{background:var(--bg-default);padding:20px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important;min-width:0;margin:40px 0;border:0}.form fieldset:first-child{margin-top:0}.form fieldset:last-child{margin-bottom:0}.form legend{width:auto;font-size:inherit;padding:7px 20px;background-color:var(--bg-default);border:1px solid var(--border-color);border-radius:5px;font-weight:bold;float:none;margin:0}.form input[type=checkbox],.form input[type=radio]{accent-color:var(--bg-buton-blue);width:auto;height:auto}.form select,.form textarea,.form input[type=color],.form input[type=date],.form input[type=datetime-local],.form input[type=datetime],.form input[type=email],.form input[type=month],.form input[type=number],.form input[type=password],.form input[type=search],.form input[type=tel],.form input[type=text],.form input[type=time],.form input[type=url],.form input[type=week]{outline:0;border:1px solid var(--border-color);background-color:#fff;color:hsl(0,0%,33%);padding:10px;border-radius:4px;box-sizing:border-box;width:100%;transition:border-color .12s ease,box-shadow .12s ease}@media(max-width:768px){.form select,.form textarea,.form input[type=color],.form input[type=date],.form input[type=datetime-local],.form input[type=datetime],.form input[type=email],.form input[type=month],.form input[type=number],.form input[type=password],.form input[type=search],.form input[type=tel],.form input[type=text],.form input[type=time],.form input[type=url],.form input[type=week]{max-height:40px}}.form select:focus-visible,.form textarea:focus-visible,.form input[type=color]:focus-visible,.form input[type=date]:focus-visible,.form input[type=datetime-local]:focus-visible,.form input[type=datetime]:focus-visible,.form input[type=email]:focus-visible,.form input[type=month]:focus-visible,.form input[type=number]:focus-visible,.form input[type=password]:focus-visible,.form input[type=search]:focus-visible,.form input[type=tel]:focus-visible,.form input[type=text]:focus-visible,.form input[type=time]:focus-visible,.form input[type=url]:focus-visible,.form input[type=week]:focus-visible{border-color:#5b9dd9;box-shadow:0 0 0 3px color-mix(in oklab,var(--bg-buton-blue) 25%,transparent)}.form select:user-invalid,.form textarea:user-invalid,.form input[type=color]:user-invalid,.form input[type=date]:user-invalid,.form input[type=datetime-local]:user-invalid,.form input[type=datetime]:user-invalid,.form input[type=email]:user-invalid,.form input[type=month]:user-invalid,.form input[type=number]:user-invalid,.form input[type=password]:user-invalid,.form input[type=search]:user-invalid,.form input[type=tel]:user-invalid,.form input[type=text]:user-invalid,.form input[type=time]:user-invalid,.form input[type=url]:user-invalid,.form input[type=week]:user-invalid{border-color:var(--bg-button-red);box-shadow:0 0 0 3px color-mix(in oklab,var(--bg-button-red) 22%,transparent)}.form select:disabled,.form textarea:disabled,.form input[type=color]:disabled,.form input[type=date]:disabled,.form input[type=datetime-local]:disabled,.form input[type=datetime]:disabled,.form input[type=email]:disabled,.form input[type=month]:disabled,.form input[type=number]:disabled,.form input[type=password]:disabled,.form input[type=search]:disabled,.form input[type=tel]:disabled,.form input[type=text]:disabled,.form input[type=time]:disabled,.form input[type=url]:disabled,.form input[type=week]:disabled,.form select[disabled],.form textarea[disabled],.form input[disabled][type=color],.form input[disabled][type=date],.form input[disabled][type=datetime-local],.form input[disabled][type=datetime],.form input[disabled][type=email],.form input[disabled][type=month],.form input[disabled][type=number],.form input[disabled][type=password],.form input[disabled][type=search],.form input[disabled][type=tel],.form input[disabled][type=text],.form input[disabled][type=time],.form input[disabled][type=url],.form input[disabled][type=week],.form select[disabled=true],.form textarea[disabled=true],.form input[disabled=true][type=color],.form input[disabled=true][type=date],.form input[disabled=true][type=datetime-local],.form input[disabled=true][type=datetime],.form input[disabled=true][type=email],.form input[disabled=true][type=month],.form input[disabled=true][type=number],.form input[disabled=true][type=password],.form input[disabled=true][type=search],.form input[disabled=true][type=tel],.form input[disabled=true][type=text],.form input[disabled=true][type=time],.form input[disabled=true][type=url],.form input[disabled=true][type=week]{background-color:#f7f7f7;cursor:not-allowed}.form input[type=color].numbers,.form input[type=date].numbers,.form input[type=datetime-local].numbers,.form input[type=datetime].numbers,.form input[type=email].numbers,.form input[type=month].numbers,.form input[type=number].numbers,.form input[type=password].numbers,.form input[type=search].numbers,.form input[type=tel].numbers,.form input[type=text].numbers,.form input[type=time].numbers,.form input[type=url].numbers,.form input[type=week].numbers{width:50%;text-align:center}.form textarea{height:150px;max-height:none;field-sizing:content}.form select{appearance:none;text-align:left;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 65.56 112.04'><g fill='%23444545'><polygon points='0 45.86 32.94 0 65.56 45.86 0 45.86'/><polygon points='65.56 66.18 32.94 112.04 0 66.18 65.56 66.18'/></g></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:8px;padding-right:28px}.form .tag{font-size:11px;color:#999;font-weight:normal;display:inline-block;line-height:normal;clear:both}.form .form-entry{display:flex;justify-content:space-between;width:100%;margin:20px 0;flex-wrap:wrap}.form .form-entry .button-block{text-align:center;width:100%;margin:20px 0}.form .form-entry:first-child,.form .form-entry:first-of-type{margin-top:0}.form .form-entry:last-child,.form .form-entry:last-of-type{margin-bottom:0}.form .form-entry .lbl,.form .form-entry .lblNon{display:block;font-weight:bold}.form .form-entry .lbl span.tag,.form .form-entry .lblNon span.tag{display:block}.form .form-entry .lblNon{font-weight:normal}.form .form-entry .input.chkrad{outline:0;border:1px solid var(--border-color);transition:.05s border-color ease-in-out;padding:10px;color:hsl(0,0%,33%);box-sizing:border-box;border-radius:4px;background-color:#fff;width:100%;display:flex;align-items:center}@media(max-width:768px){.form .form-entry .input.chkrad{max-height:40px}}.form .form-entry .fLeft,.form .form-entry .fRight{width:49.5%}.form .form-entry .block{width:100%}@media all and (max-width:768px){.form .form-entry .block{width:100%!important}}.form .form-entry .block.fLeft,.form .form-entry .block.fRight{float:none!important;width:49.5%}.form .form-entry .block.fLeft .input input,.form .form-entry .block.fRight .input input{width:100%}.form .form-entry .block span{display:block;float:none}.form .form-entry .block .input{width:100%}.form .form-entry .block .input input{width:100%}.form .form-entry .block .input input.numbers{width:50%}.form .form-entry .block .input input.chk,.form .form-entry .block .input input.radio{width:auto}.form .form-entry .lbl,.form .form-entry .lblSp,.form .form-entry .lblNon{text-align:left;width:100%;margin:0 0 6px 0}@media(max-width:768px){.reports{overflow-x:auto;-webkit-overflow-scrolling:touch}}.reports table,.reports .table{padding:0px;border:1px solid var(--border-color);width:100%}@media(max-width:768px){.reports table,.reports .table{font-size:85%;width:max-content;min-width:100%}}.reports table.striped,.reports .table.striped{border:none}.reports table.striped tr.info,.reports .table.striped tr.info{background:#fff}.reports table.striped tr.info:nth-child(odd),.reports .table.striped tr.info:nth-child(odd){background-color:var(--bg-data)}.reports table.striped tr.info td,.reports .table.striped tr.info td{border:none}.reports table tr.headers,.reports .table tr.headers{background:#fff}.reports table tr.headers td,.reports table tr.headers th,.reports .table tr.headers td,.reports .table tr.headers th{padding:10px 5px;background:var(--bg-headers);font-weight:bold;border-bottom:1px solid var(--border-color)}.reports table tr.headers td a,.reports table tr.headers th a,.reports .table tr.headers td a,.reports .table tr.headers th a{text-decoration:none;color:#2f2f2f}.reports table tr.headers.darkHead td,.reports .table tr.headers.darkHead td{background:#cfcfcf!important}.reports table tr.info,.reports .table tr.info{background:#fff}.reports table tr.info td,.reports .table tr.info td{padding:10px;border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.reports table tr.info td input.numbers,.reports .table tr.info td input.numbers{width:50px;text-align:center}.reports table tr.info td:last-child,.reports .table tr.info td:last-child{border-right:none}.reports table tr.info:last-child td,.reports .table tr.info:last-child td{border-bottom:none}.reports table tr.info:hover,.reports .table tr.info:hover{background:var(--bg-default)}.reports table tr.over,.reports .table tr.over{background:#e5eff4!important}.reports.reports-sm tr.headers td{padding:7px 5px;font-size:11px}.reports.reports-sm tr.info td{padding:7px 5px;font-size:11px}.note{background:#ff9;border:1px solid #f2f2f2;padding:5px;margin:5px;font:12px Arial}.gcwsBlackout{background-color:#000!important}.gcwsHtmlAlert{clear:both;position:relative;width:auto;margin:0 auto 20px auto;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:10px;background-color:var(--bg-default)}.gcwsHtmlAlert .gcwsHtmlAlertHeader i{display:none!important}.gcwsHtmlAlert .gcwsHtmlAlertHeader span{font-size:110%;font-weight:bold;text-transform:uppercase}.gcwsHtmlAlert .gcwsHtmlAlertHeader span::before{font:var(--fa-font-regular);font-size:115%;display:inline-block;margin-right:5px}.gcwsHtmlAlert .error span::before{content:"";color:#931100!important}.gcwsHtmlAlert .success span::before{content:"";color:#1fa67a!important}.gcwsHtmlAlert .warning span::before{content:"";color:#f8a900!important}.gcwsHtmlAlert .gcwsHtmlAlertMessage{padding:0 0 0 10px}.gcwsHtmlAlert .alert-list{margin:0 0 0 10px;padding:0 0 0 10px}.gcwsHtmlAlert .alert-list li{padding:3px 5px}.gcwsHtmlAlert .gcwsHtmlAlertSub{font-weight:normal}.gcwsHtmlAlert .gcwsHtmlAlertSub em{font-weight:bold}.bold{font-weight:bold!important}.bolder{font-weight:bolder!important}.fleft,.fLeft{float:left!important}.fright,.fRight{float:right!important}.nomargin{margin:0!important}.nopadding{padding:0!important}.aright{text-align:right!important}.aleft{text-align:left!important}.acenter{text-align:center!important}.aaliased{-webkit-font-smoothing:antialiased!important}.dblock,.d-block{display:block!important}.dnone,.d-none{display:none!important}.diblock,.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.dflex,.d-flex{display:flex!important}.marginAuto{margin:auto!important}.stack{display:flex;flex-direction:column;gap:var(--space-4)}.stack-sm{gap:var(--space-2)}.stack-lg{gap:var(--space-8)}.cluster{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.m-0{margin:0!important}.p-0{padding:0!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.375rem}.alert.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.w1{width:1%!important}.w2{width:2%!important}.w3{width:3%!important}.w4{width:4%!important}.w5{width:5%!important}.w6{width:6%!important}.w7{width:7%!important}.w8{width:8%!important}.w9{width:9%!important}.w10{width:10%!important}.w11{width:11%!important}.w12{width:12%!important}.w13{width:13%!important}.w14{width:14%!important}.w15{width:15%!important}.w16{width:16%!important}.w17{width:17%!important}.w18{width:18%!important}.w19{width:19%!important}.w20{width:20%!important}.w21{width:21%!important}.w22{width:22%!important}.w23{width:23%!important}.w24{width:24%!important}.w25{width:25%!important}.w26{width:26%!important}.w27{width:27%!important}.w28{width:28%!important}.w29{width:29%!important}.w30{width:30%!important}.w31{width:31%!important}.w32{width:32%!important}.w33{width:33%!important}.w34{width:34%!important}.w35{width:35%!important}.w36{width:36%!important}.w37{width:37%!important}.w38{width:38%!important}.w39{width:39%!important}.w40{width:40%!important}.w41{width:41%!important}.w42{width:42%!important}.w43{width:43%!important}.w44{width:44%!important}.w45{width:45%!important}.w46{width:46%!important}.w47{width:47%!important}.w48{width:48%!important}.w49{width:49%!important}.w50{width:50%!important}.w51{width:51%!important}.w52{width:52%!important}.w53{width:53%!important}.w54{width:54%!important}.w55{width:55%!important}.w56{width:56%!important}.w57{width:57%!important}.w58{width:58%!important}.w59{width:59%!important}.w60{width:60%!important}.w61{width:61%!important}.w62{width:62%!important}.w63{width:63%!important}.w64{width:64%!important}.w65{width:65%!important}.w66{width:66%!important}.w67{width:67%!important}.w68{width:68%!important}.w69{width:69%!important}.w70{width:70%!important}.w71{width:71%!important}.w72{width:72%!important}.w73{width:73%!important}.w74{width:74%!important}.w75{width:75%!important}.w76{width:76%!important}.w77{width:77%!important}.w78{width:78%!important}.w79{width:79%!important}.w80{width:80%!important}.w81{width:81%!important}.w82{width:82%!important}.w83{width:83%!important}.w84{width:84%!important}.w85{width:85%!important}.w86{width:86%!important}.w87{width:87%!important}.w88{width:88%!important}.w89{width:89%!important}.w90{width:90%!important}.w91{width:91%!important}.w92{width:92%!important}.w93{width:93%!important}.w94{width:94%!important}.w95{width:95%!important}.w96{width:96%!important}.w97{width:97%!important}.w98{width:98%!important}.w99{width:99%!important}.w100{width:100%!important}.h1{height:1%!important}.h2{height:2%!important}.h3{height:3%!important}.h4{height:4%!important}.h5{height:5%!important}.h6{height:6%!important}.h7{height:7%!important}.h8{height:8%!important}.h9{height:9%!important}.h10{height:10%!important}.h11{height:11%!important}.h12{height:12%!important}.h13{height:13%!important}.h14{height:14%!important}.h15{height:15%!important}.h16{height:16%!important}.h17{height:17%!important}.h18{height:18%!important}.h19{height:19%!important}.h20{height:20%!important}.h21{height:21%!important}.h22{height:22%!important}.h23{height:23%!important}.h24{height:24%!important}.h25{height:25%!important}.h26{height:26%!important}.h27{height:27%!important}.h28{height:28%!important}.h29{height:29%!important}.h30{height:30%!important}.h31{height:31%!important}.h32{height:32%!important}.h33{height:33%!important}.h34{height:34%!important}.h35{height:35%!important}.h36{height:36%!important}.h37{height:37%!important}.h38{height:38%!important}.h39{height:39%!important}.h40{height:40%!important}.h41{height:41%!important}.h42{height:42%!important}.h43{height:43%!important}.h44{height:44%!important}.h45{height:45%!important}.h46{height:46%!important}.h47{height:47%!important}.h48{height:48%!important}.h49{height:49%!important}.h50{height:50%!important}.h51{height:51%!important}.h52{height:52%!important}.h53{height:53%!important}.h54{height:54%!important}.h55{height:55%!important}.h56{height:56%!important}.h57{height:57%!important}.h58{height:58%!important}.h59{height:59%!important}.h60{height:60%!important}.h61{height:61%!important}.h62{height:62%!important}.h63{height:63%!important}.h64{height:64%!important}.h65{height:65%!important}.h66{height:66%!important}.h67{height:67%!important}.h68{height:68%!important}.h69{height:69%!important}.h70{height:70%!important}.h71{height:71%!important}.h72{height:72%!important}.h73{height:73%!important}.h74{height:74%!important}.h75{height:75%!important}.h76{height:76%!important}.h77{height:77%!important}.h78{height:78%!important}.h79{height:79%!important}.h80{height:80%!important}.h81{height:81%!important}.h82{height:82%!important}.h83{height:83%!important}.h84{height:84%!important}.h85{height:85%!important}.h86{height:86%!important}.h87{height:87%!important}.h88{height:88%!important}.h89{height:89%!important}.h90{height:90%!important}.h91{height:91%!important}.h92{height:92%!important}.h93{height:93%!important}.h94{height:94%!important}.h95{height:95%!important}.h96{height:96%!important}.h97{height:97%!important}.h98{height:98%!important}.h99{height:99%!important}.h100{height:100%!important}@media(max-width:768px){.fLeftM,.fRightM{float:none}.wM{width:100%!important}.reports tr.info td{padding:5px}}.notice{padding:5px 15px;margin:5px 0;border-bottom:1px dotted #cfcfcf;border-top:1px dotted #cfcfcf}.nyellow{background:#ffc}.ngray{background:#f8f8f8}.postit{background:#ffc}.nbabyblue{background:#e3f7ff}.nred{background:#c00;color:#fff!important}.gcwsPagination{display:flex;width:100%;justify-content:end;margin:20px 0;padding:0 10px;box-sizing:border-box}.gcwsPagination td{color:#999}.gcwsPagination a,.gcwsPagination span{padding:5px 10px;display:inline-block;background-color:var(--bg-default);text-decoration:none;margin:0 -1px}.gcwsPagination a:hover,.gcwsPagination span:hover{background-color:#2f2f2f;color:#fff}.gcws-alert,.gcws-popup{background-color:#fff;box-shadow:var(--alert-loader-box-shadow);background-clip:border-box;border-radius:var(--alert-loader-border-radius)}.gcws-alert.gcws-alert-primed .popup-content,.gcws-popup.gcws-alert-primed .popup-content{padding:2%;align-items:center}.gcws-alert.gcws-alert-primed .popup-content::before,.gcws-popup.gcws-alert-primed .popup-content::before{display:inline-block;font-family:var(--font-icons);font-size:24px;margin-right:10px}.gcws-alert.gcws-alert-primed.error .popup-content::before,.gcws-popup.gcws-alert-primed.error .popup-content::before{content:"";color:red}.gcws-alert.gcws-alert-primed.warning .popup-content::before,.gcws-popup.gcws-alert-primed.warning .popup-content::before{content:"";color:#ffc800}.gcws-alert.gcws-alert-primed.success .popup-content::before,.gcws-alert.gcws-alert-primed.ok .popup-content::before,.gcws-popup.gcws-alert-primed.success .popup-content::before,.gcws-popup.gcws-alert-primed.ok .popup-content::before{content:"";color:#1fa67a}.gcws-alert .alert-buttons,.gcws-popup .alert-buttons{display:flex;justify-content:flex-end;gap:6px;padding:8px 10px;background-color:var(--bg-default);border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:1px solid var(--border-color)}@media(max-width:768px){.gcws-alert .alert-buttons,.gcws-popup .alert-buttons{padding:6px 8px}}.gcws-alert .alert-buttons .alert-ok,.gcws-alert .alert-buttons .alert-cancel,.gcws-popup .alert-buttons .alert-ok,.gcws-popup .alert-buttons .alert-cancel{--_btn-bg:var(--bg-buton-blue);--_btn-fg:#fff;padding:8px 18px;text-decoration:none;cursor:pointer;line-height:1.2;border:1px solid color-mix(in oklab,var(--_btn-bg) 82%,black);background:var(--_btn-bg);color:var(--_btn-fg);appearance:none;border-radius:6px;white-space:nowrap;box-sizing:border-box;transition:background-color .12s ease,box-shadow .12s ease,transform .06s ease;font-weight:600;user-select:none}.gcws-alert .alert-buttons .alert-ok:hover,.gcws-alert .alert-buttons .alert-cancel:hover,.gcws-popup .alert-buttons .alert-ok:hover,.gcws-popup .alert-buttons .alert-cancel:hover{background:color-mix(in oklab,var(--_btn-bg) 88%,black)}.gcws-alert .alert-buttons .alert-ok:active,.gcws-alert .alert-buttons .alert-cancel:active,.gcws-popup .alert-buttons .alert-ok:active,.gcws-popup .alert-buttons .alert-cancel:active{background:color-mix(in oklab,var(--_btn-bg) 78%,black);transform:translateY(1px)}.gcws-alert .alert-buttons .alert-ok:focus-visible,.gcws-alert .alert-buttons .alert-cancel:focus-visible,.gcws-popup .alert-buttons .alert-ok:focus-visible,.gcws-popup .alert-buttons .alert-cancel:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--_btn-bg) 35%,transparent)}@media(max-width:768px){.gcws-alert .alert-buttons .alert-ok,.gcws-alert .alert-buttons .alert-cancel,.gcws-popup .alert-buttons .alert-ok,.gcws-popup .alert-buttons .alert-cancel{padding:6px 15px}}.gcws-alert .alert-buttons .alert-cancel,.gcws-popup .alert-buttons .alert-cancel{--_btn-bg:var(--bg-button-gray);--_btn-fg:#2d2d2d}.gcws-alert .alert-header,.gcws-popup .alert-header{display:flex;justify-content:space-between;align-items:center;font-weight:bold;color:#2f2f2f;padding:0 0 0 10px;border-bottom:1px solid var(--border-color)}.gcws-alert .alert-header span,.gcws-popup .alert-header span{display:inline-block;padding:5px 0}.gcws-alert .alert-header h2,.gcws-popup .alert-header h2{margin:0}.gcws-alert .alert-header a,.gcws-popup .alert-header a{display:inline-block;color:#2f2f2f;text-decoration:none;padding:5px 10px}.gcws-alert .alert-header a:hover,.gcws-popup .alert-header a:hover{background:#2d2d2d;color:#fff;text-decoration:none}.gcws-alert .gcwsAlert .clear,.gcws-popup .gcwsAlert .clear{display:none!important}.gcws-alert .gcwsAlert-loader,.gcws-popup .gcwsAlert-loader{padding:20px;text-align:center}.gcws-alert .popup-html,.gcws-popup .popup-html{display:flex;align-items:center;justify-content:center}.gcws-alert .popup-content,.gcws-popup .popup-content{width:100%;position:relative;display:flex;justify-content:center}#gcws-code-debug{text-align:center;margin:0 auto;display:inline-block}.gcws-langs-option{display:block;padding:5px 0;margin:5px 0;text-decoration:none}.gcws-langs-option-selected{background-color:#2482c4;color:#fff;padding-left:10px}.gcws-loader,#gcws-ajax-loading .gcws-loader{display:flex;justify-content:center;align-items:center;width:200px;height:150px;padding:0 2%;box-sizing:border-box}#gcws-ajax-loading{width:120px;display:inline-grid;place-content:center;aspect-ratio:1}#gcws-ajax-loader-txt{text-align:center;position:relative;font-size:small}#gcws-ajax-loader-txt i{display:none}#gcws-ajax-loader-txt span{position:absolute;width:100%;text-align:center;color:#fff;font-weight:bold}#gcws-ajax-loader-txt progress[value]{border:none;appearance:none;height:23px}#gcws-ajax-loader-txt progress[value]::-webkit-progress-bar{background-color:#b4b4b4;border-radius:7px}#gcws-ajax-loader-txt progress[value]::-webkit-progress-value{background-color:#1573cb;border-radius:7px}@media(max-width:768px){.form .form-entry{flex-wrap:wrap;margin:15px 0}.form .form-entry:first-child .block,.form .form-entry:first-of-type .block{margin-bottom:0}.form .form-entry .fLeft,.form .form-entry .fRight{width:49%}.form .form-entry .block{width:100%}.form .form-entry .block.fLeft{margin-bottom:15px}.form .form-entry .block.fLeft,.form .form-entry .block.fRight{width:100%;display:block}.form .button-block{margin:10px 0}.form fieldset{padding:10px;margin:30px 0}.form legend{padding:5px 10px;border-radius:3px}.form span.tag{display:block;font-size:10px}.form .button{padding:7px 18px 7px 18px}.form .button-small{padding:4px 12px 4px 12px;font-size:85%}.spacer{height:10px;margin:5px 0}#gcws-loader .gcws-loader{width:120px;height:120px}}#gcws-members-fetch-alert .popup-content{min-width:600px;min-height:300px}@media(max-width:768px){#gcws-members-fetch-alert .popup-content{min-width:auto;width:100%;min-height:150px}}@media(max-width:768px){#gcws-members-fetch-alert{width:95vw}}