/* Global styles used across all pages */
body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.btn {
    border-radius: 10px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.header-text {
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Styles specific to Randevu.aspx */
.form-control, .form-select {
    border-radius: 10px;
    padding: 12px 15px;
}

.section-title {
    border-bottom: 2px solid #667eea;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #495057;
}

.table-container {
    border-radius: 15px;
    overflow: hidden;
}

.table th {
    background-color: #667eea;
    color: white;
}

.appointment-icon {
    font-size: 2rem;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alert-success {
    border-radius: 10px;
}

/* Stil for silinen randevular */
.silinen-randevu {
    color: red !important;
}

.silinen-randevu td {
    color: red !important;
}

.silinen-randevu td * {
    color: red !important;
}