.navbar {
    background-color: rgb(126, 23, 126);
    color: rgb(126, 23, 126);
}

.scrollbar {
    height: 485px;
    overflow-y: scroll;
}

.header {
    position: relative;
}

*{
    scrollbar-width: auto;
    scrollbar-color: #addcff #212529;
}

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #addcff;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.bg-buddy{
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.493));
}

.bg-img {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
  }
  
  @media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
      left: 50%;
      margin-left: -512px;   /* 50% */
    }
  }

  @font-face {
    font-family: Monserrat;
    src: url("static/montserrat/Montserrat-Light.otf") format("opentype");
}

*{
    font-family: Monserrat;
}

.login-box{
    height: 300px;
    width: 360px;
    background: #faffeb;
    border-radius: 3%;
}

.coin-list{
    background-color: rgba(0, 0, 0, 0.366);
    color: blanchedalmond;
}

.table{
    background-color: rgba(0, 0, 0, 0.366);
}

@media only screen and (max-width: 900px) {
    .symbol-col{
        display: none;
    }
}

.dropdown-item{
    color: blanchedalmond;
}

.btn{
    width: 98px;
}

.up-arrow{
    filter: invert(81%) sepia(100%) saturate(1755%) hue-rotate(57deg) brightness(86%) contrast(95%);
}

.down-arrow{
    filter: invert(11%) sepia(98%) saturate(5161%) hue-rotate(358deg) brightness(89%) contrast(113%)
}

.footer{
    background: #000000b8;
}
