.service-package-section {
    padding: 15px 0;
}

.service-package-form {
    margin-top: 15px;
}

.service-package-form .alert {
    margin-bottom: 20px;
}

.service-package-form .form-group {
    margin-bottom: 15px;
}

.service-package-form label {
    font-weight: bold;
}

.service-package-form .text-danger {
    color: #dc3545;
}

#ServicePackagesTable th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.badge-secondary {
    background-color: #6c757d;
}

.badge-warning {
    background-color: #ffc107;
    color: #212529;
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3545;
}

.services-tariffs-box {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.services-tariffs-box .custom-control {
    margin-bottom: 10px;
}

.limit-exceeded-container {
    max-width: 600px;
    margin: 100px auto;
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.limit-exceeded-icon {
    font-size: 60px;
    color: #dc3545;
    margin-bottom: 20px;
}

.limit-exceeded-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.limit-exceeded-message {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

.btn-upgrade {
    display: inline-block;
    padding: 12px 30px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-upgrade:hover {
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
}