.bg-gray{
    /* background-color: #EFFAF9 !important; */
    background-color: rgba(246, 247, 249) !important;
}

.btn-dark-v2{
    /* border-radius: 8px; */
    background: #0C4055;
    display: flex;
    /* width: 166.39px; */
    /* height: 56px; */
    /* padding: 18.87px 27.629px 20.33px 28px; */
    justify-content: center;
    align-items: center;

    color: #FFF;
    text-align: center;
    font-family: Inter;
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 500;
    /* line-height: 19.88px; */
    /* letter-spacing: 1.68px; */
    /* text-transform: uppercase; */
}

.btn-dark-v2:hover{
    color:#FFF !important;
    background: #0C4055 !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: #211d1d;
    /* 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;
  }
