.notice-icon{display:flex;align-items:center;justify-content:center;height:35px;width:35px;border-radius:9999px;background-color:rgba(255,255,255,0.2);transition:all 0.2s ease-in-out}.notice-icon:hover{background-color:rgba(255,255,255,0.3);transform:scale(1.05)}.latest-orders-container{max-width:1120px;margin:1.5rem auto;padding:0 0.5rem}.latest-orders-amonut{color:#000;font-weight:650}.latest-orders-container h3{text-align:center;font-weight:600;color:#000;margin-bottom:1.5rem;font-size:1.4rem}@media(min-width:640px){.latest-orders-container h3{font-size:1.7rem}}.latest-orders-container h3 span{position:relative;display:inline-block}.latest-orders-container h3 span::after{content:'';position:absolute;width:8rem;height:0.25rem;background:linear-gradient(to right,#0057d9,#081149);bottom:-0.5rem;left:50%;transform:translateX(-50%)}.latest-orders-grid{display:grid;grid-template-columns:1fr;gap:0.75rem}@media(min-width:768px){.latest-orders-grid{grid-template-columns:repeat(2,1fr)}}.order-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #1f2937;border-radius:0.5rem;padding:0.75rem;transition:all 0.3s ease}.order-card:hover{border-color:{{ $settings->theme_color }}}.order-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;overflow:hidden}.order-avatar img{width:100%;height:100%;object-fit:cover}.order-user-info{color:#000}.order-user-info .fw-bold{font-weight:700}.order-user-info .variation-title{font-size:0.875rem;color:#6b7280;font-weight:700}.order-status{display:inline-flex;align-items:center;padding:0.25rem 0.75rem;font-size:0.75rem;font-weight:700;border-radius:9999px}.order-status.completed{background-color:rgba(34,197,94,0.2);color:#22c55e}.order-status.processing{background-color:rgba(59,130,246,0.2);color:#3B82F6}.order-status.cancelled{background-color:rgba(239,68,68,0.2);color:#ef4444}.order-status.other{background-color:rgba(59,130,246,0.2);color:#3B82F6}.order-status.running{background-color:rgba(59,130,246,0.2);color:#3b82f6}.order-time{font-size:0.75rem;color:#6b7280;margin-top:0.25rem;text-align:right}.notice-style{background-color:{{ $settings->notice_background_color }};color:{{ $settings->notice_font_color}}}.notice-style .btn-close{font-size:12px}.notice-style .notice-heading{font-size:18px;font-weight:500;padding-bottom:4px}.notice-text{font-size:12px;font-weight:400;font-family:"Times New Roman",Times,serif}