﻿.reminder-card {
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

    .reminder-card:hover {
        box-shadow: 0 4px 8px rgba(0,0,0,0.4);
        transform: translateY(-2px);
    }

    .reminder-card.pending {
        border-left-color: #fd7e14;
        background-color: #fff8f0;
    }

    .reminder-card.off-calendar {
        border-left-color: #6c757d;
        background-color: #f8f9fa;
    }

.date-time {
    font-weight: 600;
    color: #000;
    font-size: 14px;
}

.reminder-message {
    color: #333436;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 8px;
}

.status-badge {
    font-size: 0.75rem;
    padding: 4px 8px;
}

.reference-text {
    font-size: 0.85rem;
    color: #6c757d;
    font-style: italic;
}

.tag {
    background-color: #e9ecef;
    color: #495057;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.7rem;
    margin-right: 5px;
}
.custom-tooltip-style .tooltip-inner {
    background-color: white !important;
    color: black !important;
    border: 1px solid #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 14px;
    width: 280px !important;
    max-width: none !important;
    white-space: normal !important;
    text-align:left !important
}

.custom-tooltip-style.bs-tooltip-top .arrow::before,
.custom-tooltip-style.bs-tooltip-bottom .arrow::before,
.custom-tooltip-style.bs-tooltip-left .arrow::before,
.custom-tooltip-style.bs-tooltip-right .arrow::before {
    border-color: white !important;
}
