@charset "utf-8";

.shadow { overflow: auto; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 500; position: fixed; display: block; opacity: 0.8; background: rgb(0, 0, 0); }

.scammer-warning { top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgb(255, 255, 255); width: 800px; display: block; font-family: Quicksand, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; z-index: 99999; position: fixed; box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 15px 0px; }

.scammer-warning-content-wrap { padding: 17px; background-color: rgb(23, 23, 23); overflow: hidden; border-top-left-radius: 5px; border-top-right-radius: 5px; border: 1px solid rgb(64, 64, 64); }

.scammer-warning-button-container { background-color: rgb(64, 64, 64); overflow: hidden; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; padding: 17px 25%; }

.text-center { text-align: center; }

.ylink { color: rgb(255, 221, 69); }