html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}
div.dataTables_wrapper {
    width: 100% !important;
}
.main-login {
    background-image: url("../img/loginbg.jpg") !important;
    background-position: center;
    background-size: cover;
}
.id-img{
    max-height:20rem;
}
.card {
    background: #ffffff;
}

#data thead th {
    border-bottom: 2px solid #e9ecef;
    padding: 12px 16px;
    font-size: 12px;
    letter-spacing: 0.5px;
}

#data tbody td {
    padding: 16px;
    vertical-align: middle;
}

#data tbody tr {
    transition: background-color 0.2s ease;
}

    #data tbody tr:hover {
        background-color: #f8f9fa;
    }

.avatar-circle {
    flex-shrink: 0;
}

.badge {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Status badge modern styling */
.bg-success-subtle {
    background-color: #d1f4e0 !important;
    color: #0d894f !important;
}

.bg-danger-subtle {
    background-color: #f8d7da !important;
    color: #c92a2a !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card-body {
        padding: 0 !important;
    }

    #data thead th {
        font-size: 11px;
        padding: 8px 12px;
    }

    #data tbody td {
        padding: 12px;
        font-size: 14px;
    }
}