body {
    background: linear-gradient(135deg, #ff9800, #ff5722); /* Оранжевый градиент */
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #000;
    margin: 0;
}


.logo {
    width: 150px;
    margin-bottom: 15px;
}
.form-title {
    font-weight: bold;
    color: #000;
}
.btn-toggle {
    width: 100%;
    font-size: 1.1rem;
    padding: 10px;
    margin-top: 10px;
}
.form-group {
    margin-bottom: 15px;
}
.about-title {
    font-weight: bold;
    color: #000; /* Установлен черный цвет заголовка */
}
.btn-back {
    width: 100%;
    font-size: 1.1rem;
    padding: 10px;
    margin-top: 15px;
}

.tracking-info {
    display: none;
    margin-top: 10px;
}
.status-step {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
}
.status-icon {
    font-size: 20px;
    margin-right: 10px;
}
.card:hover {
    cursor: pointer;
    background-color: #f8f9fa;
}