/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lacquer&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
:root {
  --primary-bg: #000000;
  --card-bg: #0f0f14f2;
  --accent: #6366f1;
  --border-color: #6366f133;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  margin: 5px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cfd2d6;
}
::-webkit-scrollbar-thumb:hover {
  background: #cfd2d6e8;
}
.particle-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.particle {
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: rise linear infinite;
}

@keyframes rise {
  0% {
      transform: translateY(0) scale(0.5);
      opacity: 1;
  }
  100% {
      transform: translateY(-100vh) scale(1);
      opacity: 0;
  }
}

.a-hover {
    border: solid 1px transparent;
    transition: 0.25s;
}
.a-hover:hover {
    color: #b6bcc0b8 !important;
    border-bottom: solid 1px #111214;
}
.a-hover:hover * {
    color: #b6bcc0b8 !important;
    transition: 0.25s;
}
.bg-clip-text {
    transition: 0.25s;
}

/* UI */
.pacifico {
    font-family: "Pacifico", serif;
}
.lacquer {
    font-family: "Lacquer", serif;
}
.source-sans-pro {
  font-family: 'Source Sans Pro', sans-serif;
}
.link {
  color: #06a1ee;
}
.link:hover {
  text-decoration: underline;
}
.mb-color {
  color: #9c0068;
}
.dg-color {
  color: #e2ae47;
}
.horo-color {
  color: #8845ec;
}
.prim-btn {
  background: #4e5058;
}
.prim-btn:hover {
  cursor: pointer;
  background: #6d6f78;
}
.blurple-panel {
  background: #5865F2;
}
.blurple-color {
    color: #5865F2;
    transition: 0.25s;
}
.blurple-btn {
  background: #5865F2;
}
.blurple-btn:hover {
  cursor: pointer;
  background: #4752c4;
}
.danger-btn {
  background: #ED4245;
}
.danger-btn:hover {
  cursor: pointer;
  background: #a12828;
}
.sucs-btn {
  background: #248046;
}
.sucs-btn:hover {
  cursor: pointer;
  background: #1a6334;
}
.d-col-lig {
  background: #313338;
}
.d-col-dark {
  background: #313338;
}
.toggle-switch {
  width: 34px;
  height: 18px;
  background-color: #72767d;
  border-radius: 20px;
  position: relative;
  transition: background-color 0.3s;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: white;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.3s;
}

input:checked + .toggle-switch {
  background-color: #43b581;
}

input:checked + .toggle-switch::before {
  transform: translateX(16px);
}
.toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  z-index: 1000;
}

.success {
  background: var(--card-bg);
  border: 1px solid #06a706;
}

.error {
  background: var(--card-bg);
  border: 1px solid #c6091c;
}

.bot-main {
  height: 100dvh;
  overflow-y: scroll;
}
.bot-pro-card {
  background: #111214;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
}
.bot-pro-card-av {
  background: #111214;
  height: 90px;
  width: 90px;
  border: solid 4px #111214;
  border-radius: 50%;
  position: absolute;
  bottom: -2.6rem;
}
.bot-pro-card-info {
  padding: 1rem;
  margin-top: 2rem;
}
.bot-cmd-list {
  max-width: 450px;
  background: #2b2d31;
}
#commandList {
  min-height: 500px;
  max-height: 500px;
  overflow-y: scroll;
}
#commandList::-webkit-scrollbar {
  width: 6px;
}

#commandList::-webkit-scrollbar-track {
  margin: 5px;
  background: transparent;
}

#commandList::-webkit-scrollbar-thumb {
  background: #0e0e0e;
  border-radius: 10px;
}

