.page-header{height:65px;padding:0 30px;display:flex;align-items:center}.page-header .logos{display:flex;gap:7px;align-items:center}.page-header .blue-ketchep-logo{margin-top:5px}.page-header .blue-ketchep-logo svg{height:28px;fill:#212121}.page-header .webapp-title{font-size:20px;font-weight:400}.deflection-logo-title{display:flex;align-items:center;color:inherit}.deflection-logo-title .app-logo{max-width:40px;margin-right:7.5px}.deflection-logo-title .app-title{font-weight:400;margin:0;font-size:20px}.page-footer{padding-bottom:30px;display:flex;align-items:center;justify-content:center;flex-direction:column}@media print{.page-footer{display:none}}.page-footer>*{width:100%}.page-footer .disclaimer{box-sizing:border-box;max-width:750px;margin:90px 0 15px;font-size:12px;text-align:justify;line-height:1.5;color:#757575}@media(max-width:750px){.page-footer .disclaimer{padding:0 30px}}.footer-language-section{display:flex;flex-wrap:wrap;max-width:750px;margin:15px 0;align-items:center;justify-content:center;box-sizing:border-box}@media(max-width:750px){.footer-language-section{padding:0 30px}}.footer-language-section a{text-decoration:none;color:inherit;margin:7px 10px}.footer-links-section{display:flex;flex-wrap:wrap;padding:15px 30px;align-items:center;justify-content:center;box-sizing:border-box}@media(max-width:600px){.footer-links-section{flex-direction:column}}.footer-links-section .blue-ketchep-logo{width:100%;max-width:150px}.footer-links-section .blue-ketchep-logo svg{fill:#212121}.footer-links-section a{text-decoration:none;color:inherit;margin:7px 10px}.input-value-with-units label{font-size:12px;display:block}.input-value-with-units input,.input-value-with-units select{box-sizing:border-box;display:inline-block;padding:0 5px;border:1px solid #1976d2;background-color:#fff;height:30px;color:#212121;-webkit-appearance:none}.input-value-with-units input{width:calc(100% - 50px);border-radius:10px 0 0 10px}.input-value-with-units select{width:50px;border-radius:0 10px 10px 0;margin-left:-1px}.units-buttons{display:flex}.units-buttons .units-button{margin-left:-1px}.units-buttons .units-button:first-child{border-bottom-left-radius:10px;border-top-left-radius:10px}.units-buttons .units-button:last-child{border-bottom-right-radius:10px;border-top-right-radius:10px}.units-buttons .btn-primary-outline{background:#fff}.structured-text{font-size:20px;width:-moz-fit-content;width:fit-content}.structured-text .fraction{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;align-items:center}.structured-text .fraction .divider{width:100%;border-bottom:1px solid #212121}.error-display{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:calc(100vh - 300px);font-size:20px}.error-display>div{margin-bottom:15px}.catalogue-view .no-data-message{position:-webkit-sticky;position:sticky;left:0;max-width:100vw;box-sizing:border-box;padding:30px;min-height:calc(100vh - 260px);display:flex;flex-direction:column;justify-content:center;font-size:18px;line-height:2}.catalogue-view .no-data-message p{margin:0 0 30px;text-align:center}.catalogue-view .catalogue-header{display:grid;position:-webkit-sticky;position:sticky;left:0;max-width:100vw;z-index:100}.catalogue-view .catalogue-header .content{display:grid;grid-template-columns:1fr;grid-row-gap:10px;align-items:center;justify-content:space-between;background:#fff;padding:15px 0}.catalogue-view .catalogue-header .header-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:0 15px;min-width:0}@media(max-width:700px){.catalogue-view .catalogue-header .header-top{flex-direction:column;align-items:stretch;gap:15px}}.catalogue-view .catalogue-header .header-selectors{display:flex;flex-direction:row;align-items:center;gap:15px;min-width:0}.catalogue-view .catalogue-header h1{font-size:16px;font-weight:400;margin:0;flex:1 1}@media(max-width:700px){.catalogue-view .catalogue-header h1{text-align:center;font-size:14px}}.catalogue-view .catalogue-header .categories{display:grid;grid-template-columns:1fr repeat(11,auto) 1fr;padding:0 15px;overflow-x:scroll;overflow-y:hidden}.catalogue-view .catalogue-header .categories .tab{display:block;padding:0 5px;height:60px;min-width:60px;line-height:60px;border-radius:10px}.catalogue-view .catalogue-header .categories .tab.active{background:#0077c8;color:#fff}.catalogue-view .catalogue-header .categories .tab.active svg{fill:#fff}.catalogue-view .catalogue-header .categories .tab:hover:not(.active){background:#e3f2fd}.catalogue-view .catalogue-header .categories .tab .image-div{height:100%}.catalogue-view .catalogue-header .categories .tab svg{fill:#757575}.country-selector{position:relative;width:96px;flex-shrink:0}.country-selector .country-selector-button{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;height:60px;width:100%;font-weight:600;font-size:18px;color:#0077c8;background:#fff;border:1px solid #0077c8;border-radius:10px;cursor:pointer;transition:all .2s ease}.country-selector .country-selector-button:hover{background:#e3f2fd}.country-selector .country-selector-button[aria-expanded=true]{background:#0077c8;color:#fff}.country-selector .country-selector-button .selected-country{font-weight:600}.country-selector .country-selector-button .dropdown-arrow{transition:transform .2s ease}.country-selector .country-selector-button .dropdown-arrow.open{transform:rotate(180deg)}.country-selector .country-dropdown{position:absolute;top:calc(100% + 5px);left:0;z-index:1100;min-width:100%;max-height:400px;overflow-y:auto;background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(max-width:600px){.country-selector .country-dropdown{position:fixed;top:0;left:0;right:0;bottom:0;max-height:none;border:none;border-radius:0;z-index:1200;display:flex;flex-direction:column;padding:0}}.country-selector .country-dropdown .country-dropdown-header{display:none}@media(max-width:600px){.country-selector .country-dropdown .country-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:30px;border-bottom:1px solid #e0e0e0;background:#fff}.country-selector .country-dropdown .country-dropdown-header h2{margin:0;font-size:18px;font-weight:600}.country-selector .country-dropdown .country-dropdown-header .close-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;border-radius:10px;color:#212121}.country-selector .country-dropdown .country-dropdown-header .close-button:hover{background:#e3f2fd}.country-selector .country-dropdown .country-dropdown-content{display:flex;flex-direction:column;padding:30px;gap:5px;overflow-y:auto}}.country-selector .country-dropdown .country-option{display:block;padding:15px 20px;font-weight:600;font-size:14px;color:#212121;text-transform:uppercase;transition:background-color .2s ease;cursor:pointer}.country-selector .country-dropdown .country-option:hover:not(.active){background:#e3f2fd}.country-selector .country-dropdown .country-option.active{background:#0077c8;color:#fff}@media(max-width:600px){.country-selector .country-dropdown .country-option{font-size:18px;padding:20px 30px;border-radius:10px}}.parameters-card{z-index:1;position:-webkit-sticky;position:sticky;top:0;left:0;display:grid;grid-template-columns:1fr minmax(1000px,3fr) 1fr;align-items:center;background:#fff;padding:15px 0}@media(max-width:1000px){.parameters-card{grid-template-columns:15px 1fr 15px}}.parameters-card .content{grid-column:2;display:grid;grid-template-columns:150px 1fr auto}.parameters-card .table-header{grid-column:2}.parameters-card .length-input{position:-webkit-sticky;position:sticky;left:15px}.parameters-card .units-input{position:-webkit-sticky;position:sticky;right:15px}.card-grid{display:grid;grid-template-columns:1fr minmax(1000px,3fr) 1fr}.card-grid>.content{grid-column:2;display:grid}.card-grid .page-footer{position:-webkit-sticky;position:sticky;left:0;max-width:100vw}.card-grid .catalogue-group{display:contents}.card-grid .catalogue-group-header{grid-column:1/-1;padding:15px;font-size:18px;font-weight:600;color:#212121;margin-top:30px}.table-header{z-index:1;top:70px;box-sizing:border-box;display:grid;grid-template-columns:1fr repeat(7,100px);grid-column-gap:10px;column-gap:10px;border-bottom:1px solid #e0e0e0}.table-header,.table-header .designation-cell{position:-webkit-sticky;position:sticky;align-items:center;background:#fff}.table-header .designation-cell{left:0;height:100%;display:flex}.table-header .value-cell{align-self:center;padding:10px 0}.table-header .description{font-weight:500}.catalogue-view .result-card{border-radius:10px;box-sizing:border-box;content-visibility:auto;contain-intrinsic-size:auto 58px;display:grid;grid-template-columns:1fr repeat(7,100px);align-items:center;grid-column-gap:10px;column-gap:10px}.catalogue-view .result-card:hover,.catalogue-view .result-card:hover .designation-card{background:#f0f0f0}.catalogue-view .result-card .designation-card{position:-webkit-sticky;position:sticky;left:0;display:flex;align-items:center;background:#fff;border-right:1px solid #e0e0e0}.catalogue-view .result-card .designation-card:hover{background:#e3f2fd;color:#0077c8}.catalogue-view .result-card .preview{display:flex;justify-content:center;width:50px;height:50px}.catalogue-view .result-card .preview svg{width:100%;max-height:100%}.catalogue-view .result-card .designation{font-weight:500}.catalogue-view .result-card .designation-alt{color:#757575;font-size:12px}.catalogue-view .result-card .strength{align-self:center}.catalogue-view .result-card .description{color:#757575;font-size:12px}.material-selector{position:relative;flex:1 1 auto;min-width:0}.material-selector .material-selector-button{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 20px;height:60px;max-width:320px;width:100%;font-weight:600;font-size:18px;color:#0077c8;background:#fff;border:1px solid #0077c8;border-radius:10px;cursor:pointer;transition:all .2s ease}@media(max-width:700px){.material-selector .material-selector-button{max-width:none}}.material-selector .material-selector-button:hover{background:#e3f2fd}.material-selector .material-selector-button[aria-expanded=true]{background:#0077c8;color:#fff}.material-selector .material-selector-button .selected-material{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-selector .material-selector-button .dropdown-arrow{flex-shrink:0;transition:transform .2s ease}.material-selector .material-selector-button .dropdown-arrow.open{transform:rotate(180deg)}.material-selector .material-dropdown{position:absolute;top:calc(100% + 5px);right:0;z-index:1100;min-width:100%;max-width:360px;max-height:400px;overflow-y:auto;background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@media(max-width:600px){.material-selector .material-dropdown{position:fixed;top:0;left:0;right:0;bottom:0;max-width:none;max-height:none;border:none;border-radius:0;z-index:1200;display:flex;flex-direction:column;padding:0}}.material-selector .material-dropdown .material-dropdown-header{display:none}@media(max-width:600px){.material-selector .material-dropdown .material-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:30px;border-bottom:1px solid #e0e0e0;background:#fff}.material-selector .material-dropdown .material-dropdown-header h2{margin:0;font-size:18px;font-weight:600}.material-selector .material-dropdown .material-dropdown-header .close-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:rgba(0,0,0,0);cursor:pointer;border-radius:10px;color:#212121}.material-selector .material-dropdown .material-dropdown-header .close-button:hover{background:#e3f2fd}.material-selector .material-dropdown .material-dropdown-content{display:flex;flex-direction:column;padding:30px;gap:5px;overflow-y:auto}}.material-selector .material-dropdown .material-option{display:block;padding:15px 20px;font-weight:600;font-size:14px;color:#212121;transition:background-color .2s ease;cursor:pointer}.material-selector .material-dropdown .material-option:hover:not(.active){background:#e3f2fd}.material-selector .material-dropdown .material-option.active{background:#0077c8;color:#fff}.material-selector .material-dropdown .material-option.default-option{border-bottom:1px solid #e0e0e0}@media(max-width:600px){.material-selector .material-dropdown .material-option{font-size:18px;padding:20px 30px;border-radius:10px}}.catalogue-view .result-card .strength .skeleton{display:inline-block;width:60px;height:.85em;vertical-align:middle;border-radius:4px;background:linear-gradient(90deg,#e0e0e0 25%,#f8f9fa 50%,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.section-shell{display:flex;gap:60px}.section-shell>:last-child{flex:1 1;min-width:0}.section-details .section-details-layout{display:grid;grid-template-columns:1fr 400px;grid-gap:60px;gap:60px}@media(max-width:1100px){.section-details .section-details-layout{grid-template-columns:1fr;padding-right:60px}}@media(max-width:700px){.section-details .section-details-layout{grid-template-columns:1fr;padding:0 30px}}@media(max-width:600px){.section-details .section-details-layout{padding:0 15px}}.section-details .section-image-sidebar{aspect-ratio:1;width:100%;max-width:400px;height:-moz-fit-content;height:fit-content;justify-self:center}@media(min-width:1101px){.section-details .section-image-sidebar{position:-webkit-sticky;position:sticky;top:80px}}@media(max-width:1100px){.section-details .section-image-sidebar{display:none}}.section-details .page-footer{margin-top:30px}.header{z-index:1;position:fixed;left:0;top:0;width:100%;height:80px;padding:0 30px;box-sizing:border-box;display:grid;align-items:center;grid-template-columns:auto 1fr auto;grid-gap:15px;gap:15px;background:hsla(0,0%,100%,.5)}@media(max-width:600px){.header{padding:0 15px;grid-template-columns:1fr auto}}@media(max-width:400px){.header{justify-content:flex-end;grid-template-columns:1fr auto}.header .large-input{display:none}}.header h1{font-size:1.7rem;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:600px){.header h1{display:none}}.header h1 .subtitle{margin-left:15px;font-size:1rem}.header .btn{padding-left:0;padding-right:0;min-width:70px}.section-content{margin-top:80px;flex:1 1;min-width:0}.section-content h1{font-size:3rem;margin-top:30px}.section-content hr{border:none;border-top:1px solid #e0e0e0;margin:30px 0}.section-content .subtitle{font-size:1.5rem}.section-content .country{margin-bottom:30px;font-size:1.5rem}.section-content .section-image-inline{display:none}@media(max-width:1100px){.section-content .section-image-inline{display:block;aspect-ratio:1;width:100%;max-width:400px;margin:0 auto 30px}}.section-content .property-list{display:grid;grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));justify-content:center;align-items:center}.section-content .design-inputs{display:flex;justify-content:flex-end;align-items:flex-start;flex-wrap:wrap;gap:30px;margin-bottom:30px}.section-content .beam-length-input,.section-content .material-input{display:flex;flex-direction:column;align-items:flex-end}.section-content .beam-length-input label,.section-content .material-input label{align-self:flex-start;font-size:12px}.section-content .beam-length-input .length-input{width:190px}.section-content .material-input .material-selector{flex:0 0 auto;width:200px}.section-content .material-input .material-selector-button{height:40px;font-size:16px}.section-navigation{display:none}@media(min-width:701px){.section-navigation{display:flex;flex-direction:column;gap:4px;padding:30px 0;position:-webkit-sticky;position:sticky;top:80px;max-height:calc(100vh - 80px - 60px);overflow-y:auto;width:200px;flex-shrink:0}.section-navigation::-webkit-scrollbar{width:6px}.section-navigation::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.section-navigation::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:3px}.section-navigation::-webkit-scrollbar-thumb:hover{background:#ccc}}.section-navigation .section-type-group{margin-bottom:15px}.section-navigation .section-type-group:last-child{margin-bottom:0}.section-navigation .section-type-header{padding:8px 12px;font-size:12px;font-weight:600;color:#757575;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.section-navigation .section-nav-item{display:flex;align-items:center;padding:8px 12px;border-radius:7.5px;transition:background-color .2s ease;gap:10px}.section-navigation .section-nav-item:hover{background:#e3f2fd;color:#0077c8}.section-navigation .section-nav-item.active{background:#e3f2fd;color:#0077c8;font-weight:500}.section-navigation .section-nav-item .preview{display:flex;justify-content:center;align-items:center;width:40px;height:40px;flex-shrink:0}.section-navigation .section-nav-item .preview svg{width:100%;max-height:100%}.section-navigation .section-nav-item .designation-info{flex:1 1;min-width:0}.section-navigation .section-nav-item .designation{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-navigation .section-nav-item .designation-alt{color:#757575;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-row{display:grid;grid-template-columns:60px 1fr;margin-bottom:15px;align-items:center}.property-row .symbol{justify-self:flex-end;padding-right:15px}.property-row .description{font-size:12px}.deflection-cards{margin-top:90px}.deflection-cards .cards{display:flex;flex-wrap:wrap;gap:30px}.template-card{display:block;box-sizing:border-box;width:100%;max-width:300px;padding:15px;border-radius:5px;cursor:pointer;color:inherit;border:1px solid #e0e0e0}.template-card:hover{background:#f5f5f5}.template-card .card{height:100px;background-position:50%;background-size:cover;background-repeat:no-repeat}@media print{html:has(.deflection-home,.deflection-editor,.deflection-report,.ky-editor){font-size:9pt}}.deflection-editor h1,.deflection-home h1,.deflection-report h1,.ky-editor h1{font-weight:400;font-size:2.2rem}.deflection-editor p,.deflection-home p,.deflection-report p,.ky-editor p{margin:5px 0}.deflection-editor .cross-out,.deflection-home .cross-out,.deflection-report .cross-out,.ky-editor .cross-out{text-decoration:line-through}.deflection-editor .btn,.deflection-home .btn,.deflection-report .btn,.ky-editor .btn{border:none;background:none;padding:5px;border-radius:5px;cursor:pointer;text-transform:none;font-weight:300}.deflection-editor .btn:hover,.deflection-home .btn:hover,.deflection-report .btn:hover,.ky-editor .btn:hover{background:rgb(32,106,188)44}.deflection-editor .fa,.deflection-home .fa,.deflection-report .fa,.ky-editor .fa{width:1rem;height:1rem}.deflection-editor img.fa,.deflection-home img.fa,.deflection-report img.fa,.ky-editor img.fa{width:.875rem;height:.875rem;display:inline-block}.deflection-editor .title-case,.deflection-home .title-case,.deflection-report .title-case,.ky-editor .title-case{text-transform:lowercase}.deflection-editor .title-case:first-letter,.deflection-home .title-case:first-letter,.deflection-report .title-case:first-letter,.ky-editor .title-case:first-letter{text-transform:uppercase}.deflection-editor ._card,.deflection-home ._card,.deflection-report ._card,.ky-editor ._card{width:100%;max-width:500px;padding-left:15px;padding-right:15px}.deflection-editor ._card:not(:first-child),.deflection-home ._card:not(:first-child),.deflection-report ._card:not(:first-child),.ky-editor ._card:not(:first-child){padding-top:30px;border-top:1px solid #e0e0e0}@media print{.deflection-editor ._card:not(:first-child),.deflection-home ._card:not(:first-child),.deflection-report ._card:not(:first-child),.ky-editor ._card:not(:first-child){padding-top:15px}}.deflection-editor ._scrollable-y,.deflection-home ._scrollable-y,.deflection-report ._scrollable-y,.ky-editor ._scrollable-y{overflow-y:scroll;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.deflection-editor .diagram-row,.deflection-home .diagram-row,.deflection-report .diagram-row,.ky-editor .diagram-row{page-break-inside:avoid;display:grid;padding:30px 0}@media print{.deflection-editor .diagram-row,.deflection-home .diagram-row,.deflection-report .diagram-row,.ky-editor .diagram-row{grid-template-columns:1fr 450px 1fr}}@media screen{.deflection-editor .diagram-row,.deflection-home .diagram-row,.deflection-report .diagram-row,.ky-editor .diagram-row{grid-template-columns:200px 1fr 200px}}.deflection-editor .diagram-row img,.deflection-home .diagram-row img,.deflection-report .diagram-row img,.ky-editor .diagram-row img{width:100%}.deflection-editor .left-card,.deflection-home .left-card,.deflection-report .left-card,.ky-editor .left-card{display:flex;flex-direction:column;gap:15px}.deflection-editor .left-card h3,.deflection-home .left-card h3,.deflection-report .left-card h3,.ky-editor .left-card h3{font-size:1rem;font-weight:500;margin:0}.deflection-editor .right-card,.deflection-home .right-card,.deflection-report .right-card,.ky-editor .right-card{display:flex;flex-direction:column;gap:15px}.deflection-editor .sh-logo svg,.deflection-home .sh-logo svg,.deflection-report .sh-logo svg,.ky-editor .sh-logo svg{width:40px;height:40px;fill:#484848}.deflection-editor .structured-text,.deflection-home .structured-text,.deflection-report .structured-text,.ky-editor .structured-text{font-size:1.1rem}.deflection-editor .details-property-view,.deflection-home .details-property-view,.deflection-report .details-property-view,.ky-editor .details-property-view{display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px;column-gap:10px}.deflection-editor .details-property-view .value-col,.deflection-home .details-property-view .value-col,.deflection-report .details-property-view .value-col,.ky-editor .details-property-view .value-col{display:flex;flex-direction:column;justify-content:center}.deflection-editor .details-property-view .symbol,.deflection-home .details-property-view .symbol,.deflection-report .details-property-view .symbol,.ky-editor .details-property-view .symbol{justify-self:flex-end;max-width:40px}.deflection-editor .details-property-view .description,.deflection-home .details-property-view .description,.deflection-report .details-property-view .description,.ky-editor .details-property-view .description{font-size:.8rem}.deflection-editor .with-box .structured-text,.deflection-home .with-box .structured-text,.deflection-report .with-box .structured-text,.ky-editor .with-box .structured-text{padding:3px 6px;background:#d8dce3;border-radius:5px}.deflection-editor .with-bold .value,.deflection-home .with-bold .value,.deflection-report .with-bold .value,.ky-editor .with-bold .value{font-weight:500}.deflection-editor .labeled-value label,.deflection-home .labeled-value label,.deflection-report .labeled-value label,.ky-editor .labeled-value label{font-size:.8rem}.deflection-editor .svg-url-inline,.deflection-home .svg-url-inline,.deflection-report .svg-url-inline,.ky-editor .svg-url-inline{text-align:center}.deflection-editor .read-only-design-view-navigation-bar,.deflection-home .read-only-design-view-navigation-bar,.deflection-report .read-only-design-view-navigation-bar,.ky-editor .read-only-design-view-navigation-bar{width:100%;height:65px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:0 30px}@media(max-width:600px){.deflection-editor .read-only-design-view-navigation-bar,.deflection-home .read-only-design-view-navigation-bar,.deflection-report .read-only-design-view-navigation-bar,.ky-editor .read-only-design-view-navigation-bar{padding:0 15px}}@media print{.deflection-editor .read-only-design-view-navigation-bar,.deflection-home .read-only-design-view-navigation-bar,.deflection-report .read-only-design-view-navigation-bar,.ky-editor .read-only-design-view-navigation-bar{display:none}}.deflection-editor .read-only-design-view-navigation-bar .bar-button,.deflection-home .read-only-design-view-navigation-bar .bar-button,.deflection-report .read-only-design-view-navigation-bar .bar-button,.ky-editor .read-only-design-view-navigation-bar .bar-button{padding:7px 14px;border-radius:10px;width:max-content;white-space:nowrap;color:inherit}.deflection-editor .read-only-design-view-navigation-bar .bar-button:hover,.deflection-home .read-only-design-view-navigation-bar .bar-button:hover,.deflection-report .read-only-design-view-navigation-bar .bar-button:hover,.ky-editor .read-only-design-view-navigation-bar .bar-button:hover{background:rgb(32,106,188)44}.deflection-editor .home-navigation-bar .sh-logo svg,.deflection-editor .read-only-design-view-navigation-bar .sh-logo svg,.deflection-home .home-navigation-bar .sh-logo svg,.deflection-home .read-only-design-view-navigation-bar .sh-logo svg,.deflection-report .home-navigation-bar .sh-logo svg,.deflection-report .read-only-design-view-navigation-bar .sh-logo svg,.ky-editor .home-navigation-bar .sh-logo svg,.ky-editor .read-only-design-view-navigation-bar .sh-logo svg{max-width:30px;max-height:30px}.deflection-editor .home-navigation-bar .sh-logo,.deflection-editor .read-only-design-view-navigation-bar .sh-logo,.deflection-home .home-navigation-bar .sh-logo,.deflection-home .read-only-design-view-navigation-bar .sh-logo,.deflection-report .home-navigation-bar .sh-logo,.deflection-report .read-only-design-view-navigation-bar .sh-logo,.ky-editor .home-navigation-bar .sh-logo,.ky-editor .read-only-design-view-navigation-bar .sh-logo{margin-right:7.5px}.deflection-editor .deflection-page-footer,.deflection-home .deflection-page-footer,.deflection-report .deflection-page-footer,.ky-editor .deflection-page-footer{margin-top:60px}.deflection-editor .deflection-page-footer .badges,.deflection-home .deflection-page-footer .badges,.deflection-report .deflection-page-footer .badges,.ky-editor .deflection-page-footer .badges{padding:0 30px;display:flex;gap:15px;flex-wrap:wrap;align-items:center;justify-content:center}.deflection-editor .deflection-page-footer .badge img,.deflection-editor .deflection-page-footer .badge svg,.deflection-home .deflection-page-footer .badge img,.deflection-home .deflection-page-footer .badge svg,.deflection-report .deflection-page-footer .badge img,.deflection-report .deflection-page-footer .badge svg,.ky-editor .deflection-page-footer .badge img,.ky-editor .deflection-page-footer .badge svg{height:45px;max-width:100%}.deflection-editor .input-value-with-units label,.deflection-home .input-value-with-units label,.deflection-report .input-value-with-units label,.ky-editor .input-value-with-units label{font-size:.8rem;display:block;margin-bottom:2px}.deflection-editor .input-value-with-units input,.deflection-home .input-value-with-units input,.deflection-report .input-value-with-units input,.ky-editor .input-value-with-units input{border:none;text-align:right}.deflection-editor .input-value-with-units select,.deflection-home .input-value-with-units select,.deflection-report .input-value-with-units select,.ky-editor .input-value-with-units select{border:none;border-left:5px solid #fff}.deflection-editor .input-value-with-units input,.deflection-editor .input-value-with-units select,.deflection-home .input-value-with-units input,.deflection-home .input-value-with-units select,.deflection-report .input-value-with-units input,.deflection-report .input-value-with-units select,.ky-editor .input-value-with-units input,.ky-editor .input-value-with-units select{box-sizing:border-box;display:inline-block;padding:5px;background-color:#f5f5f5;height:30px;color:#4d6f8b;-webkit-appearance:none}.deflection-editor .input-value-with-units input,.deflection-home .input-value-with-units input,.deflection-report .input-value-with-units input,.ky-editor .input-value-with-units input{width:calc(100% - 50px);border-radius:5px 0 0 5px}.deflection-editor .input-value-with-units select,.deflection-home .input-value-with-units select,.deflection-report .input-value-with-units select,.ky-editor .input-value-with-units select{width:50px;border-radius:0 5px 5px 0;margin-left:-1px}.deflection-home{display:flex;flex-direction:column;min-height:100vh}.deflection-home.not-found .error-display{flex:1 1;min-height:0;padding:30px}.deflection-home .home-navigation-bar{width:100%;height:65px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;box-sizing:border-box}@media(max-width:700px){.deflection-home .home-navigation-bar{padding:0 15px}}@media print{.deflection-home .home-navigation-bar{display:none}}.deflection-home .home-navigation-bar .bar-actions{display:flex;align-items:center;gap:15px}.deflection-home .home-navigation-bar .logos{display:flex;gap:7px;align-items:center}.deflection-home .home-navigation-bar .blue-ketchep-logo svg{height:28px;fill:#484848}.deflection-home .home-navigation-bar .bar-button{padding:7px 14px;border-radius:10px;width:max-content;white-space:nowrap;color:inherit}.deflection-home .home-navigation-bar .bar-button:hover{background:rgb(32,106,188)44}.deflection-home .home-body{display:flex;align-items:flex-start;flex:1 1}.deflection-home .home-main{flex:1 1;min-width:0}.deflection-home .section-type-rail{position:-webkit-sticky;position:sticky;top:15px;display:flex;flex-direction:column;gap:2px;margin:0 15px;padding:4px;border:1px solid #e0e0e0;border-radius:10px}@media(max-width:600px){.deflection-home .section-type-rail{display:none}}@media print{.deflection-home .section-type-rail{display:none}}.deflection-home .section-type-rail .rail-tab{display:block;height:44px;width:44px;border-radius:8px}.deflection-home .section-type-rail .rail-tab:hover{background:#e7edf2}.deflection-home .section-type-rail .rail-tab .image-div{height:100%}.deflection-home .section-type-rail .rail-tab svg{fill:#6b6b6b;width:100%;height:100%}.deflection-home .home-content-cards .calculators-subtitle,.deflection-home .home-content-cards .calculators-title,.deflection-home .home-content-cards .category-section .cards-container .cards,.deflection-home .home-content-cards .category-title,.deflection-home .with-cards-padding{padding-left:60px;padding-right:60px}@media(max-width:600px){.deflection-home .home-content-cards .calculators-subtitle,.deflection-home .home-content-cards .calculators-title,.deflection-home .home-content-cards .category-section .cards-container .cards,.deflection-home .home-content-cards .category-title,.deflection-home .with-cards-padding{padding-left:30px;padding-right:30px}}.deflection-home .home-content-cards{padding:30px 0}.deflection-home .home-content-cards .calculators-title{margin:30px 0 15px;font-weight:600;font-size:2.3rem;color:#484848}@media(max-width:700px){.deflection-home .home-content-cards .calculators-title{font-size:1.8rem}}.deflection-home .home-content-cards .calculators-subtitle{margin:0;font-weight:600;font-size:1.5rem;color:#666}.deflection-home .home-content-cards .category-title{color:#484848;margin:45px 0 15px;font-size:1.5rem;font-weight:600}.deflection-home .home-content-cards .category-section .cards-container{overflow-x:auto}.deflection-home .home-content-cards .category-section .cards-container .cards{display:flex;gap:30px;width:max-content}.deflection-home .deflection-template-card{padding:20px;min-width:300px;width:300px;box-sizing:border-box;cursor:pointer;color:inherit;border-radius:10px;border:1px solid #e0e0e0;background:#fff}.deflection-home .deflection-template-card:hover{background:#fafafa}.deflection-home .deflection-template-card .card{height:150px;border-radius:10px;background-position:50%;background-size:cover;background-repeat:no-repeat}.deflection-home .deflection-template-card .title{font-size:1.2rem;margin:7.5px 0 2px;font-weight:400;color:#206abc;min-height:21px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deflection-home .deflection-template-card .description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#666;margin-top:15px;min-height:20px}.deflection-editor .edit-design-view-navigation-bar{position:fixed;top:0;left:0;right:0;height:65px;display:grid;grid-template-columns:auto 1fr auto auto 1fr auto;align-items:center;padding:0 30px;background:hsla(0,0%,100%,.9)}@media(max-width:700px){.deflection-editor .edit-design-view-navigation-bar{padding:0 15px}}@media print{.deflection-editor .edit-design-view-navigation-bar{display:none}}@media(max-width:700px){.deflection-editor .edit-design-view-navigation-bar .app-title{display:none}}.deflection-editor .edit-design-view-navigation-bar button{width:44px;height:44px;padding:10px}.deflection-editor .edit-design-view-navigation-bar button .fa{width:100%;height:100%}.deflection-editor .edit-design-view-navigation-bar button svg{fill:#7096b6;width:100%;height:100%}.deflection-editor .edit-design-view-navigation-bar button:disabled{opacity:.5}.deflection-editor .edit-design-view-navigation-bar .progress-bar{position:absolute;left:0;bottom:-3px;height:3px;background-color:#7096b6;animation:fillUp 5s}@keyframes fillUp{0%{right:100%;opacity:0}25%{opacity:1}to{right:75%}to{right:0}}@media(min-width:700px){.deflection-editor .edit-design-footer{margin-right:350px}}.deflection-editor .main-panel{display:flex;flex-direction:column;align-items:center;margin-top:65px;padding-bottom:30px;box-sizing:border-box;min-height:calc(100vh - 65px)}.deflection-editor .main-panel.panel-expanded{margin-right:350px}@media(min-width:1000px){.deflection-editor .main-panel{grid-template-columns:auto minmax(250px,1fr)}}.deflection-editor .main-panel .with-padding{padding-left:30px;padding-right:30px}@media(max-width:700px){.deflection-editor .main-panel .with-padding{padding-left:15px;padding-right:15px}}.deflection-editor .main-panel .content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1000px}.deflection-editor .main-panel .designation{min-height:31px}.deflection-editor .input-card{box-sizing:border-box;width:100%;max-width:500px;border-bottom:1px solid #e0e0e0;padding:15px 0}.deflection-editor .input-card>:not(:last-child){margin-bottom:15px}.deflection-editor .input-card .input-row{display:grid;grid-template-columns:44px 1fr 44px;grid-column-gap:15px}.deflection-editor .input-card .button{display:block;box-sizing:border-box;width:44px;height:44px;padding:10px;border-radius:10px;border:1px solid #7096b6}.deflection-editor .input-card .button .fa{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.deflection-editor .input-card .button .fa svg{max-height:100%;max-width:100%;width:100%;fill:#7096b6}.deflection-editor .edit-design-title-description-panel{box-sizing:border-box;display:flex;flex-direction:column;width:500px;max-width:100%;min-height:80px}.deflection-editor .edit-design-title-description-panel h1{margin:0 0 .5rem}.deflection-editor .edit-design-title-description-panel .description{color:#666;margin:15px 0 30px}.deflection-editor .edit-design-cross-section{display:grid;justify-items:center;grid-template-columns:1fr 1fr 1fr;width:100%;box-sizing:border-box}@media(max-width:500px){.deflection-editor .edit-design-cross-section{grid-template-columns:1fr}}.deflection-editor .edit-design-cross-section .cross-section-diagrams-image,.deflection-editor .edit-design-cross-section .cross-section-image{max-width:300px;aspect-ratio:1}.deflection-editor .beam-view{width:100%;aspect-ratio:9/3;-webkit-user-select:none;-moz-user-select:none;user-select:none}.deflection-editor .beam-view svg{width:100%;max-height:600px;max-width:1800px}.deflection-editor .solver-message{display:flex;justify-content:center}.deflection-editor .solver-message .solver-message-text{padding:15px;border-radius:5px}.deflection-editor .solver-message .solver-message-text:not(.error){color:#7096b6}.deflection-editor .solver-message .solver-message-text.error{color:red}.deflection-editor .beam-diagrams{width:100%;box-sizing:border-box;padding:0 30px}@media(max-width:700px){.deflection-editor .beam-diagrams{padding:0 15px}}.deflection-editor .beam-diagrams h4{grid-column:2;font-size:inherit;font-weight:500;margin:0}.deflection-editor .beam-diagrams h4,.deflection-editor .beam-diagrams img,.deflection-editor .beam-diagrams table{grid-column:2}.deflection-editor .beam-diagrams table{justify-self:center;page-break-inside:avoid}.deflection-editor .beam-diagrams blockquote{grid-column:2;margin:15px 0 0;font-size:.8rem;font-style:italic;color:#666;line-height:1.5}.deflection-editor .beam-diagrams .subtle{color:#666}.deflection-editor .beam-diagrams .subtle .value{font-weight:400}.deflection-editor .beam-diagrams hr{border:none;border-top:1px solid #e0e0e0;margin:1px 15px 1px 30px}.deflection-editor .beam-diagrams hr:last-child{display:none}@media(max-width:1150px){.deflection-editor .main-panel.panel-expanded .beam-diagrams .diagram-row{grid-template-columns:1fr}.deflection-editor .main-panel.panel-expanded .beam-diagrams blockquote,.deflection-editor .main-panel.panel-expanded .beam-diagrams h4,.deflection-editor .main-panel.panel-expanded .beam-diagrams img,.deflection-editor .main-panel.panel-expanded .beam-diagrams table{grid-column:initial}}@media(max-width:800px){.deflection-editor .main-panel:not(.panel-expanded) .beam-diagrams .diagram-row{grid-template-columns:1fr}.deflection-editor .main-panel:not(.panel-expanded) .beam-diagrams blockquote,.deflection-editor .main-panel:not(.panel-expanded) .beam-diagrams h4,.deflection-editor .main-panel:not(.panel-expanded) .beam-diagrams img,.deflection-editor .main-panel:not(.panel-expanded) .beam-diagrams table{grid-column:initial}}.deflection-editor .edit-design-input-panels{position:fixed;top:0;right:0;bottom:0;width:350px;box-sizing:border-box;overflow-y:scroll;background:#fafafa}@media(max-width:700px){.deflection-editor .edit-design-input-panels:not(.small-screen-modal){display:none}.deflection-editor .edit-design-input-panels.small-screen-modal{width:100%}}.deflection-editor .tool-tab-buttons{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:space-between;padding:15px;background-color:#fafafa}.deflection-editor .tool-tab-buttons .button-group{display:flex}@media(max-width:700px){.deflection-editor .tool-tab-buttons .button-group{display:none}}.deflection-editor .tool-tab-buttons .tab-button{display:block;box-sizing:border-box;width:44px;height:44px;padding:10px}.deflection-editor .tool-tab-buttons .tab-button.active{background-color:#7096b6}.deflection-editor .tool-tab-buttons .tab-button.active svg{fill:#fff}.deflection-editor .tool-tab-buttons .tab-button:not(.active){background-color:#e7edf2}.deflection-editor .tool-tab-buttons .tab-button:not(.active) svg{fill:#7096b6}.deflection-editor .tool-tab-buttons .tab-button:not(:last-child){margin-right:7.5px}.deflection-editor .tool-tab-buttons .tab-button .fa{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.deflection-editor .tool-tab-buttons .tab-button .fa svg{max-height:100%;max-width:100%;width:100%}.deflection-editor .error-display{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:calc(100vh - 300px);font-size:1.6rem}.deflection-editor .error-display>div{margin-bottom:15px}.deflection-editor .catalogue .no-data-message{padding:30px;display:flex;flex-direction:column;justify-content:flex-start;line-height:2;color:#666}.deflection-editor .catalogue .no-data-message p{margin-bottom:15px}.deflection-editor .catalogue-header{box-sizing:border-box;padding:15px 0;background:#fafafa;display:grid;grid-template-columns:auto 1fr;grid-template-rows:44px 44px;grid-row-gap:15px;align-items:center;justify-content:space-between}.deflection-editor .catalogue-header .countries{display:flex;overflow-x:scroll;padding:0 7.5px}.deflection-editor .catalogue-header .countries .tab{display:block;padding:0 7.5px;height:44px;line-height:44px;text-transform:uppercase;font-weight:600;font-size:1.2rem;color:#6b6b6b}.deflection-editor .catalogue-header .countries .tab.active{background:#7096b6;color:#fff;border-radius:5px}.deflection-editor .catalogue-header .categories{display:flex;overflow-x:scroll;overflow-y:hidden;grid-column-start:1;grid-column-end:3;padding:0 7.5px}.deflection-editor .catalogue-header .categories .tab{display:block;padding:0 5px;height:44px;min-width:44px;line-height:44px;box-sizing:content-box}.deflection-editor .catalogue-header .categories .tab.active{background:#7096b6;border-radius:5px}.deflection-editor .catalogue-header .categories .tab.active svg{fill:#e2e2e2}.deflection-editor .catalogue-header .categories .tab .image-div{height:100%}.deflection-editor .catalogue-header .categories .tab svg{fill:#6b6b6b}.deflection-editor .result-card{display:grid;grid-template-columns:50px 1fr auto;align-items:center;height:50px;box-sizing:border-box;color:inherit;background:#fafafa;cursor:pointer}.deflection-editor .result-card:nth-child(odd){background:#f5f5f5}.deflection-editor .result-card:hover{background:#b0c4d6}.deflection-editor .result-card .preview{display:flex;justify-content:center;padding:7.5px;box-sizing:border-box;width:50px;height:50px}.deflection-editor .result-card .preview svg{width:100%;max-height:100%}.deflection-editor .result-card .caption-top{font-size:1.2rem}.deflection-editor .result-card .caption-top:not(:last-child){margin-bottom:3px}.deflection-editor .result-card .caption-bottom{font-size:.8rem}.deflection-editor .result-card .external-link{margin-right:30px}.deflection-editor .result-card .external-link svg{fill:#484848}.deflection-editor .material-result-row-wrapper{color:inherit}.deflection-editor .material-result-row{display:flex;flex-direction:column;justify-content:center;height:50px;box-sizing:border-box;padding:0 15px;color:inherit;background:#fafafa;cursor:pointer}.deflection-editor .material-result-row:nth-child(odd){background:#f5f5f5}.deflection-editor .material-result-row:hover{background:#b0c4d6}.deflection-editor .material-result-row .title{margin-bottom:3px;font-size:1.2rem}.deflection-editor .material-result-row .subtitle{font-size:.8rem}.deflection-editor .create-load-toolbar{display:flex;gap:15px;justify-content:center;padding:15px}.deflection-editor .create-load-button{height:44px;width:44px;background-color:#e7edf2}.deflection-editor .create-load-button .image{height:100%;background-repeat:no-repeat;background-position:50%}.deflection-editor .load-list .solver-message-text{padding:7.5px 15px}.deflection-editor .load-list .solver-message-text:not(.error){color:#7096b6}.deflection-editor .load-list .solver-message-text.error{color:red}.deflection-editor .load-row{display:grid;grid-template-columns:50px 1fr auto;grid-column-gap:10px;align-items:center;border-top:1px solid #e0e0e0;padding:15px}.deflection-editor .load-row:last-child{border-bottom:1px solid #e0e0e0}.deflection-editor .load-row:focus-within{background-color:#e7edf2}.deflection-editor .load-row .preview{height:50px}.deflection-editor .load-row button .fa svg{width:100%;height:100%}.deflection-editor .load-row .value-inputs .name-col{margin-bottom:15px;font-weight:700}.deflection-editor .load-row .value-inputs .values-row:not(:last-child){margin-bottom:15px}.deflection-editor .load-row .value-inputs .values-row{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;grid-row-gap:7.5px}.deflection-editor .load-row .output-value{display:inline-block;padding:0 10px;border-radius:5px;height:30px;line-height:30px;font-weight:500;text-align:center;grid-column:2}@media print{.deflection-editor .load-row .output-value{border:1px solid #444;color:initial}}@keyframes fadeIn{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}.deflection-report .revision-view h2{font-weight:400}.deflection-report .revision-view h3{margin:0;font-size:1.05rem;font-weight:500}.deflection-report .revision-view h4{margin:0;font-size:1rem;font-weight:500}@media screen{.deflection-report .revision-view{max-width:1000px;margin-left:auto;margin-right:auto;padding:0 30px}}@media screen and (max-width:600px){.deflection-report .revision-view{padding:0 15px}}@media print{.deflection-report .revision-view{min-height:100vh;box-sizing:border-box}}.deflection-report .revision-view .loading-image{min-height:100px;max-width:100%}.deflection-report .page-header{height:auto;padding:0;align-items:normal;display:flex;justify-content:flex-end;word-break:break-all;margin-bottom:10px}@media screen{.deflection-report .page-header{display:none}}@media screen and (max-width:600px){.deflection-report .page-header{flex-direction:column;align-items:flex-start}}.deflection-report .page-header .doc-attributes-col{font-size:.8rem;text-align:right}@media only screen and (max-width:600px){.deflection-report .page-header .doc-attributes-col{text-align:left}}.deflection-report .page-header .self-link a{color:inherit}.deflection-report .page-header .self-link .fa{display:inline-block;width:.8rem;height:.8rem;margin-right:5px}.deflection-report .page-header .self-link .fa svg{display:block;width:100%;height:100%}.deflection-report .page-header .with-bottom-spacing{margin-bottom:5px}.deflection-report .inputs-page{display:flex;flex-direction:column;align-items:center;row-gap:30px}@media print{.deflection-report .inputs-page{row-gap:15px}}.deflection-report .inputs-page section.inputs{display:flex}.deflection-report .beam-card{page-break-inside:avoid;break-inside:avoid;display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.deflection-report .beam-card .designation{grid-column-start:1;grid-column-end:3}.deflection-report .view-revision-cross-section{display:grid;justify-items:center;grid-template-columns:1fr 1fr 1fr;width:100%}@media(max-width:600px){.deflection-report .view-revision-cross-section{grid-template-columns:1fr}}.deflection-report .view-revision-cross-section .cross-section-diagrams-image,.deflection-report .view-revision-cross-section .cross-section-image{max-width:300px;aspect-ratio:1}.deflection-report .geometry-card{display:grid;grid-template-columns:1fr 1fr;grid-row-gap:15px;row-gap:15px;grid-column-gap:30px;column-gap:30px}.deflection-report .geometry-card .designation{grid-column-start:1;grid-column-end:3}.deflection-report .material-card{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:15px;row-gap:15px;grid-column-gap:30px;column-gap:30px}@media(max-width:400px){.deflection-report .material-card{column-gap:0}}.deflection-report .material-card .designation{grid-column-start:1;grid-column-end:4}.deflection-report .material-card .col{display:flex;flex-direction:column;gap:15px}.deflection-report .annotations-card h1{font-size:2.5rem;margin:0 0 15px}.deflection-report .annotations-card .description,.deflection-report .notes-section .notes{white-space:pre-wrap}.deflection-report .loads-page{page-break-inside:avoid;break-inside:avoid;display:flex;flex-direction:column;align-items:center}@media print{.deflection-report .loads-page{height:100%;justify-content:center}}.deflection-report .loads-page .beam-image{max-width:100%;max-height:550px}@media print{.deflection-report .loads-page .beam-image{max-height:350px}}.deflection-report .loads-page .loads-card{display:flex;flex-direction:column;gap:30px;justify-content:center;margin:30px 0;width:100%;max-width:500px;padding-top:30px;padding-left:15px;padding-right:15px;border-top:1px solid #e0e0e0}.deflection-report .support-list{display:flex;flex-direction:column;gap:15px}.deflection-report .support-list .support-table{display:grid;grid-template-columns:190px repeat(5,auto);grid-column-gap:5px;column-gap:5px;grid-row-gap:15px;row-gap:15px;align-items:center}.deflection-report .support-list .support-table .output-value{text-align:left}.deflection-report .support-list .support-table .output-value>div{font-weight:400}.deflection-report .support-list .support-table .icon-col{width:40px;height:32px;background-repeat:no-repeat;background-position:50%}@media print{.deflection-report .support-list .support-table .icon-col{print-color-adjust:exact!important}}.deflection-report .support-list .support-table .label-col{display:flex;align-items:center}.deflection-report .load-list{display:flex;flex-direction:column;gap:15px}.deflection-report .load-list .load-table{display:grid;grid-template-columns:190px repeat(3,auto);grid-column-gap:5px;column-gap:5px;grid-row-gap:15px;row-gap:15px;align-items:center}.deflection-report .load-list .icon-col{width:40px;height:32px;background-repeat:no-repeat;background-position:50%}@media print{.deflection-report .load-list .icon-col{print-color-adjust:exact!important}}.deflection-report .load-list .label-col{display:flex;align-items:center}.deflection-report .self-weight-checkbox{display:grid;grid-template-columns:40px 1fr;align-items:center}.deflection-report .self-weight-checkbox .checkbox-icon{justify-self:flex-end}.deflection-report .checkbox-icon{display:flex;margin-right:10px}.deflection-report .checkbox-icon .fa{width:1.4rem;height:1.4rem}.deflection-report .checkbox-icon .fa svg{display:block;width:100%;height:100%}.deflection-report .results-page{page-break-inside:avoid;break-inside:avoid}.deflection-report .results-page .beam-image-row{text-align:center}@media screen{.deflection-report .results-page .beam-image-row{display:none}}@media screen and (max-width:800px){.deflection-report .results-page .diagram-row{grid-template-columns:1fr}}.deflection-report .results-page h4{grid-column:2;margin:0}@media screen and (max-width:800px){.deflection-report .results-page h4{grid-column:initial}}.deflection-report .results-page h4,.deflection-report .results-page img,.deflection-report .results-page table{grid-column:2}@media screen and (max-width:800px){.deflection-report .results-page h4,.deflection-report .results-page img,.deflection-report .results-page table{grid-column:initial}}.deflection-report .results-page table{justify-self:center;page-break-inside:avoid}.deflection-report .results-page blockquote{grid-column:2;margin:0;font-size:.8rem;font-style:italic;color:#666;line-height:1.5}@media screen and (max-width:800px){.deflection-report .results-page blockquote{grid-column:initial}}.deflection-report .results-page .subtle{color:#666}.deflection-report .results-page .subtle .value{font-weight:400}.deflection-report .results-page hr{border:none;border-top:1px solid #e0e0e0;margin:1px 15px 1px 30px}.deflection-report .results-page hr:last-child{display:none}.deflection-report .max-shear-stress{height:250px}.deflection-report .max-bending-stress{margin-top:30px;height:250px}.deflection-report .loading-page{animation:fadeIn 4s infinite}.deflection-report .loading-page .placeholder{background:#eee;height:40px;border-radius:5px}.deflection-report .loading-page .fake-page-header{display:grid;grid-template-columns:1fr 1fr 1fr}.deflection-report .loading-page .fake-inputs{padding:70px 0;display:grid;grid-template-columns:100px 100px;grid-row-gap:30px;row-gap:30px;grid-column-gap:30px;column-gap:30px;justify-content:center}.deflection-report .loading-page .fake-diagram{margin-bottom:50px}.deflection-report .loading-page .fake-diagram .placeholder{height:150px}.deflection-report .frame-revision-view h2{font-weight:400}.deflection-report .frame-revision-view .frame-image-section{display:grid;grid-template-rows:auto 1fr;max-height:100vh}@media print{.deflection-report .frame-revision-view .frame-image-section{page-break-inside:avoid;break-inside:avoid}}.deflection-report .frame-revision-view .frame-image-section .frame-title-card,.deflection-report .frame-revision-view .frame-image-section h2{padding:0 30px}@media(max-width:600px){.deflection-report .frame-revision-view .frame-image-section .frame-title-card,.deflection-report .frame-revision-view .frame-image-section h2{padding:0 15px}}.deflection-report .frame-revision-view .frame-image-section .frame-title-card{margin-top:30px;margin-bottom:60px}.deflection-report .frame-revision-view .frame-image-section .frame-title-card h1{font-size:2.5rem;margin:0 0 15px}.deflection-report .frame-revision-view .frame-image-section .frame-title-card .description{white-space:pre-wrap}.deflection-report .frame-revision-view .frame-image-section .image-container{overflow:hidden}.deflection-report .frame-revision-view .frame-image-section .image-container .frame-image{width:100%;height:100%}.deflection-report .frame-revision-view .scrollable-table-container{overflow-x:scroll}.deflection-report .frame-loading-page{animation:fadeIn 4s infinite}.deflection-report .frame-loading-page .fake-diagram{box-sizing:border-box;background:#eee;border-radius:5px;height:50vh;margin:30px}.deflection-report .internal-load-table{display:grid;align-items:center;width:min-content;padding:30px 0}.deflection-report .internal-load-table.with-diagrams{grid-template-columns:repeat(11,90px auto auto auto auto) repeat(29,auto)}.deflection-report .internal-load-table:not(.with-diagrams){grid-template-columns:repeat(11,auto auto auto auto auto) repeat(29,auto)}.deflection-report .internal-load-table .ratio-header{z-index:1}.deflection-report .internal-load-table .name-header{z-index:2}.deflection-report .internal-load-table .column-header,.deflection-report .internal-load-table .name-header,.deflection-report .internal-load-table .ratio-header{padding-bottom:10px;padding-top:15px;background:#fff}.deflection-report .internal-load-table .case-label,.deflection-report .internal-load-table .name-cell,.deflection-report .internal-load-table .name-header{box-sizing:border-box;position:-webkit-sticky;position:sticky;left:0;background:#fff;height:100%}.deflection-report .internal-load-table .name-cell,.deflection-report .internal-load-table .name-header{display:flex;flex-wrap:wrap;align-content:center}.deflection-report .internal-load-table .symbol-header{justify-self:center;padding:10px 15px}.deflection-report .internal-load-table .column-header{padding:5px 15px;text-align:center}.deflection-report .internal-load-table .name-cell{font-weight:700;padding-top:10px;padding-bottom:10px}.deflection-report .internal-load-table .name-cell,.deflection-report .internal-load-table .name-header{padding-left:45px;padding-right:15px}.deflection-report .internal-load-table .ratio-header,.deflection-report .internal-load-table .units-header{padding-left:15px;padding-right:15px;grid-column:span 5;display:flex;justify-content:center;white-space:nowrap}.deflection-report .internal-load-table .column-header,.deflection-report .internal-load-table .name-header,.deflection-report .internal-load-table .ratio-header,.deflection-report .internal-load-table .symbol-header,.deflection-report .internal-load-table .units-header{font-weight:700;font-size:.8rem;color:#666}.deflection-report .internal-load-table .case-label{grid-column:span 5;justify-self:end;padding-right:15px;color:#999}.deflection-report .internal-load-table .span-12{grid-column:span 12}.deflection-report .internal-load-table .abs-max{padding-left:10px}.deflection-report .internal-load-table .utilization-ratio{padding-left:10px;padding-right:20px}.deflection-report .internal-load-table .value{text-align:right}.deflection-report .internal-load-table .division-sign{padding-left:5px;padding-right:5px}.deflection-report .internal-load-table .diagram-cell{box-sizing:border-box;padding-left:20px;width:100%}.deflection-report .internal-load-table .cell{align-content:center;padding:10px 15px;white-space:nowrap}.deflection-report .internal-load-table .designation-cell{width:max-content;justify-content:start}.deflection-report .internal-load-table .number-cell{text-align:right}.deflection-report .internal-load-table .with-border-left{border-left:1px solid #e0e0e0;height:100%}.deflection-report .internal-load-table .case-cell{color:#999}.deflection-report .internal-load-table .unfactored{font-size:.8rem}.ky-editor.ky-editor-view{position:relative;display:flex;flex-direction:row;height:100vh;overflow:hidden}.ky-editor.ky-editor-view .gallery-toggle-fixed{position:absolute;top:calc((65px - 44px)/2);left:8px;z-index:200}.ky-editor.ky-editor-view .gallery-panel-wrapper{flex-shrink:0;width:var(--gallery-width,0);overflow:hidden;transition:width .2s ease}.ky-editor.ky-editor-view .gallery-panel-wrapper.dragging{transition:none}.ky-editor.ky-editor-view .gallery-splitter,.ky-editor.ky-editor-view .splitter{flex-shrink:0;position:relative;width:1px;background:#e0e0e0;cursor:col-resize;transition:background .15s;z-index:10}.ky-editor.ky-editor-view .gallery-splitter:before,.ky-editor.ky-editor-view .splitter:before{content:"";position:absolute;top:0;bottom:0;left:-5px;right:-5px;cursor:col-resize}.ky-editor.ky-editor-view .gallery-splitter.dragging,.ky-editor.ky-editor-view .gallery-splitter:hover,.ky-editor.ky-editor-view .splitter.dragging,.ky-editor.ky-editor-view .splitter:hover{background:#7096b6}.ky-editor.ky-editor-view .gallery-splitter .splitter-handle,.ky-editor.ky-editor-view .splitter .splitter-handle{display:none}.ky-editor.ky-editor-view .gallery-splitter{background:#ececec}.ky-editor.ky-editor-view .ky-editor-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.ky-editor.ky-editor-view .ky-editor-content{display:flex;flex:1 1;overflow:hidden}.ky-editor.ky-editor-view .editor-panel-wrapper{flex-shrink:0;display:flex;min-width:0;overflow:hidden}@media(max-width:700px){.ky-editor.ky-editor-view .gallery-panel-wrapper.open{width:100vw}.ky-editor.ky-editor-view .gallery-splitter{display:none}.ky-editor.ky-editor-view .ky-editor-content{flex-direction:column}.ky-editor.ky-editor-view .editor-panel-wrapper{width:100%!important;min-width:100%;max-width:100%;min-height:200px;max-height:50vh}.ky-editor.ky-editor-view .splitter{width:100%;height:1px;cursor:row-resize}.ky-editor.ky-editor-view .splitter:before{left:0;right:0;top:-5px;bottom:-5px;cursor:row-resize}}.ky-editor .gallery-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:11px;border-radius:6px;background:none;cursor:pointer;transition:all .15s}.ky-editor .gallery-toggle .fa,.ky-editor .gallery-toggle svg{width:100%;height:100%}.ky-editor .gallery-toggle svg{fill:#4d6f8b}.ky-editor .gallery-toggle:hover svg{fill:#7096b6}.ky-editor .gallery-toggle.active svg{fill:#f0f0f0}.ky-editor .ky-navigation-bar{position:relative;flex-shrink:0;height:65px;background:hsla(0,0%,100%,.9);display:flex;align-items:center;gap:12px;padding:0 30px 0 60px;z-index:100}.ky-editor .ky-navigation-bar.panel-open{padding-left:30px}.ky-editor .ky-navigation-bar .nav-spacer{flex:1 1}.ky-editor .ky-navigation-bar .nav-right{display:flex;align-items:center;gap:12px}.ky-editor .ky-navigation-bar .nav-right .export-button{width:44px;height:44px;padding:10px}.ky-editor .ky-navigation-bar .nav-right .export-button .fa{width:100%;height:100%}.ky-editor .ky-navigation-bar .nav-right .export-button svg{fill:#7096b6;width:100%;height:100%}.ky-editor .ky-navigation-bar .nav-right .export-button:disabled{opacity:.5}.ky-editor .ky-navigation-bar .progress-bar{position:absolute;bottom:-3px;left:0;height:3px;background-color:#7096b6;animation:ky-fillUp 5s ease-in-out}.ky-editor .gallery-panel{display:flex;flex-direction:column;width:100%;height:100%;background:#4f4f4f}.ky-editor .gallery-panel-header{display:flex;align-items:center;flex-shrink:0;height:65px;padding:0 16px 0 60px}.ky-editor .gallery-panel-title{margin:0;font-size:1rem;font-weight:600;color:#f0f0f0}.ky-editor .gallery-panel-content{flex:1 1;overflow-y:auto;padding:16px 0 32px}.ky-editor .gallery-panel-section{margin-bottom:24px}.ky-editor .gallery-panel-section-header{display:flex;align-items:baseline;gap:8px;padding:0 16px;margin-bottom:10px}.ky-editor .gallery-panel-section-title{margin:0;font-size:.95rem;font-weight:700;color:#e0e0e0}.ky-editor .gallery-panel-section-count{font-size:.75rem;color:#a0a0a0}.ky-editor .gallery-panel-cards{display:flex;gap:12px;overflow-x:auto;padding:4px 16px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.ky-editor .gallery-panel-cards::-webkit-scrollbar{display:none}.ky-editor .gallery-card{flex-shrink:0;display:flex;flex-direction:column;height:220px;padding:0;background:#fff;border:none;border-radius:10px;cursor:pointer;text-align:left;overflow:hidden;transition:box-shadow .15s}.ky-editor .gallery-card:hover{box-shadow:0 2px 10px rgba(0,0,0,.08)}.ky-editor .card-header{flex-shrink:0;padding:12px 14px 6px}.ky-editor .card-title{font-size:.9rem;font-weight:600;color:#484848;margin-bottom:2px}.ky-editor .card-description,.ky-editor .card-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ky-editor .card-description{font-size:.75rem;color:#666}.ky-editor .card-preview{flex:1 1;padding:4px 12px 12px;overflow:hidden}.ky-editor .card-preview,.ky-editor .preview-svg{display:flex;align-items:center;justify-content:center}.ky-editor .preview-svg{width:100%;height:100%}.ky-editor .preview-svg svg{max-width:100%;max-height:100%;width:auto;height:auto}.ky-editor .preview-loading{display:flex;align-items:center;justify-content:center}.ky-editor .preview-spinner{width:24px;height:24px;border:2px solid #e0e0e0;border-top-color:#7096b6;border-radius:50%;animation:ky-spin .8s linear infinite}.ky-editor .preview-placeholder{display:flex;align-items:center;justify-content:center;color:#999}.ky-editor .preview-placeholder .placeholder-icon{font-size:2rem;opacity:.3}.ky-editor .editor-panel{flex:1 1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.ky-editor .editor-panel .editor-wrapper{flex:1 1;overflow:hidden;min-height:0}.ky-editor .editor-panel .panel-splitter{flex-shrink:0;height:4px;background:#e0e0e0;cursor:row-resize;position:relative;z-index:10;transition:background .15s}.ky-editor .editor-panel .panel-splitter.dragging,.ky-editor .editor-panel .panel-splitter:hover{background:#7096b6}@media(max-width:700px){.ky-editor .editor-panel{width:100%}}.ky-editor .codemirror-editor{height:100%;width:100%}.ky-editor .codemirror-editor .cm-editor{height:100%}.ky-editor .codemirror-editor .cm-editor.cm-focused{outline:none}.ky-editor .codemirror-editor .cm-scroller{font-family:Menlo,Monaco,Courier New,monospace;font-size:14px;line-height:1.5}.ky-editor .codemirror-editor .cm-gutters{background-color:rgba(0,0,0,0);border-right:none}.ky-editor .codemirror-editor .cm-lineNumbers .cm-gutterElement{padding:0 8px;color:#999}.ky-editor .codemirror-editor .cm-activeLine{background-color:rgba(32,106,188,.05)}.ky-editor .codemirror-editor .cm-activeLineGutter{background-color:rgba(32,106,188,.1)}.ky-editor .codemirror-editor .cm-error-underline{background-color:rgba(255,0,0,.08);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='3'%3E%3Cpath d='M0 2.5 L2 0.5 L4 2.5 L6 0.5' fill='none' stroke='%23e53935' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:repeat-x;background-position:0 100%;padding-bottom:3px;border-bottom:none}.ky-editor .codemirror-editor .cm-error-widget{display:inline;margin-left:16px;padding:2px 8px;background-color:#ffebee;border:1px solid #ef9a9a;border-radius:3px;color:#c62828;font-size:11px;line-height:inherit;white-space:nowrap}.ky-editor .codemirror-editor .cm-error-widget,.ky-editor .error-panel{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ky-editor .error-panel{display:flex;flex-direction:column;height:100%;background:#fafafa;font-size:13px}.ky-editor .error-panel .panel-header{display:flex;align-items:center;justify-content:space-between;height:35px;padding:0 8px;background:#fff;border-bottom:1px solid #e0e0e0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ky-editor .error-panel .panel-header .tabs{display:flex;gap:0;height:100%}.ky-editor .error-panel .panel-header .tabs .tab{display:flex;align-items:center;gap:6px;padding:0 12px;height:100%;background:rgba(0,0,0,0);color:#666;font-size:12px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;border-bottom:2px solid rgba(0,0,0,0);transition:color .15s,border-color .15s}.ky-editor .error-panel .panel-header .tabs .tab:hover{color:#484848}.ky-editor .error-panel .panel-header .tabs .tab.active{color:#484848;border-bottom-color:#206abc}.ky-editor .error-panel .panel-header .tabs .tab .badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#e74c3c;border-radius:9px;font-size:11px;font-weight:500;color:#fff}.ky-editor .error-panel .panel-header .panel-actions{display:flex;align-items:center;gap:12px}.ky-editor .error-panel .panel-header .panel-actions .problem-summary{display:flex;align-items:center;gap:10px;font-size:12px}.ky-editor .error-panel .panel-header .panel-actions .problem-summary .error-count,.ky-editor .error-panel .panel-header .panel-actions .problem-summary .warning-count{display:flex;align-items:center;gap:4px;color:#484848}.ky-editor .error-panel .panel-header .panel-actions .problem-summary .error-count .icon,.ky-editor .error-panel .panel-header .panel-actions .problem-summary .warning-count .icon{font-size:10px}.ky-editor .error-panel .panel-header .panel-actions .problem-summary .error-count .error-icon,.ky-editor .error-panel .panel-header .panel-actions .problem-summary .warning-count .error-icon{color:#e74c3c}.ky-editor .error-panel .panel-header .panel-actions .problem-summary .error-count .warning-icon,.ky-editor .error-panel .panel-header .panel-actions .problem-summary .warning-count .warning-icon{color:#f39c12}.ky-editor .error-panel .panel-header .panel-actions .collapse-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:rgba(0,0,0,0);color:#666;font-size:10px;cursor:pointer;border-radius:3px}.ky-editor .error-panel .panel-header .panel-actions .collapse-btn:hover{background:#e0e0e0;color:#484848}.ky-editor .error-panel .panel-content{flex:1 1;overflow-y:auto;background:#fff}.ky-editor .error-panel .panel-content::-webkit-scrollbar{width:10px}.ky-editor .error-panel .panel-content::-webkit-scrollbar-track{background:#fff}.ky-editor .error-panel .panel-content::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:5px}.ky-editor .error-panel .panel-content::-webkit-scrollbar-thumb:hover{background:#c7c7c7}.ky-editor .error-panel .panel-content .problems-list .problem-item{display:flex;align-items:center;gap:8px;padding:6px 12px;cursor:pointer;color:#484848;border-left:3px solid rgba(0,0,0,0)}.ky-editor .error-panel .panel-content .problems-list .problem-item:hover{background:#fafafa}.ky-editor .error-panel .panel-content .problems-list .problem-item.error{border-left-color:#e74c3c}.ky-editor .error-panel .panel-content .problems-list .problem-item.error .severity-icon{color:#e74c3c}.ky-editor .error-panel .panel-content .problems-list .problem-item.warning{border-left-color:#f39c12}.ky-editor .error-panel .panel-content .problems-list .problem-item.warning .severity-icon{color:#f39c12}.ky-editor .error-panel .panel-content .problems-list .problem-item .severity-icon{flex-shrink:0;width:16px;text-align:center;font-size:12px}.ky-editor .error-panel .panel-content .problems-list .problem-item .message{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ky-editor .error-panel .panel-content .problems-list .problem-item .location{flex-shrink:0;color:#666;font-size:12px;font-family:Menlo,Monaco,Courier New,monospace}.ky-editor .error-panel .panel-content .empty-content,.ky-editor .error-panel .panel-content .output-content{padding:12px;color:#666;font-style:italic}.ky-editor .error-panel .panel-content .empty-content .empty-message,.ky-editor .error-panel .panel-content .output-content .empty-message{opacity:.7}.ky-editor .error-display{display:flex;align-items:flex-start;padding:12px 16px;background:#fff5f5;border-top:1px solid #fcc}.ky-editor .error-display .error-icon{flex:0 0 24px;width:24px;height:24px;border-radius:50%;background:#f44;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:12px}.ky-editor .error-display .error-content{flex:1 1}.ky-editor .error-display .error-content .error-message{color:#c00;font-weight:500;margin-bottom:4px}.ky-editor .error-display .error-content .error-location{color:#666;font-size:12px}.ky-editor .result-panel{flex:1 1;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden}.ky-editor .result-panel .result-scroll-content{flex:1 1;overflow-y:auto;padding:24px}.ky-editor .result-panel .beam-visualization{display:flex;align-items:center;justify-content:center;min-height:200px;margin-bottom:24px}.ky-editor .result-panel .loading-placeholder{display:flex;flex-direction:column;align-items:center;color:#666;padding:24px}.ky-editor .result-panel .loading-placeholder .spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#7096b6;border-radius:50%;animation:ky-spin 1s linear infinite;margin-bottom:12px}.ky-editor .result-panel .svg-container{width:100%;max-width:100%}.ky-editor .result-panel .svg-container svg{width:100%;max-width:100%;height:auto}.ky-editor .result-panel .empty-state{text-align:center;color:#999;padding:48px 24px}.ky-editor .result-panel .empty-state .empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.ky-editor .result-panel .empty-state .empty-title{font-size:1.1rem;font-weight:500;color:#666;margin-bottom:8px}.ky-editor .result-panel .empty-state .empty-hint{font-size:.9rem}.ky-editor .result-panel .results-diagrams{border-top:1px solid #e0e0e0;padding-top:24px}.ky-editor .result-panel .diagram-section{margin-bottom:24px}.ky-editor .result-panel .diagram-section:last-child{margin-bottom:0}.ky-editor .result-panel .diagram-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#666}.ky-editor .result-panel .diagram-image{width:100%;height:auto}@media(max-width:700px){.ky-editor .result-panel{flex:1 1;width:100%;min-height:300px}.ky-editor .result-panel .beam-visualization{min-height:150px}}@keyframes ky-fillUp{0%{right:100%;opacity:0}25%{opacity:1}to{right:0}}@keyframes ky-spin{to{transform:rotate(1turn)}}html{font-size:14px}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#212121;font-weight:300}a{color:inherit;text-decoration:none}.large-input{display:flex}.large-input input{text-align:right}.large-input input,.large-input select{font-size:30px;height:40px;font-weight:600;color:#0077c8}.large-input select{width:75px}.btn{display:inline-block;border:none;background:none;cursor:pointer;padding:10px 30px;box-sizing:border-box;text-align:center;font-weight:400;text-transform:uppercase}.btn:hover{background:#0077c844}.btn-primary{background:#0077c8;border:1px solid #0077c8;color:#fff}.btn-primary:hover{background:#0077c844}.btn-primary-outline{background:none;border:1px solid #0077c8;color:#0077c8}.btn-primary-outline:hover{background:#0077c844}.auth-page{display:flex;min-height:100vh;align-items:center;justify-content:center}.auth-page .auth-box{text-align:center}.auth-page h1{font-size:1.7rem;font-weight:500;margin:0 0 30px}.auth-page p{color:#666;margin:0 0 30px}.auth-control{display:flex;align-items:center;gap:15px;font-size:14px}.auth-control .auth-email{color:#666}.btn-auth{display:inline-block;padding:8px 16px;border-radius:10px;border:1px solid #0077c8;background:#0077c8;color:#fff;font-weight:400;cursor:pointer;text-align:center}.btn-auth:hover{background:#0077c8cc}.btn-auth-outline{background:#fff;color:#0077c8}.btn-auth-outline:hover{background:#e3f2fd}