@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Regular.woff2') format('woff2'),
         url('../fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Bold.woff2') format('woff2'),
         url('../fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jersey 10';
    src: url('../fonts/Jersey10-Regular.woff2') format('woff2'),
         url('../fonts/Jersey10-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Lexend', sans-serif;
    background-color: #050505;
    background-image:
        radial-gradient(circle at 50% 50%, #05050580 0%, rgb(5, 5, 5) 80%),
        linear-gradient(#1b1b1b 1px, transparent 1px),
        linear-gradient(to right, #1b1b1b 1px, #050505 1px);
    background-size: 100% 100%, 20px 20px, 20px 20px;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #e0e0e0;
    overflow-x: hidden;
    animation: fadeIn 0.4s ease;
    scroll-behavior: smooth;
    position: relative;
    z-index: 1;
}

::selection {
    background-color: #ffffff;
    color: #000000;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}

#nprogress .bar {
	background: #ffffff !important;
    z-index: 99999 !important;
	box-shadow: 0 0 60px #ffffffcc, 0 0 90px #ffffff99, 0 0 150px #ffffff66 !important;
}

#nprogress .peg {
	box-shadow: 0 0 100px #ffffffcc, 0 0 150px #ffffff99, 0 0 200px #ffffff66 !important;
}

#nprogress .spinner-icon {
	border-top-color: #ffffff !important;
	border-left-color: #ffffff !important;
}

#shortcuts-list.drag-over {
    background-color: #ffffff08;
    border-radius: 15px;
    transition: all 0.3s ease;
    transform: scale(1.02);
}

#waves {
    font-size: 25px;
    color: #ffffff;
    display: inline-block;
    text-align: left;
    margin: 1px 129px 0 10px;
    white-space: nowrap;
    cursor: default;
    font-family: 'Jersey 10';
    font-weight: 200;
    transition: all 0.15s ease;
}

.home-navbar {
    transform: translateX(-50%);
    width: 820px;
    top: 1%;
    margin-bottom: -10px;
    margin-left: 50%;
    background-color: #0a0a0a;
    border: 2px dashed #ffffff28;
    height: 35px;
    color: #818181;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    z-index: 1001;
    border-radius: 25px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.home-navbar .favicon {
    width: 28px;
    height: 24px;
    margin-right: -9px;
    vertical-align: middle;
}

.home-navbar a {
    color: #b4b4b4;
    text-decoration: none;
    background-color: #ff000000;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    position: relative;
    transition: all 0.15s ease;
}

.home-navbar a:hover {
    color: #dddddd;
}

.home-navbar a#settings {
    padding: 0;
    margin: 0 10px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    margin-left: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-navbar a#settings i {
    margin: 0;
}

.home-navbar i:hover {
    color: #ffffff;
}

#oneko {
    width: 32px;
    height: 32px;
    background-image: url('../images/gifs/oneko.gif');
    image-rendering: pixelated;
    display: inline-block;
    vertical-align: middle;
    margin-top: -10px;
    margin-left: -133px;
    margin-right: 105px;
}

.navbar {
    top: 1%;
    background-color: #111111d2;
    backdrop-filter: blur(10px);
    border: 2px dashed #ffffff28;
    left: 50%;
    width: 1080px;
    max-width: 100%;
    display: none;
    border-radius: 25px;
    align-items: center;
    position: fixed;
    z-index: 999;
    animation: fadeIn 0.15s ease;
    transform: translateX(-50%);
    transition: all 0.15s ease;
}

.navbar ul,
.nav-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar li {
    position: relative;
    transition: all 0.15s ease;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
}

.navbar li:has(.small-searchbar) {
    max-width: 700px;
    width: 700px;
}

.navbar.shrunken {
    width: 684px;
    cursor: pointer;
}

.navbar.shrunken .nav-buttons > li:not(:has(.small-searchbar)) {
    max-width: 0;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 0;
    pointer-events: none;
}

.navbar.shrunken .nav-buttons > li:not(:has(.small-searchbar)) a {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar.shrunken .nav-buttons > li:has(.small-searchbar) {
    opacity: 1;
    max-width: 700px;
    width: 700px;
}

.nav-buttons a i {
    border-radius: 25px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.navbar a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    margin: 0 2px;
    transform-origin: center;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.15s ease;
}

.navbar a:hover {
    transform: scale(1.2);
}

.navbar a:active {
    transform: scale(0.9);
}

.navbar a.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    transition: all 0.15s ease;
}

