#show_message{box-shadow:5px 4px 8px 1px rgba(3,3,3,.25);transform:translate(50%);right:50%;transition:.8s;bottom:-12vh;position:fixed;width:auto;min-width:200px;max-width:500px;z-index:1100;align-items:center;padding:20px;background-color:#fff;border-radius:6px;border:1px solid}#show_message,.alert-content{display:flex;flex-direction:column}.alert-content{width:100%}#show_message.active{animation-name:show-alert;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-duration:.5s}#show_message.disabled{animation-name:hide-alert;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-duration:.5s}#show_message .alert-loading-container .alert-loading{border-radius:0 0 0 6px;z-index:2;bottom:-1px;left:0;animation-name:alert-timer}#show_message .alert-loading-container .alert-loading,#show_message .alert-loading-container:before{position:absolute;height:5px;-webkit-animation-fill-mode:both;animation-fill-mode:both;animation-duration:3s}#show_message .alert-loading-container:before{content:"";z-index:1;bottom:0;right:0;width:100%;background-color:#f5f5f5;border-radius:0 0 6px 6px}@keyframes alert-timer{0%{width:0}to{width:100%}}@keyframes show-alert{0%{bottom:-6vh}to{bottom:6vh}}@keyframes hide-alert{0%{bottom:6vh}to{bottom:-6vh}}