.btn-dark-v2{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(180deg, #525866 0%, #181B25 100%);
    box-shadow: 0 0 0 1.5px #181B25;

    display: inline-flex;
    height: 40px;
    padding: 9px 30px 10px 30px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;

    color: #FAFAFA;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
}

.btn-dark-v2:hover{
    color:#FFF !important;
}

.btn-light-v2{
    border-radius: 4px;
    background: #FFF !important;
    box-shadow: 0 1px 2px 0 rgba(69, 69, 69, 0.24), 0 0 0 1px rgba(71, 71, 71, 0.08) !important;

    color: #333 !important;
    display: flex;
    width: 136.08px;
    padding: 6px 22.935px 10px 23.98px;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px !important;
}

.navbar-expand-lg.extended .navbar-collapse-wrapper, .navbar-expand-lg.fancy .navbar-collapse-wrapper {
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    width: 100%;
    border-radius: 0.4rem;

    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 0 1px rgba(71, 71, 71, 0.08), 0 1px 2px 0 rgba(69, 69, 69, 0.24), 0 24px 59.999px 0 rgba(0, 0, 0, 0.10);
  }

.nav-link{
    font-size: 15px;
    font-weight: 400;
}

.navbar-expand-lg.fancy:not(.fixed) .navbar-collapse .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
