﻿.addButton {
  padding: 4px 5px;
  font-size: 11px;
  line-height: 11px;
  height: auto;
}

body {
  color: white;
}

.role {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid;
  border-radius: 11px;
  box-sizing: border-box;
  height: 22px;
  margin: 0 4px 4px 0;
  padding: 4px;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  align-items: center;
  font-family: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.role:hover .roleRemoveIcon {
  display: block;
}

.checkbox-discord {
  border-radius: 3px;
  border: 1px solid #ddd;
  vertical-align: middle;
  outline: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 20px;
  margin-right: 12px;
}

.collapsing-custom {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.label-checkbox-discord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

.selectControl {
  -webkit-box-align: center;
  align-items: center;
  background-color: #1A3B39;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 40px;
  font-style: italic;
  position: relative;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  transition: border 0.15s ease 0s;
  outline: 0 !important;
  color: rgba(255, 255, 255, 0.6);
}

.div-checkbox {
  background-color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  border: none;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  padding: 18px 6px;
  padding-left: 20px;
}

.div-checkbox.activated {
  background-color: #00e9d9;
}

.discordTextInput {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
}

.discordTextInput:focus {
  color: rgba(255, 255, 255, 0.6);
}

.discord h2 {
  color: rgba(255, 255, 255, 0.6);
}

.popout {
  position: absolute;
  pointer-events: auto;
  width: 250px;
  border-radius: 5px;
}

.popout header {
  background-color: #202225;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.popout header h3 {
  color: #72767d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  margin: auto 5px;
}

.popout header input {
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: none;
  padding: 0;
  flex: 1;
  -webkit-box-flex: 1;
  margin-bottom: 1px;
  color: #f6f6f7;
}

.popout section {
  color: #72767d;
  background-color: #2f3136;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  padding: 0;
}

.popout section .scrollerWrap {
  min-height: 0;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.popout section .scrollerWrap .scroller {
  position: relative;
  min-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 280px;
}

.popout section .scrollerWrap .scroller .rowRole {
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 44px;
  padding: 0 20px;
  color: #b9bbbe;
}

.popout section .scrollerWrap .scroller .rowRole:hover {
  background: linear-gradient(90deg, rgba(40, 43, 48, 0.8), #2f3136);
}

body {
  font-family: "Poppins" !important;
  background-color: #222833 !important;
  overflow-x: hidden;
}

p {
  font-family: "Poppins";
}

.transparent-text-button {
  position: relative;
  padding: 5px 15%;
  color: #000;
  background: #fff;
  outline: none;
  mix-blend-mode: screen;
}

.btn-back-transparent {
  background-color: transparent;
  color: #fff;
}

.btn-back-transparent:hover {
  color: #fff;
}

.navbar {
  background: linear-gradient(50deg, #012926 0%, #02534e 100%) no-repeat;
  background: #1a3b39;
  padding-bottom: 3px;
  padding-top: 3px;
  height: 65px;
  justify-content: center;
  /* box-shadow: 0 10px 20px rgba(0,0,0,.2); */
  width: 100%;
  z-index: 500;
  padding: 0 5%;
  backdrop-filter: blur(10px);
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .navbar {
    min-height: 100px;
    height: auto;
  }
}

.navbar .nav-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-width: 1200px;
}

.navbar .navbar-toggler {
  margin: 0 0 0 auto;
  border: none;
}

@media (max-width: 960px) {
  .navbar .navbar-toggler {
    font-size: 1.813rem;
    font-weight: bold;
    color: #fff;
  }
}

@media (min-width: 960px) {
  .navbar {
    max-height: 90px;
  }
}

@media (max-width: 960px) {
  .navbar .navbar-brand {
    font-size: 1.813rem;
  }
}

.navbar .login {
  border-radius: 0.3em;
  font-size: 1em;
  text-decoration: none;
  padding: 0.5em 1.5em;
}

.navbar .login:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.navbar .navbar-nav {
  width: 93%;
  margin: auto;
  justify-content: center;
}

.navbar .navbar-nav > * {
  flex: auto;
  display: flex;
  justify-content: flex-end;
  margin-right: 33px;
}

@media (max-width: 960px) {
  .navbar .navbar-nav > * {
    margin-right: auto;
    justify-content: inherit;
    display: block;
  }
}

.navbar .nav-link {
  padding-left: 1.4em !important;
  padding-right: 1.4em !important;
  font-size: 0.92em;
  border-radius: 10px;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.nav .navbar .nav-link:visited {
  color: inherit;
}

.footer{
  padding-bottom: 77px;
  padding-top: 77px;
}
.loading-screen{
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#1A3B39 90px,#000000 100%) no-repeat
}

.bot-title {
  font-size: 8em;
  text-align: left;
}

@media (max-width: 960px) {
  .bot-title {
    display: none;
  }
}

.bot-subtitle {
  font-size: 3.5em;
  color: #fff;
  font-family: "Poppins";
}

@media (max-width: 960px) {
  .bot-subtitle {
    font-size: 1em;
    position: absolute;
  }
}

.bot-subtitle > div {
  transition: transform 0.2s;
}

.bot-subtitle > div span {
  color: #fff;
}

.bot-subtitle > div span:hover {
  color: #029f95;
}

.MallardPicture {
  height: calc(100vh - 110px);
  max-height: 1024px;
  max-width: 1024px;
}

@media (max-width: 960px) {
  .MallardPicture {
    height: initial;
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

.btn-white {
  background-color: #e4efe4;
  border-radius: 11px;
  padding: 8px 20px;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #122927;
  box-shadow: 0px 0px 0px #bae2ba41;
  text-align: center;
}

.btn-white:hover {
  box-shadow: 3px 6px 0px #bae2ba41;
}

.btn-main {
  background-color: #bae2ba;
  border-radius: 14px;
  width: 240px !important;
  margin: auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 5px 7px 0px #bae2ba41;
  mix-blend-mode: unset !important;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #122927;
  text-align: center;
}

.btn-main:hover {
  transform: translateY(-5px);
  box-shadow: 8px 10px 0px #bae2ba41;
}

.btn-transparent {
  background-color: transparent;
  color: #bae2ba;
  /* border: 2px solid #bae2ba; */
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px 20px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

@media (max-width: 960px) {
  .btn-main {
    width: 150px !important;
    font-size: 16px;
  }
}

.showCase {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #006a63;
  margin: auto;
  margin-bottom: 180px;
  margin-top: 140px;
  width: 80%;
}

.showCase .main-tittle {
  font-size: 3rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.434);
  font-weight: bold;
  text-align: center;
}

.showCase .sub-tittle {
  margin: auto 0;
  font-size: 1rem;
  text-align: center;
  font-weight: thin;

  color: rgba(255, 255, 255, 0.71);
}

@media (max-width: 960px) {
  .showCase {
    justify-content: left;
    margin-top: auto;
    width: 90%;
  }

  .showCase .col-8 {
    padding: 0;
  }

  .showCase .fonctionalityButton {
    width: 100%;
  }

  .showCase > .row {
    flex-direction: column;
  }

  .showCase .main-tittle {
    margin-top: 20px;
    font-size: 1.813rem;
    text-shadow: none;
  }

  .showCase .sub-tittle {
    font-size: 0.75rem;
    padding: 0 0 15px 0;
  }
}

.feature-index {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.feature-index .feature-index-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-index .feature-index-text > h2 {
  font-size: 1.375rem;
  font-weight: bold;
  color: #fff;
}

.feature-index .feature-index-text > p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.71);
}

.feature-index .svg-test {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
}

@media (max-width: 1120px) {
  .feature-index {
    width: 80%;
    margin: auto;
  }

  .feature-index .svg-test {
    width: 46px !important;
  }

  .feature-index svg {
    margin: auto;
    width: 46px !important;
    height: auto;
  }
}

.featureText > h2 {
  font-size: 3.3em;
}

.featureText {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 77px;
}

@media (max-width: 960px) {
  .mobile-modules a {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 60px;
    font-size: 1.8em;
    font-weight: 600;
    color: #fff;
  }

  .mobile-modules a:hover {
    text-decoration: none;
  }

  .mobile-modules a > * {
    margin: auto;
  }
}

.presentation-server {
  height: 150px;
  margin: 0 auto;
  max-width: 73%;
  width: 73%;
  color: #fff;
  display: flex;
  padding-left: 50px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

.presentation-server h4 {
  margin: auto auto auto 15px;
}

@media (max-width: 960px) {
  .presentation-server {
    flex-direction: column;
    height: 90px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    font-size: 1rem;
  }

  .presentation-server .server-icon {
    width: 60px;
    height: 60px;
  }

  .presentation-server > div {
    width: 100% !important;
  }

  .presentation-server > div > .t {
    text-align: center;
    margin: auto;
  }
}

.presentation-server > img {
  vertical-align: middle;
  margin: auto;
}

.presentation-server > .t {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.presentation-server .server-menu {
  display: flex;
  flex-direction: row;
  margin: auto;
  height: 95px;
  color: #fff !important;
  position: relative;
  cursor: pointer;
}

.presentation-server .server-menu:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 960px) {
  .presentation-server .server-menu {
    border: none;
    margin: 0;
    flex: 1 0 33%;
  }

  .presentation-server .server-menu img {
    width: 30px;
  }
}

@media (min-width: 960px) {
  .presentation-server .server-menu {
    padding: 0 20px;
  }
}

.presentation-server .server-menu .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}

.presentation-server .server-menu > a {
  display: flex;
}

.presentation-server .server-menu > a > div {
  color: #fff !important;
}

.presentation-server .server-menu div {
  font-size: 1.5vw;
  font-weight: bold;
  margin: auto auto auto 10px;
}

.container-configs {
  padding-top: 0 !important;
}

@media (max-width: 960px) {
  .container-configs {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    padding: 15px !important;
  }
}

.featureList {
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 960px) {
  .featureList {
    flex-direction: column;
  }
}

.featureList > .row > div {
  flex: 1 1 0;
}

@media (max-width: 960px) {
  .featureList > .row {
    flex-direction: column;
  }
}

@media (min-width: 960px) {
  .featureList > .row > div + div {
    margin-left: 75px;
  }
}

@media (max-width: 960px) {
  .added-row {
    flex-direction: column;
    justify-content: left;
  }

  .added-row > select {
    margin-bottom: 5px;
  }

  .added-row button {
    margin-left: 0;
  }
}

.popup-saved {
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  background-color: #14171f;
  right: 0;
  width: 185px;
  height: 100px;
  border-radius: 10px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin-right: 1.5vw;
}

@media (max-width: 960px) {
  .popup-saved {
    height: 50px;
    flex-direction: row;
    position: fixed;
    bottom: 10px;
    width: 90%;
    margin: auto 5%;
    z-index: 3;
  }

  .popup-saved > * {
    margin: auto;
    flex: 50%;
  }

  .popup-saved button {
    margin: auto;
  }
}

.popup-saved > * > button {
  width: 70px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 1px;
  border-radius: 6px;
}

.search-textbox {
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #fff;
  padding: 8px 12px;
  background-color: #14171f;
  transition: all 0.5s ease-in-out;
}

.search-textbox:focus {
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  outline: none;
  box-shadow: 5px 6px 0px rgba(231, 245, 235, 0.153);
}

.feature-config {
  background: linear-gradient(#01302c 0%, #002321 100%);
  height: 200px;
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: all 0.33s ease-in-out;
  margin-bottom: 20px;
}

.feature-config:hover {
  background: linear-gradient( #002321 0%,  #01302c 100%);
  transform: translateY(-11px);
}

.feature-config-title {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.feature-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: auto;
  margin-bottom: 77px;
}

@media (max-width: 960px) {
  .feature-config-title {
    font-size: 28.185px;
  }
}

.feature-config-text {
  text-align: center;
  align-self: center;
  margin: auto;
  font-size: 0.88rem;
  opacity: 0.77;
}

@media (max-width: 960px) {
  .feature-config-text {
    font-size: 18.79px;
  }
}

.featureSeparator {
  border: solid 1px #fff;
  width: 80%;
}

@media (max-width: 960px) {
  .featuresList {
    flex-direction: column-reverse;
  }
}

.custom-button {
  margin: auto auto 5px auto;
  border-radius: 6px;
  background-color: #34363c;
  border: none;
  color: #fff;
  font-weight: 600;
  width: 90px;
  height: 35px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-button:focus {
  appearance: none;
  outline: none;
}

.feature-card {
  height: 200px;
  width: 300px;
  color: #fff;
}

.config-card {
  min-height: 250px;
  margin: 0 10px;
  border-radius: 10px;
  padding: 23px;
}

.config-card > input {
  border-radius: 10px;
  background-color: #747a86;
}

.config-card label {
  font-weight: 600;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.config-card input + label {
  margin-bottom: 15px;
}

.config-card label + select {
  margin-bottom: 15px;
}

.config-separator {
  width: 80%;
  background-color: #707070;
  margin: 20px auto;
}

.menu-profile-info {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 960px) {
  .menu-profile-info {
    display: none;
  }
}

.menu-profile-info > * {
  margin: auto;
}

.menu-profile-info div + a {
  margin-left: 10px;
}

.menu-profile-info a + div {
  margin-left: 10px;
}

.profile-menu {
  margin: 0 25px;
  display: flex;
  background-color: transparent;
}

.profile-menu svg {
  margin: auto 7px auto auto;
}

.profile-menu span {
  margin: auto auto auto auto;
}

.profile-menu a {
  display: flex;
  height: 100%;
}

.profile-menu a:hover {
  text-decoration: none;
}

.profile-menu > div {
  width: 200px;
  text-align: center;
}

.profile-menu > div:hover svg {
  fill: #00e9d9;
}

.profile-menu > div.activated {
  text-decoration: underline;
}

.profile-menu > div.activated svg {
  fill: #00e9d9;
}

.profile-menu > div svg {
  fill: #006a63;
}

@media (min-width: 960px) {
  .profile-menu {
    height: 60px;
  }
}

@media (max-width: 960px) {
  .profile-menu {
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 100%;
    height: 50px;
  }

  .profile-menu img {
    height: 28px;
    width: 28px;
  }
}

.about {
  padding-top: 0 !important;
}

.about > * {
  padding: 25px 0;
}

.about h2 {
  font-size: 2.8vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .about h2 {
    font-size: 2em;
  }
}

.about div {
  color: rgba(255, 255, 255, 0.71);
}

.support-row {
  display: flex;
  flex-direction: row;
}

.support-row .discord-card {
  border-radius: 9px;
  height: 225px;
  width: 400px;
}

@media (max-width: 960px) {
  .support-row {
    flex-direction: column;
  }

  .support-row .discord-card {
    margin: 10px auto auto auto;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 960px) {
  .contributors .discord-card {
    margin: 10px auto auto auto;
  }
}

.profile-bloc > h3 {
  font-weight: bold;
  font-size: 1em;
  font-style: italic;
  margin-top: 10px;
}

.profile-row {
  display: flex;
}

.caneton-counter {
  padding: 5px 5px 0 5px;
  border-radius: 9px;
  font-weight: 600;
  justify-content: center;
  font-size: 1rem;
}

.caneton-counter > div {
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 960px) {
  .caneton-counter {
    position: inherit;
    font-size: 0.8rem;
  }
}

.linetori {
  border-bottom: 0.05rem solid #fff;
  height: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.circletori {
  display: inline-block;
  width: 1rem;
  background-color: #102524;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 2.5rem;
}

.presentation-user {
  height: 180px;
  display: flex;
  margin: 0 auto;
  max-width: 73%;
  width: 73%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: transparent;
  font-size: 1vw;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .presentation-user {
    flex-direction: column;
    padding: 15px;
    width: 95%;
    max-width: 95%;
    background-image: none;
  }
}

.presentation-user .profile-button {
  display: flex;
  width: 50%;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .presentation-user .profile-button {
    width: 100%;
    margin-top: 10px;
  }
}

.presentation-user > .t {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.presentation-user .profile-picture {
  vertical-align: middle;
  margin: auto;
}

@media (max-width: 960px) {
  .presentation-user .profile-picture {
    margin: 0;
  }
}

.presentation-user .profile-title {
  font-size: 2.1vw;
  font-weight: bold;
}

@media (max-width: 960px) {
  .presentation-user .profile-title {
    font-size: 7vw;
  }
}

.presentation-user .profile-caneton-btn {
  margin: auto 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .presentation-user .profile-caneton-btn {
    flex-direction: column;
  }
}

.presentation-user .profile-caneton-btn .btn-my-server {
  height: 50px;
  width: 200px;
  font-weight: bold;
  font-size: 20px;
}

.presentation-user .profile-presentation {
  display: flex;
  margin: auto 0;
  flex-direction: row;
}

@media (max-width: 960px) {
  .presentation-user .profile-presentation {
    margin: 10px auto;
  }
}

.presentation-user .profile-presentation > img {
  width: 130px;
  height: 130px;
}

@media (max-width: 960px) {
  .presentation-user .profile-presentation > img {
    width: 60px;
    height: 60px;
  }
}

.presentation-user .profile-presentation > div {
  text-align: left;
  vertical-align: middle;
  flex-direction: column;
}

.presentation-user .profile-description {
  font-size: 1vw;
}

@media (max-width: 960px) {
  .presentation-user .profile-description {
    font-size: 4vw;
  }
}

.profile-stats-bloc {
  flex-grow: 1;
}

.profile-stats-bloc .discord-card {
  height: 330px;
}

@media (max-width: 960px) {
  .profile-stats-bloc .discord-card {
    height: 330px;
  }
}

.profile-card-bloc .discord-card {
  width: 500px;
  height: 330px;
  margin-right: 25px;
}

@media (max-width: 960px) {
  .profile-card-bloc .discord-card {
    width: 330px;
    height: 217px;
    margin-right: 0;
  }
}

@media (min-width: 960px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .desktop-only {
    display: none !important;
  }
}

.add-mobile {
  margin: 25px 0;
}

@media (max-width: 960px) {
  .add-mobile {
    margin-bottom: 20px !important;
  }
}

.discord-card {
  min-height: 250px;
  width: 100%;
  margin-top: 5px;
  border-radius: 30px;
  padding-bottom: 30px;
}

@media (max-width: 960px) {
  .discord-card {
    margin-left: 0;
  }
}

.server-card {
  margin: 5px;
  width: 325px;
  height: 130px;
  text-align: center;
  max-height: 250px;
  animation: all 500ms ease forwards;
  flex-direction: row;
  display: flex;
  padding: 15px;
  background-color: transparent;
  border: 1.4px solid #f8f8f85e;
  border-radius: 10px;
  transition: all 0.33s ease;
}

.server-card:hover {
  background-color: #f8f8f811;

}
.server-card img{
  transition: all 0.33s ease;
}

.server-card:hover img {
  transition: all 0.33s ease;
  transform: scale(1.1);
}

.server-card .discord-title:hover {
  text-decoration: none !important;
}
.no-decoration {
  text-decoration: none;
}
.no-decoration:hover {
  text-decoration: none !important;
}

.card-body {
  padding: 20px;
}

html {
  /*height: -moz-available;*/ /* WebKit-based browsers will ignore this. */
  /*height: -webkit-fill-available;*/ /* Mozilla-based browsers will ignore this. */
}

.container {
  height: 100%;
  /*background-color: #2a2c32;*/
  padding: 50px;
  margin: 0 auto;
  max-width: 80%;
}

@media (max-width: 960px) {
  .container {
    max-width: 100%;
    min-width: 100%;
  }
}

.container-profile {
  background-color: transparent;
  color: #fff;
  width: 73%;
  margin: auto;
}

.custom-col-inventory {
  flex: 0 0 70%;
  max-width: 70%;
}

.Avatar {
  border-radius: 30px;
  border: solid 2px #fff;
}

.AvatarMain {
  border-radius: 80px;
  border: solid 5px #fff;
}

.featureTable {
  width: 100%;
  table-layout: fixed;
}

.featureTable h5 {
  font-weight: bold;
}

.featureTable img {
  width: 60px !important;
  height: 70px !important;
}

.featureTable .col-9 > div {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.71);
}

.featureTable tr + tr .flex {
  margin-top: 50px;
}

.featureTable .col-3 {
  padding: 0;
}

p > span {
  display: block;
}

.features-button {
  position: absolute;
  text-align: center;
  bottom: 5px;
  color: #fff;
  font-size: 25px;
  transition: transform 0.2s;
  font-weight: bold;
  display: flex;
}

.features-button img {
  margin: auto 10px;
}

.features-button div {
  color: #fff;
}

.features-button:hover {
  transform: scale(1.2);
}

.icons-social {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.icons-social > a {
  margin: 0 auto;
}

.footer-link {
  /*width: 300px;
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;*/
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
}

.footer-link > a {
}

.footer-link > a:hover {
  color: #fff;
}
