.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .glass-card {
    background: rgba(30, 41, 59, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===== Chrome Autofill Fix — Light Mode ===== */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #0f172a;
    /* slate-900 */
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    transition: background-color 9999s ease-in-out 0s;
}

/* ===== Chrome Autofill Fix — Dark Mode ===== */
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark textarea:-webkit-autofill,
.dark select:-webkit-autofill {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #0f172a inset;
    /* slate-900 */
}



.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark .dark-mode-color {
    color: #fff!important;
} 


.dark .text-dark-darktheme {
    color: #333!important;
}

.dark .glass-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff!important;
}

.hand{
    cursor: pointer;
}
.hover\:bg-slate-50:hover {
    --tw-bg-opacity: 1;
    background-color: transparent!important;
}
.dark .divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
    
    /* border-color: rgb(53 62 72)!important; */
    border-color: rgb(73 83 99) !important;
}


    .t-content {
        min-height:80px;
        max-height:80px;
        overflow-y:auto;
        width:100%;
    }


@media (max-width: 1500px) {
    .t-content {
        min-height:40px;
        max-height:40px;
        overflow-y:auto;
        width:100%;
    }
}
@media (max-width: 1400px) {
    .t-content {
       font-size: 13px;
    }
}
@media (max-width: 1300px) {
    .t-content {
       font-size: 12px;
    }
}