.x-nut-form-item-line{-ms-flex-pack:start;-ms-flex-align:center;-webkit-align-items:center;align-items:center;border:.025rem solid red;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-start;justify-content:flex-start;width:100%}:root{--sot-cell-border-color:transparent;--sot-cell-border-radius:0.2rem;--sot-cell-box-shadow:0 0.05rem 0.2rem rgba(0,0,0,.1);--sot-cell-hover-box-shadow:0 0.1rem 0.3rem rgba(0,0,0,.15);--sot-cell-header-bg:#f9f9f9;--sot-cell-footer-bg:#f9f9f9;--sot-content-title-font-size:0.7rem;--sot-content-title-font-weight:normal;--sot-content-description-font-size:0.5rem;--sot-content-description-color:#555;--sot-content-main-font-size:0.65rem;--sot-content-extra-font-size:0.5rem;--sot-content-extra-color:#888;--sot-cell-group-margin:0.25rem;--sot-input-padding:0.25rem;--sot-input-border-color:#ddd;--sot-input-focus-border-color:#6c63ff;--sot-button-bg-color:#6c63ff;--sot-button-text-color:#fff;--sot-button-padding:0.25rem 0.375rem;--sot-clickable-bg-color:#f0f2f5;--sot-arrow-size:0.6rem;--sot-content-left-width:5.5rem}.sot-cell-group{background:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:var(--sot-cell-group-margin);margin:var(--sot-cell-group-margin)}.sot-cell{background-color:#fff;border-radius:var(--sot-cell-border-radius);-webkit-box-shadow:var(--sot-cell-box-shadow);box-shadow:var(--sot-cell-box-shadow);cursor:default;overflow:hidden;position:relative;-webkit-transition:background-color .3s ease,-webkit-box-shadow .3s ease;transition:background-color .3s ease,-webkit-box-shadow .3s ease;transition:box-shadow .3s ease,background-color .3s ease;transition:box-shadow .3s ease,background-color .3s ease,-webkit-box-shadow .3s ease}.sot-cell--flat{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.sot-cell--divider::after{background-color:var(--sot-cell-border-color);bottom:0;content:"";height:.025rem;left:0;position:absolute;right:0}.sot-cell--clickable{cursor:pointer}.sot-cell--clickable:hover{background-color:var(--sot-clickable-bg-color);-webkit-box-shadow:var(--sot-cell-hover-box-shadow);box-shadow:var(--sot-cell-hover-box-shadow)}.sot-cell__header{background-color:var(--sot-cell-header-bg);border-bottom:.025rem solid #eee;font-size:.45rem;font-weight:700;padding:.35rem}.sot-cell__content{-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.35rem}.sot-cell__content-left{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-right:.25rem;width:var(--sot-content-left-width)}.sot-cell__content-title{color:#222;font-size:var(--sot-content-title-font-size);font-weight:var(--sot-content-title-font-weight);margin-bottom:.2rem}.sot-cell__content-description{color:var(--sot-content-description-color);font-size:var(--sot-content-description-font-size)}.sot-cell__content-main{-ms-flex-positive:1;-ms-flex-align:center;-ms-flex-pack:start;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-grow:1;flex-grow:1;font-size:var(--sot-content-main-font-size);-webkit-justify-content:flex-start;justify-content:flex-start}.sot-cell__content-main--left{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.sot-cell__content-main--center{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.sot-cell__content-main--right{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.sot-cell__content-extra{-ms-flex-pack:end;-ms-flex-align:center;-webkit-align-items:center;align-items:center;color:var(--sot-content-extra-color);display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:var(--sot-content-extra-font-size);-webkit-justify-content:flex-end;justify-content:flex-end;margin-left:.25rem;min-width:2.25rem}.sot-cell__arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGZpbGw9IiMxQTFBMUEiIGQ9Ik0zNTMuODMgMTU4LjE3YTQyLjY3IDQyLjY3IDAgMSAxIDYwLjM0LTYwLjM0bDM4NCAzODRhNDIuNjcgNDIuNjcgMCAwIDEgMCA2MC4zNmwtMzg0IDM4NGE0Mi42NyA0Mi42NyAwIDEgMS02MC4zNC02MC4zNkw3MDcuNjcgNTEyeiIvPjwvc3ZnPg==);background-repeat:no-repeat;background-size:contain;height:var(--sot-arrow-size);margin-left:.25rem;width:var(--sot-arrow-size)}.sot-cell__footer{background-color:var(--sot-cell-footer-bg);border-top:.025rem solid #eee;padding:.3rem;text-align:right}.sot-cell__input,.sot-cell__select{border:.025rem solid var(--sot-input-border-color);border-radius:.1rem;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:.4rem;padding:var(--sot-input-padding);-webkit-transition:border-color .3s ease;transition:border-color .3s ease;width:100%}.sot-cell__input:focus,.sot-cell__select:focus{border-color:var(--sot-input-focus-border-color);outline:none}.sot-cell__button{background-color:var(--sot-button-bg-color);border:none;border-radius:.1rem;color:var(--sot-button-text-color);cursor:pointer;font-size:.4rem;padding:var(--sot-button-padding);-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.sot-cell__button:hover{background-color:#5753cc}.sot-cell__text{color:var(--sot-content-description-color);font-size:var(--sot-content-main-font-size)}.sot-cell__text--left{text-align:left}.sot-cell__text--center{text-align:center}.sot-cell__text--right{text-align:right}.custom-control{-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.2rem}.custom-control-input{width:auto}