.dashboard_container{flex-direction:row!important;align-items:flex-start!important;min-height:43.75rem;padding:0 var(--content-horizontal-padding)}.dashboard_container .dashboard_sidebar{position:sticky;top:7rem;width:20rem;height:30rem;background-color:var(--clr-senary);border:.063rem solid var(--clr-gray);transition:left .3s ease}.dashboard_container .dashboard_sidebar ul{display:flex;flex-direction:column;height:100%;padding:1rem;gap:var(--text-gap-min)}.dashboard_container .dashboard_sidebar ul li{display:flex;align-items:center;padding:.625rem;gap:var(--text-gap-xs);border-bottom:.063rem solid var(--clr-gray);cursor:pointer}.dashboard_container .dashboard_sidebar ul li.active,.dashboard_container .dashboard_sidebar ul li:hover:not(:last-of-type){background-color:var(--clr-quinary);color:var(--clr-text)}.dashboard_container .dashboard_sidebar ul li i svg{width:var(--icon-size-reg);height:var(--icon-size-reg)}.dashboard_container .dashboard_sidebar ul li:last-of-type{display:flex;align-items:center;justify-content:center;width:116%;border-top:.063rem solid var(--clr-primary);padding-top:1rem;margin:0 -1rem;margin-top:auto;margin-bottom:-.5rem}.dashboard_container .dashboard_content{display:flex;flex-direction:column;width:100%;gap:var(--content-gap-min)}.dashboard_container .dashboard_content.dashboard_content_ph h3{width:10rem;height:1.75rem;background-color:var(--clr-secondary);animation:skeleton_pulse 1.5s ease-in-out infinite}.dashboard_container .dashboard_content.dashboard_content_ph .dashboard_content_dynamic .content_section{width:100%;background-color:var(--clr-quinary)}.dashboard_container .dashboard_content.dashboard_content_ph .dashboard_content_dynamic .content_section p{width:100%;max-width:100%;height:2rem;background-color:var(--clr-tertiary);animation:skeleton_pulse 1.5s ease-in-out infinite}.dashboard_container .dashboard_content.dashboard_content_ph .dashboard_content_dynamic .content_section p:first-of-type{width:70%}.dashboard_container .dashboard_content .custom_dropdown{display:none}.dashboard_container .dashboard_content h3{font-size:var(--text-subtitle)}.dashboard_container .dashboard_content .dashboard_content_dynamic{display:grid;grid-template-columns:1fr;gap:var(--content-gap-min)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section{display:flex;flex-direction:column;background-color:var(--clr-senary);padding:1rem;gap:var(--content-gap-xs);border:.063rem solid var(--clr-secondary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section{flex-direction:row;flex-wrap:wrap;align-items:center}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section>*{flex:1;min-width:fit-content}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section h4{font-size:var(--text-title)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section .profile_info{display:flex;flex-direction:column;gap:var(--text-gap-xs)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section .profile_info p{font-size:.875rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.profile_section .profile_info a{margin-top:-.25rem;font-size:.75rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.form_section input{background-color:var(--clr-background)!important}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section{background-color:transparent;border:none;padding:0;overflow-x:auto}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table thead tr th{background-color:var(--clr-primary);color:var(--clr-text-neg);padding-left:1rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table thead tr th:last-of-type{border-right:.063rem solid var(--clr-primary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td{min-width:6rem;padding:.625rem .625rem .625rem 1.125rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td p{min-width:max-content}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td p.status{padding:.25rem .5rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td p.success{background-color:#15bf6a1a;color:var(--clr-green)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td p.error{background-color:#f52c511a;color:var(--clr-error)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td p.warning{background-color:#c9ae0026;color:var(--clr-yellow)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item{position:relative;z-index:1;width:3.25rem;height:3.25rem;min-width:2.5rem;border-radius:50%;border:.125rem solid white;box-shadow:0 0 0 .063rem var(--clr-gray);background:#fff;overflow:hidden;margin-left:-1.25rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item.order_item_more{display:flex;align-items:center;justify-content:center;padding-left:.5rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item:first-child{margin-left:0}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item:nth-child(1){z-index:3}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item:nth-child(2){z-index:2}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_items .order_item:nth-child(3){z-index:1}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_details{display:flex;flex-direction:column;align-items:flex-start;gap:var(--text-gap-min)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_details p{min-width:max-content;font-size:.75rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td .order_details p:last-of-type span{color:var(--clr-primary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td button{width:100%;min-width:max-content}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td:not(:first-of-type){border-left:none}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td:not(:last-of-type){border-right:none}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td:first-of-type{width:fit-content}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr td:not(:first-of-type){width:fit-content}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section.history_section table tbody tr:not(:last-of-type) td{border-bottom:.063rem solid var(--clr-dark-gray)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid{display:grid;grid-template-columns:var(--grid-scale-4);width:100%;gap:var(--content-gap-xs);overflow-y:auto;scroll-snap-type:x mandatory}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card{display:flex;flex-direction:column;flex-shrink:0;align-items:center;justify-content:flex-start;min-width:auto;height:100%;background-color:var(--clr-septenary);color:var(--clr-text);border-bottom-left-radius:var(--br-curved-xs);border-bottom-right-radius:var(--br-curved-xs);overflow:hidden;cursor:pointer;text-decoration:none;scroll-snap-stop:always;scroll-snap-align:start none}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:10rem;background-color:var(--clr-septenary);overflow:hidden}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img.card_img_ph{background-color:var(--clr-quaternary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img:has(.card_icon_ph){animation:skeleton_pulse 1.5s ease-in-out infinite}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon.card_icon_badge{left:.5rem;right:unset}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon:hover{cursor:pointer}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon:hover.active{opacity:1;transition:opacity .15s ease}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon.active{opacity:0;transition:opacity .15s ease}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon.card_icon_ph{top:.5rem;right:.5rem;width:var(--icon-size-reg);height:var(--icon-size-reg);background-color:var(--clr-quinary);border-radius:var(--br-curved-full)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img .card_icon svg{width:var(--icon-size-reg);height:var(--icon-size-reg)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_img img{width:100%;height:100%;aspect-ratio:1/1;object-fit:contain;object-position:top}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content{display:flex;flex-grow:1;flex-direction:column;width:100%;gap:var(--text-gap-xs);padding:1rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .product_rating{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:.75rem;gap:var(--text-gap-min)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .product_rating .rating_section{display:flex;align-items:center;gap:var(--text-gap-min)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .product_rating .rating_section p{padding-top:.063rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content h3{font-size:.875rem;line-height:1.4;color:var(--clr-text);margin:0;text-decoration:underline;text-underline-offset:.063rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section{display:flex;align-items:center;gap:var(--text-gap-xs);margin-top:auto}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section .product_price{position:relative;display:flex;flex:1;align-items:baseline;width:fit-content;gap:var(--text-gap-min)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section .product_price:has(.discount){margin-bottom:.5rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section .product_price .discount{font-size:.62rem;color:var(--clr-primary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section .product_price .retail{font-size:1.125rem}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .price_cart_section .product_price .original{position:absolute;top:105%;left:0;font-size:.5rem;color:var(--clr-secondary)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_grid .product_card .card_content .cart_btn.cart_btn_ph{width:100%;min-height:2.75rem;background-color:var(--clr-quaternary);border-bottom-left-radius:var(--br-curved-xs);border-bottom-right-radius:var(--br-curved-xs);animation:skeleton_pulse 1.5s ease-in-out infinite}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination{display:flex;align-items:center;justify-content:center;width:100%;gap:var(--text-gap-xs)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination button{display:flex;align-items:center;justify-content:center;border-radius:var(--br-curved-min);padding:.25rem;transition:background-color .15s ease}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination button:hover:not(:disabled){background-color:var(--clr-secondary);cursor:pointer;transition:background-color .15s ease}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination button:hover:not(:disabled) i svg path{stroke:var(--clr-text-neg)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination button:disabled{opacity:.3}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination button i svg path{stroke:var(--clr-text)}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_section .content_pagination p{font-size:.875rem}@media (max-width: 64rem){.dashboard_container{padding-top:1rem}.dashboard_container .dashboard_sidebar{display:none}.dashboard_container .dashboard_content h3:first-of-type{display:none}.dashboard_container .dashboard_content .custom_dropdown{display:flex}.dashboard_container .dashboard_content .dashboard_content_dynamic .content_grid{min-height:34rem}}
