.alert{--title-color:#fff;--title-background-color:#6be;--content-color:#444;--content-background-color:#e7f2fa;line-height:24px;margin-bottom:24px;border-radius:4px;color:var(--content-color);background:var(--content-background-color);border:none}.alert.info{--title-background-color:#fb7;--content-background-color:#fec}.alert.tip{--title-background-color:#5a5;--content-background-color:#efe}.alert.warning{--title-background-color:#c33;--content-background-color:#fee}.alert .alert-content{padding-left:10px;padding-right:10px;padding-bottom:10px}.alert p:last-child{margin-bottom:0}.alert>.alert-title{display:flex;cursor:pointer;user-select:none;padding:4px 18px;border-radius:4px 4px;font-weight:700;color:var(--title-color);background:var(--title-background-color)}.alert>.alert-title>.icon{font-size:larger;margin-left:auto}.alert>.alert-title>.text{margin-left:5px}.alert>.alert-title>.expand{margin-left:auto}.alert>.alert-title.blocked{cursor:default}body.dark .alert{--title-color:#fff;--title-background-color:#069;--content-color:#ddd;--content-background-color:#023}body.dark .alert.info{--title-background-color:#a50;--content-background-color:#420}body.dark .alert.tip{--title-background-color:#363;--content-background-color:#121}body.dark .alert.warning{--title-background-color:#800;--content-background-color:#400}.tabs-container{margin-top:10px;margin-bottom:10px}.tabs-container .tabs-navbar{display:flex;justify-content:flex-start}.tabs-container .tabs-navbar .tabs-title{padding-top:10px;padding-right:10px;padding-left:10px}.tabs-container .tabs-navbar .tabs-buttons .tab-button{display:inline-block;padding:5px 20px;cursor:pointer;border:1px solid var(--secondary);border-bottom:none;transition:background-color .3s ease}.tabs-container .tabs-navbar .tabs-buttons .tab-button:first-child{border-radius:5px 0 0 0}.tabs-container .tabs-navbar .tabs-buttons .tab-button:last-child{border-radius:0 5px 0 0}.tabs-container .tabs-navbar .tabs-buttons .tab-button:only-child{border-radius:5px 5px 0 0}.tabs-container .tabs-navbar .tabs-buttons .tab-button:not(:last-child){margin-right:-6px}.tabs-container .tabs-navbar .tabs-buttons .tab-button:hover{background-color:var(--secondary)}.tabs-container .tabs-navbar .tabs-buttons .tab-button.active{background-color:var(--tertiary)}.tabs-container .tabs-navbar .tabs-buttons .tab-button.active:hover{background-color:var(--secondary)}.tabs-container .tabs-body .tab-content{padding:10px;border:1px solid var(--secondary);border-radius:0 5px 5px 5px}.tabs-container .tabs-body .tab-content-rounded{border-radius:5px}p{text-align:justify;text-justify:inter-word}table.lntable code{border-radius:0!important}table.lntable td.lntd:first-child{position:sticky;left:0;background-color:var(--theme);z-index:1}table:not(.lntable){display:block;max-width:fit-content;margin:0 auto;overflow-x:auto}div.fixed-table+table:not(.lntable) th:first-child,div.fixed-table+table:not(.lntable) td:first-child{position:sticky;left:0;background-color:var(--theme);z-index:1}