.v-alert{--alert-border-radius: 4px}.v-alert__default{--alert-color: #333;--alert-background: #f0f0f0}.v-alert__primary{--alert-color: #fff;--alert-background: #2d5af1}.v-alert__success{--alert-color: #fff;--alert-background: #52b35e}.v-alert__danger{--alert-color: #fff;--alert-background: #ff0200}.v-alert__warning{--alert-color: #fff;--alert-background: #fcc202}.v-alert__info{--alert-color: #fbfbfd;--alert-background: #1d1d1f}.v-alert__default.v-alert__simple{--alert-color: #333;--alert-background: #f8f8f8}.v-alert__primary.v-alert__simple{--alert-color: #2d5af1;--alert-background: #dee5fd}.v-alert__success.v-alert__simple{--alert-color: #52b35e;--alert-background: #e7f4e8}.v-alert__danger.v-alert__simple{--alert-color: #ff0200;--alert-background: #ffd7d6}.v-alert__warning.v-alert__simple{--alert-color: #fcc202;--alert-background: #fff5d6}.v-alert__info.v-alert__simple{--alert-color: #1d1d1f;--alert-background: #bdbdbd}.v-alert__round{--alert-border-radius: 25px}.v-alert{display:flex;padding:8px 10px;margin:0;position:relative;align-items:center;box-sizing:border-box;border-radius:var(--alert-border-radius);color:var(--alert-color);transition:.3s;background-color:var(--alert-background)}.v-alert__content{display:flex;flex-wrap:wrap;align-items:center;flex:1 1 auto}.v-alert__content .v-alert__title{font-weight:700;margin-left:10px;font-size:17px;font-size:var(--alert-title-size, 17px);color:var(--alert-title-color)}.v-alert__content .v-alert__sub-title{display:block;margin-left:10px;line-height:24px;font-size:14px;font-size:var(--alert-font-size, 14px)}.v-alert__content .v-alert__list{margin-left:10px;height:24px;overflow-y:hidden;overflow-x:hidden;font-size:15px;font-size:var(--alert-font-size, 15px)}.v-alert__content .v-alert__list .v-alert__list-item{line-height:24px}.v-alert.v-alert__bold{font-weight:700}.v-alert.v-alert__center .v-alert__content{justify-content:center}.v-alert.v-alert__fixed{width:100%;position:fixed}.v-alert>.v-close-btn{position:absolute;right:10px}.v-alert-enter-active,.v-alert-leave-active{transition:all .2s ease-out}.v-alert-enter-from,.v-alert-leave-to{transform:scale(.5);opacity:0}
