@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.1pqxibmw4z.bundle.scp.css';
@import '_content/TradingView.Blazor/TradingView.Blazor.te8od78i03.bundle.scp.css';

/* /Components/Account/Login.razor.rz.scp.css */
/* Styles pour positionner les particules en arrière-plan */
#tsparticles[b-oie3z8dg3o] {
    position: absolute; /* Fixer les particules à l'arrière-plan de la page */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* S'assurer que les particules sont derrière tout */
    pointer-events: none; /* Empêche toute interaction avec les particules */
}
a[b-oie3z8dg3o] {
    color: #0dcaf0 !important;
    text-decoration: none !important;
}
    a:hover[b-oie3z8dg3o] {
        text-shadow: 0px 0px 20px 6px #00b5f140;
    }

/* /Components/Article/ArticleLine.razor.rz.scp.css */
body[b-1rsz4knccf] {
}
.reading-time[b-1rsz4knccf] {
    font-size: 0.6rem;
    color: #828181;
}
/* /Components/Feed/FeedMessageCard.razor.rz.scp.css */
/* Styles des cartes */
.news-card[b-yd2v1xr164] {
    background-color: #7272722b;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 400px;
    margin: 0 auto;
}

/* En-tête de la carte */
.news-card-header h3[b-yd2v1xr164] {
    font-size: 18px;
    margin: 0 0 10px 0;
}

/* Corps de la carte */
.news-card-body p[b-yd2v1xr164] {
    font-size: 14px;
    line-height: 1.5;
}

/* Pied de la carte */
.news-card-footer[b-yd2v1xr164] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-time[b-yd2v1xr164] {
    font-size: 0.7rem;
}