.bot-command {
  padding: 0.4rem 0.6rem;
  border-radius: 0.2rem;
}
.bot-command:hover {
  background: #35373c;
}
.mb-pro-glow:hover {
  z-index: 50;
  transition: 0.5s;
  transform: translateY(-10px);
  box-shadow: 0px 6px 6px #9c00683b;
}
.dg-pro-glow:hover {
  z-index: 50;
  transition: 0.5s;
  transform: translateY(-10px);
  box-shadow: 0px 6px 6px #daa3343b;
}
.horo-pro-glow:hover {
  z-index: 50;
  transition: 0.5s;
  transform: translateY(-10px);
  box-shadow: 0px 6px 6px #3b02c23b;
}
.kl-pro-glow:hover {
  z-index: 50;
  transition: 0.5s;
  transform: translateY(-10px);
  box-shadow: 0px 6px 6px #000000b8;
}
.mb-profile-bnr {
  background-image: url('https://cdn.discordapp.com/banners/940651645539340378/9c693b251558425b04015eec645e5f49.png?size=480');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dg-profile-bnr {
  background-image: url('https://cdn.discordapp.com/banners/950361686953570385/0a3b84a565d7bceef750ab4c47705783.png?size=480');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.horo-profile-bnr {
  background-image: url('https://cdn.discordapp.com/banners/983811191820394566/3379b00a2ed8798f0d420162f753f733.png?size=480');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bot-pro-pres {
  background: #111214;
}
.t-card {
  background: #111214;
}
.fortune-card {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: 550px;
  height: 180px;
  padding-inline: 4rem;
  /* outline: solid 1px #fff; */
  background-image: url('https://cdn.kinglabs.app/site/media/scroll.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.fortune-card p {
  font-weight: bold;
  color: #0e0e0e;
  max-height: 100px;
  overflow-y: scroll;
  /* outline: solid 1px #fff; */
  font-family: "Courgette", serif;
}




.glass-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 0.75rem;
  padding: 1.25rem;
  transition: all 0.2s ease;
}
/* .compact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
} */

.compact-card {
    background: #111214;
    border-radius: 8px;
    padding: 0.6rem;
}

.compact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
}

/* .compact-card.monka::before {
    background: linear-gradient(to bottom, #ff69b4, #9b59b6);
}

.compact-card.doge::before {
    background: linear-gradient(to bottom, #ffd700, #ff8c00);
}

.compact-card.horoscope::before {
    background: linear-gradient(to bottom, #9b59b6, #6323e4);
}

.compact-card.magix::before {
    background: linear-gradient(to bottom, #9b59b6, #f355ac);
} */

.compact-card.monkabro {
    border: solid 1px #d72587;
    transition: 0.3s;
}
.compact-card.monkabro:hover {
  border: solid 1px #c2daf2f8;
  transform: scale(1.05);
  transition: 0.3s;
}

.compact-card.wtfdoge {
    border: solid 1px #ffd700;
    transition: 0.3s;
}
.compact-card.wtfdoge:hover {
  border: solid 1px #c2daf2f8;
  transform: scale(1.05);
  transition: 0.3s;
}

.compact-card.horoscope {
    border: solid 1px #6323e4;
    transition: 0.3s;
}
.compact-card.horoscope:hover {
  border: solid 1px #c2daf2f8;
  transform: scale(1.05);
  transition: 0.3s;
}

.compact-card.magix {
    border: solid 1px #f355ac;
    transition: 0.3s;
}
.compact-card.magix:hover {
  border: solid 1px #c2daf2f8;
  transform: scale(1.05);
  transition: 0.3s;
}

.compact-card img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.compact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.compact-name {
    font-weight: bold;
    font-size: 1.35rem;
}

.compact-tag {
    display: none;
    font-size: 0.75rem;
    color: #7289da;
}

.compact-features {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.compact-feature {
    background: #222427;
    border-radius: 0.2rem;
    padding: 0 0.225rem;
    font-size: 0.7rem;
    color: #e2e2e3e4;
}

.compact-commands {
    display: none;
    /* display: flex; */
    gap: 0.35rem;
    font-size: 0.75rem;
    color: #72767d;
}
.compact-commands span {
    color: #e2e2e3;
    border-radius: 0.2rem;
    padding: 0.1rem 0.225rem;
    background: #4e5058;
}

.presence {
    color: #e2e2e3ee;
    background: #060606be;
}


/* Compact Disc Tools sec */
.tool-card {
    border-radius: 8px;
    padding: 0.6rem;
    position: relative;
    overflow: hidden;
    background: #111214;
    border: solid 1px transparent;
    transition: 0.25s;
}
.tool-card:hover {
    border: solid 1px #5865F2;
    transition: 0.25s;
}

.tool-card-a:focus {
    border-radius: 8px;
    outline: solid 1px #8b94ef;
}




/* duid */
.user-profile {
    height: max-content;
    align-items: center;
    margin: 20px 0;
    margin-top: 80px;
    border-radius: 10px;
    padding-bottom: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #232428;
}

.user-profile-section {
    margin: 20px;
    height: 280px;
    margin-top: 70px;
    border-radius: 10px;
    background: #0000008e;
    -webkit-user-select: text;
    user-select: text;
}

.badges {
    /* width: max-content; */
    max-width: 200px;
    position: relative;
    padding: 1px 3px;
    border-radius: 4px;
    background: #303030a2;
  }

  .badges img {
    width: 19px;
    float: right;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .user-profile-av-us {
    height: 110px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #000000;
  }

  .user-profile-av-us-btm {
    position: relative;
    margin-top: -88px;
    height: 65px;
  }

  .user-avatar {
    top: 60px;
    left: 20px;
    position: absolute;
    width: 200px;
    height: 200px;
  }

  .user-banner {
    margin: 0px;
    width: 100%;
    height: 110px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .profile-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: solid 4px;
    border-color: #111214;
    background-color: #111214;
  }

  .profile-avatar-dec {
    top: -3px;
    left: -3px;
    width: 95.8px;
    height: 95.8px;
    overflow: visible;
    position: absolute;
    border-radius: 50%;
  }

  .user-id-value {
    border: none;
    padding: 2px 6px;
    color: #e2e2e3dc;
    width: 100%;
    border-radius: 4px;
    background: transparent;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.2s;
  }
  .user-id-value:hover {
    /* box-shadow: inset 0px 0px 8px 0px #070707e2; */
    content: '....';
    transition: 0.2s;
  }
  .user-id-value:focus {
    outline: none;
    background: transparent;
  }
  .user-id-value:active {
    outline: none;
    background: transparent;
  }
  .user-id-btn {
    padding: 2px 8px;
    border: none;
    color: #949cf7;
    border-left: solid 0.5px #4c4f56;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.3s;
  }
  .user-id-btn:hover {
    color: #656fd5;
    transition: 0.3s;
  }
  .uid-btn-rdy {
    color: #949cf7 !important;
  }

.captcha {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: max-content;
  margin: 0 auto;
  padding: 10px;
  display: none;
  color: var(--color);
  border-radius: 6px;
  border: 1px solid #5865f2;
  transform: translate(-50%, -50%);
  background-color: var(--secondary-color);
}
.captcha button {
  border: none;
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  padding-inline: 7px;
  border-radius: 3px;
  background: #5865f2;
}
.captcha button:hover {
  background: #3f46ad;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000038; 
}

.modal-content {
  max-width: 400px;
  background-color: var(--secondary-color);
  margin: 20% auto;
  padding: 20px;
  color: var(--color);
  border-radius: 8px;
  border: 1px solid #5865f2;
  width: 80%; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* footer div {
  margin: auto;
} */