.sett_profile_mini .avatar {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    background: #f0f0f0;
    border: 5px solid #d39e0e; 
    /* 797876 */
}
.user-profile{
    border-radius: 100px;
    border: 2.5px solid #d39e0e;
}
.marquee-desktop{
    display: inline-block !important; 
    color: #fff;
    width: 80% !important;
    position: absolute;
    left: 100px;
}
.page-container, 
.main-container, 
.wrapper-container,
.main-container__fluid{
    position: relative;
}
.wrapper-container{
    padding: 64px 0 0;
}
.main-container{
    width: 100%; 
    max-width: 85%;
    background-color: var(--main-bg);
}
.main-container__fluid{
    background: inherit;
    padding: 20px 20px 50px;
    overflow: hidden;
}
.card {
    min-width: 0px;
    min-height: 160px;
    padding: 1.25rem;
    border-radius: 1px;
    border: none;
    box-shadow: var(--box-shadow-1);
    transition: background-image 0.6s ease 0s;
}
.user-card{
    /* color: rgba(18, 29, 51, 1);
    background-image: linear-gradient(var(--white), var(--white)); */
}
.small-pills__parent{
    position: relative;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    margin: 0 0 30px;
    overflow-y: hidden;
}
.small-nav__pills{
    position: relative;
    max-width: 190px;
    margin: 0 10px 0 0;
    border: 1px solid var(--transparent);
    border-radius: 100px;
    transition: .1s ease-in-out all;
}
.small-nav__pills.bgclass.active{
    border: 1px solid rgb(174 164 164 / 50%);
    box-shadow: rgb(0 0 0 / 49%) -4px 9px 8px -6px;
    border-radius: 100px;
}
.small-nav__pills.bgclass.active:hover {
    box-shadow: rgb(0 0 0 / 19%) 0px 0px 0px 0px;
}
.small-nav__pills a{
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-pills__parent .btn{
    height: 40px;
    margin: 0;
    padding: 5px 10px !important;
}
.edit-picker{
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 2px;
    width: 20px;
    height: 20px;
    z-index: 4;
}
.edit-picker svg{
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    fill: white !important;
}
.wallet{
    position: relative;
    display: flex;
    flex-direction: column;
}
.wallet-info__about{
    display: flex;
    align-items: flex-start;
    background: var(--main-bg-50);
    border-radius: 4px;
    padding: 24px;
}
.wallet-info__item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wallet-info__item img,
.wallet-info__item svg{
    width: 35px;
    height: 35px;
    margin: 0 7px 0 0;
    fill: currentColor;
    object-fit: contain;
}
.wallet-info__about .wallet-info__item-desc {
    color: var(--black-5);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
}
.wallet .heading, 
.wallet-info .heading{
    color: var(--black);
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.wallet .heading img,
.wallet .heading svg{
    width: 35px;
    height: 35px;
    margin: 0 7px 0 0;
    fill: currentColor;
    object-fit: contain;
}
.wallet .amount{
    display: flex;
    font-size: 40px;
    line-height: 40px;
}
.wallet .fund-button{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    border: none;
}
.image-icon__holder img,
.image-icon__holder svg{
    width: 40px;
    height: 40px;
    fill: currentColor;
    object-fit: contain;
}
.image-icon__holder.danger{
    stroke: var(--text-danger);
}
.image-icon__holder.success{
    stroke: var(--text-success);
}
.image-icon__holder.warning{
    stroke: var(--text-warning);
}
.panel-divider{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--light-grey-50);
}
.panel-divider__two{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--light-grey-50);
}
.data-table-content {
    width: 100%;
    font-size: 14px;
    overflow-x: auto;
}
.data-table-content .table,
.data-table-content table {
    width: 100%;
    text-indent: 0;
    border-collapse: collapse;
    border-color: inherit;
}
.transaction-summary {
    display: flex;
    align-items: center;
    background-color: var(--main-bg-80);
    height: 80px;
    cursor: pointer;
}
.transaction-summary .transaction-summary__data {
    display: flex;
    width: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.transaction-summary__data .info{
    display: flex;
    flex-direction: column;
}
.transaction-summary__data .amount{
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.data-table-content table tbody tr {
    background-color: var(--white);
    border-bottom: 1px solid var(--main-bg-80);
    height: 93px;
}
.data-table-content table tbody tr:last-child {
    border-bottom: none;
}
.wallet-payment__info{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px;
    border: 1.5px solid var(--wallet-border);
    background: var(--wallet-bg);
    margin: 20px 0;
}
.wallet-payment__name, 
.wallet-payment__number{
    display: flex;
    flex-direction: column;
}
.wallet-transaction__modal{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    font-size: 16px;
    background-color: var(--main-bg);
    margin: 0 0 10px;
}
.wallet-transaction__modal p {
    margin: 0;
}
.wallet-transaction__modal .info {
    color: var(--bg-black-50);
}
.wallet-transaction__modal .data {
    font-weight: 700;
    color: var(--bg-black-80);
}
.wallet-transaction__modal .amount {
    font-weight: 700;
    color: var(--text-success);
}
.settings-wrapper{
    position: relative;
    border-radius: 15px;
    padding: 50px 70px;
}
.settings-wrapper .profile{
    position: relative;
    margin: 0 0 30px;
}
.settings-wrapper .profile .panel-title{
    font-size: 32px;
    font-weight: 500;
    font-family: 'GT Walsheim Pro Medium';
    margin: 0px;
}
.settings-wrapper .profile[desktop]{
    display: block;
    visibility: visible;
}
.settings-wrapper .profile[mobile]{
    text-align: center;
    display: none;
    visibility: hidden;
}
.settings-wrapper .profile svg,
.settings-wrapper .profile img {
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
    border-radius: 20px;
    fill: currentColor;
    object-fit: cover;
}
.settings-wrapper .cards_item{
    display: block;
    color: var(--bg-black-80);
    background: var(--bg-white);
    font-size: 14px;
    text-decoration: none;
    min-height: 180px;
    padding: 25px;
    margin: 0 0 20px;
    cursor: pointer;
    border: 1px solid var(--grey-50);
    border-radius: 4px;
    box-shadow: 0 4px 28px 2px rgb(0 0 0 / 4%);
}
.settings-wrapper .cards_item img,
.settings-wrapper .cards_item svg{
    margin: 0 0 10px;
    width: 40px;
    height: 40px;
    fill: currentColor;
    object-fit: contain;
}
.settings-wrapper .cards_item .card_title{
    font-size: 16px;
}
.settings-wrapper .cards_item .card_text{
    color: var(--bg-black-50);
    margin: 10px 0 0;
}
.referral-container{
    position: relative;
}
.promotions-wrapper{
    margin: 0 0 35px;
    overflow-x: auto;
    overflow-y: hidden;
}
.promotions-wrapper__navigation {
    display: flex;
    background-color: var(--main-bg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
}
.promotions-wrapper__navigation .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--grey-80);
    background-color: var(--transparent);
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    line-height: 18px;
    padding: 5px 15px;
    outline: none;
    transition: all .25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.promotions-wrapper__navigation .button[is-active] {
    height: 40px;
    text-decoration: none;
    border-radius: 20px;
}
.promotions-wrapper__navigation .button[is-active=true] {
    color: var(--bg-white);
    background-color: var(--bg-primary);
}
.promotions-wrapper__navigation .button[is-active=false] {
    color: var(--grey-80) !important;
    background-color: var(--transparent) !important;
}
.promotions-wrapper__navigation .button img, 
.promotions-wrapper__navigation .button svg{
    width: 20px;
    height: 30px;
    margin: 0 10px 0;
    fill: currentColor;
    object-fit: contain;
}
.share-referrals h2 {
    color: var(--black);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.share-referrals p {
    color: var(--bg-black-80);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0.5rem;
}
.share-referrals .referral-link {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 10px 0;
}
.share-referrals .referral-link .input {
    color: var(--bg-black-80);
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 0.75rem 1rem;
}
.referral__items {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    align-items: center;
    justify-content: space-evenly;
    gap: 15px;
}
.share-referrals .referral__items .action__copy {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: var(--black);
    background-color: var(--bg-white);
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 20px;
    border: 1.5px solid var(--grey-80);
    box-shadow: none;
}
.share-referrals .referral__items .action__copy:hover,
.referral__items .social__link:hover{
    border-color: var(--bg-primary);
}
.share-referrals .referral__items .action__copy img,
.share-referrals .referral__items .action__copy svg {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    fill: currentColor;
    object-fit: contain;
}
.referral__items .social__link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: var(--black);
    background-color: var(--bg-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    padding: 12px 20px;
    border: 1.5px solid var(--grey-80);
    cursor: pointer;
    box-shadow: none;
}
.referral__items .social__link svg,
.referral__items .social__link img{
    width: 20px;
    height: 20px;
    fill: currentColor;
    object-fit: contain;
}
.invite-friends{
    position: relative;
    margin: 50px 0 0;
}
.invite-friends h2{
    color: var(--black);
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}
.invite-friends p{
    color: var(--black-5);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.referral-history{
    position: relative;
    padding: 30px 0 0;
}
.referral-history .title{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.referral-history .text{
    color: var(--black-5);
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 60%;
}
.referral-history .empty-referral-data{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.referral-history .empty-referral-data-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 180px;
    background: var(--white);
    margin-bottom: 1.5rem;
    border-radius: 9999px;
}
.referral-history .empty-referral-data-img svg,
.referral-history .empty-referral-data-img img{
    height: auto;
    width: 100%;
    fill: currentColor;
    object-fit: contain;
}
.site-breadcrumbs,
.site-breadcrumbs .link,
.site-breadcrumbs .breadcrumbs__navs
{
    display: flex;
    align-items: center;
}
.site-breadcrumbs svg,
.site-breadcrumbs img{
    width: 10px;
    height: 10px;
    fill: currentColor;
    object-fit: contain;
}
.site-breadcrumbs .breadcrumbs__navs{
    flex-wrap: wrap;
    gap: 10px;
}
.site-breadcrumbs .link{
    color: var(--bg-dark-80);
    font-size: 14px;
    gap: 5px;
    padding: 0;
    border: none;
}
.site-breadcrumbs .link a{
    text-decoration: none;
}
.site-breadcrumbs .link[is-clickable] a{
    color: var(--dark-50);
}
.site-breadcrumbs .go-back{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    color: var(--black);
    background-color: var(--white);
    cursor: pointer;
    padding: 5px 15px;
    border: 1px solid var(--main-grey-50);
    border-radius: 4px;
}
.element_clone .btn {
    min-width: 80px !important;
}
.element_clone .d-flex {
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.address-history{
    position: relative;
    padding: 50px 0;
}
.address-history .address-wrapper{
    font-size: 16px;
    color: var(--dark-grey);
    padding: 20px 0;
}
.address-history .address-wrapper:not(:last-child){
    border-bottom: 1px solid var(--light-grey-50);
}
.address-history .address__data{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-history .address__data .link{
    font-family: 'GT Walsheim-Medium';
    padding: 4px 8px;
    border: none;
}
.empty-order-panel{
    position: relative;
    background-color: var(--grey-50);
    padding: 40px 20px;
    border-radius: 4px;
}
.empty-order-panel .empty-order-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 768px;
}
.empty-order-panel .empty-order-holder svg,
.empty-order-panel .empty-order-holder img{
    height: 90px;
    width: 150px;
    object-fit: contain;
}
.empty-order-panel .empty-order-holder .content-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 20px;
}
.empty-order-panel .empty-order-holder .content-data h1,
.empty-order-panel .empty-order-holder .content-data h2,
.empty-order-panel .empty-order-holder .content-data h3,
.empty-order-panel .empty-order-holder .content-data h4,
.empty-order-panel .empty-order-holder .content-data h5,
.empty-order-panel .empty-order-holder .content-data p{
    display: block;
    width: 100%;
}
.custom_checkbox--panel{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 35px;
    margin: 20px 0 0;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 5px -1px, rgb(0 0 0 / 6%) 0px -2px 4px -1px;
}
.custom_checkbox--panel.active{
    outline: none;
    border: 1px solid var(--success);
}
.custom_checkbox--panel input{
    display: grid;
    position: relative;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    left: 5px;
    width: 25px;
    height: 25px;
    padding: 0px;
    border: 2px solid var(--grey-80) !important;
    border-radius: 8px !important;
}
.custom_checkbox--panel  input:checked {
    background-color: var(--success);
    border: 2px solid var(--success) !important;
}
.custom_checkbox--panel  input:focus {
    box-shadow: none;
}
.custom_checkbox--panel label{
    display: block;
    width: 100%;
    padding: 15px 35px;
    cursor: pointer;
}
.custom_checkbox--panel label .title{
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
}
.custom_checkbox--panel label .title .notice{
    display: inline-block;
    color: var(--white);
    background-color: var(--green);
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 2.5px 5px;
    border-radius: 5px;
}
.custom_checkbox--panel label .info{
    display: block;
    font-size: 13px;
}
.multiple-select{
    position: relative;
    display: inline-block;
}
.multiple-select .multiple-select__wrapper{
    margin: 0 10px 0 0;
}
.multiple-select .multiple-select__wrapper input{
    cursor: pointer;
}

/* Media queries */
@media (max-width:350px) {
    .sidebar {
        width: 260px;
    }
}
@media (max-width:767px) {
    .hide-sidebar{
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .sidebar {
        z-index: 101;
    }
    .main-container {
        max-width: 100%;
        padding: 0px;
    }
    .dashboard-header__left-side{
        width: 100%;
    }
    .dashboard-header__logo[mobile] {
        display: block;
        visibility: visible;
    }
    .dashboard-header__logo[desktop] {
        display: none;
        visibility: hidden;
    }
    .dashboard-header__right-side .search-bar[desktop] {
        display: none;
        visibility: hidden;
    }
    .dashboard-notify .text[mobile]{
        display: none;
        visibility: hidden;
    }
    .dashboard-header__nav-option .profile[mobile]{
        display: inline-block;
        visibility: visible;
    }
    .dashboard-header__nav-option .profile[desktop]{
        display: none;
        visibility: hidden;
    }
    .dashboard-sidebar__footer {
        padding: 24px 24px 120px;
    }
    .wallet-info{
        margin-top: 50px;
    }
    .wallet-transaction__modal{
        font-size: 14px;
    }
    .settings-wrapper{
        padding: 50px 20px;
    }
    .bg-white__sm{
        border: none;
        background-color: var(--bg-white);
    }
    .bg-white__sm .card{
        box-shadow: none;
    }
    .settings-wrapper .profile[desktop]{
        display: none;
        visibility: hidden;
    }
    .settings-wrapper .profile[mobile]{
        display: block;
        visibility: visible;
    }
    .social__link {
        padding: 5px 10px;
        text-align: center;
    }
    .element_clone .btn {
        width: 30% !important;
        min-width: 80px;
        font-size: 12px;
    }
    .address-history .address-wrapper{
        font-size: 14px;
    }
    .empty-order-panel .empty-order-holder{
        flex-direction: column;
    }
    .empty-order-panel .empty-order-holder svg,
    .empty-order-panel .empty-order-holder img{
        height: 100px;
        width: 100px;
    }
    .empty-order-panel .empty-order-holder .content-data{
        padding-top: 30px;
    }
    .custom_checkbox--panel {
        align-items: center;
        padding: 0 5px 0px 35px;
    }
    .custom_checkbox--panel input{
        top: -20px;
        width: 18px;
        height: 18px;
    }
    .custom_checkbox--panel input{
        border-width: 3px !important;
    }
    .custom_checkbox--panel label {
        padding: 15px 15px;
    }
    .custom_checkbox--panel label .title{
        font-size: 14px;
    }
    .custom_checkbox--panel label .info{
        font-size: 11px;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .dashboard-header__left-side {
        min-width: 150px;
    }
}
@media (min-width:767px) {
    .wallet{
        flex-direction: row;
        justify-content: space-between;
    }
    .wallet .amount{
        font-size: 45px;
        line-height: 45px;
    }
    .wallet .fund-button{
        width: 200px;
        height: 50px;
        margin-top: 70px;
    }
}
@media (min-width:992px) {
    .dashboard-header__left-side {
        min-width: 300px;
    }
}
@media (min-width:1200px) {
    .share-referrals .referral-link {
        flex-direction: row;
    }
    .share-referrals .referral-link .input {
        width: 80%;
    }
    .share-referrals .referral__items {
        flex-wrap: nowrap;
    }
    .referral-history .text{
        width: 30%;
    }
}
