:root{--theme-color:#f7ea00}.title-header{color:#1c2128;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-bottom:calc(.625vw + 13px);font-size:22px;display:flex;position:relative}.title-header>*{width:100%}.title-header .right-option{align-items:center;gap:15px;margin-left:auto;display:flex}body[dir=rtl] .title-header .right-option{margin-left:unset;margin-right:auto}.title-header .right-option ul{align-items:center;gap:15px;display:flex}.title-header a{text-transform:capitalize;font-size:15px}.title-header a.text-theme{color:var(--theme-color)!important}.title-header a.btn{color:#fff;border:1px solid var(--theme-color);font-size:15px}.title-header a.btn:hover{color:var(--theme-color);border:1px solid var(--theme-color);background-color:#fff}.title-header a.btn svg{font-size:15px}.title-header-1{justify-content:space-between;align-items:center;display:flex}.title-header-block{display:block}.title-header-block .card-order-section{border-top:1px solid #23232326;border-bottom:1px solid #23232326;margin-top:20px;padding:10px 0}.title-header-block .card-order-section ul{color:#232323;margin:-8px}.title-header-block .card-order-section ul li{color:#4a5568;margin:0 15px;font-size:18px;display:inline-block;position:relative}.title-header-block .card-order-section ul li:before{content:"/";width:0;height:100%;position:absolute;top:0;right:-15px}.title-header-block .card-order-section ul li:first-child{margin-left:15px}.title-header-block .card-order-section ul li:last-child{margin-right:0}.title-header-block .card-order-section ul li:last-child:before{content:none}.title-header-block .custome-breadcrum .breadcrumb .breadcrumb-item a{color:#9a9a9a}.title-header h5{letter-spacing:.03em;font-size:calc(.375vw + 16.8px);font-weight:700;position:relative}.title-header h5:after{content:"";background-color:var(--theme-color);width:3px;height:26px;position:absolute;top:50%;left:calc(-.8125vw - 11.4px);transform:translateY(-50%)}body[dir=rtl] .title-header h5:after{left:unset;right:calc(-.9375vw - 12px)}.title-header h5:not(.mb-0),.title-header h5:not(.m-0){text-transform:capitalize;margin-bottom:0}.chart-padding{background-color:#fff;border-radius:6px;padding:20px}.chart-title{margin-bottom:20px}.chart-title h3{font-size:24px;font-weight:600}.dashboard-title{margin-bottom:22px}.dashboard-title h3{font-size:18px;font-weight:500;line-height:1.3;position:relative}.dashboard-title.dashboard-flex{display:flex}.dashboard-title.dashboard-flex button{margin-left:auto}.user-dashboard-section{padding-top:138px}.user-dashboard-section .title h2{font-size:26px}.user-dashboard-section .dashboard-left-sidebar{z-index:0;background-color:#f8f8f8;border-radius:10px;position:sticky;top:107px;overflow:hidden;box-shadow:0 0 8px #34323424}@media (max-width:991px){.user-dashboard-section .dashboard-left-sidebar{z-index:6;border-radius:0;width:300px;height:100vh;transition:all .3s ease-in-out;position:fixed;top:0;left:-320px;overflow:hidden auto}body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar{left:unset;right:-320px}.user-dashboard-section .dashboard-left-sidebar.show{left:0}body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar.show{left:unset;right:0}}.user-dashboard-section .dashboard-left-sidebar .close-button{z-index:1;background:#f8f8f8;border-radius:100%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar{color:#4a5568;background-color:#0000;border:none;padding:0;font-size:18px}.user-dashboard-section .dashboard-left-sidebar .profile-box{position:relative}.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image{position:relative;overflow:hidden}.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img{object-fit:cover;width:100%;height:150px}@media (max-width:991px){.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img{height:120px}}.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image:before{content:"";opacity:.15;background-color:#343234;width:100%;height:100%;position:absolute;top:0;left:0}.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon{z-index:1;color:#4a5568;background-color:#fff;border-radius:100%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:8px;right:8px}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain{padding:0 15px}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image{text-align:center;z-index:1;border-radius:0 0 100% 100%;width:calc(.9375vw + 90px);height:calc(.9375vw + 90px);margin:-50px auto 0;position:relative;overflow:hidden;box-shadow:2px 3px 8px #22222230}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image:hover .user-icon{opacity:1}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon{opacity:0;color:#fff;cursor:pointer;background-color:#3d393d;border:3px solid #cfcfcf66;border-radius:100%;justify-content:center;align-items:center;width:100%;height:100%;font-size:calc(.5vw + 26.4px);transition:opacity .15s ease-in-out;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon{outline:3px solid #454545}body [dir=rtl] .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon{right:unset;left:0}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon input[type=file]{opacity:0;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon i{line-height:1}@media (max-width:991px){.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon{opacity:1;height:auto;inset:unset;transform:unset;border:unset;background-color:#343234cc;border-radius:0 0 100% 100%;padding-block:5px;font-size:18px;bottom:0}}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2{color:#4a5568;cursor:pointer;background-color:#fff;border-radius:100%;outline:3px solid #cfcfcf66;justify-content:center;align-items:center;width:25px;height:25px;display:flex;position:absolute;top:0;right:0;overflow:hidden}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2.close-icon{top:0}html.dark .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2{outline:3px solid #454545}body [dir=rtl] .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2{right:unset;left:0}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 input[type=file]{opacity:0;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-icon-2 i{line-height:1}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round{object-fit:contain;background-color:#f8f8f8;border-radius:100%;justify-content:center;align-items:center;width:calc(.9375vw + 90px);height:calc(.9375vw + 90px);margin:0 auto;display:flex;position:relative}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .user-round h4{font-size:40px}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img{object-fit:cover;background-color:#f8f8f8;border:1px solid #ececec;border-radius:100%;width:calc(.9375vw + 90px);height:calc(.9375vw + 90px);padding:5px;box-shadow:2px 3px 8px #34323452}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon{z-index:1;color:#4a5568;background-color:#fff;border-radius:100%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:0;left:55%}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i{position:relative}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input{opacity:0;width:35px;position:absolute;top:0;left:0;right:0}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name{text-align:center;border-bottom:1px solid #ddd;margin-top:calc(.1875vw + 9.4px);padding-bottom:calc(.375vw + 10.8px)}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3{letter-spacing:.7px;font-size:calc(.25vw + 17.2px);font-weight:600}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6{margin-top:4px;font-size:calc(.0625vw + 13.8px)}.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span{margin:0 8px}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills{flex-wrap:wrap;gap:calc(.3125vw + 1px);margin:calc(.625vw + 8px) 0 6px}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls{border-top:1px solid #ddd;margin:0 15px 20px;padding-top:20px}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .logout-cls .btn{background-color:var(--theme-color);color:#fff;padding:10px}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item{width:100%;display:block}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link{color:#4a5568;text-align:left;z-index:0;border-radius:0;align-items:center;width:100%;padding:calc(.1875vw + 9.4px) calc(.1875vw + 9.4px) calc(.1875vw + 9.4px) calc(.25vw + 18.2px);font-size:calc(.0625vw + 16.8px);font-weight:500;display:flex;position:relative;overflow:hidden}body[dir=rt] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link{padding:calc(.1875vw + 9.4px) calc(.25vw + 18.2px) calc(.1875vw + 9.4px) calc(.1875vw + 9.4px)}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active>.nav-link,.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link{border-left:3px solid var(--theme-color);color:var(--theme-color);background-color:#0000;font-weight:600}body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active>.nav-link,body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link{border-left:unset;border-right:3px solid var(--theme-color)}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active>.nav-link:before,.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link:before{content:"";background:var(--theme-color);z-index:-1;opacity:.1;width:100%;height:100%;position:absolute;top:0;left:0}.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg{margin-right:10px;font-size:calc(.0625vw + 17.8px)}body[dir=rtl] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link svg{margin-right:unset;margin-left:10px}.user-dashboard-section .dashboard-right-sidebar{background-color:#f8f8f8;border-radius:8px;height:100%;padding:calc(.9375vw + 12px)}.user-dashboard-section .dashboard-right-sidebar .card{border:none;border-radius:15px;margin-bottom:calc(.6875vw + 16.8px)}@media (max-width:991px){.user-dashboard-section .dashboard-right-sidebar{height:auto}}.user-dashboard-section .dashboard-right-sidebar .info-box{border-left:3px solid var(--theme-color);background-color:#fff;border-radius:0;margin-bottom:30px;padding:16px;display:flex}.user-dashboard-section .dashboard-right-sidebar .info-box .counter{gap:9px;font-size:18px;font-weight:500}.user-dashboard-section .dashboard-right-sidebar .point-ratio{background:#f8f8f8;border:1px solid #dcdcdc00;margin:0 0 0 auto;padding:18px}body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .point-ratio{margin:0 auto 0 0}.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box{background-color:#fff;border-radius:6px;padding:calc(.5vw + 10.4px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box td{background-color:#0000;border-bottom:none;font-size:15px}.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box+.dashboard-bg-box{margin-top:24px}.user-dashboard-section .dashboard-right-sidebar .total-box{margin:30px 0}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain{z-index:0;background-color:#fff;border-radius:9px;flex-wrap:nowrap;align-items:center;gap:15px;padding:calc(.5625vw + 14.2px);display:flex;position:relative;overflow:hidden}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1{opacity:.2;width:calc(.75vw + 81.6px);right:-19px;transform:translateY(-50%)rotate(-7deg)}body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain:hover .img-1{right:unset;left:-19px;transform:translateY(-50%)rotate(7deg)}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain img{width:calc(.375vw + 52.8px)}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1{opacity:.12;filter:grayscale();width:calc(.75vw + 75.6px);transition:all .3s ease-in-out;position:absolute;top:50%;right:-30px;transform:translateY(-50%)}body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .img-1{right:unset;left:-30px}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h5{color:#4a5568;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:calc(.25vw + 2.2px);font-size:calc(.125vw + 13.6px);display:-webkit-box;overflow:hidden}.user-dashboard-section .dashboard-right-sidebar .total-box .total-contain .total-detail h3{font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6{margin-bottom:10px;font-size:15px}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p{letter-spacing:.3px;margin:0;font-size:calc(.0625vw + 13.8px);line-height:1.5}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title{border-bottom:1px solid #ddd;margin-bottom:calc(.3125vw + 9px);padding-bottom:calc(.3125vw + 4px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4{justify-content:space-between;align-items:center;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a{font-size:calc(.0625vw + 13.8px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-content-title h4 a:hover{color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6{margin-bottom:calc(.25vw + 3.2px);line-height:1.6}.user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover{color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain{flex-wrap:wrap;gap:calc(1vw + 10.8px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container{flex-wrap:wrap;align-items:center;gap:calc(.375vw + 6.8px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon{z-index:0;color:var(--theme-color);border-radius:100%;padding:9px;position:relative;overflow:hidden}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon:before{content:"";background-color:var(--theme-color);opacity:.1;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4{letter-spacing:.6px;align-items:center;font-size:calc(.1875vw + 16.4px);font-weight:600;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span{color:#fff;background:linear-gradient(-90deg,#ff6b6b 0%,#ff4f4f 100%);border-radius:4px;margin-left:calc(.6875vw + 6.8px);padding:4px 6px;font-size:12px;font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg{background:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6{letter-spacing:.6px;margin-top:6px;font-size:calc(.0625vw + 13.8px);font-weight:300;line-height:1.5}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail{background-color:#f8f8f8;border-radius:8px;flex-wrap:nowrap;align-items:center;gap:20px;margin-top:30px;padding:calc(.3125vw + 14px);display:flex}@media (max-width:1199px){.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail{display:block}}@media (max-width:991px){.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail{display:flex}}@media (max-width:767px){.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail{display:block}}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img{transform:scale(1.1)}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image{display:block}@media (max-width:1199px){.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image{text-align:center;margin-bottom:calc(1vw + 10.8px)}}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img{transition:all .3s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a{color:#343234;display:block}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover{color:#343234}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3{margin-bottom:6px;font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p{font-size:calc(.0625vw + 13.8px);line-height:1.5}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size{flex-wrap:wrap;gap:calc(.1875vw + 5.4px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li{width:100%}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box{align-items:center;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5{margin-left:8px;font-size:15px;font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box{background-color:#fff;border-radius:8px;height:100%;padding:calc(.75vw + 9.6px);position:relative;overflow:hidden;box-shadow:0 0 9px #3d393d12}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div{display:flex;position:relative}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .label{background-color:var(--theme-color);color:#fff;letter-spacing:.8px;border-radius:4px;padding:2px 8px;font-size:12px;position:absolute;top:0;right:0}body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .label{right:unset;left:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .form-check{margin-top:3px}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .form-check .form-check-input{width:calc(.125vw + 14.6px);height:calc(.125vw + 14.6px);margin-top:2px}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .form-check .form-check-input:checked{background-color:var(--theme-color);border-color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .form-check .form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .form-check .form-check-input:focus{box-shadow:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table{margin-bottom:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr:first-child td{color:#343234;padding-top:0;font-size:calc(.0625vw + 16.8px);font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr td{color:#4a5568;border:none;padding:4px 0;font-size:calc(.125vw + 13.6px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr td:first-child{min-width:90px}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr td:last-child p{-webkit-box-orient:vertical;margin-bottom:0;font-size:calc(.125vw + 13.6px);line-height:1.5;display:-webkit-box;overflow:hidden}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr td h4{color:#343234;flex-wrap:wrap;align-items:center;gap:12px;font-weight:500;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .address-table table tr td h4 span{background-color:var(--theme-color);color:#fff;letter-spacing:.8px;border-radius:4px;padding:4px 8px;font-size:12px}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button{background-color:#f8f8f8;width:100%;font-weight:600}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button>div{align-items:center;gap:8px;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover{background-color:var(--theme-color);color:#fff}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button svg{margin-right:calc(.125vw + 5.6px);font-size:calc(.125vw + 15.6px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link{color:#343234;justify-content:center;align-items:center;height:100%;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail{position:relative}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card{opacity:1;transition:all .3s ease-in-out}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card{cursor:pointer;background-color:#f9f9f9;padding:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details{color:#343234;text-align:center;background:#d2d2d2;justify-content:center;align-items:center;min-height:130px;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5{text-transform:capitalize;margin-bottom:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details{color:#fff;background-color:#4b77a0;background-image:-webkit-repeating-linear-gradient(45deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),-webkit-linear-gradient(-245deg,#fff0 40%,#fff3 70%,#fff0 90%);background-image:repeating-linear-gradient(45deg,#fff0 1px,#ffffff08 2px,#ffffff0a 3px,#ffffff0d 4px),-webkit-linear-gradient(-245deg,#fff0 40%,#fff3 70%,#fff0 90%);border-radius:5px;height:100%;padding:30px 20px}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa{background-color:#777876}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card{background-color:#86b8cf}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number{margin-bottom:10px}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4{color:#fff;font-size:calc(.125vw + 15.6px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail{align-items:center;margin-top:calc(.625vw + 8px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title{margin-bottom:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span{color:#ffffffb3;text-transform:uppercase;font-size:12px;line-height:1.3;display:block}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3{color:#fff;margin-bottom:0;margin-left:15px;font-size:calc(.125vw + 15.6px);font-weight:400}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary{margin-left:auto}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span{text-transform:capitalize;padding:0;font-size:calc(.125vw + 11.6px);font-weight:400}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail{justify-content:space-between;align-items:center;margin-top:calc(.9375vw + 7px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5{text-transform:uppercase;color:#fff;margin-bottom:0;font-size:calc(.125vw + 13.6px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img{width:auto}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card{text-align:center;opacity:0;background-color:#343234cc;border-radius:5px;justify-content:center;align-items:center;width:100%;height:100%;transition:all .5s;display:flex;position:absolute;top:0;left:0}@media (max-width:767px){.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card{display:none}}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a{text-transform:capitalize;color:#fff;padding:0 10px}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile{display:none}@media (max-width:767px){.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile{justify-content:center;align-items:center;margin-top:10px;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a{text-transform:capitalize;color:#343234;padding:0 10px}}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail{align-items:center;display:flex}@media (max-width:575px){.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail{display:block}}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3{align-items:center;margin-right:10px;font-size:15px;font-weight:400;display:flex}@media (max-width:360px){.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3{margin-right:0}}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span{background:var(--theme-color);color:#fff;border-radius:5px;margin-left:10px;padding:3px 8px;font-size:13px}body[dir=rtl] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span{margin-left:unset;margin-right:10px}@media (max-width:575px){.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating{margin-top:3px}}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a{z-index:0;border-radius:5px;margin-left:auto;padding:8px 14px;display:inline-block;position:relative;overflow:hidden}@media (max-width:575px){.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a{margin-top:10px}}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:after{content:"";background:var(--theme-color);opacity:.08;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover{color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile{border-bottom:1px solid #ececec;margin-top:20px;padding-bottom:15px}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul{flex-wrap:wrap;align-items:center;gap:calc(1vw + 6.8px);display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box{color:#4a5568;flex-wrap:wrap;align-items:center;gap:7px;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6{font-size:calc(.0625vw + 14.8px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p{color:#4a5568;margin:20px 0 0;font-size:calc(.125vw + 13.6px);line-height:1.6}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about{margin-top:20px}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .form-control{border:none}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table{margin-bottom:36px}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td{vertical-align:middle;white-space:nowrap;border:none;font-size:calc(.125vw + 13.6px)}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child{color:#4a5568}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a{align-items:center;display:flex}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover{color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span{z-index:0;border-radius:5px;margin-left:calc(.75vw + 5.6px);padding:5px 10px;font-size:15px;font-weight:600;position:relative;overflow:hidden}.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span:before{content:"";background:var(--theme-color);opacity:.08;z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box+.privacy-box{margin-top:15px}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6{margin-bottom:6px;font-size:calc(.1875vw + 14.4px);line-height:1.5}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p{margin:0;font-size:calc(.125vw + 13.6px);line-height:1.6}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch{clip-path:circle(0%);opacity:0;position:absolute}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch+label{cursor:pointer;background-color:#0e997e26;border:1px solid #ddd;border-radius:50px;width:62px;height:25px;position:relative}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch+label:before,.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch+label:after{display:inline-block;position:absolute}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch+label:before{content:"";background:var(--theme-color);border-radius:100%;width:19px;height:19px;transition:all .3s ease-in-out;top:2px;left:2px}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked+label:before{left:39px}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input{clip-path:circle(0%);opacity:0;position:absolute}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input+label{cursor:pointer;border-radius:50px;width:62px;height:25px;position:relative}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input+label:before,.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input+label:after{display:inline-block;position:absolute}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input+label:before{content:"";background-color:var(--theme-color);border-radius:100%;width:19px;height:19px;transition:all .3s ease-in-out;top:2px;left:2px}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked+label{background-color:var(--theme-color)}.user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked+label:before{background:#fff;left:39px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control{z-index:0;color:#343234;background-color:#0000;border-color:#ececec;border-radius:calc(.125vw + 4.6px) 0 0 calc(.125vw + 4.6px)}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form .form-control{border-radius:0 calc(.125vw + 4.6px) calc(.125vw + 4.6px) 0}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button{z-index:0;border-radius:0 calc(.125vw + 4.6px) calc(.125vw + 4.6px) 0;padding:calc(.1875vw + 10.4px) calc(.375vw + 12.8px);font-size:calc(.125vw + 13.6px);font-weight:600}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button{border-radius:calc(.125vw + 4.6px) 0 0 calc(.125vw + 4.6px)}@media (max-width:767px){.user-dashboard-section .dashboard-right-sidebar .download-detail .download-form button{font-weight:500}}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px;margin-top:14px;display:flex}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .form-select{border:unset;width:auto;box-shadow:unset;color:#343234;background-color:#f8f8f8;background-position:right calc(.1875vw + 8.4px) center;padding:calc(.1875vw + 7.4px) calc(.375vw + 28.8px) calc(.1875vw + 7.4px) calc(.375vw + 10.8px);font-size:15px;font-weight:600}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box{white-space:nowrap;flex-wrap:nowrap;align-items:center;display:flex;overflow:auto}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button{color:#4a5568;border:1px solid #ececec;border-radius:0;padding:11px 18px}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li button.active{background-color:var(--theme-color);color:#fff}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li+li button{border-left:unset}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li+li button{border-left:1px solid #ececec;border-right:unset}.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button{border-radius:calc(.0625vw + 4.8px) 0 0 calc(.0625vw + 4.8px)}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:first-child button,.user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button{border-radius:0 calc(.0625vw + 4.8px) calc(.0625vw + 4.8px) 0}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .select-filter-box .filter-box li:last-child button{border-radius:calc(.0625vw + 4.8px) 0 0 calc(.0625vw + 4.8px)}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table{margin-top:28px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table{margin:0}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tbody{border-top:unset}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th,.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td{text-align:center;white-space:nowrap;vertical-align:middle;color:#343234;min-width:130px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th:first-child,.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:first-child{min-width:90px;max-width:90px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .table-name{white-space:normal;width:480px;min-width:250px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr th{border:unset;box-shadow:unset;background-color:#f8f8f8;padding:calc(.25vw + 10.2px);font-size:calc(.0625vw + 14.8px);font-weight:500}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td{box-shadow:none;border-bottom:1px solid #eee;padding:calc(.1875vw + 7.4px) calc(.3125vw + 10px);font-size:calc(.125vw + 13.6px)}html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td,body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td{border-color:#77777770}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr td:last-child{width:300px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr img{object-fit:cover;width:90px;height:60px}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle{width:auto;box-shadow:unset;background-color:#f8f8f8;border:1px solid #ececec;align-items:center;gap:6px;margin-inline:auto;padding:calc(.1875vw + 7.4px) calc(.375vw + 10.8px);font-size:calc(.0625vw + 13.8px);font-weight:600;display:flex}html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle{border-color:#77777770}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle:hover{color:#343234}body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle{border-color:#77777770}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-toggle:after{content:"";-webkit-font-smoothing:antialiased;border:unset;margin:0;font-family:remixicon;font-size:calc(.0625vw + 12.8px);font-style:normal;display:block}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu{padding:8px 16px}html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu,body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu{background-color:#1d1d22}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item{color:#4a5568;padding-inline:unset}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:hover,.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item:active{color:#343234;background-color:#0000}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item+.dropdown-item{border-top:1px solid #eee}html.dark .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item+.dropdown-item,body.rtl .user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr .dropdown .dropdown-menu .dropdown-item+.dropdown-item{border-color:#77777770}.user-dashboard-section .dashboard-right-sidebar .download-detail .download-table table tr:last-child td{border-bottom:unset;padding-bottom:0}.border-custom{border-top:1px solid #e9e9e9;margin-top:30px;padding-top:30px;display:block}.notification-count{background-color:var(--theme-color);color:#fff;border-radius:100%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:7px;font-size:12px;display:flex}.themeform-auth .form-label{text-transform:capitalize;color:#4a5568;margin-bottom:0;font-size:15px;font-weight:600;position:relative}.themeform-auth .form-control{color:#343234;border-color:#eee;padding:10px 15px;font-size:calc(.125vw + 13.6px)}.themeform-auth .form-control::placeholder{color:#4a556880}.notification-list li{background-color:#fff;width:100%;padding:calc(.4375vw + 11.6px) calc(.375vw + 10.8px) calc(.4375vw + 11.6px) calc(.8125vw + 30.4px);display:block;position:relative}html.dark .notification-list li{background-color:#2a2d2d}body[dir=rtl] .notification-list li{padding-left:calc(.375vw + 10.8px);padding-right:calc(.8125vw + 30.4px)}.notification-list li.unread{z-index:0;border-left:3px solid var(--theme-color)}body[dir=rtl] .notification-list li.unread{border-left:unset;border-right:3px solid var(--theme-color)}.notification-list li.unread:before{content:"";z-index:-1;background-color:var(--theme-color);opacity:.09;width:100%;height:100%;position:absolute;top:0;left:0}.notification-list li:after{content:"";background-color:#8e8e8e;border-radius:100%;width:5px;height:5px;position:absolute;top:31px;left:calc(.75vw + 15.6px)}body[dir=rtl] .notification-list li:after{left:unset;right:30px}.notification-list li+li{border-top:1px solid #eee}.notification-list h4{color:#343234;font-size:calc(.1875vw + 14.4px);font-weight:500;line-height:1.5}html.dark .notification-list h4{color:#fff;font-size:calc(.1875vw + 14.4px)}.notification-list h5{color:#4a5568;align-items:center;gap:8px;margin-top:5px;font-size:calc(.0625vw + 13.8px);display:flex}html.dark .notification-list h5{color:#ddd;margin-top:5px;font-size:calc(.0625vw + 13.8px)}.wallet-table{background-color:#fff;border-radius:10px;margin-top:30px;padding:20px;overflow:hidden}.wallet-table .reason-table{min-width:300px;max-width:440px;white-space:unset}.wallet-table h4{margin-bottom:18px;font-size:18px;font-weight:500}.wallet-table table{width:100%}.wallet-table table td,.wallet-table table th{text-align:center;font-size:15px;padding:15px!important}.wallet-table table td{color:#343234;background-color:#0000;border-bottom:1px solid #eee}.wallet-table table tr:last-child td{border-bottom:none}.wallet-table table th{color:#343234;background-color:#f5f5f5cc;border-bottom:1px solid #ececec;font-weight:500}.wallet-bg{z-index:1;position:relative}.wallet-bg:after{content:"";z-index:-1;opacity:1;background-image:url(../media/withdraw-bg.0h38_bx.h2hlc.png);background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;right:0}body[dir=rtl] .wallet-bg:after{filter:FlipH;transform:scaleX(-1)}.customer-detail ul{flex-wrap:wrap;display:flex}.customer-detail ul li label{color:#343234;text-transform:capitalize;margin-bottom:4px;font-size:17px;font-weight:500}.customer-detail ul li h4{color:#777;font-size:15px;line-height:1.5}.h-m30{height:calc(100% - 30px)}.tracking-panel ul{justify-content:space-between;align-items:center;gap:15px;width:100%;padding-right:20px;display:flex;position:relative;overflow:auto hidden}body[dir=rtl] .tracking-panel ul{padding-left:20px;padding-right:0}.tracking-panel ul li{background-color:#fff;border-radius:0;width:100%;padding:calc(.25vw + 12.2px) 0 calc(.25vw + 12.2px) calc(.625vw + 19px);position:relative}body[dir=rtl] .tracking-panel ul li{padding:calc(.25vw + 12.2px) calc(.625vw + 19px) calc(.25vw + 12.2px) 0}.tracking-panel ul li:after{content:"";opacity:1;border-top:calc(.75vw + 25.6px) solid #0000;border-bottom:calc(.75vw + 25.6px) solid #0000;border-left:17px solid #fff;width:0;height:0;transition:border-color .2s;position:absolute;top:0;right:-16px}body[dir=rtl] .tracking-panel ul li:after{right:unset;border-right:17px solid #fff;border-left:unset;left:-16px}html.dark .tracking-panel ul li:after{border-right-color:#2a2d2d}.tracking-panel ul li:before{content:"";border-top:calc(.75vw + 25.6px) solid #0000;border-bottom:calc(.75vw + 25.6px) solid #0000;border-left:17px solid #f9f9f6;width:0;height:0;transition:border-color .2s;position:absolute;top:0;left:0}body[dir=rtl] .tracking-panel ul li:before{right:0;left:unset;border-right:17px solid #f9f9f6;border-left:unset}html.dark .tracking-panel ul li:before{border-right-color:#1d1d22}.tracking-panel ul li.active{background-color:#e9f6f3}.tracking-panel ul li.active:after{border-left:17px solid #e9f6f3}body[dir=rtl] .tracking-panel ul li.active:after{border-right:17px solid #e9f6f3;border-left:unset}html.dark body[dir=rtl] .tracking-panel ul li.active:after{border-right-color:#33413e}html.dark .tracking-panel ul li.active:after{border-left-color:#33413e}.tracking-panel ul li.cancelled-box{background-color:#fbe9eb}.tracking-panel ul li.cancelled-box:after{border-left:17px solid #fbe9eb}.tracking-panel ul li:first-child{border-radius:6px 0 0 6px}body[dir=rtl] .tracking-panel ul li:first-child{border-radius:0 6px 6px 0}.tracking-panel ul li:first-child:before{display:none}.tracking-panel .panel-content{align-items:center;gap:16px;margin-top:0;display:flex}.tracking-panel .panel-content .icon{width:calc(.9375vw + 27px)}.tracking-panel .panel-content .status{white-space:nowrap;text-transform:capitalize;flex-direction:column;margin-top:0;font-size:17px;font-weight:600;display:flex}.tracking-total li{color:#343234;justify-content:space-between;align-items:center;width:100%;margin-bottom:6px;font-size:17px;display:flex}.tracking-total li:last-child{border-top:1px solid #e8e8e8;margin-top:12px;margin-bottom:0;padding-top:15px;font-weight:600}.address-form.modal-body{padding:calc(.5vw + 6.4px) calc(17.2px - .0625vw)}
