/* _content/InvestmentAnalysis.Statuspage/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-9plrjldsvo] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-9plrjldsvo] {
  color: #0077cc;
}

.btn-primary[b-9plrjldsvo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-9plrjldsvo], .nav-pills .show > .nav-link[b-9plrjldsvo] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-9plrjldsvo] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-9plrjldsvo] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-9plrjldsvo] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-9plrjldsvo] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-9plrjldsvo] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/InvestmentAnalysis.Statuspage/Views/Trades/Index.cshtml.rz.scp.css */
/*!* Basic body styling *!*/
/*body {*/
/*    font-family: 'Inter', sans-serif;*/
/*    background-color: #f3f4f6; !* Tailwind gray-100 *!*/
/*}*/
/*!* Add some subtle animation *!*/
/*tbody tr {*/
/*    opacity: 0;*/
/*    transform: translateY(10px);*/
/*    animation: fadeIn 0.5s ease-out forwards;*/
/*}*/
/*@keyframes fadeIn {*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*    }*/
/*}*/
/*!* Custom scrollbar for table container if needed *!*/
/*.table-container::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*}*/
/*.table-container::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*    border-radius: 10px;*/
/*}*/
/*.table-container::-webkit-scrollbar-thumb {*/
/*    background: #888;*/
/*    border-radius: 10px;*/
/*}*/
/*.table-container::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/
/*!* Style for loading indicator *!*/
/*#loadingIndicator {*/
/*    display: flex; !* Hidden by default, shown via JS *!*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 2rem;*/
/*    font-size: 1.125rem; !* text-lg *!*/
/*    color: #6b7280; !* gray-500 *!*/
/*}*/

/*!* Animation for new orders being added to the top *!*/
/*.new-order-animation {*/
/*    animation: newOrderHighlight 1s ease-out forwards;*/
/*    background-color: rgba(59, 130, 246, 0.1); !* Slight blue highlight *!*/
/*}*/

/*@keyframes newOrderHighlight {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateY(-20px);*/
/*        background-color: rgba(59, 130, 246, 0.3); !* More intense highlight at start *!*/
/*    }*/
/*    70% {*/
/*        background-color: rgba(59, 130, 246, 0.15); !* Fade out the highlight *!*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        transform: translateY(0);*/
/*        background-color: transparent; !* No highlight at end *!*/
/*    }*/
/*}*/

/*!* Ensure the animation delay works for new orders *!*/
/*.new-order-animation:nth-child(1) {*/
/*    animation-delay: 0s;*/
/*}*/
/*.new-order-animation:nth-child(2) {*/
/*    animation-delay: 0.05s;*/
/*}*/
/*.new-order-animation:nth-child(3) {*/
/*    animation-delay: 0.1s;*/
/*}*/
/*!* Add more if you expect more than 3 new orders at once *!*/
.health-card[b-633jj62mmb] {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.health-card:hover[b-633jj62mmb] {
    transform: translateY(-2px);
}
.health-card .card-content[b-633jj62mmb] {
    /* Allow future animations */
}