.like-button[b-yd2v1xr164] {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

    .like-button i[b-yd2v1xr164] {
        margin-right: 8px;
    }

    .like-button:hover[b-yd2v1xr164] {
        background-color: #007bff;
        color: white;
    }
/* /Components/Feed/FeedMessageEditor.razor.rz.scp.css */
body[b-ad6m5bgouh] {
}
/* /Components/Feed/FeedMessageLine.razor.rz.scp.css */

.news-item[b-43a2wle3tt] {
    border-radius: 5px;
}

.news-header[b-43a2wle3tt] {
    display: flex;
    align-items: start;
    margin-bottom: 3px;
}

.author-image[b-43a2wle3tt] {
    width: 50px;
    padding-top: 4px;
    border-radius: 50%;
    margin-right: 12px;
}

.header-details[b-43a2wle3tt] {
    display: flex;
    flex-direction: column;
}

.news-title[b-43a2wle3tt] {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.news-date[b-43a2wle3tt] {
    font-size: 12px;
    color: #979393;
}

.news-shadow[b-43a2wle3tt] {
    /* box-shadow: 0 0 10px 0px rgb(0 0 0 / 48%) !important; */
    background-color: #1616169e;
    border-radius: 7px;
    margin-bottom: 10px;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);*/
}

/* Contenu de la news */


/* Pied de page (interactions) */
.news-footer[b-43a2wle3tt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 7px;
}

.news-end-separator[b-43a2wle3tt] {
    display: flex;
    color: #676767;
    justify-content: space-between;
    align-items: center;
   /* border-bottom: 1px solid #676767;
    padding: 1.5rem;*/
}
/* Boutons Like et Heart */
.like-button[b-43a2wle3tt], .heart-button[b-43a2wle3tt] {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

    .like-button i[b-43a2wle3tt], .heart-button i[b-43a2wle3tt] {
        margin-right: 8px;
    }

    .like-button:hover[b-43a2wle3tt] {
        background-color: #007bff;
    }

    .heart-button:hover[b-43a2wle3tt] {
        background-color: #e63946;
    }

.icon-data[b-43a2wle3tt] {
    font-size: 0.6rem;
}

.date-format[b-43a2wle3tt] {
    font-size: 0.8rem;
}

.news-short-text[b-43a2wle3tt] {
    /*max-height: 200px;*/ /* Limite la hauteur à 200px */
    overflow: hidden; /* Cache le texte qui dépasse */
    text-overflow: ellipsis; /* Ajoute les "..." */
    display: -webkit-box; /* Nécessaire pour couper avec des "..." */
    -webkit-box-orient: vertical; /* Définit l'orientation de la boîte */
    -webkit-line-clamp: 5; /* Nombre de lignes à afficher avant "..." */
    line-height: 1.3; /* Ajuste l'espacement des lignes (important pour le clamp) */
    word-wrap: break-word; /* Coupe les mots longs */
}
.news-short-image[b-43a2wle3tt]{
    width: 100%;
}
  
/* /Components/Helpers/Boarding.razor.rz.scp.css */


.nav-button[b-7z8os7m8bs] {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #0b222f;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .nav-button:hover[b-7z8os7m8bs] {
        background-color: #007bff; /* Change color on hover */
    }
/* /Components/Helpers/InstallHelper.razor.rz.scp.css */

/* /Components/NotAuthorized/NotAuthorizedPage.razor.rz.scp.css */
body[b-cb6pobivew] {
}
.purchase-container[b-cb6pobivew] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    padding: 20px;
    text-align: center;
}

    .purchase-container h2[b-cb6pobivew] {
        color: #d9534f;
    }

    .purchase-container p[b-cb6pobivew] {
        margin: 10px 0;
        font-size: 1.1em;
    }

    .purchase-container .btn[b-cb6pobivew] {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: 1em;
    }
/* /Components/SfComponents/SFBarIndicator.razor.rz.scp.css */
body[b-cqkn5q3shu] {
}
.temperature-bar[b-cqkn5q3shu] {
    width: 100%;
    background: linear-gradient(to right, #00c0ff, #00ff00, yellow, red);
    border-radius: 5px;
    font-size: 1rem;
    color: #000000;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.temperature-fill[b-cqkn5q3shu] {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3); /* Couleur pour l'effet de remplissage */
    border-radius: 5px;
}

.temperature-arrow[b-cqkn5q3shu] {
    position: relative;
    top: -0.7rem; /* Positionne la flèche juste en dessous de la barre */
    font-size: 0.7rem;
    color: #444444; /* Couleur blanche pour la flèche */
    transform: translateX(-50%);
    text-align: center;
    /* Animation de la position de la flèche */
    left: 0%;
    animation: move-arrow-b-cqkn5q3shu 2s ease forwards;
    animation-delay: 0.5s;
}

/* Animation keyframes pour déplacer la flèche */
@keyframes move-arrow-b-cqkn5q3shu {
    0% {
        left: 0%;
    }

    100% {
        left: var(--target-position);
    }
}

.temperature-label[b-cqkn5q3shu] {
    font-size: 1rem;
    text-align: center;
}
/* /Components/SfComponents/SFBarIndicatorHeat.razor.rz.scp.css */
body[b-l6yhdpt6ub] {
}

.temperature-bar[b-l6yhdpt6ub] {
    width: 100%;
    background: linear-gradient(to right, #00c0ff, #00ff00, yellow, red);
    border-radius: 5px;
    font-size: 1rem;
    color: #000000;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.temperature-fill[b-l6yhdpt6ub] {
    height: 100%;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.3); /* Couleur pour l'effet de remplissage */
    border-radius: 5px;
}

.temperature-arrow[b-l6yhdpt6ub] {
    position: relative;
    top: -0.7rem; /* Positionne la flèche juste en dessous de la barre */
    font-size: 0.7rem;
    color: #444444; /* Couleur blanche pour la flèche */
    transform: translateX(-50%);
    text-align: center;
    /* Animation de la position de la flèche */
    left: 0%;
    animation: move-arrow-b-l6yhdpt6ub 2s ease forwards;
    animation-delay: 0.5s;
}

/* Animation keyframes pour déplacer la flèche */
@keyframes move-arrow-b-l6yhdpt6ub {
    0% {
        left: 0%;
    }

    100% {
        left: var(--target-position);
    }
}

.temperature-label[b-l6yhdpt6ub] {
    font-size: 1rem;
    text-align: center;
}

.container[b-l6yhdpt6ub] {
    font-size: 0.7rem;
    display: flex;
    width: 100%;
}

/* Each item has a custom width */
.item-wait[b-l6yhdpt6ub] {
    width: 15%; /* Adjust width as needed */
    text-align: left;
    padding: 0px;
}

.item-buy[b-l6yhdpt6ub] {
    width: 25%; /* Adjust width as needed */
    text-align: left;
    padding: 0px;
}

.item-hold[b-l6yhdpt6ub] {
    width: 25%; /* Adjust width as needed */
    text-align: center;
    padding: 0px;
}

.item-sell[b-l6yhdpt6ub] {
    width: 22%; /* Adjust width as needed */
    text-align: right;
    padding: 0px;
}

.item-out[b-l6yhdpt6ub] {
    width: 13%; /* Adjust width as needed */
    text-align: right;
    padding: 0px;
}
/* /Components/SfComponents/SfHeatIndicator.razor.rz.scp.css */
@keyframes progress-b-4o3eihodi9 {
    0% {
        --percentage: 0;
    }

    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

[role="progressbar"][b-4o3eihodi9] {
    --percentage: 0;
    --primary: #369;
    --secondary: #adf;
    --size: 300px;
    animation: progress-b-4o3eihodi9 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 2 / 1;
    border-radius: 50% / 100% 100% 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    [role="progressbar"][b-4o3eihodi9]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: conic-gradient(from 0.75turn at 50% 100%, rgb(0, 242, 250), yellow, red 180deg);
        mask: radial-gradient(at 50% 100%, white 55%, transparent 55.5%);
        mask-mode: alpha;
        -webkit-mask: radial-gradient(at 50% 100%, #0000 55%, #000 55.5%);
        -webkit-mask-mode: alpha;
    }

    [role="progressbar"][b-4o3eihodi9]::after {
        content: "";
        width: 10%;
        height: 12%;
        position: absolute;
        left: 11.5%;
        bottom: -5%;
        background: conic-gradient(at -20% 50%, #8d3c3c00 87deg, #a7a7a7 89.25deg 91.75deg, #3c855a00 92.90deg);
        transform-origin: 384% 50%;
        transform: rotate(calc(var(--percentage) * 180deg / 100 ));
    }

/* demo */
body[b-4o3eihodi9] {
    margin: 0;
    display: grid;
    place-items: center;
    height: 100vh;
    background: #f0f8ff;
}

/* Container styling for horizontal stacking */
.container[b-4o3eihodi9] {
    display: flex;
    width: 100%; /* Take full width of the parent */
}

.left[b-4o3eihodi9], .right[b-4o3eihodi9] {
    flex: 1; /* Each div takes up equal space */
    padding: 10px;
    box-sizing: border-box;
}

.left[b-4o3eihodi9] {
    background-color: #f0f0f0; /* Optional: background color for left div */
}

.right[b-4o3eihodi9] {
    background-color: #d0d0d0; /* Optional: background color for right div */
}
/* /Components/SfComponents/SfSwiper.razor.rz.scp.css */
/*.swiper-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
}

.swiper-content {
    display: flex;
    gap: 10px; 
}
*/

.swiper-container[b-55lmx3me4u] {
    width: 100%;
    overflow: hidden; /* Masque le débordement des cartes */
}


.swiper-wrapper[b-55lmx3me4u] {
    display: flex;
}

.swiper-slide[b-55lmx3me4u] {
    width: 300px; /* Largeur fixe pour chaque carte */
    flex-shrink: 0; /* Empêche les cartes de se réduire */
    margin-right: 20px; /* Espacement entre les cartes */
}
/* /Components/SfComponents/SfTrades.razor.rz.scp.css */
body[b-bxwrjsqydb] {
}
.tabs-container[b-bxwrjsqydb] {
    position: relative;
    overflow: hidden;
}

/* Ligne contenant les onglets */
.tabs[b-bxwrjsqydb] {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 8px;
}

/* Style des onglets */
.tab[b-bxwrjsqydb] {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    z-index: 2; /* Pour qu'ils soient au-dessus du fond animé */
    font-weight: bold;
    border-radius: 8px;
    user-select: none;
}

    /* Onglet sélectionné */
    .tab.selected[b-bxwrjsqydb] {
        font-weight: bold;
    }

/* Indicateur actif (fond bleu animé) */
.active-indicator[b-bxwrjsqydb] {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: calc(33.3333%); /* Largeur d'un onglet moins padding */
    height: 40px;
    border-radius: 8px;
    transition: transform 0.3s ease; /* Animation douce */
    z-index: 1; /* En dessous des onglets */
}
.ai-red[b-bxwrjsqydb] {
    background-color: #a72d2d99; /* Couleur bleu */
}
.ai-blue[b-bxwrjsqydb] {
    background-color: #2d7da759; /* Couleur bleu */
}
.ai-green[b-bxwrjsqydb] {
    background-color: #2da76959; /* Couleur bleu */
}
/* /Components/SfComponents/TradeEntryExitRanges.razor.rz.scp.css */
.container[b-0sfoer5uqc] {
    position: relative;
    font-size: 0.7rem;
    margin-top: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.element[b-0sfoer5uqc] {
    position: absolute;
    transform: translateY(-110%) translateX(-100%);
    color: white;
}

.elementPrice[b-0sfoer5uqc] {
    position: absolute;
    transform: translateY(-50%) translateX(-25%);
    color: white;
}

.elementArrow[b-0sfoer5uqc] {
    position: absolute;
    transform: translateY(-130%) translateX(-50%);
    color: white;
}
/* /Components/Signals/SignalsDetails.razor.rz.scp.css */
.status[b-s5l99soo5u] {
    display: flex;
    align-items: center;
}

.circle_pending_green[b-s5l99soo5u] {
    width: 15px;
    height: 15px;
    background-color: gray;
    border: 2px solid #00813d; /* Green border */
    border-radius: 50%;
    margin-right: 8px;
}

.circle_pending_red[b-s5l99soo5u] {
    width: 15px;
    height: 15px;
    background-color: gray;
    border: 2px solid #dc1a22; /* Red border */
    border-radius: 50%;
    margin-right: 8px;
}

.circle_confirmed_red[b-s5l99soo5u] {
    width: 15px;
    height: 15px;
    background-color: #dc1a22;
    border: 2px solid #dc1a22; /* Red border */
    border-radius: 50%;
    margin-right: 8px;
}

.circle_confirmed_green[b-s5l99soo5u] {
    width: 15px;
    height: 15px;
    background-color: #00813d;
    border: 2px solid #00813d; /* Green border */
    border-radius: 50%;
    margin-right: 8px;
}

.text_pending[b-s5l99soo5u] {
    font-size: 14px;
    color: gray;
}

.text[b-s5l99soo5u] {
    font-size: 14px;
    color: white;
}
/* /Components/Signals/SignalsTable.razor.rz.scp.css */
body[b-14oophlb3d] {
}


/* /Components/Signals/VolumeClimax.razor.rz.scp.css */
body[b-pk3sdduq42] {
}


/* /Components/Tokens/MyTokenLine.razor.rz.scp.css */
.crypto-icon[b-khceqbbr01] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.crypto-card-header[b-khceqbbr01] {
    display: flex;
    align-items: center;
}

.tiker[b-khceqbbr01] {
    font-size: 0.8rem;
}

.crypto-info[b-khceqbbr01] {
    display: inline-block;
}

.crypto-name[b-khceqbbr01] {
    text-align: start;
    white-space: nowrap; /* Empêche le texte de se répartir sur plusieurs lignes */
    overflow: hidden; /* Cache le contenu qui déborde du conteneur */
    text-overflow: ellipsis; /* Ajoute des ellipses (...) si le texte déborde */
    max-width: 100%;
    font-weight: 500;
    font-size: 14px !important;
}

@media (min-width: 993px) {
    .crypto-icon[b-khceqbbr01] {
        font-size: 24px !important
    }

    .crypto-name[b-khceqbbr01] {
        font-size: 17px !important;
    }
}

.crypto-abbreviation[b-khceqbbr01] {
    display:flex;
    font-size: 10px;
    align-items:start;
    color: #cfcfcf;
}
.trade-badge[b-khceqbbr01] {
    position: absolute;
    transform: translateX(14%);
    right: 0;
    bottom: -9px;
}

.price-change[b-khceqbbr01] {
    font-size: 0.7rem;
}
/* /Components/Tokens/MyWatchlist.razor.rz.scp.css */
body[b-vgb8tkyvor] {
}
/* /Components/Tokens/TokenDisplayLine.razor.rz.scp.css */
.full-name[b-az3xfxw84b] {
    font-size: 1.2rem; /* Make full name larger */
    font-weight: 500; /* Make full name less bold */
}

.token[b-az3xfxw84b] {
    font-size: 1rem; /* Make token smaller */
    font-weight: 200; /* Make token bold */
}

.rounded-image[b-az3xfxw84b] {
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures that any overflow is hidden */
    width: 20px; /* Ensures the image maintains its size */
    height: 20px; /* Same as width to keep it square */
}

/* /Components/Tokens/TokenGainerDisplayLine.razor.rz.scp.css */
body[b-n4lfzwhwy3] {
}

.positif-pnl[b-n4lfzwhwy3] {
    color: white;
    padding: 0.2rem;
    background-color: #2da741;
    border-radius: 3px;
    font-weight: 100;
    font-size: 0.6rem;
    height: 1rem;
}

.negatif-pnl[b-n4lfzwhwy3] {
    color: #f5463b;
    font-weight: 200;
    font-size: smaller;
}

.token-short[b-n4lfzwhwy3] {
    font-size: 0.8rem;
}

.rounded-image[b-n4lfzwhwy3] {
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures that any overflow is hidden */
    width: 20px; /* Ensures the image maintains its size */
    height: 20px; /* Same as width to keep it square */
}
/* /Components/Tokens/TokenMainInfos.razor.rz.scp.css */
body[b-e74sruhmjh] {
}


.token-short[b-e74sruhmjh] {
    font-size: 0.8rem;
}

.badge[b-e74sruhmjh] {
    display: inline-block;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    background-color: #f4f8fc; /* Light blue-gray background */
    color: #4a5568; /* Dark gray text color */
    font-weight: bold;
    border-radius: 12px; /* Rounded corners */
    font-family: Arial, sans-serif;
}
/* /Components/TradeOpportunities/MyTradeLine.razor.rz.scp.css */
.crypto-icon[b-oq1gf54795] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.crypto-card-header[b-oq1gf54795] {
    display: flex;
    align-items: center;
}

.tiker[b-oq1gf54795] {
    font-size: 1rem;
}

.crypto-info[b-oq1gf54795] {
    display: inline-block;
}

.crypto-name[b-oq1gf54795] {
    font-weight: 500;
    font-size: 1.2rem;
}

.crypto-abbreviation[b-oq1gf54795] {
    display: flex;
    font-size: 12px;
    align-items: start;
    color: #cfcfcf;
}

.price-change[b-oq1gf54795] {
    font-size: 0.9rem;
}
/* /Components/TradeOpportunities/MyTradesResume.razor.rz.scp.css */

.wallet-card[b-uf7y8v0suh] {
    background: linear-gradient(141deg, #093c4a80, #ff597f82);
    border-radius: 0.7rem;
    box-shadow: 0px 7px 20px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

/* Header styling */
    .wallet-header[b-uf7y8v0suh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
}

.menu-icon[b-uf7y8v0suh], .qr-icon[b-uf7y8v0suh] {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
}

.wallet-header span[b-uf7y8v0suh] {
    text-transform: uppercase;
}

/* Balance styling */
.wallet-balance[b-uf7y8v0suh] {
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 1.7rem
}

    .wallet-balance h1[b-uf7y8v0suh] {
        font-size: 2.5rem;
        margin: 0;
    }

        .wallet-balance h1 span[b-uf7y8v0suh] {
            font-size: 1.5rem;
            vertical-align: super;
        }

    .wallet-balance p[b-uf7y8v0suh] {
        margin: 5px 0;
        font-size: 1rem;
        color: #d0d0ff;
    }

.arrow-up[b-uf7y8v0suh] {
    color: lightgreen;
}

/* Chart styling */
.wallet-chart[b-uf7y8v0suh] {
    position: relative;
    height: 50px;
    margin-top: 10px;
}

.chart-line[b-uf7y8v0suh] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.dot[b-uf7y8v0suh] {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: yellow;
    border-radius: 50%;
}

/* Refresh button */
.refresh-button[b-uf7y8v0suh] {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.refresh-icon[b-uf7y8v0suh] {
    color: #ff597f;
    font-size: 1.5rem;
}
/* /Components/TradeOpportunities/TradeOpDisplay.razor.rz.scp.css */
body[b-r626d19dze] {
}

.circle-with-text[b-r626d19dze] {
    display: flex;
    align-items: center; /* Aligne le cercle et le texte verticalement */
}

.circle-danger[b-r626d19dze]{
    width: 10px; /* Diamètre du cercle */
    height: 10px; /* Diamètre du cercle */
    background-color: red; /* Couleur du cercle */
    border-radius: 50%; /* Rend le div circulaire */
    margin-right: 8px; /* Espace entre le cercle et le texte */
}

.circle-warning[b-r626d19dze] {
    width: 10px; /* Diamètre du cercle */
    height: 10px; /* Diamètre du cercle */
    background-color: orange; /* Couleur du cercle */
    border-radius: 50%; /* Rend le div circulaire */
    margin-right: 8px; /* Espace entre le cercle et le texte */
}

.circle-success[b-r626d19dze]{
    width: 10px; /* Diamètre du cercle */
    height: 10px; /* Diamètre du cercle */
    background-color: green; /* Couleur du cercle */
    border-radius: 50%; /* Rend le div circulaire */
    margin-right: 8px; /* Espace entre le cercle et le texte */
}

.gain-text[b-r626d19dze] {
    font-size: 0.9rem; /* Taille du texte */
}

.text-zone[b-r626d19dze] {
    font-size: 0.8rem;
}

.rounded-image[b-r626d19dze] {
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures that any overflow is hidden */
    width: 25px; /* Ensures the image maintains its size */
    height: 25px; /* Same as width to keep it square */
}


.warning-border[b-r626d19dze] {
    border-radius: 5px;
    background: linear-gradient(168deg, transparent 60%, #a72d2d30 75%, #a74f2db3 100%);
}

.success-border[b-r626d19dze] {
    border-radius: 5px;
    background: linear-gradient(168deg, transparent 60%, #2da74130 75%, #2da741b3 100%)
}

.running-border[b-r626d19dze] {
    border-radius: 5px;
    background: linear-gradient(168deg, transparent 60%, #2d85a714 75%, #2d7da759 100%)
}

.cancelled-border[b-r626d19dze] {
    border-radius: 5px;
    filter: grayscale(100%);
    background: linear-gradient(168deg, transparent 60%, #2da74130 75%, #2da741b3 100%)
}
.out-border[b-r626d19dze] {
    border-radius: 5px;
    background: linear-gradient(168deg, transparent 60%, #eb4d4c47 75%, #ff0200b3 100%)
}

.finalized-border[b-r626d19dze] {
    border-radius: 5px;
    background: linear-gradient(168deg, transparent 60%, #ff597f42 75%, #ff597f82 100%)
}
.crypto-name[b-r626d19dze] {
    font-size:14px !important;
}


.crypto-image[b-r626d19dze] {
    font-size:17px !important
}

@media (min-width: 993px) {
    .crypto-image[b-r626d19dze] {
        font-size: 24px !important
    }
    .crypto-name[b-r626d19dze] {
        font-size: 17px !important;
    }
}


    .positif-pnl[b-r626d19dze] {
        padding: 0.2rem;
        color: #2da741;
        font-weight: 100;
        font-size: 1rem;
        font-weight: 600;
    }

    .negatif-pnl[b-r626d19dze] {
        padding: 0.2rem;
        color: #f5463b;
        font-weight: 100;
        font-size: 1rem;
        font-weight: 600;
    }

    .scalp-badge[b-r626d19dze] {
        position: absolute;
        transform: translateX(14%);
        right: -8px;
        top: -8px;
    }

    .w-30[b-r626d19dze]{
        width: 30%;
    }
    .w-50[b-r626d19dze] {
        width: 50%;
    }
    .w-25[b-r626d19dze] {
        width: 25%;
    }
/* /Components/TradeOpportunities/TradeOpDisplayLine.razor.rz.scp.css */
body[b-4lu9i4qqkn] {
}

.token-short[b-4lu9i4qqkn] {
    font-size: 0.8rem;
}

.rounded-image[b-4lu9i4qqkn] {
    border-radius: 50%; /* Makes the image circular */
    overflow: hidden; /* Ensures that any overflow is hidden */
    width: 20px; /* Ensures the image maintains its size */
    height: 20px; /* Same as width to keep it square */
}

.confirmed-border[b-4lu9i4qqkn] {
    border-radius: 5px;
    background: linear-gradient(to right, transparent 30%, #2da74130 75%, #2da741b3 100%);
}

.cancelled-border[b-4lu9i4qqkn] {
    border-radius: 5px;
    background: linear-gradient(to right, transparent 30%, #eb4d4c47 75%, #eb4d4cb3 100%);
}


.positif-pnl[b-4lu9i4qqkn] {
    padding: 0.2rem;
    color: #2da741;
    font-weight: 100;
    font-size: 1rem;
    font-weight: 600;
    height: 1rem;
}

.negatif-pnl[b-4lu9i4qqkn] {
    padding: 0.2rem;
    color: #f5463b;
    font-weight: 100;
    font-size: 1rem;
    font-weight: 600;
    height: 1rem;
}
/* /Components/TradeOpportunities/TradeOpInfo.razor.rz.scp.css */
body[b-91byf9idgy] {
}
.info[b-91byf9idgy]{
    text-align: justify;
}
/* /Components/TradeOpportunities/TradesSelector.razor.rz.scp.css */
.switch-container[b-v6s3286ys3] {
  position: relative;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.switch-options[b-v6s3286ys3] {
  display: flex;
  width: 100%;
}

.option[b-v6s3286ys3] {
  padding: 2px 10px;
  cursor: pointer;
  text-align: center;
  flex: 1;

}

  .option.selected[b-v6s3286ys3] {
    background: radial-gradient(circle at center, #0088c9, transparent);

  }

.circle[b-v6s3286ys3] {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 3px 3px rgb(0 0 0) !important;
}

.my-circle[b-v6s3286ys3] {
  margin-left: 10px;
  border: solid;
  border-width: 2px;
  border-color: #b0b0b0;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  justify-content: center;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  width: 25px;
  height: 25px;
}

.my-number[b-v6s3286ys3] {
  padding-top: 3px;
 font-size: 0.8rem;
}

.top-left[b-v6s3286ys3] {
  position: fixed;
  top: -8px;
  left: -8px;
  background-color: red;
}

.top-right[b-v6s3286ys3] {
  position: fixed;
  top: -8px;
  right: -8px;
  background-color: red;
}
/* /Components/Transactions/MyTransactionLine.razor.rz.scp.css */
.crypto-icon[b-o0cfkx5kos] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.crypto-card-header[b-o0cfkx5kos] {
    display: flex;
    align-items: center;
}

.tiker[b-o0cfkx5kos] {
    font-size: 0.7rem;
}

.crypto-info[b-o0cfkx5kos] {
    display: inline-block;
}

.crypto-name[b-o0cfkx5kos] {
    font-weight: 500;
    font-size: 0.9rem;
}

.crypto-abbreviation[b-o0cfkx5kos] {
    display: flex;
    font-size: 0.7rem;
    align-items: start;
    color: #cfcfcf;
}

.price-change[b-o0cfkx5kos] {
    font-size: 0.6rem;
}
/* /Components/Transactions/MyTransactionPairSummary.razor.rz.scp.css */
body[b-bsyi5ui51l] {
}
.crypto-icon[b-bsyi5ui51l] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.crypto-card-header[b-bsyi5ui51l] {
    display: flex;
    align-items: center;
}

.tiker[b-bsyi5ui51l] {
    font-size: 0.8rem;
}
.gain-font[b-bsyi5ui51l]{
    font-size: 0.7rem;
}

.crypto-info[b-bsyi5ui51l] {
    display: inline-block;
}

.crypto-name[b-bsyi5ui51l] {
    font-weight: 500;
    font-size: 0.9rem;
}

.crypto-abbreviation[b-bsyi5ui51l] {
    display: flex;
    font-size: 0.7rem;
    align-items: start;
    color: #cfcfcf;
}

.price-change[b-bsyi5ui51l] {
    font-size: 0.6rem;
}


/* /Components/Transactions/MyTransactionsSummary.razor.rz.scp.css */

.wallet-card[b-q0en53e1f4] {
    background: linear-gradient(141deg, #093c4a80, #ff597f82);
    border-radius: 0.7rem;
    box-shadow: 0px 7px 20px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}
/* Header styling */
.wallet-header[b-q0en53e1f4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
}

.menu-icon[b-q0en53e1f4], .qr-icon[b-q0en53e1f4] {
    background: none;
    border: none;
    /* color: white; */
    position: absolute;
    font-size: 1.2rem;
    cursor: pointer;
    right: 10px;
}

.wallet-header span[b-q0en53e1f4] {
    text-transform: uppercase;
}

/* Balance styling */
.wallet-balance[b-q0en53e1f4] {
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 1.7rem
}

    .wallet-balance h1[b-q0en53e1f4] {
        font-size: 2.5rem;
        margin: 0;
    }

        .wallet-balance h1 span[b-q0en53e1f4] {
            font-size: 1.5rem;
            vertical-align: super;
        }

    .wallet-balance p[b-q0en53e1f4] {
        margin: 5px 0;
        font-size: 1rem;
        color: #d0d0ff;
    }

.arrow-up[b-q0en53e1f4] {
    color: lightgreen;
}

/* Chart styling */
.wallet-chart[b-q0en53e1f4] {
    position: relative;
    height: 50px;
    margin-top: 10px;
}

.chart-line[b-q0en53e1f4] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.dot[b-q0en53e1f4] {
    position: absolute;
    top: -5px;
    width: 10px;
    height: 10px;
    background: yellow;
    border-radius: 50%;
}

/* Refresh button */
.refresh-button[b-q0en53e1f4] {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.refresh-icon[b-q0en53e1f4] {
    color: #ff597f;
    font-size: 1.5rem;
}

/* /Components/UI/TokenCard.razor.rz.scp.css */
.crypto-card[b-3dmi8dqcjf] {
    width: 300px;
    background-color: #252b34;
    border-radius: 12px;
    padding: 1rem;
    margin: 0.3rem;
    box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 43%);
    overflow: hidden;
    position:relative;
}

.crypto-card-header[b-3dmi8dqcjf] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.crypto-card .blur-effect[b-3dmi8dqcjf] {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    border-radius: 12px;
    pointer-events: none; /* Permet de cliquer à travers le flou */
    z-index: 0;
}

/* Styles conditionnels pour le flou vert ou rouge */
.positive-blur .blur-effect[b-3dmi8dqcjf] {
    background: rgba(0, 255, 0, 0.15); /* Vert translucide */
    filter: blur(35px); /* Réduit le flou */
}

.negative-blur .blur-effect[b-3dmi8dqcjf] {
    background: rgba(255, 0, 0, 0.15); /* Rouge translucide */
    filter: blur(35px); /* Réduit le flou */
}




.crypto-icon[b-3dmi8dqcjf] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.crypto-info[b-3dmi8dqcjf] {
    display: flex;
    flex-direction: column;
}
.crypto-trend[b-3dmi8dqcjf] {
    display: flex;
    justify-self:end;
    flex-direction: column;
}

.crypto-name[b-3dmi8dqcjf] {
    font-weight: bold;
    font-size: 18px;
}

.crypto-abbreviation[b-3dmi8dqcjf] {
    font-size: 14px;
    color: #cfcfcf;
}

.crypto-card-footer[b-3dmi8dqcjf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-price[b-3dmi8dqcjf] {
    font-size: 0.8rem;
    color: var(--sf-green);
    font-weight: bold;
}
.entry[b-3dmi8dqcjf] {
    font-size: 0.8rem;
}

.exit-price[b-3dmi8dqcjf] {
    font-size: 0.8rem;
    color: var(--sf-red);
    font-weight: bold;
}

.tiker[b-3dmi8dqcjf] {
    font-size: 1.2rem;
}

.exit[b-3dmi8dqcjf] {
    font-size: 0.8rem;
}
.positive[b-3dmi8dqcjf] {
    color: #4caf50; /* Vert pour les augmentations */
}

.negative[b-3dmi8dqcjf] {
    color: #f44336; /* Rouge pour les diminutions */
}


.swiper-slide .editable-context[b-3dmi8dqcjf] {
    display: none ; /* Cacher par défaut */
}

.swiper-slide-active .editable-context[b-3dmi8dqcjf] {
    display: block; /* Afficher uniquement pour le slide actif */
}
/* /Components/UserControls/LoadingScreen.razor.rz.scp.css */
body[b-b522s8cwhl] {
}
/* /Components/UserControls/SFSelection.razor.rz.scp.css */
body[b-bohkna4yi3] {
}


/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-wpx6dnzwmp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wpx6dnzwmp] {
    flex: 1;
}

.sidebar[b-wpx6dnzwmp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wpx6dnzwmp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wpx6dnzwmp]  a, .top-row[b-wpx6dnzwmp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wpx6dnzwmp]  a:hover, .top-row[b-wpx6dnzwmp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wpx6dnzwmp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wpx6dnzwmp] {
        justify-content: space-between;
    }

    .top-row[b-wpx6dnzwmp]  a, .top-row[b-wpx6dnzwmp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wpx6dnzwmp] {
        flex-direction: row;
    }

    .sidebar[b-wpx6dnzwmp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wpx6dnzwmp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wpx6dnzwmp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wpx6dnzwmp], article[b-wpx6dnzwmp] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavBar.razor.rz.scp.css */


/*=============== VARIABLES CSS ===============*/
:root[b-utf2b9t3es] {
    --header-height: 3rem;
    /*========== Colors ==========*/
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 8%, 35%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --container-color: #FFF;
    /*========== Font and typography ==========*/
    --body-font: 'Open Sans', sans-serif;
    --h1-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --tiny-font-size: .625rem;
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
}

@media screen and (min-width: 968px) {
    :root[b-utf2b9t3es] {
        --h1-font-size: 2.25rem;
        --normal-font-size: 1rem;
    }
}

/*=============== BASE ===============*/
*[b-utf2b9t3es] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html[b-utf2b9t3es] {
    scroll-behavior: smooth;
}

body[b-utf2b9t3es] {
    margin: var(--header-height) 0 0 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
}

ul[b-utf2b9t3es] {
    list-style: none;
}

a[b-utf2b9t3es] {
    text-decoration: none;
}

img[b-utf2b9t3es] {
    max-width: 100%;
    height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.section[b-utf2b9t3es] {
    padding: 4.5rem 0 2rem;
}

.section__title[b-utf2b9t3es] {
    font-size: var(--h1-font-size);
    color: var(--title-color);
    text-align: center;
    margin-bottom: 1.5rem;
}

.section__height[b-utf2b9t3es] {
    height: 100vh;
}

/*=============== LAYOUT ===============*/
.container[b-utf2b9t3es] {
    max-width: 968px;
    margin-left: 1rem;
    margin-right: 1rem;
}

/*=============== HEADER ===============*/
.header[b-utf2b9t3es] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--container-color);
    z-index: var(--z-fixed);
    transition: .4s;
}

/*=============== NAV ===============*/
.nav[b-utf2b9t3es] {
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__img[b-utf2b9t3es] {
    width: 32px;
    border-radius: 50%;
}

.nav__logo[b-utf2b9t3es] {
    color: var(--title-color);
    font-weight: 600;
}
.nav__menu[b-utf2b9t3es]{
    display: none;
}
@media screen and (max-width: 992px) {
    .nav__menu[b-utf2b9t3es] {
        position: fixed;
        bottom: 0;
        z-index: 1020;
        left: 0;
        background-color: var(--container-color);
        box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
        width: 100%;
        height: 5rem;
        padding: 0.2rem 1rem 0rem 1rem;
        display: grid;
       /* align-content: center;*/
        border-radius: 1.25rem 1.25rem 0 0;
        transition: .4s;
    }
}

.nav__list[b-utf2b9t3es],
.nav__link[b-utf2b9t3es] {
    display: flex;
}

.nav__link[b-utf2b9t3es] {
    flex-direction: column;
    align-items: center;
   /* row-gap: 4px;*/
    color: var(--title-color);
}

.nav__list[b-utf2b9t3es] {
    justify-content: space-around;
}

.nav__name[b-utf2b9t3es] {
    font-size: 0.7rem;
    /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon[b-utf2b9t3es] {
    font-size: 1.5rem;
}

/*Active link*/
[data-bs-theme="dark"] .active-link[b-utf2b9t3es] {
    position: relative;
    font-weight: 600;
    transition: .3s;
}
    [data-bs-theme="dark"] .active-link[b-utf2b9t3es]::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 53%;
        transform: translateX(-50%);
        width: 0.3rem;
        height: 0.3rem;
        background-color: #ffffff;
        border-radius: 50%;
    }
[data-bs-theme="light"] .active-link[b-utf2b9t3es] {
    position: relative;
    font-weight: 600;
    transition: .3s;
}

    [data-bs-theme="light"] .active-link[b-utf2b9t3es]::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 53%;
        transform: translateX(-50%);
        width: 0.3rem;
        height: 0.3rem;
        background-color: #000;
        border-radius: 50%;
    }
/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header[b-utf2b9t3es] {
    box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
    .nav__name[b-utf2b9t3es] {
        display: none;
    }
}

/* For medium devices */
@media screen and (min-width: 576px) {
    .nav__list[b-utf2b9t3es] {
        justify-content: center;
        column-gap: 3rem;
    }
}

/*@media screen and (min-width: 767px) {
    body {
        margin: 0;
    }

    .section {
        padding: 7rem 0 2rem;
    }

    .nav {
        height: calc(var(--header-height) + 1.5rem);*/ /* 4.5rem */
    /*}

    .nav__img {
        display: none;
    }

    .nav__icon {
        display: none;
    }

    .nav__name {
        font-size: 0.7rem;*/
        /* display: block; */ /* Minimalist design, visible labels */
    /*}

    .nav__link:hover {
        color: var(--first-color);
    }*/

    /* First design, remove if you choose the minimalist design */
    /*.active-link::before {
        content: '';
        position: absolute;
        bottom: -.75rem;
        width: 4px;
        height: 4px;
        background-color: var(--first-color);
        border-radius: 50%;
    }*/

    /* Minimalist design */
    /* .active-link::before{
      bottom: -.75rem;
  } */
/*}*/

/* For large devices */
@media screen and (min-width: 1024px) {
    .container[b-utf2b9t3es] {
        margin-left: auto;
        margin-right: auto;
    }
}

[data-bs-theme="dark"] .nav__center[b-utf2b9t3es] {
    position: relative;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem;
    background-color: #193546fc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 50%);
    border: 3px solid #2a2a2a47;
    z-index: 1020;
}
[data-bs-theme="light"] .nav__center[b-utf2b9t3es] {
    position: relative;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem;
    background-color: #ddddddfc;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 50%);
    border: 3px solid #2a2a2a47;
    z-index: 1200;
}

[data-bs-theme="dark"] .active-main[b-utf2b9t3es] {
    border: 3px solid #c7c7c7;
}

[data-bs-theme="light"] .active-main[b-utf2b9t3es] {
    border: 3px solid #004268;
}

/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-240nw2vjj7] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-240nw2vjj7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-240nw2vjj7] {
    font-size: 1.1rem;
}

.bi[b-240nw2vjj7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-240nw2vjj7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-240nw2vjj7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-240nw2vjj7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-240nw2vjj7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-240nw2vjj7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-240nw2vjj7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-240nw2vjj7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-240nw2vjj7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-240nw2vjj7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-240nw2vjj7] {
        display: none;
    }

    .collapse[b-240nw2vjj7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-240nw2vjj7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/TopNavBar.razor.rz.scp.css */
body[b-aonp59v6xf] {
    background-color: red;
}

.navbar-container[b-aonp59v6xf] {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

[data-bs-theme="dark"] .navbar-sf[b-aonp59v6xf] {
    /*box-shadow: 0px 9px 7px 0px #00436647, 0px -1px 6px 0px rgba(0, 0, 0, 0.19);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-body-bg);
    min-width: 100% !important;
}

[data-bs-theme="light"] .navbar-sf[b-aonp59v6xf] {
    box-shadow: 0px 9px 7px 0px #5a5a5a47, 0px -1px 6px 0px rgba(0, 0, 0, 0.19);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-body-bg);
    min-width: 100% !important;
}

.top-row[b-aonp59v6xf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-row-dark[b-aonp59v6xf] {
    background-color: #000000;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-aonp59v6xf]  a, .top-row[b-aonp59v6xf]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-aonp59v6xf]  a:hover, .top-row[b-aonp59v6xf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aonp59v6xf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 992px) {
    .navbar-nav[b-aonp59v6xf] {
        display: none !important;
    }
    /* disable navbar on mobile*/
    .hidden-mobile[b-aonp59v6xf] {
        display: none !important;
    }
}

@media (min-width: 993px) {

    /* disable navbar on desktop*/
    .hidden-desktop[b-aonp59v6xf] {
        display: none !important;
    }
}

@media (max-width: 640.98px) {
    .top-row[b-aonp59v6xf] {
        justify-content: space-between;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row[b-aonp59v6xf]  a, .top-row[b-aonp59v6xf]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {

    .top-row[b-aonp59v6xf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-aonp59v6xf]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-aonp59v6xf], article[b-aonp59v6xf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.username-link[b-aonp59v6xf] {
    color: aliceblue;
}

.nav-link[b-aonp59v6xf] {
    font-size: large;
}

    .nav-link:hover[b-aonp59v6xf] {
        color: #ffffff !important;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    }

[data-bs-theme="dark"] .navbar-nav .nav-link.active[b-aonp59v6xf] {
    color: #ffffff !important;
    text-shadow: 0px 0px 10px #ffffffb5;
    font-weight: 600;
}

[data-bs-theme="light"] .navbar-nav .nav-link.active[b-aonp59v6xf] {
    color: #0b63e6 !important;
    text-shadow: 0px 0px 10px #0b63e647;
    font-weight: bold;
}

.rounded-btn[b-aonp59v6xf] {
    border-radius: 1rem;
}

.search-sf[b-aonp59v6xf] {
    width: inherit;
}

.brand[b-aonp59v6xf] {
    transition: transform 1s ease-in-out, width 1s ease-in-out;
}

    .brand:hover[b-aonp59v6xf] {
        transform: rotate(360deg);
    }



/* /Pages/Home.razor.rz.scp.css */
a[b-4mru5hrvu6] {
    color: #0dcaf0 !important;
    text-decoration: none !important;
}
.image[b-4mru5hrvu6]{
    width:100%;
}

.trade-border[b-4mru5hrvu6] {
    border-radius: 5px;
}

.trade-shadow[b-4mru5hrvu6] {
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 16%) !important;
}

.helper[b-4mru5hrvu6] {
    position: absolute;
    right: 9px;
}

.buy-selection[b-4mru5hrvu6] {
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 0px 4px 0px #02ff0047;
}

.sell-selection[b-4mru5hrvu6] {
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 0px 4px 0px #ff000094;
}

.riding-selection[b-4mru5hrvu6] {
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0px 0px 4px 0px #00a3ff47;
}

.riding[b-4mru5hrvu6] {
  background: radial-gradient(circle at center, #00ff7e7d , transparent );
  /*linear-gradient(0deg, transparent 0%, #00ffad5c 50%, transparent 100%), old #00ffad5c*/
}

.tobuy[b-4mru5hrvu6] {
  background: radial-gradient(circle at center, #01958d , transparent );
  /*linear-gradient(0deg, transparent 0%, #00aaff82 50%, transparent 100%)  old #00aaff82*/
}

.finalized[b-4mru5hrvu6] {
  background: radial-gradient(circle at center, #694256, transparent );
  /*linear-gradient(0deg, transparent 10%, #ff597f94 50%, transparent 100%),  old #ff597f94*/
}

.tosell[b-4mru5hrvu6] {
  background: radial-gradient(circle at center, #AB2346, transparent );
}

.riding-margin[b-4mru5hrvu6] {
  margin-top: 0.8rem !important;
}

.small-text[b-4mru5hrvu6] {
    font-size: 0.75rem !important;
}
.title-text[b-4mru5hrvu6] {
    font-size: 1.25rem !important;
}

.sf-selection-card[b-4mru5hrvu6] {
  background-color: #00000017;
  border-color: #ffffff0a;
}




/* /Pages/MyTokens.razor.rz.scp.css */
body[b-s7dm1x4mvd] {
}
.table > tbody[b-s7dm1x4mvd], .table > td[b-s7dm1x4mvd], .table > tfoot[b-s7dm1x4mvd], .table > th[b-s7dm1x4mvd], .table > thead[b-s7dm1x4mvd], .table > tr[b-s7dm1x4mvd] {
    border-style: none !important;
}
/* /Pages/NotificationsHistory.razor.rz.scp.css */
body[b-6ptn4s7yih] {
}
.table > tbody[b-6ptn4s7yih], .table > td[b-6ptn4s7yih], .table > tfoot[b-6ptn4s7yih], .table > th[b-6ptn4s7yih], .table > thead[b-6ptn4s7yih], .table > tr[b-6ptn4s7yih] {
    border-style: none !important;
}



.notification-container[b-6ptn4s7yih] {
    margin: 20px;
}

.notification[b-6ptn4s7yih] {
    background-color: #222223;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.notification-new[b-6ptn4s7yih] {
    background-color: #222223;
}
.notification-old[b-6ptn4s7yih] {
    color: #b1b1b1;
}

.notification-header[b-6ptn4s7yih] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notification-text[b-6ptn4s7yih] {
    flex-grow: 1;
    margin-right: 10px;
}

.time[b-6ptn4s7yih] {
    font-size: 12px;
    color: #bbb;
    align-self: flex-start;
}

.status-dot[b-6ptn4s7yih] {
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
}
/* /Pages/Profile.razor.rz.scp.css */
.container[b-r88nkfkr00] {
    display: flex;
    justify-content: space-between; /* Space between left and right sections */
    align-items: center; /* Vertically center items */
}

.left[b-r88nkfkr00] {
    display: flex;
    margin: -10px;
    gap: 10px; /* Space between the two left elements */
}

.right[b-r88nkfkr00] {
    margin-right: -10px;
   }

    .left .item[b-r88nkfkr00], .right .item[b-r88nkfkr00] {
        background-color: #f0f0f0;
        margin: -10px;
    }
/* /Pages/TokenInfo.razor.rz.scp.css */
body[b-oj6ogydo11] {
}

.info_signal[b-oj6ogydo11] {
    width: 100%; /* Full width */
    background-color: #AC3E31; /* Blue background */
    color: white; /* White text */
    padding: 2px 0; /* Small height */
    text-align: center; /* Center text */
    font-size: 10px; /* Small font size */
    font-weight: bold; /* Bold text for emphasis */
}

.reloading-chart[b-oj6ogydo11] {
    width: 100%;
    aspect-ratio: 225 / 157;
}

