.tht-filter-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}

.tht-filter-label {
    color: #888888;
    font-weight: 500;
    text-align: left;
    font-size: 0.9rem;
}

.tht-filter-input {
    padding: 12px 16px;
}

.tht-filter-select {
    padding: 12px 16px;
    height: auto;
}

.tht-action-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.controle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.controle-stop-btn {
    padding: 6px 12px;
    font-size: 0.85rem;
    border-radius: 8px;
}

.controle-progress {
    font-weight: 600;
    font-size: 0.9rem;
    color: #666666;
}

.controle-details-header {
    margin-top: 8px;
}

.controle-title {
    margin: 4px 0 8px 0;
}

.controle-meta {
    font-size: 0.9rem;
    color: #888888;
    display: block;
    margin-bottom: 16px;
}

.controle-details-list {
    margin-bottom: 16px;
}

.tht-date-val {
    color: #ffffff;
}

.tht-date-val.expired {
    color: #ff5252;
}

.controle-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
}

.controle-input-label {
    font-weight: 600;
    font-size: 0.9rem;
    color: #888888;
}

.controle-date-input {
    padding: 12px 16px;
    border-radius: 10px;
}

.controle-save-container {
    display: flex;
    width: 100%;
    margin-top: 16px;
}

.controle-save-btn {
    width: 100%;
    font-size: 1rem;
    padding: 14px;
    border-radius: 10px;
}