.spin {
    animation: spin 0.15s ease-in-out;
    transform: rotate(720deg);
    transform-origin: center;
}

.small-searchbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 700px;
}

.small-searchbar input[type=text] {
    padding: 16px;
    width: 90%;
    background-color: #00000000;
    border: none;
    border-radius: 25px;
    color: #b9b9b9;
    font-size: 15px;
    text-align: left;
    text-indent: 0.5em;
    outline: none;
    transition: all 0.15s ease;
}
 
.small-searchbar input[type=text]:focus,
.small-searchbar input[type=text]:hover {
    background-color: #ffffff0a;
}

.small-searchbar input[type=text]::placeholder {
    color: #818181;
}

.shortcut-indicator,
.shortcut-indicator-2,
.shortcut-indicator-3 {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    background-color: #c4c4c4;
    padding: 2px 6px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.15s ease;
    animation: fadeIn 0.15s ease;
    position: absolute;
}

.shortcut-indicator {
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 235px), -50%);
}

.shortcut-indicator-2 {
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 300px), -50%);
}

.shortcut-indicator-3 {
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 195px), -50%);
}

.shortcut-indicator:hover,
.shortcut-indicator-2:hover,
.shortcut-indicator-3:hover {
    background-color: #ffffff;
}

.arrow-mode {
   display: inline-block;
   margin-left: 17px;
   transition: all 0.15s ease;
   animation: fadeIn 0.15s ease;
}

.escape-mode {
   margin-left: 17px;
   transition: all 0.15s ease;
   animation: fadeIn 0.15s ease;
}

#lockIcon {
    position: absolute;
    left: 25px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
    color: #ffffff;
}

.search-container {
    position: relative;
    margin-top: 40vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 20;
}

.search-title {
    font-size: 60px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: linear-gradient(-45deg, #8d8d8d, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    cursor: default;
    transition: all 0.15s ease;
}

.search-title span {
    display: inline-block;
    opacity: 0;
    background: inherit;
    color: transparent;
    transform: translateY(4rem);
    animation: fadeSlideIn 0.6s forwards;
}

.search-version {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: -40px;
    margin-right: -255px;
    font-weight: 500;
    transition: all 0.15s ease;
    transform: rotate(33deg);
    animation: fadeUp 0.6s forwards;
}

.search-bar {
    justify-content: center;
    align-items: center;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}

.search-bar input[type=text] {
    padding: 16px 16px 16px 40px;
    z-index: 999;
    width: 500px;
    max-width: 100%;
    background-image: url('../images/icons/search.png');
    background-size: 35px 35px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border-radius: 25px;
    color: #e0e0e0;
    font-size: 15px;
    border: 2px solid #00000000;
    background-color: #0e0e0e;
    text-indent: 0.5em;
    outline: none;
    transition: all 0.15s ease;
}

.search-bar input[type=text]:focus,
.search-bar input[type=text]:hover {
    background-color: #161616;
}

.search-bar input[type=text]::placeholder {
    color: #ffffff69;
}

.suggestions-box {
    display: none;
    position: absolute;
    background-color: #0e0e0e;
    border: 2px solid #ffffff00;
    border-radius: 20px;
    width: 550px;
    left: 50%;
    transform: translateX(-50%);
    top: 110%;
    z-index: 1000;
    text-align: left;
    color: #e0e0e0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: auto;
    transition: all 0.3s ease;
}

.suggestions-box::-webkit-scrollbar-track {
    background: #00000000;
}

#suggestions-container-nav {
    transform: none;
    background-color: #111111d2;
    backdrop-filter: blur(10px);
    top: unset;
    left: unset;
    width: auto;
}

.suggestion-item {
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
}

.suggestion-item:hover, .suggestion-item.active {
    background-color: #ffffff1a;
}

.bang-suggestion {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
}

.suggestion-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.bang-name {
    color: #ffffff;
    font-size: 15px;
}

.bang-query {
    color: #b0b0b0;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#erudaLoadingScreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000d5;
    backdrop-filter: blur(6px);
    color: #ffffff;
    font-size: 3em;
    z-index: 10000;
    border-radius: 20px;
    padding: 30px;
    display: none;
}

.container {
    float: right;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
}

#urlInput:focus {
    width: 40%;
    top: 0;
    transform: translate(-50%, 0%);
}

