:root{

    --primary:#1877F2;
    --bg:#ffffff10;
    --card:#121726;
    --border:#ffffff15;

    --text:#fff;
    --muted:#9aa3bd;

    --radius:10px;
    
    --e-global-typography-primary-font-family: "Manrope";
    --e-global-typography-primary-font-weight: 600;

    --e-global-typography-secondary-font-family: "Manrope";
    --e-global-typography-secondary-font-weight: 400;

    --e-global-typography-text-font-family: "Azeret Mono";
    --e-global-typography-text-font-weight: 400;

    --e-global-typography-accent-font-family: "Manrope";
    --e-global-typography-accent-font-weight: 500;

}

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}

body,
p,
span,
li,
input,
textarea,
select,
button{
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
}

a,
.btn,
.button{
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
}

small,
.meta,
.subtitle{
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
}

body{

    background:var(--bg);

}

.fara-account {
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
}

.fara-sidebar {
    background: #ffffff10;
    border-right: 1px solid #ffffff15;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 20%;
}

.fara-logo{
    margin-bottom:45px;
}

.fara-logo a{
    display:flex;
    align-items:center;
    gap:15px;
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-decoration:none;
}

.fara-menu {
    list-style:none;
    display: flex;
    flex-direction: column;
}

.fara-menu a span {
    font-size: 13px !important;
}

.fara-menu li{
    margin-bottom:8px;
}

.fara-menu li:nth-child(5) {
    order: 7;
}

.fara-menu li .ftim {
    font-weight: 600;
}

.fara-menu a{

    display:flex;

    align-items:center;

    gap:15px;

    height:56px;

    padding:0 20px;

    color:var(--muted);

    text-decoration:none;

    border-radius:15px;

    transition:.3s;

}

