@charset "utf-8";

.ensNotifyBanner { background-color: rgb(25, 27, 35); color: rgb(237, 237, 237); opacity: 0.8; width: 60%; border-radius: 10px; padding: 20px; font-family: Roboto, "Helvetica Neue", Helvetica, Arial; position: fixed; bottom: 50px; display: none; z-index: 9999; }

.ensButtons { display: flex; justify-content: flex-end; margin-top: 15px; }

.ensButtons .button { display: inline-block; position: relative; padding: 8px 2px; border-radius: 2px; font-size: 0.9em; white-space: nowrap; overflow: hidden; background-color: rgb(255, 255, 255); color: rgb(100, 100, 100); margin-left: 20px; text-align: center; cursor: pointer; }

.ensButtons .button.grey { background-color: rgb(238, 238, 238); }

.ensButtons .button.blue { background-color: rgb(43, 92, 172); color: rgb(255, 255, 255); }

.ensButtons .button.raised { transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px; }

.ensButtons .button.raised:active { box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 17px 0px; transition-delay: 0s; }

.ensClear { clear: both; }

.ensModalLink { cursor: pointer; text-decoration: underline; }

.ensModalLink:hover { color: rgb(43, 92, 172); }