body{--jet-button-padding-y: 7px;--jet-button-padding-x: 14px;--jet-button-font-size: 13px;--jet-button-font-weight: 500;--jet-button-line-height: 19px;--jet-button-border-radius: 3px}.jet-notice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border:1px solid #c3c4c7;border-left-width:0;padding:16px;gap:16px}.jet-notice--info .jet-notice__type-line{background:#3dddc1;background:-webkit-gradient(linear, left bottom, left top, from(#3DDDC1), to(#5099E6)),#5099e6;background:-o-linear-gradient(bottom, #3DDDC1 0%, #5099E6 100%),#5099e6;background:linear-gradient(0deg, #3DDDC1 0%, #5099E6 100%),#5099e6}.jet-notice--success .jet-notice__type-line{background:#40d825;background:-webkit-gradient(linear, left top, left bottom, from(#40D825), to(#B1EF3A));background:-o-linear-gradient(top, #40D825 0%, #B1EF3A 100%);background:linear-gradient(180deg, #40D825 0%, #B1EF3A 100%)}.jet-notice--warning .jet-notice__type-line{background:#fedb22;background:-webkit-gradient(linear, left bottom, left top, from(#FEDB22), to(#FFA901)),#5099e6;background:-o-linear-gradient(bottom, #FEDB22 0%, #FFA901 100%),#5099e6;background:linear-gradient(0deg, #FEDB22 0%, #FFA901 100%),#5099e6}.jet-notice--error .jet-notice__type-line{background:#ff8b8b;background:-webkit-gradient(linear, left bottom, left top, from(#FF8B8B), to(#F5435A)),#5099e6;background:-o-linear-gradient(bottom, #FF8B8B 0%, #F5435A 100%),#5099e6;background:linear-gradient(0deg, #FF8B8B 0%, #F5435A 100%),#5099e6}.jet-notice__type-line{display:block;position:absolute;width:4px;height:calc(100% + 2px);top:-1px;left:0}.jet-notice__icon-wrapper{width:24px}.jet-notice__icon-wrapper svg{width:100%;height:auto}.jet-notice__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.jet-notice__content h3{margin:0}.jet-notice__content p{line-height:1.2;padding:0;margin:8px 0 0 0}.jet-notice__title{font-size:1.0625rem;line-height:1.2}.jet-notice__message{color:#7b7e81;font-size:13px;line-height:16px}.jet-notice__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-top:16px}.jet-button{display:inline-block;font-weight:var(--jet-button-font-weight);text-align:center;text-decoration:none;border:1px solid #dcdcdd;background:rgba(0,0,0,0);color:#7b7e81;-webkit-box-shadow:none;box-shadow:none;padding:var(--jet-button-padding-y) var(--jet-button-padding-x);font-size:var(--jet-button-font-size);line-height:var(--jet-button-line-height);border-radius:var(--jet-button-border-radius);white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.jet-button:hover{color:#7b7e81;background-color:#f3f5f6}.jet-button--primary{color:#fff;border-color:#007cba;background-color:#007cba}.jet-button--accent{color:#007cba;border-color:#007cba}.jet-button--accent:hover{color:#57595b}