::placeholder {
    color: #e0e0e0;
}

.iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    border: none;
    z-index: 1;
}

.hover-link {
    color: #b3b3b3;
    text-decoration: none;
    transition: all 0.15s ease;
    position: relative;
}

.hover-link:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

#pingDisplay {
    position: fixed;
    margin-top: -111px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 550;
    color: #888888;
    cursor: default;
    padding: 5px 10px;
    transition: all 0.15s ease;
    z-index: -1;
    text-align: center;
}

#pingDisplay:hover {
    color: #d3d3d3;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d7;
    z-index: 999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease;
}

#overlay.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.15s ease-in-out;
}

#overlay.fade-out {
    animation: fadeOut 0.15s ease-in-out forwards;
}

#shortcut-prompt {
    position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #080808;
    border: 2px dashed #ffffff28;
    color: #e0e0e0;
    padding: 25px 30px;
    border-radius: 20px;
    width: 350px;
    z-index: 999999;
    text-align: left;
    display: none;
    opacity: 0;
    transition: all 0.15s ease;
    animation: fadeInPrompt 0.15s forwards;
}

#shortcut-prompt.fade-out {
    animation: fadeOutPrompt 0.15s forwards;
}

#shortcut-prompt .input-container label {
    display: block;
    font-size: 20px;
    margin-bottom: -5px;
    color: #e0e0e0;
    font-weight: 500;
    text-align: left;
    pointer-events: none;
}

.input-container input {
    width: 100%;
    max-width: 280px;
    padding: 14px;
    padding-left: 30px;
    background-color: #08080894;
    background-size: 25px 25px;
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 2px solid #ffffff1a;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}

.input-container input::placeholder {
    color: #6d6d6d;
}

#page {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 9999;
  color: #858585;
  font-weight: 540;
  transition: all 0.3s ease;
  cursor: default;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 14px;
}

#page b {
  font-weight: 700;
  color: #9e9e9e;
  transition: color 0.3s ease;
}

#page:hover {
  color: #ffffff;
}

#page:hover b {
  color: #ffffff;
}

#updateSuccess {
  position: fixed;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #131313;
  color: #e0e0e0;
  padding: 25px 30px;
  width: 250px;
  border-radius: 20px;
  z-index: 999999;
  backdrop-filter: blur(10px);
  text-align: center;
  display: none;
  opacity: 0;
  transition: all 0.15s ease;
  animation: fadeInPrompt 0.15s ease-in-out forwards;
}

#updateSuccess label {
  display: block;
  font-size: 20px;
  color: #e0e0e0;
  font-weight: 600;
}

#updateSuccess p {
  font-size: 16px;
  color: #727272;
  margin-top: 10px;
}

#updateSuccess.fade-out {
    animation: fadeOut 0.15s ease-in-out forwards;
}

#shortcuts-container {
    margin-top: -50px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.shortcuts-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    width: 100%;
}

#shortcuts-container h3 {
    font-size: 16px;
    color: #adadad;
    text-align: left;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin: 0 0 15px 0;
}

#shortcuts-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0 10px;
    margin: 0;
    list-style: none;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#shortcut-indicator-bar {
    position: absolute;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    width: 0;
    opacity: 0;
    transition: left 0.35s cubic-bezier(.4,0,.2,1), width 0.35s cubic-bezier(.4,0,.2,1), opacity 0.25s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
    z-index: 20;
}

.shortcut-item, .shortcut-item-add {
    position: relative;
    list-style: none;
}

.shortcut-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #0c0c0c;
    border-radius: 15px;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.15s ease;
    padding: 5px;
    word-break: break-all;
}

.shortcut-link:hover {
    background-color: #131313;
}

.shortcut-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ffffff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shortcut-icon-img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    display: block;
    image-rendering: auto;
}

.shortcut-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    max-width: 70px;
    font-size: 14px;
}

.shortcut-action-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
    z-index: 10;
}

.edit-shortcut-btn {
    background: #1d1d1d;
    color: white;
    border: 1px solid #3b3b3b;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.edit-shortcut-btn:hover {
    background: #2a2a2a;
    border-color: #4a4a4a;
    transform: scale(1.1);
}

.shortcut-edit-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #0707079a;
    border: 2px dashed #ffffff28;
    border-radius: 15px;
    padding: 8px;
    margin-top: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    min-width: 130px;
    backdrop-filter: blur(10px);
}

