.result {
    font-size: 2rem;
    position: fixed;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.card-title {
    font-size: 2rem;
    font-weight: bold;
}
.card-header {
    font-size: 1.5rem;
}
.profit-positive {
    color: green !important;
}
.profit-negative {
    color: red !important;
}
.card-body p {
    font-size: 1.2rem;
}
.icon-text {
    display: flex;
    align-items: center;
}
.icon-text i {
    margin-right: 0.5rem;
}
.icon-blue {
    color: blue;
}
.icon-green {
    color: green;
}
.icon-red {
    color: red;
}
.icon-yellow {
    color: yellow;
}
.icon-orange {
    color: orange;
}
.responsive-image {
   max-width: 50%;
    height: auto;
}
.vertical-line {
    border-left: 1px solid #fff;
    height: 100%;
    align-self: center;
}
@media (max-width: 768px) {
    .table-responsive {
        display: none;
    }

    .list-group {
        display: block;
    }

    .list-group-item {
        margin-bottom: 10px;
    }

    .list-group-item span {
        font-weight: bold;
    }
}
pre {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.report-container {
    max-width: 1000px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
    background-color: #fff;
}
.report-header {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.report-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
.report-section-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}
.report-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.report-table th, .report-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.report-table th {
    background-color: #f2f2f2;
}
 #log-container {
     height: 500px;
    overflow-y: scroll;
    font-family: monospace;
    white-space: pre-wrap; /* Mantiene i formati come gli a capo */
}
.simulazione {
    color: orange;
}
.reale {
    color: green;
}
.text-stato {
    font-size:	9px;
    padding:	0;
}   
 .badge-online {
     background-color: #28a745; /* Verde */
     color: white;
 }
 .badge-offline {
     background-color: #dc3545; /* Rosso */
     color: white;
 }