.ti-soicaulo4so-container {

}

.ti-soicaulo4so-form {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.form-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.form-row label {
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

#ti-daysSelect4so {
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    background: rgba(255,255,255,0.9);
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#ti-daysSelect4so:hover {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.ti-btn-soicaulo4so {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(238, 90, 36, 0.4);
}

.ti-btn-soicaulo4so:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(238, 90, 36, 0.6);
    background: linear-gradient(45deg, #ee5a24, #ff6b6b);
}

#ti-loading4so {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.ti-soicaulo4so-summary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.ti-soicaulo4so-summary h3 {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin: 10px 0 !important;
}

.prediction-highlight {
    background: linear-gradient(45deg, #feca57, #ff9ff3);
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    color: #333;
}

.method-info {
    font-style: italic;
    color: #e0e0e0;
    margin-top: 10px;
}

.ti-stats-overview {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.ti-stats-overview h3 {
    color: #fff !important;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.stat-item {
    background: rgba(255,255,255,0.1);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(5px);
}

.stat-number {
    font-size: 24px;
    font-weight: bold;
    color: #feca57;
    display: block;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.stat-label {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
}

.ti-soicaulo4so-history {

}

.ti-soicaulo4so-history h3 {

}

.goiy {
    margin: 0 !important;
}
.goiy thead tr {
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}
.goiy th {
border:1px solid;
padding:6px !important;
}

.goiy td {
    padding: 6px !important;
    font-size: 16px !important;
}

.goiy tr:nth-child(even) {
    background: rgba(255,255,255,0.05);
}

.goiy tr:hover {
    background: rgba(255,255,255,0.1);
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.sotrung {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 3px 8px;
    border-radius: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.ketquastl {
    background: linear-gradient(45deg, #feca57, #ff9ff3);
    color: #333;
    padding: 3px 8px;
    border-radius: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.ti-soicaulo4so-note {
    background: rgb(255 222 180);
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
    backdrop-filter: blur(10px);
}

.ti-soicaulo4so-note p {
    color: #000;
    font-style: italic;
    text-align: center;
    margin: 0;
}

@media (max-width: 768px) {
    
    .form-row {
        flex-direction: column;
        align-items: stretch;
    }
        
    .goiy th, .goiy td {
        font-size: 14px;
    }
}