/* Стилі для завантаження Адмінки*/
body { 
    font-family: 'Segoe UI', sans-serif; 
    background: #f0f2f5; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    margin: 0; 
}
.card { 
    background: white; 
    padding: 40px; 
    border-radius: 20px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); 
    text-align: center; 
    width: 320px;
    
    /*width: 100%; */
    /*max-width: 420px; */
}
input { 
    padding: 12px; 
    width: 100%; 
    border: 1px solid #ddd; 
    border-radius: 10px; 
    margin-bottom: 15px; 
    box-sizing: border-box; 
}
button { 
    background: #28a745; 
    color: white; 
    border: none; 
    padding: 12px; 
    width: 100%; 
    border-radius: 10px; 
    cursor: pointer; 
    font-weight: bold; 
}
/* Стилі для сторінки завантаження прайсу */
h2 { margin-top: 0; 
    color: #1c1e21; 
    font-size: 24px; 
}
.btn { 
    display: inline-block; 
    width: 100%; 
    padding: 14px; 
    border-radius: 10px; 
    font-weight: bold; 
    font-size: 16px; 
    text-decoration: none; 
    cursor: pointer; 
    border: none; 
    box-sizing: border-box; 
    transition: 0.2s; 
    margin-bottom: 15px; 
    text-align: center;
}
.alert { 
    padding: 15px; 
    border-radius: 10px; 
    margin-bottom: 20px; 
    font-size: 14px;
}
.success { 
    background: #e7f3ff; 
    color: #1877f2; 
    border: 1px solid #dce9f9;
}
.error { 
    background: #ffebe8; 
    color: #f02849; 
    border: 1px solid #f9d7da; 
}
.opt input { 
    width: auto; 
    cursor: pointer; 
}
.subtitle { 
    color: #28a745; 
    font-size: 14px; 
    margin-bottom: 25px; 
    font-weight: bold; 
}
.btn-green { 
    background: #28a745; 
    color: white; 
}
.line { 
    height: 1px; 
    background: #eee; 
    margin: 10px 0 25px 0; 
 }
  .btn-blue { 
      background: #007bff; 
      color: white;
  }
.clear-link { 
    font-size: 12px; 
    color: #f02849; 
    text-decoration: none; 
}





 


