body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.revertPhone{
  display: none;
}
.App {
  text-align: center;
}
*{
  font-family: "Satoshi Variable", Arial;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.app-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
footer.app-footer {
  background: linear-gradient(0deg, #17212b, #202f3e);
  border-radius: 22px 22px 39px 39px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}
*{
  box-sizing: border-box;
}
.bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bottom-menu div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  grid-gap: 5px;
  color: white;
  text-decoration: none;
}
.bottom-menu div {
  color: #3F5770;
  text-align: center;
  font-family: "Satoshi Variable", Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  cursor: pointer;
}
header.app-header {
  background: linear-gradient(180deg, #17212b, #202f3e00);
  min-height: 50px;
  padding: 10px;
  position: relative;
  width: 100%;
  z-index: 1;
}
div.tasksMenu img {
  width: 45px;
  height: 45px;
}
.bottom-menu div.tasksMenu {
  background: radial-gradient(#de2868,#de2868,#de2868,#e35b8b,#fff);
  background-blend-mode: multiply,normal,normal;
  border-radius: 50%;
  box-shadow: 0 14px 27px -8px #000;
  display: flex;
  height: 63px;
  position: relative;
  top: -46px;
  transition: all .5s;
  width: 63px;
  border: 1px solid #bb4f75 !important;
}
.bottom-menu div.tasksMenu svg{
  transition: all .5s;
}
div.tasksMenu span {
  position: absolute;
  bottom: -35px;
}
.bottom-menu div{
  transition: all .5s;
}
.bottom-menu div.active {
  color: #DE2868;
}
body {
  background: #17212b;
}
div.tasksMenu img {
  min-width: 45px;
}
.bottom-menu div svg {
  height: 30px;
}
.bottom-menu div.tasksMenu svg {
  width: 45px;
  height: 45px;
}
.bottom-menu div.active:not(.tasksMenu) svg path {
  fill: #de2868 !important;
}
img.user-avatar {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  background: #de2868;
  border: 1px solid #de2868;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}
.user-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  margin-left: 0;
}
.userWalletContainer {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(222, 40, 104, 0.90);
  /* box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20); */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 8px;
  margin: auto;
  margin-left: 5px;
  color: #FFF;
  font-family: "Satoshi Variable", Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1px;
  max-width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
}
span.wallet-address {
  position: relative;
  top: 1px;
}
button.connect-btn {
  -webkit-appearance: none;
          appearance: none;
  border: initial;
  padding: 0;
  color: #FFF;
  font-family: "Satoshi Variable", Arial;
  font-size: 12px;
  position: relative;
  top: 1px;
  font-style: normal;
  font-weight: 700;
  background: initial;
}
img.user-wallet {
  width: 16px;
}
.userWalletContainer, .userWalletContainer * {
  cursor: pointer;
}
.userBalance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-right: 0;
}
header.app-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.userBalanceContainer {
  display: flex;
  flex-direction: column;
  grid-gap: 2px;
}
.userBalance {
  min-width: 142px;
}
.userBalanceContainer > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  grid-gap: 5px;
}
.userBalanceContainer {
  width: 100%;
  margin-left: 6px;
}
.userBalanceContainer > div {
  padding-right: 6px;
}
img.logoBalance {
  width: 36px;
  min-width: 36px;
}
.userBalance {
  border-radius: 16px;
}
.userBalance {
  padding-right: 6px;
}
.userBalanceContainerCoinsValue {
  color: #DE2868;
}
.userBalanceContainerCoins {
  border-bottom: 1px solid #de2868;
  margin-bottom: 1px;
  padding-bottom: 1px;
}
.bottom-menu {
  max-height: 50px;
}
video.charter {
  height: auto;
  min-width: 100%;
  position: relative;
  top: 0px !important;
  width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
  margin: auto;
  margin-top: 0;
}
header.app-header {
  position: absolute;
  top: 0;
}
footer.app-footer {
  position: absolute;
  bottom: 0;
}
main.app-content {
  height: 100vh;
}
* {
  -webkit-user-select: none;
          user-select: none;  /* Prevent text selection and highlighting */
  -webkit-user-drag: none;  /* Disable dragging for elements on webkit-based browsers */
  outline: none;  /* Remove focus outline (blue border) on tap */
  -webkit-tap-highlight-color: transparent !important;
}

video {
  -webkit-user-select: none;
          user-select: none;  /* Prevent video selection */
  -webkit-user-drag: none;  /* Prevent dragging of video */
}

main.app-content {
  height: 100%;
  overflow: auto;
}
main.app-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inDevMode {
  color: #DE2868;
  font-family: "Satoshi Variable", Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px;
  transform: rotate(-35deg);
}
.preloader {
  max-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preloader img{
  max-width: 100%;
}
video.charter{
  z-index: 1;
}
video.charter.backplace{
  display: none;
}
.preloader {
  position: absolute;
  z-index: 2;
}
.video-container {
  position: relative;
}
footer.app-footer {
  z-index: 3;
}
video.charter.transitionVideo {
  z-index: 2;
}
.video-container {
  width: 100%;
}
header.app-header {
  z-index: 3;
}
.video-container {
  width: 100%;
}
.video-container {
  height: 100%;
}

.flying{
  z-index: 9999999 !important;
}
img.user-avatar.loading {
  padding: 10px;
}
img.user-avatar{
  transition: all .5s;
}
.preloader {
  margin-top: -65px;
}
body {
  max-width: 700px;
}
.bottom-menu div 
 svg.onlyPassive {
    width: 25px;
    height: 25px;
}
.bottom-menu div svg.onlyActive {
  height: 0;
  position: absolute;
}
.bottom-menu div.active svg.onlyPassive {
  height: 0;
  position: absolute;
}
.bottom-menu div.active svg.onlyActive{
  height: 45px;
}
.bottom-menu div {
  width: 10%;
}
.bottom-menu, footer.app-footer {
  transition: all .5s;
}
.ant-notification {
  bottom: 100px !important;
  box-shadow: 0 0 3px black;
}
.ant-notification-notice-wrapper {
  box-shadow: 0 0 25px -5px black !important;
}
.defaultBtn {
  border-radius: 6px;
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: normal;
  height: auto;
}
button.defaultBtn.close, button.defaultBtn.close:hover, button.defaultBtn.close:hover, button.defaultBtn.close:active, button.defaultBtn.close:active {
  background: rgba(73, 73, 73, 0.72) !important;
  color: white !important;
  border-color: rgba(73, 73, 73, 0.72) !important;
}
button.defaultBtn.edit, button.defaultBtn.edit:hover, button.defaultBtn.edit:active {
  background: #2299D5 !important;
  color: white !important;
  border-color: #2299D5 !important;
}
button.defaultBtn.start, button.defaultBtn.start:hover, button.defaultBtn.start:active, button.defaultBtn.check, button.defaultBtn.check:hover, button.defaultBtn.check:active {
  background: #DE2868 !important;
  color: white !important;
  border-color: #DE2868 !important;
}
/* button.defaultBtn:Hover{
  transform: scale(1.1);
} */
button.defaultBtn {
  position: relative;
  overflow: hidden;
}
@keyframes whiteBlink {
  0%, 100% {
    opacity: 0;
    left: -200px;
  }
  50% {
    opacity: 1;
    left: 200px;
  }
}
button.defaultBtn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -200px;
  width: 120px;
  height: 100%;
  background: radial-gradient(white, transparent, transparent);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
  transform: rotate(41deg);
}

/* button.defaultBtn:not(.transparent):hover::after {
  animation: whiteBlink 0.5s ease-in-out;
} */
ul.ant-dropdown-menu.ant-dropdown-menu-root.ant-dropdown-menu-vertical.ant-dropdown-menu-light {
  background-color: #0d1218 !important;
  border: 3px solid #de2868 !important;
}
:where(.css-dev-only-do-not-override-1tatnl6).ant-dropdown .ant-dropdown-arrow:before {
  background: #de2868 !important;
}

.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #DE2868 !important; /* Background color for all dropdown options */
  color: white !important; /* Text color for dropdown options */
}
/* CSS to disable outline on Ant Design Select input */
.ant-select-focused .ant-select-selector, input, .ant-input-number, html body .ant-input, .ant-input-affix-wrapper {
  box-shadow: none !important; /* Removes any box shadow outline */
}
.ant-form-item {
  margin-bottom: 10px;
}
.ql-tooltip.ql-editing {
  background: #18191B !important;
  z-index: 9 !important;
  box-shadow: initial !important;
  border-radius: 6px !important;
  border-color: #DE2868 !important;
  color: white !important;
}
.ql-tooltip.ql-editing input[type="text"] {
  background: #18191B !important;
  color: white !important;
  border-radius: 6px;
  border-color: red !important;
  padding: 3px 10px !important;
  border: 1px solid #cccccc17 !important;
}
a.ql-action {
  color: white !important;
}

.ant-modal-confirm .ant-btn.delete {
  background-color: #DE2868 !important;  /* your primary theme color */
  color: #FFFFFF !important;             /* text color */
  border-radius: 16px;                   /* consistent border radius */
}

.ant-modal-confirm .ant-btn-cancel {
  background-color: #18191B !important;  /* container color */
  color: #FFFFFF !important;             /* text color */
  border-radius: 16px;
}

.ant-modal-confirm-title {
  color: #FFFFFF !important;             /* primary text color */
}

.ant-modal-confirm-content {
  color: #FFFFFF !important;             /* secondary text color */
}

.ant-modal-content {
  background: #1e2934!important;
}
.defaultBtn.cancel {
  background-color: #de286800 !important;
  color: #FFFFFF !important;
  border-radius: 16px;
  border: initial;
}
.ant-drawer-footer {
  padding-bottom: 20px !important;
  z-index: 9;
}
span.ant-divider-inner-text {
  color: #5d6b7b;
}
.authorReward {
  color: #ffffff;
  font-weight: bold;
}
.taskDescription p {
  margin: 3px 0;
}
.userInfoContainerName {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ant-message-notice.ant-message-notice-error .ant-message-notice-content {
  background: #de2868;
}
.ant-message-notice.ant-message-notice-error  span.anticon.anticon-close-circle{
  color: white !important;
}
.noTasksMsg {
  margin: 20px;
  color: #ffffff;
  text-align: center;
}

img.developBG {
  opacity: .05;
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
}
body {
  margin: auto;
}
.bgWater {
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .05;
}
.nft-container {
  margin: auto;
  display: flex;
  width: 100%;
  height: 100%;
}
.ant-card.ant-card-bordered.DevContainer {
  margin: auto;
  position: initial;
  margin-top: 100px;
}
*{
  box-sizing: border-box;
}
div#root {
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.app-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.video-container {
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

footer.app-footer {
  padding-bottom: 10px !important;
  z-index: 11 !important;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), /* iPhone X */
       only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), /* iPhone XS Max, iPhone 11 Pro Max */
       only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12, iPhone 13 */
       only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12 Pro Max, iPhone 13 Pro Max */
       only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) /* iPhone 14 */
       {
  footer.app-footer {
    padding-bottom: 20px !important;
  }
}
img.video-intercation {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  outline: none !important;
  border: none !important;
  box-shadow: initial !important;
  -webkit-appearance: none !important;
          appearance: none !important;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
  margin: auto;
  margin-top: 0;
}
html, body{
 margin: 0;
 height: 100vh;
 width: 100%;
 overflow: hidden;
 overscroll-behavior: none;
 position: fixed;
 inset: 0;
 top: 0;
 z-index: 0;
}

.ant-popover-inner-content {
  border-radius: 6px !important;
  overflow: hidden;
}
.ant-popover-inner-content ul.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light > li:not(:last-child) {
  border-bottom: 1px solid #c0c0c017 !important;
  border-radius: 0 !important;
}
.ant-popover-inner {
  background: #ca2762 !important;
  padding: 3px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}
