/* prettier-ignore */
/* Dashboard-specific styles */
.border-left-primary{border-left:.25rem solid #4e73df!important}
.border-left-success{border-left:.25rem solid #1cc88a!important}
.border-left-info{border-left:.25rem solid #36b9cc!important}
.border-left-warning{border-left:.25rem solid #f6c23e!important}
.text-gray-800{color:#5a5c69!important}
.text-gray-300{color:#dddfeb!important}
.shadow{box-shadow:0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important}
/* SweetAlert2 logout confirmation styles */
.swal2-popup-custom{border-radius:10px;font-family:'Nunito Sans',sans-serif}
.swal2-title-custom{font-weight:700}
.swal2-content-custom{font-size:16px}
#logout-btn:hover{background-color:rgba(220,53,69,.1);border-color:rgba(220,53,69,.3)}
/* Enhanced Toast Styles with Debug Information */
.theme-alert{position:fixed!important;top:20px!important;right:20px!important;z-index:9999!important;min-width:350px!important;max-width:500px!important;box-shadow:0 .75rem 2rem rgba(0,0,0,.2)!important;border-radius:.75rem!important;border:none!important;font-family:'Nunito Sans',sans-serif!important;font-size:14px!important;line-height:1.5!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;backdrop-filter:blur(10px)!important;background:rgba(255,255,255,.95)!important}
.theme-alert:hover{transform:translateY(-2px)!important;box-shadow:0 1rem 2.5rem rgba(0,0,0,.25)!important}
.theme-alert .alert-subtle-success{background:linear-gradient(135deg,rgba(25,135,84,.1),rgba(25,135,84,.05))!important;border-left:4px solid #198754!important;color:#0f5132!important}
.theme-alert .alert-subtle-danger{background:linear-gradient(135deg,rgba(220,53,69,.1),rgba(220,53,69,.05))!important;border-left:4px solid #dc3545!important;color:#842029!important}
.theme-alert .alert-subtle-warning{background:linear-gradient(135deg,rgba(255,193,7,.1),rgba(255,193,7,.05))!important;border-left:4px solid #ffc107!important;color:#664d03!important}
.theme-alert .alert-subtle-info{background:linear-gradient(135deg,rgba(13,202,240,.1),rgba(13,202,240,.05))!important;border-left:4px solid #0dcaf0!important;color:#055160!important}
.theme-alert .alert-subtle-primary{background:linear-gradient(135deg,rgba(13,110,253,.1),rgba(13,110,253,.05))!important;border-left:4px solid #0d6efd!important;color:#084298!important}
.theme-alert .alert-subtle-secondary{background:linear-gradient(135deg,rgba(108,117,125,.1),rgba(108,117,125,.05))!important;border-left:4px solid #6c757d!important;color:#495057!important}
.toast-debug-info{font-size:11px!important;color:#6c757d!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid rgba(108,117,125,.2)!important;font-family:'Courier New',monospace!important}
.toast-debug-info .debug-item{display:flex!important;justify-content:space-between!important;margin-bottom:2px!important}
.toast-debug-info .debug-label{font-weight:600!important;color:#495057!important}
.toast-debug-info .debug-value{color:#6c757d!important}
.toast-slide-in{animation:toastSlideIn .4s cubic-bezier(.4,0,.2,1) forwards!important}
.toast-slide-out{animation:toastSlideOut .4s cubic-bezier(.4,0,.2,1) forwards!important}
@keyframes toastSlideIn{from{transform:translateX(100%) scale(.95);opacity:0}to{transform:translateX(0) scale(1);opacity:1}}
@keyframes toastSlideOut{from{transform:translateX(0) scale(1);opacity:1}to{transform:translateX(100%) scale(.95);opacity:0}}
.toast-progress{position:absolute!important;bottom:0!important;left:0!important;height:3px!important;background:rgba(255,255,255,.3)!important;border-radius:0 0 .75rem .75rem!important;overflow:hidden!important}
.toast-progress-bar{height:100%!important;background:linear-gradient(90deg,rgba(255,255,255,.6),rgba(255,255,255,.3))!important;transition:width .1s linear!important}
.theme-alert .btn-close{background-size:1.2em!important;opacity:.7!important;transition:opacity .2s ease!important;padding:.5rem!important;margin:0!important}
.theme-alert .btn-close:hover{opacity:1!important;transform:scale(1.1)!important}