.fara-menu li.active a {
    background: linear-gradient(90deg, #1877f2, #2352e6);
    color: #fff;
}

.fara-menu a:hover{

    background:#161d2d;

    color:#fff;

}

.fara-menu i{

    width:22px;

    text-align:center;

}

.fara-menu strong{

    margin-left:auto;

    background:var(--primary);

    width:28px;

    height:28px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:12px;

}

.fara-divider{

    margin:25px 0;

    border-top:1px solid rgba(255,255,255,.06);

}

.fara-premium{

    margin-top:auto;

    background:#141b2c;

    border-radius:20px;

    padding:25px;

}

.fara-premium h4{

    color:#fff;

    margin:15px 0;

}

.fara-premium p{

    color:var(--muted);

    line-height:1.8;

}

.fara-premium a{

    margin-top:20px;

    display:block;

    text-align:center;

    background:linear-gradient(90deg,#6c35f5,#8f57ff);

    color:#fff;

    padding:14px;

    border-radius:12px;

    text-decoration:none;

}

.fara-main{
    padding:0;
}

.fara-account > .fara-main {
    width: 75%;
}

.fara-topbar {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    flex-direction: column;
}

.fara-top-left{

    display:flex;

    align-items:center;

    gap:20px;

}

.fara-menu-btn{

    width:48px;
    height:48px;

    border:none;

    border-radius:12px;

    background:#151b2a;

    color:#fff;

    cursor:pointer;

    font-size:18px;

}

.fara-search{

    position:relative;

    width:560px;

}

.fara-search i{

    position:absolute;

    left:22px;

    top:50%;

    transform:translateY(-50%);

    color:#707a95;

}

.fara-search input{

    width:100%;

    height:52px;

    background:#151b2a;

    border:1px solid rgba(255,255,255,.05);

    border-radius:14px;

    color:#fff;

    padding-left:55px;

    outline:none;

}

.fara-search input::placeholder{

    color:#727d98;

}

.fara-top-right {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    justify-content: space-between;
}

.alert-icons {
    display: flex;
    gap: 15px;
}

.fara-icon{

    width:48px;
    height:48px;

    border-radius:12px;

    background:#151b2a;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    text-decoration:none;

    position:relative;

}

.fara-icon span{

    position:absolute;

    right:-5px;

    top:-5px;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#1877F2;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:11px;

    color:#fff;

}

.fara-user{

    display:flex;

    align-items:center;

    gap:15px;

    cursor:pointer;

}

.fara-top-right .fara-avatar{
    width:54px;
    height:54px;
    position: relative;
}

.fara-top-right .fara-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

.fara-top-right .edit-avatar{
    position: absolute;
    right: 0;
    bottom: 0;
    left: -10px;

    width: 24px;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #1877F2;
    color: #fff;

    text-decoration: none;

    z-index: 999;
}

.fara-user-info h4{
    color:#fff;
    font-size:17px;
    margin-bottom: 0;

}

.fara-user-info small{
    color:#8c94aa;
}

.fara-dashboard {
    display: grid;
    grid-template-columns: minmax(0,1fr) 300px;
    gap: 25px;
}

.fara-hero{

    display:flex;

    align-items:center;

    gap:35px;

    margin-bottom:35px;

}

.fara-hero-avatar{

    width:150px;

    height:150px;

    border-radius:50%;

    position:relative;

    flex-shrink:0;

    border:3px solid #8a4dff;

    padding:4px;

}

.fara-hero-avatar img{

    width:100%;

    height:100%;

    border-radius:50%;

    object-fit:cover;

}

.fara-edit-avatar{

    position:absolute;

    bottom:8px;

    right:5px;

    width:40px;

    height:40px;

    border:none;

    border-radius:50%;

    background:#1b2233;

    color:#fff;

    cursor:pointer;

}

.fara-hero-content{

    flex:1;

}

.fara-welcome{

    color:#b6bdd1;

    font-size:18px;

}

.fara-hero h1{

    font-size:58px;

    color:#fff;

    margin:8px 0 18px;

    line-height:1;

    font-weight:700;

}

.fara-level-row{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:18px;

}

.fara-level{

    background:rgba(123,63,242,.18);

    color:#fff;

    border:1px solid rgba(123,63,242,.35);

    padding:8px 18px;

    border-radius:40px;

    font-size:15px;

}

.fara-xp{

    color:#c6cde0;

    font-size:18px;

}

.fara-progress{

    width:100%;

    height:8px;

    border-radius:20px;

    overflow:hidden;

    background:#1d2435;

}

.fara-progress-bar{

    width:48%;

    height:100%;

    background:linear-gradient(
        90deg,
        #7B3FF2,
        #A75DFF
    );

    border-radius:20px;

}

/*--------------------------------------------------------------
# Statistics
--------------------------------------------------------------*/

.fara-stats {
    display: flex;
    gap: 0px;
    margin-bottom: 35px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.fara-stat-card {
    background: #121726;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;
    padding: 10px;
    transition: .35s;
    width: 23%;
}

.fara-stat-card:hover {
    transform: translateY(-4px);
    border-color: #1877f2;
}

.fara-stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.fara-stat-icon.purple{

    background:rgba(123,63,242,.18);

    color:#8E58FF;

}

.fara-stat-icon.gold{

    background:rgba(255,193,7,.12);

    color:#FFC107;

}

.fara-stat-icon.blue{

    background:rgba(33,150,243,.12);

    color:#2196F3;

}

.fara-stat-icon.pink{

    background:rgba(233,30,99,.12);

    color:#FF4FB1;

}

.fara-stat-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fara-stat-content > span {
    display: block;
    color: #97A0B8;
    font-size: 12px;
    font-weight: 500;
}

.fara-stat-content h3 {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
}

.fara-stat-content h3 small{
    font-size:18px;
    color:#9AA2B8;

}

.fara-stat-content small{
    color:#97A0B8;
}

/*======================================
Recent Orders
======================================*/

.fara-recent-orders{

    margin-top:40px;

}

.fara-section-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:24px;

}

.fara-section-header h2{

    color:#fff;

    font-size:28px;

    margin-bottom:6px;

}

.fara-section-header p{

    color:#8f97ae;

}

.fara-view-all {
    color: #1877f2;
    text-decoration: none;
    font-weight: 600;
}

.fara-orders-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:22px;

}

.fara-order-item{

    background:#121726;

    border:1px solid rgba(255,255,255,.05);

    border-radius:22px;

    overflow:hidden;

    transition:.3s;

}

.fara-order-item:hover{
    transform:translateY(-6px);
    border-color:#1877f2;
}

.fara-order-thumb {
    height: 200px;
    overflow: hidden;
}

.fara-order-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.fara-order-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*.platform{*/

/*    color:#9ca4bb;*/

/*    font-size:14px;*/

/*}*/

.fara-order-info h3 {
    color: #fff !important;
    margin: 5px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.3;
    font-weight: 700 !important;
}

.fara-order-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.status{
    font-size:10px;
}

.fara-order-footer .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 600;
}

.woocommerce-Price-currencySymbol {
    margin: 0;
}

.status.completed{
    background:#123c28;
    color:#52d273;
}

.status.processing{
    background:#3b2f12;
    color:#ffc857;
}

.status.pending{

    background:#35232b;

    color:#ff7da6;

}

.fara-order-footer strong{

    color:#fff;

    font-size:20px;

}

/*==================================
RIGHT SIDEBAR
==================================*/

.fara-right{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.fara-widget {
    background: #121726;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fara-widget-title{
    display:flex;
    justify-content:space-between;
    align-items:center;

}

.fara-widget-title h3 {
    color: #fff;
    font-size: 20px !important;
    margin-bottom: 5px;
}

.fara-widget-title a{
    color:#1877f2;
    text-decoration:none;
}

.fara-overview-list{

    display:flex;
    flex-direction:column;
    gap:18px;
}

.fara-overview-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fara-overview-item > span {
    color: #97A0B8;
    font-size: 12px;
}

.fara-overview-item strong {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.fara-ticket{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.fara-ticket:last-child{
    border:none;
}

.fara-ticket strong{
    display:block;
    color:#fff;
}

.fara-ticket span{

    color:#97A0B8;

    font-size:14px;

}

.fara-ticket label{

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

}

.fara-ticket .open{

    background:#143c27;

    color:#58d27a;

}

.fara-ticket .waiting{

    background:#413315;

    color:#ffc74d;

}

.fara-notification {
    display:flex;
    gap:14px;
    margin-bottom:20px;

}

.fara-notification{
    display:flex;
    align-items:center;
    gap:14px;
}

.fara-notification-thumb{
    flex:0 0 54px;
}

.fara-notification-thumb img{
    width:54px;
    height:54px;
    border-radius:10px;
    object-fit:cover;
    display:block;
}

.fara-notification-content{
    flex:1;
}

.fara-notification-content strong {
    display: block;
    margin-bottom: 0px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
}
.fara-notification-content span{
    opacity:.7;
    font-size:13px;
}

.fara-notification:last-child{
    margin-bottom:0;
}

.fara-notification i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#1d2435;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#8E58FF;
}

.fara-notification strong{
    display:block;
    color:#fff;
}

.fara-notification span {
    color: #97A0B8;
    font-size: 10px;
}

.fara-message-box .fara-btn {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 35px;
    font-weight: 400;
    background-color: #1877f2;
    border-radius: 7px;
    transition: .2s ease-in-out;
    width: 100%;
}

.fara-message-box .fara-btn:hover {
    color: #1877f2;
    background-color: #fff;
}

.fara-message-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.fara-message-heading h4 {
    margin: 0;
}

.fara-message-box p {
    font-size: 11px;
}

/*==================================
Messages
==================================*/

.fara-message-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.fara-message{

    display:flex;

    align-items:center;

    gap:15px;

    padding-bottom:18px;

    border-bottom:1px solid rgba(255,255,255,.05);

}

.fara-message:last-child{

    border:none;

    padding-bottom:0;

}

.fara-message-avatar{

    width:52px;

    height:52px;

    border-radius:50%;

    overflow:hidden;

    flex-shrink:0;

}

.fara-message-avatar img{

    width:100%;

    height:100%;

    object-fit:cover;

}

.fara-message-content{

    flex:1;

}

.fara-message-content h4{

    color:#fff;

    font-size:15px;

    margin-bottom:5px;

}

.fara-message-content p{

    color:#97A0B8;

    font-size:13px;

    overflow:hidden;

    text-overflow:ellipsis;

    white-space:nowrap;

}

.fara-message-meta{

    text-align:right;

}

.fara-message-meta span{

    display:block;

    color:#97A0B8;

    font-size:12px;

}

.fara-message-meta strong{

    margin-top:6px;

    display:inline-flex;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#7B3FF2;

    color:#fff;

    align-items:center;

    justify-content:center;

    font-size:11px;

}

/*==================================
Empty State
==================================*/

.fara-empty-state{

    grid-column:1/-1;

    text-align:center;

    padding:60px 20px;

    background:#121726;

    border:1px solid rgba(255,255,255,.05);

    border-radius:22px;

}

.fara-empty-state i{

    font-size:42px;

    color:#7B3FF2;

    margin-bottom:18px;

}

.fara-empty-state h3{
    color:#fff;
    margin-bottom:10px;
}

.fara-empty-state p{
    color:#97A0B8;
}

.fara-member-since{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:14px;
    color:#9aa3b2;
}

.fara-member-since strong{

    color:#fff;

    font-weight:600;

}

/* Quick Action */

.fara-actions{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.fara-action{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border-radius:12px;
    background:rgba(255,255,255,.04);
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.fara-action:hover{
    background:rgba(255,255,255,.08);
}

.fara-action i{
    width:22px;
    text-align:center;
    font-size:18px;
}

/* Order */

.fara-orders-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.fara-order-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#111625;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:24px;
}

.fara-order-left{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.fara-order-left strong{
    font-size:18px;
}

.fara-order-left span{
    opacity:.65;
    font-size:13px;
}

.fara-order-center{
    font-size:17px;
    font-weight:600;
}

.fara-order-status{
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
}

.fara-order-status.completed{
    background:#10351f;
    color:#42d87b;
}

.fara-order-status.processing{
    background:#3b2f08;
    color:#f5c542;
}

.fara-order-status.pending{
    background:#3b2222;
    color:#ff8d8d;
}

.fara-order-action a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 22px;
    border-radius:10px;
    background:#1877f2;
    color:#fff;
    text-decoration:none;
}

.fara-empty-card{
    background:#111625;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:70px 30px;
    text-align:center;
}

.fara-empty-card i{
    font-size:44px;
    margin-bottom:18px;
    color:#7C4DFF;
}

.fara-empty-card h3{
    margin-bottom:10px;
}

.fara-empty-card p{
    opacity:.7;
    margin-bottom:25px;
}

/* Edit Account */

.fara-account-settings{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.fara-account-card{
    background:#111625;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:35px;
}

.fara-account-settings .fara-avatar img{
    width:120px;
    height:120px;
    border-radius:50%;
    border:3px solid #7C4DFF;
    margin-bottom:15px;
}

.fara-avatar h4{
    margin:0;
    font-size:24px;
}

.fara-avatar span{
    opacity:.6;
}

.fara-account-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.fara-field{
    display:flex;
    flex-direction:column;
}

.fara-field.full{
    grid-column:1/-1;
}

.fara-field label{
    margin-bottom:10px;
    font-size:14px;
    font-weight:600;
}

.fara-field input{
    height:52px;
    background:#191f31;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px;
    color:#fff;
    padding:0 18px;
    transition:.3s;
}

.fara-field input:focus{
    border-color:#7C4DFF;
    outline:none;
}

.fara-account-card h3{
    margin-bottom:25px;
}

@media(max-width:768px){

.fara-account-grid{

grid-template-columns:1fr;

}

}

/*====================================================
=            Mobile Sidebar
====================================================*/

.fara-sidebar-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    backdrop-filter:blur(4px);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:998;
}

.fara-sidebar {
    z-index:999;
}

@media (max-width:991px){

    .fara-menu-btn{
        display:flex;
        align-items:center;
        justify-content:center;
        width:44px;
        height:44px;
        border:0;
        background:#202633;
        color:#fff;
        border-radius:12px;
        cursor:pointer;
        font-size:18px;
    }

    .fara-sidebar{

        position:fixed;

        top:0;

        left:-300px;

        width:280px;

        height:100vh;

        overflow-y:auto;

        transition:left .35s ease;

        box-shadow:0 0 40px rgba(0,0,0,.45);

    }

    .fara-sidebar.active{

        left:0;

    }

    .fara-sidebar-overlay.active{

        opacity:1;

        visibility:visible;

    }

    body.fara-menu-open{

        overflow:hidden;

    }

}

@media (min-width:992px){

    .fara-menu-btn{

        display:none;

    }

}

.fara-sidebar-close {
    display: none;
}

/* Mobile only */
@media (max-width: 991px){

    .fara-sidebar{
        position:fixed;
        top:0;
        left:0;
        width:300px;
        max-width:85%;
        height:100vh;
        z-index:9999;

        transform:translateX(-100%);
        transition:.35s ease;

        overflow-y:auto;
    }

    .fara-sidebar.active{
        transform:translateX(0);
    }

    body.fara-menu-open{
        overflow:hidden;
    }

    .fara-sidebar-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.6);
        backdrop-filter:blur(3px);
        opacity:0;
        visibility:hidden;
        transition:.3s;
        z-index:9998;
    }

    .fara-sidebar-overlay.active{
        opacity:1;
        visibility:visible;
    }

    .fara-sidebar-close{
        display: flex;
        align-items: center;
        justify-content: center;
        
        position:absolute;
        top:20px;
        right:20px;

        width:42px;
        height:42px;

        border:none;
        border-radius:50%;

        background:rgba(255,255,255,.08);
        color:#fff;
        cursor:pointer;
    }

}

@media (max-width: 991px) {

    .alert-icons {
        display: none;
    }
    
    .fara-user {
        width: 100%;
    }
    
    header.fara-topbar {
        width: 100%;
        flex-direction: row;
        align-items: center;
    }
    
    .fara-account > .fara-main {
        width: 100%;
    }
    
    .fara-member-since strong {
        font-size: 10px;
    }
    
    .fara-member-since {
        font-size: 10px;
    }
    
    .fara-top-right .fara-avatar {
        width: 44px;
        height: 44px;
        position: relative;
    }
    
    .fara-user {
        justify-content: flex-end
    }
    
    .fara-user-info span {
        font-size: 12px;
    }
    
    .fara-user-info h4 {
        font-size: 14px;
    }
    
    .fara-menu-btn .xi.xi-hamburger {
        font-weight: 900 !important;
    }
    
    .fara-dashboard {
        grid-template-columns: none;
    }
    
    .fara-stats {
        gap: 14px 0;
    }
    
    .fara-stat-card {
        width: 48%;
    }
    
    .fara-view-all {
        width: 70px;
    }
    
    .fara-section-header {
        gap: 10px;
    }
    
    .fara-orders-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 22px;
    }
    
    .woocommerce-Price-currencySymbol {
        margin: 0 !important;
    }
    
    .fara-order-footer .woocommerce-Price-amount.amount {
        font-size: 13px;
    }

    .fara-order-card {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px 0;
    }

    
}