.ant-popover-inner-content ul.ant-menu.ant-menu-root.ant-menu-vertical.ant-menu-light {
  background: #0d1218 !important;
}
html body .defaultBtn.transparent, .defaultBtn.transparent:active, .defaultBtn.transparent:Hover {
  padding: 0 !important;
  width: auto;
}
.ant-empty-image svg path {
  fill: #ffffff;
}
.ant-empty-image svg ellipse {
  fill: #cd2a62;
}
.userBalance {
  position: relative;
}
body{
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
main.app-content {
  overflow: hidden;
  overflow-y: auto;
}
.ant-tabs {
  padding-bottom: 135px;
}
span.ant-tree-indent-unit.ant-tree-indent-unit-start.ant-tree-indent-unit-end {
  width: 5px !important;
}
.userInfoContainerName {
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.firendFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
}
.ant-spin.ant-spin-lg.ant-spin-spinning.reloadProgress {
  position: absolute;
  top: 35px;
}
div#pleasureQuest {
  position: relative;
  width: 100%;
  height: 100%;
}
.menuIconCOntainer {
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
lord-icon.animatedIcons.dropMenuIcon {
    position: absolute;
    width: 83px;
    height: 40px;
}
.bottom-menu div.active .onlyPassive.menuIconCOntainer {
  display: none;
 }
 .bottom-menu div:not(.active) .onlyActive.menuIconCOntainer {
  display: none;
 }

img.questPLINText {
  max-width: 20px;
  display: inline-block;
  margin: auto;
  position: relative;
  top: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.ant-alert.ant-alert-warning.ant-alert-with-description.antdAlertInside {
  background: #11171d;
  border: initial;
}
.ant-alert.ant-alert-warning.ant-alert-with-description.antdAlertInside p {
  margin: 0px;
}
img.questPLINText.bigBtn {
  height: 22px;
  position: initial;
  width: 22px !important;
  max-width: initial;
  min-width: 22px;
}
button.defaultBtn > span {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 2px;
}
footer.app-footer, header.app-content-tap.app-header, .rightActions{
  transition: all .5s;
}
.app-container.switching footer.app-footer {
  bottom: -130px;
}
.app-container.switching header.app-content-tap.app-header {
  top: -80px;
}
.app-container.switching  .rightActions {
  right: -75px;
}
.app-container.switching .rightActions.leftActions {
  left: -75px;
  right: initial;
}
.app-container.switching .user-hp-bar-container {
  left: -200px;
}
.app-container.switching .mapMenu {
  bottom: -200px;
}
.user-hp-bar-container {
  transition: left .5s;
}
header.app-content-tap.app-header+main {
  transform: initial !important;
  transition: initial !important;
}
.joinRequredDrawer  .ant-drawer-mask {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgb(0 0 0 / 28%);
}
.joinRequredDrawer .ant-drawer-content {
  border: none;
}
.joinRequredDrawer .ant-drawer-header {
  background: transparent !important;
  box-shadow: initial !important;
  padding: 16px;
}
.joinRequredDrawer  .ant-drawer-content {
  background: #0a0a0a3b !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px;
}
.joinRequredDrawer  .ant-drawer-content-wrapper {
  box-shadow: initial !important;
}
.joinRequredDrawer .ant-drawer-header-title {
  flex-direction: row-reverse;
  text-align: unset;
}
.joinRequredDrawer .ant-drawer-body {
  text-align: center;
}
.joinRequredDrawer .ant-drawer-body {
  text-align: center;
  padding-top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.joinRequredDrawer button.ant-drawer-close {
  margin: 0 !important;
}
.joinRequredDrawer .ant-drawer-title {
  text-align: center;
}
.joinRequredDrawer  .ant-drawer-content {
  background: #0a0a0a3b !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px;
  border-top: 3px solid #de2868;
}
a.joinChannelButton {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  width: max-content;
}
.joinButtonsWrapp {
  display: flex;
  grid-gap: 15px;
}
tc-root * {
  font-family: "Satoshi Variable", Arial;
}
tc-root button[appearance="primary"] {
  border-radius: 6px;
  padding: 10px 20px !important;
  font-size: 16px !important;
  line-height: normal;
  height: auto;
  background: #DE2868 !important;
  color: white !important;
  border-color: #DE2868 !important;
}
div#tc-widget-root {
  z-index: 9999;
  position: relative;
}
@media screen and (orientation: landscape) {
  .revertPhone {
      display: flex;
      position: absolute;
      z-index: 999999;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #17212b, #202f3e);
      top: 0;
      left: 0;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  lord-icon.animatedIcons.landscapeMode {
      width: 150px;
      height: 150px;
      transform: rotate(270deg);
      position: relative;
  }
  span.revertDetails {
      font-size: 21px;
      color: white;
      text-align: center;
  }
  .revertPhone .miniGame.dino {
    margin: auto;
    margin-bottom: 0;
    justify-content: center;
    align-items: center;
  }
  .revertPhone .interstitial-wrapper{
    margin: auto !important;
  }
}

.deviceSwichedModal .ant-modal-mask {
  background: linear-gradient(to top, #17212b, #202f3e94, #202f3e94, #17212b);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.duelTitle {
  display: flex;
  grid-gap: 0px;
  align-items: center;
}
.duelTitle lord-icon.animatedIcons.duelIcon {
  height: 32px;
  width: 32px;
}

.mapModal .ant-modal-header {
  background: transparent !important;
}
.mapModal  .ant-modal-content {
  background: transparent !important;
}
.mapModal {
  background: #00000014 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0 !important;
}

.mapModal.attackModal .ant-modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.mapModal.attackModal .ant-modal-body b {
  text-transform: uppercase;
  color: #de2868;
}
.mapModal.attackModal .ant-modal-body em{
  color: #2299D5;
}
.mapModal.attackModal .ant-modal-footer {
  margin-top: 25px;
}
.mapModal.attackModal .ant-modal-body {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 10px;
  flex-wrap: wrap;
}
.modalContentRight {
  width: calc(100% - 110px);
  font-size: 14px;
  text-align: left;
}
.modalContentRight .ant-row.taskTimer {
  margin: auto;
  text-align: center;
  margin-right: 0;
  margin-top: 10px;
  grid-gap: 8px;
}
header.app-content-tap+main .rightActions:not(.leftActions){
  margin-top: -190px !important;
}

.mapModal.lowPowerMode {
  overflow: hidden;
  border-radius: 1rem;
}
.userInfoContainerName {
    color: #FFF;
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-left: 10px;
}
img.user-avatar {
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background: #de2868;
    border: 1px solid #de2868;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
}
img.user-avatar {
    padding: 2px;
}
.userBalance {
    border: 1px solid #7d7d7d1a;
    background: rgba(19, 20, 21, 0.30);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.userBalance {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-right: -5px;
    padding: 6px;
    color: #FFF;
    font-family: "Satoshi Variable", Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    max-height: 50px;
    top: 3px;
}
div#ton-connect-button button {
    background: transparent;
    border: initial;
    box-shadow: initial;
    font-size: 12px !important;
    margin: 0px !important;
    gap: 1px;
    height: auto !important;
    padding: 0;
}
div#ton-connect-button button div {
    font-size: 12px !important;
    font-family: "Satoshi Variable", Arial;
}
div#ton-connect-button svg {
    width: auto !important;
    height: 18px !important;
}
.connectedContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}
.connectedContainer svg {
    width: auto !important;
    height: 18px !important;
}
header.app-header:not(.app-content-tap) {
    background: linear-gradient(to bottom, #17212b, #202f3e);
    border-radius: 22px 22px 39px 39px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 10px;
    width: 100%;
    padding-top: 10px;
}
.userBalance{
    transition: all .5;
}
.userBalance {
    border-bottom-right-radius: 39px;
    padding-right: 15px;
}
h2.ant-typography.developeHeading{
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.headerWalletConnect {
    color: white !important;
    -webkit-appearance: none !important;
            appearance: none !important;
    padding: 0 !important;
    line-height: 0 !important;
    background: transparent !important;
    height: auto !important;
}
svg.tonSVG {
    height: 18px;
    width: auto;
}
.userInfoContainer {
    position: relative;
}
.user-info {
    grid-gap: 5px;
}
.notificationContainer {
    position: absolute;
    top: 5px;
    left: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.ant-badge.ant-badge-not-a-wrapper.notificationCount sup.ant-scroll-number.ant-badge-count {
    box-shadow: none;
}
.messagesPop {
    transition: none !important;
    border: 1px solid #7d7d7d1a !important;
    background: rgba(19, 20, 21, 0.30) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 3px !important;
    min-width: 250px;
    border-radius: 16px !important;
    padding: 10px !important;
}
.messagesPop .ant-popover-inner {
    transition: none !important;
    border: none !important;
    background:none !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.messagesPop .ant-popover-arrow:before {
    background: #cb2861 !important;
}
html body .ant-popover.messagesPop {
    inset: 70px auto auto calc(100% - 260px) !important;
    /* animation-duration: 0.0001s; */
}
li.ant-list-item.listItemActionsMsg {
    padding: 5px;
}
.ant-list-item-meta.listItemContentMsg .ant-list-item-meta-description {
    color: white !important;
    font-size: 14px !important;
}
.ant-list-item-meta.listItemContentMsg h4.ant-list-item-meta-title {
    font-size: 12px !important;
    opacity: .6;
    margin: 0 !important;
}
li.ant-list-item.listItemActionsMsg {
    position: relative;
}
li.ant-list-item.listItemActionsMsg ul.ant-list-item-action {
    position: absolute;
    margin: auto;
    right: 5px;
    top: 5px;
    color: white !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.ant-list-item.listItemActionsMsg ul.ant-list-item-action button {
    cursor: pointer !important;
}
li.ant-list-item.listItemActionsMsg ul.ant-list-item-action > li {
    padding: 0;
}
li.ant-list-item.listItemActionsMsg ul.ant-list-item-action svg path{
    fill: white;
}
li.ant-list-item.listItemActionsMsg {
    border: initial;
    border-bottom: 1px solid #ffffff0f;
}
.messagesPop .ant-popover.messagesPop .ant-popover-inner-content {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 5px;
}
.notificationContainer span.ant-badge.ant-badge-not-a-wrapper.notificationCount sup {
    padding: 0;
    min-width: 20px;
    height: 20px;
    border-radius: 50% !important;
}
.messagesPop .ant-list-item-meta.listItemContentMsg b {
    color: #cb2862;
}
.messagesPop h4.ant-list-item-meta-title {
    position: relative;
    width: max-content;
}
.newBadge {
    opacity: 1;
    font-size: 10px;
    color: #cd2962;
    display: inline-block;
    top: 1px;
    right: -35px;
}
.messagesPop li.ant-list-item.notification-item.listItemActionsMsg {
    border: 1px solid #7d7d7d1a;
    background: #202f3e;
    /* backdrop-filter: blur(10px); */
    padding: 3px 10px;
    overflow: hidden;
    border-radius: 16px;
    border-radius: 16px;
    border-bottom-right-radius: 39px;
}
.messagesPop .ant-list-item-meta-description {
    border-top: 1px solid #cb2863;
    margin-top: 1px;
    max-width: calc(100% - 20px);
}
.messagesPop ul.ant-list-items {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.rewardRecieved {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.rewardRecieved img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin: auto 2px;
}
.ant-popover.messagesPop {
    border-bottom-right-radius: 39px !important;
    overflow: hidden;
}
.messagesPop .ant-popover-arrow {
    display: none !important;
}
.ant-popover.messagesPop {
    box-shadow: 0 5px 30px -5px black;
}
.messagesPop  .ant-popover-content {
    max-height: 50vh;
    overflow-y: auto;
}
span.ant-badge.ant-badge-not-a-wrapper.notificationCount sup.ant-scroll-number.ant-badge-count {
    box-shadow: none;
    color: transparent;
    min-width: 15px;
    min-height: 15px;
    height: 15px;
}
.referralsDetailedContainer span.ant-tree-switcher {
    width: 5px !important;
}
span.ant-typography.userId {
    width: 35px;
}
.referralsDetailedContainer span.ant-tree-indent-unit {
    width: 10px;
}

.preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out;
  margin: auto;
}
  
  .preloader.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  
  .progress-bar {
    width: 50%;
    height: 5px;
    background-color: #de2767;
  }
  
  .progress-fill {
    height: 100%;
    background-color: #ffffff; /* Customize the fill color */
    transition: width 0.3s ease;
  }

:root {
    --border-color: #f4f4f5;
    --primary-color: #de2868;
    --secondary-color: #de2868;
    --secondary-color: #de2868;
    --font-size-base: 13px;
    --font-size-sm: 12px;
    --font-size-2xl: 13px;
    --background-color: #de2868;
    --modal-background-color: #1E2934;
    --swap-container-background: #191919;
    --swap-container-border-color: transparent;
    --input-card-color: #191919;
    --input-card-pay-color: #191919;
    --input-card-receive-color: #191919;
    --input-token-color: #de2868;
    --change-direction-background-color: #de2868;
    --change-direction-icon-color: #17212b;
    --light-shade-color: #17212b;
    --slippage-box-color: #71717a;
    --text-black-color: #ffffff;
    --text-white-color: #ffffff;
    --text-fade-color: #9caacb;
    --skeleton-shine-color: #de2868;
    --price-impact-color: #e64646;
}
button.card-dialog-close {
    background: transparent;
}
.text-provided {
    display: none;
}
div[data-testid="swap-header-title"] {
    display: none;
}
.header-setting {
    display: none !important;
}
button.change-direction-button {
    display: none !important;
}
.mytonswap-app .swap-card-container {
    background: transparent !important;
    padding: 0 !important;
}
div#swap-widget {
    margin-top: 0; 
}
.mytonswap-app .swap-card-container .line {
    display: none !important;
}
.mytonswap-app .swapcard-card .card-content {
    padding: 5px 15px;
    padding-left: 20px;
}
.mytonswap-app .swapcard-card .card-content .card-inputs .card-input {
    height: auto;
}
.mytonswap-app .selection-box-container {
    background: transparent !important;
}
.mytonswap-app .swapcard-card .card-content .card-button .selection-box {
    background-color: #de2868 !important;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat !important;
}
button.detail-accordion-container {
    display: none !important;
}
.mytonswap-app .container {
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.mytonswap-app .swap-card-container {
    width: 100%;
}
.mytonswap-app .swap-button {
    margin: auto;
    margin-top: 25px;
    height: auto;
    font-size: 16px;
    width: auto;
    padding: 10px 25px;
    border-radius: 6px !important;
    cursor: pointer;
    min-width: 150px;
    margin-right: 0;
}
.mytonswap-app .confirm-modal-container .confirm-modal-images .receive-image {
    background-color: #de2868 !important;
}
.buy-modal .ant-tabs.ant-tabs-top.ant-tabs-mobile.tabs-container {
    padding: 0;
}
.buy-modal  .modal-description {
    margin-bottom: 20px;
}
.buy-modal .ant-tabs-nav-wrap {
    justify-content: center;
}
.buy-stars-button.defaultBtn.start {
    border-color: transparent !important;
    border: none !important;
    box-shadow: initial !important;
    margin: auto !important;
    margin-top: 25px !important;
    margin-right: 0 !important;
    border-bottom-right-radius: 1rem;
    min-width: 150px;
}
.telegram-stars-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img.input-icon {
    width: 22px;
}
svg.svg-inline--fa.fa-right-left.tab-icon.starstoquesplticon {
    display: block;
    margin: 15px 5px;
    font-size: 15px;
    color: #de2868;
    z-index: 2;
}
.buy-group {
    display: flex;
    margin: auto;
    margin-top: 15px;
}
span.ant-typography.sttarsDescribe {
    font-size: 11px;
    font-style: normal;
    opacity: .5;
    margin-top: 15px;
}
.mytonswap-app *{
    font-family: "Satoshi Variable", Arial !important;
}
button.confirm-button {
    font-size: 16px !important;
}
.mytonswap-app .confirm-modal-container .confirm-modal-change-rate {
    opacity: 1;
}
.mytonswap-app .error-container .icon {
    color: #de2868 !important;
}
.buy-modal .ant-tabs {
    padding-bottom: 0;
}
.buy-group > div {
    width: 100%;
}
img.button-icon {
    min-width: 27px;
    width: 27px;
    margin: 0 !important;
    height: 27px;
    min-height: 27px;
}
img.questPLINText.ton {
    max-width: 16px;
    height: 16px;
    min-width: 16px;
    top: 3px;
    margin: auto 5px;
    margin-right: 0;
}

.droppedItems {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 10px;
    margin: auto;
    margin-left: 0;
}
img.droppedItemImage {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.droppedItem {
    background: linear-gradient(0deg, #1a2530 0%, #243645 100%), #000000;
    box-shadow: 0px 0px 4px 0px #00000000, 0px 1px 0px 0px rgb(254 249 249 / 16%) inset;
    border-color: transparent;
    width: 59px;
    height: 59px;
    border-radius: 6px;
    border: 1px solid #303638;
}
span.droppedItemName {
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    display: block;
    line-height: 120%;
    top: 62px;
}
.claimModalContent {
    background: #0c131961 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #c0c0c00a;
    padding: 5px !important;
    max-width: 90% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    width: min-content;
}
.claimModalContent .ant-modal-content {
    background: transparent !important;
    box-shadow: none !important;
}
.claimModalContent  .ant-modal-header {
    background: transparent;
}
p.dropDescribe {
    opacity: .4;
    font-size: 14px;
}
p.noDrop {
    opacity: .4;
}
.droppedItem {
    margin-bottom: 30px;
}
.droppedItem {
    position: relative;
}
.droppedItem:not(:empty) {
    margin-bottom: 40px;
}
.mapMenu.openTray span.mapText {
    margin: auto;
}
.questPlTextContainer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    width: min-content;
}
.questPlTextContainer img{
    position: initial;
    top: initial;
}
.mapMenu {
    position: absolute;
    z-index: 2;
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    border: 1.4px solid rgb(207 43 99);
    box-shadow: 0px 8px 10px 0px rgb(207 64 115);
    -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px);
    height: 35px;
    cursor: pointer;
    width: 136px;
    grid-gap: 10px;
    transition: all .5s;
    animation: mapMove 20s infinite !important;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), /* iPhone X */
       only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), /* iPhone XS Max, iPhone 11 Pro Max */
       only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12, iPhone 13 */
       only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12 Pro Max, iPhone 13 Pro Max */
       only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) /* iPhone 14 */
       {
  .mapMenu {
    bottom: 130px;
  }
}

span.mapText {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin: auto;
    margin-left: 40px;
}
img.mapIcon {
    width: 26px;
    height: 26px;
    min-width: 24px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    left: 8px;
}
.mapMenu .preloader {
    left: 0;
    display: none !important;
}
.mapMenu:Hover .preloader {
    display: flex !important;
}
.mapMenu .preloader .ant-spin-dot {
    font-size: 26px;
}
.mapMenu .preloader {
    left: 5px;
    top: 1px;
}
@keyframes mapMove {
    0%, 100%{
        background-position: 0% 0%;
    }
    25%{
        background-position: 100% 0%;
    }
    50%{
        background-position: 100% 100%;
    }
    75%{
        background-position: 0% 100%;
    }
}
.characterSwitch, .storePopover {
    border: 1px solid #1a252a;
    background: linear-gradient(to left, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px !important;
    overflow: hidden !important;
    padding: 10px !important;
}
.characterSwitch  .ant-popover-inner, .storePopover .ant-popover-inner{
    background: transparent !important;
    box-shadow: initial !important;
}
.characterSwitchMain {
    display: flex;
    grid-gap: 10px;
}
.characterSwitchMain video {
    width: 200px !important;
    min-width: 200px !important;
    object-fit: cover;
    max-height: initial !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin: auto !important;
    box-shadow: 0 0 15px -10px black;
    position: absolute;
    top: 0;
    height: auto;
    min-height: 100%;
}
.characterMain {
    display: flex !important;
    flex-direction: column !important;
    grid-gap: 5px !important;
}
.characterMain {
    position: relative;
}
.characterMain .preloader {
    position: absolute;
    margin: auto !important;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin-left: -16px !important;
    margin-top: -40px !important;
}


.characterMainPreview {
    position: relative;
}
.characterMainPreviewName {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%) !important;
    font-size: 18px;
    padding-top: 30px;
}
.characterMainPreview {
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
    width: 100%;
}
.characterMainPreview {
    border: 1px solid #1a2530;
}
.characterMain .defaultBtn {
    padding: 5px 0px !important;
    width: 100%;
    font-size: 14px !important;
    height: 30px !important;
}
.characterMainPreviewName {
    text-align: center;
}
.characterSwitchMain {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.characterSwitchMainItems {
    max-width: 200px;
    position: relative;
    min-width: 200px;
}
.slick-slide {
    overflow: hidden;
}
.aboutRefs.aboutSwitch {
    opacity: .6;
    text-decoration: underline;
}
 .rightActions > div {
  flex-direction: column;
  grid-gap: 5px;
}
.rightActions > div:after {
    z-index: -1;
    content: "";
    position: absolute;
    height: 80%;
    right: 0px;
    width: 100%;
    background: linear-gradient(to right, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%);
    bottom: -10px;
}
.ant-statistic.charterSwitchStats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.switchStats .ant-statistic-content {
    font-size: 14px !important;
    padding: 0 !important;
    width: auto !important;
    min-width: initial !important;
    height: 22px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.switchStats span.ant-statistic-content-value, .switchStats span.ant-statistic-content-value span {
    display: flex !important;
    height: 100%;
    justify-content: center !important;
    align-items: center !important;
}
.switchStats img.questPLINText {
    min-width: 20px;
    margin-left: 3px;
    position: initial !important;
}
.switchStats span.ant-statistic-content-value-int {
    width: auto !important;
}
.ant-statistic.charterSwitchStats {
    grid-gap: 10px;
}
.switchStats .ant-statistic-title {
    margin: 0 !important;
}
.switchStats {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.menuDevider {
    width: 38px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(0deg, #F6CD81 0%, #F6CD81 100%), #211E1E;
    box-shadow: 0px 0px 4px 0px #9F4A18, 0px 1px 0px 0px rgba(254, 249, 249, 0.35) inset;
}
.rightActions  > div {
    z-index: 99;
    width: 65px;
    position: relative;
    height: auto;
    border-radius: 16px;
    padding: 0px;
    border-top-right-radius: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rightActions {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 0px;
    top: 50%;
    grid-gap: 20px;
    margin-top: -200px;
}
  .rightActions > div{
    cursor: pointer;
  }
  .rightActions img {
    width: 100%;
    height: auto;
  }
  .rightActions div span {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    line-height: 100%;
  }
  .menuDevider {
    position: relative;
    overflow: hidden;
}
.menuDevider:after {
    content: "";
    background: linear-gradient(0deg, #DE2868 0%, #DE2868 100%), #211E1E;
    box-shadow: 0px 0px 4px 0px #DE2868, 0px 1px 0px 0px rgba(254, 249, 249, 0.35) inset;
    width: 100%;
    top: 0;
    left: -39px;
    height: 2px;
    display: block;
    position: absolute;
    transition: left 0.3s;
}
.menuDevider.active:after{
    left: 0px;
}
.ant-card-cover img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}
.upgradeDetails {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.upgradeDetails button.upgrade {
    position: absolute !important;
    box-shadow: initial !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    right: 0;
    cursor: pointer;
    bottom: -30px;
    grid-gap: 1px;
}
.upgradeSection {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    margin-bottom: 20px;
}
.ant-divider.storeDevider {
    margin: 10px auto;
}
.storeItemCard {
    width: 80px;
    height: auto;
}
.storeItemImage img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    background: #2f3432;
}
.storeItemCard {
    border-radius: 10px;
    overflow: hidden;
}
.storeItemImage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.storeItemTitle {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(to bottom, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%) !important;
    text-align: center;
    padding-top: 40px;
    font-size: 12px;
}
.storeItemCard button.buyItem {
    width: 100%;
    padding: 2px 1px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.storeItems {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.storeItemImage {
    height: calc(100% - 28px);
}
.storeItemCard {
    border: 1px solid #1b212c;
    overflow: hidden;
}
img.questPLINBtn {
    width: 20px;
    min-width: 20px;
    height: auto;
    min-height: 20px;
}
.storeItemCard button.buyItem {
    font-size: 12px !important;
    grid-gap: 1px;
}
.storeItems {
    grid-gap: 10px;
}
.ant-popover.storePopover .ant-popover-inner-content {
    overflow: visible;
}
lord-icon.animatedIcons.storeIcon {
    width: 78px;
    height: 78px;
    background: linear-gradient(to right, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%);
}
.swapForEnergy {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.swapForEnergy a {
    color: #de2868 !important;
    font-weight: bold;
}
.swapForEnergy .ant-divider {
    margin: 2px auto;
}
.upgradeItem:not(.full) {
    margin-bottom: 25px;
}
.characterSwitchMainItems {
    padding-bottom: 20px;
}
.slick-dots li.slick-active button:before {
    color: #ca2762 !important;
}
button.slick-arrow.slick-next {
    z-index: 1;
    top: initial;
    bottom: 30px;
    right: 20%;
}
.characterSlide {
    width: 200px;
}
button.slick-arrow.slick-prev {
    z-index: 1;
    top: initial;
    bottom: 30px;
    left: 20%;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #ca2762;
}
.slick-dots li {
    width: 5px !important;
    height: 15px !important;
    margin: 0 5px !important;
}
img.characterPreview {
    width: 100%;
    height: auto;
}
.ant-alert.ant-alert-warning.ant-alert-with-description.antdAlertInside {
    padding: 20px 10px !important;
}
.spinGame img {
    max-width: 50px;
}
.spinGameModal .ant-modal-content {
    background: transparent !important;
    box-shadow: initial !important;
}
span.spinTextBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}

@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
        transform: scale(1.1);
      }
    100% {
      transform: scale(1);
    }
  }

.redPulse {
    color: #cd2962;
    font-weight: bold;
    animation: pulse infinite 1.5s ease-in-out;

}

.rune-stroke {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    transition: opacity 1s linear;
}
.drawDot {
    width: 36px;
    height: 36px;
    z-index: 12;
    pointer-events: none;
    transition: opacity 0.5s linear;
    background-size: contain;
    background-position: center;
}
.drawDot.exemple {
    background: radial-gradient(#de2869 0%, #1a223000 100%);
    border-radius: 50%;
}
.drawDotMask {
    background: #000000a6;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all .2s;
  }
  .rightActions.leftActions {
    right: initial;
    left: 0;
}
img.runeImg {
    filter: drop-shadow(0px 2px 6px #FF5E97) 
    drop-shadow(0px 0px 0px #FF4084) 
    drop-shadow(0px 0px 0px #CC2862)  grayscale(0);
}
.rune-icon {
    width: 39px;
    height: 52px;
    opacity: 1;
}
.rune-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.runesHolderContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    margin-top: 15px;
}
.rightActions > div.runesMainContainer:after {
    z-index: -1;
    content: "";
    position: absolute;
    height: 105%;
    right: 0px;
    width: 100%;
    background: linear-gradient(to right, rgba(23, 33, 43, 0.00) 0%, rgba(23, 33, 43, 0.01) 6.67%, rgba(23, 33, 43, 0.04) 13.33%, rgba(23, 33, 43, 0.08) 20%, rgba(23, 33, 43, 0.15) 26.67%, rgba(23, 33, 43, 0.23) 33.33%, rgba(23, 33, 43, 0.33) 40%, rgba(23, 33, 43, 0.44) 46.67%, rgba(23, 33, 43, 0.56) 53.33%, rgba(23, 33, 43, 0.67) 60%, rgba(23, 33, 43, 0.77) 66.67%, rgba(23, 33, 43, 0.85) 73.33%, rgba(23, 33, 43, 0.92) 80%, rgba(23, 33, 43, 0.96) 86.67%, rgba(23, 33, 43, 0.99) 93.33%, #17212B 100%);
    bottom: 0%;
    transform: rotate(180deg);
}
.rightActions.leftActions {
    right: initial;
    left: 0;
    margin: auto;
    top: 50%;
    margin-top: -125px;
}
.rune-cooldown {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: auto;
    height: 22px;
    margin-top: 5px;
}
img.runeImg.disabled {
    filter: drop-shadow(0px 2px 6px #FF5E97) 
    drop-shadow(0px 0px 0px #FF4084) 
    drop-shadow(0px 0px 0px #CC2862)  grayscale(1);
    transition: 0.5s;
}

.rune-icon {
    position: relative;
}

img.runeImg.loading {
    width: auto;
}
.runeImgLoader-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 52px;
    overflow: hidden;
    transition: opacity 1s;
}
img.runeImg.loading {
    filter: initial;
}
img.runeImgSymbol {
    position: absolute;
    width: 15px;
    height: 42px;
    margin: auto;
    top: 3px;
    object-fit: contain;
    transition: opacity 0.5s;
}
img.runeImgSymbol.disabled {
    opacity: 0.3;
    z-index: 4;
}
.rune-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.runesMainContainer {
    left: 0;
    transition: all .5s;
}
.runesMainContainer.noEnergy{
    left: -75px !important;
}
.charactersRuneItem {
    width: 30px;
}
.runesPreview .rune-icon {
    width: 100%;
    height: auto;
}
.runesPreview {
    position: absolute;
    margin: auto;
    bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    left: 45px;
}
.runesPreview  img.runeImgSymbol {
    position: absolute;
    width: 11px;
    height: 15px;
    margin: auto;
    top: 11px;
    object-fit: contain;
    transition: opacity 0.5s;
}
.runesPreview img.runeImg {
    filter: none;
}
h4.ant-typography.swichInfoTitles {
    font-size: 16px;
}
.characterSwitchModal.mapModal .ant-divider {
    margin: 5px auto;
}
.characterSwitchModal.mapModal h4.ant-typography.swichInfoTitles {
    font-size: 16px;
    display: flex;
    grid-gap: 5px;
    margin-top: 10px;
}
.characterSwitchModal.mapModal .ant-modal-title {
    display: flex;
    grid-gap: 5px;
}
.characterSwitchModal.mapModal {
    overflow: hidden;
    border-radius: 1rem;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/static/media/ajax-loader.fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.mapMenu {
    position: absolute;
    z-index: 2;
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    border: 1.4px solid rgb(207 43 99);
    box-shadow: 0px 8px 10px 0px rgb(207 64 115);
    -webkit-backdrop-filter: blur(17px);
            backdrop-filter: blur(17px);
    height: 35px;
    cursor: pointer;
    width: 136px;
    grid-gap: 10px;
    transition: all .5s;
    animation: mapMove 20s infinite !important;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), /* iPhone X */
       only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), /* iPhone XS Max, iPhone 11 Pro Max */
       only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12, iPhone 13 */
       only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12 Pro Max, iPhone 13 Pro Max */
       only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) /* iPhone 14 */
       {
  .mapMenu {
    bottom: 130px;
  }
}

span.mapText {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin: auto;
    margin-left: 40px;
}
img.mapIcon {
    width: 26px;
    height: 26px;
    min-width: 24px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    left: 8px;
}
.mapMenu .preloader {
    left: 0;
    display: none !important;
}
.mapMenu:Hover .preloader {
    display: flex !important;
}
.mapMenu .preloader .ant-spin-dot {
    font-size: 26px;
}
.mapMenu .preloader {
    left: 5px;
    top: 1px;
}
@keyframes mapMove {
    0%, 100%{
        background-position: 0% 0%;
    }
    25%{
        background-position: 100% 0%;
    }
    50%{
        background-position: 100% 100%;
    }
    75%{
        background-position: 0% 100%;
    }
}
.debuffs-list-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
    left: 10px;
    top: 90px;
    bottom: initial !important;
    z-index: 2;
}
.debuff-item {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
img.debuff-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.debuff-item {
    border: 2px solid #272626;
    border-radius: 3px;
}
.debuff-cooldown-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.debuff-cooldown-overlay {
    background: #211e1eba;
}
.debuff-time {
    color: white;
    font-size: 9px;
    position: absolute;
    bottom: 0;
    background: #211e1eba;
    width: 100%;
    text-align: center;
}
.debuff-details img.debuff-image {
    width: 100px;
    border-radius: 6px;
    border: 3px solid #272626;
}
.debuff-details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 10px;
}
.debuffContent h3 {
    margin: 0 !important;
    color: #de2868;
}
.debuffModalContent {
    background: #00000069 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 !important;
    border-radius: 16px !important;
}
.debuffModalContent .ant-modal-content {
    background: transparent !important;
    box-shadow: initial !important;
}
.debuffModalContent .ant-modal-content .ant-modal-header {
    background: transparent;
}
.debuffContent > p {
    margin: 5px 0px;
}
.debuffContent strong {
    color: #de2868;
    font-weight: bold;
}
.debuff-item {
    opacity: 1;
    transform: scale(0.1);
    transition: all 2s;
}
@keyframes debuffAppear{
    from{
        left: -120%;
        transform: scale(0.1);
    }
    to{
        left: 1;
        transform: scale(1.1);
    }
}
.debuff-item{
    animation: debuffAppear 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; /* This will keep the styles from the last keyframe */
}
.debuff-item.positive {
    border-color: #cd2b61;
}
.user-hp-bar-container {
    position: absolute;
    width: 150px;
    top: 65px;
    left: 10px;
}
.user-hp-barContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-hp-bar {
    margin: auto;
    margin-left: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, #DE2868 0%, #DE2868 100%), #211E1E;
    box-shadow: 0px 0px 4px 0px #DE2868, 0px 1px 0px 0px rgba(254, 249, 249, 0.35) inset;
    height: 4px;
    transition: all .5s;
}

.user-hp-barContainer {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, #211E1E 0%, #211E1E 100%), #211E1E;
    position: relative;
    top: -1px;
}
.userHpTitle {
    border-radius: 0px 0px 4px 4px;
    background: linear-gradient(0deg, rgba(141, 124, 124, 0.20) 0%, rgba(33, 30, 30, 0.20) 100%), #211E1E;
    color: #FFF;
    font-family: "Satoshi Variable", Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px 11px;
    width: max-content;
    position: relative;
    top: -5px;
    left: -1px;
    padding-top: 5px;
}
.user-hp-bar-container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.userHpTitle b {
    color: #d02e68;
}
@keyframes hpDowngrade {
    0%, 100% {
        transform: rotateZ(0deg) scale(1);
        filter: brightness(1);
    }
    20% {
        transform: rotateZ(1deg) scale(1.07);
        filter: brightness(1.2);
    }
    50% {
        transform: rotateZ(-1deg) scale(0.95);
        filter: brightness(0.9);
    }
    80% {
        transform: rotateZ(0.5deg) scale(1.02);
        filter: brightness(1.1);
    }
}
.user-hp-bar-container.animated{
    animation: hpDowngrade 2s ease-in-out infinite;
}
.user-hp-bar-container{
    z-index: 3;
}
/* General Rune Overlay */
.rune-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

/* Active Effects */
.blood-effect,
.water-effect,
.fire-effect,
.earth-effect,
.air-effect,
.light-effect,
.darkness-effect,
.arcane-effect,
.ice-effect,
.thunder-effect {
    opacity: 0; /* Start invisible, fades in at 50% */
    transform: scale(1);
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 2;
    animation-name: backgroundAnimation;
}

/* Define Unique Backgrounds for Each Effect */
.blood-effect {
    background: radial-gradient(circle, transparent 70%, rgba(255, 0, 0, 0.5) 100%);
}
.water-effect {
    background: radial-gradient(circle, transparent 70%, rgba(0, 0, 255, 0.4) 100%);
}
.fire-effect {
    background: radial-gradient(circle, transparent 70%, rgba(255, 69, 0, 0.5) 100%);
}
.earth-effect {
    background: radial-gradient(circle, #0699df14 70%, #03A9F4 100%);
}
.air-effect {
    background: radial-gradient(circle, #26262617 70%, rgb(150 224 248) 100%)
}
.light-effect {
    background: radial-gradient(circle, transparent 70%, rgba(222, 40, 104, 0.90) 100%);
}
.darkness-effect {
    background: radial-gradient(circle, #2196f30a 70%, rgb(0 0 0) 100%);
}
.arcane-effect {
    background: radial-gradient(circle, transparent 70%, rgb(128 0 128 / 93%) 100%);
}
.ice-effect {
    background: radial-gradient(circle, #03a9f40f 70%, rgb(86 210 250) 100%);
}
.thunder-effect {
    background: radial-gradient(circle, transparent 70%, rgba(255, 255, 0, 0.6) 100%);
}

/* Video Element Base */
video.charter {
    will-change: transform, opacity;
    overflow: hidden;
}

/* Combined Animations for Videos */
.video-blood {
    animation: bloodCombined 2s ease-in-out infinite;
}
.video-water {
    animation: waterCombined 2s ease-in-out infinite;
}
.video-fire {
    animation: fireCombined 2s ease-in-out infinite;
}
.video-earth {
    animation: earthCombined 2s ease-in-out infinite;
}
.video-air {
    animation: airCombined 2s ease-in-out infinite;
}
.video-light {
    animation: lightCombined 2s ease-in-out infinite;
}
.video-darkness {
    animation: darknessCombined 2s ease-in-out infinite;
}
.video-arcane {
    animation: arcaneCombined 2s ease-in-out infinite;
}
.video-ice {
    animation: iceCombined 2s ease-in-out infinite;
}
.video-thunder {
    animation: thunderCombined 2s ease-in-out infinite;
}

/* Keyframes for Backgrounds */
@keyframes backgroundAnimation {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}


/* Combined Keyframes for Video Effects */
@keyframes bloodCombined {
    0% { transform: scale(1) rotate(0deg) translate(0, 0); }
    25% { transform: scale(1.06) rotate(2deg) translate(-1px, 1px); }
    50% { transform: scale(1.07) rotate(-2deg) translate(2px, -2px); }
    75% { transform: scale(1.06) rotate(1deg) translate(-1px, 2px); }
    100% { transform: scale(1) rotate(0deg) translate(0, 0); }
}

@keyframes waterCombined {
    0% { transform: scale(1) skew(0deg, 0deg) translate(0, 0); }
    25% { transform: scale(1.06) skew(2deg, -2deg) translate(1px, -1px); }
    50% { transform: scale(1.07) skew(-2deg, 2deg) translate(-2px, 1px); }
    75% { transform: scale(1.06) skew(1deg, -1deg) translate(1px, -2px); }
    100% { transform: scale(1) skew(0deg, 0deg) translate(0, 0); }
}

@keyframes fireCombined {
    0% { transform: rotate(0deg) translate(0, 0); }
    20% { transform: rotate(3deg) translate(-2px, 2px); }
    40% { transform: rotate(-3deg) translate(2px, -2px); }
    60% { transform: rotate(5deg) translate(-1px, 1px); }
    80% { transform: rotate(-2deg) translate(1px, -1px); }
    100% { transform: rotate(0deg) translate(0, 0); }
}

@keyframes earthCombined {
    0% { transform: translate(0, 0) scale(1) rotate(0deg); }
    2% { transform: translate(1px, -2px) scale(1.05) rotate(-1deg); }
    5% { transform: translate(-2px, 3px) scale(1.05) rotate(1deg); }
    8% { transform: translate(3px, -2px) scale(1.05) rotate(-1deg); }
    11% { transform: translate(-3px, 2px) scale(1.05) rotate(2deg); }
    15% { transform: translate(2px, -1px) scale(1.05) rotate(-2deg); }
    20% { transform: translate(-1px, 1px) scale(1.05) rotate(0deg); }
    25% { transform: translate(1px, -3px) scale(1.05) rotate(1deg); }
    30% { transform: translate(-2px, 3px) scale(1.05) rotate(-1deg); }
    35% { transform: translate(3px, -2px) scale(1.05) rotate(2deg); }
    40% { transform: translate(-3px, 2px) scale(1.05) rotate(-2deg); }
    45% { transform: translate(2px, -1px) scale(1.05) rotate(1deg); }
    50% { transform: translate(-1px, 1px) scale(1.05) rotate(0deg); }
    55% { transform: translate(1px, -3px) scale(1.05) rotate(-1deg); }
    60% { transform: translate(-2px, 3px) scale(1.05) rotate(1deg); }
    65% { transform: translate(3px, -2px) scale(1.05) rotate(-2deg); }
    70% { transform: translate(-3px, 2px) scale(1.05) rotate(2deg); }
    75% { transform: translate(2px, -1px) scale(1.05) rotate(-1deg); }
    80% { transform: translate(-1px, 1px) scale(1.05) rotate(1deg); }
    85% { transform: translate(1px, -3px) scale(1.05) rotate(0deg); }
    90% { transform: translate(-2px, 3px) scale(1.05) rotate(-1deg); }
    95% { transform: translate(0px, 0px) scale(1.05) rotate(1deg); }
    100% { transform: translate(0, 0) scale(1) rotate(0deg); }
}



@keyframes airCombined {
    0% {
        transform: scale(1) translate(0, 0) rotate(0deg);
        filter: none; /* Ensure no effects are applied initially */
        opacity: 1;
    }
    10% {
        transform: scale(1.05) translate(-1px, -1px) rotate(1deg);
        filter: blur(0.5px) brightness(1.1);
        opacity: 0.98;
    }
    25% {
        transform: scale(1.1) translate(2px, -2px) rotate(-2deg);
        filter: blur(0.7px) brightness(1.2);
        opacity: 0.96;
    }
    50% {
        transform: scale(1.08) translate(-2px, 2px) rotate(3deg);
        filter: blur(1px) brightness(1.3);
        opacity: 0.94;
    }
    75% {
        transform: scale(1.05) translate(1px, -1px) rotate(-1deg);
        filter: blur(0.5px) brightness(1.1);
        opacity: 0.97;
    }
    100% {
        transform: scale(1) translate(0, 0) rotate(0deg);
        filter: none;
        opacity: 1; /* Reset to initial state */
    }
}


@keyframes lightCombined {
    0% {
        transform: perspective(1000px) rotate(0deg) skew(0deg, 0deg) translate(0px, 0px);
    }
    12.5% {
        transform: perspective(1000px) scale(1.05) rotate(2deg) skew(2deg, -1deg) translate(2px, -2px);
    }
    25% {
        transform: perspective(900px) scale(1.06)  rotate(-2deg) skew(-1deg, 2deg) translate(-3px, 3px);
    }
    37.5% {
        transform: perspective(1100px) scale(1.07)  rotate(3deg) skew(1deg, -2deg) translate(3px, -2px);
    }
    50% {
        transform: perspective(800px) scale(1.1)  rotate(-3deg) skew(-2deg, 1deg) translate(-4px, 4px);
    }
    62.5% {
        transform: perspective(1200px) scale(1.07)  rotate(4deg) skew(2deg, -3deg) translate(4px, -3px);
    }
    75% {
        transform: perspective(1000px) scale(1.6)  rotate(-4deg) skew(-3deg, 2deg) translate(-5px, 5px);
    }
    87.5% {
        transform: perspective(900px) scale(1.05) rotate(2deg) skew(1deg, -2deg) translate(3px, -2px);
    }
    100% {
        transform: perspective(1000px)  scale(1) rotate(0deg) skew(0deg, 0deg) translate(0px, 0px);
    }
}


@keyframes darknessCombined {
    0% {
        transform: rotateY(0deg) translate(0, 0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
    12.5% {
        transform: rotateY(5deg) translate(-2px, 2px) scale(1.05);
        opacity: 0.9;
        filter: blur(1px);
    }
    25% {
        transform: rotateY(3deg) translate(-1px, 1px) scale(1.01);
        opacity: 0.95;
        filter: blur(0.5px);
    }
    37.5% {
        transform: rotateY(-6deg) translate(3px, -3px) scale(1.1);
        opacity: 0.85;
        filter: blur(1.5px);
    }
    50% {
        transform: rotateY(-3deg) translate(1px, -1px) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
    62.5% {
        transform: rotateY(4deg) translate(-3px, 3px) scale(1.05);
        opacity: 0.92;
        filter: blur(0.5px);
    }
    75% {
        transform: rotateY(2deg) translate(-2px, 2px) scale(1.01);
        opacity: 0.97;
        filter: blur(1px);
    }
    87.5% {
        transform: rotateY(-5deg) translate(2px, -2px) scale(1.08);
        opacity: 0.88;
        filter: blur(1.2px);
    }
    100% {
        transform: rotateY(0deg) translate(0, 0) scale(1);
        opacity: 1;
        filter: blur(0px);
    }
}


@keyframes arcaneCombined {
    0% {
        transform: scale(1) rotate(0deg) skew(0deg, 0deg) translate(0, 0);
        filter: brightness(100%);
    }
    10% {
        transform: scale(1.2) rotate(1deg) skew(1deg, -1deg) translate(-2px, 2px);
        filter: brightness(110%);
    }
    20% {
        transform: scale(1.16) rotate(-1deg) skew(-1deg, 2deg) translate(2px, -2px);
        filter: brightness(120%);
    }
    30% {
        transform: scale(1.15) rotate(1deg) skew(1deg, -1deg) translate(-1px, 1px);
        filter: brightness(105%);
    }
    40% {
        transform: scale(1.1) rotate(-1deg) skew(-1deg, 1deg) translate(1px, -1px);
        filter: brightness(95%);
    }
    50% {
        transform: scale(1) rotate(0deg) skew(0deg, 0deg) translate(0, 0);
        filter: brightness(100%);
    }
    60% {
        transform: scale(1.2) rotate(-2deg) skew(1deg, -1deg) translate(-1px, 1px);
        filter: brightness(110%);
    }
    70% {
        transform: scale(1.2) rotate(2deg) skew(-1deg, 1deg) translate(1px, -1px);
        filter: brightness(130%);
    }
    80% {
        transform: scale(1.1) rotate(-1deg) skew(2deg, -2deg) translate(-2px, 2px);
        filter: brightness(105%);
    }
    90% {
        transform: scale(1.1) rotate(1deg) skew(-1deg, 1deg) translate(2px, -2px);
        filter: brightness(95%);
    }
    100% {
        transform: scale(1) rotate(0deg) skew(0deg, 0deg) translate(0, 0);
        filter: brightness(100%);
    }
}


@keyframes iceCombined {
    0% { transform: scale(1.00) skew(0deg, 0deg) translate(0, 0); }
    25% { transform: scale(1.03) skew(2deg, -2deg) translate(-1px, 2px); }
    50% { transform: scale(1.06) skew(-2deg, 2deg) translate(2px, -1px); }
    75% { transform: scale(1.03) skew(1deg, -1deg) translate(-2px, 1px); }
    100% { transform: scale(1.00) skew(0deg, 0deg) translate(0, 0); }
}

@keyframes thunderCombined {
    0% { transform: scale(1.00) rotateZ(0deg) translate(0, 0); }
    25% { transform: scale(1.11) rotateZ(2deg) translate(2px, -2px); }
    50% { transform: scale(1.2) rotateZ(-2deg) translate(-2px, 2px); }
    75% { transform: scale(1.11) rotateZ(3deg) translate(1px, -1px); }
    100% { transform: scale(1.00) rotateZ(0deg) translate(0, 0); }
}

@keyframes runeVibrate {
    0% {
        transform: scale(1) translate(0, 0);
        filter: contrast(100%) saturate(100%);
    }
    10% {
        transform: scale(1.15) translate(-3px, 3px);
        filter: contrast(120%) saturate(120%);
    }
    20% {
        transform: scale(1.2) translate(3px, -3px);
        filter: contrast(140%) saturate(130%);
    }
    30% {
        transform: scale(1.25) translate(-5px, 5px);
        filter: contrast(160%) saturate(140%);
    }
    40% {
        transform: scale(1.3) translate(5px, -5px);
        filter: contrast(180%) saturate(150%);
    }
    50% {
        transform: scale(1.25) translate(-5px, 5px);
        filter: contrast(160%) saturate(140%);
    }
    60% {
        transform: scale(1.2) translate(3px, -3px);
        filter: contrast(140%) saturate(130%);
    }
    70% {
        transform: scale(1.15) translate(-3px, 3px);
        filter: contrast(120%) saturate(120%);
    }
    80% {
        transform: scale(1.1) translate(2px, -2px);
        filter: contrast(110%) saturate(110%);
    }
    90% {
        transform: scale(1.05) translate(-1px, 1px);
        filter: contrast(105%) saturate(105%);
    }
    100% {
        transform: scale(1) translate(0, 0);
        filter: contrast(100%) saturate(100%);
    }
}



/* Rune Effect Class */
.rune-vibrate {
    animation: runeVibrate 2s cubic-bezier(0.4, 0, 0.6, 1) 1;
    transform-origin: center; /* Ensures scaling happens from the center */
}

.DevContainer {
    background: transparent;
    margin: auto;
    text-align: center;
    position: relative;
    top: -70px;
    border: initial !important;
}
span.ant-statistic-content-value-int {
    background: #ca2762;
    padding: 2px 6px;
    border-radius: 6px;
    width: 45px !important;
    display: block;
    text-align: center;
}
.ant-card.ant-card-bordered.DevContainer .ant-card-body {
    padding: 0;
}
/* h2.ant-typography.developeHeading {
    background: linear-gradient(to bottom, #17212b, #202f3e);
    border-radius: 39px;
    padding: 10px 35px;
    width: 100%;
    margin: 0;
    color: white;
    font-weight: 500;
} */
.devMainContainer {
    padding: 20px;
    padding-top: 10px;
}
.ant-row.timerDevContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.devVideo {
    width: 100%;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
}
.devMainContainer {
    position: relative;
}
.ant-row.timerDevContainer {
    z-index: 1;
    opacity: 1;
    position: relative;
}
img.developBG {
    opacity: .05;
    position: absolute;
    width: 90%;
    height: auto;
    margin: auto;
    left: 5%;
    top: 100px;
}
h2.ant-typography.developeHeading {
    padding: 10px 35px;
    margin: 0;
    color: white;
    font-weight: 500;
    display: block;
    border-radius: 0;
    width: auto;
    padding: 0;
    border-radius: 6px;
}
.tasks-container {
    padding: 0px;
}
.tasks-header {
    padding: 0px 20px;
    padding-top: 10px;
}
.tasks-header {
    display: flex;
    justify-content: space-between;
}
.tasks-container .ant-tabs-nav {
    padding: 0px 20px !important;
}
.tasksActiveList {
    position: relative !important;
    width: calc(100% - 10px) !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}
.filter-buttons {
    display: flex;
}

.tasks-container .ant-tabs {
    padding-bottom: 0 !important;
}
.search-bar {
    display: flex;
    align-items: center;
}

.search-bar input {
    border-radius: 4px;
    padding: 8px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.task-card {
    color: white;
    border-radius: 16px;
    border: 1.125px solid rgba(255, 255, 255, 0.03);
    background: #1E2934;
    box-shadow: 0px 11.25px 16.875px 0px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(11.25px);
    -webkit-backdrop-filter: blur(11.25px);
}

.task-icon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}

.task-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.task-progress {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #888;
}

.tasks-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.search-bar {
    position: relative;
    width: 100%;
}
.searchSubmit {
    position: absolute;
    left: 15px;
    background: transparent;
    border: initial;
    color: white;
}
input.searchInput {
    width: 100%;
    border-radius: 60px;
    border: 1px solid rgba(246, 246, 246, 0.10);
    background: #18191B;
    color: #929292;
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 10px 42px;
    margin: auto;
}
.tasks-container {
    margin: auto;
    margin-top: 70px;
}
.tasks-container {
    width: 100%;
}
.noTasksText {
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 15px;
}
.noTasksMainMsg {
    display: block;
    background: #ca2762;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 14px;
    font-size: 14px;
}
.taskTitle {
    font-family: "Satoshi Variable", Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
}
.rewardText, .taskTimeText {
    font-family: "Satoshi Variable", Arial;
    font-size: 12.375px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.taskMainContainer{
    color: #F6F6F6;
}
.task-infoContainer {
    display: flex;
    grid-gap: 10px;
}
.task-infoContainer > div {
    display: flex;
    grid-gap: 3px;
    justify-content: center;
    align-items: center;
}
.progressData {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.progressData > svg {
    margin-right: 3px;
}
.TaskDataMain {
    display: flex;
    grid-gap: 10px;
}
.task-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 17px;
}
.taskMainContainer {
    margin: auto;
    margin-left: 0;
}
.task-card > svg {
    width: auto;
    height: 37px;
}
.progressDatadone {
    color: #DE2868;
}
.progressDatainProgress {
    color: rgba(73, 73, 73, 0.72);
}
.progressDatainFailed {
    color: rgba(255, 255, 255, 0.25);
}
.progressDatainRemaining {
    color: #2299D5;
}
.tasks-container {
    width: 100%;
}
.progressData > div:not(:nth-last-child(1)):after {
    content: "/";
    display: inline-block;
    margin: 0 2px;
    color: white;
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.progressData > svg {
    margin-right: 5px;
}
.authorContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
img.authoProfilePic {
    height: 50px;
    min-width: 50px;
    width: auto;
    border-radius: 50%;
    border: 3px solid #DE2868;
    margin-right: 15px;
}
.authorName {
    color: #F6F6F6;
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.viewTaskDraw .ant-drawer-body {
    padding-top: 10px !important;
}
.ant-drawer-header {
    border: none !important;
    padding-bottom: 0 !important;
}
.ant-drawer-content {
    border-top: 3px solid #DE2868;
}
.progressDataDrawer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: auto;
    margin-left: 0;
}
.progressDataRow {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.taskDescription {
    color: #ffffff;
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    /* background: #0d1218; */
    border-radius: 6px;
    /* padding: 10px 15px; */
}
.ant-row.taskTimer {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    width: max-content;
}
.verificationContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
    font-size: 16px;
    font-weight: bold;
}
.ant-drawer-footer {
    border: initial !important;
}
.ant-drawer-body {
    padding-bottom: 0 !important;
}
.ant-drawer-body span.ant-statistic-content-value-int {
    background: #ca2762;
    padding: 0px 4px;
    border-radius: 6px;
    width: auto !important;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: auto;
}
.ant-drawer-body .ant-statistic-title {
    font-size: 12px !important;
    margin: auto !important;
}
.ant-drawer-body .ant-statistic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 0;
}
.ant-drawer-body span.ant-statistic-content-value {
    display: flex;
}
.ant-drawer-body .ant-statistic-content {
    display: flex;
}
.authorReward {
    display: flex;
    justify-content: flex-start;
    grid-gap: 5px;
    text-align: left;
    margin: auto;
    margin-left: 0;
}
.authorName {
    text-align: left;
}
/* Base editor styles */
.ql-container {
    background-color: #18191B !important; /* customTheme.colorBgContainer */
    color: #FFFFFF !important; /* customTheme.colorText */
    font-family: 'Satoshi Variable', Arial !important;
    font-size: 14px !important; /* customTheme.fontSizeBase */
    line-height: 1.4 !important; /* customTheme.lineHeightBase */
    border-radius: 16px !important; /* customTheme.borderRadius */
    border: 1px solid rgba(246, 246, 246, 0.10) !important; /* customTheme.colorBorder */
}

/* Text styling */
.ql-editor {
    color: #FFFFFF !important; /* customTheme.colorText */
}

/* Placeholder text color */
.ql-editor.ql-blank::before {
    color: rgba(255, 255, 255, 0.5) !important; /* Slightly faded white */
}

/* Toolbar styles */
.ql-toolbar {
    background-color: #1E2934 !important; /* customTheme.colorBgElevated */
    border-bottom: 1px solid rgba(246, 246, 246, 0.10) !important; /* customTheme.colorBorder */
    border-radius: 16px 16px 0 0 !important; /* Matches editor's borderRadius */
}

/* Toolbar button styling */
.ql-toolbar .ql-picker-label, .ql-toolbar button {
    color: #FFFFFF !important; /* customTheme.colorText */
}

/* Active/selected toolbar item color */
.ql-toolbar button.ql-active, .ql-toolbar .ql-picker-label.ql-active {
    color: #DE2868 !important; /* customTheme.colorPrimary */
    background-color: rgba(246, 246, 246, 0.10) !important;
}

/* Link color */
.ql-editor a {
    color: #DE2868 !important; /* customTheme.colorLink */
    text-decoration: underline;
}

/* Hover color for toolbar buttons */
.ql-toolbar button:hover, .ql-toolbar .ql-picker-label:hover {
    color: #DE2868 !important; /* customTheme.colorLinkHover */
}

/* Disabled toolbar button color */
.ql-toolbar button.ql-disabled, .ql-toolbar .ql-picker-label.ql-disabled {
    color: red !important; /* customTheme.colorTextDisabled */
    background-color: #1E2934 !important;
}
.ql-toolbar.ql-snow {
    border: none !important;
}
.ql-snow .ql-stroke {
    stroke: #DE2868 !important;
}
img.rewardForInput {
    position: absolute;
    left: 7px;
    z-index: 2;
}
.rewardInput {
    padding-left: 25px;
}
.tasksNotes {
    margin: auto;
    display: block;
    text-align: left;
    font-size: 11px;
    color: silver;
    margin-left: 4px;
}
div#description_help {
    margin-bottom: 10px;
}
.ql-toolbar.ql-snow {
    padding-top: 0 !important;
}
.taskStatus {
    text-transform: uppercase;
    font-size: 9px;
    color: silver;
    background: #1e2934;
    border-radius: 3px;
    padding: 1px 10px;
    border: 1px solid #c0c0c014;
    line-height: normal;
}
.taskStatus {
    display: flex;
    grid-gap: 5px;
}
.statusValue{
    color: #de2868;
}
.active.statusValue {
    color: #2299D5;
}
.ant-tabs-tab {
    padding-top: 5px !important;
}
.search-bar input {
    padding: 3px !important;
}
.defaultBtn{
    transition: all .5s;
}
.defaultBtn.delete, .defaultBtn.delete:active, .defaultBtn.delete:Hover {
    background: #DE2868 !important;
    border-color: #DE2868 !important;
    box-shadow: initial !important;
    color: white !important;
}
.actionsContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.penndingModeration {
    text-transform: uppercase;
    font-size: 9px;
    color: silver;
    background: #DE2868;
    border-radius: 3px;
    padding: 1px 10px;
    border: 1px solid #c0c0c014;
    line-height: normal;
    font-weight: bold;
}
.verificationRow {
    background: #0d1218;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #c0c0c00d;
}
.tipsContainer {
    width: 100%;
}
.ant-slider-tooltip .ant-tooltip-inner{
    background: #DE2868 !important;
}
.ant-slider-tooltip .ant-tooltip-arrow {
    --antd-arrow-background-color: #DE2868 !important;
}
.ant-slider.tipsSlider {
    width: 100%;
}
.tipsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    margin: 10px auto;
}
.actionsVerificationsBtns {
    display: flex;
    margin: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    grid-gap: 10px;
}
img.authoProfilePic.verification {
    width: 25px;
    height: auto;
    margin: 0;
    margin-right: 10px;
}
.verificationsContainer {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.verificationResponse {
    margin: auto;
    width: 100%;
    font-size: 16px;
    padding: 0px;
    border-radius: 3px;
}
.defaultBtn.transparent, .defaultBtn.transparent:active, .defaultBtn.transparent:Hover {
    border: initial !important;
    box-shadow: initial !important;
    background: initial !important;
}
.defaultBtn.small {
    padding: 5px 10px !important;
    font-size: 12px !important;
}
.defaultBtn.rounded {
    border-radius: 16px !important;
}
.tipsContainer {
    margin: auto;
    margin-left: 0 !important;
    width: auto;
    padding: 0px;
}
.actionsVerificationsBtns {
    border-top: 1px solid #c0c0c005;
    width: 100%;
    justify-content: flex-end;
    padding-top: 10px;
}
.authorContainer.verification {
    border-bottom: 1px solid #c0c0c005;
    padding-bottom: 5%;
}
.ant-drawer-footer {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    border-top: 3px solid #192734 !important;
    margin-top: 20px !important;
}
.ant-drawer-header {
    background: linear-gradient(to bottom, #1e2934, #1e2934, transparent);
    padding-bottom: 0px !important;
    box-shadow: 0 13px 20px 10px #1e2934 !important;
    z-index: 9;
}
.ant-drawer-footer {
    padding-bottom: 20px !important;
    padding-top: 10px !important;
    border-top: initial !important;
    margin-top: 0px !important;
    box-shadow: 0 -10px 20px 10px #1e2934 !important;
}
.ant-drawer-body {
    padding-bottom: 25px !important;
}
.actionsVerificationsBtns {
    margin: 0;
}
.verificationResponse > p {
    margin: 3px 0;
}
.actionsVerificationsBtns {
    padding-top: 5px;
}
.tipsContainer > div > div > div {
    padding: 0 !important;
}
.authorContainer.verification .timeForExec {
    margin: auto;
    margin-right: 0;
}
.authorContainer.verification .ant-row.taskTimer {
    grid-gap: 7px;
    margin: auto;
}
.authorName.verification {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.authorName {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.verification span.ant-statistic-content-value {
    width: 30px !important;
}
.noTasksMsg {
    margin: 20px;
    color: #ffffff;
}
.taskTitle {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 23px;
    display: block;
}
.task-card{
    cursor: pointer;
}
/* input#verificationResponseField {
    background: #18191b !important;
    border-radius: 6px !important;
    border-color: #E91E63 !important;
    padding: 10px !important;
} */
.rewardInput {
    box-shadow: none !important;
}

.ql-container.ql-snow:Hover, input#verificationResponseField:Hover {
    border-color: #57a8e9 !important;
}
img.iconCategory {
    position: relative;
    top: 5px;
}
img.TaskIcon {
    width: 37px;
    border-radius: 50%;
}
.ant-row.tasks-list {
    grid-gap: 25px;
}
.ant-row.tasks-list > div {
    width: 100%;
}
.tasksCounters {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    top: -17px;
}
.modalInput .ant-select-selector {
    background-color: #18191B !important;
    border-color: #2c2c2c !important;
    color: white !important;
}
.modalInputSeletors  .ant-select-item.ant-select-item-option {
    background: #18191b;
    color: #ffffff;
    border-color: #2c2c2c !important;
    width: 100%;
    /* border-width: 1px; */
    /* border-style: solid; */
    margin: 1px auto;
}
.modalInput  span.ant-select-selection-placeholder {
    color: rgba(255, 255, 255, 0.363) !important;
}
.modalInput input{
    color: white !important;
}
.modalInputSeletors.ant-select-dropdown{
    background-color: #1e2934 !important;
    box-shadow: initial !important;
}
img.authoProfilePic.fromTaskHistory {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    margin: auto;
    margin-left: 0;
    margin-top: 0;
}
.authorNameMain.fromTaskHistory {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.authorContainer.fromTaskHistory {
    grid-gap: 10px;
}
.authorName.fromTaskHistory {
    width: 100%;
    display: block;
    max-width: initial;
}
.authorReward.fromTaskHistory p {
    margin: 0;
}
.authorContainer.fromTaskHistory.authorResponse {
    margin-left: 15px;
    margin-top: 15px;
    max-width: calc(100% - 15px);
}
.refuseMainConta {
    overflow: hidden;
    text-overflow: ellipsis;
}
.refuseContainerHistory {
    background: #18191b;
    padding: 15px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}
.historyDevider {
    margin: 0 !important;
    text-align: left !important;
    font-size: 12px !important;
    margin-bottom: 10px !important;
}
.historyDevider:before, .historyDevider:after{
    background: #363636;
}
.authorContainer.fromTaskHistory {
    background: #1a1e23;
    border-radius: 16px;
    padding: 10px;
    border: 1px solid #25282d;
}
.refuseContainerHistory {
    padding-bottom: 20px;
}
.taskDescription {
    background: #1a1e23;
    border-radius: 16px;
    padding: 15px;
}
.ant-popover.filterTasksMain .ant-popover-inner {
    background: transparent !important;
    box-shadow: initial !important;
}
.ant-popover.filterTasksMain {
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 5px 20px -10px black;
    border: 1px solid #7d7d7d1a !important;
    background: rgb(30 41 52 / 53%) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
.filterFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}
.ant-popover.filterTasksMain .ant-popover-arrow {
    display: none !important;
}
img.TaskIcon {
    /* filter: grayscale(1); */
    /* background-color: white; */
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.TaskIcon {
    position: absolute !important;
    right: 0px !important;
    opacity: .3;
    top: 2px;
    right: 10px;
    width: auto !important;
    height: auto !important;
    max-height: 40px !important;
    max-width: 40px !important;
    display: block;
    box-sizing: border-box !important;
}
.ant-row.tasks-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column !important;
    flex-wrap: nowrap;
}
.taskListItem {
    width: calc(100% - 20px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
    height: 85px;
    left: 10px !important;
}
.tasks-container .ant-tabs-nav {
    margin-bottom: 0;
    box-shadow: 0 10px 10px 3px #18191b !important;
    z-index: 2;
}
.tasks-container .ant-tabs-tab {
    padding: 10px 0 !important;
}
.tasksTabTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.tasksTabTitle img {
    width: 20px;
    min-width: 20px;
}
.tasks-container .ant-tabs-tab:not(:first-child) {
    margin: 0 0 0 24px !important;
}
div#description_help {
    position: absolute;
    bottom: 0;
    padding-left: 5px;
}
.taskDescription *, .verificationResponse *, .fromTaskHistory * {
    -webkit-user-select: text;
            user-select: text;
}
.variablesContainer {
    display: flex;
    grid-gap: 15px;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    left: 100px;
    font-weight: bold;
}
.pleasureVariables {
    color: #454545;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 3px;
}
.pleasureVariables svg path{
    fill: #de2868;
}
.authorName.verification {
    max-height: 20px;
}
.filterActivator {
    background: none !important;
    border: none !important;
    position: absolute;
    right: 10px;
    padding-inline: 0;
    z-index: 9;
    top: 80px;
    right: 20px;
}
lord-icon.animatedIcons.searchIcon {
    width: 28px;
    height: 28px;
}
.tasksControllContainer a {
    text-decoration: none;
    color: #2299D5;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
a.taskListLinks.addTask {
    color: #de2868;
}
.tasksControllContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    z-index: 2;
    position: absolute;
    bottom: 65px;
    max-width: 90%;
    width: 100%;
    transition: all .5s;
    animation: taskcontrolsAppear 1s;
}

@keyframes taskcontrolsAppear {
    0%{
        bottom: 0px;
    }
    100%{
        bottom: 65px;
    }
}


@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), /* iPhone X */
    only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), /* iPhone XS Max, iPhone 11 Pro Max */
    only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12, iPhone 13 */
    only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12 Pro Max, iPhone 13 Pro Max */
    only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) /* iPhone 14 */
    {
    @keyframes taskcontrolsAppear {
        0%{
            bottom: 0px;
        }
        100%{
            bottom: 75px;
        }
    }
    .tasksControllContainer {
        bottom: 75px;
    }
}


@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
nav.bottom-menu a.active svg.onlyActive{
    animation: rotate 0.8s;
}
.tasksControllContainer a {
    background: #17212b;
    width: 100%;
}
.tasksControllContainer a {
    background: linear-gradient(to top, #1e2934, #212e3e, #202d3b);
    width: 45% !important;
    padding: 10px 0px;
    border-radius: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    box-shadow: 0 3px 10px 3px #18191b !important;
}
a.taskListLinks.addTask {
    text-align: left;
    width: 100%;
    justify-content: flex-start;
    border-top-left-radius: 6px;
    padding-left: 10px;
}
a.taskListLinks.filterTasks {
    justify-content: flex-end;
    border-top-right-radius: 6px;
    padding-right: 10px;
}
.filterTasksMain .ant-input-outlined.searchInput {
    margin: 15px auto;
}
.ant-popover.filterTasksMain {
    right: 15px !important;
}
.tasksControllContainer a span {
    color: #cb2863;
    font-size: 16px;
    padding: 5px 0px;
}
a.taskListLinks.filterTasks span {
    color: inherit;
}
.tasks-container .ant-tabs-ink-bar.ant-tabs-ink-bar-animated {
    bottom: initial;
    top: 0;
}
.categoryFilters {
    display: flex;
    width: max-content;
    grid-gap: 15px;
    margin: auto;
    margin-left: 15px;
    position: absolute;
    top: -30px;
    overflow: auto;
    max-width: 90%;
    z-index: 2;
}
.tasks-container .ant-tabs-nav {
    padding-bottom: 30px !important;
}
.categoryFilterItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    flex-direction: row;
    min-width: fit-content;
    opacity: .3;
    padding-bottom: 5px;
}
.categoryFilterItem.active {
    opacity: 1;
    border-color: #de2868;
}
.categoryFilterItem {
    border-bottom: 2px solid transparent;
}
.categoryFilters::-webkit-scrollbar-track, .categoryFilters::-webkit-scrollbar {
    display: none;
}
.categoryFilterItem img.iconCategory {
    width: 16px !important;
    height: 17px;
    min-width: 16px;
    min-height: 17px;
}
header.app-content-tasks.app-header+main .ant-spin.ant-spin-lg.ant-spin-spinning.reloadProgress{
    top: 20px !important;
}
.categoryFilterItem {
    cursor: pointer;
}
.noTasksFounded {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noTasksFounded {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}
.noTasksFounded > .dinoContainer {
    width: 100%;
    height: 150px;
    margin-top: 0;
    min-height: 150px;
}

span.noTasksText {
    font-size: 16px;
    color: #cb2863;
    font-weight: bold;
}
span.resetFiltersBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    grid-gap: 5px;
    font-size: 16px;
    color: #2299D5;
    font-weight: bold;
    cursor: pointer;
}
.miniGame.dino {
    width: 100%;
    height: 150px;
}
div#main-frame-error > div {
    margin: 25px auto !important;
}
style{
    display: none;
}
.miniGameContainer.dino > div {
    margin: 0;
}
.miniGame.dino {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 25px;
}
header.app-content-tasks.app-header+main {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.tasks-container {
    margin-bottom: 0;
}
.tasksControllContainer a {
    cursor: pointer;
    transition: all 0.5s;
    transform: rotateZ(0deg);
}
.tasksControllContainer a:Hover {
    transform: rotateZ(1deg);
}
a.taskListLinks.filterTasks:Hover {
    transform: rotateZ(-1deg);
}
.square.dev-square {
    border: 1px dashed #ffffff66;
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    font-weight: bold;
}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* Copyright 2014 The Chromium Authors. All rights reserved.
   Use of this source code is governed by a BSD-style license that can be
   found in the LICENSE file. */

.interstitial-wrapper {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.6em;
  max-width: 600px;
  width: 100%;
}


/* Don't use the main frame div when the error is in a subframe. */
html[subframe] #main-frame-error {
  display: none;
}

.hidden {
  display: none;
}

/* Don't allow overflow when in a subframe. */
html[subframe] body {
  overflow: hidden;
}

#buttons::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

/* Offline page */
.offline .interstitial-wrapper {
  color: red;
  font-size: 1em;
  line-height: 1.55;
  max-width: 600px;
  width: 100%;
}

.offline .runner-container {
  height: 150px;
  max-width: 600px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  width: 44px;
  z-index: 2;
}

.offline .runner-canvas {
  height: 150px;
  max-width: 600px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.offline .controller {
  background: rgba(255, 24, 24, 0.1);
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

#offline-resources {
  display: none;
}

h2.ant-typography.friendsTitle {
    text-align: center;
    font-size: 19px;
    margin: auto;
    line-height: 140%;
    max-width: 100%;
    background: linear-gradient(to bottom, #17212b,#17212b, #202f3e);
    padding: 10px 25px;
    border-radius: 0px 0px 39px 39px;
    padding-top: 0;
}
.friendsContainer {
    margin: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.refBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
span.ant-typography.ant-typography-secondary.aboutRefs {
    color: white;
    opacity: .4;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
span.ant-typography.referalsCount {
    color: #F6F6F6;
    font-family: "Satoshi Variable", Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    opacity: 0.4;
    text-align: center;
    margin-bottom: 15px;
}
.refSearch {
    width: 100% !important;
}
.coins img {
    width: auto;
    height: 27px;
    display: block;
    margin: auto;
}
.coins {
    display: inline-flex;
    width: auto;
    vertical-align: middle;
    text-align: center;
    gap: 5px;
}
.refTree {
    padding: 15px;
}
.ant-tree-treenode:not(:last-child) {
    border-bottom: 1px solid #c0c0c008;
    width: 100%;
    padding-bottom: 0;
}
.ant-tree-list-holder-inner {
    width: max-content;
    overflow-y: auto;
}
.ant-tree-list {
    overflow: auto;
}
.refBtns {
    grid-gap: 15px;
}
span.ant-typography.userId {
    color: #E91E63 !important;
    font-weight: bold;
}
span.ant-tree-node-content-wrapper {
    background: transparent !important;
}
span.ant-typography.motivationText {
    text-align: center;
    display: block;
    opacity: .4;
    font-size: 13px;
}
span.ant-typography.noResultsText {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #E91E63;
    font-weight: bold;
}
.coins img {
    min-height: 27px;
    min-width: 27px;
}
.refSearch input {
    border-color: #2f3234 !important;
}
.refSearch button {
    border-color: #2f3234 !important;
}
.freindRewardImg{
    min-width: 16px;
}
.antdMainFriendsContainer {
    margin: auto !important;
    margin-top: 90px !important;
    text-align: center;
    width: 100%;

}
.antdMainFriendsContainer .ant-tabs-nav-wrap {
    margin: auto;
    width: 100% !important;
    justify-content: center;
}
.antdMainFriendsContainer .ant-card.ant-card-bordered.DevContainer{
    margin-top: 0;
}
.tabTitleContainer {
    display: flex;
    grid-gap: 5px;
}
.tabTitleContainer {
    display: flex;
    grid-gap: 5px;
    justify-content: center;
    align-items: center;
}
span.ant-typography.referralsCount {
    font-family: "Satoshi Variable", Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    opacity: .4;
    margin-bottom: 5px;
}
.ant-list.ant-list-split.rewardsList {
    background: #101821;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
}
li.ant-list-item.referalLvlvDescription {
    padding: 0;
    margin: 10px 5px;
    border: initial !important;
    border-bottom: 1px dashed #ffffff0f !important;
}
li.ant-list-item.referalLvlvDescription b {
    color: #E91E63;
}
.antdMainFriendsContainer .ant-tabs-content-holder {
    max-width: 95%;
    margin: auto;
    width: 100%;
}
.refSearch input {
    padding: 4px 15px !important;
}
.referralsDetailedContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    width: 90%;
}
.referralsDetailedContainer input{
    padding: 3px !important;
}
h2.ant-typography.friendsTitle b {
    color: #de2868;
    font-weight: 900;
}
span.ant-typography.userId {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.refTreeItem {
    display: flex;
    width: 100%;
    min-width: 100%;
}
.ant-tree-list-holder-inner {
    width: 100%;
}
span.ant-tree-title .userName {
    max-height: 23px;
    text-align: left;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin: auto 3px;
}
.userLevel {
    width: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.userInviter {
    display: flex;
    grid-gap: 5px;
    margin: auto;
    text-transform: uppercase;
    background: #18191b;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}
span.inviterID {
    opacity: .3;
    font-weight: bold;
}
span.inviterUsername {
    font-weight: bold;
    color: #de2868;
}
.referralsDetailedContainer :where(.css-dev-only-do-not-override-1tatnl6).ant-tree .ant-tree-switcher {
    width: 5px;
}
.referalsLoading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
span.coins.refEarn {
    display: block;
    text-align: center;
}
img.inviteCoins {
    display: inline-block;
    position: relative;
    top: 5px;
}
span.ant-typography.ant-typography-secondary.aboutRefs {
    text-decoration: underline;
}
lord-icon.animatedIcons.referalls {
    margin: auto;
    width: 100px;
    height: 100px;
}

lord-icon.animatedIcons.wallet {
    width: 100%;
    height: 344px;
    position: absolute;
    top: 220px;
}
.walletContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 95%;
    margin: auto;
}
.walletActions {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}
.walletActions .defaultBtn {
    padding: 5px 10px !important;
}
.amountInput {
    padding: 5px 15px !important;
    padding-left: 30px !important;
    border-radius: 16px;
    width: 215px !important;
}
.amountInput input{
    color: white !important;
}
.amountInput input{
    padding: 4px 0 !important;
}
.userBalances {
    display: flex;
    grid-gap: 10px;
}
.userBalances span.ant-statistic-content-value * {
    font-size: 14px !important;
}
.userBalances .ant-statistic.airDropBalance span.ant-statistic-content-value-int {
    font-size: 16px !important;
}
.ant-statistic.airDropBalance.blue .ant-statistic-content {
    background: #2299d5 !important;
}
.ant-statistic.airDropBalance.blue 
 img.authoProfilePic.airdropBalance {
    border-color: #128dcb;
}
.ant-statistic.airDropBalance.blue 
 span.ant-statistic-content-value-int {
    background: #2299d5;
}
.walletContainer .ant-statistic.airDropBalance {
    margin-top: 0;
}
.walletContainer .ant-tabs {
    margin: auto !important;
    margin-top: 0 !important;
    padding: 0;
}
.userBalances {
    position: relative;
}
.depositRound {
    position: absolute;
    width: 90%;
    height: 200px;
    bottom: -50px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: auto;
}
.userBalances {
    margin-bottom: 120px;
}

.userBalances {
    justify-content: center;
    align-items: center;
}
.userBalances {
    margin-top: 140px;
}
.withdrawRound {
    position: absolute;
    width: 90%;
    height: 200px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: auto;
}
.withdrawRound {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.depositRound {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.defaultBtn.edit.depositBtn {
    position: relative;
    z-index: 2;
}
.userBalances .ant-statistic.airDropBalance {
    z-index: 2;
}
.userBalances .mainWallet .ant-statistic-title {
    padding-left: 40px;
}
lord-icon.animatedIcons.steps {
    position: absolute;
    width: 100%;
    height: 400px;
    top: -50px;
    transform: rotateY(180deg);
}
lord-icon.animatedIcons.steps.red {
    top: initial;
    bottom: -55px;
    width: 300px;
    transform: rotateY(210deg);
}
.withdrawRound {
    overflow: hidden;
    height: 100px;
    top: 45px;
}
.depositRound {
    height: 110px;
    bottom: 45px;
    overflow: hidden;
}
lord-icon.animatedIcons.steps.blue {
    width: 300px;
    transform: rotateY(210deg);
    top: -60px;
}
.pasteButton {
    font-weight: bold;
    color: #ca2762;
    z-index: 3;
    position: relative;
}
.walletActions {
    flex-direction: row;
}
.amountInput {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -10px !important;
}
.amountInput:hover, .amountInput:focus, .amountInput:active, .ant-input-number-outlined{
    border-color: rgba(246, 246, 246, 0.10) !important;
    box-shadow: none !important;
}
.amountInput .ant-input-number-suffix{
    margin-inline-end: 11px !important;
}
.defaultBtn.close.transferButton {
    padding: 9px 15px !important;
    z-index: 2;
    border-radius: 16px;
    background: #2d2d2e !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.walletActions {
    margin: 5px auto;
    margin-bottom: 15px;
}
.pasteButton {
    height: 100%;
    position: absolute;
    right: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.walletActions {
    position: relative;
}
.amountInput {
    padding-right: 65px;
    background: #18191B;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(246, 246, 246, 0.10);
}
.amountInput input::placeholder{
    color: white !important;
}
.walletActions {
    width: 316px !important;
}
.walletActions.noTrans .amountInput {
    border-radius: 16px !important;
    width: 100% !important;
}
.walletActions.noTrans .pasteAmount.pasteButton {
    right: 10px;
}
.amountInput.destination {
    padding-left: 10px !important;
}
.amountInput.destination input {
    padding-left: 10px !important;
}
.transferModalContent .walletActions.noTrans {
    width: auto !important;
}
.amountInput.destination {
    padding-left: 10px !important;
    width: 100% !important;
    border-radius: 16px !important;
}
.ant-input-number-group-addon img.rewardForInput {
    margin: 0 !important;
    position: relative !important;
    padding: 0;
    height: 25px !important;
    width: 25px !important;
    left: initial;
    top: 1px;
}
td.ant-table-cell.amountTrans > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}
td.ant-table-cell.transStatus .preloader {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

td.ant-table-cell.amountTrans img {
    background: initial;
    border: initial;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    position: initial;
    right: initial;
    top: initial;
    margin: 0;
    margin-right: 3px;
}
td.ant-table-cell.amountTrans > span {
    position: relative;
}
.ant-table-wrapper.transTable .ant-table {
    border-radius: 16px;
    overflow: hidden;
}
.transActionMenu span.ant-dropdown-menu-title-content {
    grid-gap: 10px;
}
.transTable  td.ant-table-cell {
    padding: 10px !important;
}
.transTable  .ant-tabs-content-holder {
    width: 100%;
    max-width: 100% !important;
}
td.ant-table-cell.transStatus {
    justify-content: center;
    align-items: center;
    min-width: 30px;
}
td.ant-table-cell.transStatus .preloader {
    position: initial;
    margin: auto;
    padding: 0;
    height: 100%;
}
td.ant-table-cell.transStatus .ant-spin.ant-spin-lg.ant-spin-spinning span.ant-spin-dot.ant-spin-dot-spin {
    font-size: 19px;
}
.transactionsHolder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.transactionsHolder .preloader {
    margin-top: 50px;
}
.ant-table-wrapper.transTable {
    width: 100%;
}
td.ant-table-cell.amountTrans {
    text-align: left;
    justify-content: flex-start !important;
    align-items: center !important;
}
.mainWallet {
    width: 100%;
}
.walletContainer.noEligible .notEligibleContainer {
    position: absolute;
    top: -16px;
    height: calc(100% + 20px);
}
.walletContainer.noEligible lord-icon.animatedIcons.noEligible {
    margin: 0;
    margin-top: 20px;
}
.walletContainer.noEligible .eligibilityList {
    margin: auto;
    margin-top: 0;
}
.wintdrawModal.noEligible .ant-modal-body {
    position: relative;
    border-radius: 0 !important;
    padding: 20px;
}
.wintdrawModal.noEligible .notEligibleContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}
.wintdrawModal.noEligible .notEligibleContainer .eligibilityList {
    padding: 0;
    background: transparent;
}
.walletContainer .statisticContainer {
    position: relative;
}
.userBalances .ant-statistic-title {
    position: absolute;
    top: -25px;
    left: 0;
    padding: 0 !important;
    width: 100%;
    text-align: center;
}
.userBalances .ant-statistic.airDropBalance {
    margin: 0;
}
.defaultBtn.edit.fastSwap {
    box-shadow: none;
    margin: auto;
}
.transactionsHolder span.comment {
    max-width: 100%;
    max-height: 20px;
    text-overflow: ellipsis;
    display: block;
    line-height: normal;
    overflow: hidden;
}
a.txlink {
    text-align: center;
    text-decoration: underline;
}
a.swapQUESTPL {
    text-decoration: underline;
    font-weight: bold;
}
.depositMainModal .ant-input-number-outlined.ant-input-number-status-error {
    border-color: #de2868 !important;
}
a.swapDifference {
    text-decoration: underline;
    cursor: pointer;
}
.ant-statistic.airDropBalance.blue.connectedWallet {
    min-width: 115px;
}
.ant-statistic.airDropBalance.blue .ant-statistic-content {
    width: 100%;
}
.ant-statistic.airDropBalance .ant-statistic-content {
    min-width: 115px;
}
.transTable  td.ant-table-cell {
    padding: 7px !important;
}
td.ant-table-cell.transTime * {
    font-size: 12px;
}
.transactionsHolder span.comment {
    font-size: 12px;
}
.internalTransfgerComment {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-gap: 5px;
    max-width: 75px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
span.ant-typography.amountContainer * {
    margin: 0 !important;
}
span.ant-typography.amountContainer {
    grid-gap: 5px;
}
td.ant-table-cell.transAction {
    text-align: center;
}
.ant-table-content {
    padding: 10px 0px;
}
img.questPLINText.small {
    max-width: 16px;
    min-width: 16px;
    height: 16px;
    top: 4px;
}
button.selection-box-container {
    opacity: 1 !important;
}
.buyTab  .modal-description {
    margin: 5px auto;
    text-align: center;
    max-width: 95%;
    margin-bottom: 15px;
}
.buyTab .ant-tabs.ant-tabs-top {
    padding-bottom: 0;
}
.buyTab * {
    text-align: left;
}
.notEligibleContainer.insideModal {
    min-height: initial;
}
.notEligibleContainer.insideModal .defaultBtn.start.airdropBuy {
    margin: 0;
}
.eligibilityList h1 {
    color: white;
    font-size: 19px;
    margin: auto;
    margin-left: 0;
    margin-bottom: 10px;
    color: #de2868;
    margin-top: 10px;
}
.wintdrawModal.noEligible .notEligibleContainer {
    min-height: initial;
}
/* Stats Container */
.stats-container {
    padding: 0px;
    margin: auto;
    margin-top: 70px;
    width: 100%;
}

/* Tabs */
.stats-container .ant-tabs-nav {
    margin-bottom: 0;
    padding: 0px 10px !important;
    z-index: 2;
}

.stats-container .ant-tabs-tab {
    padding: 10px 0 !important;
}

.statsTabTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.statsTabTitle img {
    width: 20px;
    min-width: 20px;
}

.stats-container .ant-tabs-tab:not(:first-child) {
    margin: 0 0 0 24px !important;
}

/* Cards */
.stats-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px;
}

.stats-card .ant-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: #1E2934;
    border-radius: 16px;
    box-shadow: 0px 11.25px 16.875px 0px rgba(0, 0, 0, 0.20);
    color: #F6F6F6;
    border: 1.125px solid rgba(255, 255, 255, 0.03);
    position: relative;
    width: 100%;
}

.stats-card-rank {
    font-size: 24px;
    font-weight: bold;
    color: #2299D5;
}

.stats-card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.stats-card-username {
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-height: 22px;
}

.stats-card-value {
    font-size: 16px;
    color: #888;
}

/* Spinner */
.ant-spin-nested-loading > div > .ant-spin {
    margin: auto;
    display: block;
}
.stats-tab-title {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.dropHead {
    font-size: 19px;
    color: white;
    text-align: center;
    margin: 20px auto;
}
.ant-statistic.airDropBalance {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}
.ant-statistic.airDropBalance span.ant-statistic-content-value-int {
    width: auto !important;
    font-size: 26px !important;
    padding: 0;
}
.ant-statistic.airDropBalance .ant-statistic-title {
    font-size: 16px !important;
}
.ant-statistic.airDropBalance .ant-statistic-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: #ca2762;
    border-radius: 10px;
    padding: 5px 15px;
    grid-gap: 10px;
}
img.authoProfilePic.airdropBalance {
    margin: auto;
    width: 35px;
    height: 35px;
    min-width: 35px;
    min-height: 35px;
}
.ant-statistic.airDropBalance .ant-statistic-content > span {
    display: flex;
    margin: auto;
}
.userRank {
    margin: auto;
    margin-left: 0;
    font-size: 26px;
}
.stats-card .ant-card-body > * {
    height: 100% !important;
    display: flex;
    width: 20%;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    margin: 0;
    margin-left: 0;
}
.stats-card .ant-card-body > *:not(:last-child){
    border-right: 1px solid silver;
    padding-right: 5px !important;
}
.ant-card.ant-card-bordered.stats-card {
    border: none;
}
.stats-card .ant-card-body > *:not(:last-child) {
    border-right: 1px solid #ffffff0a;
    padding-right: 10px !important;
}
img.authoProfilePic.fromRanking {
    margin: auto;
}
.userRank {
    width: 60px;
    color: #2299D5;
}
.ant-row.timerDevContainer.airdropDate {
    margin: auto;
    margin-bottom: 20px;
}
.ant-row.timerDevContainer.airdropDate span.ant-statistic-content-value-int {
    background: #2299D5;
}
lord-icon.animatedIcons.dropIcon {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 75px;
    transform: rotateZ(10deg);
    left: -75px;
    opacity: .4;
}
.airdropStats {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
lord-icon.animatedIcons.salutIcon {
    position: absolute;
    top: 70px;
    width: 200px;
    height: 200px;
    z-index: -1;
    right: -100px;
}
lord-icon.animatedIcons.dropIcon.dropSecond {
    left: initial;
    right: 0px;
    transform: rotateZ(0deg);
}
img.authoProfilePic.fromRanking {
    width: 45px;
    height: 45px;
    margin: 10px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    padding: 5px !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    object-fit: cover !important;
}
img.authoProfilePic.fromRanking {
    margin-right: 0;
    position: relative;
    z-index: 1;
}
.stats-card .userRank {
    font-size: 14px;
    color: white;
    font-weight: bold;
    width: auto !important;
    background: #ca2762;
    border-radius: 15px;
    position: relative;
    left: -25px;
    padding: 5px 0px !important;
    padding-left: 29px !important;
}
.userRank {
    margin: 0;
}
span.ant-typography.stats-card-username{
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    margin: auto;
    margin-left: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}
.ant-card.ant-card-bordered.stats-card {
    max-width: 95%;
    min-width: 315px;
    margin: auto;
    width: 100% !important;
}
.ant-card.ant-card-bordered.stats-card {
    margin: auto;
    background: transparent !important;
}
.stats-card .airDropVal {
    justify-content: center;
    align-items: center;
    grid-gap: 5px;
}
.stats-card .airDropVal img.iconCategory {
    margin: auto;
    position: initial;
}
.stats-card .stats-card-userInfo {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin: auto !important;
    padding-left: 0 !important;
    margin-left: -15px !important;
}
.stats-card-userInfo {
    min-width: 235px;
}
.stats-card .airDropVal{
    padding: 0px !important;
    display: flex;
    border: initial !important;
    height: auto;
    position: absolute;
    right: -20px;
    top: 5px;
    height: auto !important;
    background: #2299d5;
    border-radius: 13px;
    width: auto !important;
    padding: 1px 15px !important;
}
.stats-card-userInfo {
    border: initial !important;
}
.stats-card-userInfo .progressData {
    font-size: 13px;
}
.ant-card.ant-card-bordered.stats-card {
    overflow: hidden;
}
.stats-card-username {
    max-width: 125px;
}
.ant-card.ant-card-bordered.stats-card.me {
    position: sticky;
    bottom: 125px;
    z-index: 3;
}
.ant-card.ant-card-bordered.stats-card.me  .ant-card-body {
    background: #ca2662;
}
.ant-card.ant-card-bordered.stats-card.me  .progressData * {
    color: white !important;
}
.ant-card.ant-card-bordered.stats-card.me img.authoProfilePic.fromRanking {
    background: #2299d5;
    border-color: #2299d5;
}
.ant-card.ant-card-bordered.stats-card.me  .userRank {
    background: #2299d5;
}
.ant-card.ant-card-bordered.stats-card.me {
    transform: scale(1.05);
    box-shadow: 0 0 17px 5px #141b21;
    border: none;
    background: transparent !important;
}
.stats-card .ant-card-body > .userAvatarRankContainer {
    padding: 0 !important;
    border: initial !important;
    width: min-content;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 0 !important;
}
.ant-spin.ant-spin-spinning.imagePreload {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stats-list {
    max-width: 450px;
    margin: auto;
}
.stats-container.noEligible {
    max-height: 88%;
    overflow: hidden;
}
.notEligibleContainer {
    top: 0;
    left: 0;
    background: #00000000;
    width: 100%;
    height: 100%;
    z-index: 4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    padding-bottom: 35px;
}
lord-icon.animatedIcons.noEligible {
    width: 250px;
    height: 150px;
    margin: 0;
    margin-bottom: 10px;
}
.notEligibleContainer {
    flex-direction: column;
}
.eligibilityList {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #1a252fd4;
    padding: 10px 25px;
    border-radius: 16px;
    width: 85%;
    min-width: 300px;
    max-width: 450px;
    text-align: left;
}
.eligibilityListItem span.ant-checkbox-inner:after {
    border-color: #2299D5;
}
lord-icon.animatedIcons.rocketDone {
    width: 20px;
    height: 20px;
    margin: auto;
}
.eligibilityListItem {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
    grid-gap: 10px;
    text-align: left;
    font-weight: bold;
}   
.checkContainer {
    position: relative;
    width: 30px;
    height: 30px;
}
lord-icon.animatedIcons.rocketDone {
    width: 100%;
    height: 100%;
    margin: auto;
}
lord-icon.animatedIcons.rocketDone.isOK {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: auto;
}
.checkContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkContainer {
    min-width: 30px;
}
span.passed {
    color: #4CAF50;
    font-weight: bold;
}
span.ant-typography.ant-typography-secondary.aboutRefs.aboutAirdrop {
    margin: auto !important;
    text-align: center !important;
    width: max-content;
    display: flex;
    justify-content: center;
    grid-gap: 5px;
}
.eligibilityListItem a {
    color: #de2868;
}
.eligibilityListItem span.notDone {
    margin: auto !important;
    display: block;
}
.eligibilityListItem .passed {
    margin: auto !important;
}
.defaultBtn.start.airdropBuy {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}
.defaultBtn.start.airdropBuy {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    min-width: 150px;
    margin-right: 0;
    border-bottom-right-radius: 1rem;
}
.energy-container {
    display: flex;
    position: absolute;
    top: -35px;
    right: 5px;
    width: calc(50% - 60px);
    height: 20px;
    z-index: 2;
}
.energy-label {
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(180deg, rgba(141, 124, 124, 0.20) 0%, rgba(33, 30, 30, 0.20) 100%), #211E1E;
    color: #FFF;
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 2px 5px;
    width: max-content;
}
.energy-container {
    flex-direction: column;
}
.energy-bar {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, #211E1E 0%, #211E1E 100%), #211E1E;
    position: relative;
    top: -1px;
}
.energy-label {
    margin: auto;
    margin-right: 0;
}
.energy-label {
    display: flex;
    grid-gap: 2px;
    flex-direction: row;
}
.energyValue {
    color: #F6CD81;
}
.energy-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 4px;
    height: 9px;
    top: -2px;
  }
.energy-bar-fill {
    border-radius: 20px;
    background: linear-gradient(0deg, #F6CD81 0%, #F6CD81 100%), #211E1E;
    box-shadow: 0px 0px 4px 0px #DE2868, 0px 1px 0px 0px rgba(254, 249, 249, 0.35) inset;
    height: 4px;
}
.energy-bar-fill {
    margin: auto;
    margin-left: 0;
}
.energyValue {
    min-width: 41px;
}
.energy-container, .energy-container * {
    transition: all .5s;
}
.energy-bar-fill {
    margin: auto;
    margin-right: 0;
}
.level-container {
    display: flex;
    position: absolute;
    top: -35px;
    left: 5px;
    width: calc(50% - 60px);
    height: 20px;
    z-index: 2;
}
.level-label {
    border-radius: 4px 4px 0px 0px;
    background: linear-gradient(180deg, rgba(141, 124, 124, 0.20) 0%, rgba(33, 30, 30, 0.20) 100%), #211E1E;
    color: #FFF;
    font-family: "Satoshi Variable", Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 2px 5px;
    width: max-content;
}
.level-container {
    flex-direction: column;
}
.level-bar {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(0deg, #211E1E 0%, #211E1E 100%), #211E1E;
    position: relative;
    top: -1px;
}
.level-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 4px;
    height: 9px;
    top: -2px;
  }
.level-bar-fill {
    border-radius: 20px;
    background: linear-gradient(0deg, #DE2868 0%, #DE2868 100%), #211E1E;
    box-shadow: 0px 0px 4px 0px #DE2868, 0px 1px 0px 0px rgba(254, 249, 249, 0.35) inset;
    height: 4px;
}
.level-bar-fill {
    margin: auto;
    margin-left: 0;
}
.level-label {
    display: flex;
    flex-direction: row;
    grid-gap: 5px;
}
.levelValue {
    color: #DE2868;
}
.level-bar, .level-container *{
    transition: all .5s;
}
.modalContentRight span.ant-statistic-content-value-int {
    background: #2299D5;
}
.atackPreviewHolder img.atackerPreview {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    margin-top: 0;
  }
  
  .atackPreviewHolder {
    width: 100px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #17212b96;
    box-shadow: 0 1px 20px -5px #00000096;
}
.mapMenu {
    position: absolute;
    z-index: 2;
    bottom: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    border: 1.4px solid rgb(207 43 99);
    box-shadow: 0px 8px 10px 0px rgb(207 64 115);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    height: 35px;
    cursor: pointer;
    width: 136px;
    grid-gap: 10px;
    transition: all .5s;
    animation: mapMove 20s infinite !important;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), /* iPhone X */
       only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3), /* iPhone XS Max, iPhone 11 Pro Max */
       only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12, iPhone 13 */
       only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3), /* iPhone 12 Pro Max, iPhone 13 Pro Max */
       only screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) /* iPhone 14 */
       {
  .mapMenu {
    bottom: 130px;
  }
}

span.mapText {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    display: block;
    margin: auto;
    margin-left: 40px;
}
img.mapIcon {
    width: 26px;
    height: 26px;
    min-width: 24px;
    margin: auto;
    margin-left: 0;
    position: absolute;
    left: 8px;
}
.mapMenu .preloader {
    left: 0;
    display: none !important;
}
.mapMenu:Hover .preloader {
    display: flex !important;
}
.mapMenu .preloader .ant-spin-dot {
    font-size: 26px;
}
.mapMenu .preloader {
    left: 5px;
    top: 1px;
}
@keyframes mapMove {
    0%, 100%{
        background-position: 0% 0%;
    }
    25%{
        background-position: 100% 0%;
    }
    50%{
        background-position: 100% 100%;
    }
    75%{
        background-position: 0% 100%;
    }
}
span.mapText.atacked .ant-statistic-title {
    margin: auto;
    color: white;
    font-size: 11px !important;
    opacity: .2;
}
span.mapText.atacked .ant-statistic-content {
    font-size: 12px !important;
}
span.mapText.atacked span.ant-statistic-content-value-int {
    width: auto !important;
    min-width: 30px;
    background: #de28681a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
span.mapText.atacked .ant-row.taskTimer {
    grid-gap: 5px;
}
.mapMenu.openTray {
    left: 50%;
    margin-left: -68px;
}
span.mapText.atacked  .ant-statistic {
    flex-direction: row !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*# sourceMappingURL=main.7b39eed5d0a603c22b28.css.map*/