/* Patient Page Styles */

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    background: #009efb;
    color: #fff;
    margin-right: 10px;
}

/* Profile Image Upload Hover Effect */
.upload-overlay:hover {
    opacity: 1 !important;
}

.table td {
    vertical-align: middle;
    padding: 15px;
}

.table th {
    vertical-align: middle;
    padding: 15px;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
}

.form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.table td:first-child, .table th:first-child {
    text-align: center;
    vertical-align: middle;
}

.table td:first-child .form-check-input {
    margin: 0;
    position: relative;
    top: 0;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
}

.action-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
}

.bg-success-light {
    background-color: #d4edda;
    color: #155724;
}

.bg-info-light {
    background-color: #d1ecf1;
    color: #0c5460;
}

.bg-warning-light {
    background-color: #fff3cd;
    color: #856404;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .col-sm-7.text-right {
        text-align: left !important;
        margin-top: 10px;
    }

    .btn-rounded {
        font-size: 13px;
        padding: 8px 15px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .input-group {
        max-width: 100% !important;
    }

    .table td, .table th {
        padding: 10px 8px;
        font-size: 13px;
    }

    .avatar {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .d-flex.align-items-center {
        flex-wrap: wrap;
    }

    #paginationInfo {
        margin-left: 0 !important;
        margin-top: 10px;
        width: 100%;
        display: block;
    }

    .pagination {
        justify-content: center !important;
        margin-top: 15px;
    }

    .modal-dialog {
        margin: 10px;
    }

    .col-sm-4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 18px;
    }

    .table {
        font-size: 12px;
    }

    .table td, .table th {
        padding: 8px 5px;
    }

    .btn-rounded {
        width: 100%;
        margin-bottom: 10px;
    }

    .mr-2 {
        margin-right: 0 !important;
    }

    .avatar {
        display: none;
    }

    .table td h2 {
        font-size: 14px;
    }

    .dropdown-menu {
        font-size: 13px;
    }

    .form-control-sm {
        font-size: 13px;
    }

    .modal-title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .col-md-6 {
        margin-bottom: 15px;
    }

    .pagination {
        justify-content: center !important;
    }
}
