body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.container {
    max-width: 1200px;
}

.table {
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
}

.table th {
    background-color: #0d6efd;
    color: white;
    font-weight: bold;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #dee2e6;
    padding: 8px;
}

.table td {
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #dee2e6;
    padding: 8px;
}

.card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: none;
    font-size: 15px;
}

.card-header {
    font-weight: bold;
    font-size: 16px;
}

.breadcrumb {
    background-color: white;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-size: 14px;
}

h1 {
    color: #0d6efd;
    font-weight: bold;
    font-size: 2rem;
}

h2, .h4 {
    font-size: 1.1rem !important;
}

.list-group-item {
    transition: all 0.3s ease;
    font-size: 15px;
}

.list-group-item:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-size: 15px;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.alert, .alert-info {
    font-size: 12px;
}

.alert-info strong, .alert-info b {
    font-size: 12px;
    font-weight: bold;
}

@media print {
    body {
        margin-top: 3px !important;
    }

    .breadcrumb, .card {
        box-shadow: none;
    }
    
    .container {
        max-width: 100%;
        padding: 0 10px;
        margin-top: 3px !important;
    }

    .table {
        box-shadow: none;
        font-size: 11px !important;
        margin-top: 3px !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }
    
    .table th {
        background-color: #0d6efd !important;
        color: white !important;
        font-size: 11px !important;
        padding: 4px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        border: 1px solid #dee2e6 !important;
    }

    .table td {
        font-size: 11px !important;
        padding: 4px !important;
        border: 1px solid #dee2e6 !important;
    }

    .btn, .breadcrumb {
        display: none !important;
    }

    .alert-info {
        font-size: 11px !important;
        padding: 8px !important;
        margin: 10px 0 !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 4px !important;
    }

    .alert-info strong {
        font-size: 11px !important;
    }

    .card.muracaat-card {
        font-size: 11px !important;
        margin-bottom: 10px !important;
        border: 1px solid #dee2e6 !important;
        border-radius: 4px !important;
        overflow: hidden !important;
    }

    .card.muracaat-card .card-header {
        font-size: 11px !important;
        padding: 6px !important;
        background-color: #0d6efd !important;
        color: white !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .card.muracaat-card .card-body {
        padding: 8px !important;
        font-size: 11px !important;
        border: none !important;
    }

    .card.muracaat-card .card-body strong,
    .card.muracaat-card .card-body b {
        font-size: 11px !important;
        min-width: 80px !important;
    }

    .card.muracaat-card .card-body p {
        margin-bottom: 4px !important;
    }

    h1 {
        font-size: 1.5rem !important;
        margin: 10px 0 !important;
    }

    .text-center img {
        max-height: 80px !important;
        margin-bottom: 10px !important;
    }

    footer {
        font-size: 10px !important;
        margin-top: 20px !important;
    }
}

.card.muracaat-card {
    height: 100%;
    margin-bottom: 1rem;
    font-size: 12px !important;
}

.card.muracaat-card .card-header {
    font-weight: bold;
    font-size: 13px !important;
    padding: 0.75rem;
    text-align: center;
}

.card.muracaat-card .card-body {
    padding: 1rem;
    font-size: 12px !important;
}

.card.muracaat-card .card-body p {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.card.muracaat-card .card-body strong,
.card.muracaat-card .card-body b {
    font-size: 12px !important;
    font-weight: bold;
    min-width: 100px;
    margin-right: 0.5rem;
    text-align: left;
    color: #495057;
}

.card.muracaat-card .card-body p > span {
    flex: 1;
    color: #212529;
    margin-left: 0.5rem;
}

.muracaat-card-header {
    font-size: 12px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.row.muracaat-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.row.muracaat-row > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
} 