@charset "utf-8";

.skitchToastBoxContainer { position: absolute; width: 100%; text-align: center; top: 30px; user-select: none; pointer-events: none; }

.skitchToastBox { width: 200px; height: 16px; padding: 12px; background-color: rgba(47, 55, 61, 0.95); border-radius: 4px; color: white; cursor: default; font-size: 10pt; text-shadow: rgba(0, 0, 0, 0.32) 1px 1px 2px; font-family: Soleil, Helvetica, Arial, sans-serif; border: 2px solid rgba(255, 255, 255, 0.38); }

.lang-zh-cn .skitchToastBox { font-family: 微软雅黑, "Microsoft YaHei", SimSun, "&#x30E1;&#x30A4;&#x30EA;&#x30AA;", Meiryo, "MS PGothic", Soleil, Helvetica, Arial, sans-serif; }

.lang-ja-jp .skitchToastBox { font-family: "&#x30E1;&#x30A4;&#x30EA;&#x30AA;", Meiryo, "MS PGothic", 微软雅黑, "Microsoft YaHei", SimSun, Soleil, Helvetica, Arial, sans-serif; }

.skitchToast { padding-left: 20px; padding-right: 20px; display: inline-block; height: 10px; color: rgb(241, 245, 248); text-align: center; }

.skitchVisible { }