#store-orders-page .header{margin:40px 0;align-items:center;gap:30px}#store-orders-page .header .page-title{margin:0}#store-orders-page .header h1,#store-orders-page .header h2{margin:0;color:gray}#store-orders-page .header h1.active,#store-orders-page .header h2.active{color:black}#store-orders-page .header h1:not(.active),#store-orders-page .header h2:not(.active){cursor:pointer}#store-orders-page .header.with-tabs h1.active,#store-orders-page .header.with-tabs h2.active{color:var(--primary-color)}#store-orders-page .header h2.fees-title{position:relative}#store-orders-page .header h2.fees-title::before{content:'|';color:black;margin-right:30px}#store-orders-page .header .fees-badge{background-color:var(--primary-color);color:white;border-radius:50%;width:10px;height:10px;font-weight:400;font-size:.9rem;position:absolute;top:0;right:-15px}#store-orders-page .filter-section{width:25%;margin-bottom:50px;padding-right:30px}#store-orders-page .filter-section .filters-container .search-title{color:var(--primary-color);font-size:1.5rem}#store-orders-page .filter-section .filters-container .orders-count{background-color:var(--primary-color);color:white;border-radius:50%;height:20px;width:20px;flex:0 0 20px;font-weight:400;font-size:.9rem;display:flex;align-items:center;justify-content:center}#store-orders-page .filter-section .filters-container .order-category{font-size:.9rem;width:fit-content;cursor:default;display:flex;gap:5px}#store-orders-page .filter-section .filters-container .order-category.selected{color:var(--primary-color);font-weight:700}#store-orders-page .filter-section .filters-container .order-category:hover{cursor:pointer;color:var(--primary-color)}#store-orders-page .results{width:75%;margin-bottom:100px}#store-orders-page .results .top-container{justify-content:space-between}#store-orders-page .results .top-container .new-orders-notice p{margin:0;color:var(--primary-color)}#store-orders-page .results .top-container .new-orders-notice .notice-title{font-size:1.2rem;font-weight:700}#store-orders-page .fees .fees-paid-notice{background-color:#a54444;color:white;padding:20px;border-radius:10px;margin-bottom:20px}#store-orders-page .fees .progress-number{font-weight:700;font-size:1.2rem}#store-orders-page .fees .progress-bar{width:100%;height:10px;border-radius:10px;background-color:#ccc}#store-orders-page .fees .progress-bar .progress-bar-fill{height:100%;background-color:var(--primary-color);border-radius:10px}#store-orders-page .fees table{width:100%}#store-orders-page .fees table th,#store-orders-page .fees table td{border:solid 1px #ccc;text-align:center;padding:10px}#store-orders-page .fees table .order-link{color:var(--primary-color);text-decoration:underline;cursor:pointer}#store-orders-page .transfer-box{border:solid 1px #ccc;border-radius:10px;padding:20px;margin-bottom:20px}