.alert{margin-bottom:1rem;font-size:.75rem;line-height:1rem;font-weight:400;line-height:1.25;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);border-top-right-radius:5px;border-bottom-right-radius:5px;border-left-width:15px;background-color:var(--mainBgColor-color);color:var(--mainTextColor-color);z-index:10000;width:300px}.alert.center{margin:0 auto}.alert.left{left:10px}.alert.right{right:10px}@media (min-width:640px){.alert{width:460px;border-left-width:5px}.left{left:20px}.right{right:20px}}