body {
    background:	#202225!important;
  }
  .nav-link.active {
   background: #2e405e !important;
   opacity: .9;
  }
  .bg-discord2{
    background:	#414347!important;
  }
  .bg-discord3{
    background:	#99aab5!important;
  }
  .bg-discord1{
    background:	#202225!important;
  }
  .nav-link.active.logout {
    background: #f04747 !important;
    opacity: 1;
  }
  .hoverkuy:hover{
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .2), 0 3px 6px rgba(0, 0, 0, .08)
  }
  .quote {
    padding: 6px;
    border: 1px solid #393a3d;
    border-radius: 4px;
    font-size: 14px;
    background: #65686e!important;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .2), 0 3px 6px rgba(0, 0, 0, .08);
    margin-top: 7px;
    margin-bottom: 7px;
    
  }
        /* Change the white to any color */
    input:-webkit-autofill,
    input:-webkit-autofill:hover, 
    input:-webkit-autofill:focus, 
    input:-webkit-autofill:active{
        -webkit-box-shadow: 0 0 0 30px #2f3136 inset !important;
    }
    /*Change text in autofill textbox*/
    input:-webkit-autofill{
        -webkit-text-fill-color: #f6f6f7 !important;
    }