html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 6rem !important;
}

body{
   background-color: #1a2c38 !important;
   font-family: 'Nunito Sans', sans-serif !important;
}

::-webkit-scrollbar {
    background-color: #213744;
    width: 7px !important;
}
::-webkit-scrollbar-track {
    background-color: #1a2c38;
    border-radius: 0px;
    margin-top: 50px;
    background-image: linear-gradient(180deg, #0f212e, #1a2c38);
}
::-webkit-scrollbar-thumb {
    background-color: #2f4553;
    border-right: 0px;
    border-radius: 5px;
    border-top: 1px solid #1a2c38;
}

.back-to-top .icon img {
    display: none;
}

.back-to-top {
    height: 40px !important;
    width: 40px;
    border-radius: 50% !important;
    background-color: #0f212e !important;
    box-shadow: 0 0 5px #1b171780!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='%23b1bad3' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 51%;
    transition-duration: .3s;
    right: 3px;
    bottom: 10px;
}

.back-to-top:hover {
    background-color: #071824 !important;
    transition-duration: .3s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z'/%3E%3C/svg%3E");
}

.navbar-nav.ml-auto li a {
    color: #fff !important;
    margin-right: 15px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav.ml-auto li a:hover {
    color: #a7ffa8 !important
}

#preloader {
    background-color: #1a2c38 !important;
    background-image: url(https://stakepromocode.com/uploads/Stake%20Crypto%20Casino%20Sports%20Betting%20Bookmaker%20Sportsbook%20Best%20Bookie%20Canada%20USA%20Play%20Now%20Promocode%20Promo%20Code%20Welcome%20Bonus.png), url(#) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 40%, 50% 62% !important;
}


/*  MOBILE  */

@media only screen and (max-width: 600px) {
ul.navbar-nav.ml-auto {
    background-color: #223948 !important;
    border-radius: 0 0 15px 15px !important;
    margin-top: 2px !important;
}
}