#author-dashboard,#withdrawal-container,#withdrawal-table-container{width:800px;text-align:center;margin:0 auto}.no-emoji-cross::before{content:"✖";color:#fff;font-size:16px;display:inline-block;width:16px;height:16px;text-align:center;line-height:16px}.edit-profile-form,.bulk-upload-models,.account-dashboard-menu{width:800px;margin:0 auto}@media (max-width:899px){.edit-profile-form,.bulk-upload-models,.account-dashboard-menu,#author-dashboard,#withdrawal-container,#withdrawal-table-container{width:100%}}.placeholder-row{background-color:#f0f0f0;color:#ccc;height:27px;border-bottom:1px solid #ddd;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}100%{background-color:#f0f0f0}}.placeholder-overview{color:#d3d3d3;animation:blink 1s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.5}}.author-posts{display:block;margin:0 auto}.post-card.placeholder{width:190px;display:flex;flex-direction:column;gap:10px;border:1px solid #fff;border-radius:8px;background-color:#fff}.post-card.placeholder .post-thumbnail{width:100%;width:100%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px}.post-card.placeholder .post-title{width:100%;height:20px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{from{background-position:200% 0}to{background-position:-200% 0}}div#recent-orders-container{min-width:700px}#filter-buttons{display:flex;gap:10px;flex-wrap:wrap}button#bulk-price-update-button,.post-status-filter-button{padding:8px 14px;border:1px solid #ccc;background-color:#f9f9f9;color:#333;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease;margin:0}.post-status-filter-button:hover{background-color:#e0e0e0}.post-status-filter-button.active-filter{border-color:#333;font-weight:600}.post-card{box-sizing:border-box;margin-bottom:10px}@media (min-width:480px){.post-card{width:24%}}@media (max-width:479px){.post-card{width:48%}}.post-thumbnail{width:100%;height:auto;object-fit:cover;border-radius:12px;display:block}.post-title{font-size:12px;color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:100%;text-align:left}.pagination-container{margin-top:20px;text-align:center}.pagination-button{display:inline-block;margin:0 5px;padding:9px 13px;border:none;background:#fff;color:#000;font-size:14px;cursor:pointer;border-radius:5px;transition:background 0.3s;border:1px solid #ddd}.pagination-button.active{background-color:#ddd;cursor:default;color:#000;border:1px solid #000;font-weight:700}.pagination-button:hover:not(.active){background:#000;color:#fff}.placeholder{position:relative;overflow:hidden;background:#fff0;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px rgb(0 0 0 / .1);width:190px}.placeholder .post-thumbnail{width:100%;height:200px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:5px;animation:shimmer 1.5s infinite}.placeholder .post-title{width:80%;height:20px;margin:10px auto 0;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:5px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.post-card .post-thumbnail{background:none}.post-thumbnail-wrapper{position:relative}.ap-pro-form-field-wrapper{margin-bottom:10px;font-size:14px;font-family:Helvetica,Arial,sans-serif}.download-item{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;padding:15px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px rgb(0 0 0 / .1);transition:transform 0.2s ease-in-out}.download-item:hover{transform:scale(1.02)}.loading-placeholder{display:flex;gap:10px;justify-content:center;align-items:center}.placeholder-item{width:200px;height:50px;background:#e0e0e0;border-radius:5px;animation:shimmer 1.5s infinite}.order-block{background:#f5f5f5;border:1px solid #ddd;border-radius:5px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.item-block{background:#fff;border:1px solid #ddd;border-radius:5px;padding:15px;width:calc(33.33% - 10px);box-shadow:0 1px 3px rgb(0 0 0 / .1);transition:transform 0.2s ease-in-out,box-shadow 0.2s ease-in-out}.item-block:hover{transform:scale(1.05);box-shadow:0 4px 8px rgb(0 0 0 / .2)}.item-block img{width:100px;height:auto;border-radius:3px;display:block;margin:0 auto 10px}.thumbnail-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:none;z-index:9999;background:rgb(255 255 255 / .9);box-shadow:0 4px 8px rgb(0 0 0 / .2);padding:10px;border-radius:5px}.thumbnail-popup img{max-width:100%;max-height:80vh;border-radius:5px}.thumbnail-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:9998;display:none}.product-title-cell{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-title-cell a{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}button.chart-btn{color:#000;font-size:14px;background:#fff;border-radius:8px;border:1px solid #ddd;padding:10px 15px;transition:all 0.3s ease;font-weight:700}button.chart-btn.active{background-color:#767676;color:#fff}.placeholder-top-selling{height:27px;animation:fadeRow 2s infinite;background-color:#e0e0e0;animation-fill-mode:forwards}.placeholder-cell{background-color:inherit;height:27px;border:1px solid #ddd}@keyframes fadeRow{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}100%{background-color:#e0e0e0}}.placeholder-recent{height:27px;animation:fadeRowRecent 2s infinite ease-in-out;background-color:#e0e0e0}@keyframes fadeRowRecent{0%{background-color:#e0e0e0}50%{background-color:#f5f5f5}100%{background-color:#e0e0e0}}.stat-box-placeholder{width:190px;height:185px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:5px;margin:0;display:inline-block}.chart-buttons-placeholder{display:flex;gap:10px;margin:20px 0;justify-content:center}.button-placeholder{width:150px;height:40px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:5px}.chart-placeholder{width:100%;height:350px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:10px;margin-top:0}.recent-orders-placeholder,.top-selling-products-placeholder{width:100%;height:400px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:10px;margin-top:0}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.dashboard-placeholder{display:flex;flex-direction:column;gap:10px}.stats-placeholder{display:flex;gap:10px;justify-content:space-around}.top-selling-table{width:100%;border-collapse:collapse;border:1px solid #ddd;font-family:Arial,sans-serif;font-size:14px;color:#333;min-width:600px}.top-selling-table thead th{background-color:#e8e8e8;border-bottom:1px solid #ddd;padding:10px;text-align:left;font-weight:700;color:black!important}.top-selling-table tbody tr{border-bottom:1px solid #eee}.top-selling-table tbody tr:hover{background-color:#f9f9f9}.top-selling-table tbody td{padding:10px;text-align:left}.placeholder-top-selling td{background-color:#f0f0f0;animation:placeholder-animation 1.5s infinite}@keyframes placeholder-animation{0%{background-color:#f0f0f0}50%{background-color:#e0e0e0}100%{background-color:#f0f0f0}}.notice-container-upload{display:none}.notice-container-upload.back-button{text-align:center;margin-top:10px}.notice-container-upload:not(:empty){display:block}.notice-container-upload p{display:block;margin:0;padding:0;background-color:#f9f9f9;border-radius:5px;font-size:20px;color:#000;text-align:center}.back-button{text-align:center;margin-bottom:10px}.back-button .back-link{display:inline-block;margin-top:10px;padding:8px 60px;background-color:#5998ff;color:#fff;text-decoration:none;border-radius:5px;font-size:14px}button#back-button{display:inline-block;margin-top:10px;color:#fff;text-decoration:none;border-radius:5px;font-size:14px}.back-buttons-container{text-align:center}.notice-container-upload.back-button{font-size:16px;color:#1208ff}.back-button .back-link:hover{background-color:#4a74b8;color:#fff}.back-button p{margin-top:10px;font-size:14px;color:#666}.ap-pro-form-field-wrapper{margin-bottom:10px;font-size:14px;font-family:Helvetica,Arial,sans-serif}.no-data-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:20px 0}.no-data-message{text-align:center;margin:10px auto;padding:40px;border-radius:8px;box-shadow:0 2px 5px rgb(0 0 0 / .1);border:1px solid #ddd}.no-data-message p{font-size:14px;color:#333;margin:10px;padding:0}.no-data-message a{display:inline-block;padding:10px 15px;color:#fff!important;text-decoration:none;font-weight:700;border-radius:5px;text-transform:uppercase;font-weight:400;width:150px;background:linear-gradient(135deg,#5b92af,#3d5f73);transition:background 0.3s ease,transform 0.2s ease,box-shadow 0.3s ease;box-shadow:inset 0 4px 6px rgb(255 255 255 / .3),0 2px 4px rgb(0 0 0 / .3);font-weight:600;font-size:16px!important;width:180px}.no-data-message a:hover{background-color:#005f8d}.post-thumbnail-aa{display:inline-block;width:100%;height:15px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:5px}.top-selling-placeholder{display:inline-block;width:100%;height:15px;background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:5px}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}.product-info-container{display:flex;align-items:center;gap:10px}.product-thumbnail-container{width:40px;height:40px;background:#ccc;border-radius:3px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product-thumbnail-placeholder{width:100%;height:100%;object-fit:cover;display:none}.post-card.placeholder{box-shadow:none!important}.bulk-price-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .2);z-index:9999;width:300px}