.shortcut-edit-menu.show {
    opacity: 1;
    visibility: visible;
}

.edit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.15s ease;
    font-size: 15px;
    color: #e0e0e0;
    font-weight: 500;
}

.edit-item:hover {
    background-color: #ffffff0a;
}

.edit-item.delete-option:hover {
    background-color: #ff44441a;
    color: #ff6b6b;
}

.edit-item i {
    font-size: 12px;
    width: 16px;
    text-align: center;
}

.shortcut-item:hover .shortcut-action-btn {
    opacity: 1;
    transform: scale(1);
}

#add-shortcut-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 90px;
    background-color: #0c0c0c;
    border: 2px dashed #ffffff28;
    border-radius: 20px;
    color: #a0a0a0;
    cursor: pointer;
    transition: all 0.15s ease;
    font-size: 24px;
    position: relative;
}

#add-shortcut-btn:hover {
    background-color: #131313;
    border-color: #ffffff69;
    color: #ffffff;
}

#shortcut-prompt .input-container input {
    width: 100%;
    padding: 12px;
    background-color: #181818;
    border: 2px solid #00000000;
    color: #ffffff;
    margin-bottom: 5px;
    border-radius: 15px;
    font-size: 15px;
    outline: none;
    transition: all 0.15s ease;
}

#shortcut-prompt .input-container input:focus,
#shortcut-prompt .input-container input:hover {
    background-color: #222222;
}

#shortcut-prompt .input-container button {
    padding: 10px;
    background-color: #d3d3d3;
    border: none;
    color: #000000;
    font-size: 16px;
    border-radius: 15px;
    width: 48%;
    cursor: pointer;
    transition: all 0.15s ease;
}

#shortcut-prompt .input-container button:hover {
    background-color: #ffffff;
}

.shortcut-item.dragging {
    opacity: 0.3;
    transform: scale(0.95) rotate(3deg);
    cursor: grabbing;
    z-index: 1000;
    position: relative;
    transition: all 0.15s ease;
    filter: blur(1px);
}

.shortcut-item.drop-before {
    position: relative;
}

.shortcut-item.drop-before::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.shortcut-item.drop-after {
    position: relative;
}

.shortcut-item.drop-after::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
    border-radius: 1px;
}

.shortcut-item {
    cursor: grab;
    transition: all 0.2s ease;
    position: relative;
}

.shortcut-item::before {
    content: "⋮";
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 12px;
    color: #666;
    opacity: 0;
    transition: all 0.2s ease;
    pointer-events: none;
    z-index: 5;
    transform: scale(0.8);
}

.shortcut-item:hover::before {
    opacity: 0.8;
    transform: scale(1);
}

.shortcut-item.dragging::before {
    opacity: 0;
    transform: scale(0.8);
}

.shortcut-item:active {
    cursor: grabbing;
}

.ad-container-left {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 300px;
    z-index: 1000;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    filter: brightness(0.8);
}

.ad-container-left:hover {
    filter: brightness(1);
    transform: translateY(-50%) scale(1.02);
}

.ad-container-right {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 300px;
    z-index: 1000;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    filter: brightness(0.8);
}

.ad-container-right:hover {
    filter: brightness(1);
    transform: translateY(-50%) scale(1.02);
}

.ad-container-bottom {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 468px;
    height: 60px;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    filter: brightness(0.8);
}

.ad-container-bottom:hover {
    filter: brightness(1);
    transform: translateX(-50%) scale(1.02);
}

.ad-placeholder {
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    transition: all 0.15s ease;
    cursor: pointer;
}

.ad-placeholder:hover {
    background-color: #1a1a1a;
    border-color: #ffffff69;
    color: #aaaaaa;
}

.ad-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    text-align: center;
}

.ad-main-text {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.ad-discord-text {
    font-size: 13px;
    line-height: 1.4;
    color: #818181;
}

.ad-placeholder span {
    padding: 20px;
    line-height: 1.4;
}

.fadeIn {
    animation: fadeIn 0.15s ease-in-out forwards;
}

.fadeOut {
    animation: fadeOut 0.15s ease-in-out forwards;
}

.fadeUp {
    animation: fadeUp 0.15s ease-in-out forwards;
}

@keyframes fadeInPrompt {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes fadeOutPrompt {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        rotate: 33deg;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}