.alert{border:2px solid transparent;border-radius:6px;display:flex;opacity:1;padding:6px 10px;position:relative;transition:all 1.5s}.alert_hidden{border:0;height:0;overflow:hidden;padding-bottom:0;padding-top:0}.alert_state-hidden{opacity:0}.alert__inner{position:relative;width:100%;z-index:1}.alert__close-btn{align-items:center;display:flex;height:24px;justify-content:center;position:absolute;right:0;top:0;width:24px}.alert__close-btn:hover{cursor:pointer}.alert__close-btn:hover .alert__cross-icon{opacity:1}.alert__cross-icon{height:12px;width:12px;fill:currentColor;opacity:.4;transition:var(--transition-fast)}.alert__title{align-items:center;display:flex;font-size:16px;font-weight:700;margin-bottom:5px}.alert__icon{height:18px;margin-right:8px;width:18px;fill:currentColor}.alert__icon_in-block{flex:none;height:40px;margin-right:14px;width:40px}.alert__text{font-size:14px}.alert_full-size{width:100%}.alert_size-small{border:0;padding:2px 10px}.alert_size-small .alert__text{font-size:13px}.alert_variant-bordered .alert__action-btn,.alert_variant-fill .alert__action-btn,.alert_variant-soft .alert__action-btn{background:transparent;border:2px solid;color:currentColor}.alert_color-primary.alert_variant-fill{background:rgba(var(--green-rgb),.1)}.alert_color-primary.alert_variant-fill .alert__text,.alert_color-primary.alert_variant-fill .alert__title{color:var(--green-hard)}.alert_color-primary.alert_variant-bordered{background:var(--alert-primary-bordered-bg-color);border-color:var(--alert-primary-bordered-border-color);color:var(--alert-primary-bordered-text-color)}.alert_color-primary.alert_variant-soft{background:var(--alert-primary-soft-bg-color);border-color:var(--alert-primary-soft-border-color);color:var(--alert-primary-soft-text-color)}.alert_color-locked-key.alert_variant-fill{background:#ffffff0d;border-color:transparent}.alert_color-locked-key.alert_variant-fill .alert__text{color:#fffc}.alert_color-available-key.alert_variant-fill{background:#ffffff26;border-color:transparent}.alert_color-available-key.alert_variant-fill .alert__text{color:#fffc}.alert_color-purple.alert_variant-fill{background:#c44af1}.alert_color-purple.alert_variant-fill .alert__text{color:#fff}.alert_color-purple.alert_variant-bordered{background:transparent;border-color:#d483f21a;color:var(--purple-color-7)}.alert_color-purple.alert_variant-soft{background:var(--alert-primary-soft-bg-color);border-color:var(--alert-primary-soft-border-color);color:var(--alert-primary-soft-text-color)}.alert_color-red.alert_variant-fill{background:rgba(var(--red-rgb),.1)}.alert_color-red.alert_variant-fill .alert__text,.alert_color-red.alert_variant-fill .alert__title{color:var(--red)}.alert_color-red.alert_variant-bordered{background:var(--alert-red-bordered-bg-color);border-color:var(--alert-red-bordered-border-color);color:var(--alert-red-bordered-text-color)}.alert_color-red.alert_variant-soft{background:var(--alert-red-soft-bg-color);border-color:var(--alert-red-soft-border-color);color:var(--alert-red-soft-text-color)}.alert_color-yellow.alert_variant-fill{background:rgba(var(--yellow-rgb),.1)}.alert_color-yellow.alert_variant-fill .alert__text{color:var(--yellow)}.alert_color-yellow.alert_variant-bordered{background:var(--alert-orange-bordered-bg-color);border-color:var(--alert-orange-bordered-border-color);color:var(--alert-orange-bordered-text-color)}.alert_color-yellow.alert_variant-soft{background:var(--alert-orange-soft-bg-color);border-color:var(--alert-orange-soft-border-color);color:var(--alert-orange-soft-text-color)}.alert_color-green.alert_variant-fill{background:var(--alert-green-fill-bg-color);border-color:var(--alert-green-fill-border-color);color:var(--alert-green-fill-text-color)}.alert_color-green.alert_variant-bordered{background:var(--alert-green-bordered-bg-color);border-color:var(--alert-green-bordered-border-color);color:var(--alert-green-bordered-text-color)}.alert_color-green.alert_variant-soft{background:var(--alert-green-soft-bg-color);border-color:var(--alert-green-soft-border-color);color:var(--alert-green-soft-text-color)}.alert_color-gray.alert_variant-fill{background:var(--alert-gray-fill-bg-color);border-color:var(--alert-gray-fill-border-color);color:var(--alert-gray-fill-text-color)}.alert_color-gray.alert_variant-bordered{background:var(--alert-gray-bordered-bg-color);border-color:var(--alert-gray-bordered-border-color);color:var(--alert-gray-bordered-text-color)}.alert_color-gray.alert_variant-soft{background:var(--alert-gray-soft-bg-color);border-color:var(--alert-gray-soft-border-color);color:var(--alert-gray-soft-text-color)}.alert__actions{display:flex;gap:10px;margin-top:10px}.alert__action-btn{border-radius:5px;padding:5px 12px;position:relative}.alert__action-btn:after{background:currentColor;bottom:0;content:"";height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:var(--transition-fast);width:100%}.alert__action-btn:hover:after{opacity:.2}.alert__action-btn_text{border-color:transparent!important}.alert__action-btn_text:after{border-radius:5px;height:calc(100% + 4px);left:-2px;top:-2px;width:calc(100% + 4px)}.alert__progress{background:currentColor;bottom:0;left:0;opacity:.1;position:absolute;top:0}
