    .navbar .dropdown-menu {
      display: none;
    }



    .footer,
    .nav-footer .nav-link {
      background: black;
      color: white;
    }

    /* .bg-primary {
      background: #4218d9 !important;
    } */

    /* .text-primary {
      color: #4218d9 !important;
    } */

    /* a.nav-link:hover {
      color: #4218d9 !important;
    } */

    ::-webkit-scrollbar-thumb {
      border: 5px solid transparent;
      border-radius: 100px;
      background-color: #8070d4;
      background-clip: content-box;
    }



    #toast-container>div {
      border: 0;
    }

    .login-btn {
      padding: 0;
      background: #020202;
      border: 1px solid black;
      padding: 4px 16px;

    }


.cookie-consent{
  position: fixed;
bottom: 8px;
left: 20px;
width: 260px;
padding-top: 7px;
height: 83px;
color: #fff;

line-height: 20px;
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
background: #292929;
z-index: 120;
cursor: pointer;
border-radius: 3px;
}

.allow-button{
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green;
}
