:root {
    --primary-color: #96EE42;
    --accent-color: #109B96;
    --secondary-color: #06151A;
    --white: #FFF;
    --box-shadow: 0 5px 15px 0 #00000017 !important;
    --theme-gradient: radial-gradient(49% 81% at 45% 47%, #1f0439 0%, #073AFF00 100%), repeating-conic-gradient(from 0deg at 17% -2%, #1f0439 1%, #FF000000 99%), radial-gradient(142% 91% at 83% 7%, #96EE42FF 1%, #FF000000 99%), radial-gradient(142% 91% at -6% 74%, #1f0439 1%, #FF000000 99%), radial-gradient(142% 91% at 111% 84%, #1f0439 0%, #96EE42FF 100%);
    --gradient-light: radial-gradient(49% 81% at 45% 47%, #edd9ff 0%, #073AFF00 100%), repeating-conic-gradient(from 355deg at 17% -2%, #ffffff 1%, #FF000000 99%), radial-gradient(142% 91% at 83% 7%, #96EE42 1%, #FF000000 99%), radial-gradient(142% 91% at -6% 74%, #ffffff 1%, #FF000000 99%), radial-gradient(142% 91% at 111% 84%, #1f04398a 0%, #ffffffa3 100%);
    --linear-gradient: linear-gradient(109deg, #06151A 13.29%, #96EE42 171.52%)
        /* https://colorgradient.dev/gradient-generator/ */
}

.modal-custom {
    border-radius: 15px;
}

.select2-container {
    z-index: 9999 !important;
  }

.offcanvas-custom {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.1);
    height: 85vh;
}

.offcanvas-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.abs-img {
    position: absolute;
}

.abs-img:nth-child(1) {
    top: 69px;
    left: 63px;
    z-index: 1;
}

.abs-img:nth-child(2) {
    top: 150px;
    left: 155px;
    transform: scale(2.7);
}

.abs-img:nth-child(3) {
    top: 58px;
    left: 318px;
    transform: scale(1.5);
    z-index: 1;
}

.abs-img:nth-child(4) {
    top: 196px;
    left: 10px;
    transform: scale(1.5);
}


.btn-custom {
    background: linear-gradient(177deg, #ffea00, #23a12c);
    color: #ffffff;
    padding: 10px 15px;
    cursor: pointer;
    border: unset;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
}

.btn-custom:hover {
     background-color: unset;
     border: 2px solid #ffea00;
     color: #ffffff;
}

.btn-custom-invert {
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 25px;
}

.greetings {
    display: flex;
    gap: 10px;
    align-items: stretch;
    border-radius: 10px;
    /* padding: 10px; */
    color: #130019;
}

.greetings img {
    width: 40px;
    height: auto;
    border-radius: 10px;
    background-color: var(--primary-color);
    display: block;
    object-fit: cover;
}

.greetings .info {
    margin-left: auto;
    border-radius: 15px;
    border: 1px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.overview {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    overflow-x: auto;
}

.overview .balance-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    flex-shrink: 0;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0px -7px 4px -3px rgba(0, 0, 0, 0.32);
}

.wallet-type {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.salary-card {
    width: 306px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    left: 42px;
    top: 190px;
}

.scroll-stat {
    position: relative;
    /* padding: 10px; */
    display: flex;
    align-items: center;
    flex-direction: row;
    overflow-x: scroll;
    min-height: 100px;
}

.scroll-stat::-webkit-scrollbar {
    display: none;
}

.overview .title,
._text {
    color: var(--primary-color);
}

.overview .balance {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.overview .balance:not(.active) {
    display: none;
}

.overview .balance .amount {
    color: #f3f3f3;
    text-shadow: 4px 4px 42px rgba(252, 160, 36, 0.69);
    font-size: 34px;
    font-weight: 600;
}

.overview .balance .type {
    color: #bababa;
    font-size: 12px;
    font-weight: 600;
}

.quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    padding: 15px;
}

.quick-links .link-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.stroke-text {
    font-weight: 900;
    letter-spacing: 9px;
    font-size: 23px;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.link-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    /* color: #ff0000 !important; */
    background: linear-gradient(181deg, #009933, #e5c500);
    transition: transform 0.5s ease-in-out;
    font-size: 22px;
    padding: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* background: #fbff00; */
}

.link-wrapper .link-text {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 600;
}

.brand-id {
    display: flex;
    padding: 110px 110px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(../images/icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.2;
}

.ref-box {
    box-shadow: var(--box-shadow);
    border-radius: 25px;
}

#myRef {
    background: none;
}

.copy-btn {
    box-shadow: var(--box-shadow);
    background: none;
    color: var(--primary-color);
    border-radius: 50%;
    padding: 10px 15px;
}

.icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    transition: transform 0.5s ease-in-out;
    box-shadow: var(--box-shadow);
    font-size: 16px;
}

.icon-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 50%;
    transition: transform 0.5s ease-in-out;
    font-size: 20px;
}

.box {
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.box-body {
    z-index: 2;
}

.blob-card-img {
    position: absolute;
}

.blob-card-img:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 200px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--secondary-color);
}

.profile-pic {
    width: 50px;
}

.earning-list {
    background: none;
    box-shadow: var(--box-shadow);
    border-bottom: 0px !important;
    margin-bottom: 10px;
}

/* ========================Old Css======================== */
.random-pop {
    position: fixed;
    top: 558px;
    right: 10px;
    display: none;
    z-index: 999;
}

.ads {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/fit.jpg);
    background-position: top right;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    gap: 5px;
    margin: 40px 0;
}

.ads .ad-img {
    width: 170px;
}

.ads img {
    width: 100%;
}

.text-box {
    width: 60%;
    text-align: center;
    padding: 5px 5px;
    color: #fff;
    font-family: Poppins;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-box h4 {
    font-weight: 700;
    letter-spacing: 2px;
}

.text-box h1 {
    color: var(--secondary-color);
    font-weight: 700;
}

/* Bottom Navigation */

.bottom-nav {
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: #89000042;
    padding: 15px 5px;
}
.dark-skin.theme-primary.fixed .bottom-nav{
    background: #0f7d4e12;
}
.card-rainbow {
    position: relative;
    border-radius: 15px;
    padding: 15px;
    background-color: #ffd1d16b;
    z-index: 1;
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    color: var(--accent-color);
    font-size: 20px;
}


.bottom-nav-item .bx {
    font-size: 24px;
}

.bottom-nav-item .item-name {
    font-size: 12px;
    color: #ffffff;
}

.bottom-nav-item.active,
.bottom-nav-item:hover {
    color: #ffeb00;
}

.bottom-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: #f44336;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 6px 18px 2px rgba(254, 50, 50, 0.42);
}

.bottom-nav-button .bx {
    color: #fff;
    font-size: 32px;
}

/*================Forms=================*/
.form-custom .form-primary {
    width: 100%;
    display: block;
    padding: 0.375rem 0.75rem;
    height: 50px;
    border: unset;
    border-radius: 0;
    background-color: #ffffff3d !important;
    color: #06151a !important;
    transition: border 0.5s ease;
}

.form-custom .form-primary:focus {
    border: 2px solid #06151a !important;
}

/* ============== Transactions history styles =============== */

.completed {
    color: #7FFF00;
}

.pending {
    color: #FFBF00;
}

.warining {
    color: #9B9B9B;
}

.transaction-date {
    color: #808080;
}

.transaction-id {
    color: #9B9B9B;
}

.transaction-amount {
    color: #07182c;
}

.light-bg-card {
    padding: 10px;
    border-radius: 15px;
    background: rgba(253, 194, 149, 0.82);
}